X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=467d4b290f350b65a092faad7db49f36ce7b748f;hb=b42a86ead32ac2a4cefcc972f35b3e723f21d6bc;hp=cf8c70a542661bf8602a0cc02780a5f088648ef4;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index cf8c70a54..467d4b290 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,9 +1,9 @@ [%- USE T8 %] - +[%- USE L %]
- +
@@ -23,6 +23,7 @@ limit = vclimit, show_empty = 1, allow_textbox = 1, + class = 'initial_focus', -%] @@ -31,6 +32,7 @@ + + + + + + + + + + + + @@ -71,16 +85,31 @@ -%] + [% IF SHOW_BUSINESS_TYPES %] + + + + + [% END %] @@ -107,12 +136,18 @@ - - + + + + + + + + @@ -152,7 +187,7 @@ - + @@ -191,14 +226,8 @@ - -
[% title %]
[%- INCLUDE 'generic/multibox.html' name = 'department', + select_name = 'department_id', style = 'width: 250px', DATA = ALL_DEPARTMENTS, id_key = 'id', @@ -48,6 +50,18 @@ [% 'Order Number' | $T8 %]
[% 'Customer Order Number' | $T8 %]
[% 'Employee' | $T8 %][% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %]
[% 'Salesman' | $T8 %][% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %]
[% 'Transaction description' | $T8 %]
[% 'Customer type' | $T8 %] + [%- INCLUDE 'generic/multibox.html' + name = 'business_id', + style = "width: 250px", + DATA = ALL_BUSINESS_TYPES, + id_key = 'id', + label_key = 'description', + limit = vclimit, + show_empty = 1, + allow_textbox = 0, + -%] +
[% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %]
[% 'Invoice Number' | $T8 %] [% 'Order Number' | $T8 %][% 'Invoice Date' | $T8 %][% 'Customer Order Number' | $T8 %]
[% 'Invoice Date' | $T8 %] [% 'Customer' | $T8 %][% 'Customer Number' | $T8 %]
[% 'Amount' | $T8 %] [% 'Subtotal' | $T8 %] [% 'Project Number' | $T8 %][% 'Document Project Number' | $T8 %] [% 'Transaction description' | $T8 %]