Verkaufsbelege: optional nur Projekte des Kunden anbieten
[kivitendo-erp.git] / templates / webpages / client_config / _features.html
1 [%- USE LxERP -%][%- USE L -%][%- USE P -%]
2 <div id="features">
3  <table>
4   <tr><td class="listheading" colspan="4">[% LxERP.t8("WebDAV") %]</td></tr>
5
6   <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>
10   </tr>
11   <tr>
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>
15   </tr>
16
17   <tr><td class="listheading" colspan="4">[% LxERP.t8("Customer Master Data") %]</td></tr>
18
19   <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>
23   </tr>
24  <tr>
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>
28   </tr>
29
30   <tr>
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>
34   </tr>
35
36   <tr><td class="listheading" colspan="4">[% LxERP.t8("Parts Master Data") %]</td></tr>
37
38   <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>
42   </tr>
43   <tr>
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>
47   </tr>
48   <tr>
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>
52   </tr>
53  <tr>
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>
57   </tr>
58 </tr>
59
60   <tr><td class="listheading" colspan="4">[% LxERP.t8("Purchasing & Sales") %]</td></tr>
61
62   <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>
66   </tr>
67
68   <tr>
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>
72   </tr>
73
74   <tr>
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>
78   </tr>
79
80   <tr>
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>
84   </tr>
85
86   <tr>
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>
90   </tr>
91
92   <tr>
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>
96   </tr>
97
98   <tr><td class="listheading" colspan="4">[% LxERP.t8("Requirement Specs") %]</td></tr>
99
100   <tr>
101    <td align="right">[% LxERP.t8('Default article for converting into quotations and orders') %]</td>
102    <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) %]
105     [% ELSE %]
106      [% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %]
107     [% END %]
108    </td>
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>
110   </tr>
111  </table>
112 </div>