Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / graph / report_signupdate.html
1 <% include('/elements/header.html', 'Customer Signups by Date/Time' ) %>
2
3 <FORM ACTION="signupdate.cgi" METHOD="GET">
4
5 <TABLE>
6
7 <% include('/elements/tr-select-from_to.html' ) %>
8
9 <% include('/elements/tr-select-agent.html',
10              'curr_value'    => scalar($cgi->param('agentnum')),
11              'label'         => 'For agent: ',
12              'disable_empty' => 0,
13           )
14 %>
15
16 <% include('/elements/tr-select-user.html') %>
17
18 </TABLE>
19
20 <BR><INPUT TYPE="submit" VALUE="Display">
21 </FORM>
22
23 <% include('/elements/footer.html') %>
24 <%init>
25
26 #XXX use a different ACL for package churn?
27 die "access denied"
28   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
29
30 </%init>