Notes |
|
(0079392)
|
hgbot
|
2015-08-17 13:58
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6f943cc34f9f11f8779b6a920b444f2d7005e52a
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Aug 17 13:57:06 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6f943cc34f9f11f8779b6a920b444f2d7005e52a [^]
Fixes issue 030501: Wrong tax calculation the pricelist does not include taxes.
* This modification avoids to execute calculateGross() several times (one per line) when returning a receipt. Now calculateGross() is executed only once at the end of doing all the changes to return the receipt. This avoids calculateGross() and for instance calculateTaxes() to be reentrant due the asynchronous nature of calculateGross() and calculateTaxes.
---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|
|
(0079397)
|
hgbot
|
2015-08-17 19:46
|
|
|
|
(0079687)
|
hgbot
|
2015-08-25 11:30
|
|
|
|
(0079760)
|
hgbot
|
2015-08-26 16:37
|
|
|
|
(0080508)
|
hgbot
|
2015-09-19 13:05
|
|
|
|
(0083553)
|
hgbot
|
2016-01-22 11:47
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b4ebac09733556a930ab85ffe5b2b09ea8ec87c0
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Aug 17 13:57:06 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b4ebac09733556a930ab85ffe5b2b09ea8ec87c0 [^]
Fixes issue 030501: Wrong tax calculation the pricelist does not include taxes.
* This modification avoids to execute calculateGross() several times (one per line) when returning a receipt. Now calculateGross() is executed only once at the end of doing all the changes to return the receipt. This avoids calculateGross() and for instance calculateTaxes() to be reentrant due the asynchronous nature of calculateGross() and calculateTaxes.
---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|