[% USE T8 %] [% USE L %] [% USE P %] [% USE LxERP %] [% SET listrow = 0 %] [% FOREACH customerprice = SELF.part.customerprices_sorted %] [% listrow = listrow + 1 %] [% PROCESS 'part/_customerprice_row.html' customerprice=customerprice listrow=listrow %] [% END %]
[% 'Customer specific Price' | $T8 %]
[% LxERP.t8('delete item') %] [% 'position' | $T8 %] [% LxERP.t8('reorder item') %] [% 'Customer Number' | $T8 %] [% 'Customer' | $T8 %] [% 'Customer Part Number' | $T8 %] [% 'Part Description' | $T8 %] [% 'Long Description' | $T8 %] [% 'Customer Price' | $T8 %] [% 'Updated' | $T8 %]
[% 'Search & Add Customer' | $T8 %] [% P.customer_vendor.customer_picker('add_customerprice', '', class="add_customerprice_input tooltipstered tooltipster-html wi-mediumsmall", action={commit_one='kivi.Part.add_customerprice_row'}, title=LxERP.t8("Search customer by name and add by selecting")) %] [% L.button_tag('kivi.Part.add_customerprice_row()', LxERP.t8('Add')) %]
[% L.sortable_element('#customerprice_rows') %]