X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_controlling_report%2F_filter.html;h=87b0118a727e3503cccf9324c58443de0a2eb937;hb=8ad661b7c9af26d9b0b5b565121bbdd735db6217;hp=95e7bd7ab60c86908e40daa2b8d9786e3a325e9f;hpb=ce213a0a7c307cd46c4aff6eb72cbdc5da6753b7;p=kivitendo-erp.git diff --git a/templates/webpages/financial_controlling_report/_filter.html b/templates/webpages/financial_controlling_report/_filter.html index 95e7bd7ab..87b0118a7 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 @@ - + - + - + - + - + + + + + @@ -40,15 +45,10 @@
[% '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 %]
-[% L.hidden_tag('action', 'FinancialControllingReport/dispatch') %] [% L.hidden_tag('sort_by', FORM.sort_by) %] [% 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')) %]