mirror of
https://github.com/frappe/books.git
synced 2024-11-14 17:34:04 +00:00
22 lines
360 B
JSON
22 lines
360 B
JSON
|
{
|
||
|
"name": "AccountingSettings",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "taxId",
|
||
|
"label": "Tax ID",
|
||
|
"fieldtype": "Data",
|
||
|
"placeholder": "CHE-123.456.789",
|
||
|
"section": "Default"
|
||
|
}
|
||
|
],
|
||
|
"quickEditFields": [
|
||
|
"fullname",
|
||
|
"email",
|
||
|
"companyName",
|
||
|
"country",
|
||
|
"fiscalYearStart",
|
||
|
"fiscalYearEnd",
|
||
|
"taxId"
|
||
|
]
|
||
|
}
|