mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
refactor(region): Splitting of KSA(Saudi Arabia) Regional logic from ERPNext (#33895)
* feat: remove KSA regional code
This commit is contained in:
committed by
GitHub
parent
dde5bbc9a7
commit
a06d24037b
@@ -4015,34 +4015,6 @@
|
||||
"tax_rate": 18.00
|
||||
}
|
||||
},
|
||||
|
||||
"Saudi Arabia": {
|
||||
"KSA VAT 15%": {
|
||||
"account_name": "VAT 15%",
|
||||
"tax_rate": 15.00
|
||||
},
|
||||
"KSA VAT 5%": {
|
||||
"account_name": "VAT 5%",
|
||||
"tax_rate": 5.00
|
||||
},
|
||||
"KSA VAT Zero": {
|
||||
"account_name": "VAT Zero",
|
||||
"tax_rate": 0.00
|
||||
},
|
||||
"KSA VAT Exempted": {
|
||||
"account_name": "VAT Exempted",
|
||||
"tax_rate": 0.00
|
||||
},
|
||||
"KSA Excise 50%": {
|
||||
"account_name": "Excise 50%",
|
||||
"tax_rate": 50.00
|
||||
},
|
||||
"KSA Excise 100%": {
|
||||
"account_name": "Excise 100%",
|
||||
"tax_rate": 100.00
|
||||
}
|
||||
},
|
||||
|
||||
"Serbia": {
|
||||
"Serbia Tax": {
|
||||
"account_name": "VAT",
|
||||
|
||||
Reference in New Issue
Block a user