Author: deepak
Date: Sat Aug 26 08:32:49 2017
New Revision: 1806274
URL: http://svn.apache.org/viewvc?rev=1806274&view=rev
Log:
Fixed: Updated images component reference path, as we removed images component
and now these files are part of common-theme componnet.
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign?rev=1806274&r1=1806273&r2=1806274&view=diff
==============================================================================
---
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
(original)
+++
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
Sat Aug 26 08:32:49 2017
@@ -35,7 +35,7 @@ organizationPartyGroup = delegator.findO
// set logo image url
logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
if (!logoImageUrl) {
- logoImageUrl =
FileUtil.getFile("component://images/webapp/images/ofbiz_logo.gif").getPath();
+ logoImageUrl =
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
}
dateFormatter = new java.text.SimpleDateFormat("dd MMMMM yyyy");
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign?rev=1806274&r1=1806273&r2=1806274&view=diff
==============================================================================
---
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign
(original)
+++
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign
Sat Aug 26 08:32:49 2017
@@ -47,7 +47,7 @@ partyNameView = delegator.findOne("Party
// set logo image url
logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
if (!logoImageUrl) {
- logoImageUrl =
FileUtil.getFile("component://images/webapp/images/ofbiz_logo.gif").getPath();
+ logoImageUrl =
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
}
fromDate = null;
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign?rev=1806274&r1=1806273&r2=1806274&view=diff
==============================================================================
---
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
(original)
+++
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
Sat Aug 26 08:32:49 2017
@@ -47,7 +47,7 @@ partyNameView = delegator.findOne("Party
// set logo image url
logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
if (!logoImageUrl) {
- logoImageUrl =
FileUtil.getFile("component://images/webapp/images/ofbiz_logo.gif").getPath();
+ logoImageUrl =
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
}
fromDate = null;
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign?rev=1806274&r1=1806273&r2=1806274&view=diff
==============================================================================
---
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
(original)
+++
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
Sat Aug 26 08:32:49 2017
@@ -62,7 +62,7 @@ companyLogoCtx.put("delegator", delegato
GroovyUtil.runScriptAtLocation("component://order/groovyScripts/order/CompanyHeader.groovy",
companyLogoCtx);
logoImageUrl = companyLogoCtx.get("logoImageUrl");
if (!logoImageUrl) {
- logoImageUrl =
FileUtil.getFile("component://images/webapp/images/ofbiz_logo.gif").getPath();
+ logoImageUrl =
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
}
// create application list
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign?rev=1806274&r1=1806273&r2=1806274&view=diff
==============================================================================
---
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
(original)
+++
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
Sat Aug 26 08:32:49 2017
@@ -54,7 +54,7 @@ organizationPartyGroup = delegator.findO
// set logo image url
logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
if (!logoImageUrl) {
- logoImageUrl =
FileUtil.getFile("component://images/webapp/images/ofbiz_logo.gif").getPath();
+ logoImageUrl =
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
}
// create debit/credit total variable
Modified:
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign?rev=1806274&r1=1806273&r2=1806274&view=diff
==============================================================================
---
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign
(original)
+++
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign
Sat Aug 26 08:32:49 2017
@@ -46,7 +46,7 @@ customerTimePeriod = delegator.findOne("
// set logo image url
logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
if (!logoImageUrl) {
- logoImageUrl =
FileUtil.getFile("component://images/webapp/images/ofbiz_logo.gif").getPath();
+ logoImageUrl =
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
}
// prepare parties list