- Timestamp:
- Apr 14, 2009, 1:18:44 PM (16 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Definitions/InventoryTerms.txt
r113 r115 19 19 isObsolete 20 20 - Default=false. 21 - Is this InventoryItem isnow considered obsolete by the manufacturer.21 - Is this InventoryItem now considered obsolete by the manufacturer. 22 22 23 23 manufacturersPartNumber … … 35 35 reorderPoint 36 36 - Required so no default. 37 - Once total InventoryStockequals this point the item will appear on reorder and auto order lists.37 - Once total StoredItems equals this point the item will appear on reorder and auto order lists. 38 38 39 39 recommendedReorderPoint … … 43 43 - The average delivery time in days from placement of reorder. 44 44 45 InventoryGroup45 inventoryGroup 46 46 - Default = required so nothing. 47 47 - The InventoryGroup this InventoryItem belongs to. 48 - Initially one of "M Isc", "Mechanical", "Electrical", "Production", "Raw Materials".48 - Initially one of "Misc", "Mechanical", "Electrical", "Production", "Raw Materials". 49 49 - Of Class InventoryGroup. 50 50 51 InventoryType51 inventoryType 52 52 - Default = required so nothing. 53 53 - Initially one of "Consumable", "Repairable". 54 54 - Of Class InventoryType. 55 55 56 unitOfMeasure 57 - Default = required so nothing. 58 - Initially one of "each", "meter(s)", "box(es)", "litre(s)" 59 - Of Class UnitOfMeasure. 60 56 61 alternateItem 57 - Default = not always used so nothing.62 - An InventoryItem may have many alternateItems of Class AlternateItem. 58 63 - Indicates that this InventoryItem has alternatives. 59 - Of Class Task.60 64 61 65 spareFor 62 66 - An InventoryItem may have many assets that it is a spare for, of Class Asset. 63 67 64 TODO: ?? 68 storedItem 69 - An InventoryItem may have many StoredItems of Class StoredItem. 70 71 inventoryMovement 72 - An InventoryItem may have many InventoryMovements of Class InventoryMovement. 73 74 manufacturer 75 - An InventoryItem may have many Manufacturers of the Class Manufacturer. 76 77 supplier 78 - An InventoryItem may have many Suppliers of the Class Supplier. 65 79 66 80 67 #Calculated dates68 actualStartDate69 actualCompletionDate70 71 TaskType72 Unscheduled Breakin - all work that was not scheduled, breakdowns/callouts.73 Planned Maintenance - Planned work that is scheduled.74 Project - Capital expenditure upgrades or additions.75 Turnaround - Shutdowns, rebuilds, non Cap-Ex upgrades or additions.76 Production Run - Planned production that is scheduled?77 78 TaskGroup79 .... - custom used to groups tasks?80 Engineering Activites81 Production Activites82 New Projects83 .... - specific shut group or turnaround etc.84 85 #Calculate missed state?86 Missed() {87 actualCompletionDate > targetCompletionDate88 }89 90 81 #External required actions. 91 Show all modifications for a task. 92 Show all assignedPersons for a task. 93 Show all entries for a task. 82 Calculate/Show total storedItems. 94 83 95 84
Note: See TracChangeset
for help on using the changeset viewer.