[%- USE T8 %] [%- USE L %] [%- USE P %] [%- USE LxERP %] [%- USE HTML %][%- USE JavaScript %]

[% 'Report about warehouse contents' | $T8 %]

[% 'Filter' | $T8 %]
[% IF INSTANCE_CONF.get_show_bestbefore %] [% END %]
[% 'Warehouse' | $T8 %]:
[% 'Bin' | $T8 %]:
[% 'Part Number' | $T8 %]:
[% 'Parts Classification' | $T8 %]: [% P.part.select_classification('classification_id') %]
[% 'Part Description' | $T8 %]:
[% 'Charge Number' | $T8 %]:
[% 'Best Before' | $T8 %]: [% L.date_tag('bestbefore') %]
[% 'Qty in stock' | $T8 %]:
[% 'Stock Qty for Date' | $T8 %]: [% L.date_tag('date') %]
[% "basis for stock value" | $T8 %]: [% L.radio_button_tag("stock_value_basis", value='purchase_price', checked=1, label=LxERP.t8('Purchase price')) %] [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %]
[% "List all rows" | $T8 %]: [% L.yes_no_tag("allrows", 1) %]
[% "Results per page" | $T8 %]: [% L.input_number_tag("per_page", 20, size=4) %]
 
[% 'Include in Report' | $T8 %]
[% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [% IF INCLUDABLE_CVAR_CONFIGS %] [% FOREACH cvar_cfg = INCLUDABLE_CVAR_CONFIGS %] [% END %] [% END %]


[% name__ = cvar_cfg.name; L.checkbox_tag("l_cvar_" _ name__, value="1", checked=(cvar_cfg.included_by_default ? 1 : ''), label=cvar_cfg.description) %]