Texte Mandantenkonfig f. Option "Dokumente hinzufügen" geändert, …
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 12 Jul 2021 09:20:46 +0000 (11:20 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 12 Jul 2021 11:13:56 +0000 (13:13 +0200)
… 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
locale/en/all
templates/webpages/client_config/_posting_configuration.html

index ac77747..01f1e44 100755 (executable)
@@ -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?',
index 1255e5a..65e80cc 100644 (file)
@@ -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' => '',
index 73583eb..a481639 100644 (file)
@@ -45,7 +45,7 @@
   <tr>
    <td align="right">[% LxERP.t8('Add document for AR transactions') %]</td>
    <td>[% L.yes_no_tag('defaults.ar_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_add_doc) %]</td>
-   <td>[% LxERP.t8('Show document tab after posting?') %]</td>
+   <td>[% LxERP.t8('Do not leave booking form?') %]</td>
   </tr>
   <tr>
    <td align="right">[% LxERP.t8('Add document for AP transactions') %]</td>