X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=a1f90343c92968bf7e024935e7c0dfa421ed6971;hb=6c5cdbebb76503232d7aabafd7c86e353ef2b73d;hp=45d6ebf92862f5795ef5e6fbabd06025012c5d7a;hpb=315172f0c69ae29e0751a4307e6273875f00c86d;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 45d6ebf92..a1f90343c 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,5 +1,5 @@ [%- USE T8 %] - +[%- USE L %]
@@ -23,6 +23,7 @@ limit = vclimit, show_empty = 1, allow_textbox = 1, + class = 'initial_focus', -%] @@ -49,6 +50,14 @@ [% '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 %] @@ -92,13 +101,11 @@ [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %] @@ -131,6 +138,10 @@ [% 'Customer' | $T8 %] + + [% 'Customer Number' | $T8 %] + + [% 'Amount' | $T8 %] @@ -170,7 +181,7 @@ [% 'Subtotal' | $T8 %] - [% 'Project Number' | $T8 %] + [% 'Document Project Number' | $T8 %] [% 'Transaction description' | $T8 %] @@ -209,14 +220,8 @@
- -