Add php files
This commit is contained in:
134
include/tabConfig.php
Executable file
134
include/tabConfig.php
Executable file
@@ -0,0 +1,134 @@
|
||||
<?php
|
||||
|
||||
if (!defined('sugarEntry') || !sugarEntry)
|
||||
die('Not A Valid Entry Point');
|
||||
|
||||
$GLOBALS ['tabStructure'] = array(
|
||||
'LBL_TABGROUP_HOME' => array(
|
||||
'label' => 'LBL_TABGROUP_HOME',
|
||||
'modules' => array(
|
||||
'Home',
|
||||
'Dashboard'
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_OTHER' => array(
|
||||
'label' => 'LBL_TABGROUP_OTHER',
|
||||
'modules' => array(
|
||||
'Accounts',
|
||||
'Contacts',
|
||||
'Leads',
|
||||
'EcmCommunes',
|
||||
'EcmAccountCategories',
|
||||
'EcmMailingCategories'
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_ACTIVITIES' => array(
|
||||
'label' => 'LBL_TABGROUP_ACTIVITIES',
|
||||
'modules' => array (
|
||||
'EcmCalendars',
|
||||
'Tasks',
|
||||
'Emails',
|
||||
'Notes',
|
||||
'Calls',
|
||||
'EcmMailingMessages'
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_PRODUCTS' => array(
|
||||
'label' => 'LBL_TABGROUP_PRODUCTS',
|
||||
'modules' => array(
|
||||
'EcmProducts',
|
||||
'EcmProductCategories',
|
||||
'EcmPriceBooks',
|
||||
'EcmPrices',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_SALES' => array(
|
||||
'label' => 'LBL_TABGROUP_SALES',
|
||||
'modules' => array(
|
||||
'EcmQuotes',
|
||||
'EcmSales',
|
||||
'EcmInvoiceOuts',
|
||||
'EcmPrePaymentInvoices',
|
||||
'EcmReceipts',
|
||||
'EcmServices',
|
||||
'EcmNoteOuts',
|
||||
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_STOCK' => array(
|
||||
'label' => 'LBL_TABGROUP_STOCK',
|
||||
'modules' => array(
|
||||
'EcmInsideOrders',
|
||||
'EcmPurchaseOrders',
|
||||
'EcmStockDocIns',
|
||||
'EcmStockDocOuts',
|
||||
'EcmStockDocInsideIns',
|
||||
'EcmStockDocInsideOuts',
|
||||
'EcmStockDocMoves',
|
||||
'EcmStockDocCorrects',
|
||||
'EcmStockStates',
|
||||
'EcmStockOperations',
|
||||
'EcmProductStockIndexs',
|
||||
'EcmStocks',
|
||||
'EcmInventorys',
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_REPORTS' => array(
|
||||
'label' => 'LBL_TABGROUP_REPORTS',
|
||||
'modules' => array(
|
||||
'EcmReports',
|
||||
'EcmCharts',
|
||||
'EcmCalls'
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_DOCUMENTS' => array(
|
||||
'label' => 'LBL_TABGROUP_DOCUMENTS',
|
||||
'modules' => array(
|
||||
'Documents',
|
||||
'EcmAgreements'
|
||||
)
|
||||
),
|
||||
'LBL_TAB_PAYMENTS' => array(
|
||||
'label' => 'LBL_TAB_PAYMENTS',
|
||||
'modules' => array(
|
||||
'EcmTransactions',
|
||||
'EcmPaymentStates'
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_CASH' => array(
|
||||
'label' => 'LBL_TABGROUP_CASH',
|
||||
'modules' => array(
|
||||
'EcmNewKpkws',
|
||||
'EcmCashs'
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_ECMWORKERS' => array(
|
||||
'label' => 'LBL_TABGROUP_ECMWORKERS',
|
||||
'modules' => array(
|
||||
'EcmWorkers',
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_PRODUCTIONS' => array(
|
||||
'label' => 'LBL_TABGROUP_PRODUCTIONS',
|
||||
'modules' => array(
|
||||
'EcmActions',
|
||||
'EcmWorkCards',
|
||||
'EcmResourcess',
|
||||
)
|
||||
),
|
||||
'LBL_TABGROUP_SERVICES' => array(
|
||||
'label' => 'LBL_TABGROUP_SERVICES',
|
||||
'modules' => array(
|
||||
'EcmServiceNews',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_SETTINGS' => array(
|
||||
'label' => 'LBL_TABGROUP_SETTINGS',
|
||||
'modules' => array(
|
||||
'EcmSysInfos',
|
||||
'EcmPaymentConditions',
|
||||
'EcmDeliveryConditions',
|
||||
'EcmVats',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user