X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=1fccfc415e9a9cb2f1fa41a52e01ed5839d149c3;hb=2e8dd1d85541033e1b4f5fe2f41da528e860c6e5;hp=c71e60f6d2bd3ca1b6e6ccc56887cc08eda18afb;hpb=fac049a07ca0a2e5dacf31f297766e3517893a40;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index c71e60f6d..1fccfc415 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -53,6 +53,12 @@ [% HTML.escape(ordlabel) %] +[% IF is_order %] + + [% LxERP.t8("Customer Order Number") %] + [% L.input_tag("cusordnumber", '', style="width: 250px") %] + +[% END %] [% 'Employee' | $T8 %] [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] @@ -61,6 +67,14 @@ [% 'Salesman' | $T8 %] [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] + + [% 'Steuersatz' | $T8 %] + [% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style='width: 250px') %] + + + [% 'Shipping Point' | $T8 %] + [% L.input_tag('shippingpoint', '', style='width:250px') %] + [% 'Transaction description' | $T8 %] @@ -153,6 +167,12 @@ +[% IF is_order %] + + + + +[% END %] @@ -183,6 +203,8 @@ + [%- L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %] + [%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %] @@ -228,6 +250,16 @@ + + + + + + + + + + [% HTML.escape(vclabel) %]