Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039292Retail ModulesWeb POSpublic2018-04-12 12:102018-09-18 14:03
lorenzofidalgo 
ranjith_qualiantech_com 
immediatetrivialalways
closedfixed 
5
main 
RR18Q3.1RR18Q3.1 
marvintm
Packaging and release
2017-11-07
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/02ee988eebc3/web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js [^]
No
0039292: [RR18Q2] Tax labels are not removed when all lines of a receipt are deleted
When all the lines of a receipt are deleted, it should be shown as a new recepit, but now some labels are being kept. After deleting all the lines of a receipt, the tax labels are kept:
Tax breakdown
Entregas IVA 21% 0.00 0.00

0-Login POS as vallblanca.
1-Add 1x "Avalanche transceiver" to the receipt.
2-Click in the Avalanche transceiver line and click in "Delete" button.
3-Realise the tax labels are not deleted:
"Tax breakdown
Entregas IVA 21% 0.00 0.00"
No tags attached.
blocks defect 0038342 closed ranjith_qualiantech_com [RR18Q2] Tax labels are not removed when all lines of a receipt are deleted 
Issue History
2018-09-14 12:28marvintmTypedefect => backport
2018-09-14 12:28marvintmTarget Version => RR18Q3.2
2018-09-17 15:42jorge-garciaTarget VersionRR18Q3.2 => RR18Q3.1
2018-09-18 10:08hgbotCheckin
2018-09-18 10:08hgbotNote Added: 0106827
2018-09-18 10:08hgbotStatusscheduled => resolved
2018-09-18 10:08hgbotResolutionopen => fixed
2018-09-18 10:08hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b7719b21dbb9fd807522f0751de99059a018b755 [^] => http://code.openbravo.com/retail/backports/3.0RR18Q3.1/org.openbravo.retail.posterminal/rev/3dcc4d5d3dc27821b67d29dc016e35933fa7ab1f [^]
2018-09-18 14:03marvintmReview Assigned To => marvintm
2018-09-18 14:03marvintmStatusresolved => closed
2018-09-18 14:03marvintmFixed in Version => RR18Q3.1

Notes
(0106827)
hgbot   
2018-09-18 10:08   
Repository: retail/backports/3.0RR18Q3.1/org.openbravo.retail.posterminal
Changeset: 3dcc4d5d3dc27821b67d29dc016e35933fa7ab1f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Sep 18 13:38:40 2018 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.1/org.openbravo.retail.posterminal/rev/3dcc4d5d3dc27821b67d29dc016e35933fa7ab1f [^]

Fixed issue 39292 : Receipt tax with net and amount as Zero should not be shown in Tax BreakDown

* After Receipt calculation, if taxes amounts are ZERO then it should not shown in Tax Lines
* If "Save Remove receipts" pref is enabled, we have a chance to get receipt taxes as ZERO

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---