summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_cust_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2007-08-14 21:47:25 +0000
committerivan <ivan>2007-08-14 21:47:25 +0000
commit4ac024af7f301cb83417e5cc7053e1bda142ccb2 (patch)
tree199331f2941a9b74abc976aef9e5f6de184ecb21 /httemplate/graph/report_cust_pkg.html
parent169da5fff3295355543bd3b9b0e0b8d7237f5f42 (diff)
add package churn report/graph
Diffstat (limited to 'httemplate/graph/report_cust_pkg.html')
-rw-r--r--httemplate/graph/report_cust_pkg.html27
1 files changed, 27 insertions, 0 deletions
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' ) %>
+
+<FORM ACTION="cust_pkg.cgi" METHOD="GET">
+
+<TABLE>
+
+<% include('/elements/tr-select-from_to.html' ) %>
+
+<% include('/elements/tr-select-agent.html',
+ 'curr_value' => scalar($cgi->param('agentnum')),
+ 'label' => 'For agent: ',
+ )
+%>
+
+</TABLE>
+
+<BR><INPUT TYPE="submit" VALUE="Display">
+</FORM>
+
+<% include('/elements/footer.html') %>
+<%init>
+
+#XXX use a different ACL for package churn?
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+
+</%init>