Revision 90c31393
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
templates/webpages/financial_controlling_report/_filter.html | ||
---|---|---|
31 | 31 |
<th align="right">[% 'Project Type' | $T8 %]</th> |
32 | 32 |
<td>[% 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) %]</td> |
33 | 33 |
</tr> |
34 |
<tr> |
|
35 |
<th align="right">[% LxERP.t8('Transaction description') %]</th> |
|
36 |
<td>[% L.input_tag('filter.transaction_description:substr::ilike', filter.transaction_description_substr__ilike, style=style) %]</td> |
|
37 |
</tr> |
|
34 | 38 |
<tr> |
35 | 39 |
<th align="right">[% 'Order Date' | $T8 %] [% 'From Date' | $T8 %]</th> |
36 | 40 |
<td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge, cal_align = 'BR') %]</td> |
Auch abrufbar als: Unified diff
Finanzcontrollingbericht: Filtern nach Vorgangsbezeichnung