diff options
| author | Mark Wells <mark@freeside.biz> | 2014-11-12 17:18:18 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-11-12 17:18:18 -0800 |
| commit | 0a5b2467d57cf94a2786bb76a106b14596e30916 (patch) | |
| tree | 87f000fa846a8360082d661d7d23fc6fae72bc34 /httemplate/elements | |
| parent | 3a41a6e8016f62a1f46830c4fce3fe583b275229 (diff) | |
customer churn report, #30132
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 d34904592..f26882b1f 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -114,6 +114,7 @@ $report_customers{'List customers'} = [ \%report_customers_lists, 'List customer if $curuser->access_right('List all 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{'Customer churn report'} = [ $fsurl.'graph/report_cust_churn.html', 'New customers, suspensions, and cancellations summary' ]; $report_customers{'Signup date report'} = [ $fsurl. 'graph/report_signupdate.html', 'Signup date report (by date of signup)' ]; $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', 'by status, signup date, agent, etc.' ] if $curuser->access_right('Advanced customer search'); |
