epic-ts
[kivitendo-erp.git] / templates / webpages / bank_transactions / search.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE L %]
4 [%- USE LxERP %]
5
6 [%- INCLUDE 'common/flash.html' %]
7
8  <form method="post" action="controller.pl">
9
10   <div class="listtop">[% 'Search bank transactions' | $T8 %]</div>
11
12   <p>
13    <table>
14
15     <tr>
16      <th align="right">[% 'Bank account' | $T8 %]</th>
17      <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
18     </tr>
19
20     <tr>
21      <th align="right">[% 'Transdate from' | $T8 %]</th>
22      <td>[% L.date_tag('filter.fromdate', filter.fromdate) %]</td>
23     </tr>
24
25     <tr>
26      <th align="right">[% 'to (date)' | $T8 %]</th>
27      <td>[% L.date_tag('filter.todate', filter.todate) %]</td>
28     </tr>
29    </table>
30   </p>
31
32   <hr size="3" noshade>
33
34   [% L.hidden_tag('action', 'BankTransaction/list') %]
35
36   <p>[% L.submit_tag('dummy', LxERP.t8('Continue')) %]</p>
37  </form>