Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037945
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] 09. Financial managementminoralways2018-02-16 02:182018-02-16 02:18
Reportermatias-bernalView Statuspublic 
Assigned ToTriage Omni OMS 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037945: Export to excel in Trial Balance

DescriptionCombined cells in excel file downloaded from trial balance report, that are wrong drawed (See attachment).
Steps To Reproduce1- 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 SolutionChange 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>
TagsNo tags attached.
Attached Filespng file icon 2018-01-31_101501.png [^] (66,161 bytes) 2018-02-16 02:18

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker