X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/524f8d010c87db08fa3ff777002f2a46d9a8c798..464f44a:/templates/webpages/do/search.html diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index 7483f8e1b..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 @@ + + + + + @@ -103,6 +110,15 @@ + [%- IF ALL_BUSINESS_TYPES.size %] + + + + + [%- END %] + + [%- IF is_customer %] + + + + + + + [%- END %] + + [% IF is_customer %] + + [%- END %] @@ -230,7 +265,7 @@
[% 'Contact Person' | $T8 %][% L.input_tag("cp_name", '', class="fixed_width") %]
[% 'Delivery Order 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 %] @@ -125,6 +141,19 @@
[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] + [% L.date_tag('insertdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('insertdateto') %] +
[% 'Include in Report' | $T8 %] @@ -183,6 +212,12 @@ + + +
- +