2022-03-23 14:07:00 +05:30
|
|
|
{
|
|
|
|
"name": "Party",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "gstType",
|
|
|
|
"label": "GST Registration",
|
|
|
|
"placeholder": "GST Registration",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"default": "Unregistered",
|
2022-03-23 20:16:19 +05:30
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"value": "Unregistered",
|
|
|
|
"label": "Unregistered"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Registered Regular",
|
|
|
|
"label": "Registered Regular"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Consumer",
|
|
|
|
"label": "Consumer"
|
|
|
|
}
|
2023-04-14 15:31:04 +05:30
|
|
|
],
|
|
|
|
"section": "Billing"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "gstin",
|
|
|
|
"label": "GSTIN No.",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"section": "Billing"
|
2022-03-23 14:07:00 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"quickEditFields": [
|
|
|
|
"email",
|
|
|
|
"phone",
|
|
|
|
"address",
|
|
|
|
"defaultAccount",
|
|
|
|
"currency",
|
2022-04-29 18:30:24 +05:30
|
|
|
"role",
|
2022-03-23 14:07:00 +05:30
|
|
|
"gstType",
|
|
|
|
"gstin"
|
2022-04-14 10:54:11 +05:30
|
|
|
],
|
|
|
|
"removeFields": ["taxId"]
|
2022-03-23 14:07:00 +05:30
|
|
|
}
|