mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
Add license
- Add to license to files that don't have
This commit is contained in:
parent
544b2c7b6e
commit
77a102a822
45 changed files with 1172 additions and 4 deletions
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Observable} from 'rxjs';
|
import {Observable} from 'rxjs';
|
||||||
import {PageSelection, PaginationCount} from '../../views/list/list-navigation.model';
|
import {PageSelection, PaginationCount} from '../../views/list/list-navigation.model';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {StringMap} from './string-map';
|
import {StringMap} from './string-map';
|
||||||
|
|
||||||
export interface StringMatrix {
|
export interface StringMatrix {
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Observable} from 'rxjs';
|
import {Observable} from 'rxjs';
|
||||||
import {SelectionStatus} from './record-selection.model';
|
import {SelectionStatus} from './record-selection.model';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {PieGridChartComponent} from '../pie-grid-chart/pie-grid-chart.component';
|
import {PieGridChartComponent} from '../pie-grid-chart/pie-grid-chart.component';
|
||||||
import {VerticalBarChartModule} from '../vertical-bar-chart/vertical-bar-chart.module';
|
import {VerticalBarChartModule} from '../vertical-bar-chart/vertical-bar-chart.module';
|
||||||
import {VerticalBarChartComponent} from '../vertical-bar-chart/vertical-bar-chart.component';
|
import {VerticalBarChartComponent} from '../vertical-bar-chart/vertical-bar-chart.component';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {NgModule} from '@angular/core';
|
import {NgModule} from '@angular/core';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {FieldModule} from '../../fields/field.module';
|
import {FieldModule} from '../../fields/field.module';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {LogoutLinkModel} from './logout-link-model';
|
import {LogoutLinkModel} from './logout-link-model';
|
||||||
|
|
||||||
export interface LogoutModel {
|
export interface LogoutModel {
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {listStoreFactoryMock} from '../../../../store/record-list/record-list.store.spec.mock';
|
import {listStoreFactoryMock} from '../../../../store/record-list/record-list.store.spec.mock';
|
||||||
import {RecordListModalStoreFactory} from './record-list-modal.store.factory';
|
import {RecordListModalStoreFactory} from './record-list-modal.store.factory';
|
||||||
import {metadataStoreMock} from '../../../../store/metadata/metadata.store.spec.mock';
|
import {metadataStoreMock} from '../../../../store/metadata/metadata.store.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {HistorySidebarWidgetComponent} from '../history-sidebar-widget/history-sidebar-widget.component';
|
import {HistorySidebarWidgetComponent} from '../history-sidebar-widget/history-sidebar-widget.component';
|
||||||
import {StatisticsSidebarWidgetModule} from '../statistics-sidebar-widget/statistics-sidebar-widget.module';
|
import {StatisticsSidebarWidgetModule} from '../statistics-sidebar-widget/statistics-sidebar-widget.module';
|
||||||
import {HistorySidebarWidgetModule} from '../history-sidebar-widget/history-sidebar-widget.module';
|
import {HistorySidebarWidgetModule} from '../history-sidebar-widget/history-sidebar-widget.module';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {NgModule} from '@angular/core';
|
import {NgModule} from '@angular/core';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {StatisticsSidebarWidgetComponent} from './statistics-sidebar-widget.component';
|
import {StatisticsSidebarWidgetComponent} from './statistics-sidebar-widget.component';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {listStoreFactoryMock} from '../../../../store/record-list/record-list.store.spec.mock';
|
import {listStoreFactoryMock} from '../../../../store/record-list/record-list.store.spec.mock';
|
||||||
import {subpanelStatisticsFactoryMock} from '../../../../store/single-value-statistics/single-value-statistics.store.spec.mock';
|
import {subpanelStatisticsFactoryMock} from '../../../../store/single-value-statistics/single-value-statistics.store.spec.mock';
|
||||||
import {SubpanelStoreFactory} from './subpanel.store.factory';
|
import {SubpanelStoreFactory} from './subpanel.store.factory';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {StatisticsTopWidgetComponent} from '../statistics-top-widget/statistics-top-widget.component';
|
import {StatisticsTopWidgetComponent} from '../statistics-top-widget/statistics-top-widget.component';
|
||||||
import {StatisticsTopWidgetModule} from '../statistics-top-widget/statistics-top-widget.module';
|
import {StatisticsTopWidgetModule} from '../statistics-top-widget/statistics-top-widget.module';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {NgModule} from '@angular/core';
|
import {NgModule} from '@angular/core';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {DynamicModule} from 'ng-dynamic-component';
|
import {DynamicModule} from 'ng-dynamic-component';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Type} from '@angular/core';
|
import {Type} from '@angular/core';
|
||||||
import {OverridableMap} from 'common';
|
import {OverridableMap} from 'common';
|
||||||
import {BaseFieldComponent} from './base/base-field.component';
|
import {BaseFieldComponent} from './base/base-field.component';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {PhoneDetailFieldComponent} from './phone/templates/detail/phone.component';
|
import {PhoneDetailFieldComponent} from './phone/templates/detail/phone.component';
|
||||||
import {MultiEnumFilterFieldComponent} from './multienum/templates/filter/multienum.component';
|
import {MultiEnumFilterFieldComponent} from './multienum/templates/filter/multienum.component';
|
||||||
import {EnumDetailFieldModule} from './enum/templates/detail/enum.module';
|
import {EnumDetailFieldModule} from './enum/templates/detail/enum.module';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Type} from '@angular/core';
|
import {Type} from '@angular/core';
|
||||||
import {BaseFieldComponent} from './base/base-field.component';
|
import {BaseFieldComponent} from './base/base-field.component';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Injectable, Type} from '@angular/core';
|
import {Injectable, Type} from '@angular/core';
|
||||||
import {OverridableMap} from 'common';
|
import {OverridableMap} from 'common';
|
||||||
import {BaseFieldComponent} from './base/base-field.component';
|
import {BaseFieldComponent} from './base/base-field.component';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Injectable} from '@angular/core';
|
import {Injectable} from '@angular/core';
|
||||||
import {baseViewFieldsMap} from './base-fields.manifest';
|
import {baseViewFieldsMap} from './base-fields.manifest';
|
||||||
import {FieldComponentMap} from './field.model';
|
import {FieldComponentMap} from './field.model';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Compiler, Injectable, Injector, NgModuleFactory, NgModuleRef} from '@angular/core';
|
import {Compiler, Injectable, Injector, NgModuleFactory, NgModuleRef} from '@angular/core';
|
||||||
import {forkJoin, from, isObservable, Observable, of} from 'rxjs';
|
import {forkJoin, from, isObservable, Observable, of} from 'rxjs';
|
||||||
import {LoadChildrenCallback} from '@angular/router';
|
import {LoadChildrenCallback} from '@angular/router';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
||||||
import {numberFormatterMock} from '../number/number-formatter.spec.mock';
|
import {numberFormatterMock} from '../number/number-formatter.spec.mock';
|
||||||
import {CurrencyFormatter} from './currency-formatter.service';
|
import {CurrencyFormatter} from './currency-formatter.service';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {DataTypeFormatter} from './data-type.formatter.service';
|
import {DataTypeFormatter} from './data-type.formatter.service';
|
||||||
import {currencyFormatterMock} from './currency/currency-formatter.service.spec.mock';
|
import {currencyFormatterMock} from './currency/currency-formatter.service.spec.mock';
|
||||||
import {numberFormatterMock} from './number/number-formatter.spec.mock';
|
import {numberFormatterMock} from './number/number-formatter.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
||||||
import {DateFormatter} from './date-formatter.service';
|
import {DateFormatter} from './date-formatter.service';
|
||||||
import {FormControlUtils} from '../../record/field/form-control.utils';
|
import {FormControlUtils} from '../../record/field/form-control.utils';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {DatetimeFormatter} from './datetime-formatter.service';
|
import {DatetimeFormatter} from './datetime-formatter.service';
|
||||||
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
||||||
import {FormControlUtils} from '../../record/field/form-control.utils';
|
import {FormControlUtils} from '../../record/field/form-control.utils';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {EmailFormatter} from '../../../services/formatters/email/email-formatter.service';
|
import {EmailFormatter} from '../../../services/formatters/email/email-formatter.service';
|
||||||
import {FormControlUtils} from '../../../services/record/field/form-control.utils';
|
import {FormControlUtils} from '../../../services/record/field/form-control.utils';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock';
|
||||||
import {NumberFormatter} from '../../../services/formatters/number/number-formatter.service';
|
import {NumberFormatter} from '../../../services/formatters/number/number-formatter.service';
|
||||||
import {FormControlUtils} from '../../../services/record/field/form-control.utils';
|
import {FormControlUtils} from '../../../services/record/field/form-control.utils';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {PhoneFormatter} from './phone-formatter.service';
|
import {PhoneFormatter} from './phone-formatter.service';
|
||||||
import {FormControlUtils} from '../../record/field/form-control.utils';
|
import {FormControlUtils} from '../../record/field/form-control.utils';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {languageStoreMock} from '../../store/language/language.store.spec.mock';
|
import {languageStoreMock} from '../../store/language/language.store.spec.mock';
|
||||||
import {DynamicLabelService} from './dynamic-label.service';
|
import {DynamicLabelService} from './dynamic-label.service';
|
||||||
import {dataTypeFormatterMock} from '../formatters/data-type.formatter.spec.mock';
|
import {dataTypeFormatterMock} from '../formatters/data-type.formatter.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {RouteConverter} from './route-converter.service';
|
import {RouteConverter} from './route-converter.service';
|
||||||
import {moduleNameMapperMock} from '../module-name-mapper/module-name-mapper.service.spec.mock';
|
import {moduleNameMapperMock} from '../module-name-mapper/module-name-mapper.service.spec.mock';
|
||||||
import {actionNameMapperMock} from '../action-name-mapper/action-name-mapper.service.spec.mock';
|
import {actionNameMapperMock} from '../action-name-mapper/action-name-mapper.service.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Injectable} from '@angular/core';
|
import {Injectable} from '@angular/core';
|
||||||
import {Observable} from 'rxjs';
|
import {Observable} from 'rxjs';
|
||||||
import {map} from 'rxjs/operators';
|
import {map} from 'rxjs/operators';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {messageServiceMock} from '../../../../../message/message.service.spec.mock';
|
import {messageServiceMock} from '../../../../../message/message.service.spec.mock';
|
||||||
import {ExportAsyncAction} from './export.async-action';
|
import {ExportAsyncAction} from './export.async-action';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {FieldManager} from './field.manager';
|
import {FieldManager} from './field.manager';
|
||||||
import {validationManagerMock} from '../validation/validation.manager.spec.mock';
|
import {validationManagerMock} from '../validation/validation.manager.spec.mock';
|
||||||
import {dataTypeFormatterMock} from '../../formatters/data-type.formatter.spec.mock';
|
import {dataTypeFormatterMock} from '../../formatters/data-type.formatter.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {RecordManager} from './record.manager';
|
import {RecordManager} from './record.manager';
|
||||||
import {fieldManagerMock} from './field/field.manager.spec.mock';
|
import {fieldManagerMock} from './field/field.manager.spec.mock';
|
||||||
import {languageStoreMock} from '../../store/language/language.store.spec.mock';
|
import {languageStoreMock} from '../../store/language/language.store.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {ValidationManager} from './validation.manager';
|
import {ValidationManager} from './validation.manager';
|
||||||
import {RequiredValidator} from './validators/required.validator';
|
import {RequiredValidator} from './validators/required.validator';
|
||||||
import {RangeValidator} from './validators/range.validator';
|
import {RangeValidator} from './validators/range.validator';
|
||||||
|
|
|
@ -1,3 +1,31 @@
|
||||||
|
<! --
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see http://www.gnu.org/licenses.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Start Record View Section -->
|
<!-- Start Record View Section -->
|
||||||
<div *ngIf="(vm$ | async) as vm" class="record-view">
|
<div *ngIf="(vm$ | async) as vm" class="record-view">
|
||||||
<scrm-record-header></scrm-record-header>
|
<scrm-record-header></scrm-record-header>
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Component, OnDestroy, OnInit} from '@angular/core';
|
import {Component, OnDestroy, OnInit} from '@angular/core';
|
||||||
import {Observable, Subscription} from 'rxjs';
|
import {Observable, Subscription} from 'rxjs';
|
||||||
import {ActivatedRoute, Params} from '@angular/router';
|
import {ActivatedRoute, Params} from '@angular/router';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {NgModule} from '@angular/core';
|
import {NgModule} from '@angular/core';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {FieldModule} from '../../../../fields/field.module';
|
import {FieldModule} from '../../../../fields/field.module';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Injectable} from '@angular/core';
|
import {Injectable} from '@angular/core';
|
||||||
import {Observable, of} from 'rxjs';
|
import {Observable, of} from 'rxjs';
|
||||||
import {catchError, finalize, shareReplay} from 'rxjs/operators';
|
import {catchError, finalize, shareReplay} from 'rxjs/operators';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Injectable} from '@angular/core';
|
import {Injectable} from '@angular/core';
|
||||||
import {ModalButtonInterface, ViewMode} from 'common';
|
import {ModalButtonInterface, ViewMode} from 'common';
|
||||||
import {NgbModal} from '@ng-bootstrap/ng-bootstrap';
|
import {NgbModal} from '@ng-bootstrap/ng-bootstrap';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {Injectable} from '@angular/core';
|
import {Injectable} from '@angular/core';
|
||||||
import {ViewMode} from 'common';
|
import {ViewMode} from 'common';
|
||||||
import {take} from 'rxjs/operators';
|
import {take} from 'rxjs/operators';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {languageStoreMock} from '../../../store/language/language.store.spec.mock';
|
import {languageStoreMock} from '../../../store/language/language.store.spec.mock';
|
||||||
import {recordActionsManagerMock} from '../actions/record-action-manager.service.spec.mock';
|
import {recordActionsManagerMock} from '../actions/record-action-manager.service.spec.mock';
|
||||||
import {bulkActionProcessMock} from '../../../services/process/processes/async-action/async-action.spec.mock';
|
import {bulkActionProcessMock} from '../../../services/process/processes/async-action/async-action.spec.mock';
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
import {NgModule} from '@angular/core';
|
import {NgModule} from '@angular/core';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {RecordComponent} from './record.component';
|
import {RecordComponent} from './record.component';
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
|
@ -1,3 +1,28 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
/* Light filter SCSS */
|
/* Light filter SCSS */
|
||||||
|
|
||||||
.light-filter {
|
.light-filter {
|
||||||
|
|
|
@ -1,3 +1,28 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
.light-table {
|
.light-table {
|
||||||
.list-view-tableactions {
|
.list-view-tableactions {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
.app-shell {
|
.app-shell {
|
||||||
min-height: calc(100vh - 3.1em);
|
min-height: calc(100vh - 3.1em);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,29 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd.
|
||||||
|
* Copyright (C) 2021 SalesAgility Ltd.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||||
|
* Free Software Foundation with the addition of the following permission added
|
||||||
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||||
|
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE
|
||||||
|
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* In accordance with Section 7(b) of the GNU Affero General Public License
|
||||||
|
* version 3, these Appropriate Legal Notices must retain the display of the
|
||||||
|
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably
|
||||||
|
* feasible for technical reasons, the Appropriate Legal Notices must display
|
||||||
|
* the words "Supercharged by SuiteCRM".
|
||||||
|
*/
|
||||||
|
|
||||||
namespace App\Install\Command;
|
namespace App\Install\Command;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue