1 [%- USE LxERP -%][%- USE L -%][%- USE P -%]
4 <tr><td class="listheading" colspan="4">[% LxERP.t8("WebDAV") %]</td></tr>
7 <td align="right">[% LxERP.t8('WebDAV') %]</td>
8 <td>[% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %]</td>
9 <td>[% LxERP.t8('Use WebDAV Repository') %]</td>
12 <td align="right">[% LxERP.t8('WebDAV save documents') %]</td>
13 <td>[% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %]</td>
14 <td>[% LxERP.t8('Save document in WebDAV repository') %]</td>
17 <tr><td class="listheading" colspan="4">[% LxERP.t8("Customer Master Data") %]</td></tr>
20 <td align="right">[% LxERP.t8('Representative') %]</td>
21 <td>[% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %]</td>
22 <td>[% LxERP.t8('Representative for Customer') %]</td>
25 <td align="right">[% LxERP.t8('Normalize Customer / Vendor names') %]</td>
26 <td> [% L.yes_no_tag('defaults.normalize_vc_names', SELF.defaults.normalize_vc_names) %]</td>
27 <td>[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %]</td>
31 <td align="right">[% LxERP.t8('Hourly Rate') %]</td>
32 <td>[% L.input_tag('defaults.customer_hourly_rate', LxERP.format_amount(SELF.defaults.customer_hourly_rate, 2), style=style) %]</td>
33 <td>[% LxERP.t8('Default hourly rate for new customers') %]</td>
36 <tr><td class="listheading" colspan="4">[% LxERP.t8("Parts Master Data") %]</td></tr>
39 <td align="right">[% LxERP.t8('Pictures for parts') %]</td>
40 <td>[% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %]</td>
41 <td>[% LxERP.t8('Show the picture in the part form') %]</td>
44 <td align="right">[% LxERP.t8('Pictures for search parts') %]</td>
45 <td>[% L.yes_no_tag('defaults.parts_listing_image', SELF.defaults.parts_listing_image) %]</td>
46 <td>[% LxERP.t8('Show the pictures in the result for search parts') %]</td>
49 <td align="right">[% LxERP.t8('CSS style for pictures') %]</td>
50 <td> [% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %]</td>
51 <td>[% LxERP.t8('Style the picture with the following CSS code') %]</td>
54 <td align="right">[% LxERP.t8('Normalize part description and part notes') %]</td>
55 <td> [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %]</td>
56 <td>[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %]</td>
60 <tr><td class="listheading" colspan="4">[% LxERP.t8("Purchasing & Sales") %]</td></tr>
63 <td align="right">[% LxERP.t8('Require a transaction description in purchase and sales records') %]</td>
64 <td>[% L.yes_no_tag('defaults.require_transaction_description_ps', SELF.defaults.require_transaction_description_ps) %]</td>
65 <td>[% LxERP.t8('If enabled purchase and sales records cannot be saved if no transaction description has been entered.') %]</td>
69 <td align="right">[% LxERP.t8("Only list customer's projects in sales records") %]</td>
70 <td>[% L.yes_no_tag("defaults.customer_projects_only_in_sales", SELF.defaults.customer_projects_only_in_sales) %]</td>
71 <td>[% LxERP.t8("If enabled only those projects that are assigned to the currently selected customer are offered for selection in sales records.") %]</td>
75 <td align="right">[% LxERP.t8('Allow conversion from sales quotations to sales invoices') %]</td>
76 <td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %]</td>
77 <td>[% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %]</td>
81 <td align="right">[% LxERP.t8('Allow conversion from sales orders to sales invoices') %]</td>
82 <td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_order', SELF.defaults.allow_sales_invoice_from_sales_order) %]</td>
83 <td>[% LxERP.t8('If disabled sales orders cannot be converted into sales invoices directly.') %]</td>
87 <td align="right">[% LxERP.t8('Allow direct creation of new purchase delivery orders') %]</td>
88 <td>[% L.yes_no_tag('defaults.allow_new_purchase_delivery_order', SELF.defaults.allow_new_purchase_delivery_order) %]</td>
89 <td>[% LxERP.t8('If disabled purchase delivery orders can only be created by conversion from existing requests for quotations and purchase orders.') %]</td>
93 <td align="right">[% LxERP.t8('Allow direct creation of new purchase invoices') %]</td>
94 <td>[% L.yes_no_tag('defaults.allow_new_purchase_invoice', SELF.defaults.allow_new_purchase_invoice) %]</td>
95 <td>[% LxERP.t8('If disabled purchase invoices can only be created by conversion from existing requests for quotations, purchase orders and purchase delivery orders.') %]</td>
98 <tr><td class="listheading" colspan="4">[% LxERP.t8("Requirement Specs") %]</td></tr>
101 <td align="right">[% LxERP.t8('Default article for converting into quotations and orders') %]</td>
103 [% IF SELF.h_unit_name %]
104 [% P.part_picker('defaults.requirement_spec_section_order_part_id', SELF.defaults.requirement_spec_section_order_part_id, convertible_unit=SELF.h_unit_name, style=style) %]
106 [% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %]
109 <td>[% LxERP.t8('When converting a requirement spec into a quotation or an oder each section gets converted into a line position in the new record. This is the article used by default for this conversion.') %]</td>
111 <tr><td class="listheading" colspan="4">[% LxERP.t8('Transport and service costs reminder') %]</td></tr>
113 <td align="right">[% LxERP.t8('Default transport article number') %]</td>
114 <td>[% L.part_picker('defaults.transport_cost_reminder_article_number_id', SELF.defaults.transport_cost_reminder_article_number_id, style=style) %]</td>
115 <td>[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]</td>