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 2010/10/01 12:23:17 UTC

svn commit: r1003463 - /ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml

Author: hansbak
Date: Fri Oct  1 10:23:17 2010
New Revision: 1003463

URL: http://svn.apache.org/viewvc?rev=1003463&view=rev
Log:
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"/>