enable CardFortress in test database, #71513
[freeside.git] / httemplate / search / report_h_inventory_item.html
1 <% include('/elements/header.html', 'Inventory Activity Report') %>
2
3 <FORM ACTION="h_inventory_item.html" METHOD="GET">
4 <TABLE BGCOLOR="#cccccc" CELLSPACING="0">
5   <TR>
6     <TD ALIGN="right">Inventory class: </TD>
7     <TD><% include('/elements/select-table.html',
8                       'element_name' => 'classnum',
9                       'table'        => 'inventory_class',
10                       'name_col'     => 'classname',
11                       'value'        => '',
12                       'empty_label'  => '(all)') %></TD>
13   </TR>
14   <TR>
15     <TD ALIGN="right">Time period: </TD>
16     <TD><% include('/elements/select-month_year.html') %></TD>
17   </TR>
18   <% include('/elements/tr-select-agent.html') %>
19 </TABLE>
20
21 <BR>
22 <INPUT TYPE="submit" VALUE="Get Report">
23 </FORM>
24
25 <%init>
26 </%init>