# # ChangeLog for branches/features/taskProcedureRework/grails-app/domain/InventoryStore.groovy # # Generated by Trac 1.2 # May 14, 2024, 2:27:08 PM Mon, 24 Jan 2011 16:58:12 GMT gav [753] * branches/features/taskProcedureRework (copied) Start taskProcedureRework branch at r752. Thu, 29 Oct 2009 10:30:58 GMT gav [175] * trunk/grails-app/controllers/InventoryItemController.groovy (modified) * trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified) * trunk/grails-app/controllers/InventoryLocationController.groovy (moved) * trunk/grails-app/controllers/InventoryLocationDetailedController.groovy (moved) * trunk/grails-app/controllers/InventoryMovementController.groovy (modified) * trunk/grails-app/controllers/InventoryMovementDetailedController.groovy (added) * trunk/grails-app/controllers/InventoryStoreController.groovy (modified) * trunk/grails-app/controllers/StoredItemController.groovy (deleted) * trunk/grails-app/controllers/StoredItemDetailedController.groovy (deleted) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/domain/InventoryItem.groovy (modified) * trunk/grails-app/domain/InventoryLocation.groovy (moved) * trunk/grails-app/domain/InventoryMovement.groovy (modified) * trunk/grails-app/domain/InventoryStore.groovy (modified) * trunk/grails-app/domain/StoredItem.groovy (deleted) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/inventoryItem/create.gsp (modified) * trunk/grails-app/views/inventoryItem/edit.gsp (modified) * trunk/grails-app/views/inventoryItem/list.gsp (modified) * trunk/grails-app/views/inventoryItem/show.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/search.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryLocation (moved) * trunk/grails-app/views/inventoryLocation/create.gsp (modified) * trunk/grails-app/views/inventoryLocation/edit.gsp (modified) * trunk/grails-app/views/inventoryLocation/list.gsp (modified) * trunk/grails-app/views/inventoryLocation/show.gsp (modified) * trunk/grails-app/views/inventoryLocationDetailed (moved) * trunk/grails-app/views/inventoryLocationDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryLocationDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryLocationDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryLocationDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryMovement/create.gsp (modified) * trunk/grails-app/views/inventoryMovement/edit.gsp (modified) * trunk/grails-app/views/inventoryMovementDetailed (added) * trunk/grails-app/views/inventoryMovementDetailed/create.gsp (added) * trunk/grails-app/views/inventoryMovementDetailed/show.gsp (added) * trunk/grails-app/views/inventoryStore/edit.gsp (modified) * trunk/grails-app/views/inventoryStore/show.gsp (modified) * trunk/grails-app/views/storedItem (deleted) * trunk/grails-app/views/storedItemDetailed (deleted) * trunk/grails-app/views/taskDetailed/show.gsp (modified) Substantial refactor of the Inventory domain. !InventoryItems can ...