Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017425Openbravo ERP09. Financial managementpublic2011-05-31 08:262011-06-13 17:51
jecharri 
dalsasua 
highminorhave not tried
closedfixed 
5
2.50MP30 
2.50MP322.50MP31 
Core
No
0017425: Some reports can't be printed in PDF
There are some reports that can't be printed in "pdf" because it uses a deprecated method to paint images.
This method gives problem when the Openbravo server can't see himself.
Reports are:
src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment_BankAcc.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment_NoBP_BankAcc.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTracker.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast_perDay.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment_NoBP.jrxml
src/org/openbravo/erpReports/RptC_ProposalJr.jrxml
src/org/openbravo/erpReports/RptM_Requisition.jrxml
If you have a server that doesn't see himself try to print in pdf format any of the reports above.
Change:
-$P{BASE_WEB}+"/images/CompanyLogo_big.png"
-org.openbravo.erpCommon.utility.Utility.showImageLogo("yourcompanydoc", "ORGANIZATIONID")
No tags attached.
related to defect 00146252.50MP23 closed adrianromero It is not possible to see an image in a report using $P{BASE_WEB}+"/../utility/ShowImage?id=IMAGEID" 
blocks defect 00174243.0MP2 closed dalsasua Some reports can't be printed in PDF 
Issue History
2011-05-31 08:27jecharriTypedefect => backport
2011-05-31 08:27jecharrifix_in_branch => 2.50
2011-05-31 08:30jecharriversionpi => 2.50MP30
2011-05-31 08:30jecharriTarget Version3.0MP2 => 2.50MP32
2011-05-31 08:30jecharriDescription Updatedbug_revision_view_page.php?rev_id=2140#r2140
2011-05-31 08:31jecharriRelationship addedrelated to 0014625
2011-06-10 08:53jecharriDescription Updatedbug_revision_view_page.php?rev_id=2232#r2232
2011-06-10 13:14hgbotCheckin
2011-06-10 13:14hgbotNote Added: 0038230
2011-06-10 13:14hgbotStatusscheduled => resolved
2011-06-10 13:14hgbotResolutionopen => fixed
2011-06-10 13:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/7837125902f30fd94392dfc2bfd72059c8d3ba95 [^]
2011-06-13 17:51jonalegriaesarteNote Added: 0038314
2011-06-13 17:51jonalegriaesarteStatusresolved => closed
2011-06-13 17:51jonalegriaesarteFixed in Version => 2.50MP31

Notes
(0038230)
hgbot   
2011-06-10 13:14   
Repository: erp/stable/2.50
Changeset: 7837125902f30fd94392dfc2bfd72059c8d3ba95
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Jun 10 13:12:30 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/7837125902f30fd94392dfc2bfd72059c8d3ba95 [^]

Fixes issue 17425: Some reports can't be printed in PDF

---
M src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast_perDay.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTracker.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment_BankAcc.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment_NoBP.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment_NoBP_BankAcc.jrxml
M src/org/openbravo/erpReports/RptC_ProposalJr.jrxml
M src/org/openbravo/erpReports/RptM_Requisition.jrxml
---
(0038314)
jonalegriaesarte   
2011-06-13 17:51   
Verified