Plugin Directory

Changeset 2438313


Ignore:
Timestamp:
12/13/2020 01:28:16 PM (5 years ago)
Author:
roccomarco
Message:

Updated Readme of Piwi Warehouse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • piwi-warehouse/trunk/readme.txt

    r2438311 r2438313  
    1616
    1717Piwi 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.
     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.
    2424
    2525== Screenshots ==
     
    8686
    8787= 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
    10298= 1.1.1 =
    10399 * BUG: Fixed unexpected behavior of date change block (bug #15).
Note: See TracChangeset for help on using the changeset viewer.