X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fsearch.html;h=c143626c303d04c9c54988077832dd914e2ba0c3;hb=ea6ec9c1f72a4d30387aec5e771eb38dfdb7fb2a;hp=040b0cdb7240c1afd541d45f6a4528478a4507a8;hpb=b98b8e3f73a399d2d4df7be4962b56bd4ad8c82b;p=kivitendo-erp.git diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index 040b0cdb7..c143626c3 100644 --- a/templates/webpages/do/search.html +++ b/templates/webpages/do/search.html @@ -1,15 +1,15 @@ [%- USE T8 %] [%- USE L %] -[%- USE HTML %][%- USE LxERP %] +[%- USE HTML %][%- USE LxERP %][%- USE P -%] +

[% title %]

+ [%- IF vc == 'customer' %] [%- SET is_customer = '1' %] [%- ELSE %] [%- SET is_customer = '0' %] [%- END %] - + [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %] -
- -
[% title %]
+

- + @@ -63,14 +49,7 @@ [%- IF ALL_DEPARTMENTS.size %] - + [%- END %] @@ -88,12 +67,14 @@ - + + + - + + @@ -108,13 +91,20 @@ + [%- IF ALL_BUSINESS_TYPES.size %] + + + + + [%- END %] + - - @@ -123,10 +113,17 @@ - + + + + @@ -188,6 +185,12 @@ + [% IF is_customer %] + + [%- END %] @@ -246,13 +249,7 @@
[% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] - [%- UNLESS SHOW_VC_DROP_DOWN %] - - [%- ELSE %] - - - [%- END %] - [% P.input_tag(vc, "", class="fixed_width initial_focus") %]
[% 'Department' | $T8 %] - - [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, class="fixed_width") %]
[% 'Transaction description' | $T8 %][% 'Part Description' | $T8 %]
[% 'Project Number' | $T8 %] + [% 'Part Number' | $T8 %]
[% vctypelabel %] + [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %] +
[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %] [% L.date_tag('transdatefrom') %] - [% 'Bis' | $T8 %] + [% 'Bis' | $T8 %] [% L.date_tag('transdateto') %]
[% 'Reqdate' | $T8 %] [% 'From' | $T8 %] [% L.date_tag('reqdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('reqdateto') %] [% 'Bis' | $T8 %]
[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] - [% L.date_tag('reqdateto') %] + [% L.date_tag('insertdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('insertdateto') %]
+ + +

-
- -

- + - - -