[% PROCESS "report_base.html"; PROCESS "elements.html" %]
[% text('COGS Lots Report') %]
[% PROCESS date_row %]
[% text('Part Number') %] [% PROCESS input element_data = { name = 'partnumber' class = 'control_code' type = 'text' value = partnumber size = 16 } %]
[% text('Description') %] [% PROCESS input element_data = { name = 'description' class = 'description' type = 'text' value = description size = 32 } %]
 
[% PROCESS button element_data = { name = 'action' class = 'submit' type = 'submit' value = 'cogs_lines' text = text('Search') } %]