X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/efb9a24f2252104ab4af5c25334119d7c5c70a8c..3da73190b8f201bfb33e3b6d96bbc6330142e922:/templates/webpages/oe/search.html
diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html
index 8d76ecb59..b651bf035 100644
--- a/templates/webpages/oe/search.html
+++ b/templates/webpages/oe/search.html
@@ -53,6 +53,12 @@
[% HTML.escape(ordlabel) %] |
|
+[% IF is_order %]
+
+ | [% LxERP.t8("Customer Order Number") %] |
+ [% L.input_tag("cusordnumber", '', style="width: 250px") %] |
+
+[% END %]
| [% 'Employee' | $T8 %] |
[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] |
@@ -116,6 +122,25 @@
[% L.date_tag('reqdateto') %]
+[%- IF type == 'sales_quotation' %]
+
+ | [% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] |
+
+ [% L.date_tag('expected_billing_date_from', '' 'BL') %]
+ |
+ [% 'Expected billing date' | $T8 %] [% 'Bis' | $T8 %] |
+
+ [% L.date_tag('expected_billing_date_to', '' 'BL') %]
+ |
+
+
+ | [% 'Order probability' | $T8 %] |
+
+ [% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %]
+ [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %]
+ |
+
+[%- END %]
| [% 'Include in Report' | $T8 %] |
@@ -161,6 +186,12 @@
|
+[% IF is_order %]
+
+
+
+ |
+[% END %]
|
@@ -224,7 +255,7 @@
|
-
+
|
@@ -238,6 +269,24 @@
+[% IF type == 'sales_quotation' %]
+
+ |
+
+
+ |
+
+[%- END %]
+
+ |
+
+
+ |
+
+
+
+ |
+
| [% HTML.escape(vclabel) %] |