# # ChangeLog for trunk/grails-app/services # # Generated by Trac 1.2 # Apr 30, 2024, 4:07:07 AM Mon, 02 Nov 2009 03:17:03 GMT gav [177] * trunk/grails-app/controllers/InventoryMovementDetailedController.groovy (modified) * trunk/grails-app/controllers/InventoryMovementTypeController.groovy (modified) * trunk/grails-app/domain/InventoryMovement.groovy (modified) * trunk/grails-app/domain/InventoryMovementType.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/services/InventoryMovementService.groovy (added) * trunk/grails-app/views/inventoryMovementDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryMovementDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryMovementType/create.gsp (modified) * trunk/grails-app/views/inventoryMovementType/edit.gsp (modified) * trunk/grails-app/views/inventoryMovementType/list.gsp (modified) * trunk/grails-app/views/inventoryMovementType/show.gsp (modified) Inventory movement quantity adjustments now done in a service. ... 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 ... Fri, 23 Oct 2009 03:00:23 GMT gav [165] * trunk/application.properties (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/services/TaskSearchService.groovy (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/taskDetailed/budget.gsp (added) Install export plugin. Add budget 'planned' and 'unplanned' search view. Thu, 22 Oct 2009 23:49:35 GMT gav [164] * trunk/grails-app/domain/Department.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/department/create.gsp (modified) * trunk/grails-app/views/department/edit.gsp (modified) * trunk/grails-app/views/department/list.gsp (modified) * trunk/grails-app/views/department/show.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) Add Department-Person relationship, update demo data and views to ... Thu, 22 Oct 2009 10:26:09 GMT gav [162] * trunk/grails-app/controllers/DepartmentController.groovy (added) * trunk/grails-app/controllers/SystemSectionController.groovy (modified) * trunk/grails-app/controllers/SystemSectionDetailedController.groovy (modified) * trunk/grails-app/domain/Department.groovy (added) * trunk/grails-app/domain/SystemSection.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/department (added) * trunk/grails-app/views/department/create.gsp (added) * trunk/grails-app/views/department/edit.gsp (added) * trunk/grails-app/views/department/list.gsp (added) * trunk/grails-app/views/department/show.gsp (added) * trunk/grails-app/views/systemSection/create.gsp (modified) * trunk/grails-app/views/systemSection/edit.gsp (modified) * trunk/grails-app/views/systemSection/list.gsp (modified) * trunk/grails-app/views/systemSection/show.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/create.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/edit.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/show.gsp (modified) Add Department domain class, controller, views and demo data. Add ... Fri, 09 Oct 2009 11:47:11 GMT gav [149] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/conf/DataSource.groovy (modified) * trunk/grails-app/controllers/AppCoreController.groovy (modified) * trunk/grails-app/controllers/BaseController.groovy (modified) * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (added) * trunk/grails-app/views/appCore/appAdmin.gsp (modified) * trunk/lib (modified) * trunk/lib/mysql-connector-java-5.1.7-bin.jar (added) Refactor bootstrap data generation to new CreateDataService. Tweak ... Sat, 03 Oct 2009 06:05:02 GMT gav [144] * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/services/TaskSearchService.groovy (modified) * trunk/grails-app/views/appCore/start.gsp (modified) Work on TaskSearchService. Fri, 02 Oct 2009 16:51:02 GMT gav [143] * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/services/TaskSearchService.groovy (added) * trunk/grails-app/services/TaskService.groovy (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/appCore/start.gsp (modified) * trunk/grails-app/views/taskDetailed/search.gsp (modified) Busy adding TaskSearchService. Tue, 01 Sep 2009 12:10:43 GMT gav [137] * trunk/.classpath (modified) * trunk/README (modified) * trunk/application.properties (modified) * trunk/doc/gnuMimsErd.dia (modified) * trunk/gnuMims.launch (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/controllers/TaskRecurringScheduleDetailedController.groovy (modified) * trunk/grails-app/domain/TaskRecurringSchedule.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (modified) * trunk/grails-app/services/DateUtilService.groovy (added) * trunk/grails-app/services/TaskService.groovy (added) * trunk/grails-app/views/entryDetailed/edit.gsp (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * trunk/grails-app/views/taskRecurringSchedule/create.gsp (modified) * trunk/grails-app/views/taskRecurringSchedule/edit.gsp (modified) * trunk/grails-app/views/taskRecurringSchedule/list.gsp (modified) * trunk/grails-app/views/taskRecurringSchedule/show.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/create.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/show.gsp (modified) * trunk/test/unit/DateUtilServiceTests.groovy (added) * trunk/web-app/WEB-INF/sitemesh.xml (modified) * trunk/web-app/WEB-INF/tld/grails.tld (modified) Update to grails-1.1.1 release. Fix WorkDone and Fault entries not ... Sun, 05 Apr 2009 05:43:29 GMT gav [104] * trunk/.classpath (moved) * trunk/.project (moved) * trunk/COPYING (moved) * trunk/README (moved) * trunk/application.properties (moved) * trunk/build.xml (moved) * trunk/gnuMims-test.launch (moved) * trunk/gnuMims.launch (moved) * trunk/gnuMims.tmproj (moved) * trunk/grails-app (moved) * trunk/ivy.xml (moved) * trunk/ivysettings.xml (moved) * trunk/lib (moved) * trunk/scripts (moved) * trunk/src (moved) * trunk/test (moved) * trunk/web-app (moved) Move /trunk/src/* to /trunk/ Sun, 05 Apr 2009 05:41:22 GMT gav [103] * trunk/appsrc (moved) Rename /src to /appsrc in preparation for moving /trunk/src/* to /trunk/