X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=c8685715713bb33f3179b0181fb9f0e744074cef;hb=6caf1000dabee234d86457ff433268cebd8e0447;hp=7d4959fda0d295ba753f4e1e9bfa4d45679957b2;hpb=76383e4bd057a778acc2b3be2f2db278448dfe77;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 7d4959fda..c86857157 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') %] @@ -208,6 +223,15 @@ [% 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("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") %] @@ -236,9 +260,15 @@ [% 'Sent emails can be optionally stored in the database with or without their attachments.' | $T8 %] + + [% LxERP.t8('Invoice email settings') %] + + [% L.select_tag('defaults.invoice_mail_settings', [ [ 'cp', LxERP.t8('Contact Person') ],[ 'invoice_mail', LxERP.t8('Invoice email') ],[ 'invoice_mail_cc_cp', LxERP.t8('Invoice email and Contact Person') ] ], default=SELF.defaults.invoice_mail_settings) %] + + [% 'The invoice recipient can either be a selected contact person (default) or the email adress set in the master data of the customer. Additionally a contact persons mail and the company\'s invoicing mail can be combined.' | $T8 %] + [% LxERP.t8("Requirement Specs") %] - [% LxERP.t8('Default article for converting into quotations and orders') %]