Changes between Version 6 and Version 7 of Ticket #38


Ignore:
Timestamp:
Feb 23, 2011, 5:17:33 PM (13 years ago)
Author:
Gavin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38 – Description

    v6 v7  
    44
    55{{{
    6 class Condition {
    7     String severity
     6class ConditionSeverity {
     7    String code
    88    String recommendation
    99}
     
    2828}}}
    2929
    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.
     30Recording 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.
    3131
    3232'Work Performed', 'Part Changed' and 'Part Repaired' are separate conditions that will be indicated by an inventory item used on the task.