2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"name": "AccountingSettings",
|
|
|
|
"label": "Accounting Settings",
|
|
|
|
"isSingle": true,
|
|
|
|
"isChild": false,
|
|
|
|
"isSubmittable": false,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"label": "Company Name",
|
|
|
|
"fieldname": "companyName",
|
|
|
|
"fieldtype": "Data",
|
2022-04-27 08:37:06 +00:00
|
|
|
"readOnly": true,
|
2022-03-23 07:31:15 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Write Off Account",
|
|
|
|
"fieldname": "writeOffAccount",
|
|
|
|
"fieldtype": "Link",
|
2022-07-14 12:33:31 +00:00
|
|
|
"target": "Account"
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Round Off Account",
|
|
|
|
"fieldname": "roundOffAccount",
|
|
|
|
"fieldtype": "Link",
|
2022-07-14 12:33:31 +00:00
|
|
|
"target": "Account"
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "country",
|
|
|
|
"label": "Country",
|
|
|
|
"fieldtype": "AutoComplete",
|
|
|
|
"placeholder": "Select Country",
|
|
|
|
"readOnly": true,
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "fullname",
|
2022-07-13 17:48:20 +00:00
|
|
|
"label": "Full Name",
|
2022-03-23 07:31:15 +00:00
|
|
|
"fieldtype": "Data",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "email",
|
|
|
|
"label": "Email",
|
|
|
|
"fieldtype": "Data",
|
2022-03-23 08:37:00 +00:00
|
|
|
"required": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "bankName",
|
|
|
|
"label": "Bank Name",
|
|
|
|
"fieldtype": "Data",
|
2022-04-27 08:37:06 +00:00
|
|
|
"readOnly": true,
|
2022-03-23 07:31:15 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "fiscalYearStart",
|
|
|
|
"label": "Fiscal Year Start Date",
|
|
|
|
"fieldtype": "Date",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "fiscalYearEnd",
|
|
|
|
"label": "Fiscal Year End Date",
|
|
|
|
"fieldtype": "Date",
|
|
|
|
"required": true
|
|
|
|
},
|
2022-07-13 17:48:20 +00:00
|
|
|
{
|
|
|
|
"fieldname": "enableDiscounting",
|
|
|
|
"label": "Enable Discounting",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false
|
|
|
|
},
|
2022-07-14 12:33:31 +00:00
|
|
|
{
|
|
|
|
"label": "Discount Account",
|
|
|
|
"fieldname": "discountAccount",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account"
|
|
|
|
},
|
2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"fieldname": "setupComplete",
|
|
|
|
"label": "Setup Complete",
|
|
|
|
"fieldtype": "Check",
|
2022-03-23 08:37:00 +00:00
|
|
|
"default": false
|
2022-03-23 07:31:15 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"quickEditFields": [
|
|
|
|
"fullname",
|
|
|
|
"email",
|
|
|
|
"companyName",
|
|
|
|
"country",
|
|
|
|
"fiscalYearStart",
|
2022-03-23 08:37:00 +00:00
|
|
|
"fiscalYearEnd"
|
2022-03-23 07:31:15 +00:00
|
|
|
]
|
2022-03-23 08:37:00 +00:00
|
|
|
}
|