feat: Add 'Stream' label and related configurations across multiple JSON files

This commit is contained in:
2026-01-25 19:15:47 +01:00
parent ec2c55d058
commit 955b0de220
32 changed files with 188 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
{ {
"labels": {
"Stream": "Stream"
},
"fields": { "fields": {
"isActive": "Aktiv", "isActive": "Aktiv",
"beteiligte": "Beteiligte", "beteiligte": "Beteiligte",

View File

@@ -1,7 +1,8 @@
{ {
"labels": { "labels": {
"Create CBankverbindungen": "Bankverbindung erstellen", "Create CBankverbindungen": "Bankverbindung erstellen",
"CBankverbindungen": "Bankverbindungen" "CBankverbindungen": "Bankverbindungen",
"Stream": "Stream"
}, },
"fields": { "fields": {
"name": "Name", "name": "Name",

View File

@@ -1,4 +1,7 @@
{ {
"labels": {
"Stream": "Stream"
},
"fields": { "fields": {
"dateOfBirth": "Geburtsdatum", "dateOfBirth": "Geburtsdatum",
"rechtsform": "Rechtsform", "rechtsform": "Rechtsform",

View File

@@ -13,7 +13,8 @@
"labels": { "labels": {
"Create CKuendigung": "Kündigung erstellen", "Create CKuendigung": "Kündigung erstellen",
"CKuendigung": "Kündigung", "CKuendigung": "Kündigung",
"Initiate Eviction": "Räumungsklage einleiten" "Initiate Eviction": "Räumungsklage einleiten",
"Stream": "Stream"
}, },
"messages": { "messages": {
"confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus dieser Kündigung einleiten?", "confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus dieser Kündigung einleiten?",

View File

@@ -1,4 +1,7 @@
{ {
"labels": {
"Stream": "Stream"
},
"fields": { "fields": {
"anschrift": "Anschrift", "anschrift": "Anschrift",
"objekttyp": "Objekttyp", "objekttyp": "Objekttyp",

View File

@@ -1,4 +1,7 @@
{ {
"labels": {
"Stream": "Stream"
},
"fields": { "fields": {
"lastCall": "Letzter Anruf", "lastCall": "Letzter Anruf",
"callCount": "Anzahl Anrufe", "callCount": "Anzahl Anrufe",

View File

@@ -47,7 +47,8 @@
"Create CVmhMietverhltnis": "Mietverhältnis erstellen", "Create CVmhMietverhltnis": "Mietverhältnis erstellen",
"Initiate Eviction": "Räumungsklage einleiten", "Initiate Eviction": "Räumungsklage einleiten",
"Initiate Rent Collection": "Mietinkasso einleiten", "Initiate Rent Collection": "Mietinkasso einleiten",
"Initiate Termination": "Kündigung erstellen" "Initiate Termination": "Kündigung erstellen",
"Stream": "Stream"
}, },
"messages": { "messages": {
"confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus diesem Mietverhältnis einleiten?", "confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus diesem Mietverhältnis einleiten?",

View File

@@ -0,0 +1,8 @@
{
"streamMessages": {
"Log": "Log"
},
"labels": {
"Log": "Log"
}
}

View File

@@ -19,5 +19,14 @@
"dynamicLogicStyled": null, "dynamicLogicStyled": null,
"sticked": true, "sticked": true,
"index": 1 "index": 1
},
"_tabBreak_1": {
"index": 2,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 3
} }
} }

View File

@@ -0,0 +1,20 @@
{
"_delimiter_": {
"disabled": true
},
"activities": {
"disabled": true
},
"history": {
"disabled": true
},
"_tabBreak_0": {
"index": 0,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 1
}
}

View File

@@ -79,5 +79,14 @@
}, },
"bankverbindungens": { "bankverbindungens": {
"index": 17 "index": 17
},
"_tabBreak_7": {
"index": 18,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 19
} }
} }

View File

@@ -27,5 +27,14 @@
}, },
"vmhRumungsklagesdokumente": { "vmhRumungsklagesdokumente": {
"index": 5 "index": 5
},
"_tabBreak_2": {
"index": 6,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 7
} }
} }

View File

@@ -51,5 +51,14 @@
}, },
"dokumenteskuendigung": { "dokumenteskuendigung": {
"index": 9 "index": 9
},
"_tabBreak_5": {
"index": 10,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 11
} }
} }

View File

@@ -29,5 +29,14 @@
}, },
"dokumentesMietobjekt": { "dokumentesMietobjekt": {
"index": 5 "index": 5
},
"_tabBreak_5": {
"index": 6,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 7
} }
} }

View File

@@ -19,7 +19,7 @@
"_tabBreak_1": { "_tabBreak_1": {
"index": 2, "index": 2,
"tabBreak": true, "tabBreak": true,
"tabLabel": "Ereignisse" "tabLabel": "Stream"
}, },
"calls": { "calls": {
"index": 3 "index": 3

View File

@@ -75,5 +75,14 @@
}, },
"dokumentesvmhMietverhltnisse": { "dokumentesvmhMietverhltnisse": {
"index": 15 "index": 15
},
"_tabBreak_8": {
"index": 16,
"tabBreak": true,
"tabLabel": "Stream"
},
"stream": {
"sticked": false,
"index": 17
} }
} }

