first pass at sales reports per agent and package class
[freeside.git] / httemplate / graph / report_cust_bill_pkg.html
1 <%= include('/elements/header.html', 'Sales Report' ) %>
2
3 <FORM ACTION="cust_bill_pkg.cgi" METHOD="GET">
4
5 <TABLE>
6
7 <%= include('/elements/tr-select-from_to.html' ) %>
8
9 <%= include('/elements/tr-select-agent.html', 'label' => 'For agent: ' ) %>
10
11 <%= include('/elements/tr-select-pkg_class.html', '',
12               'pre_options' => [ '0' => 'all' ],
13               'empty_label' => '(empty class)',
14            )
15 %>
16
17 <!--
18 <TR>
19   <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="separate_0freq" VALUE="1"></TD>
20   <TD>Separate one-time vs. recurring sales</TD>
21 </TR>
22 -->
23
24 </TABLE>
25
26 <BR><INPUT TYPE="submit" VALUE="Display">
27 </FORM>
28
29 <%= include('/elements/footer.html') %>