Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045921Retail ModulesWeb POSpublic2021-02-18 17:372021-02-18 17:41
aferraz 
aferraz 
normalminorhave not tried
closedfixed 
5
 
RR21Q2 
marvintm
No
0045921: Create new line in AddProduct if product price or tax is different
We need to create a new line when adding an existing product in the ticket, but with different price or different tax category.
*
No tags attached.
Issue History
2021-02-18 17:37aferrazNew Issue
2021-02-18 17:37aferrazAssigned To => aferraz
2021-02-18 17:37aferrazTriggers an Emergency Pack => No
2021-02-18 17:40hgbotResolutionopen => fixed
2021-02-18 17:40hgbotStatusnew => resolved
2021-02-18 17:40hgbotFixed in Version => RR21Q2
2021-02-18 17:40hgbotNote Added: 0126166
2021-02-18 17:40aferrazReview Assigned To => marvintm
2021-02-18 17:40aferrazStatusresolved => closed
2021-02-18 17:41aferrazNote Added: 0126167

Notes
(0126166)
hgbot   
2021-02-18 17:40   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 83432f7a965d71c23364fff7f309f417e1770003
Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com>
Date: 2021-02-18T16:40:39+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/83432f7a965d71c23364fff7f309f417e1770003 [^]

Fixed ISSUE-45921: Create new line in AddProduct if product price or tax is different

- Create new line in AddProduct if product price or tax is different.
- Avoid group by error in CrossStoreFilter query when adding properties from external modules.

---
M src/org/openbravo/retail/posterminal/master/CrossStoreFilter.java
M src/org/openbravo/retail/posterminal/master/CrossStoreFilterProperties.java
M web-test/model/business-object/ticket/actions/AddProduct.test.js
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/TicketUtils.js
---
(0126167)
aferraz   
2021-02-18 17:41   
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/281 [^]