mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +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": {
|
||||||
"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