]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/csv_import/_form_aptransactions.html
date error in mapping
[mfinanz.git] / templates / webpages / csv_import / _form_aptransactions.html
1 [% USE LxERP %]
2 [% USE L %]
3 <tr>
4  <th align="right">[%- LxERP.t8('AP Transaction/AccTrans Item row names') %]:</th>
5  <td colspan="10">
6   [% L.input_tag('settings.ap_column', SELF.profile.get('ap_column'), size => "10") %]
7   [% L.input_tag('settings.transaction_column',  SELF.profile.get('transaction_column'),  size => "20") %]
8  </td>
9
10 <tr>
11  <th align="right">[%- LxERP.t8('Maximal amount difference') %]:</th>
12  <td colspan="10">
13   [% L.input_tag('settings.max_amount_diff', LxERP.format_amount(SELF.profile.get('max_amount_diff')), size => "5") %]
14  </td>
15 </tr>
16 <tr>
17  <th align="right">[%- LxERP.t8('Error handling') %]:</th>
18  <td colspan="10">
19   [% L.checkbox_tag('settings.dont_save_anything_on_errors',
20                     label   => LxERP.t8('Do not save any datasets on errors'),
21                     checked => SELF.profile.get('dont_save_anything_on_errors')) %]
22  </td>
23 </tr>