Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4e3c32b1

Von Cem Aydin vor 7 Monaten hinzugefügt

  • ID 4e3c32b1efd9d1dda9d59339a0b9058c6991be41
  • Vorgänger b25c0998
  • Nachfolger 7e6f1cd0

Fix: dbupgrade Skript steuerfilterung.pl

Neue Schweizer Mehrwertsteuersätze eintragen.

Behebt: Fehler #671

Unterschiede anzeigen:

sql/Pg-upgrade2/steuerfilterung.pl
# Swiss
{ taxkey => 2, rate => 0.08, taxdescription => qr{mwst}i, categories => 'I' },
{ taxkey => 2, rate => 0.081, taxdescription => qr{mwst}i, categories => 'I' },
{ taxkey => 3, rate => 0.025, taxdescription => qr{mwst}i, categories => 'I' },
{ taxkey => 3, rate => 0.026, taxdescription => qr{mwst}i, categories => 'I' },
{ taxkey => 4, rate => 0.08, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 4, rate => 0.081, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 5, rate => 0.025, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 5, rate => 0.026, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 6, rate => 0.08, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 6, rate => 0.081, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 7, rate => 0.025, taxdescription => qr{mwst}i, categories => 'E' },
{ taxkey => 7, rate => 0.026, taxdescription => qr{mwst}i, categories => 'E' },
);
$query = qq|SELECT taxkey, taxdescription, rate, id AS tax_id FROM tax order by taxkey, rate;|;

Auch abrufbar als: Unified diff