Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032691Retail ModulesWeb POSpublic2016-04-15 10:032016-05-24 12:59
umartirena 
Retail 
urgentmajoralways
closedfixed 
5
 
RR16Q2RR16Q2 
Orekaria
Production - QA Approved
2015-12-15
RR16Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ed7f8734ef3bb2cd7eb6b310facea36835c6d9cb [^]
No
0032691: [SER-QA 911] Discounts are not properly obtained when loading a ticket with discounts from the backend
Discounts are not properly obtained when loading a ticket with discounts from the backend. A ticket with a line with certain discounts is synchronized to the backend, and when retrieving it the values of the discounts are not properly displayed.
In Web POS:
 - A a line with a ticket for product "Crampons 10 point", qty: 3
 - A "price_adjust_chrampons_30_eur" discount is automatically applied, amount: -29.70.
 - Go to "receipt discounts" menu entry and apply "disc_5_var_euro - 5 EUR" discount. A discount is applied in the line of amount -5. The previous discount is updated to amount -24.69.
 - Pay and complete the ticket.
 - Go to "Receipts" menu entry and search the ticket.
 - The amount of "price_adjust_chrampons_30_eur" discount is now again -29.70, and this is wrong (even the total gross of the ticket is ok, because the promotion data in client side is wrong), it should be -24.69.
The best way of action is to set at order's line level the flag skipApplyPromotions to true in the newPaidReceipt function.

After that, it's mandatory to try the flows of layaways, receipts, quotations and other possible flows that retrieve an order from the backend.

Keep in mind that in the create order from quotation flow, if the Firm Quotation field is unchecked, this flag must be change to false to recalculate the promotion and prices of the order's lines. This scenario, could be reproducible in another flows.
No tags attached.
blocks defect 0032674 closed ranjith_qualiantech_com [SER-QA 911] Discounts are not properly obtained when loading a ticket with discounts from the backend 
Issue History
2016-04-18 16:10jorge-garciaTypedefect => backport
2016-04-18 16:10jorge-garciaTarget Version => RR16Q2
2016-04-28 20:13hgbotCheckin
2016-04-28 20:13hgbotNote Added: 0086063
2016-04-28 20:13hgbotStatusscheduled => resolved
2016-04-28 20:13hgbotResolutionopen => fixed
2016-04-28 20:13hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q2/org.openbravo.retail.posterminal/rev/dfbb44cc4a13b032365c446d529eb90d63822d49 [^]
2016-05-24 12:59OrekariaReview Assigned To => Orekaria
2016-05-24 12:59OrekariaNote Added: 0086702
2016-05-24 12:59OrekariaStatusresolved => closed
2016-05-24 12:59OrekariaFixed in Version => RR16Q2

Notes
(0086063)
hgbot   
2016-04-28 20:13   
Repository: retail/backports/3.0RR16Q2/org.openbravo.retail.posterminal
Changeset: dfbb44cc4a13b032365c446d529eb90d63822d49
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Apr 28 20:13:15 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2/org.openbravo.retail.posterminal/rev/dfbb44cc4a13b032365c446d529eb90d63822d49 [^]

Fixed issue 32691. Prevent apply promotion while loading ticket from backend

Prevent Calculating promotion while loading ticket from backend

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0086702)
Orekaria   
2016-05-24 12:59   
Related test: I32674_VerifyDiscountOnReloadTicket