Author: hansbak
Date: Fri Oct 1 10:23:17 2010
New Revision: 1003463
URL:
http://svn.apache.org/viewvc?rev=1003463&view=revLog:
In 'TrialBalanceReport' form, add value of 'totalEndingBalance' field to totalPostedDebits – totalPostedCredits
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=1003463&r1=1003462&r2=1003463&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Fri Oct 1 10:23:17 2010
@@ -557,6 +557,9 @@ under the License.
<order-by field-name="accountCode"/>
</entity-condition>
</actions>
+ <row-actions>
+ <set field="totalEndingBalance" from-field="totalEndingBalance" default-value="${totalPostedDebits - totalPostedCredits}" type="BigDecimal"/>
+ </row-actions>
<field name="accountCode">
<hyperlink target="FindAcctgTransEntries" description="${accountCode}">
<parameter param-name="glAccountId"/>