eeb792241caf772f12db23c1c01a69e7c4c49361
[kivitendo-erp.git] / templates / webpages / csv_import / _form_artransactions.html
1 [% USE LxERP %]
2 [% USE L %]
3 <tr>
4  <th align="right">[%- LxERP.t8('AR Transaction/AccTrans Item row names') %]:</th>
5  <td colspan="10">
6   [% L.input_tag('settings.ar_column', SELF.profile.get('ar_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>