X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b96c67e59f27fc63fc38ce6aa38f174470803fcb..4ec753d:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 66be6b4ea..06f1429c7 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -2,14 +2,14 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE L %] +

[% HTML.escape(title) %]

+ [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %] [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
-

[% HTML.escape(title) %]

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