diff options
author | ivan <ivan> | 2009-11-17 07:08:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-17 07:08:59 +0000 |
commit | 81231926bf1cc4d85e70c013d7e92d2cd280395b (patch) | |
tree | b6f00b1b814004593156feea9ec58cc1268d64e8 /httemplate/elements | |
parent | dc1769764725866793b46bb5dca7b6d3578302e0 (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 c54ed0715..17b8913f1 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' ]; |