summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_signupdate.html
diff options
context:
space:
mode:
authormark <mark>2010-03-29 09:18:23 +0000
committermark <mark>2010-03-29 09:18:23 +0000
commitc1e2f536974812f05b8d3534ad2bf9c9ba40c24d (patch)
treeef8418e13e257532edd634ea26298cdee81be2e8 /httemplate/graph/report_signupdate.html
parent3eb093c100cd3cd156ae5ddb86180f4a83fc82df (diff)
RT#884: search customers by signup time of day
Diffstat (limited to 'httemplate/graph/report_signupdate.html')
-rw-r--r--httemplate/graph/report_signupdate.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/httemplate/graph/report_signupdate.html b/httemplate/graph/report_signupdate.html
new file mode 100644
index 000000000..7c22f112d
--- /dev/null
+++ b/httemplate/graph/report_signupdate.html
@@ -0,0 +1,30 @@
+<% include('/elements/header.html', 'Customer Signups by Date/Time' ) %>
+
+<FORM ACTION="signupdate.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: ',
+ 'disable_empty' => 0,
+ )
+%>
+
+<% include('/elements/tr-select-user.html') %>
+
+</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>