Opened 15 years ago
Last modified 14 years ago
#38 closed enhancement
A way to assess and record condition/severity of an asset when doing a preventative maintenance task — at Version 3
Reported by: | Gavin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.x - Future |
Component: | gnuMims - application general | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
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. 1-Severe Repair Now 2-Medium Repair Soon 3-Low Monitor 4-Normal No Action
Change History (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | A way to asses and record condition of an asset when doing a task → A way to assess and record condition of an asset when doing a task |
comment:2 Changed 15 years ago by
Milestone: | 0.6 - → 0.x - Future |
---|
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | A way to assess and record condition of an asset when doing a task → A way to assess and record condition/severity of an asset when doing a preventative maintenance task |