From 470977fa133a37555fa9dad2081638ba4df18809 Mon Sep 17 00:00:00 2001 From: lasalesi Date: Thu, 8 Mar 2018 06:49:56 +0100 Subject: [PATCH] corrected setup wizard tax rates for Switzerland 2018 (#13220) (#13221) --- .../setup_wizard/data/country_wise_tax.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index 0e4ba6bc92..19318df38e 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -1230,14 +1230,18 @@ }, "Switzerland": { - "Switzerland VAT 8%": { - "account_name": "VAT 8%", - "tax_rate": 8.00, + "Switzerland normal VAT": { + "account_name": "VAT 7.7%", + "tax_rate": 7.70, "default": 1 }, - "Switzerland VAT 2.4%": { - "account_name": "VAT 2.4%", - "tax_rate": 2.40 + "Switzerland reduced VAT": { + "account_name": "VAT 2.5%", + "tax_rate": 2.50 + }, + "Switzerland lodging VAT": { + "account_name": "VAT 3.7%", + "tax_rate": 3.70 } },