7  <form action="sepa.pl" method="post">
 
  11      <td align="right">[%- IF vc == 'vendor' %][% 'Vendor' | $T8 %][%- ELSE %][%- LxERP.t8('Customer') %][%- END %]</td>
 
  12      <td><input name="f_vc" class="initial_focus"></td>
 
  16      <td align="right">[% 'Invoice number' | $T8 %]</td>
 
  17      <td><input name="f_invnumber"></td>
 
  21      <td align="right">[% LxERP.t8("SEPA message ID") %]</td>
 
  22      <td>[% L.input_tag("f_message_id") %]</td>
 
  26      <td align="right">[% 'Export date from' | $T8 %]</td>
 
  28        [% L.date_tag('f_export_date_from') %]
 
  29        [% 'to (time)' | $T8 %]
 
  30        [% L.date_tag('f_export_date_to') %]
 
  35      <td align="right">[% 'Requested execution date from' | $T8 %]</td>
 
  37        [% L.date_tag('f_requested_execution_date_from') %]
 
  38        [% 'to (time)' | $T8 %]
 
  39        [% L.date_tag('f_requested_execution_date_to') %]
 
  44      <td align="right">[% 'Execution date from' | $T8 %]</td>
 
  46        [% L.date_tag('f_execution_date_from') %]
 
  47        [% 'to (time)' | $T8 %]
 
  48        [% L.date_tag('f_execution_date_to') %]
 
  53      <td align="right" valign="top">[% 'Include in Report' | $T8 %]</td>
 
  58          <input type="checkbox" name="l_open" id="l_open" value="1" checked>
 
  59          <label for="l_open">[% 'open' | $T8 %]</label>
 
  63          <input type="checkbox" name="l_closed" id="l_closed" value="1">
 
  64          <label for="l_closed">[% 'closed' | $T8 %]</label>
 
  70          <input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked>
 
  71          <label for="l_not_executed">[% 'not yet executed' | $T8 %]</label>
 
  75          <input type="checkbox" name="l_executed" id="l_executed" value="1" checked>
 
  76          <label for="l_executed">[% 'executed' | $T8 %]</label>
 
  87    <input type="hidden" name="action" value="dispatcher">
 
  88    <input type="hidden" name="vc" value="[%- HTML.escape(vc) %]">
 
  89    <input type="submit" class="submit" name="action_bank_transfer_list" value="[% 'Continue' | $T8 %]">