Author: jacopoc
Date: Fri Nov 2 02:29:12 2007
New Revision: 591281
URL:
http://svn.apache.org/viewvc?rev=591281&view=revLog:
Forgot to commit this as part of 591275; OFBIZ-465
Modified:
ofbiz/trunk/applications/accounting/widget/AccountingPrintForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/AccountingPrintForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AccountingPrintForms.xml?rev=591281&r1=591280&r2=591281&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AccountingPrintForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AccountingPrintForms.xml Fri Nov 2 02:29:12 2007
@@ -35,13 +35,40 @@
<script location="component://accounting/webapp/accounting/WEB-INF/actions/invoice/editInvoice.bsh"/>
</actions>
<widgets>
- <platform-specific>
- <html><html-template location="component://accounting/webapp/accounting/invoice/viewInvoice.fo.ftl"/></html>
- </platform-specific>
+ <decorator-screen name="FoReportDecorator" location="component://common/widget/CommonScreens.xml">
+ <decorator-section name="topLeft">
+ <section>
+ <widgets>
+ <include-screen name="CompanyLogo" location="component://order/widget/ordermgr/OrderPrintScreens.xml"/>
+ </widgets>
+ </section>
+ </decorator-section>
+ <decorator-section name="topRight">
+ <section>
+ <widgets>
+ <platform-specific>
+ <html><html-template location="component://accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl"/></html>
+ </platform-specific>
+ </widgets>
+ </section>
+ </decorator-section>
+ <decorator-section name="body">
+ <section>
+ <widgets>
+ <platform-specific>
+ <html><html-template location="component://accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl"/></html>
+ </platform-specific>
+ <platform-specific>
+ <html><html-template location="component://accounting/webapp/accounting/invoice/invoiceReportItems.fo.ftl"/></html>
+ </platform-specific>
+ </widgets>
+ </section>
+ </decorator-section>
+ </decorator-screen>
</widgets>
</section>
</screen>
-
+
<screen name="PrintCheckPDF">
<section>
<actions>