Author: apatel
Date: Tue Jul 28 09:52:02 2009 New Revision: 798475 URL: http://svn.apache.org/viewvc?rev=798475&view=rev Log: Keep search params between user actions on list. Modified: ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl ofbiz/trunk/applications/accounting/webapp/ar/payment/batchPayments.ftl 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=798475&r1=798474&r2=798475&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/payment/depositWithdrawPayments.ftl Tue Jul 28 09:52:02 2009 @@ -73,6 +73,11 @@ <#if paymentList?has_content> <input type="hidden" name='organizationPartyId' value="${organizationPartyId?if_exists}"> <input type="hidden" name='finAccountId' value="${finAccountId?if_exists}"> + <input type="hidden" name='paymentMethodTypeId' value="${paymentMethodTypeId?if_exists}"> + <input type="hidden" name='cardType' value="${cardType?if_exists}"> + <input type="hidden" name='partyIdFrom' value="${partyIdFrom?if_exists}"> + <input type="hidden" name='fromDate' value="${fromDate?if_exists}"> + <input type="hidden" name='thruDate' value="${thruDate?if_exists}"> <div> <span class="label">${uiLabelMap.AccountingRunningTotal} :</span> <span class="label" id="showPaymentRunningTotal"></span> Modified: ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl?rev=798475&r1=798474&r2=798475&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl (original) +++ ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl Tue Jul 28 09:52:02 2009 @@ -118,6 +118,12 @@ <input id="submitButton" type="button" onclick="javascript:runAction();" value="${uiLabelMap.OrderRunAction}" disabled/> </div> <input type="hidden" name="organizationPartyId" value="${organizationPartyId}"/> + <input type="hidden" name="partyIdFrom" value="${parameters.partyIdFrom?if_exists}"/> + <input type="hidden" name="statusId" value="${parameters.statusId?if_exists}"/> + <input type="hidden" name="fromInvoiceDate" value="${parameters.fromInvoiceDate?if_exists}"/> + <input type="hidden" name="thruInvoiceDate" value="${parameters.thruInvoiceDate?if_exists}"/> + <input type="hidden" name="fromDueDate" value="${parameters.fromDueDate?if_exists}"/> + <input type="hidden" name="thruDueDate" value="${parameters.thruDueDate?if_exists}"/> <div id="issueChecks" style="display: none;" align="right"> <span class="label">${uiLabelMap.AccountingVendorPaymentMethod}</span> <select name="paymentMethodTypeId" id="paymentMethodTypeId" onchange="javascript:enableSubmitButton();"> Modified: ofbiz/trunk/applications/accounting/webapp/ar/payment/batchPayments.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ar/payment/batchPayments.ftl?rev=798475&r1=798474&r2=798475&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/ar/payment/batchPayments.ftl (original) +++ ofbiz/trunk/applications/accounting/webapp/ar/payment/batchPayments.ftl Tue Jul 28 09:52:02 2009 @@ -78,6 +78,12 @@ <input type="text" size='25' id="paymentGroupName" name='paymentGroupName'> <input type="hidden" name='organizationPartyId' value="${organizationPartyId?if_exists}"> <input type="hidden" name='paymentGroupTypeId' value="BATCH_PAYMENT"> + <input type="hidden" name='finAccountId' value="${finAccountId?if_exists}"> + <input type="hidden" name='paymentMethodTypeId' value="${paymentMethodTypeId?if_exists}"> + <input type="hidden" name='cardType' value="${cardType?if_exists}"> + <input type="hidden" name='partyIdFrom' value="${partyIdFrom?if_exists}"> + <input type="hidden" name='fromDate' value="${fromDate?if_exists}"> + <input type="hidden" name='thruDate' value="${thruDate?if_exists}"> </div> <div> <span class="label">${uiLabelMap.AccountingRunningTotal} :</span> |
Free forum by Nabble | Edit this page |