Ignore:
Timestamp:
Oct 29, 2009, 8:30:58 PM (14 years ago)
Author:
gav
Message:

Substantial refactor of the Inventory domain.
InventoryItems can now be added to tasks, no quantity adjustments done yet.
Removed StoredItem and with it the ability to store an inventoryItem in multiple places, just too complex right now.
Svn move StoreLocation to InventoryLocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r168 r175  
    112112fp.property.text.isScheduled=Scheduled
    113113fp.property.text.isApproved=Approved
     114fp.property.text.isObsolete=Obsolete
    114115fp.property.text.taskGroup.name=Group
    115116fp.property.text.taskPriority.name=Priority
     
    120121fp.property.text.leadPerson.firstName=Lead Person (First Name)
    121122fp.property.text.taskType.name=Type
     123fp.property.text.inventoryLocation.name=Location
     124fp.property.text.spareFor.name=Spare For
     125fp.property.text.supplier.name=Supplier
     126fp.property.text.manufacturer.name=Manufacturer
    122127
Note: See TracChangeset for help on using the changeset viewer.