[% USE LxERP %]
[% USE L %]
[%- LxERP.t8('AP Transaction/AccTrans Item row names') %]: |
[% L.input_tag('settings.ap_column', SELF.profile.get('ap_column'), size => "10") %]
[% L.input_tag('settings.transaction_column', SELF.profile.get('transaction_column'), size => "20") %]
|
[%- LxERP.t8('Maximal amount difference') %]: |
[% L.input_tag('settings.max_amount_diff', LxERP.format_amount(SELF.profile.get('max_amount_diff')), size => "5") %]
|
[%- LxERP.t8('Error handling') %]: |
[% L.checkbox_tag('settings.dont_save_anything_on_errors',
label => LxERP.t8('Do not save any datasets on errors'),
checked => SELF.profile.get('dont_save_anything_on_errors')) %]
|