mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
refactor: update default sales tax for Switzerland (#42902)
* Updated default sales tax for switzerland * Add new reduced rate and special rate too
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user