X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=cc31217c7b3f96e54cb1e33f72a67ba93d31ca03;hb=47b5e5c83df21577bbfd56d313acbbcf99b8588e;hp=a5aedd179f6e8272763edde5c1b48c56b236b9e3;hpb=6170db240b2883d457614fadbb8134b4e34070c5;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index a5aedd179..cc31217c7 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -77,6 +77,21 @@ [% L.hidden_tag('defaults.doc_max_filesize',SELF.defaults.doc_max_filesize) %] MB [% LxERP.t8('The maximum of uploadable filesize in Megabyte') %] + + [% LxERP.t8('Preselect Customer/Vendor documents as email attachments') %] + [% L.yes_no_tag('defaults.email_attachment_vc_files_checked', SELF.defaults.email_attachment_vc_files_checked) %] + [% LxERP.t8('Preselect all documents saved for the current customer/vendor as a mail attachment.') %] + + + [% LxERP.t8('Preselect part documents as email attachments') %] + [% L.yes_no_tag('defaults.email_attachment_part_files_checked', SELF.defaults.email_attachment_part_files_checked) %] + [% LxERP.t8('Preselect all documents for the current selected parts in a record as a mail attachment.') %] + + + [% LxERP.t8('Preselect record documents as email attachments') %] + [% L.yes_no_tag('defaults.email_attachment_record_files_checked', SELF.defaults.email_attachment_record_files_checked) %] + [% LxERP.t8('Preselect all documents saved for the current record as a mail attachment.') %] + [% LxERP.t8("Storage Backends") %] [% LxERP.t8('Files') %] @@ -114,11 +129,26 @@ [% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %] [% LxERP.t8('Representative for Customer') %] - + [% LxERP.t8('Normalize Customer / Vendor names') %] [% L.yes_no_tag('defaults.normalize_vc_names', SELF.defaults.normalize_vc_names) %] [% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %] + + [% LxERP.t8('Use text field for greetings') %] + [% L.yes_no_tag('defaults.vc_greetings_use_textfield', SELF.defaults.vc_greetings_use_textfield) %] + [% LxERP.t8('Use a text field to enter (new) greetings if enabled. Otherwise, only a drop down box is offered.') %] + + + [% LxERP.t8('Use text field for title of contacts') %] + [% L.yes_no_tag('defaults.contact_titles_use_textfield', SELF.defaults.contact_titles_use_textfield) %] + [% LxERP.t8('Use a text field to enter (new) contact titles if enabled. Otherwise, only a drop down box is offered.') %] + + + [% LxERP.t8('Use text field for department of contacts') %] + [% L.yes_no_tag('defaults.contact_departments_use_textfield', SELF.defaults.contact_departments_use_textfield) %] + [% LxERP.t8('Use a text field to enter (new) contact departments if enabled. Otherwise, only a drop down box is offered.') %] + [% LxERP.t8('Hourly Rate') %] @@ -208,6 +238,27 @@ [% L.yes_no_tag("defaults.order_warn_no_deliverydate", SELF.defaults.order_warn_no_deliverydate) %] [% LxERP.t8("If enabled a warning will be shown in sales and purchase orders if there the delivery date is empty.") %] + + [% LxERP.t8("For sales delivery orders, warn on workflow to invoice if not stocked out") %] + [% L.yes_no_tag("defaults.sales_delivery_order_check_stocked", SELF.defaults.sales_delivery_order_check_stocked) %] + [% LxERP.t8("If enabled a warning will be shown in sales delivery orders on workflow to invoices if positions are not stocked out.") %] + + + + [% LxERP.t8("For purchase delivery orders, warn on workflow to invoice if not stocked in") %] + [% L.yes_no_tag("defaults.purchase_delivery_order_check_stocked", SELF.defaults.purchase_delivery_order_check_stocked) %] + [% LxERP.t8("If enabled a warning will be shown in purchase delivery orders on workflow to invoices if positions are not stocked in.") %] + + + + [% LxERP.t8("Create sales invoices with ZUGFeRD data") %] + [% L.select_tag("defaults.create_zugferd_invoices", [ [ 0, LxERP.t8('Do not create ZUGFeRD invoices') ], [ 1, LxERP.t8('Create ZUGFeRD invoices') ], [ 2, LxERP.t8('Create ZUGFeRD invoices in test mode') ] ], + default=SELF.defaults.create_zugferd_invoices) %] + + [% LxERP.t8("If enabled ZUGFeRD-conformant sales invoice PDFs will be created.") %] + [% LxERP.t8("If the test mode is enabled, the ZUGFeRD invoices will be flagged so that they're only fit to be used for testing purposes.") %] + + [% LxERP.t8("E-mail") %]