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

[% 'Report about warehouse transactions' | $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', class='wi-normal') %]
[% '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 %]

[% 'Article data' | $T8 %]

[% 'Warehouses' | $T8 %]

[% 'Miscellaneous' | $T8 %]

[% IF INSTANCE_CONF.get_show_bestbefore %]
[% END %]
[% IF CUSTOM_VARIABLES.size %]

[% 'Custom Variables' | $T8 %]

[% CUSTOM_VARIABLES_INCLUSION_CODE %]
[% END %]