Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009937Openbravo ERP09. Financial managementpublic2009-07-16 18:582009-07-29 00:00
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
pi 
2.50MP3 
Core
No
0009937: Several reports depend on the ReportGeneralLedger_data.xsql file which makes customizing these harder
Two reports depend on this file but the dependency can be easily broken up to make customizing these easier.
250MP3releasecandidate, leo
related to defect 0009935 closed shuehner Several reports depend GeneralAccountingReports_data.xsql which makes customizations harder 
Issue History
2009-07-16 18:58shuehnerNew Issue
2009-07-16 18:58shuehnerAssigned To => shuehner
2009-07-16 18:58shuehnerRelationship addedrelated to 0009935
2009-07-16 19:03hgbotCheckin
2009-07-16 19:03hgbotNote Added: 0018336
2009-07-16 19:03hgbotStatusnew => resolved
2009-07-16 19:03hgbotResolutionopen => fixed
2009-07-16 19:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2037d9b9fe825f2c7191656f0fa97e939e35e6e7 [^]
2009-07-21 16:24psarobeFixed in Version => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-21 18:43psarobeTag Attached: leo
2009-07-28 12:00psarobeStatusresolved => closed
2009-07-28 12:00psarobeNote Added: 0018653
2009-07-29 00:00anonymoussf_bug_id0 => 2828661

Notes
(0018336)
hgbot   
2009-07-16 19:03   
Repository: erp/devel/pi
Changeset: 2037d9b9fe825f2c7191656f0fa97e939e35e6e7
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Jul 16 19:02:39 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2037d9b9fe825f2c7191656f0fa97e939e35e6e7 [^]

Fixed 9937: Remove dependency on ReportGeneralLedger_data.xsql from some reports
- Remove two unsused method from ReportAnnualCertification which remove the dependency on the selectRange xsql method as well
- ReportGeneralLedger remove unsused method removing dependency on selectRange xsql method
- convert two uses own copy of TreeData.getTreeOrg and use this utility method instead
- use selectCompany method of ReportGeneralLedgerJournal_data.xsql to loose dependency on ReportGeneralLedger_data.xsql
- ReportGeneralLedgerJournal_data.xsql & ReportGeneralLedger_data.sql: remove now unused methods

---
M src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_data.xsql
---
(0018653)
psarobe   
2009-07-28 12:00   
Reports are working as expected