X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Far%2Fsearch.html;h=07f2fc1f18c33e4dee0801e1dd30b151b66f9c37;hb=9557707c3a18daeb9371f2366b8637a7e1f0fa3c;hp=76a19933d4ab3eb653082da35a57a3cf43af4572;hpb=044d18fff505b6823db1e5093fef96577e420afa;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 76a19933d..07f2fc1f1 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,5 +1,5 @@ [%- USE T8 %] - +[%- USE L %]
@@ -49,6 +49,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 %] @@ -86,21 +94,17 @@ show_empty = 1, allow_textbox = 0, -%] - - [% END %] [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %] @@ -133,6 +137,10 @@ [% 'Customer' | $T8 %] + + [% 'Customer Number' | $T8 %] + + [% 'Amount' | $T8 %] @@ -172,7 +180,7 @@ [% 'Subtotal' | $T8 %] - [% 'Project Number' | $T8 %] + [% 'Document Project Number' | $T8 %] [% 'Transaction description' | $T8 %] @@ -211,14 +219,8 @@
- -