X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..HEAD:/templates/webpages/do/search.html?ds=inline diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index e84bbf3e4..f35d43a80 100644 --- a/templates/webpages/do/search.html +++ b/templates/webpages/do/search.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE L %] -[%- USE HTML %][%- USE LxERP %] +[%- USE HTML %][%- USE LxERP %][%- USE P -%]

[% title %]

[%- IF vc == 'customer' %] @@ -9,9 +9,7 @@ [%- SET is_customer = '0' %] [%- END %] - + [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %] -
+

- + @@ -55,6 +41,18 @@ + [%- IF type == "purchase_delivery_order" %] + + + + + + + + + + [%- END %] + @@ -63,14 +61,7 @@ [%- IF ALL_DEPARTMENTS.size %] - + [%- END %] @@ -88,12 +79,19 @@ - + + + + + + + + - + + - + + + + + + [%- IF ALL_BUSINESS_TYPES.size %] + + + + [%- END %] - - @@ -123,10 +132,17 @@ - + + + + @@ -173,6 +189,17 @@ + [%- IF type == "purchase_delivery_order" %] + + + [%- END %] + + [% IF is_customer %] + + [%- END %] @@ -240,19 +273,20 @@ + + + +
[% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] - [%- UNLESS SHOW_VC_DROP_DOWN %] - - [%- ELSE %] - - - [%- END %] - [% P.input_tag(vc, "", class="fixed_width initial_focus") %]
[% 'Order Confirmation Number' | $T8 %]
[% 'Vendor Confirmation Number' | $T8 %]
[% 'Customer Order Number' | $T8 %]
[% 'Department' | $T8 %] - - [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, class="fixed_width") %]
[% 'Transaction description' | $T8 %][% 'Part Description' | $T8 %]
[% 'Full Text' | $T8 %][% L.input_tag('fulltext', '', class="fixed_width") %]
[% 'Project Number' | $T8 %] + [% 'Part Number' | $T8 %]
[% 'Serial Number' | $T8 %][% 'Charge Number' | $T8 %]
[% vctypelabel %] + [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %] +
[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %] [% L.date_tag('transdatefrom') %] - [% 'Bis' | $T8 %] + [% 'Bis' | $T8 %] [% L.date_tag('transdateto') %]
[% 'Reqdate' | $T8 %] [% 'From' | $T8 %] [% L.date_tag('reqdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('reqdateto') %] [% 'Bis' | $T8 %]
[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] - [% L.date_tag('reqdateto') %] + [% L.date_tag('insertdatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('insertdateto') %]
+ + + + + + @@ -188,6 +215,12 @@ + + +
+ + +

-
- -

- + - - -