X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=06f1429c77e23335249c8112d5afb3190f8e36f3;hb=049e49fea3e4a3c7c78d7aebf055936b3cab40c5;hp=788a1a2838f0cc07b92628bc49c0682590923c5c;hpb=0b2ca0abb53db0d372bcc51e8093abb30f2aeea6;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 788a1a283..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 %] @@ -52,36 +57,27 @@ +[% IF is_order %] + + + + +[% END %] - + - + + + + + + + + + @@ -102,30 +98,53 @@ -%] + [%- UNLESS ALL_BUSINESS_TYPES.size == 0 %] + + + + + [%- END %] +[%- IF type == 'sales_quotation' %] + + + + + + + + + + +[%- END %] [%- END %] @@ -171,6 +190,12 @@ +[% IF is_order %] + +[% END %] + + + + + @@ -240,6 +273,24 @@ +[% IF type == 'sales_quotation' %] + + + +[%- END %] + + + + @@ -268,21 +319,9 @@
@@ -28,9 +28,14 @@ limit = vclimit, show_empty = 1, allow_textbox = 1, + class = 'initial_focus', -%]
[% 'Contact Person' | $T8 %][% L.input_tag("cp_name", '', style="width: 250px") %]
[% 'Department' | $T8 %][% HTML.escape(ordlabel) %]
[% LxERP.t8("Customer Order Number") %][% L.input_tag("cusordnumber", '', style="width: 250px") %]
[% 'Employee' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'employee_id', - style = 'width: 250px', - DATA = ALL_EMPLOYEES, - id_key = 'id', - label_sub = 'employee_labels', - limit = vclimit, - show_empty = 1, - allow_textbox = 0, - default = ' ', - -%] - [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]
[% 'Salesman' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'salesman_id', - style = 'width: 250px', - DATA = ALL_SALESMEN, - id_key = 'id', - label_sub = 'salesman_labels', - limit = vclimit, - show_empty = 1, - allow_textbox = 0, - -%] - [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]
[% 'Steuersatz' | $T8 %][% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style='width: 250px') %]
[% 'Shipping Point' | $T8 %][% L.input_tag('shippingpoint', '', style='width:250px') %]
[% 'Transaction description' | $T8 %]
[% vctypelabel %] + [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %] +
[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %]
[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %] - - + [% L.date_tag('reqdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('reqdateto') %]
[% '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 %] @@ -148,7 +167,7 @@ - +
+ + +
@@ -196,6 +221,14 @@
+ + + [%- L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %][%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %]
@@ -226,7 +259,7 @@ - +
+ + +
+ + + + + +
[% HTML.escape(vclabel) %]
- -
- - -