source: trunk/doc/Definitions/PlannedMaintenance_PM.txt @ 127

Last change on this file since 127 was 127, checked in by gav, 15 years ago

Logins now route through a welcome action to allow flash message and user environment setup. Session timeout now user configurable and defaults to 12 hours. Work on Planned Maintenance.

File size: 608 bytes
Line 
1 Planned Maintenance or PM
2
3 * 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.
6
7The following information can be automatically returned from the system.
8
9 * PM frequency = Task.taskRecurringSchedule
10 * PM KPI's:
11  * Total PM's = Task.findAllByTaskType("Planned Maintenance")
12  * Complete PM's = Total.findAllByTaskStatus("Complete")
13  * PM completetion rate = Complete/Total
14  * Missed PM's = Total - Complete
15 * PM parent tasks = context{TaskRecShed.task.taskType("Planned Maintenance") and Date in range}
Note: See TracBrowser for help on using the repository browser.