Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025637Retail ModulesWeb POSpublic2014-02-03 10:342014-02-21 09:07
jecharri 
malsasua 
urgentmajoralways
closedfixed 
5
 
RR14Q2RR14Q2 
guilleaer
No
0025637: We are not showing porperly taxes in the ticket and screen
We are not showing porperly taxes in the ticket and screen
-Configure POS precision to 3 and pricing without taxes
-Set up 2 product:
+price 3.08 and tax 20%
+price 11.89 and tax 10%

Create a ticket and print.
Verify that ticket is showing 1.80 as tax but in the summary is showing 1.81. It is happening the same in the screen
To solve ticket problem:
replace OB.I18N.formatCurrency(order.getGross()-order.getNet()) with

OB.I18N.formatCurrency(OB.DEC.sub(params.order.getGross() , params.order.getNet()))
No tags attached.
Issue History
2014-02-03 10:34jecharriNew Issue
2014-02-03 10:34jecharriAssigned To => marvintm
2014-02-03 10:34jecharriResolution time => 1392418800
2014-02-03 10:34jecharriTriggers an Emergency Pack => No
2014-02-04 09:12jecharriSummaryWe are not showing porperly taxes in the ticket => We are not showing porperly taxes in the ticket and screen
2014-02-04 09:12jecharriDescription Updatedbug_revision_view_page.php?rev_id=5422#r5422
2014-02-04 09:12jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5424#r5424
2014-02-04 09:12jecharriProposed Solution updated
2014-02-04 10:23malsasuaAssigned Tomarvintm => malsasua
2014-02-14 11:26hgbotCheckin
2014-02-14 11:26hgbotNote Added: 0064257
2014-02-14 11:26hgbotStatusnew => resolved
2014-02-14 11:26hgbotResolutionopen => fixed
2014-02-14 11:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e6f208351e6851a8768baf32bb5a03a48c38f30 [^]
2014-02-14 14:53guilleaerReview Assigned To => guilleaer
2014-02-14 14:53guilleaerNote Added: 0064269
2014-02-14 14:53guilleaerStatusresolved => closed
2014-02-14 14:53guilleaerFixed in Version => RMP32
2014-02-20 15:49hgbotCheckin
2014-02-20 15:49hgbotNote Added: 0064431
2014-02-20 15:49hgbotStatusclosed => resolved
2014-02-20 15:49hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e6f208351e6851a8768baf32bb5a03a48c38f30 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/7e6f208351e6851a8768baf32bb5a03a48c38f30 [^]
2014-02-21 09:07malsasuaNote Added: 0064474
2014-02-21 09:07malsasuaStatusresolved => closed

Notes
(0064257)
hgbot   
2014-02-14 11:26   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7e6f208351e6851a8768baf32bb5a03a48c38f30
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Fri Feb 14 11:25:35 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7e6f208351e6851a8768baf32bb5a03a48c38f30 [^]

fixed issue 25637: We are not showing porperly taxes in the ticket and screen

---
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/res/printclosedreceipt.xml
M web/org.openbravo.retail.posterminal/res/printinvoice.xml
M web/org.openbravo.retail.posterminal/res/printlayaway.xml
M web/org.openbravo.retail.posterminal/res/printreceipt.xml
M web/org.openbravo.retail.posterminal/res/printreturn.xml
M web/org.openbravo.retail.posterminal/res/printreturninvoice.xml
---
(0064269)
guilleaer   
2014-02-14 14:53   
Verified
(0064431)
hgbot   
2014-02-20 15:49   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 7e6f208351e6851a8768baf32bb5a03a48c38f30
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Fri Feb 14 11:25:35 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/7e6f208351e6851a8768baf32bb5a03a48c38f30 [^]

fixed issue 25637: We are not showing porperly taxes in the ticket and screen

---
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/res/printclosedreceipt.xml
M web/org.openbravo.retail.posterminal/res/printinvoice.xml
M web/org.openbravo.retail.posterminal/res/printlayaway.xml
M web/org.openbravo.retail.posterminal/res/printreceipt.xml
M web/org.openbravo.retail.posterminal/res/printreturn.xml
M web/org.openbravo.retail.posterminal/res/printreturninvoice.xml
---
(0064474)
malsasua   
2014-02-21 09:07   
reclosed