From: Moritz Bunkus Date: Tue, 24 Jan 2017 16:36:50 +0000 (+0100) Subject: Finanzbuchhaltung: schönere »…verbucht«-Meldungen via Flash X-Git-Tag: release-3.5.4~1659 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ee56f1b20ab915671ded297f593c0e2e245bad70;p=kivitendo-erp.git Finanzbuchhaltung: schönere »…verbucht«-Meldungen via Flash --- diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 8d55d01ac..a297bc601 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -692,7 +692,7 @@ sub post { } # /saving the history # Dieser Text wird niemals ausgegeben: Probleme beim redirect? - $form->redirect($locale->text('Transaction posted!')) unless $inline; + $form->redirect($locale->text('AP transaction posted.')) unless $inline; } else { $form->error($locale->text('Cannot post transaction!')); } diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index e271ba07f..969d73d2a 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -671,7 +671,7 @@ sub post { } # /saving the history - $form->redirect($locale->text('Transaction posted!')) unless $inline; + $form->redirect($locale->text("AR transaction posted.")) unless $inline; $main::lxdebug->leave_sub(); } diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index cb2ebb2e7..f56a9a754 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1142,7 +1142,7 @@ sub post { } $form->{callback} = build_std_url("action=add", "show_details"); - $form->redirect($form->{callback}); + $form->redirect($::locale->text("General ledger transaction '#1' posted", $form->{reference})); $main::lxdebug->leave_sub(); } diff --git a/locale/de/all b/locale/de/all index 722eb2ae8..a7842347f 100755 --- a/locale/de/all +++ b/locale/de/all @@ -71,6 +71,7 @@ $self->{texts} = { 'AP Transaction Storno (one letter abbreviation)' => 'S', 'AP Transaction with Storno (abbreviation)' => 'K(S)', 'AP Transactions' => 'Kreditorenbuchungen', + 'AP transaction posted.' => 'Kreditorenbuchung verbucht.', 'AP transactions changeable' => 'Änderbarkeit von Kreditorenbuchungen', 'AP transactions with sales taxkeys and/or AR transactions with input taxkeys' => 'Kreditorenbuchungen mit Umsatzsteuer-Steuerschlüsseln und/oder Debitorenbuchungen mit Vorsteuer-Steuerschlüsseln', 'AP/AR Aging & Journal' => 'Offene Forderungen/Verbindunglichkeiten & Buchungsjournal', @@ -80,6 +81,7 @@ $self->{texts} = { 'AR Transaction (abbreviation)' => 'D', 'AR Transaction/AccTrans Item row names' => 'Namen der Rechnungs/Buchungszeilen', 'AR Transactions' => 'Debitorenbuchungen', + 'AR transaction posted.' => 'Debitorenbuchung verbucht.', 'AR transactions changeable' => 'Änderbarkeit von Debitorenbuchungen', 'ASSETS' => 'AKTIVA', 'ATTENTION! If you enabled this feature you can not simply turn it off again without taking care that best_before fields are emptied in the database.' => 'ACHTUNG! Wenn Sie diese Einstellung aktivieren, dann können Sie sie später nicht ohne Weiteres deaktivieren, ohne dafür zu sorgen, dass die Felder der Mindeshaltbarkeitsdaten in der Datenbank leer gemacht werden.', @@ -1375,6 +1377,7 @@ $self->{texts} = { 'General Ledger Transaction' => 'Dialogbuchung', 'General ledger and cash' => 'Finanzbuchhaltung und Zahlungsverkehr', 'General ledger corrections' => 'Korrekturen im Hauptbuch', + 'General ledger transaction \'#1\' posted' => 'Dialogbuchung \'#1\' verbucht.', 'General settings' => 'Allgemeine Einstellungen', 'Generic Tax Report' => 'USTVA Bericht', 'Germany' => 'Deutschland', @@ -3267,7 +3270,6 @@ $self->{texts} = { 'Transaction description' => 'Vorgangsbezeichnung', 'Transaction has already been cancelled!' => 'Diese Buchung wurde bereits storniert.', 'Transaction has been split on both the credit and the debit side' => 'Sowohl auf der Soll- als auch auf der Haben-Seite gesplittete Buchung', - 'Transaction posted!' => 'Buchung verbucht!', 'Transactions' => 'Buchungen', 'Transactions without account:' => 'Buchungen ohne Konto:', 'Transactions without reference:' => 'Buchungen ohne Referenz:',