Mandantenkonfiguration: Pflichtenheftstandardartikel mit Partpicker auswählen
[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("Requirement Specs") %]</td></tr>
61
62   <tr>
63    <td align="right">[% LxERP.t8('Default article for converting into quotations and orders') %]</td>
64    <td>
65     [% IF SELF.h_unit_name %]
66      [% 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) %]
67     [% ELSE %]
68      [% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %]
69     [% END %]
70    </td>
71    <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>
72   </tr>
73  </table>
74 </div>