X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=f26882b1fd96911a540e612961c09696a1a897de;hb=0a5b2467d57cf94a2786bb76a106b14596e30916;hp=d349045923ebbfe2a2c78287586f12e4416ddefc;hpb=5f5fbed30812124e5865c4aaf20c927f7d2d01bd;p=freeside.git 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');