Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010228 | Openbravo ERP | A. Platform | public | 2009-08-10 13:44 | 2009-11-24 00:00 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | no change required | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40 | |
Target Version | | 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 | 0010228: XmlEngine does not apply formatting to parameters (check xmlEngine-internal calculations) |
Description | Values passed as parameters to xmlEngine are not formatted according to the specified format. This leads to inconsistent formatting of numbers passed by parameters.
Verify formatting/need to re-parse strings into BigDecimal when doing calculations inside xmlEngine (i.e. sum ) |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0010220 | | closed | shuehner | XmlEngine does not apply formatting to parameters |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-08-10 13:44 | shuehner | New Issue | |
2009-08-10 13:44 | shuehner | Assigned To | => shuehner |
2009-08-10 13:44 | shuehner | OBNetwork customer | => No |
2009-08-10 13:44 | shuehner | Issue generated from | 0010220 |
2009-08-10 13:44 | shuehner | Relationship added | related to 0010220 |
2009-08-31 10:00 | rafaroda | Note Added: 0019314 | |
2009-08-31 10:00 | rafaroda | Status | new => feedback |
2009-08-31 11:13 | shuehner | Note Added: 0019324 | |
2009-09-08 11:31 | shuehner | Status | feedback => new |
2009-09-18 14:52 | rafaroda | Status | new => acknowledged |
2009-11-23 16:35 | shuehner | Status | acknowledged => scheduled |
2009-11-23 16:35 | shuehner | fix_in_branch | => pi |
2009-11-23 16:36 | shuehner | Note Added: 0022117 | |
2009-11-23 16:36 | shuehner | Status | scheduled => closed |
2009-11-23 16:36 | shuehner | Resolution | open => no change required |
2009-11-24 00:00 | anonymous | sf_bug_id | 0 => 2902797 |
Notes |
|
|
Stefan,
Is this the backport of 0010220 ? Will this be backported to 2.40?
Thanks. |
|
|
|
This ia a related issue. The 10220 was done and backported already. The 10220 did only the minimal changes required to make the output formatting work. This issue is about checking is the internal rounding (as specified in the format) needs to be/should be applied also when parameters are part of xmlengine calculations (sum,add,....). If a change will be done after this check it should be applied to both pi and 2.40 |
|
|
|
If a parameter value comes from a user input field, then the value is already properly formatted (if conversion step to numeric format projects are followed). For manual java code setting a parameter value will just use the passed in value consistent with old behavior. -> No change required. |
|