[root]/grails-app/views/inventoryMovementDetailed
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
gav | 12 (100.0%) | 346 (100.0%) | 28.8 |
Improved table row onclick implementation for all detailed list and search views.
14 lines of code changed in 1 file:
Small fix to inventory movement list view pagination.
5 lines of code changed in 1 file:
Remove surplus references to overlayPane.js
0 lines of code changed in 1 file:
Complete functionality for inventory movement types other than "Used".
19 lines of code changed in 1 file:
Complete inventory movement implementation as per ticket #24.
Refactor showTab function in both Task and Inventory (which now has tabs).
1 lines of code changed in 1 file:
List the inventory movements for an inventoryItem.
68 lines of code changed in 1 file:
Record person performing the inventory movement as per ticket #24.
12 lines of code changed in 1 file:
Improve entry creation so that entryType is passed in with the associated submitButton.
Refactor !InventoryMovementService and prevent create/delete of invenotryMovements on complete task.
4 lines of code changed in 1 file:
Inventory movement quantity adjustments now done in a service.
!InventoryMovementType now has an incrementsInventory flag, so not dependant on the text name.
6 lines of code changed in 2 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.
217 lines of code changed in 2 files: