+ <td align="right">[% LxERP.t8("When using Swiss QR-bill, copy the invoice number to the unstructured message automatically") %]</td>
+ <td>[% L.yes_no_tag("defaults.qrbill_copy_invnumber", SELF.defaults.qrbill_copy_invnumber) %]</td>
+ <td>[% LxERP.t8("If enabled the invoice number will be copied to the unstructured message upon booking. If there's a message already the invoice number will be appended to it.") %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8("Lock RFQ/Quotation and Order Subversion") %]</td>
+ <td>[% L.yes_no_tag("defaults.lock_oe_subversions", SELF.defaults.lock_oe_subversions) %]</td>
+ <td>[% LxERP.t8("If enabled RFQs, Quotations and Orders can only be send once via email. By creating another subversion the current record gets a minor subversion and can be send again via email.") %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% 'Documents which are allowed to be saved with no positions' | $T8 %]</td>
+ <td colspan=2>
+ <div class="clearfix">
+ [% L.select_tag("defaults.allowed_documents_with_no_positions[]",
+ SELF.available_documents_with_no_positions,
+ default=SELF.defaults.allowed_documents_with_no_positions,
+ multiple=1,
+ with_empty=1,
+ value_key="name",
+ title_key="description",
+ id="defaults_allowed_documents_with_no_positions",
+ size=SELF.available_documents_with_no_positions.size+1) %]
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td align="right">[% LxERP.t8("Item input position for quotations and orders") %]</td>
+ <td>[% L.select_tag("defaults.order_item_input_position", [ [ 0, LxERP.t8('above the positions'), ], [ 1, LxERP.t8('below the positions') ] ], default=SELF.defaults.order_item_input_position) %]</td>
+ <td>[% LxERP.t8("Controls whether the default item input is above (default) or below the positions list in orders and quotations. Can be overridden by user preferences.") %]</td>
+ </tr>
+
+ <tr><td class="listheading" colspan="4">[% 'Show certain sales and purchase documents' | $T8 %]</td></tr>
+ <tr>
+ <td align="right">[% 'Show sales order intake' | $T8 %]</td>
+ <td>[% L.yes_no_tag("defaults.show_sales_order_intake", SELF.defaults.show_sales_order_intake) %]</td>
+ <td>[% 'When disabled, sales order intakes do not show up in the menu and in the workflow actions.' | $T8 %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% 'Show purchase quotation intake' | $T8 %]</td>
+ <td>[% L.yes_no_tag("defaults.show_purchase_quotation_intake", SELF.defaults.show_purchase_quotation_intake) %]</td>
+ <td>[% 'When disabled, purchase quotation intakes do not show up in the menu and in the workflow actions.' | $T8 %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% 'Show purchase order confirmation' | $T8 %]</td>
+ <td>[% L.yes_no_tag("defaults.show_purchase_order_confirmation", SELF.defaults.show_purchase_order_confirmation) %]</td>
+ <td>[% 'When disabled, purchase order confirmations do not show up in the menu and in the workflow actions.' | $T8 %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% 'Show sales reclamation' | $T8 %]</td>
+ <td>[% L.yes_no_tag("defaults.show_sales_reclamation", SELF.defaults.show_sales_reclamation) %]</td>
+ <td>[% 'When disabled, sales reclamations do not show up in the menu and in the workflow actions.' | $T8 %]</td>
+ </tr>
+ <tr>
+ <td align="right">[% 'Show purchase reclamation' | $T8 %]</td>
+ <td>[% L.yes_no_tag("defaults.show_purchase_reclamation", SELF.defaults.show_purchase_reclamation) %]</td>
+ <td>[% 'When disabled, purchase reclamations do not show up in the menu and in the workflow actions.' | $T8 %]</td>
+ </tr>
+ <tr>
+ <th align="right">[% 'Show invoice for payment in advance and final invoice' | $T8 %]</th>
+ <td>[% L.yes_no_tag("defaults.show_invoice_for_advance_payment", SELF.defaults.show_invoice_for_advance_payment) %]</td>
+ <td>[% 'When disabled, invoices for payment in advance and final invoices do not show up in the menu and in the workflow actions.' | $T8 %]</td>