diff --git a/.vscode/settings.json b/.vscode/settings.json index 1653e2c3..40340ae8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } } } \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/aclDefs/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/aclDefs/CVmhMietverhltnis.json new file mode 100644 index 00000000..64588261 --- /dev/null +++ b/custom/Espo/Custom/Resources/metadata/aclDefs/CVmhMietverhltnis.json @@ -0,0 +1,4 @@ +{ + "contactLink": null, + "accountLink": null +} \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json index 1306c943..707ab156 100644 --- a/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json +++ b/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json @@ -105,5 +105,7 @@ "layout": null, "selectPrimaryFilterName": null } - } + }, + "kanbanViewMode": false, + "color": null } \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhMietverhltnis.json index 564be7e9..1d3d85b1 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhMietverhltnis.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CVmhMietverhltnis.json @@ -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 } \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/recordDefs/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/recordDefs/CVmhMietverhltnis.json index 05de7826..393a62c9 100644 --- a/custom/Espo/Custom/Resources/metadata/recordDefs/CVmhMietverhltnis.json +++ b/custom/Espo/Custom/Resources/metadata/recordDefs/CVmhMietverhltnis.json @@ -1,3 +1,4 @@ { - "duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General" + "duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General", + "updateDuplicateCheck": false } \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json index 4fc6d49b..d5ec9296 100644 --- a/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json +++ b/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json @@ -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 } \ No newline at end of file diff --git a/data/config.php b/data/config.php index 7669349e..76bb14f4 100644 --- a/data/config.php +++ b/data/config.php @@ -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,