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,
|
2023-04-24 13:05:50 +05:30
|
|
|
"section": "Features"
|
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,
|
2023-04-24 13:05:50 +05:30
|
|
|
"section": "Features"
|
2023-03-01 13:24:49 +05:30
|
|
|
},
|
2023-06-06 14:28:48 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enablePriceList",
|
|
|
|
"label": "Enable Price List",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Features"
|
|
|
|
},
|
2023-09-23 15:56:24 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enableInvoiceReturns",
|
|
|
|
"label": "Enable Invoice Returns",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Features"
|
|
|
|
},
|
2023-07-28 11:40:07 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enableFormCustomization",
|
|
|
|
"label": "Enable Form Customization",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Features"
|
|
|
|
},
|
2024-08-09 10:41:54 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enableLead",
|
|
|
|
"label": "Enable Lead",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Features"
|
|
|
|
},
|
2024-01-30 18:24:01 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enablePricingRule",
|
|
|
|
"label": "Enable Pricing Rule",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Features"
|
|
|
|
},
|
2024-08-22 14:32:45 +05:30
|
|
|
{
|
|
|
|
"fieldname": "enableLoyaltyProgram",
|
|
|
|
"label": "Enable Loyalty Program",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Features"
|
|
|
|
},
|
2023-03-01 13:24:49 +05:30
|
|
|
{
|
|
|
|
"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
|
|
|
}
|