X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..464f44a:/templates/webpages/do/search.html
diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html
index e84bbf3e4..baa00bb18 100644
--- a/templates/webpages/do/search.html
+++ b/templates/webpages/do/search.html
@@ -9,6 +9,8 @@
[%- SET is_customer = '0' %]
[%- END %]
+ [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
+
@@ -108,6 +110,15 @@
|
+ [%- IF ALL_BUSINESS_TYPES.size %]
+
+ | [% vctypelabel %] |
+
+ [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %]
+ |
+
+ [%- END %]
+
| [% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %] |
@@ -130,6 +141,19 @@
|
+ [%- IF is_customer %]
+
+ | [% 'Insert Date' | $T8 %] [% 'From' | $T8 %] |
+
+ [% L.date_tag('insertdatefrom') %]
+ |
+ [% 'Bis' | $T8 %] |
+
+ [% L.date_tag('insertdateto') %]
+ |
+
+ [%- END %]
+
| [% 'Include in Report' | $T8 %] |
@@ -188,6 +212,12 @@
|
+ [% IF is_customer %]
+
+
+
+ |
+ [%- END %]