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$/": {
|
||||
"approve": 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,
|
||||
"selectPrimaryFilterName": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"kanbanViewMode": false,
|
||||
"color": null
|
||||
}
|
||||
@@ -85,7 +85,9 @@
|
||||
"573a Abs. 2 (Einliegerwohnung)",
|
||||
"GewerbeOrdentlich"
|
||||
],
|
||||
"default": ["Mietrückstand"],
|
||||
"default": [
|
||||
"Mietrückstand"
|
||||
],
|
||||
"isCustom": true
|
||||
},
|
||||
"auszugsfrist": {
|
||||
@@ -292,7 +294,20 @@
|
||||
},
|
||||
"collection": {
|
||||
"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": {
|
||||
"name": {
|
||||
@@ -347,5 +362,6 @@
|
||||
"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",
|
||||
"module": "Custom",
|
||||
"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',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'cacheTimestamp' => 1769370139,
|
||||
'microtime' => 1769370139.173239,
|
||||
'cacheTimestamp' => 1769373272,
|
||||
'microtime' => 1769373272.232525,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'appTimestamp' => 1768843902,
|
||||
|
||||
Reference in New Issue
Block a user