Initialer Focus in vielen Berichtsmasken
[kivitendo-erp.git] / templates / webpages / sepa / bank_transfer_search.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %]
5
6  <p><div class="listtop">[% title %]</div></p>
7
8  <form action="sepa.pl" method="post">
9   <p>
10    <table>
11     <tr>
12      <td align="right">[%- IF vc == 'vendor' %][% 'Vendor' | $T8 %][%- ELSE %][%- LxERP.t8('Customer') %][%- END %]</td>
13      <td><input name="f_vc" class="initial_focus"></td>
14     </tr>
15
16     <tr>
17      <td align="right">[% 'Invoice number' | $T8 %]</td>
18      <td><input name="f_invnumber"></td>
19     </tr>
20
21     <tr>
22      <td align="right">[% 'Export date from' | $T8 %]</td>
23      <td>
24        [% L.date_tag('f_export_date_from') %]
25        [% 'to (time)' | $T8 %]
26        [% L.date_tag('f_export_date_to') %]
27      </td>
28     </tr>
29
30     <tr>
31      <td align="right">[% 'Requested execution date from' | $T8 %]</td>
32      <td>
33        [% L.date_tag('f_requested_execution_date_from') %]
34        [% 'to (time)' | $T8 %]
35        [% L.date_tag('f_requested_execution_date_to') %]
36      </td>
37     </tr>
38
39     <tr>
40      <td align="right">[% 'Execution date from' | $T8 %]</td>
41      <td>
42        [% L.date_tag('f_execution_date_from') %]
43        [% 'to (time)' | $T8 %]
44        [% L.date_tag('f_execution_date_to') %]
45      </td>
46     </tr>
47
48     <tr>
49      <td align="right" valign="top">[% 'Include in Report' | $T8 %]</td>
50      <td valign="top">
51       <table>
52        <tr>
53         <td>
54          <input type="checkbox" name="l_open" id="l_open" value="1" checked>
55          <label for="l_open">[% 'open' | $T8 %]</label>
56         </td>
57
58         <td>
59          <input type="checkbox" name="l_closed" id="l_closed" value="1">
60          <label for="l_closed">[% 'closed' | $T8 %]</label>
61         </td>
62        </tr>
63
64        <tr>
65         <td>
66          <input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked>
67          <label for="l_not_executed">[% 'not yet executed' | $T8 %]</label>
68         </td>
69
70         <td>
71          <input type="checkbox" name="l_executed" id="l_executed" value="1" checked>
72          <label for="l_executed">[% 'executed' | $T8 %]</label>
73         </td>
74        </tr>
75       </table>
76      </td>
77     </tr>
78
79    </table>
80   </p>
81
82   <p>
83    <input type="hidden" name="action" value="dispatcher">
84    <input type="hidden" name="vc" value="[%- HTML.escape(vc) %]">
85    <input type="submit" class="submit" name="action_bank_transfer_list" value="[% 'Continue' | $T8 %]">
86   </p>
87  </form>