X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_controlling_report%2F_filter.html;h=3876cff3bb3d610ee995774db9f2d74b0a104878;hb=464f44accd46ed0b2e1f7e2459f53337a6720a7f;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..3876cff3b 100644 --- a/templates/webpages/financial_controlling_report/_filter.html +++ b/templates/webpages/financial_controlling_report/_filter.html @@ -2,6 +2,7 @@ [%- USE L %] [%- USE LxERP %] [%- USE HTML %] +[%- SET style='width: 400px' %]
[% 'Show Filter' | $T8 %] @@ -12,23 +13,27 @@ - + - + - + - + - + + + + + @@ -47,7 +52,7 @@ [% L.input_tag('action_list', LxERP.t8('Continue'), type = 'submit', class='submit')%] -[% 'Reset' | $T8 %] +[% 'Reset' | $T8 %]
[% '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 %]