mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
fix: backport Switzerland VAT rates update to version-15 (#52244)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4844,17 +4844,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
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user