Opened 14 years ago

Last modified 13 years ago

#38 closed enhancement

A way to assess and record condition/severity of an asset when doing a preventative maintenance task — at Version 4

Reported by: Gavin Owned by:
Priority: major Milestone: 0.x - Future
Component: gnuMims - application general Version: trunk
Keywords: Cc:

Description (last modified by Ray Smith)

When doing a preventative maintenance task that has a procedure, it would be nice to be able to record partial completion of the maintenance actions and/or the assessed condition of the asset/assembly/component specified in each maintenance action.

In the current configuration a task is the smallest unit that can hold this information. So a maintenance task and procedure are either completed on time or missed and therefore the KPI for all asset/assembly/component's listed in the procedure is either achieved or not.

Possibly a 'recorded condition' domain class could be created and used:

class ConditionRecord {
    MaintenanceAction maintenanceAction
    Date dateRecorded
    Condition condition (or)
    Integer rating (1-10 or 1-100?)
}
class Condition {
    String name (excellent, good, bad, very bad)
    String comment
}

The other option:

Severity.   Recommendation.
A-Severe    Repair Now
B-Medium    Repair Soon
C-Low       Monitor
D-Normal    No Action

Change History (4)

comment:1 Changed 14 years ago by Gavin

Description: modified (diff)
Summary: A way to asses and record condition of an asset when doing a taskA way to assess and record condition of an asset when doing a task

comment:2 Changed 14 years ago by Gavin

Milestone: 0.6 -0.x - Future

comment:3 Changed 14 years ago by Gavin

Description: modified (diff)
Summary: A way to assess and record condition of an asset when doing a taskA way to assess and record condition/severity of an asset when doing a preventative maintenance task

comment:4 Changed 13 years ago by Ray Smith

Description: modified (diff)
Note: See TracTickets for help on using tickets.