Changeset 2438311
- Timestamp:
- 12/13/2020 01:25:12 PM (5 years ago)
- File:
-
- 1 edited
-
piwi-warehouse/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piwi-warehouse/trunk/readme.txt
r2438301 r2438311 1 1 === Piwi Warehouse === 2 Contributors: Rocco Marco Guglielmi (roccomarco), Marisa Monaco2 Contributors: roccomarco 3 3 Tags: warehouse, management system 4 4 Requires at least: 5.0 … … 12 12 13 13 == Description == 14 15 Piwi Warehouse allows to manage your Warehouse. It allows you to add Items into the system organized by Type and create hierarchical Locations.16 14 17 An item can then be Purchased and assigned to a specific Location. The system will automatically keep track of the amount of the Item per Location.15 Piwi Warehouse is a simple warehouse management system that allows you to keep track of your items, their location and record loan and restitutions. 18 16 19 The system allows also to register Holders: this is an entity that can borrow an Item. When you move an Item, the system will automatically keep track of 20 the amount and availability of the Item during the entire life cycle of a Movement. An Item can be lent, returned, donated or marked as lost. 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 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. 21 24 22 The movement will keep track of all the operations in its History. 25 == Screenshots == 26 27 Coming soon 28 29 == FAQ == 30 31 = How to notify a Bug = 32 The development repository and the bug ticketing system of this plugin is hosted on Sourceforge. If you find a bug submit it at this url: 33 https://sourceforge.net/p/piwi-lib/bugs-warehouse/ 34 35 == Changelog == 36 37 = 3.1.0 = 38 * NEW: Purchases are now tied to the locations: when purchasing an item, it is 39 required to assign a destination. Item locations are automatically 40 assigned on a Purchase. Validation mechanism have been changed. 41 * NEW: Extended Item Record postbox to handle the availability per location. 42 * NEW: Item availabilities are now tied to location. Aside of the total 43 availability, each item has an availability per location. 44 * NEW: Implemented a new notes system for Purchase an Movement 45 * NEW: Improved Post Submit Box management 46 * BUG: Fixed issue with capability page restore action (bug #25) 47 (backported to 3.0.1). 48 49 = 3.0.1 = 50 * BUG: Fixed issue with capability page restore action (bug #25). 51 52 = 3.0.0 = 53 * NEW: Reorganized the entire hierarchy introducing a better separation in 54 the various part of the system 55 * NEW: Introduced a new engine to manage the back-end pages 56 * BUG: Fixed issue with item titles (bug #24)(backported to 2.0.1). 57 * BUG: Fixed issue which prevent deletion of first movement item (bug #23) 58 (backported to 2.0.1). 59 * BUG: Fixed misuse of a variable in Item Type column (bug #22) 60 (backported to 2.0.1). 61 * BUG: Fixed vrong aphostrope management in Item title (bug #21) 62 (backported to 2.0.1). 63 * BUG: Fixed a check in History insert to ensure an error log when Holder ID 64 is NULL (bug #20) (backported to 2.0.1). 65 * BUG: Fixed issue in History insert when movement transitate from active to 66 something else (bug #19) (backported to 2.0.1). 67 68 = 2.0.2 = 69 * NEW: Added missing messages to custom post types. 70 * NEW: Minor fixes. 71 * NEW: Movements' item box now shows shelfmark info. 72 * NEW: Improved sanitization of joiner. 73 * NEW: Updated Piwi Library to 1.2.2. 74 75 = 2.0.1 = 76 * NEW: Improved sanitization. 77 * NEW: Updated Piwi Library to 1.2.1. 78 * BUG: Fixed issue with item titles (bug #24). 79 * BUG: Fixed issue which prevent deletion of first movement item (bug #23). 80 * BUG: Fixed misuse of a variable in Item Type column (bug #22). 81 * BUG: Fixed vrong aphostrope management in Item title (bug #21). 82 * BUG: Fixed a check in History insert to ensure an error log when Holder ID 83 is NULL (bug #20). 84 * BUG: Fixed issue in History insert when movement transitate from active to 85 something else (bug #19). 86 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. 102 = 1.1.1 = 103 * BUG: Fixed unexpected behavior of date change block (bug #15). 104 * BUG: Fixed post date button style issue (bug #14). 105 * BUG: Fixed wrong sorting of Balance, Purchase and Movement title column of 106 Post List (bug #13). 107 * BUG: Fixed error in Shelfmark/Type column of Item List (bug #12). 108 109 = 1.1.0 = 110 * NEW: Updated PLib to 1.1.0. 111 * NEW: Added update method in movement history class. 112 * NEW: Added capability management page. 113 * NEW: Added capability engine. 114 * NEW: Shelfmarks and Types now are organized as linked list in list table. 115 * NEW: Improved movement interface: now is more responsive. 116 * NEW: Item is now click-able in infoboxes. 117 * NEW: Added Settings page. 118 * NEW: Improved admin sub-menu order. 119 * NEW: Added Item related css for minor style improvements 120 (backported to 1.0.1). 121 * BUG: Fixed unescaped attribute in prefilled item metabox (bug #10) 122 (backported to 1.0.1). 123 * BUG: Improved update lent js (bug #9) (backported to 1.0.1). 124 * BUG: Fixed Conclude button not properly internationalized (bug #8) 125 (backported to 1.0.1). 126 * BUG: Fixed extra div when no featured is available in info box (bug #7) 127 (backported to 1.0.1). 128 * BUG: Fixed misleading submit div title (bug #6) (backported to 1.0.1). 129 * BUG: Fixed purchase quantity error message (bug #5) (backported to 1.0.1). 130 * BUG: Fixed item datalist limit (bug #4) (backported to 1.0.1). 131 * BUG: Fixed wrong initialization of Item amount and availability (bug #3) 132 (backported to 1.0.1). 133 * BUG: Fixed wrong translation (bug #2) (backported to 1.0.1). 134 * BUG: Fixed wrong JS inclusion and removed old files (bug #1) 135 (backported to 1.0.1). 136 137 = 1.0.2 = 138 * BUG: Fixed wrong sorting of Balance, Purchase and Movement title column of 139 Post List (bug #13). 140 141 = 1.0.1 = 142 * NEW: Updated PLib to 1.0.1. 143 * NEW: Added Item related css for minor style improvements. 144 * BUG: Fixed unescaped attribute in prefilled item metabox (bug #10). 145 * BUG: Improved update lent js (bug #9). 146 * BUG: Fixed Conclude button not properly internationalized (bug #8). 147 * BUG: Fixed extra div when no featured is available in info box (bug #7). 148 * BUG: Fixed misleading submit div title (bug #6). 149 * BUG: Fixed purchase quantity error message (bug #5). 150 * BUG: Fixed item datalist limit (bug #4). 151 * BUG: Fixed wrong initialization of Item amount and availability (bug #3). 152 * BUG: Fixed wrong translation (bug #2). 153 * BUG: Fixed wrong JS inclusion and removed old files (bug #1). 154 155 = 1.0 = 156 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.