[% PROCESS 'elements.html'; PROCESS 'report_base.html'; %]
[% text('Search Inventory Entry'); %]
[% PROCESS input element_data = { label = text('Source') name = 'source' type = 'text' size = '20' value = source class = 'control_code' } %]
[% PROCESS input element_data = { label = text('Includes Part') #' name = 'partnumber' type = 'text' size = '20' value = partnumber class = 'control_code' } %]
[% PROCESS date_row_div %]
[% PROCESS button element_data = { name = "__action" value = "search_adj" type = "submit" text = text('Run Report') #' }; %]