Author: jacopoc
Date: Mon Nov 23 18:55:47 2009
New Revision: 883461
URL:
http://svn.apache.org/viewvc?rev=883461&view=revLog:
Small layout improvements to the PDF version of the Balance Sheet
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=883461&r1=883460&r2=883461&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Mon Nov 23 18:55:47 2009
@@ -216,7 +216,7 @@
</hyperlink>
</field>
<field name="glAccountId" use-when="isPdf == true"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
- <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
+ <field name="totalAmount" title-area-style="tableheadmedium" widget-style="tabletextright"><display type="currency" currency="${currencyUomId}"/></field>
</form>
<form name="BalanceSheetLiabilityList" type="list" list-name="liabilityBalancesList"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
@@ -232,7 +232,7 @@
</hyperlink>
</field>
<field name="glAccountId" use-when="isPdf == true"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
- <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
+ <field name="totalAmount" title-area-style="tableheadmedium" widget-style="tabletextright"><display type="currency" currency="${currencyUomId}"/></field>
</form>
<form name="BalanceSheetEquityList" type="list" list-name="equityBalancesList"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
@@ -248,7 +248,7 @@
</hyperlink>
</field>
<field name="glAccountId" use-when="isPdf == true"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
- <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
+ <field name="totalAmount" title-area-style="tableheadmedium" widget-style="tabletextright"><display type="currency" currency="${currencyUomId}"/></field>
</form>
<form name="FindTransactionTotals" type="single" target="TransactionTotals" title="Find list of transaction totals"