svn commit: r548145 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r548145 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl

hansbak-2
Author: hansbak
Date: Sun Jun 17 17:18:19 2007
New Revision: 548145

URL: http://svn.apache.org/viewvc?view=rev&rev=548145
Log:
change layout of invoice pdf a little to allow larger currency symbols

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl?view=diff&rev=548145&r1=548144&r2=548145
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl Sun Jun 17 17:18:19 2007
@@ -150,9 +150,9 @@
             <fo:table-column column-width="20mm"/>
             <fo:table-column column-width="20mm"/>
             <fo:table-column column-width="65mm"/>
-            <fo:table-column column-width="10mm"/>
-            <fo:table-column column-width="20mm"/>
-            <fo:table-column column-width="20mm"/>
+            <fo:table-column column-width="15mm"/>
+            <fo:table-column column-width="25mm"/>
+            <fo:table-column column-width="25mm"/>
             
             <fo:table-header height="14px">
               <fo:table-row>
@@ -235,7 +235,7 @@
                                 <fo:block> ${description?if_exists} </fo:block>              
                             </fo:table-cell>      
                               <fo:table-cell>
-                                <fo:block text-align="right"> <#if invoiceItem.quantity?exists>${invoiceItem.quantity?string.number}</#if> </fo:block>              
+                                <fo:block text-align="center"> <#if invoiceItem.quantity?exists>${invoiceItem.quantity?string.number}</#if> </fo:block>              
                             </fo:table-cell>
                             <fo:table-cell text-align="right">
                                 <fo:block> <#if invoiceItem.quantity?exists><@ofbizCurrency amount=invoiceItem.amount?if_exists isoCode=invoice.currencyUomId?if_exists/></#if> </fo:block>