# # ChangeLog for branches/features/purchaseOrders/grails-app/controllers # # Generated by Trac 1.2 # May 10, 2024, 10:58:51 AM Thu, 21 Apr 2011 08:12:03 GMT gav [893] * branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * 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) Formatting only, no code 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. Mon, 18 Apr 2011 01:21:24 GMT gav [889] * branches/features/purchaseOrders (copied) Svn copy branches/features/grailsUpgrade to ... Thu, 14 Apr 2011 18:55:48 GMT gav [886] * branches/features/grailsUpgrade/grails-app/controllers/TaskProcedureDetailedController.groovy (modified) * branches/features/grailsUpgrade/grails-app/views/taskProcedureDetailed/list.gsp (modified) Fix null pointer bug in !TaskProcedure list view. Does not appear ...