+ <tr>
+ <td align="right">[% LxERP.t8('Year-end method') %]</td>
+ <td>[% L.select_tag('defaults.yearend_method', SELF.yearend_options, value_key = 'value', title_key = 'title', default = SELF.defaults.yearend_method, class='wi-morewide') %]</td>
+ <td>[% LxERP.t8('This option controls the method used for the automated year-end bookings.') %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Set valid until date for Sales Quotation') %]</td>
+ <td>[% L.yes_no_tag('defaults.reqdate_on', SELF.defaults.reqdate_on) %]</td>
+ <td>[% LxERP.t8("If set to no the 'valid until' field for sales quotation won't be set at all.") %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Sales Quotation valid interval') %]</td>
+ <td>[% L.input_tag('defaults.reqdate_interval_as_number', SELF.defaults.reqdate_interval_as_number, style=style) %]</td>
+ <td>[% LxERP.t8('Usually the sales quotation is valid until the next working day. If a value is set here then the quotation will be valid for at least that many days. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Set delivery date for Sales Orders') %]</td>
+ <td>[% L.yes_no_tag('defaults.deliverydate_on', SELF.defaults.deliverydate_on) %]</td>
+ <td>[% LxERP.t8("If set to no the 'delivery date' field for sales orders won't be set at all.") %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Sales Order delivery date interval') %]</td>
+ <td>[% L.input_tag('defaults.delivery_date_interval_as_number', SELF.defaults.delivery_date_interval_as_number, style=style) %]</td>
+ <td>[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
+ </tr>
+ <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>