Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041335Retail ModulesWeb POSpublic2019-07-11 06:502019-07-19 14:27
nitasujena 
rqueralta 
highmajorhave not tried
closedfixed 
5
 
RR19Q4 
guilleaer
No
0041335: In webPOS (with AWO active), storage bins with zero stock should not be shown when 'Check Stock'.
In webpos we are getting those storage bins where stock is zero for particular product . So due to this we are getting unnecessary data on webpos when stock is zero for that particular product . For more information please refer image attached to this .
1. Login in https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ [^]
2. Create a new storage bin for the warehouse 'Aneto Mountain Store Advanced Warehouse' with the same values that 'AMS/001 0-0-0'.
3. Define the preference Allow Goods Transaction outside AWO for Inventories=Y.
4. Create a physical inventory to add 1 unit of the product 'Headlamp ultralight' in the new storage bin created in step 2 and process.
5. Create a new physical inventory to put the stock to zero for the product 'Headlamp ultralight' in the new storage bin created in step 2 and process.
6. Login in the webPOS https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=AMS1001#retail.pointofsale [^]
7. Add the product 'Headlamp ultralight'.
8. Select the product line and click on 'Check Stock'
No tags attached.
zip stockk.zip (377,907) 2019-07-11 06:50
https://issues.openbravo.com/file_download.php?file_id=13103&type=bug
Issue History
2019-07-11 06:50nitasujenaNew Issue
2019-07-11 06:50nitasujenaAssigned To => Retail
2019-07-11 06:50nitasujenaFile Added: stockk.zip
2019-07-11 06:50nitasujenaResolution time => 1564696800
2019-07-11 06:50nitasujenaTriggers an Emergency Pack => No
2019-07-15 23:44rqueraltaAssigned ToRetail => rqueralta
2019-07-15 23:45rqueraltaStatusnew => scheduled
2019-07-16 09:21salvador_campanellaIssue Monitored: salvador_campanella
2019-07-18 11:37hgbotCheckin
2019-07-18 11:37hgbotNote Added: 0113509
2019-07-18 11:37hgbotStatusscheduled => resolved
2019-07-18 11:37hgbotResolutionopen => fixed
2019-07-18 11:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f80a06d906df94ff150f494e3d4c513c8a64da14 [^]
2019-07-19 14:27guilleaerReview Assigned To => guilleaer
2019-07-19 14:27guilleaerStatusresolved => closed
2019-07-19 14:27guilleaerFixed in Version => RR19Q4

Notes
(0113509)
hgbot   
2019-07-18 11:37   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f80a06d906df94ff150f494e3d4c513c8a64da14
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Jul 17 08:23:19 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f80a06d906df94ff150f494e3d4c513c8a64da14 [^]

Fixed issue 41335: In webPOS (with AWO active), storage bins with zero stock
should not be shown when 'Check Stock'.

- Removed storage bins with 0 value for a selected product

---
M src/org/openbravo/retail/posterminal/stock/StoreDetailedStock.java
---