X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_controlling_report%2F_filter.html;h=87b0118a727e3503cccf9324c58443de0a2eb937;hb=4aa438985bc3b8d48c1350fe729c1ee25548b613;hp=a5b28385fd34c24c48daa146a48660b38e43a5e1;hpb=5e169469ff3e97710a0c380f3cda99d50c32d90b;p=kivitendo-erp.git diff --git a/templates/webpages/financial_controlling_report/_filter.html b/templates/webpages/financial_controlling_report/_filter.html index a5b28385f..87b0118a7 100644 --- a/templates/webpages/financial_controlling_report/_filter.html +++ b/templates/webpages/financial_controlling_report/_filter.html @@ -3,7 +3,7 @@ [%- USE LxERP %] [%- USE HTML %] [%- SET style='width: 400px' %] -
+
[% 'Show Filter' | $T8 %] [% SELF.filter_summary %] @@ -31,6 +31,10 @@ [% '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, 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.date_tag('filter.transdate:date::ge', filter.transdate_date__ge, cal_align = 'BR') %] @@ -41,15 +45,10 @@ -[% 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')) %]