X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/inventory/stocktaking/form.html diff --git a/templates/webpages/inventory/stocktaking/form.html b/templates/webpages/inventory/stocktaking/form.html new file mode 100644 index 000000000..ffe3600b4 --- /dev/null +++ b/templates/webpages/inventory/stocktaking/form.html @@ -0,0 +1,79 @@ +[%- USE T8 %] +[%- USE L %] +[%- USE P %] +[%- USE HTML %] +[%- USE LxERP %] + +

[% title | html %]

+ +[%- INCLUDE 'common/flash.html' %] + +
+ +

+ + [% P.part.picker("part_id", "", with_makemodel=1) %] +

+ +

+

+

+ + + + + + + + + + + + + [% IF INSTANCE_CONF.get_show_bestbefore %] + + + + + [%- END %] + + + + + + + + + + + + + + + +
[% 'Destination warehouse' | $T8 %][% L.select_tag('warehouse_id', SELF.warehouses, default=SELF.warehouse.id, title_key='description') %] + [% IF SELF.warehouse.id %] + [% L.select_tag('bin_id', SELF.warehouse.bins, default=SELF.bin.id, title_key='description') %] + [%- ELSE %] + + [% END %] +
[% 'Charge number' | $T8 %][% L.input_tag('chargenumber', "", size=30) %]
[% 'Best Before' | $T8 %][% L.date_tag('bestbefore', "") %]
[% 'Target Qty' | $T8 %] + [% L.input_tag('target_qty', '', size=10, class='numeric') %] + [%- IF SELF.part.unit %] + [% L.select_tag('unit_id', SELF.part.available_units, title_key='name', default=SELF.unit.id) %] + [%- ELSE %] + [% L.select_tag('unit_id', SELF.units, title_key='name') %] + [%- END %] +
[% 'Cutoff Date' | $T8 %] + [% L.date_tag('cutoff_date_as_date', SELF.stocktaking_cutoff_date) %] +
[% 'Optional comment' | $T8 %] + [% L.input_tag('comment', SELF.stocktaking_comment, size=40) %] +
+ +
+ +

+

+ [%- LxERP.t8("Loading...") %] +
+