Add php files
This commit is contained in:
117
custom/include/tabConfig.php
Executable file
117
custom/include/tabConfig.php
Executable file
@@ -0,0 +1,117 @@
|
||||
<?php
|
||||
// created: 2014-09-17 10:45:43
|
||||
$GLOBALS['tabStructure'] = array (
|
||||
'LBL_TABGROUP_HOME' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_HOME',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'Home',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_OTHER' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_OTHER',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'Accounts',
|
||||
1 => 'Contacts',
|
||||
2 => 'Leads',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_ACTIVITIES' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_ACTIVITIES',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'Calendar',
|
||||
1 => 'Tasks',
|
||||
2 => 'Emails',
|
||||
3 => 'Calls',
|
||||
4 => 'Notes',
|
||||
5 => 'Meetings',
|
||||
6 => 'Project',
|
||||
7 => 'Cases',
|
||||
8 => 'Opportunities',
|
||||
9 => 'Campaigns',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_PRODUCTS' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_PRODUCTS',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'EcmProducts',
|
||||
1 => 'EcmPriceBooks',
|
||||
2 => 'EcmProductCategories',
|
||||
3 => 'EcmDesigns',
|
||||
4 => 'EcmPrices',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_SALES' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_SALES',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'EcmProducts',
|
||||
1 => 'EcmQuotes',
|
||||
2 => 'EcmSales',
|
||||
3 => 'EcmInvoiceOuts',
|
||||
4 => 'EcmPrepaymentInvoices',
|
||||
5 => 'EcmReceipts',
|
||||
6 => 'EcmServices',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_ALL' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_ALL',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'EcmInsideOrders',
|
||||
1 => 'EcmPurchaseOrders',
|
||||
2 => 'EcmStockDocIns',
|
||||
3 => 'EcmStockDocOuts',
|
||||
4 => 'EcmStockDocInsideIns',
|
||||
5 => 'EcmStockDocInsideOuts',
|
||||
6 => 'EcmStockDocMoves',
|
||||
7 => 'EcmStockDocCorrects',
|
||||
8 => 'EcmStockStates',
|
||||
9 => 'EcmStockOperations',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_REPORTS' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_REPORTS',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'EcmReports',
|
||||
1 => 'EcmCharts',
|
||||
2 => 'EcmCalls',
|
||||
),
|
||||
),
|
||||
'LBL_TAB_PAYMENTS' =>
|
||||
array (
|
||||
'label' => 'LBL_TAB_PAYMENTS',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'EcmPayments',
|
||||
1 => 'EcmPaymentStates',
|
||||
),
|
||||
),
|
||||
'LBL_TABGROUP_DOCUMENTS' =>
|
||||
array (
|
||||
'label' => 'LBL_TABGROUP_DOCUMENTS',
|
||||
'modules' =>
|
||||
array (
|
||||
0 => 'Documents',
|
||||
),
|
||||
),
|
||||
'LBL_GROUPTAB9_1410943543' =>
|
||||
array (
|
||||
'label' => 'LBL_GROUPTAB9_1410943543',
|
||||
'modules' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user