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 @@ -