X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_in_form_master.html;h=238747ef6c8f325eb22029c22434a593849191f6;hb=5ec5ebedb4ea9789a34ded543395fed981382636;hp=42208f2e09741e01cae4d04f2cd0a8cf034fbd3a;hpb=74c7135dd76391b581476daffe240f2829493744;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_in_form_master.html b/templates/webpages/do/stock_in_form_master.html index 42208f2e0..238747ef6 100644 --- a/templates/webpages/do/stock_in_form_master.html +++ b/templates/webpages/do/stock_in_form_master.html @@ -1,3 +1,4 @@ +[%- USE T8 %] [% USE HTML %][% USE LxERP %][% USE JavaScript %] [%- UNLESS delivered %] @@ -61,15 +62,15 @@

- + - + - +
Part Number[% 'Part Number' | $T8 %] [% HTML.escape(PART_INFO.partnumber) %]
Description[% 'Description' | $T8 %] [% HTML.escape(PART_INFO.description) %]
Qty according to delivery order[% 'Qty according to delivery order' | $T8 %] [% HTML.escape(do_qty) %] [% HTML.escape(do_unit) %]
@@ -89,11 +90,14 @@ - - - - - + + + + [% IF conf_show_best_before %] + + [% END %] + + [%- FOREACH row = STOCK_INFO %] @@ -105,6 +109,9 @@ + [% IF conf_show_best_before %] + + [% END %] @@ -120,6 +127,12 @@ + [% IF conf_show_best_before %] + + [% END %]
 WarehouseBinCharge NumberQtyUnit[% 'Warehouse' | $T8 %][% 'Bin' | $T8 %][% 'Charge Number' | $T8 %][% 'Best Before' | $T8 %][% 'Qty' | $T8 %][% 'Unit' | $T8 %]
[% HTML.escape(row.warehouse_description) %] [% HTML.escape(row.bin_description) %] [% HTML.escape(row.chargenumber) %][% HTML.escape(row.bestbefore) %][% HTML.escape(LxERP.format_amount(row.qty)) %] [% HTML.escape(row.unit) %] + + + @@ -141,14 +154,31 @@

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

+ [%- IF NOT delivered %] + [% IF conf_show_best_before %] + + [% END %] + [%- END %] +