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

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

[% 'Filter' | $T8 %]
[% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [% CUSTOM_VARIABLES_FILTER_CODE %]
[% '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') %]
[% 'Transfer Quantity' | $T8 %]:
[% 'From Date' | $T8 %] [% L.date_tag('fromdate') %]
[% 'To Date' | $T8 %] [% L.date_tag('todate') %]
 
[% 'Include in Report' | $T8 %]
[% IF INSTANCE_CONF.get_show_bestbefore %] [% END %]
[% CUSTOM_VARIABLES_INCLUSION_CODE %]