summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_cust_churn.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/graph/report_cust_churn.html')
-rw-r--r--httemplate/graph/report_cust_churn.html32
1 files changed, 32 insertions, 0 deletions
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' ) %>
+
+<FORM ACTION="cust_churn.html" METHOD="GET">
+
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
+
+<& /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'
+&>
+
+</TABLE>
+
+<BR><INPUT TYPE="submit" VALUE="Display">
+</FORM>
+
+<% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('List customers');
+
+</%init>