2
0
mirror of https://github.com/frappe/books.git synced 2024-12-24 20:00:29 +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.

22 lines
347 B
JSON
Raw Normal View History

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