Author: jacopoc
Date: Sat Jul 4 01:36:52 2009
New Revision: 791047
URL:
http://svn.apache.org/viewvc?rev=791047&view=revLog:
Improved layout of the PDF version of the trial balance.
Modified:
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=791047&r1=791046&r2=791047&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Sat Jul 4 01:36:52 2009
@@ -100,14 +100,14 @@
<parameter param-name="organizationPartyId"/>
</hyperlink>
</field>
- <field name="glAccountId" use-when="isPdf == true"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
- <field name="debit" use-when="showDebit"><display description="${absolutePostedBalance}" type="currency" currency="${currencyUomId}"/></field>
- <field name="debit" use-when="showCredit"><display/></field>
- <field name="credit" use-when="showCredit"><display description="${absolutePostedBalance}" type="currency" currency="${currencyUomId}"/></field>
- <field name="credit" use-when="showDebit"><display/></field>
+ <field name="glAccountId" use-when="isPdf == true" title-area-style="tableheadhuge"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
+ <field name="debit" use-when="showDebit" widget-style="tabletextright"><display description="${absolutePostedBalance}" type="currency" currency="${currencyUomId}"/></field>
+ <field name="debit" use-when="showCredit" widget-style="tabletextright"><display/></field>
+ <field name="credit" use-when="showCredit" widget-style="tabletextright"><display description="${absolutePostedBalance}" type="currency" currency="${currencyUomId}"/></field>
+ <field name="credit" use-when="showDebit" widget-style="tabletextright"><display/></field>
<field name="glAccountId" use-when="showTotals"><display description="${uiLabelMap.CommonTotal}"/></field>
- <field name="debit" use-when="showTotals"><display description="${parameters.debitTotal}" type="currency" currency="${currencyUomId}"/></field>
- <field name="credit" use-when="showTotals"><display description="${parameters.creditTotal}" type="currency" currency="${currencyUomId}"/></field>
+ <field name="debit" use-when="showTotals" widget-style="tabletextright"><display description="${parameters.debitTotal}" type="currency" currency="${currencyUomId}"/></field>
+ <field name="credit" use-when="showTotals" widget-style="tabletextright"><display description="${parameters.creditTotal}" type="currency" currency="${currencyUomId}"/></field>
</form>
<form name="IncomeStatementParameters" type="single" target="prepareIncomeStatement"