Ignore:
Timestamp:
Mar 16, 2010, 11:33:22 AM (14 years ago)
Author:
gav
Message:

Add Person import feature.
Commit has a small amount of cross over code to the commits will follow.

File:
1 edited

Legend:

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

    r437 r440  
    77inventory.import.success=Inventory imported.
    88inventory.import.failure=Could not create inventory from supplied file, failed on line {0}, see {1}.
     9
     10inventoryItemPurchase.import.success=Inventory item purchases imported.
     11inventoryItemPurchase.import.failure=Could not create inventory item purchases from supplied file, failed on line {0}, see {1}.
     12
     13person.import.success=Person list imported.
     14person.import.failure=Could not create persons from supplied file, failed on line {0}, see {1}.
    915
    1016asset.copy.subItem.create.failure=Could not complete operation, as sub item failed to save.
     
    138144inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
    139145
     146inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment.
     147inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
     148inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved.
     149
    140150assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
    141151assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
Note: See TracChangeset for help on using the changeset viewer.