Skip to content

Commit

Permalink
Add Indonesian sales tax (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archanium authored and bojanz committed May 28, 2018
1 parent 636a4ec commit 2895b77
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/tax_type/id_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Indonesian GST",
"generic_label": "GST",
"display_inclusive": true,
"zone": "id_gst",
"rates": [
{
"id": "id_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "id_gst_standard",
"amount": 0.10,
"start_date": "2012-01-01"
}
]
}
]
}
12 changes: 12 additions & 0 deletions resources/zone/id_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Indonesia (GST)",
"scope": "tax",
"members": [
{
"type": "country",
"id": "id_gst_0",
"name": "Indonesia",
"country_code": "ID"
}
]
}

0 comments on commit 2895b77

Please sign in to comment.