Changeset 2438313
- Timestamp:
- 12/13/2020 01:28:16 PM (5 years ago)
- File:
-
- 1 edited
-
piwi-warehouse/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piwi-warehouse/trunk/readme.txt
r2438311 r2438313 16 16 17 17 Piwi Warehouse introduces the following elements: 18 *"Items" the element you want to keep track of.19 *"Types" a hierarchical taxonomy to organize your Items.20 *"Locations" the locations of your Warehouse where the item will be stored (e.g. "Facility A01", "Lab 1", "Cabinet B03", "Box B22").21 *"Purchases" an operation that increases the Item total amount and availability in a specific Location22 *"Holders" an entity that can loan Items23 *"Movements" an operation that assigns a specific amount of Items to an Holder. The Movement keep an history log of all the operations.18 * "Items" the element you want to keep track of. 19 * "Types" a hierarchical taxonomy to organize your Items. 20 * "Locations" the locations of your Warehouse where the item will be stored (e.g. "Facility A01", "Lab 1", "Cabinet B03", "Box B22"). 21 * "Purchases" an operation that increases the Item total amount and availability in a specific Location 22 * "Holders" an entity that can loan Items 23 * "Movements" an operation that assigns a specific amount of Items to an Holder. The Movement keep an history log of all the operations. 24 24 25 25 == Screenshots == … … 86 86 87 87 = 2.0.0 = 88 This release introduce multi-item movement, purchase and balance. This allow 89 a simpler Warehouse management. Interface has been improved and we have 90 introduced new capabilities. To make thing easier we have also added a couple 91 of tool: the consistency checker (useful to check item accounts for debugging 92 purposes) and the Movement Joiner (useful to merge movements). 93 * Updated Piwi Library to 1.2.0. 94 * Implemented Consistency Checker. 95 * Implemented Movement Join Tool. 96 * Implemented Multi-item Movement. 97 * Implemented Multi-item Balance. 98 * Implemented Multi-item Purchase. 99 * Improved Quick Operations box. 100 * Improved capability engine: added Create Item, Create Balance and Create 101 Purchase, Create Movement, Update Movement capabilities. 88 * NEW: Updated Piwi Library to 1.2.0. 89 * NEW: Implemented Consistency Checker. 90 * NEW: Implemented Movement Join Tool. 91 * NEW: Implemented Multi-item Movement. 92 * NEW: Implemented Multi-item Balance. 93 * NEW: Implemented Multi-item Purchase. 94 * NEW: Improved Quick Operations box. 95 * NEW: Improved capability engine: added Create Item, Create Balance and Create 96 Purchase, Create Movement, Update Movement capabilities. 97 102 98 = 1.1.1 = 103 99 * BUG: Fixed unexpected behavior of date change block (bug #15).
Note: See TracChangeset
for help on using the changeset viewer.