Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038342Retail ModulesWeb POSpublic2018-04-12 12:102018-09-18 09:54
lorenzofidalgo 
ranjith_qualiantech_com 
immediatetrivialalways
closedfixed 
5
main 
RR18Q4 
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
0038342: [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.
related to defect 0035741 closed asiermartirena Deleted lines are not correctly stored in backend 
depends on backport 0039292RR18Q3.1 closed ranjith_qualiantech_com [RR18Q2] Tax labels are not removed when all lines of a receipt are deleted 
depends on backport 0039311RR18Q2.3 closed ranjith_qualiantech_com [RR18Q2] Tax labels are not removed when all lines of a receipt are deleted 
causes defect 0040636 closed ranjith_qualiantech_com Tax info is not displayed when total ticket is 0 
png LabelsAreNotRemoved.png (166,840) 2018-04-12 12:10
https://issues.openbravo.com/file_download.php?file_id=11727&type=bug
png
Issue History
2018-04-12 12:10lorenzofidalgoNew Issue
2018-04-12 12:10lorenzofidalgoAssigned To => Retail
2018-04-12 12:10lorenzofidalgoFile Added: LabelsAreNotRemoved.png
2018-04-12 12:10lorenzofidalgoRegression level => Packaging and release
2018-04-12 12:10lorenzofidalgoRegression introduced in release => main
2018-04-12 12:10lorenzofidalgoTriggers an Emergency Pack => No
2018-08-22 13:42ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-08-22 13:43ranjith_qualiantech_comStatusnew => scheduled
2018-09-10 09:05ranjith_qualiantech_comRegression date => 2017-11-07
2018-09-10 09:05ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/02ee988eebc3/web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js [^]
2018-09-12 08:39ranjith_qualiantech_comRelationship addedrelated to 0035741
2018-09-12 15:20hgbotCheckin
2018-09-12 15:20hgbotNote Added: 0106707
2018-09-12 15:20hgbotStatusscheduled => resolved
2018-09-12 15:20hgbotResolutionopen => fixed
2018-09-12 15:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b7719b21dbb9fd807522f0751de99059a018b755 [^]
2018-09-14 12:28marvintmStatusresolved => new
2018-09-14 12:28marvintmResolutionfixed => open
2018-09-14 12:28marvintmStatusnew => acknowledged
2018-09-14 12:28marvintmStatusacknowledged => scheduled
2018-09-14 12:29marvintmStatusscheduled => resolved
2018-09-14 12:29marvintmFixed in Version => RR18Q4
2018-09-14 12:29marvintmResolutionopen => fixed
2018-09-14 12:29marvintmReview Assigned To => marvintm
2018-09-14 12:29marvintmStatusresolved => closed
2018-09-18 09:54marvintmStatusclosed => new
2018-09-18 09:54marvintmResolutionfixed => open
2018-09-18 09:54marvintmFixed in VersionRR18Q4 =>
2018-09-18 09:54marvintmStatusnew => scheduled
2018-09-18 09:54marvintmStatusscheduled => resolved
2018-09-18 09:54marvintmFixed in Version => RR18Q4
2018-09-18 09:54marvintmResolutionopen => fixed
2018-09-18 09:54marvintmStatusresolved => closed
2019-04-19 07:45ranjith_qualiantech_comRelationship addedcauses 0040636

Notes
(0106707)
hgbot   
2018-09-12 15:20   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b7719b21dbb9fd807522f0751de99059a018b755
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 12 18:49:52 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b7719b21dbb9fd807522f0751de99059a018b755 [^]

Fixed issue 38342 : 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 i Tax Lines
* If "Save Remove receipts" pref is enabled, we have a change to get receipt taxes as ZERO

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