Openbravo Issue Tracking System - Retail Modules
View Issue Details
0024497Retail ModulesWeb POSpublic2013-08-07 11:512013-08-21 09:55
caristu 
marvintm 
immediatecriticalalways
closedfixed 
5
 
RMP26 
marvintm
No
0024497: Wrong rounding in web POS
Wrong rounding in web POS
Configure in the backend to apply a tax rate of 0. Also, use a price list which prices are without including taxes.

Create a ticket and:
-Add one product with qty 1.49 and price 4.5
-Add one product with qty 1.14 and price 8,75

Verify that total of the lines is: 6.71 , 9.98

However the total is 16.68 <> 6.71+9.98=16.69
No tags attached.
related to defect 0024294RMP25 closed marvintm Wrong rounding in web POS 
related to defect 0024517RMP26 closed guilleaer [precision] In some cases Total tax is -0,01 
Issue History
2013-08-07 11:51caristuNew Issue
2013-08-07 11:51caristuAssigned To => marvintm
2013-08-07 11:51caristuTriggers an Emergency Pack => No
2013-08-07 11:58caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4938#r4938
2013-08-07 12:09caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4939#r4939
2013-08-07 12:15caristuIssue Monitored: networkb
2013-08-07 12:20caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4940#r4940
2013-08-07 12:39caristuRelationship addedrelated to 0024294
2013-08-07 15:11caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4945#r4945
2013-08-07 15:54caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4946#r4946
2013-08-09 08:59guilleaerRelationship addedrelated to 0024517
2013-08-09 14:43hgbotCheckin
2013-08-09 14:43hgbotNote Added: 0060555
2013-08-09 14:43hgbotStatusnew => resolved
2013-08-09 14:43hgbotResolutionopen => fixed
2013-08-09 14:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6bd7f29bf6153a71241c69ebf50a66eea245859f [^]
2013-08-12 17:31hgbotCheckin
2013-08-12 17:31hgbotNote Added: 0060576
2013-08-12 17:32hgbotCheckin
2013-08-12 17:32hgbotNote Added: 0060577
2013-08-12 19:01hgbotCheckin
2013-08-12 19:01hgbotNote Added: 0060580
2013-08-21 09:55marvintmReview Assigned To => marvintm
2013-08-21 09:55marvintmStatusresolved => closed
2013-08-21 09:55marvintmFixed in Version => RMP26

Notes
(0060555)
hgbot   
2013-08-09 14:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6bd7f29bf6153a71241c69ebf50a66eea245859f
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Aug 09 14:42:33 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6bd7f29bf6153a71241c69ebf50a66eea245859f [^]

fixed issue 24497, fixed issue 24517: Some precision problems has been resolved

---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
---
(0060576)
hgbot   
2013-08-12 17:31   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b740282cb7f7e25383f25c6bba315d063be50e5e
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Aug 12 17:31:05 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b740282cb7f7e25383f25c6bba315d063be50e5e [^]

related to issue 24497: discountedNet is not a bigdecimal

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0060577)
hgbot   
2013-08-12 17:32   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 95e7714ebe7be0dcd7fad13c1eb7a1ff251c8c78
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Aug 12 17:31:59 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/95e7714ebe7be0dcd7fad13c1eb7a1ff251c8c78 [^]

related to issue 24497: toNumber function should not fail if it is called with a number as parameter

---
M web/org.openbravo.mobile.core/source/utils/ob-arithmetic.js
---
(0060580)
hgbot   
2013-08-12 19:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a8d3e95b7ed7955b24b4b275e3e3a4dd2c98d709
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Aug 12 18:58:41 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a8d3e95b7ed7955b24b4b275e3e3a4dd2c98d709 [^]

related to issue 24497: discountedNet is not a bigdecimal

---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
---