X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..5e96049428deceda2ef857930bbf67311deccbcb:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index af504a880..416eb815f 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -57,6 +57,44 @@ + [% 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("Only list customer's projects in sales records") %] + [% L.yes_no_tag("defaults.customer_projects_only_in_sales", SELF.defaults.customer_projects_only_in_sales) %] + [% LxERP.t8("If enabled only those projects that are assigned to the currently selected customer are offered for selection in sales records.") %] + + + + [% 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") %]