Changes
==== Work Package====
A [[MROCLS_MRO_WORKPACKAGE#Work Package]] is a collection of objects to collect and summarize other task owning objects, workpackages, or tasks. A simple workpackage consists of a certain number of tasks that have to be finished in order to confirm the workpackage as done. Confirming a workpackage requires a progress of 100% of all related tasks, as well as 100% confirmed sub work packages.
==== Task ====
A [[MROCLS_MRO_TASK#Task]]is an object reporting a certain progress to the owning workpackage. There are several specialized types of task objects.
===== Measurement Task =====
A [[MROCLS_MRO_MEASUREMENT_TASK#Task]] Inherits from [[MROCLS_MRO_TASK#Task]]. This task documents a measured value (e.g. read from a pressure gauge). Therefore, clicking the value on the shown task opens an editor to enter the desired number. Once this is done, the task is finished. ALternatively, the task can also be closed by the option "Not Applicable" to document the situation of not being able to fullfill the measurement (e.g. the pressure gauge is broken).
===== Progress Task =====
[[MROCLS_MRO_PROGRESS_TASK# Progress Task]] Inherits from [[MROCLS_MRO_MEASUREMENT_TASK#Task]]. This task type reports a certain progress while fullfilling a task. The progress will influence the overall progress of the owning workpackage. If the task cannot be fullfilled, it can also be finished with the option "Not Applicable".
===== Check Task =====
A [[MROCLS_MRO_CHECK_TASK#Check Task]] Inherits from [[MROCLS_MRO_TASK#Task]]. This task type is finished, when the user reports with a positive or negataive answer or "Not Applicable" (e.g. reporting a yes/no answer for existing equipment).
===== Inspection Task =====
[[MROCLS_MRO_INSPECTION_TASK#Inspection Task]] Inherits from [[MROCLS_MRO_TASK#Task]]. This task is finisher einter by reporting "Done" or reoprting "Not Applicable". This is intended for a simple To-Do task that is either done or not.
== See also ==