mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
28 lines
518 B
JSON
28 lines
518 B
JSON
{
|
|
"name": "Party",
|
|
"fields": [
|
|
{
|
|
"fieldname": "gstin",
|
|
"label": "GSTIN No.",
|
|
"fieldtype": "Data"
|
|
},
|
|
{
|
|
"fieldname": "gstType",
|
|
"label": "GST Registration",
|
|
"placeholder": "GST Registration",
|
|
"fieldtype": "Select",
|
|
"default": "Unregistered",
|
|
"options": ["Unregistered", "Registered Regular", "Consumer"]
|
|
}
|
|
],
|
|
"quickEditFields": [
|
|
"email",
|
|
"phone",
|
|
"address",
|
|
"defaultAccount",
|
|
"currency",
|
|
"gstType",
|
|
"gstin"
|
|
]
|
|
}
|