-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtabdata.php
More file actions
15 lines (8 loc) · 2.32 KB
/
tabdata.php
File metadata and controls
15 lines (8 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
//This file contains the commonly used variables
$tab_info_array=array('Dashboard'=>1,'Potentials'=>2,'Home'=>3,'Contacts'=>4,'Accounts'=>6,'Leads'=>7,'Documents'=>8,'Calendar'=>9,'Emails'=>10,'HelpDesk'=>13,'Products'=>14,'Faq'=>15,'Events'=>16,'Vendors'=>18,'PriceBooks'=>19,'Quotes'=>20,'PurchaseOrder'=>21,'SalesOrder'=>22,'Invoice'=>23,'Rss'=>24,'Reports'=>25,'Campaigns'=>26,'Portal'=>27,'Webmails'=>28,'Users'=>29,'PBXManager'=>30,'Import'=>31,'WSAPP'=>32,'Services'=>33,'MailManager'=>34,'Mobile'=>35,'ModTracker'=>36,'ServiceContracts'=>37,'Webforms'=>38,'SMSNotifier'=>39,'Assets'=>40,'ModComments'=>41,'RecycleBin'=>42,'CustomerPortal'=>43,'EmailTemplates'=>44,'ProjectMilestone'=>45,'ProjectTask'=>46,'Project'=>47,'Google'=>48,'ExtensionStore'=>49,'Batch'=>50,'BatchInventory'=>51,'HeatRun'=>52,'BatchMovement'=>53,'Cork'=>54,'Rejection'=>55,'Dispatch'=>56,);
$tab_seq_array=array('1'=>0,'2'=>0,'3'=>0,'4'=>0,'6'=>0,'7'=>0,'8'=>0,'9'=>0,'10'=>0,'13'=>1,'14'=>0,'15'=>1,'16'=>2,'18'=>0,'19'=>0,'20'=>0,'21'=>0,'22'=>0,'23'=>0,'24'=>1,'25'=>0,'26'=>1,'27'=>0,'28'=>0,'29'=>0,'30'=>1,'31'=>0,'32'=>0,'33'=>0,'34'=>0,'35'=>0,'36'=>0,'37'=>0,'38'=>0,'39'=>0,'40'=>0,'41'=>0,'42'=>0,'43'=>0,'44'=>0,'45'=>1,'46'=>1,'47'=>1,'48'=>0,'49'=>0,'50'=>0,'51'=>0,'52'=>0,'53'=>0,'54'=>0,'55'=>0,'56'=>0,);
$tab_ownedby_array=array('1'=>1,'2'=>0,'3'=>1,'4'=>0,'6'=>0,'7'=>0,'8'=>0,'9'=>0,'10'=>1,'13'=>0,'14'=>0,'15'=>1,'16'=>0,'18'=>0,'19'=>1,'20'=>0,'21'=>0,'22'=>0,'23'=>0,'24'=>1,'25'=>1,'26'=>0,'27'=>1,'28'=>1,'29'=>1,'30'=>0,'31'=>0,'32'=>0,'33'=>0,'34'=>0,'35'=>0,'36'=>0,'37'=>0,'38'=>0,'39'=>0,'40'=>0,'41'=>0,'42'=>0,'43'=>0,'44'=>0,'45'=>0,'46'=>0,'47'=>0,'48'=>0,'49'=>0,'50'=>0,'51'=>0,'52'=>0,'53'=>0,'54'=>0,'55'=>0,'56'=>0,);
$action_id_array=array('Save'=>0,'SavePriceBook'=>0,'SaveVendor'=>0,'DetailViewAjax'=>1,'EditView'=>1,'PriceBookEditView'=>1,'QuickCreate'=>1,'VendorEditView'=>1,'Delete'=>2,'DeletePriceBook'=>2,'DeleteVendor'=>2,'index'=>3,'Popup'=>3,'DetailView'=>4,'PriceBookDetailView'=>4,'TagCloud'=>4,'VendorDetailView'=>4,'Import'=>5,'Export'=>6,'CreateView'=>7,'Merge'=>8,'ConvertLead'=>9,'DuplicatesHandling'=>10,'Print'=>13);
$action_name_array=array(0=>'Save',1=>'EditView',2=>'Delete',3=>'index',4=>'DetailView',5=>'Import',6=>'Export',7=>'CreateView',8=>'Merge',9=>'ConvertLead',10=>'DuplicatesHandling',13=>'Print');
?>