2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"name": "SystemSettings",
|
|
|
|
"label": "System Settings",
|
|
|
|
"isSingle": true,
|
|
|
|
"isChild": false,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "dateFormat",
|
|
|
|
"label": "Date Format",
|
2022-04-27 08:37:06 +00:00
|
|
|
"fieldtype": "AutoComplete",
|
2022-03-23 07:31:15 +00:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "23/03/2022",
|
|
|
|
"value": "dd/MM/yyyy"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "03/23/2022",
|
|
|
|
"value": "MM/dd/yyyy"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "23-03-2022",
|
|
|
|
"value": "dd-MM-yyyy"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "03-23-2022",
|
|
|
|
"value": "MM-dd-yyyy"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "2022-03-23",
|
|
|
|
"value": "yyyy-MM-dd"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "23 Mar, 2022",
|
|
|
|
"value": "d MMM, y"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Mar 23, 2022",
|
|
|
|
"value": "MMM d, y"
|
2022-12-20 06:41:19 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "23.03.2022",
|
|
|
|
"value": "dd.MM.yyyy"
|
2022-03-23 07:31:15 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default": "MMM d, y",
|
|
|
|
"required": true,
|
2022-04-27 08:37:06 +00:00
|
|
|
"allowCustom": true,
|
2023-03-01 07:54:49 +00:00
|
|
|
"description": "Sets the app-wide date display format.",
|
|
|
|
"section": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "hideGetStarted",
|
|
|
|
"label": "Hide Get Started",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"description": "Hides the Get Started section from the sidebar. Change will be visible on restart or refreshing the app.",
|
|
|
|
"section": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "version",
|
|
|
|
"label": "Version",
|
|
|
|
"fieldtype": "Data",
|
2023-07-12 09:28:14 +00:00
|
|
|
"default": "0.0.0",
|
2023-03-01 07:54:49 +00:00
|
|
|
"readOnly": true,
|
|
|
|
"section": "Default"
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "locale",
|
|
|
|
"label": "Locale",
|
2022-04-27 08:37:06 +00:00
|
|
|
"fieldtype": "AutoComplete",
|
2022-03-23 07:31:15 +00:00
|
|
|
"default": "en-IN",
|
2022-04-27 08:37:06 +00:00
|
|
|
"required": true,
|
2022-12-20 06:41:19 +00:00
|
|
|
"allowCustom": true,
|
2023-03-01 07:54:49 +00:00
|
|
|
"description": "Set the local code. This is used for number formatting.",
|
|
|
|
"section": "Number Display"
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "displayPrecision",
|
|
|
|
"label": "Display Precision",
|
|
|
|
"fieldtype": "Int",
|
|
|
|
"default": 2,
|
|
|
|
"required": true,
|
2022-05-16 07:49:01 +00:00
|
|
|
"minvalue": 0,
|
|
|
|
"maxvalue": 9,
|
2023-03-01 07:54:49 +00:00
|
|
|
"description": "Sets how many digits are shown after the decimal point.",
|
|
|
|
"section": "Number Display"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "currency",
|
|
|
|
"label": "Currency",
|
|
|
|
"fieldtype": "AutoComplete",
|
|
|
|
"default": "INR",
|
|
|
|
"readOnly": true,
|
|
|
|
"required": true,
|
|
|
|
"section": "Number Display"
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "internalPrecision",
|
|
|
|
"label": "Internal Precision",
|
|
|
|
"fieldtype": "Int",
|
2022-05-16 07:49:01 +00:00
|
|
|
"minvalue": 0,
|
2022-03-23 07:31:15 +00:00
|
|
|
"default": 11,
|
2023-03-01 07:54:49 +00:00
|
|
|
"description": "Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.",
|
|
|
|
"hidden": true
|
2022-03-24 13:13:59 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "countryCode",
|
|
|
|
"label": "Country Code",
|
|
|
|
"fieldtype": "Data",
|
2022-04-25 06:33:31 +00:00
|
|
|
"default": "in",
|
2023-03-01 07:54:49 +00:00
|
|
|
"description": "Country code used to initialize regional settings.",
|
|
|
|
"hidden": true
|
2022-05-23 08:09:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "instanceId",
|
|
|
|
"label": "Instance Id",
|
|
|
|
"fieldtype": "Data",
|
2023-03-01 07:54:49 +00:00
|
|
|
"readOnly": true,
|
|
|
|
"hidden": true
|
2022-03-23 07:31:15 +00:00
|
|
|
}
|
|
|
|
],
|
2022-05-06 07:00:32 +00:00
|
|
|
"quickEditFields": [
|
|
|
|
"locale",
|
|
|
|
"dateFormat",
|
|
|
|
"currency",
|
|
|
|
"displayPrecision",
|
|
|
|
"hideGetStarted"
|
|
|
|
]
|
2022-03-23 08:37:00 +00:00
|
|
|
}
|