Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045264Retail ModulesWeb POSpublic2020-10-20 18:092020-11-13 08:44
aaroncalero 
prakashmurugesan88 
highmajorhave not tried
closedfixed 
5
 
RR21Q1 
No
0045264: Customer not assigned after closing the Customer Details window
When the Customer Details is opened from the customer selector, if the user closes the customer details window and then tries to assign a customer from the selector, nothing happens.
Log in web pos
Click on the customer button to open the selector.
Search for Carl Studson
Click on the the three dots/context menu and then on View Details. The customer Details window will open.
Click on the Close button. The details window will close and the selector will be shown again.
Try to assign the customer.
The customer selector will close but the customer will not assign to the ticket.
No tags attached.
Issue History
2020-10-20 18:09aaroncaleroNew Issue
2020-10-20 18:09aaroncaleroAssigned To => Retail
2020-10-20 18:09aaroncaleroResolution time => 1605049200
2020-10-20 18:09aaroncaleroTriggers an Emergency Pack => No
2020-11-05 09:14prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-11-11 09:02prakashmurugesan88Statusnew => scheduled
2020-11-12 06:35hgbotNote Added: 0124287
2020-11-12 07:00hgbotNote Added: 0124290
2020-11-13 08:44hgbotNote Added: 0124345
2020-11-13 08:44hgbotNote Added: 0124346
2020-11-13 08:44hgbotResolutionopen => fixed
2020-11-13 08:44hgbotStatusscheduled => closed
2020-11-13 08:44hgbotFixed in Version => RR21Q1
2020-11-13 08:44hgbotNote Added: 0124347
2020-11-13 08:44hgbotNote Added: 0124348

Notes
(0124287)
hgbot   
2020-11-12 06:35   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/167 [^]
(0124290)
hgbot   
2020-11-12 07:00   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/54 [^]
(0124345)
hgbot   
2020-11-13 08:44   
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 35105d9382b932a55342ab2585e6827b729b2142
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-11-13T07:44:04+00:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/35105d9382b932a55342ab2585e6827b729b2142 [^]

Related to BUG-45264: Added test to verify customer assigned to receipt after viewing customer details

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customercreation/I45264_AssignCustomerAfterViewCustomerDetails.java
---
(0124346)
hgbot   
2020-11-13 08:44   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/54 [^]
(0124347)
hgbot   
2020-11-13 08:44   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: a37b48c9c6c424381024a8dacd6cd3c09aac7e95
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-11-13T07:41:26+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/a37b48c9c6c424381024a8dacd6cd3c09aac7e95 [^]

Fixed BUG-45264: Fixes unable to assign the customer to receipt after opening the Customer Details popup
* This is because properties ignoreSetBP, ignoreSetBPLoc are set before opening a customer's or customer address's edit or view details
* This is to avoid selection of particular record in the list
* But however once returned to business partner selector window these properties are not reset
* So it doesn't allow to select a customer or customer address
* Fixed by reseting the properties once it is returned back to customer or customer address selector

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
M web/org.openbravo.retail.posterminal/js/components/bplocationship.js
M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js
---
(0124348)
hgbot   
2020-11-13 08:44   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/167 [^]