|
@@ -32,6 +32,10 @@
-%]
|
+
+ | [% 'Contact Person' | $T8 %] |
+ [% L.input_tag("cp_name", '', style="width: 250px") %] |
+
[%- IF ALL_DEPARTMENTS.size %]
| [% 'Department' | $T8 %] |
@@ -122,6 +126,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 %] |
@@ -144,7 +167,7 @@
|
-
+
|
[%- END %]
@@ -236,7 +259,7 @@
-
+
|
@@ -250,6 +273,24 @@
+[% IF type == 'sales_quotation' %]
+
+ |
+
+
+ |
+
+[%- END %]
+
+ |
+
+
+ |
+
+
+
+ |
+
| [% HTML.escape(vclabel) %] |