Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002762 | Openbravo ERP | B. User interface | public | 2008-03-26 15:55 | 2008-09-04 09:13 |
|
Reporter | galderromo | |
Assigned To | cromero | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.40 | Fixed in Version | 2.40 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0002762: Numbering format does not work |
Description | It does work on manual windows but not on generated windows.
It is not possible to choose "," as decimal and "." as grouping characters.
The generated windows, do not contain a "format" attribute on the FIELD tags. So numbering format does not work on this cases. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0003681 | | closed | alostale | Numbering format does not work | depends on | backport | 0003970 | | closed | cromero | Numbering format does not work |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-06-13 18:22 | cromero | Severity | minor => major |
2008-06-13 18:22 | cromero | Description Updated | |
2008-06-13 18:23 | cromero | Status | new => scheduled |
2008-06-13 19:59 | cromero | Target Version | => 2.40 |
2008-06-16 22:00 | cromero | Status | scheduled => resolved |
2008-06-16 22:00 | cromero | Fixed in Version | 2.40alpha r2 => trunk |
2008-06-16 22:00 | cromero | svn_revision | => 3473 |
2008-06-16 22:00 | cromero | Note Added: 0007751 | |
2008-08-20 19:39 | psarobe | Note Added: 0008644 | |
2008-09-04 09:13 | psarobe | Regression testing | => No |
2008-09-04 09:13 | psarobe | Status | resolved => closed |
2008-09-04 09:13 | psarobe | Fixed in Version | trunk => 2.40 |
Notes |
|
(0006351)
|
user71
|
2005-06-01 00:00
(edited on: 2008-06-12 09:43) |
|
|
|
(0003372)
|
user71
|
2008-06-02 10:25
(edited on: 2008-06-12 09:25) |
|
Logged In: YES
user_id=1795375
Originator: NO
Within the changes made in WADIntegerXML.xml and WADNumberXML.html is possible to show numbers like this: 25,35 but it is not possible
to save the record.
The bug is not fixed. |
|
|
|
Actually it is possible to show and store numbers using ',' as numeric separator.
You must configure in these files:
* Format.xml
<Number name="qtyEdition"
decimal="," grouping="." formatOutput="#,##0.###" formatInternal="#0,000" />
* Openbravo.properties (Oracle)
bbdd.sessionConfig=ALTER SESSION SET NLS_DATE_FORMAT='DD-MM-YYYY' NLS_NUMERIC_CHARACTERS=',.'
I have created a feature request "0003996: Allow comma ',' as decimal separator for numbers" to allow openbravo javascript objects to validate correctly this numeric separator. |
|
|
|
|