X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d51ec2e72f4b8cc59be91ee77e6568758f28ee9..HEAD:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 9453f6b49..e4b85ff09 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -33,7 +33,16 @@ [% HTML.escape(ordlabel) %] [% L.input_tag(ordnrname, "", style=style) %] + [% 'Status' | $T8 %] + [% L.select_tag('order_status_id', ALL_ORDER_STATUSES, default = order_status_id, title_key = 'name', with_empty = 1, style=style) %] + +[% IF type == "purchase_order_confirmation" %] + + [% LxERP.t8("Vendor Confirmation Number") %] + [% L.input_tag("vendor_confirmation_number", '', style=style) %] + +[% END %] [% IF is_order %] [% LxERP.t8("Customer Order Number") %] @@ -56,6 +65,34 @@ [% 'Shipping Point' | $T8 %] [% L.input_tag('shippingpoint', '', style=style) %] + + [% 'Name (Shipping)' | $T8 %] + [% L.input_tag("shiptoname", "", style=style) %] + + + [% 'Department 1 (Shipping)' | $T8 %] + [% L.input_tag("shiptodepartment_1", "", style=style) %] + + + [% 'Department 2 (Shipping)' | $T8 %] + [% L.input_tag("shiptodepartment_2", "", style=style) %] + + + [% 'Street (Shipping)' | $T8 %] + [% L.input_tag("shiptostreet", "", style=style) %] + + + [% 'Zipcode (Shipping)' | $T8 %] + [% L.input_tag("shiptozipcode", "", style=style) %] + + + [% 'City (Shipping)' | $T8 %] + [% L.input_tag("shiptocity", "", style=style) %] + + + [% 'Country (Shipping)' | $T8 %] + [% L.input_tag("shiptocountry", "", style=style) %] + [% 'Transaction description' | $T8 %] [% L.input_tag("transaction_description", "", style=style) %] @@ -84,8 +121,14 @@ [% '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 %] + [% IF type == 'purchase_order_confirmation' %][% 'Confirmation Date' | $T8 %][% ELSIF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] @@ -124,7 +167,7 @@ [% 'Order probability' | $T8 %] - [% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] + [% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] [%-# '> make emacs happy %] [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %] @@ -205,6 +248,12 @@ [%- END %] +[% IF type == "purchase_order_confirmation" %] + + + + +[% END %] @@ -301,6 +350,16 @@ + + + + + + + + + + [% HTML.escape(vclabel) %] @@ -319,6 +378,43 @@ + + [% 'Shipping Address' | $T8 %] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]