Openbravo Issue Tracking System - Retail Modules
View Issue Details
0046654Retail ModulesWeb POSpublic2021-05-13 07:422021-05-17 09:03
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR21Q3 
marvintm
No
0046654: Verified Return with Shipment(Multiple Bins) not working with OBPOS_NewStateActions Preference
With OBPOS_NewStateActions Preferec enabled, if receipt has Shipment with Multiple bins, then when doing the Verified returns, lines are not added to the receipt
Backoffice
1) In VBS1 - Product A with Quantity 4
2) In VBS2 - Product A with Quantity 2
3) Enable Preference OBPOS_NewStateActions
4) Disabled Preference OBPOS_SplitLinesInShipments
POS
1) Complete a receipt with Product A with Quantity 6
2) Go to Verified Return
3) Search previous receipt and select line and Apply
Return Lines are not added to the receipt
No tags attached.
Issue History
2021-05-13 07:42ranjith_qualiantech_comNew Issue
2021-05-13 07:42ranjith_qualiantech_comAssigned To => Retail
2021-05-13 07:42ranjith_qualiantech_comTriggers an Emergency Pack => No
2021-05-13 09:38ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2021-05-14 08:07ranjith_qualiantech_comStatusnew => scheduled
2021-05-17 06:57hgbotNote Added: 0128153
2021-05-17 06:57hgbotNote Added: 0128154
2021-05-17 06:57hgbotNote Added: 0128155
2021-05-17 09:01hgbotNote Added: 0128187
2021-05-17 09:01hgbotNote Added: 0128188
2021-05-17 09:01hgbotNote Added: 0128189
2021-05-17 09:01hgbotNote Added: 0128190
2021-05-17 09:01hgbotNote Added: 0128191
2021-05-17 09:03marvintmNote Added: 0128194
2021-05-17 09:03marvintmStatusscheduled => resolved
2021-05-17 09:03marvintmFixed in Version => RR21Q3
2021-05-17 09:03marvintmResolutionopen => fixed
2021-05-17 09:03marvintmReview Assigned To => marvintm
2021-05-17 09:03marvintmStatusresolved => closed

Notes
(0128153)
hgbot   
2021-05-17 06:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/17 [^]
(0128154)
hgbot   
2021-05-17 06:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/420 [^]
(0128155)
hgbot   
2021-05-17 06:57   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/90 [^]
(0128187)
hgbot   
2021-05-17 09:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/17 [^]
(0128188)
hgbot   
2021-05-17 09:01   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 07ac2c0d795f0114e8dce3ea4b4eea48bb6305ce
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-05-16T17:10:30+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/07ac2c0d795f0114e8dce3ea4b4eea48bb6305ce [^]

Related to ISSUE-46654: ShipmentLines should be sorted by movmentQty in PaidReceipts

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---
(0128189)
hgbot   
2021-05-17 09:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/420 [^]
(0128190)
hgbot   
2021-05-17 09:01   
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 25cd5588383c905d3006dd0c4a01aa9e729f1bdf
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-05-17T07:01:22+00:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/25cd5588383c905d3006dd0c4a01aa9e729f1bdf [^]

Verifies ISSUE-46654: Added Test I46654_VerifyReturnWithMultiShipment

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I46654_VerifyReturnWithMultiShipment.java
---
(0128191)
hgbot   
2021-05-17 09:01   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/90 [^]
(0128194)
marvintm   
2021-05-17 09:03   
Issue was actually fixed by this commit:

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^] [^]
Changeset: 0dca01e4b5d6c06a86c39995ffae6cd8a20b143e
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-05-17T10:25:03+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/0dca01e4b5d6c06a86c39995ffae6cd8a20b143e [^] [^]

Fixed ISSUE-46249: SelectedQty should be updated in receiptLine when doing Verified returns
* When doing VR with multiple shipment, return lines should be added based on Selected lines with shippment quantity

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---