Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017088Openbravo ERPZ. Otherspublic2011-05-10 10:372011-05-13 10:15
plujan 
adrianromero 
immediatemajoralways
closedfixed 
5
pi 
3.0RC7 
Core
No
0017088: 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.
related to backport 00170503.0MP0 closed AinhoaPagola There are no hundred/thousand separators but just decimals on accounting posting 
blocks backport 0017090 closed adrianromero The euroInform in Format.xml.template is different from the other euro formats 
Issue History
2011-05-10 10:37plujanNew Issue
2011-05-10 10:37plujanAssigned To => adrianromero
2011-05-10 10:37plujanModules => Core
2011-05-10 10:38plujanNote Added: 0036600
2011-05-10 10:39plujanNote Added: 0036601
2011-05-10 10:40plujanNote Added: 0036603
2011-05-10 11:56adrianromeroPriorityurgent => immediate
2011-05-10 11:56adrianromeroStatusnew => scheduled
2011-05-10 11:56adrianromeroversion => pi
2011-05-10 11:56adrianromeroTarget Version => 3.0RC7
2011-05-10 11:57adrianromeroIssue cloned0017090
2011-05-10 11:57adrianromeroRelationship addedblocks 0017090
2011-05-10 11:59hgbotCheckin
2011-05-10 11:59hgbotNote Added: 0036607
2011-05-10 11:59hgbotStatusscheduled => resolved
2011-05-10 11:59hgbotResolutionopen => fixed
2011-05-10 11:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b9ee348587341743880d2a31c2832eef8272e402 [^]
2011-05-10 12:03adrianromeroRelationship addedrelated to 0017050
2011-05-12 13:31hudsonbotCheckin
2011-05-12 13:31hudsonbotNote Added: 0036872
2011-05-13 10:14AinhoaPagolaNote Added: 0036955
2011-05-13 10:14AinhoaPagolaStatusresolved => closed

Notes
(0036600)
plujan   
2011-05-10 10:38   
This issue is a very old one. It was exposed now by the fixing of issue 0017050
(0036601)
plujan   
2011-05-10 10:39   
The smoke tests in Jenkins will not work until this issue were fixed
(0036603)
plujan   
2011-05-10 10:40   
Have in mind that this change will not modify any local copy (the change is in the .template). Some kind of communication has to be done in order to get development copies updated.
(0036607)
hgbot   
2011-05-10 11:59   
Repository: erp/devel/pi
Changeset: b9ee348587341743880d2a31c2832eef8272e402
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue May 10 11:58:35 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b9ee348587341743880d2a31c2832eef8272e402 [^]

Fixes issue 0017088: 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
---
(0036872)
hudsonbot   
2011-05-12 13:31   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/c40e579fcd38 [^]

Maturity status: Test
(0036955)
AinhoaPagola   
2011-05-13 10:14   
Tested and working fine.