2022-03-23 13:01:15 +05:30
|
|
|
{
|
|
|
|
"name": "AccountingSettings",
|
|
|
|
"label": "Accounting Settings",
|
|
|
|
"isSingle": true,
|
|
|
|
"isChild": false,
|
|
|
|
"isSubmittable": false,
|
|
|
|
"fields": [
|
2023-03-01 13:24:49 +05:30
|
|
|
{
|
|
|
|
"label": "Full Name",
|
|
|
|
"fieldname": "fullname",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
|
|
|
},
|
2022-03-23 13:01:15 +05:30
|
|
|
{
|
|
|
|
"label": "Company Name",
|
|
|
|
"fieldname": "companyName",
|
|
|
|
"fieldtype": "Data",
|
2022-04-27 14:07:06 +05:30
|
|
|
"readOnly": true,
|
2023-03-01 13:24:49 +05:30
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
2023-03-01 13:24:49 +05:30
|
|
|
"label": "Bank Name",
|
|
|
|
"fieldname": "bankName",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"readOnly": true,
|
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Country",
|
2023-03-01 13:24:49 +05:30
|
|
|
"fieldname": "country",
|
2022-03-23 13:01:15 +05:30
|
|
|
"fieldtype": "AutoComplete",
|
|
|
|
"placeholder": "Select Country",
|
|
|
|
"readOnly": true,
|
2023-03-01 13:24:49 +05:30
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "email",
|
|
|
|
"label": "Email",
|
|
|
|
"fieldtype": "Data",
|
2023-03-01 13:24:49 +05:30
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
2023-03-01 13:24:49 +05:30
|
|
|
"label": "Write Off Account",
|
|
|
|
"fieldname": "writeOffAccount",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"section": "Accounts"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
2023-03-01 13:24:49 +05:30
|
|
|
"label": "Round Off Account",
|
|
|
|
"fieldname": "roundOffAccount",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"section": "Accounts"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
2023-03-01 13:24:49 +05:30
|
|
|
"label": "Discount Account",
|
|
|
|
"fieldname": "discountAccount",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"section": "Accounts"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
2022-07-13 23:18:20 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enableDiscounting",
|
2022-07-15 16:24:07 +05:30
|
|
|
"label": "Enable Discount Accounting",
|
2022-07-13 23:18:20 +05:30
|
|
|
"fieldtype": "Check",
|
2023-03-01 13:24:49 +05:30
|
|
|
"default": false,
|
|
|
|
"section": "Feature Flags"
|
2022-07-14 18:03:31 +05:30
|
|
|
},
|
2022-11-30 11:24:05 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enableInventory",
|
|
|
|
"label": "Enable Inventory",
|
|
|
|
"fieldtype": "Check",
|
2023-03-01 13:24:49 +05:30
|
|
|
"default": false,
|
|
|
|
"section": "Feature Flags"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "fiscalYearStart",
|
|
|
|
"label": "Fiscal Year Start Date",
|
|
|
|
"fieldtype": "Date",
|
|
|
|
"required": true,
|
|
|
|
"section": "Fiscal Year"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "fiscalYearEnd",
|
|
|
|
"label": "Fiscal Year End Date",
|
|
|
|
"fieldtype": "Date",
|
|
|
|
"required": true,
|
|
|
|
"section": "Fiscal Year"
|
2022-11-30 11:24:05 +05:30
|
|
|
},
|
2022-03-23 13:01:15 +05:30
|
|
|
{
|
|
|
|
"fieldname": "setupComplete",
|
|
|
|
"label": "Setup Complete",
|
|
|
|
"fieldtype": "Check",
|
2023-03-01 13:24:49 +05:30
|
|
|
"default": false,
|
|
|
|
"hidden": true
|
2022-03-23 13:01:15 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"quickEditFields": [
|
|
|
|
"fullname",
|
|
|
|
"email",
|
|
|
|
"companyName",
|
|
|
|
"country",
|
|
|
|
"fiscalYearStart",
|
2022-03-23 14:07:00 +05:30
|
|
|
"fiscalYearEnd"
|
2022-03-23 13:01:15 +05:30
|
|
|
]
|
2022-03-23 14:07:00 +05:30
|
|
|
}
|