add ability to select specific package defs. and package status to package report...
[freeside.git] / httemplate / search / report_cust_pkg.html
1 <%= include('/elements/header.html', 'Package Report' ) %>
2
3 <FORM ACTION="cust_pkg.cgi" METHOD="GET">
4 <INPUT TYPE="hidden" NAME="magic" VALUE="bill">
5
6   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
7
8     <TR>
9       <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
10     </TR>
11     <%= include( '/elements/tr-select-agent.html',
12                    $cgi->param('agentnum'),
13                )
14     %>
15     <%= include( '/elements/tr-select-cust_pkg-status.html' ) %>
16     <%= include( '/elements/tr-select-pkg_class.html', '',
17                    'pre_options' => [ '0' => 'all' ],
18                    'empty_label' => '(empty class)',
19                )
20     %>
21     <% #include( '/elements/tr-selectmultiple-part_pkg.html' ) %>
22     <TR>
23       <TD ALIGN="right" VALIGN="center">Next bill date</TD>
24       <TD>
25         <TABLE>
26           <%= include( '/elements/tr-input-beginning_ending.html' ) %>
27         </TABLE>
28       </TD>
29     </TR>
30     
31     <TR>
32       <TH BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TH>
33     </TR>
34
35     <TR>
36       <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
37     </TR>
38     <%= include( '/elements/tr-select-cust-fields.html' ) %>
39     
40   </TABLE>
41
42 <BR>
43 <INPUT TYPE="submit" VALUE="Get Report">
44
45 </FORM>
46
47 <%= include('/elements/footer.html') %>