X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_controlling_report%2F_filter.html;h=3876cff3bb3d610ee995774db9f2d74b0a104878;hb=464f44accd46ed0b2e1f7e2459f53337a6720a7f;hp=fcae079bf660b5ab39b3623005bdba006e1e1fc1;hpb=08c79c2c65b17701c1f42d9a2b4623d7bd806120;p=kivitendo-erp.git diff --git a/templates/webpages/financial_controlling_report/_filter.html b/templates/webpages/financial_controlling_report/_filter.html index fcae079bf..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 @@ - + - + - + - + - + + + + +
[% '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 %]