Add localization files and layout configurations for CAkten and related entities
- Created localization JSON files for multiple languages (e.g., Danish, German, Greek, English, Spanish, etc.) for CAkten and CAktenCDokumente. - Added layout configurations for CAkten, including detail views, side panels, and bottom panels. - Implemented metadata definitions for CAkten, including field definitions, relationship panels, and scopes. - Introduced new JSON files for managing document relationships and listing configurations.
This commit is contained in:
@@ -69,67 +69,67 @@ return [
|
||||
6 => 'CKuendigung',
|
||||
7 => 'CVmhRumungsklage',
|
||||
8 => 'CMietinkasso',
|
||||
9 => 'CDokumente',
|
||||
10 => (object) [
|
||||
9 => 'CAkten',
|
||||
10 => 'CDokumente',
|
||||
11 => (object) [
|
||||
'type' => 'divider',
|
||||
'id' => '342567',
|
||||
'text' => '$CRM'
|
||||
],
|
||||
11 => 'Contact',
|
||||
12 => (object) [
|
||||
12 => 'Contact',
|
||||
13 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Activities',
|
||||
'id' => '219419'
|
||||
],
|
||||
13 => 'Email',
|
||||
14 => 'Call',
|
||||
15 => 'Task',
|
||||
16 => 'Calendar',
|
||||
17 => (object) [
|
||||
14 => 'Email',
|
||||
15 => 'Call',
|
||||
16 => 'Task',
|
||||
17 => 'Calendar',
|
||||
18 => (object) [
|
||||
'type' => 'divider',
|
||||
'id' => '655187',
|
||||
'text' => '$Support'
|
||||
],
|
||||
18 => 'Case',
|
||||
19 => 'KnowledgeBaseArticle',
|
||||
20 => (object) [
|
||||
19 => 'Case',
|
||||
20 => 'KnowledgeBaseArticle',
|
||||
21 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => NULL,
|
||||
'id' => '137994'
|
||||
],
|
||||
21 => '_delimiter_',
|
||||
22 => (object) [
|
||||
22 => '_delimiter_',
|
||||
23 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Marketing',
|
||||
'id' => '463280'
|
||||
],
|
||||
23 => 'Campaign',
|
||||
24 => 'TargetList',
|
||||
25 => (object) [
|
||||
24 => 'Campaign',
|
||||
25 => 'TargetList',
|
||||
26 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Business',
|
||||
'id' => '518202'
|
||||
],
|
||||
26 => (object) [
|
||||
27 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Organization',
|
||||
'id' => '566592'
|
||||
],
|
||||
27 => 'User',
|
||||
28 => (object) [
|
||||
28 => 'User',
|
||||
29 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => NULL,
|
||||
'id' => '898671'
|
||||
],
|
||||
29 => 'Team',
|
||||
30 => 'WorkingTimeCalendar',
|
||||
31 => 'EmailTemplate',
|
||||
32 => 'Template',
|
||||
33 => 'Import',
|
||||
34 => 'GlobalStream',
|
||||
35 => 'Report',
|
||||
36 => 'CCallQueues',
|
||||
37 => 'CAdvowareAkten',
|
||||
30 => 'Team',
|
||||
31 => 'WorkingTimeCalendar',
|
||||
32 => 'EmailTemplate',
|
||||
33 => 'Template',
|
||||
34 => 'Import',
|
||||
35 => 'GlobalStream',
|
||||
36 => 'Report',
|
||||
37 => 'CCallQueues',
|
||||
38 => 'CAIKnowledge'
|
||||
],
|
||||
'quickCreateList' => [
|
||||
@@ -360,7 +360,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1774483768.956072,
|
||||
'microtime' => 1774486498.79796,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1774483768,
|
||||
'microtimeState' => 1774483768.959732,
|
||||
'cacheTimestamp' => 1774486498,
|
||||
'microtimeState' => 1774486498.980586,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user