fix: Move tax categories up in country wise json
This commit is contained in:
parent
673470705b
commit
40a4330ec1
@ -1164,35 +1164,35 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"India": {
|
"India": {
|
||||||
|
"tax_categories": [
|
||||||
|
{
|
||||||
|
"title": "In-State",
|
||||||
|
"is_inter_state": 0,
|
||||||
|
"gst_state": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Out-State",
|
||||||
|
"is_inter_state": 1,
|
||||||
|
"gst_state": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Reverse Charge In-State",
|
||||||
|
"is_inter_state": 0,
|
||||||
|
"gst_state": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Reverse Charge Out-State",
|
||||||
|
"is_inter_state": 1,
|
||||||
|
"gst_state": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Registered Composition",
|
||||||
|
"is_inter_state": 0,
|
||||||
|
"gst_state": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
"chart_of_accounts": {
|
"chart_of_accounts": {
|
||||||
"*": {
|
"*": {
|
||||||
"tax_categories": [
|
|
||||||
{
|
|
||||||
"title": "In-State",
|
|
||||||
"is_inter_state": 0,
|
|
||||||
"gst_state": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Out-State",
|
|
||||||
"is_inter_state": 1,
|
|
||||||
"gst_state": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Reverse Charge In-State",
|
|
||||||
"is_inter_state": 0,
|
|
||||||
"gst_state": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Reverse Charge Out-State",
|
|
||||||
"is_inter_state": 0,
|
|
||||||
"gst_state": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Registered Composition",
|
|
||||||
"is_inter_state": 0,
|
|
||||||
"gst_state": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"item_tax_templates": [
|
"item_tax_templates": [
|
||||||
{
|
{
|
||||||
"title": "GST 9%",
|
"title": "GST 9%",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user