svn commit: r783744 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

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

svn commit: r783744 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

jacopoc
Author: jacopoc
Date: Thu Jun 11 12:43:45 2009
New Revision: 783744

URL: http://svn.apache.org/viewvc?rev=783744&view=rev
Log:
Add the "Acctg Trans Id" field to the search form of the acctg transactions screens. Patch from Brajesh Patel.

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

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=783744&r1=783743&r2=783744&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Thu Jun 11 12:43:45 2009
@@ -24,6 +24,9 @@
     <form name="FindAcctgTrans" target="FindAcctgTrans" type="single" title="" default-map-name="journal"
         header-row-style="header-row" default-table-style="basic-table">
         <field name="organizationPartyId"><hidden/></field>
+        <field name="acctgTransId" title="${uiLabelMap.FormFieldTitle_acctgTransId}" entity-name="AcctgTrans">
+            <text size="20"/>
+        </field>
         <field name="acctgTransTypeId" title="${uiLabelMap.AccountingTransactionType}">
             <drop-down allow-empty="true">
                 <entity-options entity-name="AcctgTransType" description="${description}">
@@ -183,6 +186,9 @@
     <form name="FindAcctgTransEntries" target="FindAcctgTransEntries" type="single" title=""
         header-row-style="header-row" default-table-style="basic-table">
         <field name="organizationPartyId"><hidden/></field>
+        <field name="acctgTransId" title="${uiLabelMap.FormFieldTitle_acctgTransId}" entity-name="AcctgTrans">
+            <text size="20"/>
+        </field>
         <field name="glAccountId">
             <drop-down allow-empty="true">
                 <entity-options entity-name="GlAccountOrganizationAndClass" description="[${glAccountId}] ${accountCode} ${accountName}">