Author: apatel
Date: Tue Aug 18 16:01:44 2009
New Revision: 805471
URL:
http://svn.apache.org/viewvc?rev=805471&view=revLog:
Add ablity to pass group name when creating from deposit withdraw payment in fin account.
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml
ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl
Modified: ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml?rev=805471&r1=805470&r2=805471&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml Tue Aug 18 16:01:44 2009
@@ -467,6 +467,7 @@
<attribute name="finAccountId" type="String" mode="IN" optional="false"/>
<attribute name="groupInOneTransaction" type="String" mode="IN" optional="true"/>
<attribute name="paymentGroupTypeId" type="String" mode="IN" optional="true"/>
+ <attribute name="paymentGroupName" type="String" mode="IN" optional="true"/>
<attribute name="finAccountTransId" type="String" mode="OUT" optional="true"/>
</service>
<service name="expirePaymentAssociationsOnFinAccountTransCancel" engine="simple" location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="expirePaymentAssociationsOnFinAccountTransCancel">
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl?rev=805471&r1=805470&r2=805471&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl Tue Aug 18 16:01:44 2009
@@ -122,7 +122,9 @@
</tr>
</#list>
<div align="right">
- ${uiLabelMap.AccountingGroupInOneTransaction}
+ <span class="label">${uiLabelMap.AccountingPayment} ${uiLabelMap.PartyPartyGroupName}</span>
+ <input type="text" size='25' id="paymentGroupName" name='paymentGroupName'>
+ <span class="label">${uiLabelMap.AccountingGroupInOneTransaction}</span>
<input type="checkbox" name="groupInOneTransaction" value="Y" checked/>
<input id="submitButton" type="button" onclick="javascript:document.depositWithdrawPaymentsForm.submit();" value="${uiLabelMap.AccountingDepositWithdraw}" disabled/>
</div>