Bankerweiterung - Zwischenstand, erster Entwurf
[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">[% 'Valutadate from' | $T8 %]</th>
17      <td>[% L.date_tag('filter.valutadate:date::ge', filter.valutadate_date__ge) %]</td>
18     </tr>
19
20     <tr>
21      <th align="right">[% 'Valutadate to' | $T8 %]</th>
22      <td>[% L.date_tag('filter.valutadate:date::le', filter.valutadate_date__le) %]</td>
23     </tr>
24
25     <tr>
26      <th align="right">[% 'Remote name' | $T8 %]</th>
27      <td>[% L.input_tag('filter.remote_name:substr::ilike', filter.remote_name_substr__ilike, size=60, class='initial_focus') %]</td>
28     </tr>
29
30     <tr>
31      <th align="right">[% 'Remote account number' | $T8 %]</th>
32      <td>[% L.input_tag('filter.remote_account_number:substr::ilike', filter.remote_account_number_substr__ilike, size=60, class='initial_focus') %]</td>
33     </tr>
34
35     <tr>
36      <th align="right">[% 'Remote bank code' | $T8 %]</th>
37      <td>[% L.input_tag('filter.remote_bank_code:substr::ilike', filter.remote_bank_code_substr__ilike, size=60, class='initial_focus') %]</td>
38     </tr>
39
40     <tr>
41      <th align="right">[% 'Amount' | $T8 %]</th>
42      <td>[% L.input_tag('filter.amount:number', filter.amount_number, size = 20) %]</td>
43     </tr>
44
45     <tr>
46      <th align="right">[% 'Purpose' | $T8 %]</th>
47      <td>[% L.input_tag('filter.purpose:substr::ilike', filter.purpose_substr__ilike, size=60, class='initial_focus') %]</td>
48     </tr>
49     -->
50
51     <tr>
52      <th align="right">[% 'Bank account' | $T8 %]</th>
53      <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_acount, title_sub=\label_sub, with_empty=0, style='width:450px') %]</td>
54     </tr>
55
56     <tr>
57      <th align="right">[% 'Transdate from' | $T8 %]</th>
58      <td>[% L.date_tag('filter.fromdate', filter.fromdate) %]</td>
59     </tr>
60
61     <tr>
62      <th align="right">[% 'to (date)' | $T8 %]</th>
63      <td>[% L.date_tag('filter.todate', filter.todate) %]</td>
64     </tr>
65    </table>
66   </p>
67
68   <hr size="3" noshade>
69
70   [% L.hidden_tag('action', 'BankTransaction/list') %]
71
72   <p>[% L.submit_tag('dummy', LxERP.t8('Continue')) %]</p>
73  </form>