Revision 5e169469
Von Moritz Bunkus vor etwa 10 Jahren hinzugefügt
templates/webpages/financial_controlling_report/_filter.html | ||
---|---|---|
2 | 2 |
[%- USE L %] |
3 | 3 |
[%- USE LxERP %] |
4 | 4 |
[%- USE HTML %] |
5 |
[%- SET style='width: 400px' %] |
|
5 | 6 |
<form action='controller.pl' method='post'> |
6 | 7 |
<div class='filter_toggle'> |
7 | 8 |
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a> |
... | ... | |
12 | 13 |
<table id='filter_table'> |
13 | 14 |
<tr> |
14 | 15 |
<th align="right">[% 'Customer' | $T8 %]</th> |
15 |
<td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td>
|
|
16 |
<td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, style=style) %]</td>
|
|
16 | 17 |
</tr> |
17 | 18 |
<tr> |
18 | 19 |
<th align="right">[% 'Customer Number' | $T8 %]</th> |
19 |
<td>[% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, size = 20) %]</td>
|
|
20 |
<td>[% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, style=style) %]</td>
|
|
20 | 21 |
</tr> |
21 | 22 |
<tr> |
22 | 23 |
<th align="right">[% 'Order Number' | $T8 %]</th> |
23 |
<td>[% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, size = 20) %]</td>
|
|
24 |
<td>[% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, style=style) %]</td>
|
|
24 | 25 |
</tr> |
25 | 26 |
<tr> |
26 | 27 |
<th align="right">[% 'Project Number' | $T8 %]</th> |
27 |
<td>[% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, size = 20) %]</td>
|
|
28 |
<td>[% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, style=style) %]</td>
|
|
28 | 29 |
</tr> |
29 | 30 |
<tr> |
30 | 31 |
<th align="right">[% 'Project Type' | $T8 %]</th> |
31 |
<td>[% L.select_tag('filter.globalproject.project_type_id', SELF.project_types, default=filter.globalproject.project_type_id, title_key='description', with_empty=1) %]</td> |
|
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>
|
|
32 | 33 |
</tr> |
33 | 34 |
<tr> |
34 | 35 |
<th align="right">[% 'Order Date' | $T8 %] [% 'From Date' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Finanzcontrollingbericht: Filterfelder breiter gemacht