X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f4fe824640bd460cc7e98dead251d43a8ec4e393..f775b88a24af70fd667683ee235adc2d450e83b9:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 2576ebc06..79ae72e37 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("Purchasing & Sales") %] | |||
| [% LxERP.t8('Require a transaction description in purchase and sales records') %] | +[% L.yes_no_tag('defaults.require_transaction_description_ps', SELF.defaults.require_transaction_description_ps) %] | +[% LxERP.t8('If enabled purchase and sales records cannot be saved if no transaction description has been entered.') %] | +|
| [% LxERP.t8('Allow conversion from sales quotations to sales invoices') %] | +[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %] | +[% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %] | +|
| [% LxERP.t8('Allow conversion from sales orders to sales invoices') %] | +[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_order', SELF.defaults.allow_sales_invoice_from_sales_order) %] | +[% LxERP.t8('If disabled sales orders cannot be converted into sales invoices directly.') %] | +|
| [% LxERP.t8('Allow direct creation of new purchase delivery orders') %] | +[% L.yes_no_tag('defaults.allow_new_purchase_delivery_order', SELF.defaults.allow_new_purchase_delivery_order) %] | +[% LxERP.t8('If disabled purchase delivery orders can only be created by conversion from existing requests for quotations and purchase orders.') %] | +|
| [% LxERP.t8('Allow direct creation of new purchase invoices') %] | +[% L.yes_no_tag('defaults.allow_new_purchase_invoice', SELF.defaults.allow_new_purchase_invoice) %] | +[% LxERP.t8('If disabled purchase invoices can only be created by conversion from existing requests for quotations, purchase orders and purchase delivery orders.') %] | +|
| [% LxERP.t8("Requirement Specs") %] | |||
| [% LxERP.t8('Default article for converting into quotations and orders') %] | -[% L.select_tag('defaults.requirement_spec_section_order_part_id', SELF.all_parts, default=SELF.defaults.requirement_spec_section_order_part_id, with_empty=1, title_sub=\make_part_title) %] | ++ [% 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.') %] |