adding export to read mailbox status information, RT#15987
[freeside.git] / httemplate / graph / report_cust_bill_pkg_discount.html
1 <% include('/elements/header.html', 'Discount Report' ) %>
2
3 <FORM ACTION="cust_bill_pkg_discount.html" METHOD="GET">
4
5 <TABLE>
6
7 <% include('/elements/tr-select-from_to.html' ) %>
8
9 <% include('/elements/tr-select-agent.html',
10              'label'         => 'For agent: ',
11              'disable_empty' => 0,
12           )
13 %>
14
15 %# anything about line items, discounts or packages really
16 %# otaker?
17 %# package class?
18 %# discount picker?  (discount classes and categories?  eek!)
19
20 </TABLE>
21
22 <BR><INPUT TYPE="submit" VALUE="Display">
23 </FORM>
24
25 <% include('/elements/footer.html') %>
26 <%init>
27
28 die "access denied"
29   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
30
31 </%init>