adding export to read mailbox status information, RT#15987
[freeside.git] / httemplate / graph / report_cust_pkg.html
1 <% include('/elements/header.html', 'Package Churn Summary' ) %>
2
3 <FORM ACTION="cust_pkg.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 </TABLE>
17
18 <BR><INPUT TYPE="submit" VALUE="Display">
19 </FORM>
20
21 <% include('/elements/footer.html') %>
22 <%init>
23
24 #XXX use a different ACL for package churn?
25 die "access denied"
26   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
27
28 </%init>