Author: jacopoc
Date: Thu Jun 11 12:43:45 2009
New Revision: 783744
URL:
http://svn.apache.org/viewvc?rev=783744&view=revLog:
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}">