diff options
author | ivan <ivan> | 2009-07-09 21:05:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-09 21:05:54 +0000 |
commit | 2ab9eb8640221cb01b06a818651cb5797431a146 (patch) | |
tree | 1ce4fd83331080c3bc53903c7bf7cc1683ad800d /httemplate/elements/menu.html | |
parent | 9b5e892a9c7c56f77a941e8243e284226be5e833 (diff) |
unapplied payments report, RT#4861
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 38546ca5d..48b7c498e 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -219,6 +219,7 @@ if($curuser->access_right('Financial reports')) { 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{'Unapplied payment Aging'} = [ $fsurl.'search/report_unapplied_cust_pay.html', 'Unapplied payment aging report' ]; $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ]; $report_financial{'Prepaid Income'} = [ $fsurl.'search/report_prepaid_income.html', 'Prepaid income (unearned revenue) report' ]; $report_financial{'Sales Tax Liability'} = [ $fsurl.'search/report_tax.html', 'Sales tax liability report (internal taxclass system)' ]; |