Changeset 131 for trunk/doc/Definitions
- Timestamp:
 - May 8, 2009, 1:01:56 AM (17 years ago)
 - Location:
 - trunk/doc/Definitions
 - Files:
 - 
          
- 1 edited
 - 1 moved
 
- 
          PreventativeMaintenance_PM.txt (moved) (moved from trunk/doc/Definitions/PlannedMaintenance_PM.txt) (1 diff)
 - 
          TaskActions.txt (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/doc/Definitions/PreventativeMaintenance_PM.txt
r130 r131 1 PlannedMaintenance or PM1 Preventative Maintenance or PM 2 2 3 3 * A PM is simply a task where: 4 * Task type = "P lannedMaintenance"5 * As with any task a PM may have a recurring schedule, actionsand entries etc.4 * Task type = "Preventative Maintenance" 5 * As with any task a PM may have a recurring schedule, procedure and entries etc. 6 6 7 7 The following information can be automatically returned from the system. 8 8 9 9 * PM frequency = Task.taskRecurringSchedule 10 10 11 * PM KPI's: 11 * Total PM's = Task.findAllByTaskType("P lannedMaintenance")12 * Total PM's = Task.findAllByTaskType("Preventative Maintenance") 12 13 * Complete PM's = Total.findAllByTaskStatus("Complete") 13 14 * PM completetion rate = Complete/Total 14 15 * 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}  - 
        
trunk/doc/Definitions/TaskActions.txt
r77 r131 38 38 Modification.person = userName 39 39 Modification.comment = comment 40 } 40 } 41 42 43 Required Services: 44 TaskCopy 45 TaskGenerateSubTask  
Note: See TracChangeset
          for help on using the changeset viewer.
      