Presenter: Neue Struktur in den restlichen Bereichen umgesetzt
[kivitendo-erp.git] / templates / webpages / client_config / _features.html
1 [%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 %]
2 [% SET style="width: 250px" %]
3 <div id="features">
4  <table>
5   <tr><td class="listheading" colspan="4">[% LxERP.t8("DATEV") %]</td></tr>
6
7   <tr>
8    <td align="right">[% LxERP.t8('Datevautomatik') %]</td>
9    <td>[% L.yes_no_tag('defaults.feature_datev', SELF.defaults.feature_datev) %]</td>
10    <td>[% LxERP.t8('Use Datevautomatik') %]</td>
11   </tr>
12
13   <tr><td class="listheading" colspan="4">[% LxERP.t8("UStVA") %]</td></tr>
14
15   <tr>
16    <td align="right">[% LxERP.t8('UStVA') %]</td>
17    <td>[% L.yes_no_tag('defaults.feature_ustva', SELF.defaults.feature_ustva) %]</td>
18    <td>[% LxERP.t8('Use UStVA') %]</td>
19   </tr>
20
21   <tr><td class="listheading" colspan="4">[% LxERP.t8("File Management") %]</td></tr>
22   <tr>
23    <td align="right">[% LxERP.t8('WebDAV') %]</td>
24    <td>[% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %]</td>
25    <td>[% LxERP.t8('Use WebDAV Repository') %]</td>
26   </tr>
27   <tr>
28    <td align="right">[% LxERP.t8('WebDAV save documents') %]</td>
29    <td>[% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %]</td>
30    <td>[% LxERP.t8('Save document in WebDAV repository') %]</td>
31   </tr>
32   <tr>
33    <td align="right">[% LxERP.t8('Filemanagement') %]</td>
34    <td>[% L.yes_no_tag('defaults.doc_storage', SELF.defaults.doc_storage) %]</td>
35    <td>[% LxERP.t8('Use Filemanagement') %]</td>
36   </tr>
37   <tr>
38     <td align="right">[% LxERP.t8('Storage Type for generated/imported PDF Documents') %]</td>
39     <td>[% L.select_tag('defaults.doc_storage_for_documents',
40          [ [ 'None', LxERP.t8('None') ],[ 'Filesystem', LxERP.t8('Files') ],[ 'Webdav', LxERP.t8('WebDAV') ],[ 'ExtDMS', LxERP.t8('ext.DMS') ],[ 'DB', LxERP.t8('Database') ]  ],
41                                default = SELF.defaults.doc_storage_for_documents,
42                                onchange="return checkavailable_filebackend(this);") %]</td>
43     <td>[% LxERP.t8('Use this storage backend for all generated PDF-Files') %]</td>
44   </tr>
45   <tr>
46     <td align="right">[% LxERP.t8('Storage Type for Attachments') %]</td>
47     <td>[% L.select_tag('defaults.doc_storage_for_attachments',
48          [ [ 'None', LxERP.t8('None') ], [ 'Filesystem', LxERP.t8('Files') ],[ 'Webdav', LxERP.t8('WebDAV') ],[ 'ExtDMS', LxERP.t8('ext.DMS') ],[ 'DB', LxERP.t8('Database') ]  ],
49                                default = SELF.defaults.doc_storage_for_attachments,
50                                onchange="return checkavailable_filebackend(this);") %]</td>
51     <td>[% LxERP.t8('Use this storage backend for all uploaded attachments') %]</td>
52   </tr>
53   <tr>
54     <td align="right">[% LxERP.t8('Storage Type for images') %]</td>
55     <td>[% L.select_tag('defaults.doc_storage_for_images',
56          [ [ 'None', LxERP.t8('None') ], [ 'Filesystem', LxERP.t8('Files') ],[ 'Webdav', LxERP.t8('WebDAV') ],[ 'ExtDMS', LxERP.t8('ext.DMS') ],[ 'DB', LxERP.t8('Database') ]  ],
57                                default = SELF.defaults.doc_storage_for_images,
58                                onchange="return checkavailable_filebackend(this);") %]</td>
59     <td>[% LxERP.t8('Use this storage backend for uploaded images') %]</td>
60   </tr>
61   <tr>
62     <td align="right">[% LxERP.t8('Storage Type for shopimages') %]</td>
63     <td>[% L.select_tag('defaults.doc_storage_for_shopimages',
64          [ [ 'None', LxERP.t8('None') ], [ 'Filesystem', LxERP.t8('Files') ],[ 'Webdav', LxERP.t8('WebDAV') ],[ 'ExtDMS', LxERP.t8('ext.DMS') ],[ 'DB', LxERP.t8('Database') ]  ],
65                                default = SELF.defaults.doc_storage_for_shopimages,
66                                onchange="return checkavailable_filebackend(this);") %]</td>
67     <td>[% LxERP.t8('Use this storage backend for uploaded images') %]</td>
68   </tr>
69   <tr>
70    <td align="right">[% LxERP.t8('Delete printfiles') %]</td>
71    <td>[% L.yes_no_tag('defaults.doc_delete_printfiles', SELF.defaults.doc_delete_printfiles) %]</td>
72    <td>[% LxERP.t8('Allow to delete generated printfiles') %]</td>
73   </tr>
74   <tr>
75    <td align="right">[% LxERP.t8('max filesize') %]</td>
76    <td>[% L.input_tag('doc_max_filesize_MB','', size=10, onchange="verifyMBSize(this);") %]
77        [% L.hidden_tag('defaults.doc_max_filesize',SELF.defaults.doc_max_filesize) %] MB</td>
78    <td>[% LxERP.t8('The maximum of uploadable filesize in Megabyte') %]</td>
79   </tr>
80   <tr><td class="listheading" colspan="4">[% LxERP.t8("Storage Backends") %]</td></tr>
81   <tr>
82    <td align="right">[% LxERP.t8('Files') %]</td>
83    <td>[% L.yes_no_tag('defaults.doc_files', SELF.defaults.doc_files) %]</td>
84    <td>[% LxERP.t8('Use File Storage backend') %]</td>
85   </tr>
86   <tr>
87    <td align="right">[% LxERP.t8('WebDAV') %]</td>
88    <td>[% L.yes_no_tag('defaults.doc_webdav', SELF.defaults.doc_webdav) %]</td>
89    <td>[% LxERP.t8('Use WebDAV Storage backend') %]</td>
90   </tr>
91   <tr>
92    <td align="right">[% LxERP.t8('Database') %]</td>
93    <td>[% L.yes_no_tag('defaults.doc_database', SELF.defaults.doc_database, disabled=1) %]</td>
94    <td>[% LxERP.t8('Use Database Storage backend (not implemented yet!)') %]</td>
95   </tr>
96
97   <tr><td class="listheading" colspan="4">[% LxERP.t8("Reports") %]</td></tr>
98
99   <tr>
100    <td align="right">[% LxERP.t8('Balance') %]</td>
101    <td>[% L.yes_no_tag('defaults.feature_balance', SELF.defaults.feature_balance) %]</td>
102    <td>[% LxERP.t8('Use Balance Sheet') %]</td>
103   </tr>
104   <tr>
105    <td align="right">[% LxERP.t8('income') %]</td>
106    <td>[% L.yes_no_tag('defaults.feature_eurechnung', SELF.defaults.feature_eurechnung) %]</td>
107    <td>[% LxERP.t8('Use Income') %]</td>
108   </tr>
109   <tr>
110    <td align="right">[% LxERP.t8('Erfolgsrechnung') %]</td>
111    <td>[% L.yes_no_tag('defaults.feature_erfolgsrechnung', SELF.defaults.feature_erfolgsrechnung) %]</td>
112    <td>[% LxERP.t8('Use Erfolgsrechnung') %]</td>
113   </tr>
114
115   <tr><td class="listheading" colspan="4">[% LxERP.t8("Customer Master Data") %]</td></tr>
116
117   <tr>
118    <td align="right">[% LxERP.t8('Representative') %]</td>
119    <td>[% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %]</td>
120    <td>[% LxERP.t8('Representative for Customer') %]</td>
121   </tr>
122  <tr>
123    <td align="right">[% LxERP.t8('Normalize Customer / Vendor names') %]</td>
124    <td>   [% L.yes_no_tag('defaults.normalize_vc_names', SELF.defaults.normalize_vc_names) %]</td>
125    <td>[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %]</td>
126   </tr>
127
128   <tr>
129    <td align="right">[% LxERP.t8('Hourly Rate') %]</td>
130    <td>[% L.input_tag('defaults.customer_hourly_rate', LxERP.format_amount(SELF.defaults.customer_hourly_rate, 2), style=style) %]</td>
131    <td>[% LxERP.t8('Default hourly rate for new customers') %]</td>
132   </tr>
133
134   <tr><td class="listheading" colspan="4">[% LxERP.t8("Parts Master Data") %]</td></tr>
135
136   <tr>
137    <td align="right">[% LxERP.t8('Pictures for parts') %]</td>
138    <td>[% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %]</td>
139    <td>[% LxERP.t8('Show the picture in the part form') %]</td>
140   </tr>
141   <tr>
142    <td align="right">[% LxERP.t8('Pictures for search parts') %]</td>
143    <td>[% L.yes_no_tag('defaults.parts_listing_image', SELF.defaults.parts_listing_image) %]</td>
144    <td>[% LxERP.t8('Show the pictures in the result for search parts') %]</td>
145   </tr>
146   <tr>
147    <td align="right">[% LxERP.t8('CSS style for pictures') %]</td>
148    <td>   [% L.input_tag('defaults.parts_image_css',SELF.defaults.parts_image_css, style=style) %]</td>
149    <td>[% LxERP.t8('Style the picture with the following CSS code') %]</td>
150   </tr>
151   <tr>
152     <td align="right">[% LxERP.t8('If item not found, allow creation of new item') %]</td>
153     <td>[% L.yes_no_tag('defaults.create_part_if_not_found', SELF.defaults.create_part_if_not_found) %]</td>
154     <td>[% LxERP.t8('If searching a part from a document and no part is found then offer to create a new part.') %]</td>
155   </tr>
156  <tr>
157    <td align="right">[% LxERP.t8('Normalize part description and part notes') %]</td>
158    <td>   [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %]</td>
159    <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>
160  </tr>
161
162   <tr><td class="listheading" colspan="4">[% LxERP.t8("Purchasing & Sales") %]</td></tr>
163
164   <tr>
165    <td align="right">[% LxERP.t8('Require a transaction description in purchase and sales records') %]</td>
166    <td>[% L.yes_no_tag('defaults.require_transaction_description_ps', SELF.defaults.require_transaction_description_ps) %]</td>
167    <td>[% LxERP.t8('If enabled purchase and sales records cannot be saved if no transaction description has been entered.') %]</td>
168   </tr>
169
170   <tr>
171    <td align="right">[% LxERP.t8("Only list customer's projects in sales records") %]</td>
172    <td>[% L.yes_no_tag("defaults.customer_projects_only_in_sales", SELF.defaults.customer_projects_only_in_sales) %]</td>
173    <td>[% LxERP.t8("If enabled only those projects that are assigned to the currently selected customer are offered for selection in sales records.") %]</td>
174   </tr>
175
176   <tr>
177    <td align="right">[% LxERP.t8('Allow conversion from sales quotations to sales invoices') %]</td>
178    <td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %]</td>
179    <td>[% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %]</td>
180   </tr>
181
182   <tr>
183    <td align="right">[% LxERP.t8('Allow conversion from sales orders to sales invoices') %]</td>
184    <td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_order', SELF.defaults.allow_sales_invoice_from_sales_order) %]</td>
185    <td>[% LxERP.t8('If disabled sales orders cannot be converted into sales invoices directly.') %]</td>
186   </tr>
187
188   <tr>
189    <td align="right">[% LxERP.t8('Allow direct creation of new purchase delivery orders') %]</td>
190    <td>[% L.yes_no_tag('defaults.allow_new_purchase_delivery_order', SELF.defaults.allow_new_purchase_delivery_order) %]</td>
191    <td>[% LxERP.t8('If disabled purchase delivery orders can only be created by conversion from existing requests for quotations and purchase orders.') %]</td>
192   </tr>
193
194   <tr>
195    <td align="right">[% LxERP.t8('Allow direct creation of new purchase invoices') %]</td>
196    <td>[% L.yes_no_tag('defaults.allow_new_purchase_invoice', SELF.defaults.allow_new_purchase_invoice) %]</td>
197    <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>
198   </tr>
199
200   <tr>
201    <td align="right">[% LxERP.t8("Show »not delivered qty/value« column in sales and purchase orders") %]</td>
202    <td>[% L.yes_no_tag("defaults.sales_purchase_order_ship_missing_column", SELF.defaults.sales_purchase_order_ship_missing_column) %]</td>
203    <td>[% LxERP.t8("If enabled a column will be shown in sales and purchase orders that lists both the amount and the value not shipped yet for each item.") %]</td>
204   </tr>
205
206   <tr>
207    <td align="right">[% LxERP.t8("Warn before saving orders with duplicate parts (new controller only)") %]</td>
208    <td>[% L.yes_no_tag("defaults.order_warn_duplicate_parts", SELF.defaults.order_warn_duplicate_parts) %]</td>
209    <td>[% LxERP.t8("If enabled a warning will be shown in sales and purchase orders if there are two or more positions of the same part (new controller only).") %]</td>
210   </tr>
211
212   <tr><td class="listheading" colspan="4">[% LxERP.t8("E-mail") %]</td></tr>
213
214   <tr>
215    <td align="right">[% LxERP.t8('Global Record BCC') %]</td>
216    <td>
217      [% L.input_tag('defaults.global_bcc', SELF.defaults.global_bcc, style=style) %]
218    </td>
219    <td>[% 'Manually sent E-Mails will have their BCC field appended with this address. Will not trigger for employees without the right to send bcc, and will not apply to mails sent by automated jobs.' | $T8 %]</td>
220   </tr>
221
222   <tr>
223    <td align="right">[% LxERP.t8('Send a BCC to logged in user?') %]</td>
224    <td>
225      [% L.yes_no_tag('defaults.bcc_to_login', SELF.defaults.bcc_to_login) %]
226    </td>
227    <td>
228      [% LxERP.t8('Send a blind copy of all outgoing emails to current user\'s email address?') %]
229    </td>
230  </tr>
231
232   <tr>
233    <td align="right">[% LxERP.t8('Email journal') %]</td>
234    <td>
235      [% L.select_tag('defaults.email_journal', [ [ 0, LxERP.t8('No Journal') ],[ 1, LxERP.t8('Without Attachments') ],[ 2, LxERP.t8('With Attachments') ]  ], default=SELF.defaults.email_journal) %]
236    </td>
237    <td>[% 'Sent emails can be optionally stored in the database with or without their attachments.' | $T8 %]</td>
238   </tr>
239
240   <tr><td class="listheading" colspan="4">[% LxERP.t8("Requirement Specs") %]</td></tr>
241
242   <tr>
243    <td align="right">[% LxERP.t8('Default article for converting into quotations and orders') %]</td>
244    <td>
245     [% IF SELF.h_unit_name %]
246      [% 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) %]
247     [% ELSE %]
248      [% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %]
249     [% END %]
250    </td>
251    <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>
252   </tr>
253   <tr><td class="listheading" colspan="4">[% LxERP.t8('Transport and service costs reminder') %]</td></tr>
254  <tr>
255   <td align="right">[% LxERP.t8('Default transport article number') %]</td>
256   <td>[% P.part.picker('defaults.transport_cost_reminder_article_number_id', SELF.defaults.transport_cost_reminder_article_number_id, style=style) %]</td>
257    <td>[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]</td>
258  </tr>
259
260  <tr><td class="listheading" colspan="4">[% LxERP.t8("Disabled Price Sources") %]</td></tr>
261  <tr>
262    <td align="right">[% 'Price Sources to be disabled in this client' | $T8 %]</td>
263    <td colspan=2>
264      <div class="clearfix">
265       [% L.select_tag("defaults.disabled_price_sources[]", SELF.all_price_sources, id="defaults_price_sources", multiple=1, default=SELF.defaults.disabled_price_sources) %]
266       [% L.multiselect2side("defaults_price_sources", labelsx=LxERP.t8("All price sources"), labeldx=LxERP.t8("Price sources deactivated in this client")) %]
267      </div>
268    </td>
269  </tr>
270
271   <tr><td class="listheading" colspan="4">[% LxERP.t8("Projects") %]</td></tr>
272   <tr>
273    <td align="right">[% LxERP.t8('Always save orders with a projectnumber (create new projects)') %]</td>
274    <td>[% L.yes_no_tag('defaults.order_always_project', SELF.defaults.order_always_project) %]</td>
275   </tr>
276   <tr>
277    <td align="right">[% LxERP.t8('Project type') %]</td>
278    <td>[% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
279   </tr>
280   <tr>
281    <td align="right">[% LxERP.t8('Project Status') %]</td>
282    <td>[% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
283   </tr>
284   <tr><td class="listheading" colspan="4">[% LxERP.t8("Select Mulit-Item Options") %]</td></tr>
285   <tr>
286    <td align="right">[% LxERP.t8('Show parts longdescription (notes) in select list') %]</td>
287    <td>[% L.yes_no_tag('defaults.show_longdescription_select_item', SELF.defaults.show_longdescription_select_item) %]</td>
288   </tr>
289
290   <tr><td class="listheading" colspan="4">[% LxERP.t8("Enabled Quick Searched") %]</td></tr>
291   <tr>
292     <td align="right">[% 'Quick Searches that will be shown in the header in this client' | $T8 %]</td>
293     <td colspan=2>
294       <div class="clearfix">
295        [% L.select_tag("defaults.quick_search_modules[]", SELF.available_quick_search_modules, value_key="name", title_key="description_config", id="defaults_quick_searches", multiple=1, default=SELF.defaults.quick_search_modules) %]
296        [% L.multiselect2side("defaults_quick_searches", labelsx=LxERP.t8("All modules"), labeldx=LxERP.t8("Enabled modules")) %]
297       </div>
298     </td>
299   </tr>
300   <tr><td class="listheading" colspan="4">[% LxERP.t8("SEPA") %]</td></tr>
301   <tr>
302    <td align="right">[% LxERP.t8('Add Customer/Vendor Number as a reference add-on for SEPA export.') %]</td>
303    <td>[% L.yes_no_tag('defaults.sepa_reference_add_vc_vc_id', SELF.defaults.sepa_reference_add_vc_vc_id) %]</td>
304   </tr>
305
306   <tr><td class="listheading" colspan="4">[% LxERP.t8("Experimental Features") %]</td></tr>
307   <tr>
308    <td align="right">[% LxERP.t8('Enable experimental features') %]</td>
309    <td>[% L.yes_no_tag('defaults.feature_experimental', SELF.defaults.feature_experimental) %]</td>
310    <td>[% LxERP.t8('Experimental features are:') %] [% LxERP.t8('new order controller') %], [% LxERP.t8('Assortment') %]</td>
311   </tr>
312
313  <tr><td class="listheading" colspan="4">[% LxERP.t8("Shipped Quantity Algorithm") %]</td></tr>
314  <tr>
315   <td align="right">[% LxERP.t8('Require stock out to consider a delivery order position delivered?') %]</td>
316   <td>[% L.yes_no_tag('defaults.shipped_qty_require_stock_out', SELF.defaults.shipped_qty_require_stock_out) %]</td>
317   <td>[% LxERP.t8('If yes, delivery order positions are considered "delivered" only if they have been stocked out of the inventory. Otherwise saving the delivery order is considered delivered.') %]</td>
318  </tr>
319  <tr>
320   <td align="right">[% LxERP.t8('Use fill up when calculating shipped quantities?') %]</td>
321   <td>[% L.yes_no_tag('defaults.shipped_qty_fill_up', SELF.defaults.shipped_qty_fill_up) %]</td>
322   <td>[% LxERP.t8('Linked positions will always be reconciled first. If this is set to yes, unlinked positions will be reconciled in a second step. This is necessary in very old databases (with open delivery orders from before 3.4.0) and in businesses where delivery orders are frequently amended. Usually the direct links are faster and more accurate. Defaults to true for historical reasons only.') %]</td>
323  </tr>
324  <tr>
325   <td align="right">[% LxERP.t8('Position identity fields for fill up?') %]</td>
326   <td>
327     [% L.select_tag("defaults.shipped_qty_item_identity_fields[]", SELF.available_shipped_qty_item_identity_fields, id="defaults_shipped_qty_item_identity_fields", multiple=1, default=SELF.defaults.shipped_qty_item_identity_fields) %]
328     [% L.multiselect2side("defaults_shipped_qty_item_identity_fields", labelsx=LxERP.t8("Available identity fields"), labeldx=LxERP.t8("Selected identity fields")) %]</td>
329   <td>[% LxERP.t8('Only applies if the previous is set to true. When filling up unlinked positions, consider them matches if ALL of these fields match. For example, in a business with variants that are defined by a special description, description needs to be part of the identity. If delivering several similar order positions by delivery date is common, reqdate should be included in the identity. Serialnumber is useful when the serialnumber in the order and delivery order has to match.') %]</td>
330  </tr>
331
332
333 </table>
334 </div>