Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0037945 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Openbravo ERP] 09. Financial management | minor | always | 2018-02-16 02:18 | 2018-02-16 02:18 | |||||||
Reporter | matias-bernal | View Status | public | |||||||||
Assigned To | Triage Omni OMS | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 7.x | |||||||
OS Version | Openbravo Appliance 14.04 | Database version | 9.3.x | Ant version | 1.9.x | |||||||
Product Version | pi | SCM revision | ||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
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> | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | 2018-01-31_101501.png [^] (66,161 bytes) 2018-02-16 02:18
| |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |
Copyright © 2000 - 2009 MantisBT Group |