From 6b74e2e7a98a11b8b4f62a10676ba8b37ee2ef4f Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Aug 2007 21:46:18 +0000 Subject: add package churn report/graph --- httemplate/graph/report_cust_pkg.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 httemplate/graph/report_cust_pkg.html (limited to 'httemplate/graph/report_cust_pkg.html') diff --git a/httemplate/graph/report_cust_pkg.html b/httemplate/graph/report_cust_pkg.html new file mode 100644 index 000000000..0ff01815f --- /dev/null +++ b/httemplate/graph/report_cust_pkg.html @@ -0,0 +1,27 @@ +<% include('/elements/header.html', 'Package Churn Summary' ) %> + +
+ + + +<% include('/elements/tr-select-from_to.html' ) %> + +<% include('/elements/tr-select-agent.html', + 'curr_value' => scalar($cgi->param('agentnum')), + 'label' => 'For agent: ', + ) +%> + +
+ +
+
+ +<% include('/elements/footer.html') %> +<%init> + +#XXX use a different ACL for package churn? +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + + -- cgit v1.2.1