summaryrefslogtreecommitdiff
path: root/httemplate/search/report_h_inventory_item.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_h_inventory_item.html')
-rw-r--r--httemplate/search/report_h_inventory_item.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/httemplate/search/report_h_inventory_item.html b/httemplate/search/report_h_inventory_item.html
new file mode 100644
index 0000000..d0b3667
--- /dev/null
+++ b/httemplate/search/report_h_inventory_item.html
@@ -0,0 +1,26 @@
+<% include('/elements/header.html', 'Inventory Activity Report') %>
+
+<FORM ACTION="h_inventory_item.html" METHOD="GET">
+<TABLE BGCOLOR="#cccccc" CELLSPACING="0">
+ <TR>
+ <TD ALIGN="right">Inventory class: </TD>
+ <TD><% include('/elements/select-table.html',
+ 'element_name' => 'classnum',
+ 'table' => 'inventory_class',
+ 'name_col' => 'classname',
+ 'value' => '',
+ 'empty_label' => '(all)') %></TD>
+ </TR>
+ <TR>
+ <TD ALIGN="right">Time period: </TD>
+ <TD><% include('/elements/select-month_year.html') %></TD>
+ </TR>
+ <% include('/elements/tr-select-agent.html') %>
+</TABLE>
+
+<BR>
+<INPUT TYPE="submit" VALUE="Get Report">
+</FORM>
+
+<%init>
+</%init>