6 <p><div class="listtop">[% title %]</div></p>
8 <form action="sepa.pl" method="post">
12 <td align="right">[%- IF vc == 'vendor' %][% 'Vendor' | $T8 %][%- ELSE %][%- LxERP.t8('Customer') %][%- END %]</td>
13 <td><input name="f_vc"></td>
17 <td align="right">[% 'Invoice number' | $T8 %]</td>
18 <td><input name="f_invnumber"></td>
22 <td align="right">[% 'Export date from' | $T8 %]</td>
24 [% L.date_tag('f_export_date_from') %]
25 [% 'to (time)' | $T8 %]
26 [% L.date_tag('f_export_date_to') %]
31 <td align="right">[% 'Requested execution date from' | $T8 %]</td>
33 [% L.date_tag('f_requested_execution_date_from') %]
34 [% 'to (time)' | $T8 %]
35 [% L.date_tag('f_requested_execution_date_to') %]
40 <td align="right">[% 'Execution date from' | $T8 %]</td>
42 [% L.date_tag('f_execution_date_from') %]
43 [% 'to (time)' | $T8 %]
44 [% L.date_tag('f_execution_date_to') %]
49 <td align="right" valign="top">[% 'Include in Report' | $T8 %]</td>
54 <input type="checkbox" name="l_open" id="l_open" value="1" checked>
55 <label for="l_open">[% 'open' | $T8 %]</label>
59 <input type="checkbox" name="l_closed" id="l_closed" value="1">
60 <label for="l_closed">[% 'closed' | $T8 %]</label>
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>
71 <input type="checkbox" name="l_executed" id="l_executed" value="1" checked>
72 <label for="l_executed">[% 'executed' | $T8 %]</label>
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 %]">