[% USE T8 %] [% USE HTML %] [% USE LxERP %] [% USE L %] [% USE P %]
![]() |
[% END %]
[% 'Position' | $T8 %] | [% IF SELF.orphaned || AUTH.assert('assortment_edit', 1) %]![]() |
[% END %]
[% 'Partnumber' | $T8 %] | [% 'Description' | $T8 %] | [% 'Qty' | $T8 %] | [% 'Unit' | $T8 %] | [% 'Charge' | $T8 %] | [% 'Line Total' | $T8 %] | [% 'Price Factor' | $T8 %] | [% 'Sellprice' | $T8 %] | [% 'Lastcost' | $T8 %] | [% 'Partsgroup' | $T8 %] | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% P.part.picker('add_items[+].parts_id', '', class='wi-lightwide', multiple=1, id='assortment_picker', action={set_multi_items='kivi.Part.set_multi_assortment_items'}, placeholder=LxERP.t8('Search & Add Article')) %] [% L.button_tag("kivi.Part.add_assortment_item()", LxERP.t8("Add")) %] [% L.hidden_tag('add_items[].qty_as_number', 1) %] | [% ELSE %][% END %] | [% LxERP.format_amount(items_sellprice_sum, 2, 0) %] | [% LxERP.format_amount(items_lastcost_sum, 2, 0) %] | [% LxERP.format_amount(items_sum_diff, 2, 0) %] | |||||||||||||
[% L.button_tag('$("#assortment_picker").data("part_picker").open_dialog()', LxERP.t8('Add multiple items'), class='neutral') %] | [% ELSE %][% END %] | [% L.button_tag("kivi.Part.set_assortment_sellprice()", LxERP.t8("Set sellprice")) %] | [% L.button_tag("kivi.Part.set_assortment_lastcost()", LxERP.t8("Set lastcost")) %] |