You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/06/08 05:28:54 UTC

svn commit: r782516 - in /ofbiz/trunk: applications/accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl framework/common/webcommon/includes/reportTemplate.fo.ftl

Author: hansbak
Date: Mon Jun  8 03:28:54 2009
New Revision: 782516

URL: http://svn.apache.org/viewvc?rev=782516&view=rev
Log:
small adjustment in fo report: invoice description column wider and more space for header

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl
    ofbiz/trunk/framework/common/webcommon/includes/reportTemplate.fo.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl?rev=782516&r1=782515&r2=782516&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportHeaderInfo.fo.ftl Mon Jun  8 03:28:54 2009
@@ -19,7 +19,7 @@
 <#escape x as x?xml>
 <fo:table>
 <fo:table-column column-width="1in"/>
-<fo:table-column column-width="1.5in"/>
+<fo:table-column column-width="2.5in"/>
 <fo:table-body>
 <fo:table-row>
   <fo:table-cell>

Modified: ofbiz/trunk/framework/common/webcommon/includes/reportTemplate.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/reportTemplate.fo.ftl?rev=782516&r1=782515&r2=782516&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/reportTemplate.fo.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/reportTemplate.fo.ftl Mon Jun  8 03:28:54 2009
@@ -27,7 +27,7 @@
               margin-top="0.4in" margin-bottom="0.4in"
               margin-left="0.6in" margin-right="0.4in">
             <#-- main body -->
-            <fo:region-body margin-top="1.2in" margin-bottom="0.4in"/>
+            <fo:region-body margin-top="1.5in" margin-bottom="0.4in"/>
             <#-- the header -->
             <fo:region-before extent="1.2in"/>
             <#-- the footer -->