2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/schemas/regional/in/AccountingSettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
375 B
JSON
Raw Normal View History

2022-03-23 08:37:00 +00:00
{
"name": "AccountingSettings",
"fields": [
{
"fieldname": "gstin",
"label": "GSTIN",
"fieldtype": "Data",
2023-03-01 07:54:49 +00:00
"placeholder": "27AAAAA0000A1Z5",
"section": "Default"
2022-03-23 08:37:00 +00:00
}
],
"quickEditFields": [
"fullname",
"email",
"companyName",
"country",
"currency",
"fiscalYearStart",
"fiscalYearEnd",
"gstin"
]
}