X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/253a9323f241c4cc5244f2386a96a5fbcb920fa2..464f44a:/templates/webpages/do/search.html diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index 5bc2a192b..baa00bb18 100644 --- a/templates/webpages/do/search.html +++ b/templates/webpages/do/search.html @@ -1,12 +1,16 @@ [%- USE T8 %] [%- USE L %] [%- USE HTML %][%- USE LxERP %] +

[% 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') %] + @@ -19,8 +23,6 @@
-
[% title %]
-

@@ -40,6 +42,11 @@ + + + + + @@ -50,6 +57,11 @@ + + + + + [%- IF ALL_DEPARTMENTS.size %] @@ -81,11 +93,6 @@ - - - - - - + + + + + [%- IF ALL_BUSINESS_TYPES.size %] + + + + + [%- END %] + + + @@ -109,6 +130,30 @@ + + + + + + + + [%- IF is_customer %] + + + + + + + [%- END %] + @@ -161,12 +206,18 @@ + [% IF is_customer %] + + [%- END %] @@ -214,7 +265,7 @@
[% 'Contact Person' | $T8 %][% L.input_tag("cp_name", '', class="fixed_width") %]
[% 'Delivery Order Number' | $T8 %]
[% 'Customer Order Number' | $T8 %]
[% 'Department' | $T8 %]
[% 'Customer Order Number' | $T8 %]
[% 'Project Number' | $T8 %] @@ -99,7 +106,21 @@
[% 'From' | $T8 %][% 'Serial 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') %]
[% 'Reqdate' | $T8 %] [% 'From' | $T8 %] + [% L.date_tag('reqdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('reqdateto') %] +
[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] + [% L.date_tag('insertdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('insertdateto') %] +
[% 'Include in Report' | $T8 %] @@ -153,7 +198,7 @@ - +
- + + + +
- +