Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017855Openbravo ERP04. Warehouse managementpublic2011-06-30 17:402011-08-05 11:43
jonalegriaesarte 
eduardo_Argal 
urgentmajorhave not tried
closedno change required 
5
2.50MP30 
2.50MP32 
Core
No
0017855: M_INOUT_CREATE - Products are taken in random order for Goods Shipment etc.
Selection of products for Goods Shipment is based on PRIORITYNO and CREATED

To support FIFO method for taking product instances from warehouse M_INOUT_CREATE function should be based on date of creation field.
- AS Openbravo Admin go to Warehouse Management || Analysis Tools || Stock Report
- Select Foodkit.
- Realize that there are no Foodkit in the Secondary Warehouse
- Go to Warehouse Management || Transactions || Incoming Shipment
- Create two records:
     1.- Header:
             - BP: McGiver
             - Movement Date and Accounting Date: 01-01-2011
             - Warehouse: Secondary Warehouse
       - Line:
             - Storage bin: SL1
             - Product: Beer
             - Attribute Set Value: LB_01-05-2011
             - Movement Quantity: 50
     2.- Header:
             - BP: McGiver
             - Movement Date and Accounting Date: 03-01-2011
             - Warehouse: Secondary Warehouse
       - Line:
             - Storage bin: SL2
             - Product: Beer
             - Attribute Set Value: LA_03-05-2011
             - Movement Quantity: 400
- Complete them
- Now the stock is:
    Beer; 50,00; LB_01-05-2011; Secondary Warehouse;
    Beer; 400,00; LA_03-05-2011; Secondary Warehouse;

- Go to Sales Management || Transactions || Sales Order
- Create a new record:
    - Header:
        - Transaction Document: Standard Order
        - McGiver
        - Order Date: 05-01-2011
        - Warehouse: Secondary warehouse
    - Lines:
        - Product: Beer
        - Warehouse: Secondary Warehouse
        - Ordered Quantity: 23
- Complete it
- Go to Sales Management || Transactions || Create Shipments from Orders
- Select the order created and process.
- Go to Warehouse Management || Analysis Tools || Stock Report
- Select Beer.
- Now the stock is:
    Beer; 50,00; LB_01-05-2011; Secondary Warehouse;
    Beer; 377,00; LA_03-05-2011; Secondary Warehouse;
No tags attached.
blocks feature request 0018215 closed jonalegriaesarte Change the entry date should be possible in the attribute set instance definition 
Issue History
2011-06-30 17:40jonalegriaesarteNew Issue
2011-06-30 17:40jonalegriaesarteAssigned To => eduardo_Argal
2011-06-30 17:40jonalegriaesarteModules => Core
2011-06-30 17:40jonalegriaesarteResolution time => 1312236000
2011-08-05 11:43jonalegriaesarteNote Added: 0039900
2011-08-05 11:43jonalegriaesarteStatusnew => closed
2011-08-05 11:43jonalegriaesarteResolutionopen => no change required
2011-08-05 12:29jonalegriaesarteRelationship addedblocks 0018215

Notes
(0039900)
jonalegriaesarte   
2011-08-05 11:43   
Works as expected