feat: Update configuration and metadata files for improved functionality and new features
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -75,6 +75,10 @@
|
|||||||
"/^bash custom/scripts/ki-overview\\.sh$/": {
|
"/^bash custom/scripts/ki-overview\\.sh$/": {
|
||||||
"approve": true,
|
"approve": true,
|
||||||
"matchCommandLine": true
|
"matchCommandLine": true
|
||||||
|
},
|
||||||
|
"/^cd /var/lib/docker/volumes/vmh-espocrm_espocrm/_data/custom/scripts && bash ki-overview\\.sh$/": {
|
||||||
|
"approve": true,
|
||||||
|
"matchCommandLine": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"contactLink": null,
|
||||||
|
"accountLink": null
|
||||||
|
}
|
||||||
@@ -105,5 +105,7 @@
|
|||||||
"layout": null,
|
"layout": null,
|
||||||
"selectPrimaryFilterName": null
|
"selectPrimaryFilterName": null
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"kanbanViewMode": false,
|
||||||
|
"color": null
|
||||||
}
|
}
|
||||||
@@ -85,7 +85,9 @@
|
|||||||
"573a Abs. 2 (Einliegerwohnung)",
|
"573a Abs. 2 (Einliegerwohnung)",
|
||||||
"GewerbeOrdentlich"
|
"GewerbeOrdentlich"
|
||||||
],
|
],
|
||||||
"default": ["Mietrückstand"],
|
"default": [
|
||||||
|
"Mietrückstand"
|
||||||
|
],
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
},
|
},
|
||||||
"auszugsfrist": {
|
"auszugsfrist": {
|
||||||
@@ -292,7 +294,20 @@
|
|||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"orderBy": "createdAt",
|
"orderBy": "createdAt",
|
||||||
"order": "desc"
|
"order": "desc",
|
||||||
|
"textFilterFields": [
|
||||||
|
"name",
|
||||||
|
"vmhMietobjekt.name",
|
||||||
|
"vmhMietobjekt.description",
|
||||||
|
"vmhMietobjekt.anschriftCity",
|
||||||
|
"vmhMietobjekt.lage",
|
||||||
|
"vmhMietobjekt.anschriftPostalCode",
|
||||||
|
"vmhMietobjekt.anschriftState",
|
||||||
|
"vmhMietobjekt.anschriftStreet",
|
||||||
|
"vmhMietobjekt.anschriftCountry"
|
||||||
|
],
|
||||||
|
"fullTextSearch": false,
|
||||||
|
"countDisabled": false
|
||||||
},
|
},
|
||||||
"indexes": {
|
"indexes": {
|
||||||
"name": {
|
"name": {
|
||||||
@@ -347,5 +362,6 @@
|
|||||||
"vertragsdatum"
|
"vertragsdatum"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"optimisticConcurrencyControl": false
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General"
|
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General",
|
||||||
|
"updateDuplicateCheck": false
|
||||||
}
|
}
|
||||||
@@ -19,5 +19,12 @@
|
|||||||
"type": "BasePlus",
|
"type": "BasePlus",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
"object": true,
|
"object": true,
|
||||||
"isCustom": true
|
"isCustom": true,
|
||||||
|
"statusField": "status",
|
||||||
|
"kanbanStatusIgnoreList": null,
|
||||||
|
"stars": false,
|
||||||
|
"preserveAuditLog": false,
|
||||||
|
"duplicateCheckFieldList": [],
|
||||||
|
"collaborators": false,
|
||||||
|
"assignedUsers": false
|
||||||
}
|
}
|
||||||
@@ -361,8 +361,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769370139,
|
'cacheTimestamp' => 1769373272,
|
||||||
'microtime' => 1769370139.173239,
|
'microtime' => 1769373272.232525,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user