X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=467d4b290f350b65a092faad7db49f36ce7b748f;hb=f1ed2dc0cb936826fb8fa21bab7ad73e9d4de3d9;hp=5bfada3b4c3974734e6705fd658b7406c9423107;hpb=46bc75c8079099de22ccbc6281b04f42ade67f1a;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 5bfada3b4..467d4b290 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,6 +1,5 @@ [%- USE T8 %] [%- USE L %] -
@@ -24,6 +23,7 @@ limit = vclimit, show_empty = 1, allow_textbox = 1, + class = 'initial_focus', -%] @@ -50,13 +50,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 %] @@ -132,12 +136,18 @@ [% 'Invoice Number' | $T8 %] [% 'Order Number' | $T8 %] - - [% 'Invoice Date' | $T8 %] + + [% 'Customer Order Number' | $T8 %] + + [% 'Invoice Date' | $T8 %] [% 'Customer' | $T8 %] + + [% 'Customer Number' | $T8 %] + + [% 'Amount' | $T8 %] @@ -218,10 +228,6 @@ - -