Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0017424 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 09. Financial management | minor | have not tried | 2011-05-31 08:26 | 2011-06-22 11:43 | |||
| Reporter | jecharri | View Status | public | |||||
| Assigned To | dalsasua | |||||||
| Priority | high | Resolution | fixed | Fixed in Version | 3.0MP1 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | d7611420c227 | ||||
| Projection | none | ETA | none | Target Version | 3.0MP2 | |||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | pi | SCM revision | ||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | OBPS | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0017424: Some reports can't be printed in PDF | |||||||
| Description | 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  | |||||||
| Steps To Reproduce | If you have a server that doesn't see himself try to print in pdf format any of the reports above. | |||||||
| Proposed Solution | Change: -$P{BASE_WEB}+"/images/CompanyLogo_big.png" -org.openbravo.erpCommon.utility.Utility.showImageLogo("yourcompanydoc", "ORGANIZATIONID")  | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
|||||||||||||||
  | 
|||||||||||||||
  		Notes	 | 
|
| 
				(0038231) hgbot (developer) 2011-06-10 13:15  | 
	
		Repository: erp/devel/pi Changeset: d7611420c227ae45a6cdf06eebcc0a8e2e97655a Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Fri Jun 10 13:12:58 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/d7611420c227ae45a6cdf06eebcc0a8e2e97655a [^] Fixes issue 17424: 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 ---  | 
| 
				(0038313) jonalegriaesarte (viewer) 2011-06-13 17:50  | 
	Verified | 
| 
				(0038439) hudsonbot (viewer) 2011-06-22 11:43  | 
	
		A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/abb438586c0e [^] Maturity status: Test  | 
  Issue History	 | 
|||
| Date Modified | Username | Field | Change | 
| 2011-05-31 08:26 | jecharri | New Issue | |
| 2011-05-31 08:26 | jecharri | Assigned To | => dalsasua | 
| 2011-05-31 08:26 | jecharri | Modules | => Core | 
| 2011-05-31 08:26 | jecharri | OBNetwork customer | => Yes | 
| 2011-05-31 08:27 | jecharri | Status | new => scheduled | 
| 2011-05-31 08:27 | jecharri | fix_in_branch | => pi | 
| 2011-05-31 08:30 | jecharri | Relationship added | related to 0014625 | 
| 2011-06-10 08:52 | jecharri | fix_in_branch | pi => | 
| 2011-06-10 08:52 | jecharri | Description Updated | View Revisions | 
| 2011-06-10 13:15 | hgbot | Checkin | |
| 2011-06-10 13:15 | hgbot | Note Added: 0038231 | |
| 2011-06-10 13:15 | hgbot | Status | scheduled => resolved | 
| 2011-06-10 13:15 | hgbot | Resolution | open => fixed | 
| 2011-06-10 13:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d7611420c227ae45a6cdf06eebcc0a8e2e97655a [^] | 
| 2011-06-13 17:50 | jonalegriaesarte | Note Added: 0038313 | |
| 2011-06-13 17:50 | jonalegriaesarte | Status | resolved => closed | 
| 2011-06-13 17:50 | jonalegriaesarte | Fixed in Version | => 3.0MP1 | 
| 2011-06-22 11:43 | hudsonbot | Checkin | |
| 2011-06-22 11:43 | hudsonbot | Note Added: 0038439 | |
| Copyright © 2000 - 2009 MantisBT Group |