Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/doc/Definitions/PreventativeMaintenance_PM.txt

    r130 r131  
    1  Planned Maintenance or PM
     1Preventative Maintenance or PM
    22
    33 * A PM is simply a task where:
    4   * Task type = "Planned Maintenance"
    5   * As with any task a PM may have a recurring schedule, actions and entries etc.
     4  * Task type = "Preventative Maintenance"
     5  * As with any task a PM may have a recurring schedule, procedure and entries etc.
    66
    77The following information can be automatically returned from the system.
    88
    99 * PM frequency = Task.taskRecurringSchedule
     10
    1011 * PM KPI's:
    11   * Total PM's = Task.findAllByTaskType("Planned Maintenance")
     12  * Total PM's = Task.findAllByTaskType("Preventative Maintenance")
    1213  * Complete PM's = Total.findAllByTaskStatus("Complete")
    1314  * PM completetion rate = Complete/Total
    1415  * Missed PM's = Total - Complete
    15  * PM parent tasks = context{TaskRecShed.task.taskType("Planned Maintenance") and Date in range}
     16
     17 * Find all Recurring PM tasks = context{TaskRecShed.task.taskType("Preventative Maintenance") and Date in range}
Note: See TracChangeset for help on using the changeset viewer.