summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-03-23 10:49:02 -0700
committerMark Wells <mark@freeside.biz>2012-03-23 10:49:02 -0700
commit366aebcc7afc387f52f83ac6da648bf150198891 (patch)
tree8abbc50fc2751d8de518e4e3d1a4bc5ef6d96658 /httemplate/elements
parent117e725f126180bc34e1c5d25d7cfca13edf2b02 (diff)
customer signup report, #17050
Diffstat (limited to 'httemplate/elements')
-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 06cd73783..eb6371237 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -108,6 +108,7 @@ tie my %report_customers, 'Tie::IxHash';
$report_customers{'List customers'} = [ \%report_customers_lists, 'List customers' ]
if $curuser->access_right('List customers');
$report_customers{'Zip code distribution'} = [ $fsurl. 'search/report_cust_main-zip.html', 'Zip codes by number of customers' ];
+$report_customers{'Customer signup report'} = [ $fsurl. 'graph/report_cust_signup.html', 'New customer signups by date' ],
$report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', 'by status, signup date, agent, etc.' ]
if $curuser->access_right('List customers')
&& $curuser->access_right('List packages');