default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / graph / report_cust_bill_pkg_discount.html
1 <& /elements/header.html, 'Discount Report' &>
2
3 <FORM ACTION="cust_bill_pkg_discount.html" METHOD="GET">
4
5 <TABLE>
6
7 <!--
8   <& /elements/tr-select-discount_class.html,
9        'field'       => 'discount_classnum',
10        'pre_options' => [ '0' => 'all' ],
11        'empty_label' => '(none)'
12   &>
13 -->
14
15   <& /elements/tr-select-from_to.html &>
16
17   <& /elements/tr-select-agent.html,
18        'label'         => 'For agent: ',
19        'disable_empty' => 0,
20   &>
21
22   <& /elements/tr-checkbox.html,
23      label => 'Include waived setup fees:',
24      field => 'include_waived_setup',
25      value => 'Y',
26   &>
27
28 % # anything about line items, discounts or packages really
29 % # otaker?
30 % # package class?
31 % # discount picker?  (discount classes and categories?  haha yup!)
32
33 </TABLE>
34
35 <BR><INPUT TYPE="submit" VALUE="Display">
36 </FORM>
37
38 <& /elements/footer.html &>
39 <%init>
40
41 die "access denied"
42   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
43
44 </%init>