From b0e2ba6d054bc1a23926dc8c81d963dc8d6e0cdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 12 Jul 2021 11:20:46 +0200 Subject: [PATCH] =?utf8?q?Texte=20Mandantenkonfig=20f.=20Option=20"Dokumen?= =?utf8?q?te=20hinzuf=C3=BCgen"=20ge=C3=A4ndert,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … damit deutlich wird, dass bei Dialog-, Kreditoren- und Ek-Rg-Buchung in den Dokumenten-Tab gesprungen und bei Debitorenbuchung in der Maske geblieben wird. Debitorenbuchung hat keinen Dokumenten-Tab. --- locale/de/all | 3 ++- locale/en/all | 1 + templates/webpages/client_config/_posting_configuration.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/locale/de/all b/locale/de/all index ac77747f5..01f1e44cc 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1088,6 +1088,7 @@ $self->{texts} = { 'Do not change the tax rate of taxkey 0.' => 'Ändern Sie nicht den Steuersatz vom Steuerschlüssel 0.', 'Do not check for duplicates' => 'Nicht nach Dubletten suchen', 'Do not create Factur-X/ZUGFeRD invoices' => 'Keine Factur-X-/ZUGFeRD-Rechnungen erzeugen', + 'Do not leave booking form?' => 'Buchungsmaske nicht verlassen?', 'Do not link to a project.' => 'Nicht mit einem Projekt verknüpfen.', 'Do not modify this position' => 'Diese Position nicht verändern', 'Do not run the task server for this client' => 'Task-Server nicht für diesen Mandanten ausführen', @@ -3104,7 +3105,7 @@ $self->{texts} = { 'Show delivery value report' => 'Lieferwertbericht anzeigen', 'Show details' => 'Details anzeigen', 'Show details and reports of parts, services, assemblies' => 'Details und Berichte von Waren, Dienstleistungen und Erzeugnissen anzeigen', - 'Show document tab after posting?' => 'Buchungsmaske nicht verlassen', + 'Show document tab after posting?' => 'Buchungsmaske nicht verlassen und Dokumenten-Reiter anzeigen?', 'Show documents in WebDAV' => 'Dokumente im WebDAV anzeigen', 'Show documents in file storage' => 'Dokumente im Dateimanagement anzeigen', 'Show fields used for the best before date?' => 'Felder zur Eingabe des Mindesthaltbarkeitsdatums anzeigen?', diff --git a/locale/en/all b/locale/en/all index 1255e5a17..65e80cc00 100644 --- a/locale/en/all +++ b/locale/en/all @@ -1088,6 +1088,7 @@ $self->{texts} = { 'Do not change the tax rate of taxkey 0.' => '', 'Do not check for duplicates' => '', 'Do not create Factur-X/ZUGFeRD invoices' => '', + 'Do not leave booking form?' => '', 'Do not link to a project.' => '', 'Do not modify this position' => '', 'Do not run the task server for this client' => '', diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index 73583eb5f..a481639ab 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -45,7 +45,7 @@ [% LxERP.t8('Add document for AR transactions') %] [% L.yes_no_tag('defaults.ar_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_add_doc) %] - [% LxERP.t8('Show document tab after posting?') %] + [% LxERP.t8('Do not leave booking form?') %] [% LxERP.t8('Add document for AP transactions') %] -- 2.20.1