X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0aa885f4f0bb531a7691a641f954ff296ffa04a5..549f187d3a2b1d15f96c4556714666ed954447bb:/templates/webpages/oe/search.html
diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html
index e780d4b48..7f85ff379 100644
--- a/templates/webpages/oe/search.html
+++ b/templates/webpages/oe/search.html
@@ -59,14 +59,12 @@
| [% 'Transaction description' | $T8 %] |
[% L.input_tag("transaction_description", "", style=style) %] |
-
[% 'Part Description' | $T8 %] |
[% L.input_tag("parts_description", "", style=style) %] |
| [% 'Project' | $T8 %] |
- [% P.project.picker("project_id", '', style=style) %] |
-
+ [% P.project.picker("project_id", '', active="both", valid="both", style=style) %] |
[% 'Part Number' | $T8 %] |
[% L.input_tag("parts_partnumber", "", style=style) %] |
@@ -78,6 +76,20 @@
[%- END %]
+
+ | [% 'Internal Notes' | $T8 %] |
+ [% L.input_tag('intnotes', '', style=style) %] |
+
+
+ | [% 'Phone Notes' | $T8 %] |
+ [% L.input_tag('phone_notes', '', style=style) %] |
+
+ [%- IF type == 'sales_order' %]
+
+ | [% 'Full Text' | $T8 %] |
+ [% L.input_tag('fulltext', '', style=style) %] |
+
+ [%- END %]
| [% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] |
@@ -110,9 +122,9 @@
|
| [% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] |
- [% L.date_tag('expected_billing_date_from', '' 'BL') %]
+ [% L.date_tag('expected_billing_date_from', '') %]
[% 'Bis' | $T8 %]
- [% L.date_tag('expected_billing_date_to', '' 'BL') %]
+ [% L.date_tag('expected_billing_date_to', '') %]
|
@@ -127,7 +139,7 @@
[%- IF CT_CUSTOM_VARIABLES.size %]
|
- [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] |
+ [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %]
[%- END %]
@@ -203,7 +215,7 @@
|
- |
@@ -259,6 +271,10 @@
[% 'Transaction description' | $T8 %]
|
+
+ [%- L.checkbox_tag('l_department', label => LxERP.t8('Department')) %]
+ |
+
|
@@ -269,6 +285,10 @@
[% 'Salesman' | $T8 %]
|
+
+
+ [% 'Internal Notes' | $T8 %]
+ |
[% IF type == 'sales_quotation' %]
@@ -289,7 +309,7 @@
- | [% HTML.escape(vclabel) %] |
+ [% HTML.escape(vclabel) %] |
|
|