# # ChangeLog for trunk/grails-app/domain/CostCode.groovy # # Generated by Trac 1.2 # Apr 28, 2024, 3:25:37 PM Sun, 18 Jul 2010 22:47:38 GMT gav [633] * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/controllers/CostCodeDetailedController.groovy (modified) * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/controllers/PurchasingGroupDetailedController.groovy (added) * trunk/grails-app/domain/CostCode.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/domain/PurchasingGroup.groovy (added) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/costCodeDetailed/create.gsp (modified) * trunk/grails-app/views/costCodeDetailed/edit.gsp (modified) * trunk/grails-app/views/costCodeDetailed/list.gsp (modified) * trunk/grails-app/views/costCodeDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/edit.gsp (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/purchasingGroupDetailed (added) * trunk/grails-app/views/purchasingGroupDetailed/create.gsp (added) * trunk/grails-app/views/purchasingGroupDetailed/edit.gsp (added) * trunk/grails-app/views/purchasingGroupDetailed/list.gsp (added) * trunk/grails-app/views/purchasingGroupDetailed/show.gsp (added) Domain change: Add PurchasingGroup. Logic and views to suite. Tue, 16 Mar 2010 02:00:04 GMT gav [441] * trunk/grails-app/controllers/CostCodeDetailedController.groovy (added) * trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified) * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (added) * trunk/grails-app/domain/CostCode.groovy (added) * trunk/grails-app/domain/InventoryItemPurchase.groovy (added) * trunk/grails-app/domain/InventoryItemPurchaseType.groovy (added) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/services/InventoryCsvService.groovy (modified) * trunk/grails-app/services/InventoryItemService.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (added) * trunk/grails-app/views/costCodeDetailed (added) * trunk/grails-app/views/costCodeDetailed/create.gsp (added) * trunk/grails-app/views/costCodeDetailed/edit.gsp (added) * trunk/grails-app/views/costCodeDetailed/list.gsp (added) * trunk/grails-app/views/costCodeDetailed/show.gsp (added) * trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/importInventoryItemPurchases.gsp (added) * trunk/grails-app/views/inventoryItemDetailed/search.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed (added) * trunk/grails-app/views/inventoryItemPurchaseDetailed/approveInvoicePayment.gsp (added) * trunk/grails-app/views/inventoryItemPurchaseDetailed/create.gsp (added) * trunk/grails-app/views/inventoryItemPurchaseDetailed/edit.gsp (added) * trunk/grails-app/views/inventoryItemPurchaseDetailed/receive.gsp (added) * trunk/grails-app/views/inventoryItemPurchaseDetailed/show.gsp (added) * trunk/web-app/images/skin/basket_grey.png (added) * trunk/web-app/images/skin/basket_put.png (added) * trunk/web-app/images/skin/basket_put_grey.png (added) * trunk/web-app/images/skin/database_go_grey.png (added) * trunk/web-app/images/skin/tick_grey.png (added) Add !CostCode and !InventoryItemPurchase domain classes with import ...