From: Moritz Bunkus Date: Tue, 25 Nov 2014 08:05:14 +0000 (+0100) Subject: Finanzcontrollingbericht: Filtern nach Vorgangsbezeichnung X-Git-Tag: release-3.2.0beta~231 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=90c31393ba44d8c9f52bea079f57582958421cf2;p=kivitendo-erp.git Finanzcontrollingbericht: Filtern nach Vorgangsbezeichnung --- diff --git a/templates/webpages/financial_controlling_report/_filter.html b/templates/webpages/financial_controlling_report/_filter.html index a5b28385f..3876cff3b 100644 --- a/templates/webpages/financial_controlling_report/_filter.html +++ b/templates/webpages/financial_controlling_report/_filter.html @@ -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') %]