Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039311Retail ModulesWeb POSpublic2018-04-12 12:102018-09-18 13:52
lorenzofidalgo 
ranjith_qualiantech_com 
immediatetrivialalways
closedfixed 
5
main 
RR18Q2.3RR18Q2.3 
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
0039311: [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-18 09:54marvintmTypedefect => backport
2018-09-18 09:54marvintmTarget Version => RR18Q2.3
2018-09-18 10:08hgbotCheckin
2018-09-18 10:08hgbotNote Added: 0106826
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.0RR18Q2.3/org.openbravo.retail.posterminal/rev/b2dddc02e153d2c48491195d02f6b3bb4530187e [^]
2018-09-18 13:52marvintmStatusresolved => closed
2018-09-18 13:52marvintmFixed in Version => RR18Q2.3

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

Fixed issue 39311 : 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
---