Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017088 | Openbravo ERP | Z. Others | public | 2011-05-10 10:37 | 2011-05-13 10:15 |
|
Reporter | plujan | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0RC7 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017088: The euroInform in Format.xml.template is different from the other euro formats |
Description | 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. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | backport | 0017050 | 3.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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-10 10:37 | plujan | New Issue | |
2011-05-10 10:37 | plujan | Assigned To | => adrianromero |
2011-05-10 10:37 | plujan | Modules | => Core |
2011-05-10 10:37 | plujan | OBNetwork customer | => No |
2011-05-10 10:38 | plujan | Note Added: 0036600 | |
2011-05-10 10:39 | plujan | Note Added: 0036601 | |
2011-05-10 10:40 | plujan | Note Added: 0036603 | |
2011-05-10 11:56 | adrianromero | Priority | urgent => immediate |
2011-05-10 11:56 | adrianromero | Status | new => scheduled |
2011-05-10 11:56 | adrianromero | version | => pi |
2011-05-10 11:56 | adrianromero | Target Version | => 3.0RC7 |
2011-05-10 11:57 | adrianromero | Issue cloned | 0017090 |
2011-05-10 11:57 | adrianromero | Relationship added | blocks 0017090 |
2011-05-10 11:59 | hgbot | Checkin | |
2011-05-10 11:59 | hgbot | Note Added: 0036607 | |
2011-05-10 11:59 | hgbot | Status | scheduled => resolved |
2011-05-10 11:59 | hgbot | Resolution | open => fixed |
2011-05-10 11:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b9ee348587341743880d2a31c2832eef8272e402 [^] |
2011-05-10 12:03 | adrianromero | Relationship added | related to 0017050 |
2011-05-12 13:31 | hudsonbot | Checkin | |
2011-05-12 13:31 | hudsonbot | Note Added: 0036872 | |
2011-05-13 10:14 | AinhoaPagola | Note Added: 0036955 | |
2011-05-13 10:14 | AinhoaPagola | Status | resolved => 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
---
|
|
|
|
|
|
|
|