kivitendo/templates/webpages/reconciliation/search.html @ 7ccf0034
6a12a968 | Niclas Zimmermann | [%- USE T8 %]
|
||
[%- USE HTML %]
|
||||
[%- USE L %]
|
||||
[%- USE LxERP %]
|
||||
3810d658 | Moritz Bunkus | <form method="post" action="controller.pl" id="search_form">
|
||
6a12a968 | Niclas Zimmermann | |||
<div class="listtop">[% 'Choose bank account for reconciliation' | $T8 %]</div>
|
||||
<p>
|
||||
<table>
|
||||
<tr>
|
||||
<th align="right">[% 'Bank account' | $T8 %]</th>
|
||||
15f58ff3 | Geoffrey Richardson | <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
|
||
6a12a968 | Niclas Zimmermann | </tr>
|
||
<tr>
|
||||
<th align="right">[% 'From' | $T8 %]</th>
|
||||
<td>[% L.date_tag('filter.fromdate:date::ge') %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th align="right">[% 'to (date)' | $T8 %]</th>
|
||||
<td>[% L.date_tag('filter.todate:date::le') %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th align="right">[% 'Cleared/uncleared only' | $T8 %]</th>
|
||||
15f58ff3 | Geoffrey Richardson | <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %]</td>
|
||
6a12a968 | Niclas Zimmermann | </tr>
|
||
<tr>
|
||||
<th align="right">[% 'Show Stornos' | $T8 %]</th>
|
||||
<td>[% L.checkbox_tag('filter.show_stornos', value='1') %]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
</form>
|