# # ChangeLog for branches/features/purchaseOrders/grails-app/domain/PurchaseOrderNumber.groovy # # Generated by Trac 1.2 # May 4, 2024, 3:11:27 PM Fri, 22 Apr 2011 02:12:29 GMT gav [895] * branches/features/purchaseOrders/grails-app/domain/PurchaseOrderNumber.groovy (modified) Add constraints to !PurchaseOrderNumber.value property. Thu, 21 Apr 2011 07:57:17 GMT gav [892] * branches/features/purchaseOrders/grails-app/domain/InventoryItem.groovy (modified) * branches/features/purchaseOrders/grails-app/domain/InventoryItemPurchase.groovy (modified) * branches/features/purchaseOrders/grails-app/domain/PurchaseOrder.groovy (modified) * branches/features/purchaseOrders/grails-app/domain/PurchaseOrderNumber.groovy (modified) Formatting only, no domain change. Thu, 21 Apr 2011 05:29:47 GMT gav [891] * branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * branches/features/purchaseOrders/grails-app/domain/InventoryItemPurchase.groovy (modified) * branches/features/purchaseOrders/grails-app/domain/PurchaseOrder.groovy (added) * branches/features/purchaseOrders/grails-app/domain/PurchaseOrderNumber.groovy (added) * branches/features/purchaseOrders/grails-app/services/CreateDataService.groovy (modified) * branches/features/purchaseOrders/grails-app/services/InventoryItemService.groovy (modified) * branches/features/purchaseOrders/grails-app/services/InventoryPurchaseService.groovy (modified) * branches/features/purchaseOrders/grails-app/services/PurchaseOrderService.groovy (added) * branches/features/purchaseOrders/grails-app/views/inventoryItemPurchaseDetailed/create.gsp (modified) * branches/features/purchaseOrders/test/unit/PurchaseOrderNumberTests.groovy (added) * branches/features/purchaseOrders/test/unit/PurchaseOrderServiceTests.groovy (added) Purchase Order first draft as per ticket #30, by John Yesberg.