X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6bf344a110af7cc9f8c880ee766cf0de0bf756d1..b98b8e3f73a399d2d4df7be4962b56bd4ad8c82b:/templates/webpages/ar/search.html diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index d0f529d2b..71d2b693f 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,6 +1,5 @@ [%- USE T8 %] [%- USE L %] -
@@ -24,9 +23,14 @@ limit = vclimit, show_empty = 1, allow_textbox = 1, + class = 'initial_focus', -%] + + [% 'Contact Person' | $T8 %] + [% L.input_tag("cp_name", '', size=20) %] + [% 'Department' | $T8 %] @@ -50,13 +54,17 @@ [% 'Order Number' | $T8 %] + + [% 'Customer Order Number' | $T8 %] + + [% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] + [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] [% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] + [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] [% 'Transaction description' | $T8 %] @@ -101,13 +109,11 @@ [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %] @@ -134,12 +140,18 @@ [% 'Invoice Number' | $T8 %] [% 'Order Number' | $T8 %] - - [% 'Invoice Date' | $T8 %] + + [% 'Customer Order Number' | $T8 %] + + [% 'Invoice Date' | $T8 %] [% 'Customer' | $T8 %] + + [% 'Customer Number' | $T8 %] + + [% 'Amount' | $T8 %] @@ -180,7 +192,7 @@ [% 'Subtotal' | $T8 %] [% 'Document Project Number' | $T8 %] - + [% 'Transaction description' | $T8 %] @@ -218,14 +230,8 @@
- -