From 2a44242746d1bc6ed4e2cf3791e912f49549922e Mon Sep 17 00:00:00 2001 From: Martin Heini Date: Mon, 9 Sep 2024 11:43:01 +0200 Subject: [PATCH] refactor: update default sales tax for Switzerland (#42902) * Updated default sales tax for switzerland * Add new reduced rate and special rate too --- .../setup/setup_wizard/data/country_wise_tax.json | 12 ++++++------ 1 file changed, 6 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 a746ebee7ed..7ab9621b2dc 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -4171,17 +4171,17 @@ "Switzerland": { "Switzerland normal VAT": { - "account_name": "VAT 7.7%", - "tax_rate": 7.70, + "account_name": "VAT 8.1%", + "tax_rate": 8.10, "default": 1 }, "Switzerland reduced VAT": { - "account_name": "VAT 2.5%", - "tax_rate": 2.50 + "account_name": "VAT 2.6%", + "tax_rate": 2.60 }, "Switzerland lodging VAT": { - "account_name": "VAT 3.7%", - "tax_rate": 3.70 + "account_name": "VAT 3.8%", + "tax_rate": 3.80 } },