+ <tr>
+ <td align="right">[% LxERP.t8('Allow fuzzy skonto for payment bookings') %]</td>
+ <td>[% L.yes_no_tag('defaults.fuzzy_skonto', SELF.defaults.fuzzy_skonto) %]</td>
+ <td>[% LxERP.t8("If set to yes a percentage deviation will be allowed for otherwise strict skonto bookings. The deviation will booked to the skonto chart and the allowed deviation is also configurable.") %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Allowed skonto percentage deviation') %]</td>
+ <td>[% L.input_tag('defaults.fuzzy_skonto_percentage_as_number', SELF.defaults.fuzzy_skonto_percentage_as_number, size=5, class="numeric") %]%</td>
+ <td>[% LxERP.t8("The allowed Skonto Percentage Deivation defaults to 0.5% of the invoice amount") %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Use END-TO-END-ID to detect duplicates in bank import transactions') %]</td>
+ <td>[% L.yes_no_tag('defaults.check_bt_duplicates_endtoend', SELF.defaults.check_bt_duplicates_endtoend) %]</td>
+ <td>[% LxERP.t8("If set to yes and an end-to-end id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.") %]</td>
+ </tr>