X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/baf226d0b65e64f9475dea46b35d88d52fed1cc6..d5884a88f89dcf8141d9b5ca43bd3b245f6bce1e:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index e0f331010..fe1df7ef1 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -18,11 +18,11 @@
| [% HTML.escape(vclabel) %] | -[% L.input_tag(vc, $vcdefault, style=style, class="initial_focus") %] | +[% L.input_tag(vc, $vcdefault, style=style, class="initial_focus") %] | |||
|---|---|---|---|---|---|
| [% 'Contact Person' | $T8 %] | -[% L.input_tag("cp_name", '', style=style) %] | +[% L.input_tag("cp_name", '', style=style) %] | |||
| [% HTML.escape(ordlabel) %] | -+ | [% L.input_tag(ordnrname, "", style=style) %] | |||
| [% LxERP.t8("Customer Order Number") %] | -[% L.input_tag("cusordnumber", '', style=style) %] | +[% L.input_tag("cusordnumber", '', style=style) %] | |||
| [% 'Shipping Point' | $T8 %] | -[% L.input_tag('shippingpoint', '', style=style) %] | +[% L.input_tag('shippingpoint', '', style=style) %] | |||
| [% 'Transaction description' | $T8 %] | -+ | [% L.input_tag("transaction_description", "", style=style) %] | [% 'Part Description' | $T8 %] | -+ | [% L.input_tag("parts_description", "", style=style) %] |
| [% 'Project' | $T8 %] | [% P.project_picker("project_id", '', style=style) %] | [% 'Part Number' | $T8 %] | -+ | [% L.input_tag("parts_partnumber", "", style=style) %] | |
| [% vctypelabel %] | -+ | [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style=style) %] | [% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] | [% L.date_tag('transdatefrom') %] - | -[% 'Bis' | $T8 %] | -+ [% 'Bis' | $T8 %] [% L.date_tag('transdateto') %] | @@ -92,9 +90,7 @@[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %] | [% L.date_tag('reqdatefrom') %] - | -[% 'Bis' | $T8 %] | -+ [% 'Bis' | $T8 %] [% L.date_tag('reqdateto') %] | @@ -104,9 +100,7 @@[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] | [% L.date_tag('insertdatefrom') %] - | -[% 'Bis' | $T8 %] | -+ [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] | @@ -117,15 +111,13 @@[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] | [% L.date_tag('expected_billing_date_from', '' 'BL') %] - | -[% 'Expected billing date' | $T8 %] [% 'Bis' | $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) %] | @@ -316,9 +308,6 @@ [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] -[%- IF type == 'sales_order' %] -|||