mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
48e9f1b668
- make address a manually named entry type - make a few more entry types searchable - fix dropdown filter undefined issue - reset settings docs if not saved - fix ux dropdown toggle on click
22 lines
337 B
JSON
22 lines
337 B
JSON
{
|
|
"name": "Address",
|
|
"fields": [
|
|
{
|
|
"fieldname": "pos",
|
|
"label": "Place of Supply",
|
|
"fieldtype": "AutoComplete",
|
|
"placeholder": "Place of Supply"
|
|
}
|
|
],
|
|
"quickEditFields": [
|
|
"name",
|
|
"addressLine1",
|
|
"addressLine2",
|
|
"city",
|
|
"state",
|
|
"country",
|
|
"postalCode",
|
|
"pos"
|
|
]
|
|
}
|