Ignore:
Timestamp:
Jun 22, 2010, 1:33:55 PM (14 years ago)
Author:
gav
Message:

Domain change, add taskBudgetStatus property to InventoryItemPurchase.
Update views, help balloons and logic to suite.

File:
1 edited

Legend:

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

    r601 r609  
    4040person.pass.blank=Password cannot be blank
    4141person.pass.doesNotMatch=Passwords must match
     42
     43#
     44# Help Balloon messages.
     45#
    4246
    4347person.personGroups=Person Groups
     
    5963person.authorities.help=Give this person authority to do things in the application. \
    6064    The user must logout for changes to take effect.
     65
     66# InventoryItemPurchase properties.
     67inventoryItemPurchase.purchaseOrderNumber=Purchase Order #
     68inventoryItemPurchase.purchaseOrderNumber.help=This number must be exact in case and spacing. \
     69    All purchase received and invoice approval requires this number to track correctly. \
     70    The number may only appear once for each inventory item. \
     71    To enter multiple line items for a purchase order # 'M123' use 'M123.1' and 'M123.2' for example.
     72inventoryItemPurchase.order.placed.date=Date
     73inventoryItemPurchase.order.placed.date.help=The date that the order was placed. \
     74    May be adjusted at the end of financial years. Also see the 'date created' and 'last updated' properties.
     75inventoryItemPurchase.cost.code=Cost Code
     76inventoryItemPurchase.cost.code.help=Cost codes assign cost to the correct asset and accouting ledger number/account. \
     77    Ideally cost codes should be asset based and reflect the asset tree.
     78inventoryItemPurchase.task.budget.status=Budget Status
     79inventoryItemPurchase.task.budget.status.help=Was this purchase planned for in the budget or is it an unplanned spend.
     80inventoryItemPurchase.supplier=Supplier
     81inventoryItemPurchase.supplier.help=The supplier to make the purchase out to.
     82inventoryItemPurchase.quantity=Quantity
     83inventoryItemPurchase.quantity.help=The number of inventory item units purchased.
     84inventoryItemPurchase.receive.quantity=Receive Quantity
     85inventoryItemPurchase.receive.quantity.help=The number of inventory item units received.
     86inventoryItemPurchase.approve.quantity=Approve Quantity
     87inventoryItemPurchase.approve.quantity.help=The number of inventory item units to approve payment for.
     88inventoryItemPurchase.order.value=Order Value
     89inventoryItemPurchase.order.value.help=The total value of this line item.
     90inventoryItemPurchase.receive.value=Receive Value
     91inventoryItemPurchase.receive.value.help=The value of items received.
     92inventoryItemPurchase.approve.value=Approve Value
     93inventoryItemPurchase.approve.value.help=The value to approve payment for.
     94inventoryItemPurchase.invoice.number=Invoice Number
     95inventoryItemPurchase.invoice.number.help=The invoice number that this line item approves payment for.
    6196
    6297entry.duration=Duration
Note: See TracChangeset for help on using the changeset viewer.