X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_controlling_report%2F_filter.html;h=bdff2082b00cc3e942d1ed0a4317cfefb436c222;hb=baf226d0b65e64f9475dea46b35d88d52fed1cc6;hp=fcae079bf660b5ab39b3623005bdba006e1e1fc1;hpb=cd41fd62f32384c8b54eee1da566d80ef6e933d7;p=kivitendo-erp.git diff --git a/templates/webpages/financial_controlling_report/_filter.html b/templates/webpages/financial_controlling_report/_filter.html index fcae079bf..bdff2082b 100644 --- a/templates/webpages/financial_controlling_report/_filter.html +++ b/templates/webpages/financial_controlling_report/_filter.html @@ -2,7 +2,8 @@ [%- USE L %] [%- USE LxERP %] [%- USE HTML %] -
+[%- SET style='width: 400px' %] +
[% 'Show Filter' | $T8 %] [% SELF.filter_summary %] @@ -12,23 +13,27 @@ - + - + - + - + - + + + + + @@ -45,9 +50,7 @@ [% L.hidden_tag('sort_dir', FORM.sort_dir) %] [% L.hidden_tag('page', FORM.page) %] [% L.input_tag('action_list', LxERP.t8('Continue'), type = 'submit', class='submit')%] - - -[% 'Reset' | $T8 %] +[% L.button_tag('$("#filter_form").resetForm()', LxERP.t8('Reset')) %]
[% 'Customer' | $T8 %][% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %][% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, style=style) %]
[% 'Customer Number' | $T8 %][% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, size = 20) %][% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, style=style) %]
[% 'Order Number' | $T8 %][% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, size = 20) %][% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, style=style) %]
[% 'Project Number' | $T8 %][% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, size = 20) %][% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, style=style) %]
[% 'Project Type' | $T8 %][% L.select_tag('filter.globalproject.project_type_id', SELF.project_types, default=filter.globalproject.project_type_id, title_key='description', with_empty=1) %][% L.select_tag('filter.globalproject.project_type_id', SELF.project_types, default=filter.globalproject.project_type_id, title_key='description', with_empty=1, style=style) %]
[% LxERP.t8('Transaction description') %][% L.input_tag('filter.transaction_description:substr::ilike', filter.transaction_description_substr__ilike, style=style) %]
[% 'Order Date' | $T8 %] [% 'From Date' | $T8 %]