From 29d544f90be28bd2282986230318b06f5c534a3b Mon Sep 17 00:00:00 2001 From: Niclas Zimmermann Date: Thu, 13 Jun 2013 13:25:02 +0200 Subject: [PATCH] Steuern beim Update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sorgt dafür dass beim Upgrade steuerfilterung.pl mehr Steuern aus dem Kontenrahmen SKR04 erkannt werden. --- locale/de/all | 2 +- sql/Pg-upgrade2/steuerfilterung.pl | 6 +++++- templates/webpages/dbupgrade/steuerfilterung.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/locale/de/all b/locale/de/all index a0223cb00..c775a0718 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1477,7 +1477,7 @@ $self->{texts} = { 'Please Check the bank information for each vendor:' => 'Bitte überprüfen Sie die Kontoinformationen der Lieferanten:', 'Please ask your administrator to create warehouses and bins.' => 'Bitten Sie Ihren Administrator, dass er Lager und Lagerplätze anlegt.', 'Please change the partnumber of the following parts and run the update again:' => 'Bitte ändern Sie daher die Artikelnummer folgender Artikel:', - 'Please choose for which categories the taxes should be displayed:' => 'Bitte wählen Sie für welche Kontoarten die Steuer angezeigt werden soll:', + 'Please choose for which categories the taxes should be displayed (otherwise remove the ticks):' => 'Bitte wählen Sie für welche Kontoart die Steuer angezeigt werden soll (ansonsten einfach die Häkchen entfernen)', 'Please contact your administrator or a service provider.' => 'Bitte kontaktieren Sie Ihren Administrator oder einen Dienstleister.', 'Please contact your administrator.' => 'Bitte wenden Sie sich an Ihren Administrator.', 'Please define a taxkey for the following taxes and run the update again:' => 'Bitte definieren Sie einen Steuerschlüssel für die folgenden Steuern und starten Sie dann das Update erneut:', diff --git a/sql/Pg-upgrade2/steuerfilterung.pl b/sql/Pg-upgrade2/steuerfilterung.pl index 5fc8f328d..8105c32aa 100644 --- a/sql/Pg-upgrade2/steuerfilterung.pl +++ b/sql/Pg-upgrade2/steuerfilterung.pl @@ -45,6 +45,8 @@ sub run { { taxkey => 2, rate => 0.07, taxdescription => qr{umsatzsteuer}i, categories => 'I' }, { taxkey => 3, rate => 0.16, taxdescription => qr{umsatzsteuer}i, categories => 'I' }, { taxkey => 3, rate => 0.19, taxdescription => qr{umsatzsteuer}i, categories => 'I' }, + { taxkey => 5, rate => 0.16, taxdescription => qr{umsatzsteuer}i, categories => 'I' }, + { taxkey => 7, rate => 0.16, taxdescription => qr{vorsteuer}i, categories => 'E' }, { taxkey => 8, rate => 0.07, taxdescription => qr{vorsteuer}i, categories => 'E' }, { taxkey => 9, rate => 0.16, taxdescription => qr{vorsteuer}i, categories => 'E' }, { taxkey => 9, rate => 0.19, taxdescription => qr{vorsteuer}i, categories => 'E' }, @@ -53,7 +55,9 @@ sub run { { taxkey => 12, rate => 0.07, taxdescription => qr{steuerpflichtig.*lieferung.*erm}i, categories => 'I' }, { taxkey => 13, rate => 0.16, taxdescription => qr{steuerpflichtig.*lieferung.*voll}i, categories => 'I' }, { taxkey => 13, rate => 0.19, taxdescription => qr{steuerpflichtig.*lieferung.*voll}i, categories => 'I' }, - { taxkey => 18, rate => 0.07, taxdescription => qr{innergem.*erwerb.*erm}i, categories => 'E' }, + { taxkey => 15, rate => 0.16, taxdescription => qr{steuerpflicht.*eg.*lieferung}i, categories => 'I' }, + { taxkey => 17, rate => 0.16, taxdescription => qr{steuerpflicht.*eg.*erwerb}i, categories => 'E' }, + { taxkey => 18, rate => 0.07, taxdescription => qr{innergem.*erwerb.*erm}i, categories => 'E' }, { taxkey => 19, rate => 0.16, taxdescription => qr{innergem.*erwerb.*voll}i, categories => 'E' }, { taxkey => 19, rate => 0.19, taxdescription => qr{innergem.*erwerb.*voll}i, categories => 'E' }, ); diff --git a/templates/webpages/dbupgrade/steuerfilterung.html b/templates/webpages/dbupgrade/steuerfilterung.html index dc3e78889..dd8aab4ef 100644 --- a/templates/webpages/dbupgrade/steuerfilterung.html +++ b/templates/webpages/dbupgrade/steuerfilterung.html @@ -12,7 +12,7 @@

[% 'You can choose account categories for taxes. Depending on these categories taxes will be displayed for transfers in the general ledger or not.' | $T8 %]

[% 'If you have not chosen for example the category revenue for a tax and you choose an revenue account to create a transfer in the general ledger, this tax will not be displayed in the tax dropdown.' | $T8 %]

[% 'This feature especially prevents mistakes by mixing up prior tax and sales tax.' | $T8 %]

-

[% 'Please choose for which categories the taxes should be displayed:' | $T8 %]

+

[% 'Please choose for which categories the taxes should be displayed (otherwise remove the ticks):' | $T8 %]

-- 2.20.1
[% 'Taxkey' | $T8 %]