Add AI Knowledge entity and related localization
- Introduced CAIKnowledge entity with fields for name, description, and relationships to Mietinkasso and Räumungsklage. - Added localization files for CAIKnowledge in multiple languages including English, German, Spanish, and more. - Updated existing JSON files to include references to AI Knowledge where applicable. - Created necessary metadata definitions for client, entity, and record definitions for CAIKnowledge. - Enhanced existing documents and mietinkasso resources to support new AI Knowledge functionality.
This commit is contained in:
@@ -129,7 +129,8 @@ return [
|
||||
34 => 'GlobalStream',
|
||||
35 => 'Report',
|
||||
36 => 'CCallQueues',
|
||||
37 => 'CAdvowareAkten'
|
||||
37 => 'CAdvowareAkten',
|
||||
38 => 'CAIKnowledge'
|
||||
],
|
||||
'quickCreateList' => [
|
||||
0 => 'Account',
|
||||
@@ -359,7 +360,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1773222220.428071,
|
||||
'microtime' => 1773250203.282224,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1773222301,
|
||||
'microtimeState' => 1773222301.316095,
|
||||
'cacheTimestamp' => 1773250203,
|
||||
'microtimeState' => 1773250203.473008,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user