X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b476a3db5d19df9214dc563f22a4804c1da68c71..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/oe/search.html
diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html
index 9362920b2..7f85ff379 100644
--- a/templates/webpages/oe/search.html
+++ b/templates/webpages/oe/search.html
@@ -64,7 +64,7 @@
| [% '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) %] |
@@ -76,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 %] |
@@ -125,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 %]
@@ -201,7 +215,7 @@
|
- |
@@ -257,6 +271,10 @@
[% 'Transaction description' | $T8 %]
|
+
+ [%- L.checkbox_tag('l_department', label => LxERP.t8('Department')) %]
+ |
+
|
@@ -267,6 +285,10 @@
[% 'Salesman' | $T8 %]
|
+
+
+ [% 'Internal Notes' | $T8 %]
+ |
[% IF type == 'sales_quotation' %]
@@ -287,7 +309,7 @@
- | [% HTML.escape(vclabel) %] |
+ [% HTML.escape(vclabel) %] |
|
|