svn commit: r574988 - /ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

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

svn commit: r574988 - /ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

jacopoc
Author: jacopoc
Date: Wed Sep 12 08:18:07 2007
New Revision: 574988

URL: http://svn.apache.org/viewvc?rev=574988&view=rev
Log:
Added column to show the amount applied for a payment associated to the billing account.

Modified:
    ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=574988&r1=574987&r2=574988&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Wed Sep 12 08:18:07 2007
@@ -224,6 +224,9 @@
         <field name="invoiceId"><display/></field>
         <field name="invoiceItemSeqId"><display/></field>
         <field name="effectiveDate"><display/></field>
+        <field name="amountApplied">
+            <display type="currency" currency="${currencyUomId}"/>
+        </field>
         <field name="amount">
             <display type="currency" currency="${currencyUomId}"/>
         </field>