svn commit: r798092 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml

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

svn commit: r798092 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml

apatel-2
Author: apatel
Date: Mon Jul 27 10:07:09 2009
New Revision: 798092

URL: http://svn.apache.org/viewvc?rev=798092&view=rev
Log:
Adding few ref number, comments, overrideGLAccount fields to quick payment add form.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml?rev=798092&r1=798091&r2=798092&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml Mon Jul 27 10:07:09 2009
@@ -120,7 +120,10 @@
                 </entity-options>
             </drop-down>
         </field>
+        <field name="paymentRefNum" position="1"><text/></field>
+        <field name="overrideGlAccountId" position="2"><lookup target-form-name="LookupGlAccount"/></field>
         <field name="amount" position="1"><text/></field>
+        <field name="comments" position="2"><text size="70"/></field>
         <field position="1" name="createButton" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
@@ -152,7 +155,10 @@
                 </entity-options>
             </drop-down>
         </field>
+        <field name="paymentRefNum" position="1"><text/></field>
+        <field name="overrideGlAccountId" position="2"><lookup target-form-name="LookupGlAccount"/></field>
         <field name="amount" position="1"><text/></field>
+        <field name="comments" position="2"><text size="70"/></field>
         <field position="1" name="createButton" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>