mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +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": {
|
||||||
"Switzerland normal VAT": {
|
"Switzerland normal VAT": {
|
||||||
"account_name": "VAT 7.7%",
|
"account_name": "VAT 8.1%",
|
||||||
"tax_rate": 7.70,
|
"tax_rate": 8.10,
|
||||||
"default": 1
|
"default": 1
|
||||||
},
|
},
|
||||||
"Switzerland reduced VAT": {
|
"Switzerland reduced VAT": {
|
||||||
"account_name": "VAT 2.5%",
|
"account_name": "VAT 2.6%",
|
||||||
"tax_rate": 2.50
|
"tax_rate": 2.60
|
||||||
},
|
},
|
||||||
"Switzerland lodging VAT": {
|
"Switzerland lodging VAT": {
|
||||||
"account_name": "VAT 3.7%",
|
"account_name": "VAT 3.8%",
|
||||||
"tax_rate": 3.70
|
"tax_rate": 3.80
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user