[%- USE T8 %] [%- USE HTML %] [%- USE L %] [%- USE LxERP %] [% SET best_price = price_source.best_price %] [% SET best_discount = price_source.best_discount %]
[% 'Price Source' | $T8 %] | [% 'Price' | $T8 %] | [% 'Best Price' | $T8 %] | [% 'Details' | $T8 %] | ||||
---|---|---|---|---|---|---|---|
[% L.button_tag('kivi.io.update_price_source(' _ FORM.row _ ', \'\')', LxERP.t8('Select')) %] | [%- ELSE %][% 'Selected' | $T8 %] | [%- END %][% 'None (PriceSource)' | $T8 %] | - | ||||
[% L.button_tag('kivi.io.update_price_source(' _ FORM.row _ ', \'' _ price.source _ '\', \'' _ LxERP.format_amount(price.price, -2) _ '\')', LxERP.t8('Select')) %] | [%- ELSIF price_source.record_item.sellprice * 1 != price.price * 1 %][% L.button_tag('kivi.io.update_price_source(' _ FORM.row _ ', \'' _ price.source _ '\', \'' _ LxERP.format_amount(price.price, -2) _ '\')', LxERP.t8('Update Price')) %] | [%- ELSE %][% 'Selected' | $T8 %] | [% END %][% price.source_description | html %] | [% price.price_as_number %] | [% IF price.source == best_price.source %]• | [% ELSE %][% END %] | [% price.description | html %] |
[% 'Price Source' | $T8 %] | [% 'Discount' | $T8 %] | [% 'Best Discount' | $T8 %] | [% 'Details' | $T8 %] | ||||
---|---|---|---|---|---|---|---|
[% L.button_tag('kivi.io.update_discount_source(' _ FORM.row _ ', \'\')', LxERP.t8('Select')) %] | [%- ELSE %][% 'Selected' | $T8 %] | [%- END %][% 'None (PriceSource Discount)' | $T8 %] | - | ||||
[% L.button_tag('kivi.io.update_discount_source(' _ FORM.row _ ', \'' _ price.source _ '\', \'' _ price.discount_as_percent _ '\')', LxERP.t8('Select')) %] | [%- ELSIF price_source.record_item.discount * 1 != price.discount * 100 %][% L.button_tag('kivi.io.update_discount_source(' _ FORM.row _ ', \'' _ price.source _ '\', \'' _ price.discount_as_percent _ '\')', LxERP.t8('Update Discount')) %] | [%- ELSE %][% 'Selected' | $T8 %] | [% END %][% price.source_description | html %] | [% price.discount_as_percent %] % | [% IF price.source == best_discount.source %]• | [% ELSE %][% END %] | [% price.description | html %] |