Index: /trunk/doc/Definitions/InventoryTerms.txt
===================================================================
--- /trunk/doc/Definitions/InventoryTerms.txt	(revision 114)
+++ /trunk/doc/Definitions/InventoryTerms.txt	(revision 115)
@@ -19,5 +19,5 @@
     isObsolete    
                 - Default=false.
-                - Is this InventoryItem is now considered obsolete by the manufacturer.
+                - Is this InventoryItem now considered obsolete by the manufacturer.
 
     manufacturersPartNumber
@@ -35,5 +35,5 @@
     reorderPoint
                 - Required so no default.
-                - Once total InventoryStock equals this point the item will appear on reorder and auto order lists.
+                - Once total StoredItems equals this point the item will appear on reorder and auto order lists.
 
     recommendedReorderPoint
@@ -43,53 +43,42 @@
                 - The average delivery time in days from placement of reorder.
 
-   InventoryGroup
+   inventoryGroup
                 - Default = required so nothing.
                 - The InventoryGroup this InventoryItem belongs to.
-                - Initially one of "MIsc", "Mechanical", "Electrical", "Production", "Raw Materials".
+                - Initially one of "Misc", "Mechanical", "Electrical", "Production", "Raw Materials".
                 - Of Class InventoryGroup.
 
-    InventoryType
+    inventoryType
                 - Default = required so nothing.
                 - Initially one of "Consumable", "Repairable".
                 - Of Class InventoryType.
 
+    unitOfMeasure
+                - Default = required so nothing.
+                - Initially one of "each", "meter(s)", "box(es)", "litre(s)"
+                - Of Class UnitOfMeasure.
+
     alternateItem
-                - Default = not always used so nothing.
+                - An InventoryItem may have many alternateItems of Class AlternateItem.
                 - Indicates that this InventoryItem has alternatives.
-                - Of Class Task.
 
     spareFor
                 - An InventoryItem may have many assets that it is a spare for, of Class Asset.
 
-TODO: ??
+    storedItem
+                - An InventoryItem may have many StoredItems of Class StoredItem.
+
+    inventoryMovement
+                - An InventoryItem may have many InventoryMovements of Class InventoryMovement.
+
+    manufacturer
+                - An InventoryItem may have many Manufacturers of the Class Manufacturer.
+
+    supplier
+               - An InventoryItem may have many Suppliers of the Class Supplier.
 
 
-#Calculated dates
-actualStartDate
-actualCompletionDate
-
-TaskType
-    Unscheduled Breakin - all work that was not scheduled, breakdowns/callouts.
-    Planned Maintenance - Planned work that is scheduled.
-    Project             - Capital expenditure upgrades or additions.
-    Turnaround          - Shutdowns, rebuilds, non Cap-Ex upgrades or additions.
-    Production Run      - Planned production that is scheduled?
-
-TaskGroup
-    ....                - custom used to groups tasks?
-    Engineering Activites
-    Production Activites
-    New Projects
-    ....                - specific shut group or turnaround etc.
-
-#Calculate missed state? 
-Missed() {
-    actualCompletionDate > targetCompletionDate
-}
-
 #External required actions.
-Show all modifications for a task.
-Show all assignedPersons for a task.
-Show all entries for a task.
+Calculate/Show total storedItems.
 
 
