Add CMietinkasso entity and localization support
- Introduced a new entity "CMietinkasso" with its metadata definitions, including fields, links, and indexes. - Added controller for CMietinkasso to handle business logic. - Created localization files for CMietinkasso in multiple languages (e.g., English, German, Spanish, etc.) to support internationalization. - Updated global JSON files to include references to the new entity. - Modified configuration files to integrate CMietinkasso into the application structure.
This commit is contained in:
7
custom/Espo/Custom/Controllers/CMietinkasso.php
Normal file
7
custom/Espo/Custom/Controllers/CMietinkasso.php
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Espo\Custom\Controllers;
|
||||||
|
|
||||||
|
class CMietinkasso extends \Espo\Core\Templates\Controllers\BasePlus
|
||||||
|
{
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/ar_AR/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ar_AR/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "الاجتماعات",
|
||||||
|
"calls": "المكالمات",
|
||||||
|
"tasks": "مهام"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "إنشاء {الكيانTypeTranslated}"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/bg_BG/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/bg_BG/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Срещи",
|
||||||
|
"calls": "Разговори",
|
||||||
|
"tasks": "Задачи"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Създаване на Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Vytvořit Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/da_DK/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/da_DK/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Møder",
|
||||||
|
"calls": "Opkald",
|
||||||
|
"tasks": "Opgaver"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Opret Mietinkasso "
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"calls": "Anrufe",
|
||||||
|
"tasks": "Aufgaben"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Mietinkasso erstellen"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
12
custom/Espo/Custom/Resources/i18n/en_US/CMietinkasso.json
Normal file
12
custom/Espo/Custom/Resources/i18n/en_US/CMietinkasso.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"fields": {
|
||||||
|
},
|
||||||
|
"links": {
|
||||||
|
"meetings": "Meetings",
|
||||||
|
"calls": "Calls",
|
||||||
|
"tasks": "Tasks"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Create Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -11,7 +11,8 @@
|
|||||||
"Call": "Anruf",
|
"Call": "Anruf",
|
||||||
"Contact": "Portalnutzer",
|
"Contact": "Portalnutzer",
|
||||||
"CCallQueues": "Call-Queue",
|
"CCallQueues": "Call-Queue",
|
||||||
"CBankverbindungen": "Bankverbindung"
|
"CBankverbindungen": "Bankverbindung",
|
||||||
|
"CMietinkasso": "Mietinkasso"
|
||||||
},
|
},
|
||||||
"scopeNamesPlural": {
|
"scopeNamesPlural": {
|
||||||
"CVmhMietverhltnis": "Mietverhältnisse",
|
"CVmhMietverhltnis": "Mietverhältnisse",
|
||||||
@@ -25,6 +26,7 @@
|
|||||||
"Call": "Anrufe",
|
"Call": "Anrufe",
|
||||||
"Contact": "Portalnutzer",
|
"Contact": "Portalnutzer",
|
||||||
"CCallQueues": "Call-Queues",
|
"CCallQueues": "Call-Queues",
|
||||||
"CBankverbindungen": "Bankverbindungen"
|
"CBankverbindungen": "Bankverbindungen",
|
||||||
|
"CMietinkasso": "Mietinkassa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/es_ES/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/es_ES/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Reuniones",
|
||||||
|
"calls": "Llamadas",
|
||||||
|
"tasks": "Tareas"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Crear Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/es_MX/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/es_MX/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Presentaciones",
|
||||||
|
"calls": "Llamadas",
|
||||||
|
"tasks": "Tareas"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Crear Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/fa_IR/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/fa_IR/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "جلسات",
|
||||||
|
"calls": "تماس ها",
|
||||||
|
"tasks": "وظایف"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "ایجاد Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Créer un Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/hr_HR/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/hr_HR/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Sastanci",
|
||||||
|
"calls": "Pozivi",
|
||||||
|
"tasks": "Zadaci"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Kreiraj Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/hu_HU/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/hu_HU/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "találkozók",
|
||||||
|
"calls": "felhívja",
|
||||||
|
"tasks": "Feladatok"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "{EntityTypeTranslated} létrehozása"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Buat Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/it_IT/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/it_IT/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Riunioni",
|
||||||
|
"calls": "Chiamate",
|
||||||
|
"tasks": "Compiti"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Crea Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/ja_JP/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ja_JP/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "会議",
|
||||||
|
"calls": "通話",
|
||||||
|
"tasks": "タスク"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Mietinkasso を作成する"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/lt_LT/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/lt_LT/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Susitikimai",
|
||||||
|
"calls": "Skambučiai",
|
||||||
|
"tasks": "Užduotys"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Sukurti Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/lv_LV/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/lv_LV/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Tikšanās",
|
||||||
|
"calls": "Zvani",
|
||||||
|
"tasks": "Uzdevumi"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Izveidot Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/nb_NO/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/nb_NO/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Møter",
|
||||||
|
"calls": "Samtaler",
|
||||||
|
"tasks": "Oppgaver"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Opprett Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/nl_NL/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/nl_NL/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Vergaderingen",
|
||||||
|
"calls": "Gesprekken",
|
||||||
|
"tasks": "Taken"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Creëer Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/pl_PL/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pl_PL/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Spotkania",
|
||||||
|
"calls": "Połączenia",
|
||||||
|
"tasks": "Zadania"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Utwórz Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/pt_BR/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pt_BR/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Reuniões",
|
||||||
|
"calls": "Ligações",
|
||||||
|
"tasks": "Tarefas"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Criar Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/pt_PT/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pt_PT/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Reuniões",
|
||||||
|
"calls": "Chamadas",
|
||||||
|
"tasks": "Tarefas"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Criar Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Creare Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/ru_RU/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ru_RU/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Встречи",
|
||||||
|
"calls": "Звонки",
|
||||||
|
"tasks": "Задачи"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Создать Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/sk_SK/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sk_SK/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Stretnutia",
|
||||||
|
"calls": "Hovory",
|
||||||
|
"tasks": "Úlohy"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Vytvoriť Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/sl_SI/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sl_SI/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Srečanja",
|
||||||
|
"calls": "Klici",
|
||||||
|
"tasks": "Naloge"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Ustvari Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/sr_RS/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sr_RS/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Ročišta",
|
||||||
|
"calls": "Pozivi",
|
||||||
|
"tasks": "Zadaci"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Napravi Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/sv_SE/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sv_SE/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Möten",
|
||||||
|
"calls": "Samtal",
|
||||||
|
"tasks": "Uppgifter"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Skapa Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/th_TH/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/th_TH/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "การประชุม",
|
||||||
|
"calls": "โทร",
|
||||||
|
"tasks": "งาน"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "สร้าง Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/tr_TR/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/tr_TR/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Toplantılar",
|
||||||
|
"calls": "(Seslenme)",
|
||||||
|
"tasks": "Görevler"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Mietinkasso oluştur"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/uk_UA/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/uk_UA/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Зустрічі",
|
||||||
|
"calls": "Дзвінки",
|
||||||
|
"tasks": "Завдання"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Створити Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/vi_VN/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/vi_VN/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "Cuộc hẹn",
|
||||||
|
"calls": "Cuộc gọi",
|
||||||
|
"tasks": "Nhiệm vụ"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "Tạo Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/zh_CN/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/zh_CN/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "会晤",
|
||||||
|
"calls": "通话",
|
||||||
|
"tasks": "任务"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "创建 Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
custom/Espo/Custom/Resources/i18n/zh_TW/CMietinkasso.json
Normal file
10
custom/Espo/Custom/Resources/i18n/zh_TW/CMietinkasso.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"links": {
|
||||||
|
"meetings": "會議",
|
||||||
|
"calls": "通話",
|
||||||
|
"tasks": "任務"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Create CMietinkasso": "建立Mietinkasso"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"controller": "controllers/record",
|
||||||
|
"boolFilterList": [
|
||||||
|
"onlyMy"
|
||||||
|
],
|
||||||
|
"sidePanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "activities",
|
||||||
|
"reference": "activities"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "history",
|
||||||
|
"reference": "history"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tasks",
|
||||||
|
"reference": "tasks"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"bottomPanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "activities",
|
||||||
|
"reference": "activities",
|
||||||
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "history",
|
||||||
|
"reference": "history",
|
||||||
|
"disabled": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"iconClass": "fas fa-money-bill-1-wave"
|
||||||
|
}
|
||||||
@@ -0,0 +1,110 @@
|
|||||||
|
{
|
||||||
|
"fields": {
|
||||||
|
"name": {
|
||||||
|
"type": "varchar",
|
||||||
|
"required": true,
|
||||||
|
"pattern": "$noBadCharacters"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"createdAt": {
|
||||||
|
"type": "datetime",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"modifiedAt": {
|
||||||
|
"type": "datetime",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"type": "link",
|
||||||
|
"readOnly": true,
|
||||||
|
"view": "views/fields/user"
|
||||||
|
},
|
||||||
|
"modifiedBy": {
|
||||||
|
"type": "link",
|
||||||
|
"readOnly": true,
|
||||||
|
"view": "views/fields/user"
|
||||||
|
},
|
||||||
|
"assignedUser": {
|
||||||
|
"type": "link",
|
||||||
|
"required": false,
|
||||||
|
"view": "views/fields/assigned-user"
|
||||||
|
},
|
||||||
|
"teams": {
|
||||||
|
"type": "linkMultiple",
|
||||||
|
"view": "views/fields/teams"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"links": {
|
||||||
|
"createdBy": {
|
||||||
|
"type": "belongsTo",
|
||||||
|
"entity": "User"
|
||||||
|
},
|
||||||
|
"modifiedBy": {
|
||||||
|
"type": "belongsTo",
|
||||||
|
"entity": "User"
|
||||||
|
},
|
||||||
|
"assignedUser": {
|
||||||
|
"type": "belongsTo",
|
||||||
|
"entity": "User"
|
||||||
|
},
|
||||||
|
"teams": {
|
||||||
|
"type": "hasMany",
|
||||||
|
"entity": "Team",
|
||||||
|
"relationName": "entityTeam",
|
||||||
|
"layoutRelationshipsDisabled": true
|
||||||
|
},
|
||||||
|
"meetings": {
|
||||||
|
"type": "hasMany",
|
||||||
|
"entity": "Meeting",
|
||||||
|
"foreign": "parent"
|
||||||
|
},
|
||||||
|
"calls": {
|
||||||
|
"type": "hasMany",
|
||||||
|
"entity": "Call",
|
||||||
|
"foreign": "parent"
|
||||||
|
},
|
||||||
|
"tasks": {
|
||||||
|
"type": "hasChildren",
|
||||||
|
"entity": "Task",
|
||||||
|
"foreign": "parent"
|
||||||
|
},
|
||||||
|
"emails": {
|
||||||
|
"type": "hasChildren",
|
||||||
|
"entity": "Email",
|
||||||
|
"foreign": "parent",
|
||||||
|
"layoutRelationshipsDisabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"collection": {
|
||||||
|
"orderBy": "createdAt",
|
||||||
|
"order": "desc"
|
||||||
|
},
|
||||||
|
"indexes": {
|
||||||
|
"name": {
|
||||||
|
"columns": [
|
||||||
|
"name",
|
||||||
|
"deleted"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"assignedUser": {
|
||||||
|
"columns": [
|
||||||
|
"assignedUserId",
|
||||||
|
"deleted"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"createdAt": {
|
||||||
|
"columns": [
|
||||||
|
"createdAt"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"createdAtId": {
|
||||||
|
"unique": true,
|
||||||
|
"columns": [
|
||||||
|
"createdAt",
|
||||||
|
"id"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -12,7 +12,8 @@
|
|||||||
"CVmhErstgespraech",
|
"CVmhErstgespraech",
|
||||||
"CVmhVermieter",
|
"CVmhVermieter",
|
||||||
"CBeteiligte",
|
"CBeteiligte",
|
||||||
"CCallQueues"
|
"CCallQueues",
|
||||||
|
"CMietinkasso"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cWichtigkeit": {
|
"cWichtigkeit": {
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
"CVmhErstgespraech",
|
"CVmhErstgespraech",
|
||||||
"CVmhVermieter",
|
"CVmhVermieter",
|
||||||
"CBeteiligte",
|
"CBeteiligte",
|
||||||
"CCallQueues"
|
"CCallQueues",
|
||||||
|
"CMietinkasso"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
"CVmhErstgespraech",
|
"CVmhErstgespraech",
|
||||||
"CVmhVermieter",
|
"CVmhVermieter",
|
||||||
"CBeteiligte",
|
"CBeteiligte",
|
||||||
"CCallQueues"
|
"CCallQueues",
|
||||||
|
"CMietinkasso"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
"CVmhErstgespraech",
|
"CVmhErstgespraech",
|
||||||
"CVmhVermieter",
|
"CVmhVermieter",
|
||||||
"CBeteiligte",
|
"CBeteiligte",
|
||||||
"CCallQueues"
|
"CCallQueues",
|
||||||
|
"CMietinkasso"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General"
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"entity": true,
|
||||||
|
"layouts": true,
|
||||||
|
"tab": true,
|
||||||
|
"acl": true,
|
||||||
|
"aclPortal": true,
|
||||||
|
"aclPortalLevelList": [
|
||||||
|
"all",
|
||||||
|
"account",
|
||||||
|
"contact",
|
||||||
|
"own",
|
||||||
|
"no"
|
||||||
|
],
|
||||||
|
"customizable": true,
|
||||||
|
"importable": true,
|
||||||
|
"notifications": true,
|
||||||
|
"stream": false,
|
||||||
|
"disabled": false,
|
||||||
|
"type": "BasePlus",
|
||||||
|
"module": "Custom",
|
||||||
|
"object": true,
|
||||||
|
"isCustom": true
|
||||||
|
}
|
||||||
@@ -61,66 +61,67 @@ return [
|
|||||||
5 => 'CAdressen',
|
5 => 'CAdressen',
|
||||||
6 => 'CVmhMietverhltnis',
|
6 => 'CVmhMietverhltnis',
|
||||||
7 => 'CVmhRumungsklage',
|
7 => 'CVmhRumungsklage',
|
||||||
8 => 'CDokumente',
|
8 => 'CMietinkasso',
|
||||||
9 => (object) [
|
9 => 'CDokumente',
|
||||||
|
10 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'id' => '342567',
|
'id' => '342567',
|
||||||
'text' => '$CRM'
|
'text' => '$CRM'
|
||||||
],
|
],
|
||||||
10 => 'Contact',
|
11 => 'Contact',
|
||||||
11 => (object) [
|
12 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Activities',
|
'text' => '$Activities',
|
||||||
'id' => '219419'
|
'id' => '219419'
|
||||||
],
|
],
|
||||||
12 => 'Email',
|
13 => 'Email',
|
||||||
13 => 'Call',
|
14 => 'Call',
|
||||||
14 => 'Task',
|
15 => 'Task',
|
||||||
15 => 'Calendar',
|
16 => 'Calendar',
|
||||||
16 => (object) [
|
17 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'id' => '655187',
|
'id' => '655187',
|
||||||
'text' => '$Support'
|
'text' => '$Support'
|
||||||
],
|
],
|
||||||
17 => 'Case',
|
18 => 'Case',
|
||||||
18 => 'KnowledgeBaseArticle',
|
19 => 'KnowledgeBaseArticle',
|
||||||
19 => (object) [
|
20 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => NULL,
|
'text' => NULL,
|
||||||
'id' => '137994'
|
'id' => '137994'
|
||||||
],
|
],
|
||||||
20 => '_delimiter_',
|
21 => '_delimiter_',
|
||||||
21 => (object) [
|
22 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Marketing',
|
'text' => '$Marketing',
|
||||||
'id' => '463280'
|
'id' => '463280'
|
||||||
],
|
],
|
||||||
22 => 'Campaign',
|
23 => 'Campaign',
|
||||||
23 => 'TargetList',
|
24 => 'TargetList',
|
||||||
24 => (object) [
|
25 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Business',
|
'text' => '$Business',
|
||||||
'id' => '518202'
|
'id' => '518202'
|
||||||
],
|
],
|
||||||
25 => (object) [
|
26 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Organization',
|
'text' => '$Organization',
|
||||||
'id' => '566592'
|
'id' => '566592'
|
||||||
],
|
],
|
||||||
26 => 'User',
|
27 => 'User',
|
||||||
27 => (object) [
|
28 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => NULL,
|
'text' => NULL,
|
||||||
'id' => '898671'
|
'id' => '898671'
|
||||||
],
|
],
|
||||||
28 => 'Team',
|
29 => 'Team',
|
||||||
29 => 'WorkingTimeCalendar',
|
30 => 'WorkingTimeCalendar',
|
||||||
30 => 'EmailTemplate',
|
31 => 'EmailTemplate',
|
||||||
31 => 'Template',
|
32 => 'Template',
|
||||||
32 => 'Import',
|
33 => 'Import',
|
||||||
33 => 'GlobalStream',
|
34 => 'GlobalStream',
|
||||||
34 => 'Report',
|
35 => 'Report',
|
||||||
35 => 'CCallQueues'
|
36 => 'CCallQueues'
|
||||||
],
|
],
|
||||||
'quickCreateList' => [
|
'quickCreateList' => [
|
||||||
0 => 'Account',
|
0 => 'Account',
|
||||||
@@ -349,8 +350,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769202183,
|
'cacheTimestamp' => 1769204565,
|
||||||
'microtime' => 1769202183.750401,
|
'microtime' => 1769204565.732491,
|
||||||
'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