Project:
View Revisions: Issue #44226 | [ Back to Issue ] | ||
Summary | 0044226: It is possible to modify the "Currency format" (in the "Organization" window) with a precision different from the original curre | ||
Revision | 2020-06-10 09:47 by Leyre | ||
Steps To Reproduce | EXAMPLE: One decimal Backend: https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ [^] 1) Navigate to Organization = Vall Blanca Store 2) Currency Format = #,##0.0 3) Configure a discount = Variable Discount per Total Amount -> amount = 10 Web POS: https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] 1) Add a product 1 -> price = 9.9 2) Add a product 2 -> price = 9.9 3) Add a product 3 -> price = 2.9 4) Add the previous discount Actual Result -> By Total amount = 10.1 |
||
Revision | 2020-06-10 09:47 by Leyre | ||
Description | It is possible to modify the "Currency format" (in the "Organization" window) with a precision different from the original currency. This generates that the POS Terminal does not calculate correctly prices, discounts ... |
||
Revision | 2020-06-09 10:38 by Leyre | ||
Steps To Reproduce | CASE 1: One decimal Backend: https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ [^] 1) Navigate to Organization = Vall Blanca Store 2) Currency Format = #,##0.0 3) Configure a discount = Variable Discount per Total Amount -> amount = 10 Web POS: https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] 1) Add a product 1 -> price = 9.9 2) Add a product 2 -> price = 9.9 3) Add a product 3 -> price = 2.9 4) Add the previous discount Expected Result -> By total amount = 10 Actual Result -> By Total amount = 10.1 (see attached image, case1.png) CASE 2: Zero decimals Backend: https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ [^] 1) Navigate to Organization = Vall Blanca Store 2) Currency Format = #,##0 3) Configure a discount = Variable Discount per Total Amount -> amount = 10 Web POS: https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] 1) Add a product 1 -> price = 9.9 -> 10 2) Add a product 2 -> price = 9.9 -> 10 3) Add a product 3 -> price = 2.9 -> 3 4) Add the previous discount Expected Result -> By total amount = 10 Actual Result -> By Total amount = 9 (see attached image, case2.png) |
||
Revision | 2020-06-09 10:38 by Leyre | ||
Description | The "By Total" discount, is not calculated correctly with one/zero decimals. |
Copyright © 2000 - 2009 MantisBT Group |