[freeside-commits] freeside/httemplate/elements menu.html, 1.52, 1.53
Ivan,,,
ivan at wavetail.420.am
Mon Feb 16 15:56:41 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv20784
Modified Files:
menu.html
Log Message:
add reporting on (and resolution of) stuck pending transactions, RT#4837 (RT#3572)
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- menu.html 1 Feb 2009 12:48:54 -0000 1.52
+++ menu.html 16 Feb 2009 23:56:39 -0000 1.53
@@ -191,6 +191,8 @@
'Credit Report' => [ $fsurl.'search/report_cust_credit.html', 'Credit report (by employee and/or date range)' ],
'Payment Report' => [ $fsurl.'search/report_cust_pay.html', 'Payment report (by type and/or date range)' ],
;
+$report_financial{'Pending Payment Report'} = [ $fsurl.'search/cust_pay_pending.html?magic=_date;statusNOT=done', 'Pending real-time payments' ]
+ if $curuser->access_right('View customer pending payments');
$report_financial{'Payment Batch Report'} = [ $fsurl.'search/pay_batch.html', 'Payment batches (by status and/or date range)' ]
if $conf->exists('batch-enable') || $conf->config('batch-enable_payby');
$report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];
More information about the freeside-commits
mailing list