X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fsearch_update_prices.html;h=ba54126fec38827c107fe7556de60be7b7c47454;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=6c492202ab1720a68015bd180733d4b2a20c7a55;hpb=df41380a9c1150938985322c48ef20fe7f2cd98b;p=kivitendo-erp.git diff --git a/templates/webpages/ic/search_update_prices.html b/templates/webpages/ic/search_update_prices.html index 6c492202a..ba54126fe 100644 --- a/templates/webpages/ic/search_update_prices.html +++ b/templates/webpages/ic/search_update_prices.html @@ -1,114 +1,105 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %]

[% 'Update prices' | $T8 %]

-
- - - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[% 'Part Number' | $T8 %]
[% 'Part Description' | $T8 %]
[% 'Partsgroup' | $T8 %][% 'Serial Number' | $T8 %]
[% 'Make' | $T8 %][% 'Model' | $T8 %]
[% 'Drawing' | $T8 %][% 'Microfiche' | $T8 %]
- - - - - - - - - - -
-

- -
- -

- - - - - - - - - - - - - - - - - - - - [%- FOREACH row = PRICE_ROWS %] - - - - - - - - [%- END %] - -
[% 'Price group' | $T8 %][% 'Preis' | $T8 %][% 'Prozentual/Absolut' | $T8 %]
[% 'Sell Price' | $T8 %] - / - -
[% 'List Price' | $T8 %] - / - -
[% HTML.escape(row.pricegroup) %] - / - -
-

- -
- - - - -

- -

-
- +[% INCLUDE 'common/flash.html' %] + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[% 'Part Number' | $T8 %][% L.input_tag('filter.partnumber', FORM.filter.partnumber, size=20) %]
[% 'Part Description' | $T8 %][% L.input_tag('filter.description', FORM.filter.description, size=20) %]
[% 'Partsgroup' | $T8 %][% L.input_tag('filter.partsgroup', FORM.filter.partsgroup, size=20) %][% 'Serial Number' | $T8 %][% L.input_tag('filter.serialnumber', FORM.filter.serialnumber, size=20) %]
[% 'Make' | $T8 %][% L.input_tag('filter.make', FORM.filter.make, size=20) %][% 'Model' | $T8 %][% L.input_tag('filter.model', FORM.filter.model, size=20) %]
[% 'Drawing' | $T8 %][% L.input_tag('filter.drawing', FORM.filter.drawing, size=20) %][% 'Microfiche' | $T8 %][% L.input_tag('filter.microfiche', FORM.filter.microfiche, size=20) %]
+ [% L.radio_button_tag('filter.itemstatus', value='active', label=LxERP.t8('Active'), checked=!FORM.filter.itemstatus||FORM.filter.itemstatus=='active') %] + [% L.radio_button_tag('filter.itemstatus', value='onhand', label=LxERP.t8('On Hand'), checked=FORM.filter.itemstatus=='onhand') %] + [% L.radio_button_tag('filter.itemstatus', value='short', label=LxERP.t8('Short'), checked=FORM.filter.itemstatus=='short') %] + [% L.radio_button_tag('filter.itemstatus', value='obsolete', label=LxERP.t8('Obsolete'), checked=FORM.filter.itemstatus=='obsolete') %] + [% L.radio_button_tag('filter.itemstatus', value='orphaned', label=LxERP.t8('Orphaned'), checked=FORM.filter.itemstatus=='orphaned') %] +
+ +
+ + + + + + + + + + + + + + + + + + + + +[%- FOREACH pg = SELF.pricegroups %] + + + + + +[%- END %] + +
[% 'Price group' | $T8 %][% 'Preis' | $T8 %][% 'Prozentual/Absolut' | $T8 %]
[% 'Sell Price' | $T8 %][% L.input_tag('filter.prices.sellprice.price_as_number', FORM.filter.prices.sellprice.price_as_number, size=11) %] + [% L.radio_button_tag("filter.prices.sellprice.type", + value="percent", + checked=!FORM.filter.prices.sellprice.type || FORM.filter.prices.sellprice.type == 'percent') %] / + [% L.radio_button_tag("filter.prices.sellprice.type", + value="absolut", + checked=FORM.filter.prices.sellprice.type == 'absolut') %] +
[% 'List Price' | $T8 %][% L.input_tag('filter.prices.listprice.price_as_number', FORM.filter.prices.listprice.price_as_number, size=11) %] + [% L.radio_button_tag("filter.prices.listprice.type", + value="percent", + checked=!FORM.filter.prices.listprice.type || FORM.filter.prices.listprice.type == 'percent') %] / + [% L.radio_button_tag("filter.prices.listprice.type", + value="absolut", + checked=FORM.filter.prices.listprice.type == 'absolut') %] +
[% pg.pricegroup | html %][% L.input_tag('filter.prices.' _ pg.id _ '.price_as_number', FORM.filter.prices.${pg.id}.price_as_number, size=11) %] + [% L.radio_button_tag("filter.prices." _ pg.id _ ".type", + value="percent", + checked=!FORM.filter.prices.${pg.id}.type || FORM.filter.prices.${pg.id}.type == 'percent') %] / + [% L.radio_button_tag("filter.prices." _ pg.id _ ".type", + value="absolut", + checked=FORM.filter.prices.${pg.id}.type == 'absolut') %] +
+