diff options
| author | Mark Wells <mark@freeside.biz> | 2012-07-06 12:25:19 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-07-06 12:25:19 -0700 |
| commit | 2eac549e2daf3114eed36fc6bc3c86c954c6bba1 (patch) | |
| tree | 026d244f6ce8d81c9129ff1f38bbfd260b2260ab /httemplate/elements | |
| parent | 2651b04dec3f0ef42e8a125cdae5a1b44691af5c (diff) | |
sales by ad source report, #17971
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 0f85236dd..cca6bb1fd 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -313,6 +313,7 @@ if($curuser->access_right('Financial reports')) { 'Daily Sales, Credits and Receipts' => [ $fsurl.'graph/report_money_time_daily.html', 'Sales, credits and receipts (broken down by day) 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)' ], + 'Sales With Advertising Source' => [ $fsurl.'search/report_cust_bill_pkg_referral.html' ], '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)' ], 'Unapplied Credits' => [ $fsurl.'search/report_cust_credit.html?unapplied=1', 'Unapplied credit report (by type and/or date range)' ], |
