X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=c45f28613eedd6fee68bd26f8751926f529b8f20;hb=e01cf725731ad0e6d002ace63716d5a0e31a674f;hp=cf8c70a542661bf8602a0cc02780a5f088648ef4;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index cf8c70a54..c45f28613 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -3,7 +3,7 @@
- +
@@ -31,6 +31,7 @@ + + + + + + + + @@ -71,6 +103,23 @@ -%] + [% IF SHOW_BUSINESS_TYPES %] + + + + + [% END %]
[% title %]
[%- INCLUDE 'generic/multibox.html' name = 'department', + select_name = 'department_id', style = 'width: 250px', DATA = ALL_DEPARTMENTS, id_key = 'id', @@ -48,6 +49,37 @@ [% 'Order Number' | $T8 %]
[% '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 = ' ', + -%] +
[% '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, + -%] +
[% '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 %]