Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032097Retail ModulesWeb POSpublic2016-02-02 16:532016-02-18 12:53
guillermogil 
guillermogil 
highmajoralways
closedfixed 
30Professional Appliance
 
RR16Q2 
marvintm
No
0032097: Orderline Warehouse was not taken into account on Returns
Orderline Warehouse was not taken into account on Returns. It is just taken into account on sales.
Configure Select Warehouse preference to 'Y'
Add Multi-tool stock to 2 warehouse of White Valley org.

Login on WebPOS

Add Multi-tool
Select a warehouse
Return that product
Complete the ticket

You will see on the backend that the selected warehouse is not used
Modify Orderloader to allow a new bin.
See diff attached
No tags attached.
related to defect 0032081 closed ranjith_qualiantech_com [SERQA 625] Incorrect behaviour of "check stock" button in line details 
diff 32097.diff (1,084) 2016-02-02 16:54
https://issues.openbravo.com/file_download.php?file_id=8999&type=bug
diff sampledata.diff (29,388) 2016-02-03 15:26
https://issues.openbravo.com/file_download.php?file_id=9007&type=bug
diff test.diff (7,447) 2016-02-03 15:26
https://issues.openbravo.com/file_download.php?file_id=9008&type=bug
Issue History
2016-02-02 16:53guillermogilNew Issue
2016-02-02 16:53guillermogilAssigned To => Retail
2016-02-02 16:53guillermogilTriggers an Emergency Pack => No
2016-02-02 16:54guillermogilAssigned ToRetail => guillermogil
2016-02-02 16:54guillermogilReview Assigned To => marvintm
2016-02-02 16:54guillermogilFile Added: 32097.diff
2016-02-02 16:55guillermogilProposed Solution updated
2016-02-02 17:03azabaletaIssue Monitored: azabaleta
2016-02-02 17:04guillermogilRelationship addedrelated to 0032081
2016-02-03 15:26guillermogilFile Added: sampledata.diff
2016-02-03 15:26guillermogilFile Added: test.diff
2016-02-03 15:26guillermogilNote Added: 0083897
2016-02-04 07:53hgbotCheckin
2016-02-04 07:53hgbotNote Added: 0083908
2016-02-04 07:53hgbotStatusnew => resolved
2016-02-04 07:53hgbotResolutionopen => fixed
2016-02-04 07:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/19b60227dbe1b5d386656cf28c223d9da71e655a [^]
2016-02-04 07:53hgbotCheckin
2016-02-04 07:53hgbotNote Added: 0083910
2016-02-04 07:55hgbotCheckin
2016-02-04 07:55hgbotNote Added: 0083912
2016-02-18 12:53marvintmStatusresolved => closed
2016-02-18 12:53marvintmFixed in Version => RR16Q2

Notes
(0083897)
guillermogil   
2016-02-03 15:26   
Added diffs for sampledata and automation
(0083908)
hgbot   
2016-02-04 07:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 19b60227dbe1b5d386656cf28c223d9da71e655a
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Wed Feb 03 09:41:05 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/19b60227dbe1b5d386656cf28c223d9da71e655a [^]

Fixed issue 32097: Orderline Warehouse was not taken into account on Returns

If a warehouse is se on the orderline and it has a return bin that bin will be used

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0083910)
hgbot   
2016-02-04 07:53   
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 4b575d98734acfb67e7b80ea09b746053c377748
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Wed Feb 03 14:24:32 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/4b575d98734acfb67e7b80ea09b746053c377748 [^]

Related to issue 32097: Added sampledata for Automated tests

---
M referencedata/sampledata/The_White_Valley_Group/FACT_ACCT.xml
M referencedata/sampledata/The_White_Valley_Group/M_COSTING.xml
M referencedata/sampledata/The_White_Valley_Group/M_STORAGE_DETAIL.xml
M referencedata/sampledata/The_White_Valley_Group/M_TRANSACTION.xml
M referencedata/sampledata/The_White_Valley_Group/M_TRANSACTION_COST.xml
M referencedata/sampledata/The_White_Valley_Group/M_WAREHOUSE.xml
A referencedata/sampledata/The_White_Valley_Group/M_INVENTORY.xml
A referencedata/sampledata/The_White_Valley_Group/M_INVENTORYLINE.xml
---
(0083912)
hgbot   
2016-02-04 07:55   
Repository: tools/automation/pi-mobile
Changeset: cc138e52c9dfa1e372fc5f9e72b58c8df56f84c9
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Wed Feb 03 15:25:04 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/cc138e52c9dfa1e372fc5f9e72b58c8df56f84c9 [^]

Related to issue 32097: Added test case to Return Bin Development

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32097_SelectWarehouseForReturns.java
---