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":"parent"}],
[{"name":"status"}, {"name":"direction"}],
[{"name":"dateStart"}, {"name":"dateEnd"}],
[{"name":"duration"}, {"name":"reminders"}],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,14 @@
[
{
"rows":[
[{"name":"name"}],
[{"name":"status"}, {"name":"direction"}],
[{"name":"dateStart"}],
[{"name":"duration"}, false],
[{"name":"dateEnd"}],
[{"name":"parent"}],
[{"name":"reminders"}],
[{"name":"description"}]
]
}
]

View File

@@ -0,0 +1,15 @@
[
"assignedUser",
"teams",
"createdAt",
"createdBy",
"modifiedAt",
"account",
"dateStart",
"direction",
"status",
"parent",
"users",
"contacts",
"leads"
]

View File

@@ -0,0 +1,7 @@
[
{"name":"name","link": true},
{"name":"parent", "width": 22},
{"name":"status", "width": 15},
{"name":"dateStart", "width": 15},
{"name":"assignedUser", "width": 15}
]

View File

@@ -0,0 +1,5 @@
[
{"name":"name", "link":"true"},
{"name":"status", "width": 25},
{"name":"dateStart", "width": 25}
]

View File

@@ -0,0 +1 @@
["status", "assignedUser", "users"]