Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045431Retail ModulesWeb POSpublic2020-11-12 08:222020-11-17 07:33
ngarcia 
prakashmurugesan88 
urgentmajoralways
closedfixed 
5
 
RR21Q1 
No
0045431: Wrong message shown when assigning a new customer to the receipt if Multi Price list is enabled
Wrong message shown when assigning a new customer to the receipt if Multi Price list is enabled:

Change of Price List

Customer Price List('undefined') configuration is not same as Terminal Price List('The White Valley Group Sale Price List') configuration. So Terminal Price List will be used for this receipt
In the backoffice:
   Set the Web POS Enable Multi Price List preference to Y

In the POS:
   Create a new customer
   Set the required fields
   Check a price list is selected by default
   Save it
   Assign it to the ticket
   Check the following message appears although the customer has been created with a price list (it can be checked in the backoffice):

      
Change of Price List

Customer Price List('undefined') configuration is not same as Terminal Price List('The White Valley Group Sale Price List') configuration. So Terminal Price List will be used for this receipt
No tags attached.
Issue History
2020-11-12 08:22ngarciaNew Issue
2020-11-12 08:22ngarciaAssigned To => Retail
2020-11-12 08:22ngarciaResolution time => 1607036400
2020-11-12 08:22ngarciaTriggers an Emergency Pack => No
2020-11-13 08:13ngarciaIssue Monitored: networkb
2020-11-16 07:22prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-11-16 08:47jpcalventeIssue Monitored: jpcalvente
2020-11-16 12:13prakashmurugesan88Statusnew => scheduled
2020-11-17 06:17hgbotNote Added: 0124433
2020-11-17 07:33hgbotResolutionopen => fixed
2020-11-17 07:33hgbotNote Added: 0124441
2020-11-17 07:33hgbotStatusscheduled => closed
2020-11-17 07:33hgbotFixed in Version => RR21Q1
2020-11-17 07:33hgbotNote Added: 0124442

Notes
(0124433)
hgbot   
2020-11-17 06:17   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/186 [^]
(0124441)
hgbot   
2020-11-17 07:33   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/186 [^]
(0124442)
hgbot   
2020-11-17 07:33   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 260238e0f470080c709334e7da6e58b5d72a1030
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-11-17T06:32:50+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/260238e0f470080c709334e7da6e58b5d72a1030 [^]

Fixed BUG-45431: Fixed invalid pricelist error message shown on assigning new customer to ticket
* This is because bp properties like priceListCurrency and priceListName are not set properly to bp
* Corrected priceListName property's name
* Property priceListCurrency is set to bp on new customer save

---
M web/org.openbravo.retail.posterminal/js/model/businesspartner.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/editcreatecustomerform.js
---