]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/client_config/_bank.html
date error in mapping
[mfinanz.git] / templates / webpages / client_config / _bank.html
1 [%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
2 <div id="bank">
3  <table>
4     <tr>
5       <td align="right" nowrap="true">[% LxERP.t8('SEPA-XML File extension') %]</td>
6       <td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td>
7       <td>[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td>
8     </tr>
9     <tr>
10       <td align="right" nowrap="true">[% LxERP.t8('Ignore Proposals for Bank Transactions') %]</td>
11       <td>[% L.yes_no_tag('defaults.no_bank_proposals', SELF.defaults.no_bank_proposals) %]</td>
12       <td>
13         [% LxERP.t8('If enabled the tab Proposals will not be the default view for bank transaction bookings') %]<br>
14         [% LxERP.t8('This is helpful if you prefer a chronologic order of bank transactions, i.e. the tab all transactions meanwhile you are still able to use the quick add link for the suggested proposals') %]
15       </td>
16     </tr>
17  </table>
18 </div>