Update configuration timestamps, add custom services, and implement validation and rebuild script for EspoCRM
This commit is contained in:
12
custom/Espo/Custom/Services/CAICollection.php
Normal file
12
custom/Espo/Custom/Services/CAICollection.php
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
namespace Espo\Custom\Services;
|
||||||
|
|
||||||
|
use Espo\Services\Record;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Service für CAICollection Entity
|
||||||
|
*/
|
||||||
|
class CAICollection extends Record
|
||||||
|
{
|
||||||
|
// Basis-Service-Funktionalität wird von Record geerbt
|
||||||
|
}
|
||||||
12
custom/Espo/Custom/Services/CAdvowareAkten.php
Normal file
12
custom/Espo/Custom/Services/CAdvowareAkten.php
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
namespace Espo\Custom\Services;
|
||||||
|
|
||||||
|
use Espo\Services\Record;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Service für CAdvowareAkten Entity
|
||||||
|
*/
|
||||||
|
class CAdvowareAkten extends Record
|
||||||
|
{
|
||||||
|
// Basis-Service-Funktionalität wird von Record geerbt
|
||||||
|
}
|
||||||
1430
custom/scripts/validate_and_rebuild.py
Normal file → Executable file
1430
custom/scripts/validate_and_rebuild.py
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
1142
custom/scripts/validate_and_rebuild.py.backup
Normal file
1142
custom/scripts/validate_and_rebuild.py.backup
Normal file
File diff suppressed because it is too large
Load Diff
@@ -360,7 +360,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1773141794.293915,
|
'microtime' => 1773142436.617376,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'cacheTimestamp' => 1773141794,
|
'cacheTimestamp' => 1773142436,
|
||||||
'microtimeState' => 1773141794.444418,
|
'microtimeState' => 1773142436.753972,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user