Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025543Retail ModulesWeb POSpublic2014-01-23 15:322014-02-28 11:02
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
 
marvintm
No
0025543: Cannot define taxes format in the printed receipt
In a printed receipt the tax rate format cannot be defined independently of format for other numeric formats. So if it is required for example to print tax rates in the receipt with three decimals, it is not possible to configure it
In description
Now the format used for tax rates in the printed receipt is "euroEdition" defined in the configuration file "Format.xml".

It is proposed to add a new format name to this configuration file called "taxInform" and use it to format tax rates in webPOS.
No tags attached.
Issue History
2014-01-23 15:32adrianromeroNew Issue
2014-01-23 15:32adrianromeroAssigned To => adrianromero
2014-01-23 15:32adrianromeroTriggers an Emergency Pack => No
2014-01-24 12:16hgbotCheckin
2014-01-24 12:16hgbotNote Added: 0063674
2014-01-24 12:16hgbotStatusnew => resolved
2014-01-24 12:16hgbotResolutionopen => fixed
2014-01-24 12:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.cirque/rev/a7aa6e26c09f471ac33121e911e6534b35f2c39f [^]
2014-01-24 13:24hgbotCheckin
2014-01-24 13:24hgbotNote Added: 0063677
2014-01-24 13:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.cirque/rev/a7aa6e26c09f471ac33121e911e6534b35f2c39f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/a86ca6f7887747dbe3c2bf12b4c3617e42583978 [^]
2014-02-11 17:01hgbotCheckin
2014-02-11 17:01hgbotNote Added: 0064055
2014-02-11 17:01hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/a86ca6f7887747dbe3c2bf12b4c3617e42583978 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a7aa6e26c09f471ac33121e911e6534b35f2c39f [^]
2014-02-11 17:05hgbotCheckin
2014-02-11 17:05hgbotNote Added: 0064056
2014-02-11 17:05hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a7aa6e26c09f471ac33121e911e6534b35f2c39f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a86ca6f7887747dbe3c2bf12b4c3617e42583978 [^]
2014-02-27 11:34adrianromeroNote Added: 0064646
2014-02-28 11:02marvintmReview Assigned To => marvintm
2014-02-28 11:02marvintmStatusresolved => closed

Notes
(0063674)
hgbot   
2014-01-24 12:16   
Repository: erp/pmods/org.openbravo.mobile.core.cirque
Changeset: a7aa6e26c09f471ac33121e911e6534b35f2c39f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jan 23 15:45:37 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.cirque/rev/a7aa6e26c09f471ac33121e911e6534b35f2c39f [^]

Fixes issue 0025543: Cannot define taxes format in the printed receipt

---
M web/org.openbravo.mobile.core/source/utils/ob-i18n.js
---
(0063677)
hgbot   
2014-01-24 13:24   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: a86ca6f7887747dbe3c2bf12b4c3617e42583978
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jan 23 15:46:11 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/a86ca6f7887747dbe3c2bf12b4c3617e42583978 [^]

Fixes issue 0025543: Cannot define taxes format in the printed receipt

---
M web/org.openbravo.retail.posterminal/js/i18n.js
---
(0064055)
hgbot   
2014-02-11 17:01   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: a7aa6e26c09f471ac33121e911e6534b35f2c39f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jan 23 15:45:37 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a7aa6e26c09f471ac33121e911e6534b35f2c39f [^]

Fixes issue 0025543: Cannot define taxes format in the printed receipt

---
M web/org.openbravo.mobile.core/source/utils/ob-i18n.js
---
(0064056)
hgbot   
2014-02-11 17:05   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a86ca6f7887747dbe3c2bf12b4c3617e42583978
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jan 23 15:46:11 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a86ca6f7887747dbe3c2bf12b4c3617e42583978 [^]

Fixes issue 0025543: Cannot define taxes format in the printed receipt

---
M web/org.openbravo.retail.posterminal/js/i18n.js
---
(0064646)
adrianromero   
2014-02-27 11:34   
When the user needs a different format for percentages in receipt and in the POS window now this is solved adding a new entry in the configuration file Formats.xml. For example

   <Number name="taxInform"
       decimal="." grouping="," formatOutput="#0.000" formatInternal="#0.000" />