[% 'Part' | $T8 %] |
[% P.part.picker('part_id', SELF.part, class='wi-wide') %] |
[% 'Destination warehouse' | $T8 %] |
[% L.select_tag('warehouse_id', SELF.warehouses, default=SELF.warehouse.id, title_key='description', class='wi-wide') %]
[% IF SELF.warehouse.id %]
[% L.select_tag('bin_id', SELF.warehouse.bins_sorted_naturally, default=SELF.bin.id, title_key='description', class='wi-wide below') %]
[% ELSE %]
[% END %]
[% L.checkbox_tag('write_default_bin', label=LxERP.t8('Write bin to default bin in part?')) %]
|
[% 'Charge number' | $T8 %] |
[% L.input_tag('chargenumber', FORM.chargenumber, class='wi-wide') %] |
[% IF INSTANCE_CONF.get_show_bestbefore %]
[% 'Best Before' | $T8 %] |
[% L.date_tag('bestbefore', FORM.bestbefore) %] |
[% END %]
[% 'Quantity' | $T8 %] |
[% L.input_tag('qty', LxERP.format_amount(FORM.qty), class='wi-verysmall') %]
[% IF SELF.part.unit %]
[% L.select_tag('unit_id', SELF.part.available_units, title_key='name', default=SELF.unit.id, class='wi-small') %]
[% ELSE %]
[% L.select_tag('unit_id', SELF.units, title_key='name', class='wi-small') %]
[% END %]
|
[% 'Select type of transfer in' | $T8 %] |
[% L.select_tag('transfer_type_id', TRANSFER_TYPES, title_key='description', class='wi-wide') %] |
[% 'Optional comment' | $T8 %] |
[% L.input_tag('comment', FORM.comment, class='wi-wide') %] |