Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows": [
|
||||
[
|
||||
{"name": "user"},
|
||||
{"name": "ipAddress"}
|
||||
],
|
||||
[
|
||||
{"name": "action"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "targetType"},
|
||||
{"name": "createdAt"}
|
||||
],
|
||||
[
|
||||
{"name": "target", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name": "authLogRecord"},
|
||||
{"name": "authToken"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows": [
|
||||
[
|
||||
{"name": "user"},
|
||||
{"name": "ipAddress"}
|
||||
],
|
||||
[
|
||||
{"name": "action"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "targetType"},
|
||||
{"name": "createdAt"}
|
||||
],
|
||||
[
|
||||
{"name": "target", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name": "authLogRecord"},
|
||||
{"name": "authToken"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
"action",
|
||||
"target",
|
||||
"createdAt",
|
||||
"ipAddress",
|
||||
"user",
|
||||
"userType"
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{"name":"user", "notSortable": true, "width": 14},
|
||||
{"name":"action", "width": 12, "notSortable": true},
|
||||
{"name":"targetType", "width": 14, "notSortable": true},
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"ipAddress", "width": 14, "notSortable": true},
|
||||
{"name":"createdAt", "width": 12, "align": "right", "notSortable": true}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"targetType", "notSortable": true, "width": 22},
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"createdAt", "notSortable": true, "width": 20, "align": "right", "view": "views/fields/datetime-short"}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"action", "width": 18, "notSortable": true},
|
||||
{"name":"targetType", "width": 20, "notSortable": true},
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"createdAt", "width": 18, "align": "right", "notSortable": true}
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
{"name": "code"}
|
||||
],
|
||||
[
|
||||
{"name": "isPreferred"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
{"name": "code"}
|
||||
],
|
||||
[
|
||||
{"name": "isPreferred"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"code",
|
||||
"isPreferred"
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "code", "width": 20},
|
||||
{"name": "isPreferred", "width": 15}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"isPreferred"
|
||||
]
|
||||
21
application/Espo/Resources/layouts/AppLogRecord/detail.json
Normal file
21
application/Espo/Resources/layouts/AppLogRecord/detail.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "level"}, false],
|
||||
[{"name": "message"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "code"}, false],
|
||||
[{"name": "exceptionClass"}],
|
||||
[{"name": "file"}],
|
||||
[{"name": "line"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "requestMethod"}, {"name": "requestResourcePath"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "level"}, false],
|
||||
[{"name": "message"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "code"}, false],
|
||||
[{"name": "exceptionClass"}],
|
||||
[{"name": "file"}],
|
||||
[{"name": "line"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "requestMethod"}, {"name": "requestResourcePath"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
10
application/Espo/Resources/layouts/AppLogRecord/filters.json
Normal file
10
application/Espo/Resources/layouts/AppLogRecord/filters.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
"createdAt",
|
||||
"level",
|
||||
"code",
|
||||
"exceptionClass",
|
||||
"file",
|
||||
"line",
|
||||
"requestMethod",
|
||||
"requestResourcePath"
|
||||
]
|
||||
26
application/Espo/Resources/layouts/AppLogRecord/list.json
Normal file
26
application/Espo/Resources/layouts/AppLogRecord/list.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{"name": "level", "widthPx": 100},
|
||||
{"name": "code", "widthPx": 80},
|
||||
{"name": "message"},
|
||||
{"name": "createdAt", "width": 13},
|
||||
{
|
||||
"name": "exceptionClass",
|
||||
"width": 20,
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "file",
|
||||
"width": 20,
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "requestMethod",
|
||||
"width": 10,
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "requestResourcePath",
|
||||
"width": 20,
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
13
application/Espo/Resources/layouts/AppSecret/detail.json
Normal file
13
application/Espo/Resources/layouts/AppSecret/detail.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, false],
|
||||
[{"name": "value"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}],
|
||||
[{"name": "value"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
10
application/Espo/Resources/layouts/AppSecret/list.json
Normal file
10
application/Espo/Resources/layouts/AppSecret/list.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"width": 50
|
||||
}
|
||||
]
|
||||
22
application/Espo/Resources/layouts/Attachment/detail.json
Normal file
22
application/Espo/Resources/layouts/Attachment/detail.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "role"}
|
||||
],
|
||||
[
|
||||
{"name": "parent"}, {"name": "related"}
|
||||
],
|
||||
[
|
||||
{"name": "type"}, {"name": "field"}
|
||||
],
|
||||
[
|
||||
{"name": "size"}, {"name": "isBeingUploaded"}
|
||||
],
|
||||
[
|
||||
{"name": "storage"}, {"name": "sourceId", "view": "views/fields/varchar"}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "role"}
|
||||
],
|
||||
[
|
||||
{"name": "parent"}, {"name": "related"}
|
||||
],
|
||||
[
|
||||
{"name": "type"}, {"name": "field"}
|
||||
],
|
||||
[
|
||||
{"name": "size"}, {"name": "isBeingUploaded"}
|
||||
],
|
||||
[
|
||||
{"name": "storage"}, {"name": "sourceId", "view": "views/fields/varchar"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
12
application/Espo/Resources/layouts/Attachment/filters.json
Normal file
12
application/Espo/Resources/layouts/Attachment/filters.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
"role",
|
||||
"parent",
|
||||
"related",
|
||||
"size",
|
||||
"field",
|
||||
"type",
|
||||
"createdBy",
|
||||
"createdAt",
|
||||
"storage",
|
||||
"isBeingUploaded"
|
||||
]
|
||||
8
application/Espo/Resources/layouts/Attachment/list.json
Normal file
8
application/Espo/Resources/layouts/Attachment/list.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name": "role", "width": 13},
|
||||
{"name": "parent", "width": 18},
|
||||
{"name": "related", "width": 18},
|
||||
{"name": "createdAt", "width": 11},
|
||||
{"name": "size", "width": 11, "align": "right"}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"view": "views/attachment/fields/name-for-stream"
|
||||
},
|
||||
{"name": "createdBy", "width": 18},
|
||||
{"name": "createdAt", "width": 18}
|
||||
]
|
||||
13
application/Espo/Resources/layouts/AuthLogRecord/detail.json
Normal file
13
application/Espo/Resources/layouts/AuthLogRecord/detail.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"username"}, {"name":"isDenied"}],
|
||||
[{"name":"ipAddress"}, {"name":"denialReason"}],
|
||||
[{"name":"createdAt"}, {"name": "authenticationMethod"}],
|
||||
[{"name":"requestUrl"}, {"name":"requestMethod"}],
|
||||
[{"name":"user"}, {"name":"authToken"}],
|
||||
[{"name":"portal"}, {"name":"authTokenIsActive"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"username"}, {"name":"isDenied"}],
|
||||
[{"name":"ipAddress"}, {"name":"denialReason"}],
|
||||
[{"name":"createdAt"}, {"name": "authenticationMethod"}],
|
||||
[{"name":"requestUrl"}, {"name":"requestMethod"}],
|
||||
[{"name":"user"}, {"name":"authToken"}],
|
||||
[{"name":"portal"}, {"name":"authTokenIsActive"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
"username",
|
||||
"user",
|
||||
"ipAddress",
|
||||
"authenticationMethod",
|
||||
"createdAt",
|
||||
"portal",
|
||||
"requestUrl",
|
||||
"denialReason",
|
||||
"isDenied",
|
||||
"authTokenIsActive"
|
||||
]
|
||||
17
application/Espo/Resources/layouts/AuthLogRecord/list.json
Normal file
17
application/Espo/Resources/layouts/AuthLogRecord/list.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{"name": "username"},
|
||||
{"name": "ipAddress", "width": 14},
|
||||
{"name": "denialReason", "width": 22},
|
||||
{"name": "user", "width": 16},
|
||||
{"name": "createdAt", "width": 14},
|
||||
{
|
||||
"name":"isDenied",
|
||||
"widthPx": 100,
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "portal",
|
||||
"width": 13,
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"username"},
|
||||
{"name":"isDenied", "widthPx": 100},
|
||||
{"name":"createdAt", "width": 20}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"actionHistoryRecords"
|
||||
]
|
||||
10
application/Espo/Resources/layouts/AuthToken/detail.json
Normal file
10
application/Espo/Resources/layouts/AuthToken/detail.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"user"}, {"name":"isActive"}],
|
||||
[{"name":"ipAddress"}, {"name":"createdAt"}],
|
||||
[{"name":"lastAccess"}, {"name":"portal"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"user"}, {"name":"isActive"}],
|
||||
[{"name":"ipAddress"}, {"name":"createdAt"}],
|
||||
[{"name":"lastAccess"}, {"name":"portal"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
"user",
|
||||
"ipAddress",
|
||||
"lastAccess",
|
||||
"createdAt",
|
||||
"portal"
|
||||
]
|
||||
7
application/Espo/Resources/layouts/AuthToken/list.json
Normal file
7
application/Espo/Resources/layouts/AuthToken/list.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"user"},
|
||||
{"name":"isActive", "widthPx": 100},
|
||||
{"name":"ipAddress", "width": 17},
|
||||
{"name":"createdAt", "width": 19},
|
||||
{"name":"lastAccess", "width": 19}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"user"},
|
||||
{"name":"isActive", "widthPx": 100},
|
||||
{"name":"ipAddress", "width": 17},
|
||||
{"name":"createdAt", "width": 19},
|
||||
{"name":"lastAccess", "width": 19}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"actionHistoryRecords"
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "method"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name":"name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name":"method",
|
||||
"width": 45
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, false],
|
||||
[{"name": "layout", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, false],
|
||||
[{"name": "layout", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name": "name", "link": true}
|
||||
]
|
||||
33
application/Espo/Resources/layouts/Email/composeSmall.json
Normal file
33
application/Espo/Resources/layouts/Email/composeSmall.json
Normal file
@@ -0,0 +1,33 @@
|
||||
[
|
||||
{
|
||||
"columns": [
|
||||
[
|
||||
{
|
||||
"name":"from",
|
||||
"view": "views/email/fields/compose-from-address"
|
||||
},
|
||||
{"name":"to"}
|
||||
],
|
||||
[
|
||||
{"name":"cc"},
|
||||
{"name":"bcc"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "parent"
|
||||
},
|
||||
{
|
||||
"name":"selectTemplate",
|
||||
"view":"views/email/fields/select-template"
|
||||
}
|
||||
],
|
||||
[{"name":"subject","fullWidth": true}],
|
||||
[{"name":"body","fullWidth": true}],
|
||||
[{"name":"attachments"}, {"name":"isHtml"} ]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"name": "teams"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
},
|
||||
{
|
||||
"name": "folderString"
|
||||
},
|
||||
{
|
||||
"name": "replied"
|
||||
},
|
||||
{
|
||||
"name": "replies"
|
||||
},
|
||||
{
|
||||
"name": "tasks"
|
||||
},
|
||||
{
|
||||
"name": "sendAt"
|
||||
}
|
||||
]
|
||||
14
application/Espo/Resources/layouts/Email/detail.json
Normal file
14
application/Espo/Resources/layouts/Email/detail.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent"},{"name":"from"}],
|
||||
[{"name":"parent"}, {"name":"to"}],
|
||||
[false, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"subject","fullWidth":true}],
|
||||
[{"name":"body","fullWidth":true}],
|
||||
[{"name":"attachments"},{"name":"isHtml"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent", "readOnly": true},{"name":"from", "readOnly": true}],
|
||||
[{"name":"parent"}, {"name":"to", "readOnly": true}],
|
||||
[false, {"name":"cc", "readOnly": true}],
|
||||
[false, {"name":"bcc", "readOnly": true}],
|
||||
[{"name":"body","fullWidth":true, "readOnly": true, "customLabel": ""}],
|
||||
[{"name":"attachments", "readOnly": true, "fullWidth":true, "customLabel": ""}]
|
||||
]
|
||||
}
|
||||
]
|
||||
14
application/Espo/Resources/layouts/Email/detailSmall.json
Normal file
14
application/Espo/Resources/layouts/Email/detailSmall.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent"}, {"name":"from"}],
|
||||
[{"name":"parent"}, {"name":"to"}],
|
||||
[false, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"subject", "fullWidth": true}],
|
||||
[{"name":"body", "fullWidth": true}],
|
||||
[{"name":"attachments", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent", "readOnly": true}, {"name":"from", "readOnly": true}],
|
||||
[{"name":"parent"}, {"name":"to", "readOnly": true}],
|
||||
[false, {"name":"cc", "readOnly": true}],
|
||||
[false, {"name":"bcc", "readOnly": true}],
|
||||
[{"name":"body", "readOnly": true, "fullWidth": true, "customLabel": ""}],
|
||||
[{"name":"attachments", "readOnly": true, "fullWidth": true, "customLabel": ""}]
|
||||
]
|
||||
}
|
||||
]
|
||||
22
application/Espo/Resources/layouts/Email/filters.json
Normal file
22
application/Espo/Resources/layouts/Email/filters.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
"account",
|
||||
"dateSent",
|
||||
"emailAddress",
|
||||
"from",
|
||||
"to",
|
||||
"isNotRead",
|
||||
"isNotReplied",
|
||||
"status",
|
||||
"parent",
|
||||
"teams",
|
||||
"sentBy",
|
||||
"users",
|
||||
"createdAt",
|
||||
"hasAttachment",
|
||||
"name",
|
||||
"body",
|
||||
"bodyPlain",
|
||||
"isAutoReply",
|
||||
"inboundEmails",
|
||||
"emailAccounts"
|
||||
]
|
||||
6
application/Espo/Resources/layouts/Email/list.json
Normal file
6
application/Espo/Resources/layouts/Email/list.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name": "personStringData", "width":18, "notSortable": true, "noLabel": true},
|
||||
{"name": "subject", "link": true, "notSortable": true},
|
||||
{"name": "parent", "notSortable": true, "width": 21},
|
||||
{"name": "dateSent", "notSortable": true, "width": 10, "align": "right"}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/Email/listSmall.json
Normal file
5
application/Espo/Resources/layouts/Email/listSmall.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"personStringData", "width":20, "notSortable": true, "noLabel": true},
|
||||
{"name":"subject", "link": true, "notSortable": true},
|
||||
{"name":"dateSent", "notSortable": true, "width": 16, "align": "right"}
|
||||
]
|
||||
4
application/Espo/Resources/layouts/Email/massUpdate.json
Normal file
4
application/Espo/Resources/layouts/Email/massUpdate.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"parent",
|
||||
"teams"
|
||||
]
|
||||
59
application/Espo/Resources/layouts/EmailAccount/detail.json
Normal file
59
application/Espo/Resources/layouts/EmailAccount/detail.json
Normal file
@@ -0,0 +1,59 @@
|
||||
[
|
||||
{
|
||||
"rows":[
|
||||
[
|
||||
{"name":"emailAddress"},
|
||||
{"name":"status"}
|
||||
],
|
||||
[
|
||||
{"name":"name"},
|
||||
false
|
||||
]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:Main"
|
||||
},
|
||||
{
|
||||
"rows":[
|
||||
[{"name": "useImap"}, {"name":"fetchSince"}],
|
||||
[
|
||||
{"name":"host"}, {"name":"security"}
|
||||
],
|
||||
[
|
||||
{"name":"port"},{"name":"username"}
|
||||
],
|
||||
[
|
||||
{"name":"monitoredFolders"},{"name":"password"}
|
||||
],
|
||||
[
|
||||
{"name":"emailFolder"}, {"name":"keepFetchedEmailsUnread"}
|
||||
],
|
||||
[
|
||||
false, {"name":"storeSentEmails"}
|
||||
],
|
||||
[
|
||||
false, {"name":"sentFolder"}
|
||||
],
|
||||
[
|
||||
{"name": "testConnection", "customLabel": null, "view": "views/email-account/fields/test-connection"}, false
|
||||
]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:IMAP"
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "useSmtp"}, false],
|
||||
[{"name": "smtpHost"}, {"name": "smtpSecurity"}],
|
||||
[{"name": "smtpPort"}, {"name": "smtpAuth"}],
|
||||
[false, {"name": "smtpAuthMechanism"}],
|
||||
[false, {"name": "smtpUsername"}],
|
||||
[false, {"name": "smtpPassword"}],
|
||||
[
|
||||
{"name": "smtpTestSend", "customLabel": null, "view": "views/email-account/fields/test-send"}, false
|
||||
]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:SMTP"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"assignedUser"
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"name", "link":true},
|
||||
{"name":"status", "width": 15},
|
||||
{"name":"useImap", "width": 15},
|
||||
{"name":"useSmtp", "width": 15},
|
||||
{"name": "assignedUser", "width": 18}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name","link":true},
|
||||
{"name":"status", "width": 25},
|
||||
{"name": "assignedUser", "width": 25}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"status"
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"filters",
|
||||
"emails"
|
||||
]
|
||||
12
application/Espo/Resources/layouts/EmailAddress/detail.json
Normal file
12
application/Espo/Resources/layouts/EmailAddress/detail.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}
|
||||
],
|
||||
[
|
||||
{"name": "optOut"}, {"name": "invalid"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}
|
||||
],
|
||||
[
|
||||
{"name": "optOut"}, {"name": "invalid"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"optOut",
|
||||
"invalid"
|
||||
]
|
||||
14
application/Espo/Resources/layouts/EmailAddress/list.json
Normal file
14
application/Espo/Resources/layouts/EmailAddress/list.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "optOut",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "invalid",
|
||||
"width": 15
|
||||
}
|
||||
]
|
||||
41
application/Espo/Resources/layouts/EmailFilter/detail.json
Normal file
41
application/Espo/Resources/layouts/EmailFilter/detail.json
Normal file
@@ -0,0 +1,41 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "isGlobal"}
|
||||
],
|
||||
[
|
||||
{"name": "parent"}, false
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "from"}, {"name": "to"}
|
||||
],
|
||||
[
|
||||
{"name": "subject"}
|
||||
],
|
||||
[
|
||||
{"name": "bodyContains"}
|
||||
],
|
||||
[
|
||||
{"name": "bodyContainsAll"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "action"}, {"name": "markAsRead"}
|
||||
],
|
||||
[
|
||||
{"name": "emailFolder"}, {"name": "skipNotification"}
|
||||
],
|
||||
[
|
||||
{"name": "groupEmailFolder"}, false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}
|
||||
],
|
||||
[
|
||||
{"name": "isGlobal"}
|
||||
],
|
||||
[
|
||||
{"name": "parent"}
|
||||
],
|
||||
[
|
||||
{"name": "from"}
|
||||
],
|
||||
[
|
||||
{"name": "to"}
|
||||
],
|
||||
[
|
||||
{"name": "subject"}
|
||||
],
|
||||
[
|
||||
{"name": "bodyContains"}
|
||||
],
|
||||
[
|
||||
{"name": "bodyContainsAll"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "action"}
|
||||
],
|
||||
[
|
||||
{"name": "emailFolder"}
|
||||
],
|
||||
[
|
||||
{"name": "groupEmailFolder"}
|
||||
],
|
||||
[
|
||||
{"name": "markAsRead"}, {"name": "skipNotification"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
"parent",
|
||||
"action",
|
||||
"markAsRead",
|
||||
"skipNotification",
|
||||
"createdBy",
|
||||
"createdAt"
|
||||
]
|
||||
5
application/Espo/Resources/layouts/EmailFilter/list.json
Normal file
5
application/Espo/Resources/layouts/EmailFilter/list.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "parent", "width": 40},
|
||||
{"name": "action", "width": 16}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "action", "width": 30}
|
||||
]
|
||||
10
application/Espo/Resources/layouts/EmailFolder/detail.json
Normal file
10
application/Espo/Resources/layouts/EmailFolder/detail.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "skipNotifications"}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}
|
||||
],
|
||||
[
|
||||
{"name": "skipNotifications"}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
3
application/Espo/Resources/layouts/EmailFolder/list.json
Normal file
3
application/Espo/Resources/layouts/EmailFolder/list.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name": "name", "link": true, "notSortable": true}
|
||||
]
|
||||
35
application/Espo/Resources/layouts/EmailTemplate/detail.json
Normal file
35
application/Espo/Resources/layouts/EmailTemplate/detail.json
Normal file
@@ -0,0 +1,35 @@
|
||||
[
|
||||
{
|
||||
"rows":[
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "category"
|
||||
},
|
||||
{
|
||||
"name": "oneOff"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "subject"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "insertField",
|
||||
"view": "views/email-template/fields/insert-field"
|
||||
}
|
||||
],
|
||||
[{"name": "body"}],
|
||||
[{"name": "attachments"}, {"name":"isHtml"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"rows":[
|
||||
[{"name": "name"}, {"name": "status"}],
|
||||
[{"name": "category"}, {"name": "oneOff"}],
|
||||
[{"name": "subject"}],
|
||||
[
|
||||
{
|
||||
"name": "insertField",
|
||||
"view": "views/email-template/fields/insert-field"
|
||||
}
|
||||
],
|
||||
[{"name": "body"}],
|
||||
[{"name": "attachments"}, {"name": "isHtml"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
"assignedUser",
|
||||
"teams",
|
||||
"body",
|
||||
"attachments",
|
||||
"oneOff",
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"modifiedAt"
|
||||
]
|
||||
24
application/Espo/Resources/layouts/EmailTemplate/list.json
Normal file
24
application/Espo/Resources/layouts/EmailTemplate/list.json
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "assignedUser",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"width": 13
|
||||
},
|
||||
{
|
||||
"name": "oneOff",
|
||||
"width": 11,
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 18,
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "assignedUser", "width": 23}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"category",
|
||||
"assignedUser",
|
||||
"teams"
|
||||
]
|
||||
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
{
|
||||
"name": "parent"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "description"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "parent"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"parent",
|
||||
"teams"
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"width": 50,
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "parent"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"width": 50,
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "parent"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"teams"
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"children",
|
||||
"emailTemplates"
|
||||
]
|
||||
10
application/Espo/Resources/layouts/Extension/list.json
Normal file
10
application/Espo/Resources/layouts/Extension/list.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name":"name",
|
||||
"width": 35,
|
||||
"notSortable": false
|
||||
},
|
||||
{"name":"version","notSortable": true, "width": 12},
|
||||
{"name":"description","notSortable": true},
|
||||
{"name":"isInstalled","notSortable": true, "width": 8}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "teams"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
{"name": "teams"}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true,
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "teams",
|
||||
"notSortable": true,
|
||||
"width": 50
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"emails"
|
||||
]
|
||||
15
application/Espo/Resources/layouts/Import/detail.json
Normal file
15
application/Espo/Resources/layouts/Import/detail.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "entityType"}
|
||||
],
|
||||
[
|
||||
{"name": "file"}
|
||||
],
|
||||
[
|
||||
{"name": "status"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
6
application/Espo/Resources/layouts/Import/filters.json
Normal file
6
application/Espo/Resources/layouts/Import/filters.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"entityType",
|
||||
"status"
|
||||
]
|
||||
6
application/Espo/Resources/layouts/Import/list.json
Normal file
6
application/Espo/Resources/layouts/Import/list.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"createdAt", "link": true},
|
||||
{"name":"status", "width": 20},
|
||||
{"name":"entityType", "width": 20},
|
||||
{"name":"createdBy", "width": 20}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"errors"
|
||||
]
|
||||
21
application/Espo/Resources/layouts/ImportError/detail.json
Normal file
21
application/Espo/Resources/layouts/ImportError/detail.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "import"}, false
|
||||
],
|
||||
[
|
||||
{"name": "lineNumber"}, {"name": "exportLineNumber"}
|
||||
],
|
||||
[
|
||||
{"name": "type"}, false
|
||||
],
|
||||
[
|
||||
{"name": "validationFailures"}
|
||||
],
|
||||
[
|
||||
{"name": "row"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "lineNumber"}, {"name": "exportLineNumber"}
|
||||
],
|
||||
[
|
||||
{"name": "type"}, false
|
||||
],
|
||||
[
|
||||
{"name": "validationFailures"}
|
||||
],
|
||||
[
|
||||
{"name": "row"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"type",
|
||||
"rowIndex",
|
||||
"exportRowIndex"
|
||||
]
|
||||
6
application/Espo/Resources/layouts/ImportError/list.json
Normal file
6
application/Espo/Resources/layouts/ImportError/list.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name": "lineNumber", "link": true},
|
||||
{"name": "import"},
|
||||
{"name": "type"},
|
||||
{"name": "createdBy"}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name": "lineNumber", "width": 45},
|
||||
{"name": "type"}
|
||||
]
|
||||
96
application/Espo/Resources/layouts/InboundEmail/detail.json
Normal file
96
application/Espo/Resources/layouts/InboundEmail/detail.json
Normal file
@@ -0,0 +1,96 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name":"emailAddress"},
|
||||
{"name":"status"}
|
||||
],
|
||||
[
|
||||
{"name":"name"},
|
||||
{"name":"replyToAddress"}
|
||||
]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:Main"
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name":"teams"},
|
||||
{"name":"groupEmailFolder"}
|
||||
],
|
||||
[
|
||||
{"name":"addAllTeamUsers"},
|
||||
{"name": "excludeFromReply"}
|
||||
],
|
||||
[
|
||||
{"name":"isSystem"},
|
||||
false
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "useImap"}, {"name":"fetchSince"}],
|
||||
[
|
||||
{"name":"host"}, {"name":"security"}
|
||||
],
|
||||
[
|
||||
{"name":"port"},{"name":"username"}
|
||||
],
|
||||
[
|
||||
{"name":"monitoredFolders"},{"name":"password"}
|
||||
],
|
||||
[
|
||||
{"name":"keepFetchedEmailsUnread"}, {"name":"storeSentEmails"}
|
||||
],
|
||||
[
|
||||
false, {"name":"sentFolder"}
|
||||
],
|
||||
[{"name": "testConnection", "customLabel": null, "view": "views/inbound-email/fields/test-connection"}, false]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:IMAP"
|
||||
},
|
||||
{
|
||||
"label": "Actions",
|
||||
"rows": [
|
||||
[
|
||||
{"name":"createCase"},
|
||||
{"name":"reply"}
|
||||
],
|
||||
[
|
||||
{"name":"caseDistribution"},
|
||||
{"name":"replyEmailTemplate"}
|
||||
],
|
||||
[
|
||||
{"name":"team"},
|
||||
{"name":"replyFromAddress"}
|
||||
],
|
||||
[
|
||||
{"name":"targetUserPosition"},
|
||||
{"name":"replyFromName"}
|
||||
],
|
||||
[
|
||||
{"name":"assignToUser"},
|
||||
false
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "useSmtp"}, false],
|
||||
[{"name": "smtpIsShared"}, {"name": "smtpIsForMassEmail"}],
|
||||
[{"name": "smtpHost"}, {"name": "smtpSecurity"}],
|
||||
[{"name": "smtpPort"}, {"name": "smtpAuth"}],
|
||||
[{"name": "fromName"}, {"name": "smtpAuthMechanism"}],
|
||||
[false, {"name": "smtpUsername"}],
|
||||
[false, {"name": "smtpPassword"}],
|
||||
[
|
||||
{"name": "smtpTestSend", "customLabel": null, "view": "views/inbound-email/fields/test-send"}, false
|
||||
]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:SMTP"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"name","link":true},
|
||||
{"name":"status", "width": 15},
|
||||
{"name":"useImap", "width": 15},
|
||||
{"name":"useSmtp", "width": 15},
|
||||
{"name":"createCase", "width": 15}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name":"name","link":true},
|
||||
{"name":"status", "width": 25}
|
||||
]
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user