Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[
{
"label": "",
"rows":[
[{"name":"name"},{"name":"account"}],
[{"name":"stage"},{"name":"amount"}],
[{"name":"probability"},{"name":"closeDate"}],
[{"name":"contacts"},{"name":"leadSource"}],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,12 @@
[
{
"label": "",
"rows":[
[{"name":"name"}, false],
[{"name":"stage"},{"name":"amount"}],
[{"name":"probability"}, false],
[{"name":"closeDate"},false],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,13 @@
[
{
"label": "",
"rows":[
[{"name":"name", "fullWidth": true}],
[{"name":"account", "fullWidth": true}],
[{"name":"stage"}, {"name":"closeDate"}],
[{"name":"amount", "fullWidth": true}],
[{"name":"contacts", "fullWidth": true}],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,18 @@
[
"assignedUser",
"teams",
"createdAt",
"createdBy",
"modifiedAt",
"streamUpdatedAt",
"account",
"amountConverted",
"amountWeightedConverted",
"campaign",
"closeDate",
"contacts",
"leadSource",
"probability",
"stage",
"description"
]

View File

@@ -0,0 +1,7 @@
[
{"name":"name", "link": true},
{"name":"amount", "align": "right", "isLarge": true},
{"name":"account"},
{"name":"closeDate", "align": "right", "isMuted": true},
{"name":"assignedUser", "hidden": true}
]

View File

@@ -0,0 +1,9 @@
[
{"name": "name","link":true},
{"name": "account","width": 22},
{"name": "stage", "width": 15},
{"name": "assignedUser", "width": 12},
{"name": "createdAt", "width": 12},
{"name": "closeDate", "width": 9, "hidden": true},
{"name": "amount", "align": "right", "width": 10}
]

View File

@@ -0,0 +1,6 @@
[
{"name":"name", "link": true},
{"name":"stage", "width": 21},
{"name":"closeDate", "width": 18},
{"name":"amount", "align": "right", "width": 20}
]

View File

@@ -0,0 +1,6 @@
[
{"name":"name", "link": true},
{"name":"stage", "width": 22},
{"name":"contactRole", "width": 22, "notSortable": true},
{"name":"amount", "align": "right", "width": 20}
]

View File

@@ -0,0 +1,6 @@
[
{"name":"name", "link": true},
{"name":"account", "width": 25},
{"name":"stage", "width": 20},
{"name":"amount", "width": 20, "align": "right"}
]

View File

@@ -0,0 +1 @@
["stage","assignedUser","teams"]

View File

@@ -0,0 +1 @@
["documents"]

View File

@@ -0,0 +1,11 @@
{
"activities": {
"disabled": true
},
"history": {
"disabled": true
},
"tasks": {
"disabled": true
}
}