X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Far%2Fsearch.html;h=07f2fc1f18c33e4dee0801e1dd30b151b66f9c37;hb=9fe004908828ea3844303b0da3dd893caaf82357;hp=9245d6b29de80ec997cc9a0af5700e089087533b;hpb=4bbb5dbe9a272bc31d5f059b3ece3e230c2a6642;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 9245d6b29..07f2fc1f1 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,9 +1,9 @@ [%- USE T8 %] - +[%- USE L %]
- +
@@ -49,6 +49,14 @@ + + + + + + + + @@ -72,16 +80,31 @@ -%] + [% IF SHOW_BUSINESS_TYPES %] + + + + + [% END %] @@ -114,6 +137,10 @@ + + + + @@ -153,7 +180,7 @@ - + @@ -192,14 +219,8 @@ - -
[% title %]
[% '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') %]
[% 'Customer' | $T8 %][% 'Customer Number' | $T8 %]
[% 'Amount' | $T8 %] [% 'Subtotal' | $T8 %] [% 'Project Number' | $T8 %][% 'Document Project Number' | $T8 %] [% 'Transaction description' | $T8 %]