Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017090Openbravo ERPZ. Otherspublic2011-05-10 11:572011-05-13 10:13
adrianromero 
adrianromero 
immediatemajoralways
closedfixed 
5
2.50MP29 
 
Core
No
0017090: The euroInform in Format.xml.template is different from the other euro formats
Current Format.xml.template is shipped with this values:

<Number name="euroInform"
      decimal="," grouping="." formatOutput="#,##0.00" formatInternal="#0.00" />
<Number name="euroRelation"
      decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" />
<Number name="euroEdition"
      decimal="." grouping="," formatOutput="#0.00" formatInternal="#0.00" />

Note that decimal separator and grouping are not the same as in the rest of the euro formats.

With this values, default contexts will have on-screen numbers with #.## format while the printed reports will have #,## format.
No tags attached.
depends on defect 00170883.0RC7 closed adrianromero The euroInform in Format.xml.template is different from the other euro formats 
Issue History
2011-05-10 11:57adrianromeroNew Issue
2011-05-10 11:57adrianromeroAssigned To => adrianromero
2011-05-10 11:57adrianromeroModules => Core
2011-05-10 11:57adrianromeroIssue generated from0017088
2011-05-10 11:57adrianromeroRelationship addeddepends on 0017088
2011-05-10 12:02hgbotCheckin
2011-05-10 12:02hgbotNote Added: 0036612
2011-05-10 12:02hgbotStatusnew => resolved
2011-05-10 12:02hgbotResolutionopen => fixed
2011-05-10 12:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/d396d9b2f87f62454be5a5cdc6c3f975e9492f19 [^]
2011-05-13 10:13AinhoaPagolaNote Added: 0036954
2011-05-13 10:13AinhoaPagolaStatusresolved => closed

Notes
(0036612)
hgbot   
2011-05-10 12:02   
Repository: erp/stable/2.50
Changeset: d396d9b2f87f62454be5a5cdc6c3f975e9492f19
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue May 10 12:00:45 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/d396d9b2f87f62454be5a5cdc6c3f975e9492f19 [^]

Fixes issue 0017090: The euroInform in Format.xml.template is different from the other euro formats
It has been unified all decimal and grouping characters

---
M config/Format.xml.template
---
(0036954)
AinhoaPagola   
2011-05-13 10:13   
Tested - working fine.