[root]/grails-app/views/inventoryStore
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
gav | 18 (100.0%) | 346 (100.0%) | 19.2 |
Svn move !InventoryLocation and !InventoryStore controllers and views to detailed and complete detailing.
0 lines of code changed in 4 files:
Resolve ticket #12 again.
Turn query cache on again since this did not resolve the problem.
Implement fix as per http://jira.codehaus.org/browse/GRAILS-5111, add flush:true to save.
Adjust templates to include above and remove home url.
Re-generate all non detailed views and controllers.
Manually add flush:true and remove home url to detailed views and controllers.
1 lines of code changed in 4 files:
Substantial refactor of the Inventory domain.
!InventoryItems can now be added to tasks, no quantity adjustments done yet.
Removed !StoredItem and with it the ability to store an inventoryItem in multiple places, just too complex right now.
Svn move !StoreLocation to !InventoryLocation.
28 lines of code changed in 2 files:
Replace all deprecated "createLinkTo" links with "resource".
4 lines of code changed in 4 files:
First commit of Inventory domain, including domain-classes, controllers, views and bootstrap. Also double check/adjust as required security extends in controllers.
313 lines of code changed in 4 files: