X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/af2f24b8a20ae59af3b72da2cdf3669987a19927..0d37f1e8:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 3d3b21678..14f6d10b1 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -1,4 +1,4 @@ -[%- USE LxERP -%][%- USE L -%] +[%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 %]
@@ -27,6 +27,12 @@ + + + + + + @@ -44,11 +50,97 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[% LxERP.t8("WebDAV") %]
[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %]
[% LxERP.t8('Hourly Rate') %][% L.input_tag('defaults.customer_hourly_rate', LxERP.format_amount(SELF.defaults.customer_hourly_rate, 2), style=style) %][% LxERP.t8('Default hourly rate for new customers') %]
[% LxERP.t8("Parts Master Data") %]
[% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %] [% LxERP.t8('Style the picture with the following CSS code') %]
[% LxERP.t8("E-mail") %]
[% LxERP.t8('Global Record BCC') %] + [% L.input_tag('defaults.global_bcc', SELF.defaults.global_bcc, style=style) %] + [% '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 %]
[% LxERP.t8("Requirement Specs") %]
[% LxERP.t8('Default article for converting into quotations and orders') %] + [% IF SELF.h_unit_name %] + [% 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) %] + [% ELSE %] + [% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %] + [% END %] + [% 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.') %]
[% LxERP.t8('Transport and service costs reminder') %]
[% LxERP.t8('Default transport article number') %][% L.part_picker('defaults.transport_cost_reminder_article_number_id', SELF.defaults.transport_cost_reminder_article_number_id, style=style) %][% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]
[% LxERP.t8("Disabled Price Sources") %]
[% 'Price Sources to be disabled in this client' | $T8 %] +
+ [% L.select_tag("defaults.disabled_price_sources[]", SELF.all_price_sources, id="defaults_price_sources", multiple=1, default=SELF.defaults.disabled_price_sources) %] + [% L.multiselect2side("defaults_price_sources", labelsx=LxERP.t8("All price sources"), labeldx=LxERP.t8("Price sources deactivated in this client")) %] +
+