X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7b672f1f5400d0fa187e593508dd052ee580d006..fe7ed06d080e72f5435dc2e2fdff3eaf6e158cd6:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index c0ba2f0ef..af504a880 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 -%]
| [% 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") %] | |||
| [% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %] | |||
| [% 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.') %] | +|