Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0037945 | Openbravo ERP | 09. Financial management | public | 2018-02-16 02:18 | 2018-02-16 02:18 |
Reporter | matias-bernal | ||||
Assigned To | Triage Omni OMS | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 30 | OS Version | Openbravo Appliance 14.04 | |
Product Version | pi | ||||
Target Version | Fixed in Version | ||||
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 | 0037945: Export to excel in Trial Balance | ||||
Description | Combined cells in excel file downloaded from trial balance report, that are wrong drawed (See attachment). | ||||
Steps To Reproduce | 1- In trial balance window 2- Use in filters: * From=01-01-2017 * To=31-12-2017 * Organization= F&B España -Región Norte * General Ledger= F&B España, S.A USA/Euro Use search button. 3- Then you can use "Export to Excel" button. 4- In the file downloaded you can se this problem. | ||||
Proposed Solution | Change in the file src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceExcel.jrxml <textField> <reportElement mode="Opaque" x="545" y="84" width="96" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="635c7994-6b22-4775-983f-e6b564459e3d"/> <textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none"> <font fontName="Bitstream Vera Sans" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <paragraph lineSpacing="Single"/> </textElement> <textFieldExpression><![CDATA[$P{DATE_TO}]]></textFieldExpression> </textField> to: <textField> <reportElement mode="Opaque" x="279" y="84" width="96" height="15" forecolor="#000000" backcolor="#FFFFFF" uuid="f1e80c42-eb88-4f1b-8b61-1a2d85b15dd1"/> <textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none"> <font fontName="Bitstream Vera Sans" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <paragraph lineSpacing="Single"/> </textElement> <textFieldExpression><![CDATA[$P{DATE_FROM}]]></textFieldExpression> </textField> | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | 2018-01-31_101501.png (66,161) 2018-02-16 02:18 https://issues.openbravo.com/file_download.php?file_id=11587&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2018-02-16 02:18 | matias-bernal | New Issue | |||
2018-02-16 02:18 | matias-bernal | Assigned To | => Triage Finance | ||
2018-02-16 02:18 | matias-bernal | File Added: 2018-01-31_101501.png | |||
2018-02-16 02:18 | matias-bernal | Modules | => Core | ||
2018-02-16 02:18 | matias-bernal | Triggers an Emergency Pack | => No |
There are no notes attached to this issue. |