[% USE HTML %][% USE LxERP %] [%- IF delivered %] [%- SET RO = ' readonly' %] [%- END %]
[% title %]
[%- IF ERRORS && ERRORS.size %]

[% ERRORS.join('
') %]

[%- END %]

Artikelnummer [% HTML.escape(PART_INFO.partnumber) %]
Beschreibung [% HTML.escape(PART_INFO.description) %]
Menge laut Lieferschein [% HTML.escape(do_qty) %] [% HTML.escape(do_unit) %]

[%- UNLESS WHCONTENTS.size %]

Dieser Artikel ist nicht eingelagert.

[%- ELSE %]

[% IF conf_show_best_before %] [% END %] [%- UNLESS delivered %] [%- END %] [%- FOREACH row = WHCONTENTS %] [% IF conf_show_best_before %] [% END %] [%- IF delivered %] [%- ELSE %] [%- END %] [% IF conf_show_best_before %] [% END %] [%- END %]
  Lager Lagerplatz ChargennummerMindesthaltbarkeitLagerbestandMenge Einheit
[% loop.count %] [% HTML.escape(row.warehousedescription) %] [% HTML.escape(row.bindescription) %] [% HTML.escape(row.chargenumber) %][% HTML.escape(row.bestbefore) %][% HTML.escape(LxERP.format_amount(row.stock_qty)) %] [% HTML.escape(row.stock_unit) %][% HTML.escape(row.available_qty) %]


[%- IF delivered %] [%- ELSE %] [%- END %]

[%- END %]