View File

@@ -3,6 +3,16 @@
"boolFilterList": [ "boolFilterList": [
"onlyMy" "onlyMy"
], ],
"bottomPanels": {
"detail": [
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
}
]
},
"iconClass": "fas fa-road", "iconClass": "fas fa-road",
"relationshipPanels": { "relationshipPanels": {
"beteiligte": { "beteiligte": {

View File

@@ -3,5 +3,15 @@
"boolFilterList": [ "boolFilterList": [
"onlyMy" "onlyMy"
], ],
"bottomPanels": {
"detail": [
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
}
]
},
"iconClass": "fas fa-euro-sign" "iconClass": "fas fa-euro-sign"
} }

View File

@@ -3,6 +3,16 @@
"boolFilterList": [ "boolFilterList": [
"onlyMy" "onlyMy"
], ],
"bottomPanels": {
"detail": [
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
}
]
},
"dynamicLogic": { "dynamicLogic": {
"fields": { "fields": {
"name": { "name": {

View File

@@ -3,6 +3,16 @@
"boolFilterList": [ "boolFilterList": [
"onlyMy" "onlyMy"
], ],
"bottomPanels": {
"detail": [
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
}
]
},
"iconClass": "fas fa-file", "iconClass": "fas fa-file",
"relationshipPanels": { "relationshipPanels": {
"contactsvmhdokumente": { "contactsvmhdokumente": {

View File

@@ -46,6 +46,12 @@
"name": "history", "name": "history",
"reference": "history", "reference": "history",
"disabled": true "disabled": true
},
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
} }
] ]
}, },

View File

@@ -30,6 +30,12 @@
"name": "history", "name": "history",
"reference": "history", "reference": "history",
"disabled": true "disabled": true
},
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
} }
] ]
}, },

View File

@@ -3,6 +3,16 @@
"boolFilterList": [ "boolFilterList": [
"onlyMy" "onlyMy"
], ],
"bottomPanels": {
"detail": [
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
}
]
},
"color": "#dea185", "color": "#dea185",
"iconClass": "fas fa-house", "iconClass": "fas fa-house",
"relationshipPanels": { "relationshipPanels": {

View File

@@ -30,6 +30,12 @@
"name": "history", "name": "history",
"reference": "history", "reference": "history",
"disabled": true "disabled": true
},
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
} }
] ]
}, },

View File

@@ -66,6 +66,12 @@
"name": "history", "name": "history",
"reference": "history", "reference": "history",
"disabled": true "disabled": true
},
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
} }
] ]
}, },

View File

@@ -30,6 +30,12 @@
"name": "history", "name": "history",
"reference": "history", "reference": "history",
"disabled": true "disabled": true
},
{
"name": "stream",
"label": "Stream",
"reference": "stream",
"stacked": false
} }
] ]
}, },

View File

@@ -14,7 +14,7 @@
"customizable": true, "customizable": true,
"importable": true, "importable": true,
"notifications": true, "notifications": true,
"stream": false, "stream": true,
"disabled": false, "disabled": false,
"type": "Base", "type": "Base",
"module": "Custom", "module": "Custom",

View File

@@ -19,7 +19,7 @@
"name", "name",
"emailAddress" "emailAddress"
], ],
"stream": false, "stream": true,
"disabled": false, "disabled": false,
"type": "Person", "type": "Person",
"module": "Custom", "module": "Custom",

View File

@@ -14,7 +14,7 @@
"customizable": true, "customizable": true,
"importable": true, "importable": true,
"notifications": true, "notifications": true,
"stream": false, "stream": true,
"disabled": false, "disabled": false,
"type": "Base", "type": "Base",
"module": "Custom", "module": "Custom",

View File

@@ -14,7 +14,7 @@
"customizable": true, "customizable": true,
"importable": true, "importable": true,
"notifications": true, "notifications": true,
"stream": false, "stream": true,
"disabled": false, "disabled": false,
"type": "BasePlus", "type": "BasePlus",
"module": "Custom", "module": "Custom",

View File

@@ -14,7 +14,7 @@
"customizable": true, "customizable": true,
"importable": true, "importable": true,
"notifications": true, "notifications": true,
"stream": false, "stream": true,
"disabled": false, "disabled": false,
"type": "Base", "type": "Base",
"module": "Custom", "module": "Custom",

View File

@@ -361,8 +361,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1769362752, 'cacheTimestamp' => 1769364623,
'microtime' => 1769362752.412734, 'microtime' => 1769364623.935101,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,