mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
VAT rates update for France
This commit is contained in:
@@ -448,11 +448,15 @@
|
||||
},
|
||||
|
||||
"France": {
|
||||
"France VAT 19.6%": {
|
||||
"account_name": "VAT 19.6%",
|
||||
"tax_rate": 19.6,
|
||||
"France VAT 20%": {
|
||||
"account_name": "VAT 20%",
|
||||
"tax_rate": 20,
|
||||
"default": 1
|
||||
},
|
||||
"France VAT 10%": {
|
||||
"account_name": "VAT 10%",
|
||||
"tax_rate": 10
|
||||
},
|
||||
"France VAT 5.5%": {
|
||||
"account_name": "VAT 5.5%",
|
||||
"tax_rate": 5.5
|
||||
@@ -1377,4 +1381,4 @@
|
||||
"tax_rate": 15.00
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user