Opened 14 years ago

Last modified 13 years ago

#38 closed enhancement

A way to assess and record condition of an asset when doing a task — at Version 1

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

Description (last modified by Gavin)

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
}

Change History (1)

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
Note: See TracTickets for help on using tickets.