summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-04-05 00:59:00 +0000
committerivan <ivan>2010-04-05 00:59:00 +0000
commit28dfe346fa452704befb385908919c204405e7b4 (patch)
tree7253c99ba7350aa89ad2f041beff9e160472009d /httemplate
parent1ef4eaf915eedd13ce92b99469f243bfa7b6edfd (diff)
add employee commission report to menu, RT#6991
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 998ed2f..db5befc 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -263,6 +263,7 @@ if($curuser->access_right('Financial reports')) {
'Sales, Credits and Receipts' => [ $fsurl.'graph/report_money_time.html', 'Sales, credits and receipts summary graph' ],
'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)' ],
+ 'Employee Commission Report' => [ $fsurl.'search/report_employee_commission.html', '' ],
'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)' ],
);