diff options
author | ivan <ivan> | 2009-11-17 07:09:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-17 07:09:43 +0000 |
commit | 432baf42fed3c38b150a12f662e7152d51cbb044 (patch) | |
tree | a53e3a9194c0576faa17f2cc2036ec94821652dc /httemplate/elements | |
parent | e5e706ef5cebf3db8754801a9bedf90e9a796ef9 (diff) |
add refund report, RT#6407
Diffstat (limited to 'httemplate/elements')
-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 5329350dc..ccee9c3a7 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -236,6 +236,7 @@ if($curuser->access_right('Financial reports')) { 'Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg.html', 'Sales report and graph (by agent, package class and/or date range)' ], 'Rated Call Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg_detail.html', 'Sales report and graph (by agent, package class, usage class and/or date range)' ], 'Credit Report' => [ $fsurl.'search/report_cust_credit.html', 'Credit report (by employee and/or date range)' ], + 'Refund Report' => [ $fsurl.'search/report_cust_refund.html', 'Refund report (by type and/or date range)' ], ); $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' ]; |