X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_churn.html;fp=httemplate%2Fgraph%2Freport_cust_churn.html;h=3f942777fcb512b8236d9b5736f9cbbdf9caf887;hp=0000000000000000000000000000000000000000;hb=0a5b2467d57cf94a2786bb76a106b14596e30916;hpb=3a41a6e8016f62a1f46830c4fce3fe583b275229 diff --git a/httemplate/graph/report_cust_churn.html b/httemplate/graph/report_cust_churn.html new file mode 100644 index 000000000..3f942777f --- /dev/null +++ b/httemplate/graph/report_cust_churn.html @@ -0,0 +1,32 @@ +<% include('/elements/header.html', 'Customer Churn Summary' ) %> + +
+ + + +<& /elements/tr-select-from_to.html &> + +<& /elements/tr-select-agent.html, + 'curr_value' => scalar($cgi->param('agentnum')), + 'label' => 'For agent: ', + 'disable_empty' => 1, +&> + +<& /elements/tr-checkbox.html, + 'field' => 'normalize', + 'value' => 1, + 'label' => 'Show percentages' +&> + +
+ +
+
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('List customers'); + +