mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
fix: indonesia tax
This commit is contained in:
@@ -3900,9 +3900,13 @@
|
||||
},
|
||||
|
||||
"Indonesia": {
|
||||
"Indonesia Tax": {
|
||||
"account_name": "VAT",
|
||||
"tax_rate": 10.00
|
||||
"Sales Tax": {
|
||||
"account_name": "PPN Keluaran",
|
||||
"tax_rate": 11.00
|
||||
},
|
||||
"Purchase Tax": {
|
||||
"account_name": "PPn Masukan",
|
||||
"tax_rate": 11.00
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user