Index: trunk/grails-app/domain/InventoryItem.groovy
===================================================================
--- trunk/grails-app/domain/InventoryItem.groovy	(revision 402)
+++ trunk/grails-app/domain/InventoryItem.groovy	(revision 405)
@@ -9,4 +9,6 @@
     String description = ""
     String manufacturersPartNumber
+    BigDecimal estimatedUnitPriceAmount
+    Currency estimatedUnitPriceCurrency
     String suppliersPartNumber
     Integer unitsInStock = 0
@@ -36,4 +38,6 @@
         unitsInStock(min:0)
         unitOfMeasure()
+        estimatedUnitPriceAmount(nullable:true, max: new BigDecimal(999999999999))
+        estimatedUnitPriceCurrency(nullable:true)
         reorderPoint()
         enableReorder()
