Changes between Version 6 and Version 7 of Ticket #38
- Timestamp:
- Feb 23, 2011, 5:17:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38 – Description
v6 v7 4 4 5 5 {{{ 6 class Condition {7 String severity6 class ConditionSeverity { 7 String code 8 8 String recommendation 9 9 } … … 28 28 }}} 29 29 30 Recording the condition of each maintenanceAction in the database has been decided against, for now, in favour of recording the worst condition severity against the task. Printing the taskProcedure out and keeping the paper copy will suffice as report and audit trail .30 Recording the condition of each maintenanceAction in the database has been decided against, for now, in favour of recording the worst condition severity against the task. Printing the taskProcedure out and keeping the paper copy will suffice as report and audit trail is supplied by !TaskProcedureRevisions. 31 31 32 32 'Work Performed', 'Part Changed' and 'Part Repaired' are separate conditions that will be indicated by an inventory item used on the task.