Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024512 | Openbravo ERP | 09. Financial management | public | 2013-08-08 10:06 | 2013-09-17 19:03 |
|
Reporter | egoitz | |
Assigned To | jecharri | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP28 | Fixed in Version | 3.0MP28 | |
Merge Request Status | |
Review Assigned To | egoitz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024512: The Report General Ledger does not format the dates with the dateformat defined for Openbravo when exporting to xls |
Description | The Report General Ledger does not format the dates with the dateformat defined for Openbravo when exporting to xls |
Steps To Reproduce | -Change the datefomat of the application and compile the system (compile.complete)
-Execute the ReportGeneralLedger
-When exporting to pdf the dateformat is correct
*When exporting to xls the dateformat is not correct |
Proposed Solution | -The date field on the jrxml for pdf:
<textFieldExpression class="java.lang.String"><![CDATA[(new SimpleDateFormat($P{strDateFormat})).format($F{DATEACCT})]]></textFieldExpression>
-The date field for xls:
<textFieldExpression class="java.util.Date"><![CDATA[$F{DATEACCT}]]></textFieldExpression> |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-08-08 10:06 | egoitz | New Issue | |
2013-08-08 10:06 | egoitz | Assigned To | => dmiguelez |
2013-08-08 10:06 | egoitz | Modules | => Core |
2013-08-08 10:06 | egoitz | OBNetwork customer | => Yes |
2013-08-08 10:06 | egoitz | Resolution time | => 1378764000 |
2013-08-08 10:06 | egoitz | Triggers an Emergency Pack | => No |
2013-08-12 08:51 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-08-27 12:35 | jonalegriaesarte | Target Version | => 3.0MP28 |
2013-09-11 18:33 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2013-09-12 22:50 | hgbot | Checkin | |
2013-09-12 22:50 | hgbot | Note Added: 0061117 | |
2013-09-12 22:50 | hgbot | Status | new => resolved |
2013-09-12 22:50 | hgbot | Resolution | open => fixed |
2013-09-12 22:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b4a6052148fe202b8c53b0321f94c3eb87a9e3a9 [^] |
2013-09-13 14:52 | egoitz | Review Assigned To | => egoitz |
2013-09-13 14:52 | egoitz | Note Added: 0061142 | |
2013-09-13 14:52 | egoitz | Status | resolved => closed |
2013-09-13 14:52 | egoitz | Fixed in Version | => 3.0MP28 |
2013-09-17 19:03 | hudsonbot | Checkin | |
2013-09-17 19:03 | hudsonbot | Note Added: 0061247 | |