# # ChangeLog for trunk/grails-app/services/InventoryPurchaseService.groovy # # Generated by Trac 1.2 # Mar 29, 2024, 9:33:26 PM Thu, 19 Jul 2012 03:35:38 GMT gav [964] * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/InventoryMovementService.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) Fix for ticket #105 - InventoryItemPurchase's can't be deleted when ... Wed, 24 Nov 2010 02:57:45 GMT gav [717] * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) Fix for ticket #91 - Purchasing - run order price update when invoice ... 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, 22 Jun 2010 07:55:31 GMT gav [610] * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/domain/InventoryItem.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) * trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) Prevent reordering of obsolete or inactive inventory items. Mon, 21 Jun 2010 02:23:21 GMT gav [605] * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/domain/InventoryItemPurchase.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/approveInvoicePayment.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/receive.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/show.gsp (modified) Domain change, several changes to !InventoryItemPurchase. Update ... Fri, 18 Jun 2010 06:58:19 GMT gav [600] * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/receive.gsp (modified) Trim inventory purchase order number. Allow editing of any ... Mon, 14 Jun 2010 23:18:21 GMT gav [597] * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/approveInvoicePayment.gsp (modified) Improvements to purchasing, update order amount with total invoice ... Fri, 11 Jun 2010 04:00:04 GMT gav [596] * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) Improvements to purchasing, calculate remaining value amounts. 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 ...