Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041395Retail ModulesWeb POSpublic2019-07-18 10:042019-07-19 14:58
francisco 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q4 
gorkaion
No
0041395: [POS]Wrong Ticket Nº with multipricelist
[POS]Wrong Ticket Nº with multipricelist
ested in retail_pi:

In BackOffice:
Enable the preference Web POS Enable Multi Price List
Create a new pricelist test with a product adhesive warmer price 10
Assign the pricelist to the bussiness partner customer 2

In POS
Load with full refresh
Make an order with customer 2 adding the adhesive warmer
Make the payment
When it loads the new ticket is the same as before

You can see a video example:
https://drive.google.com/file/d/1-UffOAZdmKI-6dGYUO3jWo3PPhdig8ut/view [^]

No tags attached.
patch issue 41395 source posterminal.patch (1,347) 2019-07-18 13:09
https://issues.openbravo.com/file_download.php?file_id=13150&type=bug
Issue History
2019-07-18 10:04franciscoNew Issue
2019-07-18 10:04franciscoAssigned To => Retail
2019-07-18 10:04franciscoResolution time => 1565215200
2019-07-18 10:04franciscoTriggers an Emergency Pack => No
2019-07-18 12:44ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-07-18 12:44ranjith_qualiantech_comStatusnew => scheduled
2019-07-18 13:09ranjith_qualiantech_comFile Added: issue 41395 source posterminal.patch
2019-07-19 04:43hgbotCheckin
2019-07-19 04:43hgbotNote Added: 0113539
2019-07-19 04:43hgbotStatusscheduled => resolved
2019-07-19 04:43hgbotResolutionopen => fixed
2019-07-19 04:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/19d9ceb3c481be3e991765ba86fbeb8f506c5deb [^]
2019-07-19 14:58guilleaerReview Assigned To => gorkaion
2019-07-19 14:58guilleaerStatusresolved => closed
2019-07-19 14:58guilleaerFixed in Version => RR19Q4

Notes
(0113539)
hgbot   
2019-07-19 04:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 19d9ceb3c481be3e991765ba86fbeb8f506c5deb
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jul 19 08:13:06 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/19d9ceb3c481be3e991765ba86fbeb8f506c5deb [^]

Fixed issue 41395 : Updated query to use cache for getting Price List Name

* If MultiPricelist is enabled and order attributes are changed,
  change event of creationDate, priceList and documentNo are triggered which calls priceList name.
  Due to asyn process in DAL, priceList Name is not updated.

---
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---