| Server IP : 138.197.176.125 / Your IP : 216.73.217.122 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/crest/ |
Upload File : |
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64)
--
-- Host: localhost Database: vtigernew75
-- ------------------------------------------------------
-- Server version 5.7.42-0ubuntu0.18.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `com_vtiger_workflow_activatedonce`
--
DROP TABLE IF EXISTS `com_vtiger_workflow_activatedonce`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflow_activatedonce` (
`workflow_id` int(11) NOT NULL,
`entity_id` int(11) NOT NULL,
PRIMARY KEY (`workflow_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflow_activatedonce`
--
LOCK TABLES `com_vtiger_workflow_activatedonce` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_activatedonce` DISABLE KEYS */;
/*!40000 ALTER TABLE `com_vtiger_workflow_activatedonce` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflow_tasktypes`
--
DROP TABLE IF EXISTS `com_vtiger_workflow_tasktypes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflow_tasktypes` (
`id` int(11) NOT NULL,
`tasktypename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`classname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`classpath` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`templatepath` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`modules` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sourcemodule` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflow_tasktypes`
--
LOCK TABLES `com_vtiger_workflow_tasktypes` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflow_tasktypes` VALUES (1,'VTEmailTask','Send Mail','VTEmailTask','modules/com_vtiger_workflow/tasks/VTEmailTask.inc','modules/Settings/Workflows/Tasks/VTEmailTask.tpl','{\"include\":[],\"exclude\":[]}',''),(2,'VTEntityMethodTask','Invoke Custom Function','VTEntityMethodTask','modules/com_vtiger_workflow/tasks/VTEntityMethodTask.inc','modules/Settings/Workflows/Tasks/VTEntityMethodTask.tpl','{\"include\":[],\"exclude\":[]}',''),(3,'VTCreateTodoTask','Create Todo','VTCreateTodoTask','modules/com_vtiger_workflow/tasks/VTCreateTodoTask.inc','modules/Settings/Workflows/Tasks/VTCreateTodoTask.tpl','{\"include\":[\"Leads\",\"Accounts\",\"Potentials\",\"Contacts\",\"HelpDesk\",\"Campaigns\",\"Quotes\",\"PurchaseOrder\",\"SalesOrder\",\"Invoice\",\"Project\"],\"exclude\":[\"Calendar\",\"FAQ\",\"Events\"]}',''),(4,'VTCreateEventTask','Create Event','VTCreateEventTask','modules/com_vtiger_workflow/tasks/VTCreateEventTask.inc','modules/Settings/Workflows/Tasks/VTCreateEventTask.tpl','{\"include\":[\"Leads\",\"Accounts\",\"Potentials\",\"Contacts\",\"HelpDesk\",\"Campaigns\",\"Project\"],\"exclude\":[\"Calendar\",\"FAQ\",\"Events\"]}',''),(5,'VTUpdateFieldsTask','Update Fields','VTUpdateFieldsTask','modules/com_vtiger_workflow/tasks/VTUpdateFieldsTask.inc','modules/Settings/Workflows/Tasks/VTUpdateFieldsTask.tpl','{\"include\":[],\"exclude\":[]}',''),(6,'VTCreateEntityTask','Create Entity','VTCreateEntityTask','modules/com_vtiger_workflow/tasks/VTCreateEntityTask.inc','modules/Settings/Workflows/Tasks/VTCreateEntityTask.tpl','{\"include\":[],\"exclude\":[]}',''),(7,'VTSMSTask','SMS Task','VTSMSTask','modules/com_vtiger_workflow/tasks/VTSMSTask.inc','modules/Settings/Workflows/Tasks/VTSMSTask.tpl','{\"include\":[],\"exclude\":[]}','SMSNotifier');
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflow_tasktypes_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflow_tasktypes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflow_tasktypes_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflow_tasktypes_seq`
--
LOCK TABLES `com_vtiger_workflow_tasktypes_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflow_tasktypes_seq` VALUES (7);
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflows`
--
DROP TABLE IF EXISTS `com_vtiger_workflows`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflows` (
`workflow_id` int(11) NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`summary` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL,
`test` text COLLATE utf8mb4_unicode_ci NOT NULL,
`execution_condition` int(11) NOT NULL,
`defaultworkflow` int(11) DEFAULT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`filtersavedinnew` int(11) DEFAULT NULL,
`schtypeid` int(11) DEFAULT NULL,
`schdayofmonth` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schdayofweek` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schannualdates` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schtime` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`nexttrigger_time` datetime DEFAULT NULL,
`status` tinyint(1) DEFAULT '1',
`workflowname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`workflow_id`),
UNIQUE KEY `com_vtiger_workflows_idx` (`workflow_id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflows`
--
LOCK TABLES `com_vtiger_workflows` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflows` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflows` VALUES (1,'Invoice','UpdateInventoryProducts On Every Save','[{\"fieldname\":\"subject\",\"operation\":\"does not contain\",\"value\":\"`!`\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'UpdateInventoryProducts On Every Save'),(2,'Accounts','Send Email to user when Notifyowner is True','[{\"fieldname\":\"notify_owner\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',2,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to user when Notifyowner is True'),(3,'Contacts','Send Email to user when Notifyowner is True','[{\"fieldname\":\"notify_owner\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',2,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to user when Notifyowner is True'),(4,'Contacts','Send Email to user when Portal User is True','[{\"fieldname\":\"portal\",\"operation\":\"is\",\"value\":\"1\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"email\",\"operation\":\"is not empty\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to user when Portal User is True'),(5,'Potentials','Send Email to users on Potential creation','[]',1,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to users on Potential creation'),(6,'Contacts','Workflow for Contact Creation or Modification','[]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Workflow for Contact Creation or Modification'),(7,'HelpDesk','Ticket Creation From Portal : Send Email to Record Owner and Contact','[{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":1,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Ticket Creation From Portal : Send Email to Record Owner and Contact'),(9,'HelpDesk','Send Email to Contact on Ticket Update','[{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":0,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"ticketstatus\",\"operation\":\"has changed to\",\"value\":\"Closed\",\"valuetype\":\"rawtext\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"solution\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"description\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to Contact on Ticket Update'),(10,'Events','Workflow for Events when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Workflow for Events when Send Notification is True'),(11,'Calendar','Workflow for Calendar Todos when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Workflow for Calendar Todos when Send Notification is True'),(12,'Potentials','Calculate or Update forecast amount','[]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Calculate or Update forecast amount'),(13,'Events','Workflow for Events when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Workflow for Events when Send Notification is True'),(14,'Calendar','Workflow for Calendar Todos when Send Notification is True','[{\"fieldname\":\"sendnotification\",\"operation\":\"is\",\"value\":\"true:boolean\"}]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Workflow for Calendar Todos when Send Notification is True'),(15,'HelpDesk','Comment Added From CRM : Send Email to Organization','[{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"(parent_id : (Accounts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Comment Added From CRM : Send Email to Organization'),(16,'PurchaseOrder','Update Inventory Products On Every Save','[]',3,1,'basic',5,NULL,NULL,NULL,NULL,NULL,NULL,1,'Update Inventory Products On Every Save'),(17,'HelpDesk','Comment Added From Portal : Send Email to Record Owner','[{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"1\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Comment Added From Portal : Send Email to Record Owner'),(18,'HelpDesk','Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User','[{\"fieldname\":\"(contact_id : (Contacts) portal)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User'),(19,'HelpDesk','Comment Added From CRM : Send Email to Contact, where Contact is Portal User','[{\"fieldname\":\"(contact_id : (Contacts) portal)\",\"operation\":\"is\",\"value\":\"1\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"_VT_add_comment\",\"operation\":\"is added\",\"value\":\"\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Comment Added From CRM : Send Email to Contact, where Contact is Portal User'),(20,'HelpDesk','Send Email to Record Owner on Ticket Update','[{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":0,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"ticketstatus\",\"operation\":\"has changed to\",\"value\":\"Closed\",\"valuetype\":\"rawtext\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"solution\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"assigned_user_id\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"description\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to Record Owner on Ticket Update'),(21,'HelpDesk','Ticket Creation From CRM : Send Email to Record Owner','[{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Ticket Creation From CRM : Send Email to Record Owner'),(22,'HelpDesk','Send Email to Organization on Ticket Update','[{\"fieldname\":\"(parent_id : (Accounts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":0,\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":0},{\"fieldname\":\"ticketstatus\",\"operation\":\"has changed to\",\"value\":\"Closed\",\"valuetype\":\"rawtext\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"solution\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"},{\"fieldname\":\"description\",\"operation\":\"has changed\",\"value\":\"\",\"valuetype\":\"\",\"joincondition\":\"or\",\"groupjoin\":\"and\",\"groupid\":\"1\"}]',3,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Send Email to Organization on Ticket Update'),(23,'HelpDesk','Ticket Creation From CRM : Send Email to Organization','[{\"fieldname\":\"(parent_id : (Accounts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Ticket Creation From CRM : Send Email to Organization'),(24,'HelpDesk','Ticket Creation From CRM : Send Email to Contact','[{\"fieldname\":\"(contact_id : (Contacts) emailoptout)\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"and\",\"groupjoin\":\"and\",\"groupid\":\"0\"},{\"fieldname\":\"from_portal\",\"operation\":\"is\",\"value\":\"0\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,1,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Ticket Creation From CRM : Send Email to Contact'),(25,'Invoice','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Add Details in the Sales while Creating Invoice From The Sales'),(26,'Payments','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Update Amount Of Payment In Sales-Order');
/*!40000 ALTER TABLE `com_vtiger_workflows` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflows_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflows_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflows_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflows_seq`
--
LOCK TABLES `com_vtiger_workflows_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflows_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflows_seq` VALUES (26);
/*!40000 ALTER TABLE `com_vtiger_workflows_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtask_queue`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtask_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtask_queue` (
`task_id` int(11) DEFAULT NULL,
`entity_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`do_after` int(11) DEFAULT NULL,
`relatedinfo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`task_contents` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtask_queue`
--
LOCK TABLES `com_vtiger_workflowtask_queue` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtask_queue` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtask_queue` VALUES (6,'12x4',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON3<\\/b><br>LastName:<b>User<\\/b><br>FirstName:<b>Testt<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x30',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b><\\/b><br>Potential Name:<b><\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b> (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x31',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b><\\/b><br>Potential Name:<b><\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b> (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x32',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b><\\/b><br>Potential Name:<b><\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b> (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x33',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b><\\/b><br>Potential Name:<b><\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b> (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x34',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT9<\\/b><br>Potential Name:<b>Demo<\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b>06-07-2023 (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x35',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON4<\\/b><br>LastName:<b>User<\\/b><br>FirstName:<b>Test User<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x43',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT10<\\/b><br>Potential Name:<b>CDS<\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b>06-30-2023 (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x44',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON5<\\/b><br>LastName:<b>CDS<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x45',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT11<\\/b><br>Potential Name:<b>Crest<\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b>07-04-2023 (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x50',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON6<\\/b><br>LastName:<b>Dummy_1<\\/b><br>FirstName:<b>Dummy1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x59',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT12<\\/b><br>Potential Name:<b>CDS Demo 1<\\/b><br>Amount:<b>$10,000<\\/b><br>Expected Close Date:<b>07-07-2023 (mm-dd-yyyy)<\\/b><br>Type:<b>New Business<\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x61',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON7<\\/b><br>LastName:<b>B<\\/b><br>FirstName:<b>A<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x61',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON7<\\/b><br>LastName:<b>B<\\/b><br>FirstName:<b>A<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x62',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON8<\\/b><br>LastName:<b>CREST<\\/b><br>FirstName:<b>CDS<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x63',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON9<\\/b><br>LastName:<b>XYZ<\\/b><br>FirstName:<b>ABC<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x65',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON10<\\/b><br>LastName:<b>ABC<\\/b><br>FirstName:<b>XYZ<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x69',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON11<\\/b><br>LastName:<b>demo<\\/b><br>FirstName:<b>cds<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x70',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON12<\\/b><br>LastName:<b>demo<\\/b><br>FirstName:<b>CDS<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x77',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT13<\\/b><br>Potential Name:<b>Demo 2<\\/b><br>Amount:<b>$100<\\/b><br>Expected Close Date:<b>07-17-2023 (mm-dd-yyyy)<\\/b><br>Type:<b>Existing Business<\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x70',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON12<\\/b><br>LastName:<b>demo<\\/b><br>FirstName:<b>CDS1<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x70',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON12<\\/b><br>LastName:<b>demo<\\/b><br>FirstName:<b>CDS<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x70',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON12<\\/b><br>LastName:<b>demo<\\/b><br>FirstName:<b>CDS<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x112',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT14<\\/b><br>Potential Name:<b>test<\\/b><br>Amount:<b>$0<\\/b><br>Expected Close Date:<b>07-12-2023 (mm-dd-yyyy)<\\/b><br>Type:<b><\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x145',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT18<\\/b><br>Potential Name:<b>Dell: Update Splunk App for PowerScale OneFS<\\/b><br>Amount:<b>$32,500<\\/b><br>Expected Close Date:<b>11-18-2022 (mm-dd-yyyy)<\\/b><br>Type:<b>Existing Business<\\/b><br><br><br>Description :$description<br><br>Thank You<br>Admin<br><br>\"}'),(6,'12x146',0,'false','{\"fromEmail\":\"admin@gmail.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"admin@gmail.com\",\"toEmail\":\"admin@gmail.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Contact Assignment\",\"content\":\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON14<\\/b><br>LastName:<b>Miller3<\\/b><br>FirstName:<b>Darren2<\\/b><br>Lead Source:<b><\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}');
/*!40000 ALTER TABLE `com_vtiger_workflowtask_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks` (
`task_id` int(11) NOT NULL AUTO_INCREMENT,
`workflow_id` int(11) DEFAULT NULL,
`summary` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL,
`task` text COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`task_id`),
UNIQUE KEY `com_vtiger_workflowtasks_idx` (`task_id`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks`
--
LOCK TABLES `com_vtiger_workflowtasks` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks` VALUES (1,1,'','O:18:\"VTEntityMethodTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:1;s:7:\"summary\";s:0:\"\";s:6:\"active\";b:1;s:10:\"methodName\";s:15:\"UpdateInventory\";s:2:\"id\";i:1;}'),(2,2,'An account has been created ','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"2\";s:7:\"summary\";s:28:\"An account has been created \";s:6:\"active\";s:1:\"1\";s:10:\"methodName\";s:11:\"NotifyOwner\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:26:\"Regarding Account Creation\";s:7:\"content\";s:301:\"An Account has been assigned to you on vtigerCRM<br>Details of account are :<br><br>AccountId:<b>$account_no</b><br>AccountName:<b>$accountname</b><br>Rating:<b>$rating</b><br>Industry:<b>$industry</b><br>AccountType:<b>$accounttype</b><br>Description:<b>$description</b><br><br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"2\";}'),(3,3,'An contact has been created ','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"3\";s:7:\"summary\";s:28:\"An contact has been created \";s:6:\"active\";s:1:\"1\";s:10:\"methodName\";s:11:\"NotifyOwner\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:26:\"Regarding Contact Creation\";s:7:\"content\";s:305:\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>$contact_no</b><br>LastName:<b>$lastname</b><br>FirstName:<b>$firstname</b><br>Lead Source:<b>$leadsource</b><br>Department:<b>$department</b><br>Description:<b>$description</b><br><br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"3\";}'),(4,4,'Email Customer Portal Login Details','O:18:\"VTEntityMethodTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:4;s:7:\"summary\";s:35:\"Email Customer Portal Login Details\";s:6:\"active\";b:1;s:10:\"methodName\";s:22:\"SendPortalLoginDetails\";s:2:\"id\";i:4;}'),(5,5,'An Potential has been created ','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"5\";s:7:\"summary\";s:30:\"An Potential has been created \";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:30:\"Regarding Potential Assignment\";s:7:\"content\";s:342:\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>$potential_no</b><br>Potential Name:<b>$potentialname</b><br>Amount:<b>$amount</b><br>Expected Close Date:<b>$closingdate ($_DATE_FORMAT_)</b><br>Type:<b>$opportunity_type</b><br><br><br>Description :$description<br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"5\";}'),(6,6,'An contact has been created ','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:1:\"6\";s:7:\"summary\";s:28:\"An contact has been created \";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:28:\"Regarding Contact Assignment\";s:7:\"content\";s:384:\"An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>$contact_no</b><br>LastName:<b>$lastname</b><br>FirstName:<b>$firstname</b><br>Lead Source:<b>$leadsource</b><br>Department:<b>$department</b><br>Description:<b>$description</b><br><br><br>And <b>CustomerPortal Login Details</b> is sent to the EmailID :-$email<br><br>Thank You<br>Admin\";s:2:\"id\";s:1:\"6\";}'),(7,7,'Notify Related Contact when Ticket is created from Portal','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:57:\"Notify Related Contact when Ticket is created from Portal\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:10:\"workflowId\";s:1:\"7\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:93:\"[From Portal] $ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:158:\"Ticket No : $ticket_no<br>\n Ticket ID : $(general : (__VtigerMeta__) recordId)<br>\n Ticket Title : $ticket_title<br><br>\n $description\";}'),(10,9,'Send Email to Contact on Ticket Update','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:38:\"Send Email to Contact on Ticket Update\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"10\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:624:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution<br>\n The comments are : <br>\n $allComments<br><br>\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:1:\"9\";}'),(13,12,'update forecast amount','O:18:\"VTUpdateFieldsTask\":7:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";i:12;s:7:\"summary\";s:22:\"update forecast amount\";s:6:\"active\";b:1;s:19:\"field_value_mapping\";s:95:\"[{\"fieldname\":\"forecast_amount\",\"valuetype\":\"expression\",\"value\":\"amount * probability / 100\"}]\";s:2:\"id\";i:13;}'),(14,13,'Send Notification Email to Record Owner','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:2:\"13\";s:7:\"summary\";s:39:\"Send Notification Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:17:\"Event : $subject\";s:7:\"content\";s:771:\"$(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name) ,<br/><b>Activity Notification Details:</b><br/>Subject : $subject<br/>Start date and time : $date_start ($(general : (__VtigerMeta__) usertimezone))<br/>End date and time : $due_date ($(general : (__VtigerMeta__) usertimezone)) <br/>Status : $eventstatus <br/>Priority : $taskpriority <br/>Related To : $(parent_id : (Leads) lastname) $(parent_id : (Leads) firstname) $(parent_id : (Accounts) accountname) $(parent_id : (Potentials) potentialname) $(parent_id : (HelpDesk) ticket_title) $(parent_id : (Campaigns) campaignname) <br/>Contacts List : $contact_id <br/>Location : $location <br/>Description : $description\";s:2:\"id\";s:2:\"14\";}'),(15,14,'Send Notification Email to Record Owner','O:11:\"VTEmailTask\":8:{s:18:\"executeImmediately\";s:0:\"\";s:10:\"workflowId\";s:2:\"14\";s:7:\"summary\";s:39:\"Send Notification Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:9:\"recepient\";s:36:\"$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:16:\"Task : $subject\";s:7:\"content\";s:689:\"$(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name) ,<br/><b>Task Notification Details:</b><br/>Subject : $subject<br/>Start date and time : $date_start ($(general : (__VtigerMeta__) usertimezone))<br/>End date and time : $due_date ($_DATE_FORMAT_) <br/>Status : $taskstatus <br/>Priority : $taskpriority <br/>Related To : $(parent_id : (Leads) lastname) $(parent_id : (Leads) firstname) $(parent_id : (Accounts) accountname) $(parent_id : (Potentials) potentialname) $(parent_id : (HelpDesk) ticket_title) $(parent_id : (Campaigns) campaignname) <br/>Contacts List : $contact_id <br/>Description : $description\";s:2:\"id\";s:2:\"15\";}'),(18,16,'Update Inventory Products','O:18:\"VTEntityMethodTask\":6:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";i:16;s:7:\"summary\";s:25:\"Update Inventory Products\";s:6:\"active\";b:1;s:10:\"methodName\";s:15:\"UpdateInventory\";s:2:\"id\";i:18;}'),(19,17,'Comment Added From Portal : Send Email to Record Owner','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:54:\"Comment Added From Portal : Send Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"19\";s:10:\"workflowId\";s:2:\"17\";s:9:\"fromEmail\";s:112:\"$(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname)<$(contact_id : (Contacts) email)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:92:\"Respond to Ticket ID## $(general : (__VtigerMeta__) recordId) ## in Customer Portal - URGENT\";s:7:\"content\";s:325:\"Dear $(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name),<br><br>\n Customer has provided the following additional information to your reply:<br><br>\n <b>$lastComment</b><br><br>\n Kindly respond to above ticket at the earliest.<br><br>\n Regards<br>Support Administrator\";}'),(20,18,'Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:82:\"Comment Added From CRM : Send Email to Contact, where Contact is not a Portal User\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"20\";s:10:\"workflowId\";s:2:\"18\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:514:\"Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution<br>\n The comments are : <br>\n $allComments<br><br>\n Regards<br>Support Administrator\";}'),(21,19,'Comment Added From CRM : Send Email to Contact, where Contact is Portal User','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:76:\"Comment Added From CRM : Send Email to Contact, where Contact is Portal User\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"21\";s:10:\"workflowId\";s:2:\"19\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:547:\"Ticket No : $ticket_no<br>\n Ticket Id : $(general : (__VtigerMeta__) recordId)<br>\n Subject : $ticket_title<br><br>\n Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\n There is a reply to <b>$ticket_title</b> in the \"Customer Portal\" at VTiger.\n You can use the following link to view the replies made:<br>\n <a href=\"$(general : (__VtigerMeta__) portaldetailviewurl)\">Ticket Details</a><br><br>\n Thanks<br>$(general : (__VtigerMeta__) supportName)\";}'),(22,15,'Comment Added From CRM : Send Email to Organization','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:51:\"Comment Added From CRM : Send Email to Organization\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"22\";s:10:\"workflowId\";s:2:\"15\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:34:\",$(parent_id : (Accounts) email1),\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:589:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(parent_id : (Accounts) accountname),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution<br>\n The comments are : <br>\n $allComments<br><br>\n Regards<br>Support Administrator\";}'),(23,7,'Notify Record Owner when Ticket is created from Portal','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:54:\"Notify Record Owner when Ticket is created from Portal\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"23\";s:10:\"workflowId\";s:1:\"7\";s:9:\"fromEmail\";s:124:\"$(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:93:\"[From Portal] $ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:158:\"Ticket No : $ticket_no<br>\n Ticket ID : $(general : (__VtigerMeta__) recordId)<br>\n Ticket Title : $ticket_title<br><br>\n $description\";}'),(24,20,'Send Email to Record Owner on Ticket Update','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:43:\"Send Email to Record Owner on Ticket Update\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"24\";s:10:\"workflowId\";s:2:\"20\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:40:\"Ticket Number : $ticket_no $ticket_title\";s:7:\"content\";s:596:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution\n $allComments<br><br>\n Regards<br>Support Administrator\";}'),(25,21,'Ticket Creation From CRM : Send Email to Record Owner','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:53:\"Ticket Creation From CRM : Send Email to Record Owner\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"25\";s:10:\"workflowId\";s:2:\"21\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:37:\",$(assigned_user_id : (Users) email1)\";s:7:\"subject\";s:40:\"Ticket Number : $ticket_no $ticket_title\";s:7:\"content\";s:596:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(assigned_user_id : (Users) last_name) $(assigned_user_id : (Users) first_name),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution\n $allComments<br><br>\n Regards<br>Support Administrator\";}'),(26,22,'Send Email to Organization on Ticket Update','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:43:\"Send Email to Organization on Ticket Update\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"26\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(parent_id : (Accounts) email1)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:589:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(parent_id : (Accounts) accountname),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution<br>\n The comments are : <br>\n $allComments<br><br>\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"22\";}'),(27,23,'Ticket Creation From CRM : Send Email to Organization','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:53:\"Ticket Creation From CRM : Send Email to Organization\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"27\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(parent_id : (Accounts) email1)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:589:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(parent_id : (Accounts) accountname),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution<br>\n The comments are : <br>\n $allComments<br><br>\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"23\";}'),(28,24,'Ticket Creation From CRM : Send Email to Contact','O:11:\"VTEmailTask\":9:{s:18:\"executeImmediately\";s:1:\"0\";s:7:\"summary\";s:48:\"Ticket Creation From CRM : Send Email to Contact\";s:6:\"active\";s:1:\"1\";s:2:\"id\";s:2:\"28\";s:9:\"fromEmail\";s:93:\"$(general : (__VtigerMeta__) supportName)<$(general : (__VtigerMeta__) supportEmailId)>\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:624:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\n The Ticket is replied the details are :<br><br>\n Ticket No : $ticket_no<br>\n Status : $ticketstatus<br>\n Category : $ticketcategories<br>\n Severity : $ticketseverities<br>\n Priority : $ticketpriorities<br><br>\n Description : <br>$description<br><br>\n Solution : <br>$solution<br>\n The comments are : <br>\n $allComments<br><br>\n Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"24\";}'),(29,25,'Add Details in the Sales while Creating Invoice From The Sales','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"25\";s:7:\"summary\";s:62:\"Add Details in the Sales while Creating Invoice From The Sales\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:18:\"UpdateFieldOfSales\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:29;}'),(30,26,'Update Amount Of Payment In Sales-Order','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"26\";s:7:\"summary\";s:39:\"Update Amount Of Payment In Sales-Order\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"UpdateAmountInSO\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:30;}');
/*!40000 ALTER TABLE `com_vtiger_workflowtasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks_entitymethod`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks_entitymethod`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod` (
`workflowtasks_entitymethod_id` int(11) NOT NULL,
`module_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`method_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`function_path` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`function_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`workflowtasks_entitymethod_id`),
UNIQUE KEY `com_vtiger_workflowtasks_entitymethod_idx` (`workflowtasks_entitymethod_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks_entitymethod`
--
LOCK TABLES `com_vtiger_workflowtasks_entitymethod` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks_entitymethod` VALUES (1,'SalesOrder','UpdateInventory','include/InventoryHandler.php','handleInventoryProductRel'),(2,'Invoice','UpdateInventory','include/InventoryHandler.php','handleInventoryProductRel'),(3,'Contacts','SendPortalLoginDetails','modules/Contacts/ContactsHandler.php','Contacts_sendCustomerPortalLoginDetails'),(4,'HelpDesk','NotifyOnPortalTicketCreation','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_nofifyOnPortalTicketCreation'),(5,'HelpDesk','NotifyOnPortalTicketComment','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_notifyOnPortalTicketComment'),(6,'HelpDesk','NotifyOwnerOnTicketChange','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_notifyOwnerOnTicketChange'),(7,'HelpDesk','NotifyParentOnTicketChange','modules/HelpDesk/HelpDeskHandler.php','HelpDesk_notifyParentOnTicketChange'),(8,'ModComments','CustomerCommentFromPortal','modules/ModComments/ModCommentsHandler.php','CustomerCommentFromPortal'),(9,'ModComments','TicketOwnerComments','modules/ModComments/ModCommentsHandler.php','TicketOwnerComments'),(10,'PurchaseOrder','UpdateInventory','include/InventoryHandler.php','handleInventoryProductRel'),(11,'Invoice','UpdateFieldOfSales','modules/Invoice/FieldHandler.php','handleSaleInvoiceRel'),(12,'Payments','UpdateAmountInSO','modules/Payments/PaymentAmount.php','UpdateAmountSo');
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks_entitymethod_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks_entitymethod_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks_entitymethod_seq`
--
LOCK TABLES `com_vtiger_workflowtasks_entitymethod_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks_entitymethod_seq` VALUES (10);
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtasks_seq`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtasks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtasks_seq`
--
LOCK TABLES `com_vtiger_workflowtasks_seq` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_seq` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflowtasks_seq` VALUES (30);
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `com_vtiger_workflowtemplates`
--
DROP TABLE IF EXISTS `com_vtiger_workflowtemplates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtemplates` (
`template_id` int(11) NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`template` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`template_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `com_vtiger_workflowtemplates`
--
LOCK TABLES `com_vtiger_workflowtemplates` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflowtemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `com_vtiger_workflowtemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `its4you_installer_alert`
--
DROP TABLE IF EXISTS `its4you_installer_alert`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `its4you_installer_alert` (
`alert` int(11) DEFAULT NULL,
`message` varchar(250) DEFAULT NULL,
`alert_type` varchar(50) DEFAULT NULL,
`link` varchar(250) DEFAULT NULL,
`createdtime` datetime DEFAULT NULL,
`status` int(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `its4you_installer_alert`
--
LOCK TABLES `its4you_installer_alert` WRITE;
/*!40000 ALTER TABLE `its4you_installer_alert` DISABLE KEYS */;
/*!40000 ALTER TABLE `its4you_installer_alert` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `its4you_installer_license`
--
DROP TABLE IF EXISTS `its4you_installer_license`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `its4you_installer_license` (
`license` varchar(250) NOT NULL,
`license_data` text,
PRIMARY KEY (`license`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `its4you_installer_license`
--
LOCK TABLES `its4you_installer_license` WRITE;
/*!40000 ALTER TABLE `its4you_installer_license` DISABLE KEYS */;
/*!40000 ALTER TABLE `its4you_installer_license` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `its4you_installer_license_user`
--
DROP TABLE IF EXISTS `its4you_installer_license_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `its4you_installer_license_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`license` varchar(255) NOT NULL,
`user_id` int(11) NOT NULL,
`module` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `its4you_installer_license_user`
--
LOCK TABLES `its4you_installer_license_user` WRITE;
/*!40000 ALTER TABLE `its4you_installer_license_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `its4you_installer_license_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `its4you_installer_user`
--
DROP TABLE IF EXISTS `its4you_installer_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `its4you_installer_user` (
`userid` int(11) DEFAULT NULL,
`username` varchar(200) DEFAULT NULL,
`password` varchar(200) DEFAULT NULL,
`createdon` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `its4you_installer_user`
--
LOCK TABLES `its4you_installer_user` WRITE;
/*!40000 ALTER TABLE `its4you_installer_user` DISABLE KEYS */;
INSERT INTO `its4you_installer_user` VALUES (3043917,'ghanshyam@varianceinfotech.com','$2y$10$Qmmt14OACY6JlOZWRcuPoOIeqk/iMavexuveUgDSaVtxwdwI/k.BK','2023-06-30 05:05:12');
/*!40000 ALTER TABLE `its4you_installer_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `its4you_installer_version`
--
DROP TABLE IF EXISTS `its4you_installer_version`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `its4you_installer_version` (
`versionid` int(11) NOT NULL AUTO_INCREMENT,
`extension` varchar(30) DEFAULT NULL,
`version` varchar(25) DEFAULT NULL,
`update_datetime` datetime DEFAULT NULL,
PRIMARY KEY (`versionid`),
UNIQUE KEY `extension` (`extension`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `its4you_installer_version`
--
LOCK TABLES `its4you_installer_version` WRITE;
/*!40000 ALTER TABLE `its4you_installer_version` DISABLE KEYS */;
INSERT INTO `its4you_installer_version` VALUES (1,'PDFMaker','0.10','2023-06-30 05:05:32');
/*!40000 ALTER TABLE `its4you_installer_version` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_account`
--
DROP TABLE IF EXISTS `vtiger_account`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_account` (
`accountid` int(11) NOT NULL DEFAULT '0',
`account_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`accountname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`parentid` int(11) DEFAULT '0',
`account_type` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`industry` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`annualrevenue` decimal(25,8) DEFAULT NULL,
`rating` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ownership` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`siccode` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tickersymbol` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otherphone` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email1` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email2` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`website` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fax` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`employees` int(11) DEFAULT '0',
`emailoptout` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`notify_owner` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`isconvertedfromlead` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`product_id` int(19) DEFAULT NULL,
`twitter_username` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`org_status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gstin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`task` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contactid` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`smsoptin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email_domain` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contact_class` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`data_image` text COLLATE utf8mb4_unicode_ci,
`accounts_cloudid` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`org_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`accountid`),
KEY `account_account_type_idx` (`account_type`),
KEY `email_idx` (`email1`,`email2`),
CONSTRAINT `fk_1_vtiger_account` FOREIGN KEY (`accountid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_account`
--
LOCK TABLES `vtiger_account` WRITE;
/*!40000 ALTER TABLE `vtiger_account` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_account` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountbillads`
--
DROP TABLE IF EXISTS `vtiger_accountbillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountbillads` (
`accountaddressid` int(11) NOT NULL DEFAULT '0',
`bill_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`accountaddressid`),
CONSTRAINT `fk_1_vtiger_accountbillads` FOREIGN KEY (`accountaddressid`) REFERENCES `vtiger_account` (`accountid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountbillads`
--
LOCK TABLES `vtiger_accountbillads` WRITE;
/*!40000 ALTER TABLE `vtiger_accountbillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_accountbillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountrating`
--
DROP TABLE IF EXISTS `vtiger_accountrating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountrating` (
`accountratingid` int(11) NOT NULL AUTO_INCREMENT,
`rating` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`accountratingid`),
UNIQUE KEY `accountrating_rating_idx` (`rating`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountrating`
--
LOCK TABLES `vtiger_accountrating` WRITE;
/*!40000 ALTER TABLE `vtiger_accountrating` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_accountrating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountscf`
--
DROP TABLE IF EXISTS `vtiger_accountscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountscf` (
`accountid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`accountid`),
CONSTRAINT `fk_1_vtiger_accountscf` FOREIGN KEY (`accountid`) REFERENCES `vtiger_account` (`accountid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountscf`
--
LOCK TABLES `vtiger_accountscf` WRITE;
/*!40000 ALTER TABLE `vtiger_accountscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_accountscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accountshipads`
--
DROP TABLE IF EXISTS `vtiger_accountshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountshipads` (
`accountaddressid` int(11) NOT NULL DEFAULT '0',
`ship_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`accountaddressid`),
CONSTRAINT `fk_1_vtiger_accountshipads` FOREIGN KEY (`accountaddressid`) REFERENCES `vtiger_account` (`accountid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accountshipads`
--
LOCK TABLES `vtiger_accountshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_accountshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_accountshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accounttype`
--
DROP TABLE IF EXISTS `vtiger_accounttype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accounttype` (
`accounttypeid` int(11) NOT NULL AUTO_INCREMENT,
`accounttype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`accounttypeid`),
UNIQUE KEY `accounttype_accounttype_idx` (`accounttype`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accounttype`
--
LOCK TABLES `vtiger_accounttype` WRITE;
/*!40000 ALTER TABLE `vtiger_accounttype` DISABLE KEYS */;
INSERT INTO `vtiger_accounttype` VALUES (2,'Analyst',1,2,1,NULL),(3,'Competitor',1,3,2,NULL),(4,'Customer',1,4,3,NULL),(5,'Integrator',1,5,4,NULL),(6,'Investor',1,6,5,NULL),(7,'Partner',1,7,6,NULL),(8,'Press',1,8,7,NULL),(9,'Prospect',1,9,8,NULL),(10,'Reseller',1,10,9,NULL),(11,'Other',1,11,10,NULL);
/*!40000 ALTER TABLE `vtiger_accounttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_accounttype_seq`
--
DROP TABLE IF EXISTS `vtiger_accounttype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accounttype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_accounttype_seq`
--
LOCK TABLES `vtiger_accounttype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_accounttype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_accounttype_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_accounttype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_actionmapping`
--
DROP TABLE IF EXISTS `vtiger_actionmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_actionmapping` (
`actionid` int(11) NOT NULL,
`actionname` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`securitycheck` int(11) DEFAULT NULL,
PRIMARY KEY (`actionid`,`actionname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_actionmapping`
--
LOCK TABLES `vtiger_actionmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_actionmapping` DISABLE KEYS */;
INSERT INTO `vtiger_actionmapping` VALUES (0,'Save',0),(0,'SavePriceBook',1),(0,'SaveVendor',1),(1,'DetailViewAjax',1),(1,'EditView',0),(1,'PriceBookEditView',1),(1,'QuickCreate',1),(1,'VendorEditView',1),(2,'Delete',0),(2,'DeletePriceBook',1),(2,'DeleteVendor',1),(3,'index',0),(3,'Popup',1),(4,'DetailView',0),(4,'PriceBookDetailView',1),(4,'TagCloud',1),(4,'VendorDetailView',1),(5,'Import',0),(6,'Export',0),(7,'CreateView',0),(8,'Merge',0),(9,'ConvertLead',0),(10,'DuplicatesHandling',0),(13,'Print',0);
/*!40000 ALTER TABLE `vtiger_actionmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity`
--
DROP TABLE IF EXISTS `vtiger_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity` (
`activityid` int(11) NOT NULL DEFAULT '0',
`subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`semodule` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`activitytype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`date_start` date NOT NULL,
`due_date` date DEFAULT NULL,
`time_start` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`time_end` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sendnotification` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`duration_hours` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`duration_minutes` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`eventstatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`priority` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`location` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`notime` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`visibility` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'all',
`recurringtype` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`activityid`),
KEY `activity_activityid_subject_idx` (`activityid`,`subject`),
KEY `activity_activitytype_date_start_idx` (`activitytype`,`date_start`),
KEY `activity_date_start_due_date_idx` (`date_start`,`due_date`),
KEY `activity_date_start_time_start_idx` (`date_start`,`time_start`),
KEY `activity_eventstatus_idx` (`eventstatus`),
KEY `activity_status_idx` (`status`),
CONSTRAINT `fk_1_vtiger_activity` FOREIGN KEY (`activityid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity`
--
LOCK TABLES `vtiger_activity` WRITE;
/*!40000 ALTER TABLE `vtiger_activity` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_recurring_info`
--
DROP TABLE IF EXISTS `vtiger_activity_recurring_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_recurring_info` (
`activityid` int(11) NOT NULL,
`recurrenceid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_recurring_info`
--
LOCK TABLES `vtiger_activity_recurring_info` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_recurring_info` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activity_recurring_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_reminder`
--
DROP TABLE IF EXISTS `vtiger_activity_reminder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_reminder` (
`activity_id` int(11) NOT NULL,
`reminder_time` int(11) NOT NULL,
`reminder_sent` int(11) NOT NULL,
`recurringid` int(11) NOT NULL,
PRIMARY KEY (`activity_id`,`recurringid`),
CONSTRAINT `fk_activityid_vtiger_activity_reminder` FOREIGN KEY (`activity_id`) REFERENCES `vtiger_activity` (`activityid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_reminder`
--
LOCK TABLES `vtiger_activity_reminder` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_reminder` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activity_reminder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_reminder_popup`
--
DROP TABLE IF EXISTS `vtiger_activity_reminder_popup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_reminder_popup` (
`reminderid` int(11) NOT NULL AUTO_INCREMENT,
`semodule` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`recordid` int(11) NOT NULL,
`date_start` date NOT NULL,
`time_start` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`reminderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_reminder_popup`
--
LOCK TABLES `vtiger_activity_reminder_popup` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_reminder_popup` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activity_reminder_popup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_view`
--
DROP TABLE IF EXISTS `vtiger_activity_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_view` (
`activity_viewid` int(11) NOT NULL AUTO_INCREMENT,
`activity_view` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`activity_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_view`
--
LOCK TABLES `vtiger_activity_view` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_view` DISABLE KEYS */;
INSERT INTO `vtiger_activity_view` VALUES (1,'Today',0,1),(2,'This Week',1,1),(3,'This Month',2,1),(4,'This Year',3,1),(5,'Agenda',4,1);
/*!40000 ALTER TABLE `vtiger_activity_view` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activity_view_seq`
--
DROP TABLE IF EXISTS `vtiger_activity_view_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_view_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activity_view_seq`
--
LOCK TABLES `vtiger_activity_view_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_view_seq` DISABLE KEYS */;
INSERT INTO `vtiger_activity_view_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_activity_view_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activitycf`
--
DROP TABLE IF EXISTS `vtiger_activitycf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activitycf` (
`activityid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`activityid`),
CONSTRAINT `fk_activityid_vtiger_activitycf` FOREIGN KEY (`activityid`) REFERENCES `vtiger_activity` (`activityid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activitycf`
--
LOCK TABLES `vtiger_activitycf` WRITE;
/*!40000 ALTER TABLE `vtiger_activitycf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activitycf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activityproductrel`
--
DROP TABLE IF EXISTS `vtiger_activityproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activityproductrel` (
`activityid` int(11) NOT NULL DEFAULT '0',
`productid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`activityid`,`productid`),
KEY `activityproductrel_activityid_idx` (`activityid`),
KEY `activityproductrel_productid_idx` (`productid`),
CONSTRAINT `fk_2_vtiger_activityproductrel` FOREIGN KEY (`productid`) REFERENCES `vtiger_products` (`productid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activityproductrel`
--
LOCK TABLES `vtiger_activityproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_activityproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_activityproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activitytype`
--
DROP TABLE IF EXISTS `vtiger_activitytype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activitytype` (
`activitytypeid` int(11) NOT NULL AUTO_INCREMENT,
`activitytype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`activitytypeid`),
UNIQUE KEY `activitytype_activitytype_idx` (`activitytype`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activitytype`
--
LOCK TABLES `vtiger_activitytype` WRITE;
/*!40000 ALTER TABLE `vtiger_activitytype` DISABLE KEYS */;
INSERT INTO `vtiger_activitytype` VALUES (1,'Call',0,12,0,NULL),(2,'Meeting',0,13,1,NULL),(3,'Mobile Call',0,295,1,NULL);
/*!40000 ALTER TABLE `vtiger_activitytype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_activitytype_seq`
--
DROP TABLE IF EXISTS `vtiger_activitytype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activitytype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_activitytype_seq`
--
LOCK TABLES `vtiger_activitytype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_activitytype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_activitytype_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_activitytype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_age_camp_sms`
--
DROP TABLE IF EXISTS `vtiger_age_camp_sms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_age_camp_sms` (
`age_camp_smsid` int(11) NOT NULL AUTO_INCREMENT,
`age_camp_sms` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`age_camp_smsid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_age_camp_sms`
--
LOCK TABLES `vtiger_age_camp_sms` WRITE;
/*!40000 ALTER TABLE `vtiger_age_camp_sms` DISABLE KEYS */;
INSERT INTO `vtiger_age_camp_sms` VALUES (1,'SMS 1',1,414,1,NULL);
/*!40000 ALTER TABLE `vtiger_age_camp_sms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_age_camp_sms_seq`
--
DROP TABLE IF EXISTS `vtiger_age_camp_sms_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_age_camp_sms_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_age_camp_sms_seq`
--
LOCK TABLES `vtiger_age_camp_sms_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_age_camp_sms_seq` DISABLE KEYS */;
INSERT INTO `vtiger_age_camp_sms_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_age_camp_sms_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_announcement`
--
DROP TABLE IF EXISTS `vtiger_announcement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_announcement` (
`creatorid` int(11) NOT NULL,
`announcement` text COLLATE utf8mb4_unicode_ci,
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`time` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`creatorid`),
KEY `announcement_creatorid_idx` (`creatorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_announcement`
--
LOCK TABLES `vtiger_announcement` WRITE;
/*!40000 ALTER TABLE `vtiger_announcement` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_announcement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_app2tab`
--
DROP TABLE IF EXISTS `vtiger_app2tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_app2tab` (
`tabid` int(11) DEFAULT NULL,
`appname` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`visible` int(11) DEFAULT '1',
KEY `vtiger_app2tab_fk_tab` (`tabid`),
CONSTRAINT `vtiger_app2tab_fk_tab` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_app2tab`
--
LOCK TABLES `vtiger_app2tab` WRITE;
/*!40000 ALTER TABLE `vtiger_app2tab` DISABLE KEYS */;
INSERT INTO `vtiger_app2tab` VALUES (31,'SUPPORT',3,1),(36,'INVENTORY',4,1),(37,'TOOLS',5,1),(44,'TOOLS',1,1),(47,'TOOLS',4,1),(49,'SETTINGS',1,1),(2,'SALES',1,1),(20,'SALES',2,1),(4,'SALES',6,1),(6,'SALES',7,1),(14,'SALES',3,1),(36,'SALES',4,1),(4,'MARKETING',3,1),(6,'MARKETING',4,1),(7,'MARKETING',2,1),(26,'MARKETING',1,1),(4,'INVENTORY',10,1),(6,'INVENTORY',11,1),(22,'INVENTORY',7,1),(23,'INVENTORY',6,1),(14,'INVENTORY',3,1),(18,'INVENTORY',9,1),(19,'INVENTORY',5,1),(21,'INVENTORY',8,1),(4,'SUPPORT',6,1),(6,'SUPPORT',7,1),(13,'SUPPORT',1,1),(15,'SUPPORT',2,1),(43,'SUPPORT',4,1),(41,'PROJECT',1,1),(40,'PROJECT',2,1),(39,'PROJECT',3,1),(4,'PROJECT',4,1),(6,'PROJECT',5,1),(46,'SALES',5,1),(46,'SUPPORT',5,1),(24,'TOOLS',2,1),(27,'TOOLS',3,1),(50,'INVENTORY',2,1),(51,'INVENTORY',1,1),(52,'SETTINGS',2,1),(53,'TOOLS',6,1),(55,'SALES',8,1),(56,'SALES',9,1);
/*!40000 ALTER TABLE `vtiger_app2tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assets`
--
DROP TABLE IF EXISTS `vtiger_assets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assets` (
`assetsid` int(11) NOT NULL,
`asset_no` varchar(30) NOT NULL,
`account` int(11) DEFAULT NULL,
`product` int(11) NOT NULL,
`serialnumber` varchar(200) DEFAULT NULL,
`datesold` date DEFAULT NULL,
`dateinservice` date DEFAULT NULL,
`assetstatus` varchar(200) DEFAULT 'In Service',
`tagnumber` varchar(300) DEFAULT NULL,
`invoiceid` int(11) DEFAULT NULL,
`shippingmethod` varchar(200) DEFAULT NULL,
`shippingtrackingnumber` varchar(200) DEFAULT NULL,
`assetname` varchar(100) DEFAULT NULL,
`contact` int(11) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
PRIMARY KEY (`assetsid`),
CONSTRAINT `fk_1_vtiger_assets` FOREIGN KEY (`assetsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assets`
--
LOCK TABLES `vtiger_assets` WRITE;
/*!40000 ALTER TABLE `vtiger_assets` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_assets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assetscf`
--
DROP TABLE IF EXISTS `vtiger_assetscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assetscf` (
`assetsid` int(11) NOT NULL,
PRIMARY KEY (`assetsid`),
CONSTRAINT `fk_assetsid_vtiger_assetscf` FOREIGN KEY (`assetsid`) REFERENCES `vtiger_assets` (`assetsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assetscf`
--
LOCK TABLES `vtiger_assetscf` WRITE;
/*!40000 ALTER TABLE `vtiger_assetscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_assetscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assetstatus`
--
DROP TABLE IF EXISTS `vtiger_assetstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assetstatus` (
`assetstatusid` int(11) NOT NULL AUTO_INCREMENT,
`assetstatus` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`assetstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assetstatus`
--
LOCK TABLES `vtiger_assetstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_assetstatus` DISABLE KEYS */;
INSERT INTO `vtiger_assetstatus` VALUES (1,'In Service',1,286,1,NULL),(2,'Out-of-service',1,287,2,NULL);
/*!40000 ALTER TABLE `vtiger_assetstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_assetstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_assetstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assetstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_assetstatus_seq`
--
LOCK TABLES `vtiger_assetstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_assetstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_assetstatus_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_assetstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asterisk`
--
DROP TABLE IF EXISTS `vtiger_asterisk`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asterisk` (
`server` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`port` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`username` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`password` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`version` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asterisk`
--
LOCK TABLES `vtiger_asterisk` WRITE;
/*!40000 ALTER TABLE `vtiger_asterisk` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_asterisk` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asteriskextensions`
--
DROP TABLE IF EXISTS `vtiger_asteriskextensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asteriskextensions` (
`userid` int(11) DEFAULT NULL,
`asterisk_extension` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`use_asterisk` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asteriskextensions`
--
LOCK TABLES `vtiger_asteriskextensions` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskextensions` DISABLE KEYS */;
INSERT INTO `vtiger_asteriskextensions` VALUES (1,NULL,NULL),(5,NULL,NULL),(6,NULL,NULL),(7,NULL,NULL),(8,NULL,NULL),(9,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_asteriskextensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asteriskincomingcalls`
--
DROP TABLE IF EXISTS `vtiger_asteriskincomingcalls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asteriskincomingcalls` (
`from_number` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`from_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_number` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`callertype` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`flag` int(11) DEFAULT NULL,
`timer` int(11) DEFAULT NULL,
`refuid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asteriskincomingcalls`
--
LOCK TABLES `vtiger_asteriskincomingcalls` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskincomingcalls` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_asteriskincomingcalls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_asteriskincomingevents`
--
DROP TABLE IF EXISTS `vtiger_asteriskincomingevents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asteriskincomingevents` (
`uid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`channel` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`from_number` bigint(20) DEFAULT NULL,
`from_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_number` bigint(20) DEFAULT NULL,
`callertype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`timer` int(11) DEFAULT NULL,
`flag` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pbxrecordid` int(11) DEFAULT NULL,
`relcrmid` int(11) DEFAULT NULL,
PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_asteriskincomingevents`
--
LOCK TABLES `vtiger_asteriskincomingevents` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskincomingevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_asteriskincomingevents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_attachments`
--
DROP TABLE IF EXISTS `vtiger_attachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_attachments` (
`attachmentsid` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`path` text COLLATE utf8mb4_unicode_ci,
`storedname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`attachmentsid`),
KEY `attachments_attachmentsid_idx` (`attachmentsid`),
CONSTRAINT `fk_1_vtiger_attachments` FOREIGN KEY (`attachmentsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_attachments`
--
LOCK TABLES `vtiger_attachments` WRITE;
/*!40000 ALTER TABLE `vtiger_attachments` DISABLE KEYS */;
INSERT INTO `vtiger_attachments` VALUES (82,'chart.png',NULL,'image/png','storage/2023/July/week2/','3215e82572dc50220335e85660a2a87c.png',NULL);
/*!40000 ALTER TABLE `vtiger_attachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_attachmentsfolder`
--
DROP TABLE IF EXISTS `vtiger_attachmentsfolder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_attachmentsfolder` (
`folderid` int(11) NOT NULL AUTO_INCREMENT,
`foldername` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`createdby` int(11) NOT NULL,
`sequence` int(11) DEFAULT NULL,
PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_attachmentsfolder`
--
LOCK TABLES `vtiger_attachmentsfolder` WRITE;
/*!40000 ALTER TABLE `vtiger_attachmentsfolder` DISABLE KEYS */;
INSERT INTO `vtiger_attachmentsfolder` VALUES (1,'Default','This is a Default Folder',1,1);
/*!40000 ALTER TABLE `vtiger_attachmentsfolder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_attachmentsfolder_seq`
--
DROP TABLE IF EXISTS `vtiger_attachmentsfolder_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_attachmentsfolder_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_attachmentsfolder_seq`
--
LOCK TABLES `vtiger_attachmentsfolder_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_attachmentsfolder_seq` DISABLE KEYS */;
INSERT INTO `vtiger_attachmentsfolder_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_attachmentsfolder_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_audit_trial`
--
DROP TABLE IF EXISTS `vtiger_audit_trial`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_audit_trial` (
`auditid` int(11) NOT NULL,
`userid` int(11) DEFAULT NULL,
`module` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`recordid` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`actiondate` datetime DEFAULT NULL,
PRIMARY KEY (`auditid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_audit_trial`
--
LOCK TABLES `vtiger_audit_trial` WRITE;
/*!40000 ALTER TABLE `vtiger_audit_trial` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_audit_trial` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_bank`
--
DROP TABLE IF EXISTS `vtiger_bank`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_bank` (
`bankid` int(19) NOT NULL,
`bank_name` varchar(255) DEFAULT NULL,
`assigned_user_id` int(19) DEFAULT NULL,
`bank_address` varchar(255) DEFAULT NULL,
`ifsc_code` varchar(255) DEFAULT NULL,
`account_number` varchar(255) DEFAULT NULL,
`swift_code` varchar(255) DEFAULT NULL,
`state` varchar(255) DEFAULT NULL,
`age_related_class` int(11) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`age_related_class_be` int(11) DEFAULT NULL,
`bank_cloudid` varchar(24) DEFAULT NULL,
`bank_modified_time` varchar(255) DEFAULT NULL,
PRIMARY KEY (`bankid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_bank`
--
LOCK TABLES `vtiger_bank` WRITE;
/*!40000 ALTER TABLE `vtiger_bank` DISABLE KEYS */;
INSERT INTO `vtiger_bank` VALUES (71,'Bank1',1,'','','','','',0,'',53,NULL,NULL),(72,'Bank12',1,'','','','','',0,'',52,NULL,NULL),(76,'abcd',1,'sdf','223','223344','BOFAN','CA',0,'',52,NULL,NULL),(78,'crest',1,'','','','','',0,'',0,NULL,NULL),(79,'Bank of California',1,'','','','','',0,'',0,NULL,NULL),(121,'Bank Of America (California)',1,'xxxxxxxxxxxxx','','3250 3627 1630','BOFAUS3N','',120,'',0,NULL,NULL),(142,'Bank Of America (California)',1,'xxxxxxxxxxxxx','','3250 3627 1630','BOFAUS3N','',120,'',0,'',NULL);
/*!40000 ALTER TABLE `vtiger_bank` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_bankcf`
--
DROP TABLE IF EXISTS `vtiger_bankcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_bankcf` (
`bankid` int(19) NOT NULL,
PRIMARY KEY (`bankid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_bankcf`
--
LOCK TABLES `vtiger_bankcf` WRITE;
/*!40000 ALTER TABLE `vtiger_bankcf` DISABLE KEYS */;
INSERT INTO `vtiger_bankcf` VALUES (71),(72),(76),(78),(79),(121),(142);
/*!40000 ALTER TABLE `vtiger_bankcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_biling_type`
--
DROP TABLE IF EXISTS `vtiger_biling_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_biling_type` (
`biling_typeid` int(11) NOT NULL AUTO_INCREMENT,
`biling_type` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`biling_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_biling_type`
--
LOCK TABLES `vtiger_biling_type` WRITE;
/*!40000 ALTER TABLE `vtiger_biling_type` DISABLE KEYS */;
INSERT INTO `vtiger_biling_type` VALUES (1,'One time',1,496,1,NULL),(2,'Subsription',1,497,2,NULL);
/*!40000 ALTER TABLE `vtiger_biling_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_biling_type_seq`
--
DROP TABLE IF EXISTS `vtiger_biling_type_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_biling_type_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_biling_type_seq`
--
LOCK TABLES `vtiger_biling_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_biling_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_biling_type_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_biling_type_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_blocks`
--
DROP TABLE IF EXISTS `vtiger_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_blocks` (
`blockid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`blocklabel` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`sequence` int(11) DEFAULT NULL,
`show_title` int(11) DEFAULT NULL,
`visible` int(11) NOT NULL DEFAULT '0',
`create_view` int(11) NOT NULL DEFAULT '0',
`edit_view` int(11) NOT NULL DEFAULT '0',
`detail_view` int(11) NOT NULL DEFAULT '0',
`display_status` int(11) NOT NULL DEFAULT '1',
`iscustom` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`blockid`),
KEY `block_tabid_idx` (`tabid`),
CONSTRAINT `fk_1_vtiger_blocks` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_blocks`
--
LOCK TABLES `vtiger_blocks` WRITE;
/*!40000 ALTER TABLE `vtiger_blocks` DISABLE KEYS */;
INSERT INTO `vtiger_blocks` VALUES (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0,1,0),(2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(4,4,'LBL_CONTACT_INFORMATION',1,0,0,0,0,0,1,0),(5,4,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(6,4,'LBL_CUSTOMER_PORTAL_INFORMATION',3,0,0,0,0,0,1,0),(7,4,'LBL_ADDRESS_INFORMATION',4,0,0,0,0,0,1,0),(8,4,'LBL_DESCRIPTION_INFORMATION',5,0,0,0,0,0,1,0),(9,6,'LBL_ACCOUNT_INFORMATION',1,0,0,0,0,0,1,0),(10,6,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(11,6,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(12,6,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0,1,0),(14,7,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(15,7,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(16,7,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(17,8,'LBL_NOTE_INFORMATION',1,0,0,0,0,0,1,0),(18,8,'LBL_FILE_INFORMATION',3,1,0,0,0,0,1,0),(19,9,'LBL_TASK_INFORMATION',1,0,0,0,0,0,1,0),(20,9,'LBL_DESCRIPTION_INFORMATION',3,1,0,0,0,0,1,0),(21,10,'LBL_EMAIL_INFORMATION',1,0,0,0,0,0,1,0),(22,10,'Emails_Block1',2,1,0,0,0,0,1,0),(23,10,'Emails_Block2',3,1,0,0,0,0,1,0),(24,10,'Emails_Block3',4,1,0,0,0,0,1,0),(25,13,'LBL_TICKET_INFORMATION',1,0,0,0,0,0,1,0),(26,13,'',2,1,0,0,0,0,1,0),(27,13,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(28,13,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(29,13,'LBL_TICKET_RESOLUTION',5,0,0,1,0,0,1,0),(30,13,'LBL_COMMENTS',6,0,0,1,0,0,1,0),(31,14,'LBL_PRODUCT_INFORMATION',1,0,0,0,0,0,1,0),(32,14,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(33,14,'LBL_STOCK_INFORMATION',3,0,0,0,0,0,1,0),(34,14,'LBL_CUSTOM_INFORMATION',4,0,0,0,0,0,1,0),(35,14,'LBL_IMAGE_INFORMATION',5,0,0,0,0,0,1,0),(36,14,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(37,15,'LBL_FAQ_INFORMATION',1,0,0,0,0,0,1,0),(38,15,'LBL_COMMENT_INFORMATION',4,0,0,1,0,0,1,0),(39,16,'LBL_EVENT_INFORMATION',1,0,0,0,0,0,1,0),(40,16,'LBL_REMINDER_INFORMATION',2,0,0,0,0,0,1,0),(41,16,'LBL_DESCRIPTION_INFORMATION',5,0,0,0,0,0,1,0),(42,18,'LBL_VENDOR_INFORMATION',1,0,0,0,0,0,1,0),(43,18,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(44,18,'LBL_VENDOR_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(45,18,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(46,19,'LBL_PRICEBOOK_INFORMATION',1,0,0,0,0,0,1,0),(47,19,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(48,19,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(49,20,'LBL_QUOTE_INFORMATION',1,0,0,0,0,0,1,0),(50,20,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(51,20,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(52,20,'LBL_RELATED_PRODUCTS',4,0,0,0,0,0,1,0),(53,20,'LBL_TERMS_INFORMATION',5,0,0,0,0,0,1,0),(54,20,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(55,21,'LBL_PO_INFORMATION',1,0,0,0,0,0,1,0),(56,21,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(57,21,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(58,21,'LBL_RELATED_PRODUCTS',4,0,0,0,0,0,1,0),(59,21,'LBL_TERMS_INFORMATION',5,0,0,0,0,0,1,0),(60,21,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(61,22,'LBL_SO_INFORMATION',1,0,0,0,0,0,1,0),(62,22,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(63,22,'LBL_ADDRESS_INFORMATION',4,0,0,0,0,0,1,0),(64,22,'LBL_RELATED_PRODUCTS',5,0,0,0,0,0,1,0),(65,22,'LBL_TERMS_INFORMATION',6,0,0,0,0,0,1,0),(66,22,'LBL_DESCRIPTION_INFORMATION',7,0,0,0,0,0,1,0),(67,23,'LBL_INVOICE_INFORMATION',1,0,0,0,0,0,1,0),(68,23,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(69,23,'LBL_ADDRESS_INFORMATION',3,0,0,0,0,0,1,0),(70,23,'LBL_RELATED_PRODUCTS',4,0,0,0,0,0,1,0),(71,23,'LBL_TERMS_INFORMATION',5,0,0,0,0,0,1,0),(72,23,'LBL_DESCRIPTION_INFORMATION',6,0,0,0,0,0,1,0),(73,4,'LBL_IMAGE_INFORMATION',6,0,0,0,0,0,1,0),(74,26,'LBL_CAMPAIGN_INFORMATION',1,0,0,0,0,0,1,0),(75,26,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(76,26,'LBL_EXPECTATIONS_AND_ACTUALS',3,0,0,0,0,0,1,0),(77,29,'LBL_USERLOGIN_ROLE',1,0,0,0,0,0,1,0),(78,29,'LBL_CURRENCY_CONFIGURATION',3,0,0,0,0,0,1,0),(79,29,'LBL_MORE_INFORMATION',4,0,0,0,0,0,1,0),(80,29,'LBL_ADDRESS_INFORMATION',5,0,0,0,0,0,1,0),(81,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(82,29,'LBL_USER_IMAGE_INFORMATION',5,0,0,0,0,0,1,0),(83,29,'LBL_USER_ADV_OPTIONS',6,0,0,0,0,0,1,0),(84,8,'LBL_DESCRIPTION',2,0,0,0,0,0,1,0),(85,22,'Recurring Invoice Information',2,0,0,0,0,0,1,0),(86,9,'LBL_CUSTOM_INFORMATION',4,0,0,0,0,0,1,0),(87,16,'LBL_CUSTOM_INFORMATION',6,0,0,0,0,0,1,0),(88,31,'LBL_SERVICE_CONTRACT_INFORMATION',1,0,0,0,0,0,1,0),(89,31,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(90,36,'LBL_SERVICE_INFORMATION',1,0,0,0,0,0,1,0),(91,36,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(92,36,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(93,36,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(94,37,'LBL_PBXMANAGER_INFORMATION',1,0,0,0,0,0,1,0),(95,39,'LBL_PROJECT_MILESTONE_INFORMATION',1,0,0,0,0,0,1,0),(96,39,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(97,39,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(98,40,'LBL_PROJECT_TASK_INFORMATION',1,0,0,0,0,0,1,0),(99,40,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(100,40,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(101,41,'LBL_PROJECT_INFORMATION',1,0,0,0,0,0,1,0),(102,41,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(103,41,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(104,43,'LBL_ASSET_INFORMATION',1,0,0,0,0,0,1,0),(105,43,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(106,43,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(107,46,'LBL_SMSNOTIFIER_INFORMATION',1,0,0,0,0,0,1,0),(108,46,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(109,46,'StatusInformation',3,0,0,0,0,0,1,0),(110,48,'LBL_MODCOMMENTS_INFORMATION',1,0,0,0,0,0,1,0),(111,48,'LBL_OTHER_INFORMATION',2,0,0,0,0,0,1,0),(112,48,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(113,23,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(114,22,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(115,21,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(116,20,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(117,16,'LBL_RECURRENCE_INFORMATION',3,0,0,0,0,0,1,0),(118,29,'LBL_CALENDAR_SETTINGS',2,0,0,0,0,0,1,0),(119,16,'LBL_RELATED_TO',4,0,0,0,0,0,1,0),(120,9,'LBL_REMINDER_INFORMATION',2,0,0,0,0,0,1,0),(121,6,'LBL_PROFILE_PICTURE',4,0,0,0,0,0,1,0),(132,4,'LBL_SOCIALS',7,0,0,0,0,0,1,0),(133,22,'LBL_PROJECT_INFORMATION',8,0,0,0,0,0,1,0),(134,22,'LBL_INVOICE_DETAILS',9,0,0,0,0,0,1,0),(137,50,'LBL_PAYMENTS_DETAILS',1,0,0,0,0,0,1,0),(138,50,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(140,51,'LBL_CREDIT_NOTE_DETAILS',1,0,0,0,0,0,1,0),(141,51,'LBL_TERM_AND_CONDITION',2,0,0,0,0,0,1,0),(142,2,'LBL_ITEM_DETAILS',4,0,0,0,0,0,1,0),(143,51,'LBL_ITEM_DETAILS',3,0,0,0,0,0,1,0),(144,55,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(145,56,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0);
/*!40000 ALTER TABLE `vtiger_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_blocks_seq`
--
DROP TABLE IF EXISTS `vtiger_blocks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_blocks_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_blocks_seq`
--
LOCK TABLES `vtiger_blocks_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_blocks_seq` DISABLE KEYS */;
INSERT INTO `vtiger_blocks_seq` VALUES (145);
/*!40000 ALTER TABLE `vtiger_blocks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_businessentity`
--
DROP TABLE IF EXISTS `vtiger_businessentity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_businessentity` (
`businessentityid` int(19) NOT NULL,
`assigned_user_id` int(19) DEFAULT NULL,
`street_add_1` varchar(255) DEFAULT NULL,
`PO_box_no` varchar(255) DEFAULT NULL,
`street_add_2` varchar(255) DEFAULT NULL,
`city` varchar(255) DEFAULT NULL,
`state` varchar(255) DEFAULT NULL,
`zip_code` varchar(255) DEFAULT NULL,
`country` varchar(255) DEFAULT NULL,
`business_phone` varchar(255) DEFAULT NULL,
`email_address` varchar(255) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`business_entity_name` varchar(200) DEFAULT NULL,
`businessentity_cloudid` varchar(24) DEFAULT NULL,
`businessentity_modified_time` varchar(255) DEFAULT NULL,
PRIMARY KEY (`businessentityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_businessentity`
--
LOCK TABLES `vtiger_businessentity` WRITE;
/*!40000 ALTER TABLE `vtiger_businessentity` DISABLE KEYS */;
INSERT INTO `vtiger_businessentity` VALUES (47,1,'','','','','','','','','','','CDS Business Entity',NULL,NULL),(51,1,'CDS','','SG highway','Ahmedabad','Gujarat','110055','India','9988776655','crest@gmail.com','','Crest',NULL,NULL),(52,1,'','','','','','','','','','','nimble',NULL,NULL),(53,1,'','','','','','','','','','','sf',NULL,NULL),(119,1,'','','2107 North 1st Street #205','San Jose','CA','95131','USA','+1 (408) 551-0051','info@crestdatasys.com','','Nimble Data Technologies, Inc.',NULL,NULL),(143,1,'','','','','','','','','','','test','',NULL);
/*!40000 ALTER TABLE `vtiger_businessentity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_businessentitycf`
--
DROP TABLE IF EXISTS `vtiger_businessentitycf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_businessentitycf` (
`businessentityid` int(19) NOT NULL,
PRIMARY KEY (`businessentityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_businessentitycf`
--
LOCK TABLES `vtiger_businessentitycf` WRITE;
/*!40000 ALTER TABLE `vtiger_businessentitycf` DISABLE KEYS */;
INSERT INTO `vtiger_businessentitycf` VALUES (47),(51),(52),(53),(119),(143);
/*!40000 ALTER TABLE `vtiger_businessentitycf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_default_activitytypes`
--
DROP TABLE IF EXISTS `vtiger_calendar_default_activitytypes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_default_activitytypes` (
`id` int(11) NOT NULL,
`module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fieldname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`defaultcolor` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`isdefault` int(11) DEFAULT '1',
`conditions` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_default_activitytypes`
--
LOCK TABLES `vtiger_calendar_default_activitytypes` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_default_activitytypes` VALUES (1,'Events','[\"date_start\",\"due_date\"]','#17309A',1,''),(2,'Calendar','[\"date_start\",\"due_date\"]','#3A87AD',1,''),(3,'Potentials','[\"closingdate\"]','#AA6705',1,''),(4,'Contacts','[\"support_end_date\"]','#953B39',1,''),(5,'Contacts','[\"birthday\"]','#545252',1,''),(6,'Invoice','[\"duedate\"]','#87865D',1,''),(7,'Project','[\"startdate\",\"targetenddate\"]','#C71585',1,''),(8,'ProjectTask','[\"startdate\",\"enddate\"]','#006400',1,'');
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_default_activitytypes_seq`
--
DROP TABLE IF EXISTS `vtiger_calendar_default_activitytypes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_default_activitytypes_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_default_activitytypes_seq`
--
LOCK TABLES `vtiger_calendar_default_activitytypes_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes_seq` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_default_activitytypes_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_user_activitytypes`
--
DROP TABLE IF EXISTS `vtiger_calendar_user_activitytypes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_user_activitytypes` (
`id` int(11) NOT NULL,
`defaultid` int(11) DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
`color` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`visible` int(11) DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_user_activitytypes`
--
LOCK TABLES `vtiger_calendar_user_activitytypes` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_user_activitytypes` VALUES (1,1,1,'#17309A',1),(2,2,1,'#3A87AD',1),(3,3,1,'#AA6705',1),(4,4,1,'#953B39',1),(5,5,1,'#545252',1),(6,6,1,'#87865D',1),(7,7,1,'#C71585',1),(8,8,1,'#006400',1),(9,1,5,'#17309A',1),(10,2,5,'#3A87AD',1),(11,3,5,'#AA6705',1),(12,4,5,'#953B39',1),(13,5,5,'#545252',1),(14,6,5,'#87865D',1),(15,7,5,'#C71585',1),(16,8,5,'#006400',1),(17,1,6,'#17309A',1),(18,2,6,'#3A87AD',1),(19,3,6,'#AA6705',1),(20,4,6,'#953B39',1),(21,5,6,'#545252',1),(22,6,6,'#87865D',1),(23,7,6,'#C71585',1),(24,8,6,'#006400',1),(25,1,7,'#17309A',1),(26,2,7,'#3A87AD',1),(27,3,7,'#AA6705',1),(28,4,7,'#953B39',1),(29,5,7,'#545252',1),(30,6,7,'#87865D',1),(31,7,7,'#C71585',1),(32,8,7,'#006400',1),(33,1,8,'#17309A',1),(34,2,8,'#3A87AD',1),(35,3,8,'#AA6705',1),(36,4,8,'#953B39',1),(37,5,8,'#545252',1),(38,6,8,'#87865D',1),(39,7,8,'#C71585',1),(40,8,8,'#006400',1),(41,1,9,'#17309A',1),(42,2,9,'#3A87AD',1),(43,3,9,'#AA6705',1),(44,4,9,'#953B39',1),(45,5,9,'#545252',1),(46,6,9,'#87865D',1),(47,7,9,'#C71585',1),(48,8,9,'#006400',1);
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendar_user_activitytypes_seq`
--
DROP TABLE IF EXISTS `vtiger_calendar_user_activitytypes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_user_activitytypes_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendar_user_activitytypes_seq`
--
LOCK TABLES `vtiger_calendar_user_activitytypes_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes_seq` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_user_activitytypes_seq` VALUES (48);
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendarsharedtype`
--
DROP TABLE IF EXISTS `vtiger_calendarsharedtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendarsharedtype` (
`calendarsharedtypeid` int(11) NOT NULL AUTO_INCREMENT,
`calendarsharedtype` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`calendarsharedtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendarsharedtype`
--
LOCK TABLES `vtiger_calendarsharedtype` WRITE;
/*!40000 ALTER TABLE `vtiger_calendarsharedtype` DISABLE KEYS */;
INSERT INTO `vtiger_calendarsharedtype` VALUES (1,'public',0,1),(2,'private',1,1),(3,'seletedusers',2,1);
/*!40000 ALTER TABLE `vtiger_calendarsharedtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_calendarsharedtype_seq`
--
DROP TABLE IF EXISTS `vtiger_calendarsharedtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendarsharedtype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_calendarsharedtype_seq`
--
LOCK TABLES `vtiger_calendarsharedtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_calendarsharedtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_calendarsharedtype_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_calendarsharedtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_callduration`
--
DROP TABLE IF EXISTS `vtiger_callduration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_callduration` (
`calldurationid` int(11) NOT NULL AUTO_INCREMENT,
`callduration` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`calldurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_callduration`
--
LOCK TABLES `vtiger_callduration` WRITE;
/*!40000 ALTER TABLE `vtiger_callduration` DISABLE KEYS */;
INSERT INTO `vtiger_callduration` VALUES (1,'5',0,1),(2,'10',1,1),(3,'30',2,1),(4,'60',3,1),(5,'120',4,1);
/*!40000 ALTER TABLE `vtiger_callduration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_callduration_seq`
--
DROP TABLE IF EXISTS `vtiger_callduration_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_callduration_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_callduration_seq`
--
LOCK TABLES `vtiger_callduration_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_callduration_seq` DISABLE KEYS */;
INSERT INTO `vtiger_callduration_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_callduration_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaign`
--
DROP TABLE IF EXISTS `vtiger_campaign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaign` (
`campaign_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`campaignname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`campaigntype` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`campaignstatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`expectedrevenue` decimal(25,8) DEFAULT NULL,
`budgetcost` decimal(25,8) DEFAULT NULL,
`actualcost` decimal(25,8) DEFAULT NULL,
`expectedresponse` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`numsent` decimal(11,0) DEFAULT NULL,
`product_id` int(11) DEFAULT NULL,
`sponsor` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`targetaudience` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`targetsize` int(11) DEFAULT NULL,
`expectedresponsecount` int(11) DEFAULT NULL,
`expectedsalescount` int(11) DEFAULT NULL,
`expectedroi` decimal(25,8) DEFAULT NULL,
`actualresponsecount` int(11) DEFAULT NULL,
`actualsalescount` int(11) DEFAULT NULL,
`actualroi` decimal(25,8) DEFAULT NULL,
`campaignid` int(11) NOT NULL,
`closingdate` date DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`campaignid`),
KEY `campaign_campaignstatus_idx` (`campaignstatus`),
KEY `campaign_campaignname_idx` (`campaignname`),
KEY `campaign_campaignid_idx` (`campaignid`),
CONSTRAINT `fk_crmid_vtiger_campaign` FOREIGN KEY (`campaignid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaign`
--
LOCK TABLES `vtiger_campaign` WRITE;
/*!40000 ALTER TABLE `vtiger_campaign` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignaccountrel`
--
DROP TABLE IF EXISTS `vtiger_campaignaccountrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignaccountrel` (
`campaignid` int(11) DEFAULT NULL,
`accountid` int(11) DEFAULT NULL,
`campaignrelstatusid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignaccountrel`
--
LOCK TABLES `vtiger_campaignaccountrel` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignaccountrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaignaccountrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaigncontrel`
--
DROP TABLE IF EXISTS `vtiger_campaigncontrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaigncontrel` (
`campaignid` int(11) NOT NULL DEFAULT '0',
`contactid` int(11) NOT NULL DEFAULT '0',
`campaignrelstatusid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`campaignid`,`contactid`,`campaignrelstatusid`),
KEY `campaigncontrel_contractid_idx` (`contactid`),
CONSTRAINT `fk_2_vtiger_campaigncontrel` FOREIGN KEY (`contactid`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaigncontrel`
--
LOCK TABLES `vtiger_campaigncontrel` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigncontrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaigncontrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignleadrel`
--
DROP TABLE IF EXISTS `vtiger_campaignleadrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignleadrel` (
`campaignid` int(11) NOT NULL DEFAULT '0',
`leadid` int(11) NOT NULL DEFAULT '0',
`campaignrelstatusid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`campaignid`,`leadid`,`campaignrelstatusid`),
KEY `campaignleadrel_leadid_campaignid_idx` (`leadid`,`campaignid`),
CONSTRAINT `fk_2_vtiger_campaignleadrel` FOREIGN KEY (`leadid`) REFERENCES `vtiger_leaddetails` (`leadid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignleadrel`
--
LOCK TABLES `vtiger_campaignleadrel` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignleadrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaignleadrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignrelstatus`
--
DROP TABLE IF EXISTS `vtiger_campaignrelstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignrelstatus` (
`campaignrelstatusid` int(11) DEFAULT NULL,
`campaignrelstatus` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignrelstatus`
--
LOCK TABLES `vtiger_campaignrelstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignrelstatus` DISABLE KEYS */;
INSERT INTO `vtiger_campaignrelstatus` VALUES (2,'Contacted - Successful',1,1,NULL),(3,'Contacted - Unsuccessful',2,1,NULL),(4,'Contacted - Never Contact Again',3,1,NULL);
/*!40000 ALTER TABLE `vtiger_campaignrelstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignrelstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_campaignrelstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignrelstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignrelstatus_seq`
--
LOCK TABLES `vtiger_campaignrelstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignrelstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_campaignrelstatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_campaignrelstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignscf`
--
DROP TABLE IF EXISTS `vtiger_campaignscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignscf` (
`campaignid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`campaignid`),
CONSTRAINT `fk_1_vtiger_campaignscf` FOREIGN KEY (`campaignid`) REFERENCES `vtiger_campaign` (`campaignid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignscf`
--
LOCK TABLES `vtiger_campaignscf` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_campaignscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignstatus`
--
DROP TABLE IF EXISTS `vtiger_campaignstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignstatus` (
`campaignstatusid` int(11) NOT NULL AUTO_INCREMENT,
`campaignstatus` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`campaignstatusid`),
KEY `campaignstatus_campaignstatus_idx` (`campaignstatus`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignstatus`
--
LOCK TABLES `vtiger_campaignstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignstatus` DISABLE KEYS */;
INSERT INTO `vtiger_campaignstatus` VALUES (2,'Planning',1,15,1,NULL),(3,'Active',1,16,2,NULL),(4,'Inactive',1,17,3,NULL),(5,'Completed',1,18,4,NULL),(6,'Cancelled',1,19,5,NULL);
/*!40000 ALTER TABLE `vtiger_campaignstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaignstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_campaignstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaignstatus_seq`
--
LOCK TABLES `vtiger_campaignstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_campaignstatus_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_campaignstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaigntype`
--
DROP TABLE IF EXISTS `vtiger_campaigntype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaigntype` (
`campaigntypeid` int(11) NOT NULL AUTO_INCREMENT,
`campaigntype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`campaigntypeid`),
UNIQUE KEY `campaigntype_campaigntype_idx` (`campaigntype`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaigntype`
--
LOCK TABLES `vtiger_campaigntype` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigntype` DISABLE KEYS */;
INSERT INTO `vtiger_campaigntype` VALUES (2,'Conference',1,21,1,NULL),(3,'Webinar',1,22,2,NULL),(4,'Trade Show',1,23,3,NULL),(5,'Public Relations',1,24,4,NULL),(6,'Partners',1,25,5,NULL),(7,'Referral Program',1,26,6,NULL),(8,'Advertisement',1,27,7,NULL),(9,'Banner Ads',1,28,8,NULL),(10,'Direct Mail',1,29,9,NULL),(11,'Email',1,30,10,NULL),(12,'Telemarketing',1,31,11,NULL),(13,'Others',1,32,12,NULL);
/*!40000 ALTER TABLE `vtiger_campaigntype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_campaigntype_seq`
--
DROP TABLE IF EXISTS `vtiger_campaigntype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaigntype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_campaigntype_seq`
--
LOCK TABLES `vtiger_campaigntype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigntype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_campaigntype_seq` VALUES (13);
/*!40000 ALTER TABLE `vtiger_campaigntype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_carrier`
--
DROP TABLE IF EXISTS `vtiger_carrier`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_carrier` (
`carrierid` int(11) NOT NULL AUTO_INCREMENT,
`carrier` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`carrierid`),
UNIQUE KEY `carrier_carrier_idx` (`carrier`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_carrier`
--
LOCK TABLES `vtiger_carrier` WRITE;
/*!40000 ALTER TABLE `vtiger_carrier` DISABLE KEYS */;
INSERT INTO `vtiger_carrier` VALUES (1,'FedEx',1,33,0,NULL),(2,'UPS',1,34,1,NULL),(3,'USPS',1,35,2,NULL),(4,'DHL',1,36,3,NULL),(5,'BlueDart',1,37,4,NULL);
/*!40000 ALTER TABLE `vtiger_carrier` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_carrier_seq`
--
DROP TABLE IF EXISTS `vtiger_carrier_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_carrier_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_carrier_seq`
--
LOCK TABLES `vtiger_carrier_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_carrier_seq` DISABLE KEYS */;
INSERT INTO `vtiger_carrier_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_carrier_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cn_status`
--
DROP TABLE IF EXISTS `vtiger_cn_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cn_status` (
`cn_statusid` int(11) NOT NULL AUTO_INCREMENT,
`cn_status` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`cn_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cn_status`
--
LOCK TABLES `vtiger_cn_status` WRITE;
/*!40000 ALTER TABLE `vtiger_cn_status` DISABLE KEYS */;
INSERT INTO `vtiger_cn_status` VALUES (1,'Open',1,483,1,NULL),(2,'Void',1,484,2,NULL),(3,'Fully redeemed',1,495,1,NULL);
/*!40000 ALTER TABLE `vtiger_cn_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cn_status_seq`
--
DROP TABLE IF EXISTS `vtiger_cn_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cn_status_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cn_status_seq`
--
LOCK TABLES `vtiger_cn_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_cn_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_cn_status_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_cn_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cntactivityrel`
--
DROP TABLE IF EXISTS `vtiger_cntactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cntactivityrel` (
`contactid` int(11) NOT NULL DEFAULT '0',
`activityid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`contactid`,`activityid`),
KEY `cntactivityrel_contactid_idx` (`contactid`),
KEY `cntactivityrel_activityid_idx` (`activityid`),
CONSTRAINT `fk_2_vtiger_cntactivityrel` FOREIGN KEY (`contactid`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cntactivityrel`
--
LOCK TABLES `vtiger_cntactivityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_cntactivityrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cntactivityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactaddress`
--
DROP TABLE IF EXISTS `vtiger_contactaddress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactaddress` (
`contactaddressid` int(11) NOT NULL DEFAULT '0',
`mailingcity` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mailingstreet` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mailingcountry` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`othercountry` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mailingstate` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mailingpobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`othercity` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otherstate` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mailingzip` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otherzip` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otherstreet` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otherpobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`contactaddressid`),
CONSTRAINT `fk_1_vtiger_contactaddress` FOREIGN KEY (`contactaddressid`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactaddress`
--
LOCK TABLES `vtiger_contactaddress` WRITE;
/*!40000 ALTER TABLE `vtiger_contactaddress` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_contactaddress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactdetails`
--
DROP TABLE IF EXISTS `vtiger_contactdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactdetails` (
`contactid` int(11) NOT NULL DEFAULT '0',
`contact_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`accountid` int(11) DEFAULT NULL,
`salutation` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`firstname` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastname` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mobile` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`department` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fax` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reportsto` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`training` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`usertype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contacttype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otheremail` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`secondaryemail` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`donotcall` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`emailoptout` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`imagename` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reference` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`notify_owner` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`isconvertedfromlead` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`twitter_username` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`languages` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`life_cycle_stages` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`smsoptin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reffered_by` int(19) DEFAULT NULL,
`linkedin_url` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`linkedin_followers` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`facebook_url` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`facebook_followers` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contacts_cloudid` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contacts_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`contactid`),
KEY `contactdetails_accountid_idx` (`accountid`),
KEY `email_idx` (`email`),
CONSTRAINT `fk_1_vtiger_contactdetails` FOREIGN KEY (`contactid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactdetails`
--
LOCK TABLES `vtiger_contactdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_contactdetails` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_contactdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactscf`
--
DROP TABLE IF EXISTS `vtiger_contactscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactscf` (
`contactid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`contactid`),
CONSTRAINT `fk_1_vtiger_contactscf` FOREIGN KEY (`contactid`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactscf`
--
LOCK TABLES `vtiger_contactscf` WRITE;
/*!40000 ALTER TABLE `vtiger_contactscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_contactscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contactsubdetails`
--
DROP TABLE IF EXISTS `vtiger_contactsubdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactsubdetails` (
`contactsubscriptionid` int(11) NOT NULL DEFAULT '0',
`homephone` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`otherphone` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`assistant` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`assistantphone` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`birthday` date DEFAULT NULL,
`laststayintouchrequest` int(11) DEFAULT '0',
`laststayintouchsavedate` int(11) DEFAULT '0',
`leadsource` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`contactsubscriptionid`),
CONSTRAINT `fk_1_vtiger_contactsubdetails` FOREIGN KEY (`contactsubscriptionid`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contactsubdetails`
--
LOCK TABLES `vtiger_contactsubdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_contactsubdetails` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_contactsubdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contpotentialrel`
--
DROP TABLE IF EXISTS `vtiger_contpotentialrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contpotentialrel` (
`contactid` int(11) NOT NULL DEFAULT '0',
`potentialid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`contactid`,`potentialid`),
KEY `contpotentialrel_potentialid_idx` (`potentialid`),
KEY `contpotentialrel_contactid_idx` (`contactid`),
CONSTRAINT `fk_2_vtiger_contpotentialrel` FOREIGN KEY (`potentialid`) REFERENCES `vtiger_potential` (`potentialid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contpotentialrel`
--
LOCK TABLES `vtiger_contpotentialrel` WRITE;
/*!40000 ALTER TABLE `vtiger_contpotentialrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_contpotentialrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_priority`
--
DROP TABLE IF EXISTS `vtiger_contract_priority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_priority` (
`contract_priorityid` int(11) NOT NULL AUTO_INCREMENT,
`contract_priority` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`contract_priorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_priority`
--
LOCK TABLES `vtiger_contract_priority` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_priority` DISABLE KEYS */;
INSERT INTO `vtiger_contract_priority` VALUES (1,'Low',1,220,1,NULL),(2,'Normal',1,221,2,NULL),(3,'High',1,222,3,NULL);
/*!40000 ALTER TABLE `vtiger_contract_priority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_priority_seq`
--
DROP TABLE IF EXISTS `vtiger_contract_priority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_priority_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_priority_seq`
--
LOCK TABLES `vtiger_contract_priority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_priority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_contract_priority_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_contract_priority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_status`
--
DROP TABLE IF EXISTS `vtiger_contract_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_status` (
`contract_statusid` int(11) NOT NULL AUTO_INCREMENT,
`contract_status` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`contract_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_status`
--
LOCK TABLES `vtiger_contract_status` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_status` DISABLE KEYS */;
INSERT INTO `vtiger_contract_status` VALUES (1,'Undefined',1,214,1,NULL),(2,'In Planning',1,215,2,NULL),(3,'In Progress',1,216,3,NULL),(4,'On Hold',1,217,4,NULL),(5,'Complete',0,218,5,NULL),(6,'Archived',1,219,6,NULL);
/*!40000 ALTER TABLE `vtiger_contract_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_status_seq`
--
DROP TABLE IF EXISTS `vtiger_contract_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_status_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_status_seq`
--
LOCK TABLES `vtiger_contract_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_contract_status_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_contract_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_type`
--
DROP TABLE IF EXISTS `vtiger_contract_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_type` (
`contract_typeid` int(11) NOT NULL AUTO_INCREMENT,
`contract_type` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`contract_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_type`
--
LOCK TABLES `vtiger_contract_type` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_type` DISABLE KEYS */;
INSERT INTO `vtiger_contract_type` VALUES (1,'Support',1,223,1,NULL),(2,'Services',1,224,2,NULL),(3,'Administrative',1,225,3,NULL),(4,'Milestone',1,350,1,NULL),(5,'Time-Hourly',1,351,2,NULL),(6,'Time-Daily',1,352,3,NULL),(7,'Time-Weekly',1,353,4,NULL),(8,'Time-Monthly',1,354,5,NULL),(9,'Time-Quarterly',1,355,6,NULL),(10,'Time-Yearly',1,356,7,NULL),(11,'Time-Timesheet',1,357,8,NULL);
/*!40000 ALTER TABLE `vtiger_contract_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_contract_type_seq`
--
DROP TABLE IF EXISTS `vtiger_contract_type_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_type_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_contract_type_seq`
--
LOCK TABLES `vtiger_contract_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_contract_type_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_contract_type_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_convertleadmapping`
--
DROP TABLE IF EXISTS `vtiger_convertleadmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_convertleadmapping` (
`cfmid` int(11) NOT NULL AUTO_INCREMENT,
`leadfid` int(11) NOT NULL,
`accountfid` int(11) DEFAULT NULL,
`contactfid` int(11) DEFAULT NULL,
`potentialfid` int(11) DEFAULT NULL,
`editable` int(11) DEFAULT '1',
PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_convertleadmapping`
--
LOCK TABLES `vtiger_convertleadmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_convertleadmapping` DISABLE KEYS */;
INSERT INTO `vtiger_convertleadmapping` VALUES (1,43,1,0,110,0),(2,49,14,0,0,1),(3,40,3,69,0,1),(4,44,5,77,0,1),(5,52,13,0,0,1),(6,46,9,80,0,0),(7,48,4,0,0,1),(8,61,26,98,0,1),(9,60,30,0,0,1),(10,62,32,104,0,1),(11,63,28,100,0,1),(12,59,24,96,0,1),(13,64,34,106,0,1),(14,61,27,0,0,1),(15,60,31,0,0,1),(16,62,33,0,0,1),(17,63,29,0,0,1),(18,59,25,0,0,1),(19,64,35,0,0,1),(20,65,36,109,125,1),(21,37,0,66,0,1),(22,38,0,67,0,0),(23,41,0,70,0,0),(24,42,0,71,0,1),(25,45,0,76,0,1),(26,55,0,83,0,1),(27,47,0,74,117,1),(28,50,0,0,0,1),(29,53,10,0,0,1),(30,51,17,0,0,1);
/*!40000 ALTER TABLE `vtiger_convertleadmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_convertpotentialmapping`
--
DROP TABLE IF EXISTS `vtiger_convertpotentialmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_convertpotentialmapping` (
`cfmid` int(11) NOT NULL AUTO_INCREMENT,
`potentialfid` int(11) NOT NULL,
`projectfid` int(11) DEFAULT NULL,
`editable` int(11) DEFAULT '1',
PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_convertpotentialmapping`
--
LOCK TABLES `vtiger_convertpotentialmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_convertpotentialmapping` DISABLE KEYS */;
INSERT INTO `vtiger_convertpotentialmapping` VALUES (1,110,619,1),(2,125,635,1);
/*!40000 ALTER TABLE `vtiger_convertpotentialmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_creditnote`
--
DROP TABLE IF EXISTS `vtiger_creditnote`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_creditnote` (
`creditnoteid` int(19) NOT NULL,
`name` varchar(24) DEFAULT NULL,
`cn_status` varchar(100) DEFAULT NULL,
`organization_name` varchar(100) DEFAULT NULL,
`contact_id` varchar(100) DEFAULT NULL,
`smownerid` int(19) DEFAULT NULL,
`cn_date` varchar(24) DEFAULT NULL,
`cn_number` varchar(24) DEFAULT NULL,
`applied_credits_1` varchar(100) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`term_and_condition` text,
`discount_percent` varchar(255) DEFAULT NULL,
`discount_amount` varchar(255) DEFAULT NULL,
`s_h_percent` varchar(255) DEFAULT NULL,
`region_id` varchar(255) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(255) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`currency_id` int(11) DEFAULT NULL,
`conversion_rate` decimal(11,3) DEFAULT NULL,
`compound_taxes_info` tinytext,
`creditnote_cloudid` varchar(24) DEFAULT NULL,
`creditnote_modified_time` varchar(255) DEFAULT NULL,
PRIMARY KEY (`creditnoteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_creditnote`
--
LOCK TABLES `vtiger_creditnote` WRITE;
/*!40000 ALTER TABLE `vtiger_creditnote` DISABLE KEYS */;
INSERT INTO `vtiger_creditnote` VALUES (27,'he','','','0',3,NULL,'','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,'CDS','Open','40','44',1,NULL,'CDS 123','41','','CDS 123\n Terms & Conditions',NULL,NULL,'0','0',120.00000000,120.00000000,'group',0.00000000,0.00000000,152.00000000,1,1.000,'[]',NULL,NULL),(90,'Demo 2 - invoice 1','','64','65',1,NULL,'','88','','',NULL,NULL,'0','1',120.00000000,120.00000000,'group',0.00000000,0.00000000,120.00000000,1,1.000,'[]',NULL,NULL),(135,'Credit note - Dell: Upda','Fully redeemed','116','118',1,'2023-03-31','2023-Dell-001','','','',NULL,NULL,'',NULL,0.00000000,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0,1.000,'null',NULL,NULL),(136,'test','','','0',1,NULL,'','','','',NULL,NULL,'0','0',5000.00000000,5000.00000000,'group',0.00000000,0.00000000,5900.00000000,1,1.000,'[]','',NULL);
/*!40000 ALTER TABLE `vtiger_creditnote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_creditnotecf`
--
DROP TABLE IF EXISTS `vtiger_creditnotecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_creditnotecf` (
`creditnoteid` int(19) NOT NULL,
PRIMARY KEY (`creditnoteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_creditnotecf`
--
LOCK TABLES `vtiger_creditnotecf` WRITE;
/*!40000 ALTER TABLE `vtiger_creditnotecf` DISABLE KEYS */;
INSERT INTO `vtiger_creditnotecf` VALUES (27),(46),(90),(135),(136);
/*!40000 ALTER TABLE `vtiger_creditnotecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentity`
--
DROP TABLE IF EXISTS `vtiger_crmentity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentity` (
`crmid` int(11) NOT NULL,
`smcreatorid` int(11) NOT NULL DEFAULT '0',
`smownerid` int(11) NOT NULL DEFAULT '0',
`modifiedby` int(11) NOT NULL DEFAULT '0',
`setype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` mediumtext COLLATE utf8mb4_unicode_ci,
`createdtime` datetime NOT NULL,
`modifiedtime` datetime NOT NULL,
`viewedtime` datetime DEFAULT NULL,
`status` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`version` int(11) NOT NULL DEFAULT '0',
`presence` int(11) DEFAULT '1',
`deleted` int(11) NOT NULL DEFAULT '0',
`smgroupid` int(11) DEFAULT NULL,
`source` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`crmid`),
KEY `crmentity_smcreatorid_idx` (`smcreatorid`),
KEY `crmentity_modifiedby_idx` (`modifiedby`),
KEY `crmentity_deleted_idx` (`deleted`),
KEY `crm_ownerid_del_setype_idx` (`smownerid`,`deleted`,`setype`),
KEY `vtiger_crmentity_labelidx` (`label`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentity`
--
LOCK TABLES `vtiger_crmentity` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentity` DISABLE KEYS */;
INSERT INTO `vtiger_crmentity` VALUES (5,1,4,1,'Payments','','2023-06-29 06:32:29','2023-06-29 06:32:29',NULL,NULL,0,1,0,0,'CRM',''),(6,1,1,1,'Payments','','2023-06-29 06:33:35','2023-06-29 06:33:35',NULL,NULL,0,1,0,0,'CRM',''),(7,1,2,1,'Payments','','2023-06-29 06:34:19','2023-06-29 06:34:19',NULL,NULL,0,1,0,0,'CRM',''),(8,1,1,1,'Payments','','2023-06-29 06:37:33','2023-06-29 06:37:33',NULL,NULL,0,1,0,0,'CRM',''),(9,1,1,1,'Payments','','2023-06-29 06:38:19','2023-06-29 06:38:19',NULL,NULL,0,1,0,0,'CRM',''),(10,1,1,1,'Payments','','2023-06-29 06:38:52','2023-06-29 06:38:52',NULL,NULL,0,1,0,0,'CRM',''),(11,1,1,1,'Payments','','2023-06-29 06:48:31','2023-06-29 06:48:31',NULL,NULL,0,1,0,0,'CRM',''),(12,1,1,1,'Payments','','2023-06-29 06:49:46','2023-06-29 06:49:46',NULL,NULL,0,1,0,0,'CRM',''),(13,1,1,1,'Payments','','2023-06-29 06:53:02','2023-06-29 06:53:02',NULL,NULL,0,1,0,0,'CRM',''),(14,1,1,1,'Payments','','2023-06-29 06:53:32','2023-06-29 06:53:32',NULL,NULL,0,1,0,0,'CRM',''),(15,1,1,1,'Payments','','2023-06-29 06:53:35','2023-06-29 06:53:35',NULL,NULL,0,1,0,0,'CRM',''),(16,1,1,1,'Payments','','2023-06-29 06:53:49','2023-06-29 06:53:49',NULL,NULL,0,1,0,0,'CRM',''),(17,1,1,1,'Payments','','2023-06-29 06:54:16','2023-06-29 06:54:16',NULL,NULL,0,1,0,0,'CRM',''),(21,1,1,1,'Payments','0.00','2023-06-29 07:42:55','2023-06-29 07:42:55',NULL,NULL,0,1,0,0,'CRM',''),(22,1,1,1,'Payments','','2023-06-29 07:43:09','2023-06-29 07:43:09',NULL,NULL,0,1,0,0,'CRM',''),(24,1,3,1,'CreditNote',NULL,'2023-06-29 10:14:35','2023-06-29 10:14:35',NULL,NULL,0,1,0,0,'CRM','dem0'),(25,1,3,1,'CreditNote',NULL,'2023-06-30 05:18:37','2023-06-30 05:18:37',NULL,NULL,0,1,0,0,'CRM',''),(26,1,4,1,'CreditNote',NULL,'2023-06-30 05:19:21','2023-06-30 05:19:21',NULL,NULL,0,1,0,0,'CRM','sdg'),(30,1,3,1,'Potentials','','2023-06-30 05:26:15','2023-06-30 05:26:15',NULL,NULL,0,1,0,0,'CRM',''),(31,1,3,1,'Potentials','','2023-06-30 05:27:42','2023-06-30 05:27:43',NULL,NULL,0,1,0,0,'CRM',''),(32,1,1,1,'Potentials','','2023-06-30 05:30:13','2023-06-30 05:30:13',NULL,NULL,0,1,0,0,'CRM',''),(33,1,3,1,'Potentials','','2023-06-30 05:30:48','2023-06-30 05:30:48',NULL,NULL,0,1,0,0,'CRM',''),(81,1,1,1,'ModComments',NULL,'2023-07-14 06:48:40','2023-07-14 06:48:40',NULL,NULL,0,1,0,0,'CRM','attached the chart'),(82,1,1,0,'ModComments Attachment',NULL,'2023-07-14 06:48:40','2023-07-14 06:48:40',NULL,NULL,0,1,0,NULL,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_crmentity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentity_seq`
--
DROP TABLE IF EXISTS `vtiger_crmentity_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentity_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentity_seq`
--
LOCK TABLES `vtiger_crmentity_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentity_seq` DISABLE KEYS */;
INSERT INTO `vtiger_crmentity_seq` VALUES (163);
/*!40000 ALTER TABLE `vtiger_crmentity_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentity_user_field`
--
DROP TABLE IF EXISTS `vtiger_crmentity_user_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentity_user_field` (
`recordid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
`starred` varchar(100) DEFAULT NULL,
KEY `record_user_idx` (`recordid`,`userid`),
CONSTRAINT `fk_vtiger_crmentity_user_field_recordid` FOREIGN KEY (`recordid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentity_user_field`
--
LOCK TABLES `vtiger_crmentity_user_field` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentity_user_field` DISABLE KEYS */;
INSERT INTO `vtiger_crmentity_user_field` VALUES (5,1,'0'),(6,1,'0'),(7,1,'0'),(8,1,'0'),(9,1,'0'),(10,1,'0'),(11,1,'0'),(12,1,'0'),(13,1,'0'),(14,1,'0'),(15,1,'0'),(16,1,'0'),(17,1,'0'),(21,1,'0'),(22,1,'0'),(24,1,'0'),(25,1,'0'),(26,1,'0'),(30,1,'0'),(31,1,'0'),(32,1,'0'),(33,1,'0');
/*!40000 ALTER TABLE `vtiger_crmentity_user_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentityrel`
--
DROP TABLE IF EXISTS `vtiger_crmentityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentityrel` (
`crmid` int(11) NOT NULL,
`module` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`relcrmid` int(11) NOT NULL,
`relmodule` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
KEY `crmid_idx` (`crmid`),
KEY `relcrmid_idx` (`relcrmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmentityrel`
--
LOCK TABLES `vtiger_crmentityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentityrel` DISABLE KEYS */;
INSERT INTO `vtiger_crmentityrel` VALUES (45,'Potentials',48,'SalesOrder'),(77,'Potentials',80,'SalesOrder');
/*!40000 ALTER TABLE `vtiger_crmentityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmsetup`
--
DROP TABLE IF EXISTS `vtiger_crmsetup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmsetup` (
`userid` int(11) DEFAULT NULL,
`setup_status` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_crmsetup`
--
LOCK TABLES `vtiger_crmsetup` WRITE;
/*!40000 ALTER TABLE `vtiger_crmsetup` DISABLE KEYS */;
INSERT INTO `vtiger_crmsetup` VALUES (1,1);
/*!40000 ALTER TABLE `vtiger_crmsetup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cron_task`
--
DROP TABLE IF EXISTS `vtiger_cron_task`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cron_task` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`handler_file` varchar(100) DEFAULT NULL,
`frequency` int(11) DEFAULT NULL,
`laststart` int(10) unsigned DEFAULT NULL,
`lastend` int(10) unsigned DEFAULT NULL,
`status` int(11) DEFAULT NULL,
`module` varchar(100) DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`description` text,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
UNIQUE KEY `handler_file` (`handler_file`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cron_task`
--
LOCK TABLES `vtiger_cron_task` WRITE;
/*!40000 ALTER TABLE `vtiger_cron_task` DISABLE KEYS */;
INSERT INTO `vtiger_cron_task` VALUES (1,'Workflow','cron/modules/com_vtiger_workflow/com_vtiger_workflow.service',900,NULL,NULL,1,'com_vtiger_workflow',1,'Recommended frequency for Workflow is 15 mins'),(2,'RecurringInvoice','cron/modules/SalesOrder/RecurringInvoice.service',43200,NULL,NULL,1,'SalesOrder',2,'Recommended frequency for RecurringInvoice is 12 hours'),(3,'SendReminder','cron/SendReminder.service',900,NULL,NULL,1,'Calendar',3,'Recommended frequency for SendReminder is 15 mins'),(5,'MailScanner','cron/MailScanner.service',900,NULL,NULL,1,'Settings',5,'Recommended frequency for MailScanner is 15 mins'),(6,'Scheduled Import','cron/modules/Import/ScheduledImport.service',900,NULL,NULL,0,'Import',6,'Recommended frequency for MailScanner is 15 mins'),(7,'ScheduleReports','cron/modules/Reports/ScheduleReports.service',900,NULL,NULL,1,'Reports',7,'Recommended frequency for ScheduleReports is 15 mins'),(8,'ITS4YouInstaller','modules/ITS4YouInstaller/cron/ITS4YouInstaller.service',86400,NULL,NULL,1,'ITS4YouInstaller',8,'Recommended frequency for actualize ITS4YouInstaller is 1 day');
/*!40000 ALTER TABLE `vtiger_cron_task` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currencies`
--
DROP TABLE IF EXISTS `vtiger_currencies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currencies` (
`currencyid` int(11) NOT NULL AUTO_INCREMENT,
`currency_name` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_symbol` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`currencyid`)
) ENGINE=InnoDB AUTO_INCREMENT=139 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currencies`
--
LOCK TABLES `vtiger_currencies` WRITE;
/*!40000 ALTER TABLE `vtiger_currencies` DISABLE KEYS */;
INSERT INTO `vtiger_currencies` VALUES (1,'Albania, Leke','ALL','Lek'),(2,'Argentina, Pesos','ARS','$'),(3,'Aruba, Guilders','AWG','ƒ'),(4,'Australia, Dollars','AUD','$'),(5,'Azerbaijan, New Manats','AZN','ман'),(6,'Bahamas, Dollars','BSD','$'),(7,'Bahrain, Dinar','BHD','BD'),(8,'Barbados, Dollars','BBD','$'),(9,'Belarus, Rubles','BYR','p.'),(10,'Belize, Dollars','BZD','BZ$'),(11,'Bermuda, Dollars','BMD','$'),(12,'Bolivia, Bolivianos','BOB','$b'),(13,'China, Yuan Renminbi','CNY','¥'),(14,'Convertible Marka','BAM','KM'),(15,'Botswana, Pulas','BWP','P'),(16,'Bulgaria, Leva','BGN','лв'),(17,'Brazil, Reais','BRL','R$'),(18,'Great Britain Pounds','GBP','£'),(19,'Brunei Darussalam, Dollars','BND','$'),(20,'Canada, Dollars','CAD','$'),(21,'Cayman Islands, Dollars','KYD','$'),(22,'Chile, Pesos','CLP','$'),(23,'Colombia, Pesos','COP','$'),(24,'Costa Rica, Colón','CRC','₡'),(25,'Croatia, Kuna','HRK','kn'),(26,'Cuba, Pesos','CUP','₱'),(27,'Czech Republic, Koruny','CZK','Kč'),(28,'Cyprus, Pounds','CYP','£'),(29,'Denmark, Kroner','DKK','kr'),(30,'Dominican Republic, Pesos','DOP','RD$'),(31,'East Caribbean, Dollars','XCD','$'),(32,'Egypt, Pounds','EGP','E£'),(33,'El Salvador, Colón','SVC','₡'),(34,'England, Pounds','GBP','£'),(35,'Estonia, Krooni','EEK','kr'),(36,'Euro','EUR','€'),(37,'Falkland Islands, Pounds','FKP','£'),(38,'Fiji, Dollars','FJD','$'),(39,'Ghana, Cedis','GHC','¢'),(40,'Gibraltar, Pounds','GIP','£'),(41,'Guatemala, Quetzales','GTQ','Q'),(42,'Guernsey, Pounds','GGP','£'),(43,'Guyana, Dollars','GYD','$'),(44,'Honduras, Lempiras','HNL','L'),(45,'LvHong Kong, Dollars ','HKD','HK$'),(46,'Hungary, Forint','HUF','Ft'),(47,'Iceland, Krona','ISK','kr'),(48,'India, Rupees','INR','₹'),(49,'Indonesia, Rupiahs','IDR','Rp'),(50,'Iran, Rials','IRR','﷼'),(51,'Isle of Man, Pounds','IMP','£'),(52,'Israel, New Shekels','ILS','₪'),(53,'Jamaica, Dollars','JMD','J$'),(54,'Japan, Yen','JPY','¥'),(55,'Jersey, Pounds','JEP','£'),(56,'Jordan, Dinar','JOD','JOD'),(57,'Kazakhstan, Tenge','KZT','〒'),(58,'Kenya, Shilling','KES','KES'),(59,'Korea (North), Won','KPW','₩'),(60,'Korea (South), Won','KRW','₩'),(61,'Kuwait, Dinar','KWD','KWD'),(62,'Kyrgyzstan, Soms','KGS','лв'),(63,'Laos, Kips','LAK','₭'),(64,'Latvia, Lati','LVL','Ls'),(65,'Lebanon, Pounds','LBP','£'),(66,'Liberia, Dollars','LRD','$'),(67,'Switzerland Francs','CHF','CHF'),(68,'Lithuania, Litai','LTL','Lt'),(69,'MADAGASCAR, Malagasy Ariary','MGA','MGA'),(70,'Macedonia, Denars','MKD','ден'),(71,'Malaysia, Ringgits','MYR','RM'),(72,'Malta, Liri','MTL','₤'),(73,'Mauritius, Rupees','MUR','₨'),(74,'Mexico, Pesos','MXN','$'),(75,'Mongolia, Tugriks','MNT','₮'),(76,'Mozambique, Meticais','MZN','MT'),(77,'Namibia, Dollars','NAD','$'),(78,'Nepal, Rupees','NPR','₨'),(79,'Netherlands Antilles, Guilders','ANG','ƒ'),(80,'New Zealand, Dollars','NZD','$'),(81,'Nicaragua, Cordobas','NIO','C$'),(82,'Nigeria, Nairas','NGN','₦'),(83,'North Korea, Won','KPW','₩'),(84,'Norway, Krone','NOK','kr'),(85,'Oman, Rials','OMR','﷼'),(86,'Pakistan, Rupees','PKR','₨'),(87,'Panama, Balboa','PAB','B/.'),(88,'Paraguay, Guarani','PYG','Gs'),(89,'Peru, Nuevos Soles','PEN','S/.'),(90,'Philippines, Pesos','PHP','Php'),(91,'Poland, Zlotych','PLN','zł'),(92,'Qatar, Rials','QAR','﷼'),(93,'Romania, New Lei','RON','lei'),(94,'Russia, Rubles','RUB','руб'),(95,'Saint Helena, Pounds','SHP','£'),(96,'Saudi Arabia, Riyals','SAR','﷼'),(97,'Serbia, Dinars','RSD','Дин.'),(98,'Seychelles, Rupees','SCR','₨'),(99,'Singapore, Dollars','SGD','$'),(100,'Solomon Islands, Dollars','SBD','$'),(101,'Somalia, Shillings','SOS','S'),(102,'South Africa, Rand','ZAR','R'),(103,'South Korea, Won','KRW','₩'),(104,'Sri Lanka, Rupees','LKR','₨'),(105,'Sweden, Kronor','SEK','kr'),(106,'Switzerland, Francs','CHF','CHF'),(107,'Suriname, Dollars','SRD','$'),(108,'Syria, Pounds','SYP','£'),(109,'Taiwan, New Dollars','TWD','NT$'),(110,'Thailand, Baht','THB','฿'),(111,'Trinidad and Tobago, Dollars','TTD','TT$'),(112,'Turkey, New Lira','TRY','YTL'),(113,'Turkey, Liras','TRL','₤'),(114,'Tuvalu, Dollars','TVD','$'),(115,'Ukraine, Hryvnia','UAH','₴'),(116,'United Arab Emirates, Dirham','AED','AED'),(117,'United Kingdom, Pounds','GBP','£'),(118,'United Republic of Tanzania, Shilling','TZS','TZS'),(119,'USA, Dollars','USD','$'),(120,'Uruguay, Pesos','UYU','$U'),(121,'Uzbekistan, Sums','UZS','лв'),(122,'Venezuela, Bolivares Fuertes','VEF','Bs'),(123,'Vietnam, Dong','VND','₫'),(124,'Zambia, Kwacha','ZMK','ZMK'),(125,'Yemen, Rials','YER','﷼'),(126,'Zimbabwe Dollars','ZWD','Z$'),(127,'Malawi, Kwacha','MWK','MK'),(128,'Tunisian, Dinar','TD','TD'),(129,'Moroccan, Dirham','MAD','DH'),(130,'Iraqi Dinar','IQD','ID'),(131,'Maldivian Ruffiya','MVR','MVR'),(132,'Ugandan Shilling','UGX','Sh'),(133,'Sudanese Pound','SDG','£'),(134,'CFA Franc BCEAO','XOF','CFA'),(135,'CFA Franc BEAC','XAF','CFA'),(136,'Haiti, Gourde','HTG','G'),(137,'Libya, Dinar','LYD','LYD'),(138,'CFP Franc','XPF','F');
/*!40000 ALTER TABLE `vtiger_currencies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currencies_seq`
--
DROP TABLE IF EXISTS `vtiger_currencies_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currencies_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currencies_seq`
--
LOCK TABLES `vtiger_currencies_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currencies_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currencies_seq` VALUES (138);
/*!40000 ALTER TABLE `vtiger_currencies_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency`
--
DROP TABLE IF EXISTS `vtiger_currency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency` (
`currencyid` int(11) NOT NULL AUTO_INCREMENT,
`currency` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`currencyid`),
UNIQUE KEY `currency_currency_idx` (`currency`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency`
--
LOCK TABLES `vtiger_currency` WRITE;
/*!40000 ALTER TABLE `vtiger_currency` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_currency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_decimal_separator`
--
DROP TABLE IF EXISTS `vtiger_currency_decimal_separator`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_decimal_separator` (
`currency_decimal_separatorid` int(11) NOT NULL AUTO_INCREMENT,
`currency_decimal_separator` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_decimal_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_decimal_separator`
--
LOCK TABLES `vtiger_currency_decimal_separator` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator` DISABLE KEYS */;
INSERT INTO `vtiger_currency_decimal_separator` VALUES (1,'.',0,1),(2,',',1,1),(3,'\'',2,1),(4,' ',3,1),(5,'$',4,1);
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_decimal_separator_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_decimal_separator_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_decimal_separator_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_decimal_separator_seq`
--
LOCK TABLES `vtiger_currency_decimal_separator_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_decimal_separator_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_pattern`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_pattern`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_pattern` (
`currency_grouping_patternid` int(11) NOT NULL AUTO_INCREMENT,
`currency_grouping_pattern` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_grouping_patternid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_pattern`
--
LOCK TABLES `vtiger_currency_grouping_pattern` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_pattern` VALUES (1,'123,456,789',0,1),(2,'123456789',1,1),(3,'123456,789',2,1),(4,'12,34,56,789',3,1);
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_pattern_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_pattern_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_pattern_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_pattern_seq`
--
LOCK TABLES `vtiger_currency_grouping_pattern_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_pattern_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_separator`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_separator`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_separator` (
`currency_grouping_separatorid` int(11) NOT NULL AUTO_INCREMENT,
`currency_grouping_separator` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_grouping_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_separator`
--
LOCK TABLES `vtiger_currency_grouping_separator` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_separator` VALUES (1,',',0,1),(2,'.',1,1),(3,'\'',2,1),(4,' ',3,1),(5,'$',4,1);
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_grouping_separator_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_grouping_separator_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_separator_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_grouping_separator_seq`
--
LOCK TABLES `vtiger_currency_grouping_separator_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_separator_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_info`
--
DROP TABLE IF EXISTS `vtiger_currency_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`currency_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_code` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_symbol` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`conversion_rate` decimal(12,5) DEFAULT NULL,
`currency_status` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`defaultid` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`deleted` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_info`
--
LOCK TABLES `vtiger_currency_info` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_info` DISABLE KEYS */;
INSERT INTO `vtiger_currency_info` VALUES (1,'USA, Dollars','USD','$',1.00000,'Active','-11',0),(2,'India, Rupees','INR','₹',80.00000,'Active','0',0);
/*!40000 ALTER TABLE `vtiger_currency_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_info_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_info_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_info_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_info_seq`
--
LOCK TABLES `vtiger_currency_info_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_info_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_info_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_currency_info_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_symbol_placement`
--
DROP TABLE IF EXISTS `vtiger_currency_symbol_placement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_symbol_placement` (
`currency_symbol_placementid` int(11) NOT NULL AUTO_INCREMENT,
`currency_symbol_placement` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_symbol_placementid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_symbol_placement`
--
LOCK TABLES `vtiger_currency_symbol_placement` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement` DISABLE KEYS */;
INSERT INTO `vtiger_currency_symbol_placement` VALUES (1,'$1.0',0,1),(2,'1.0$',1,1);
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_currency_symbol_placement_seq`
--
DROP TABLE IF EXISTS `vtiger_currency_symbol_placement_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_symbol_placement_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_currency_symbol_placement_seq`
--
LOCK TABLES `vtiger_currency_symbol_placement_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement_seq` DISABLE KEYS */;
INSERT INTO `vtiger_currency_symbol_placement_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customaction`
--
DROP TABLE IF EXISTS `vtiger_customaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customaction` (
`cvid` int(11) NOT NULL,
`subject` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
`module` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` text COLLATE utf8mb4_unicode_ci,
KEY `customaction_cvid_idx` (`cvid`),
CONSTRAINT `fk_1_vtiger_customaction` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customaction`
--
LOCK TABLES `vtiger_customaction` WRITE;
/*!40000 ALTER TABLE `vtiger_customaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_customaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customer_market_vertical`
--
DROP TABLE IF EXISTS `vtiger_customer_market_vertical`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customer_market_vertical` (
`customer_market_verticalid` int(11) NOT NULL AUTO_INCREMENT,
`customer_market_vertical` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`customer_market_verticalid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customer_market_vertical`
--
LOCK TABLES `vtiger_customer_market_vertical` WRITE;
/*!40000 ALTER TABLE `vtiger_customer_market_vertical` DISABLE KEYS */;
INSERT INTO `vtiger_customer_market_vertical` VALUES (1,'Federal',1,406,1,NULL),(2,'Financial',1,407,2,NULL),(3,'Manufacturing',1,408,3,NULL),(4,'Retail',1,409,4,NULL),(5,'Tech',1,410,5,NULL),(6,'Telecommunication',1,411,6,NULL),(7,'Healthcare',1,412,7,NULL);
/*!40000 ALTER TABLE `vtiger_customer_market_vertical` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customer_market_vertical_seq`
--
DROP TABLE IF EXISTS `vtiger_customer_market_vertical_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customer_market_vertical_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customer_market_vertical_seq`
--
LOCK TABLES `vtiger_customer_market_vertical_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_customer_market_vertical_seq` DISABLE KEYS */;
INSERT INTO `vtiger_customer_market_vertical_seq` VALUES (7);
/*!40000 ALTER TABLE `vtiger_customer_market_vertical_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerdetails`
--
DROP TABLE IF EXISTS `vtiger_customerdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerdetails` (
`customerid` int(11) NOT NULL,
`portal` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`support_start_date` date DEFAULT NULL,
`support_end_date` date DEFAULT NULL,
PRIMARY KEY (`customerid`),
CONSTRAINT `fk_1_vtiger_customerdetails` FOREIGN KEY (`customerid`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerdetails`
--
LOCK TABLES `vtiger_customerdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_customerdetails` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_customerdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_fields`
--
DROP TABLE IF EXISTS `vtiger_customerportal_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_fields` (
`tabid` int(11) NOT NULL,
`fieldinfo` text,
`records_visible` int(11) DEFAULT NULL,
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_fields`
--
LOCK TABLES `vtiger_customerportal_fields` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_fields` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_fields` VALUES (4,'{\"lastname\":1,\"assigned_user_id\":1}',1),(6,'{\"accountname\":1,\"assigned_user_id\":1}',1),(8,'{\"notes_title\":1,\"assigned_user_id\":1,\"filename\":0}',1),(13,'{\"ticket_title\":1,\"assigned_user_id\":1,\"ticketpriorities\":1,\"ticketstatus\":1,\"description\":1,\"product_id\":1,\"ticketseverities\":1,\"ticketcategories\":1}',1),(14,'{\"assigned_user_id\":1,\"productname\":1}',1),(15,'{\"faqstatus\":1,\"question\":1,\"faq_answer\":1}',1),(20,'{\"subject\":1,\"quotestage\":1,\"account_id\":1,\"assigned_user_id\":1,\"bill_street\":1,\"ship_street\":1}',1),(23,'{\"bill_street\":1,\"ship_street\":1,\"subject\":1,\"account_id\":1,\"assigned_user_id\":1}',1),(31,'{\"subject\":1,\"assigned_user_id\":1}',NULL),(36,'{\"servicename\":1}',1),(39,'{\"projectmilestonename\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(40,'{\"projecttaskname\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(41,'{\"projectname\":1,\"assigned_user_id\":1}',1),(43,'{\"product\":1,\"assigned_user_id\":1,\"serialnumber\":1,\"datesold\":1,\"dateinservice\":1,\"assetstatus\":1,\"assetname\":1,\"account\":1}',1);
/*!40000 ALTER TABLE `vtiger_customerportal_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_prefs`
--
DROP TABLE IF EXISTS `vtiger_customerportal_prefs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_prefs` (
`tabid` int(11) NOT NULL,
`prefkey` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`prefvalue` int(11) DEFAULT NULL,
PRIMARY KEY (`tabid`,`prefkey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_prefs`
--
LOCK TABLES `vtiger_customerportal_prefs` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_prefs` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_prefs` VALUES (0,'defaultassignee',1),(0,'userid',1),(4,'showrelatedinfo',1),(6,'showrelatedinfo',1),(8,'showrelatedinfo',1),(13,'showrelatedinfo',1),(14,'showrelatedinfo',1),(15,'showrelatedinfo',1),(20,'showrelatedinfo',1),(23,'showrelatedinfo',1),(36,'showrelatedinfo',1),(39,'showrelatedinfo',1),(40,'showrelatedinfo',1),(41,'showrelatedinfo',1),(43,'showrelatedinfo',1);
/*!40000 ALTER TABLE `vtiger_customerportal_prefs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_relatedmoduleinfo`
--
DROP TABLE IF EXISTS `vtiger_customerportal_relatedmoduleinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_relatedmoduleinfo` (
`tabid` int(11) NOT NULL,
`relatedmodules` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_relatedmoduleinfo`
--
LOCK TABLES `vtiger_customerportal_relatedmoduleinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_relatedmoduleinfo` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_relatedmoduleinfo` VALUES (8,'[{\"name\":\"History\",\"value\":1}]'),(13,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1},{\"name\":\"Documents\",\"value\":1}]'),(14,'[{\"name\":\"History\",\"value\":1}]'),(20,'[{\"name\":\"History\",\"value\":1}]'),(23,'[{\"name\":\"History\",\"value\":1}]'),(31,'[{\"name\":\"History\",\"value\":1}]'),(36,'[{\"name\":\"History\",\"value\":1}]'),(39,'[{\"name\":\"History\",\"value\":1}]'),(40,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1}]'),(41,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1},{\"name\":\"ProjectTask\",\"value\":1},{\"name\":\"ProjectMilestone\",\"value\":1},{\"name\":\"Documents\",\"value\":1}]'),(43,'[{\"name\":\"History\",\"value\":1}]');
/*!40000 ALTER TABLE `vtiger_customerportal_relatedmoduleinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_settings`
--
DROP TABLE IF EXISTS `vtiger_customerportal_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_settings` (
`id` int(11) DEFAULT NULL,
`url` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`default_assignee` int(11) DEFAULT NULL,
`support_notification` int(11) DEFAULT NULL,
`announcement` text COLLATE utf8mb4_unicode_ci,
`shortcuts` text COLLATE utf8mb4_unicode_ci,
`widgets` text COLLATE utf8mb4_unicode_ci,
`charts` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_settings`
--
LOCK TABLES `vtiger_customerportal_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_settings` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_settings` VALUES (1,NULL,1,NULL,NULL,'{\"Documents\":{\"LBL_ADD_DOCUMENT\":1},\"HelpDesk\":{\"LBL_CREATE_TICKET\":1,\"LBL_OPEN_TICKETS\":1}}','{\"widgets\":{\"HelpDesk\":1,\"Documents\":1,\"Faq\":1}}','{\"charts\":{\"OpenTicketsByPriority\":1,\"TicketsClosureTimeByPriority\":1}}');
/*!40000 ALTER TABLE `vtiger_customerportal_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customerportal_tabs`
--
DROP TABLE IF EXISTS `vtiger_customerportal_tabs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_tabs` (
`tabid` int(11) NOT NULL,
`visible` int(11) DEFAULT '1',
`sequence` int(11) DEFAULT NULL,
`createrecord` tinyint(1) NOT NULL DEFAULT '0',
`editrecord` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customerportal_tabs`
--
LOCK TABLES `vtiger_customerportal_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_tabs` VALUES (4,0,9,0,1),(6,0,10,0,1),(8,1,8,1,0),(13,1,2,1,1),(14,1,6,0,0),(15,1,3,0,0),(20,1,5,0,0),(23,1,4,0,0),(31,1,25,0,0),(36,1,7,0,0),(39,1,13,0,0),(40,1,12,0,0),(41,1,11,0,0),(43,1,14,0,1);
/*!40000 ALTER TABLE `vtiger_customerportal_tabs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customview`
--
DROP TABLE IF EXISTS `vtiger_customview`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customview` (
`cvid` int(11) NOT NULL,
`viewname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`setdefault` int(11) DEFAULT '0',
`setmetrics` int(11) DEFAULT '0',
`entitytype` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(11) DEFAULT '1',
`userid` int(11) DEFAULT '1',
PRIMARY KEY (`cvid`),
KEY `customview_entitytype_idx` (`entitytype`),
CONSTRAINT `fk_1_vtiger_customview` FOREIGN KEY (`entitytype`) REFERENCES `vtiger_tab` (`name`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customview`
--
LOCK TABLES `vtiger_customview` WRITE;
/*!40000 ALTER TABLE `vtiger_customview` DISABLE KEYS */;
INSERT INTO `vtiger_customview` VALUES (1,'All',1,0,'Leads',0,1),(2,'Hot Leads',0,1,'Leads',3,1),(3,'This Month Leads',0,0,'Leads',3,1),(4,'All',1,0,'Accounts',0,1),(5,'Prospect Accounts',0,1,'Accounts',3,1),(6,'New This Week',0,0,'Accounts',3,1),(7,'All',1,0,'Contacts',0,1),(8,'Contacts Address',0,0,'Contacts',3,1),(9,'Todays Birthday',0,0,'Contacts',3,1),(10,'All',1,0,'Potentials',0,1),(11,'Potentials Won',0,1,'Potentials',3,1),(12,'Prospecting',0,0,'Potentials',3,1),(13,'All',1,0,'HelpDesk',0,1),(14,'Open Tickets',0,1,'HelpDesk',3,1),(15,'High Prioriy Tickets',0,0,'HelpDesk',3,1),(16,'All',1,0,'Quotes',0,1),(17,'Open Quotes',0,1,'Quotes',3,1),(18,'Rejected Quotes',0,0,'Quotes',3,1),(19,'All',1,0,'Calendar',0,1),(20,'All',1,0,'Emails',0,1),(21,'All',1,0,'Invoice',0,1),(22,'All',1,0,'Documents',0,1),(23,'All',1,0,'PriceBooks',0,1),(24,'All',1,0,'Products',0,1),(25,'All',1,0,'PurchaseOrder',0,1),(26,'All',1,0,'SalesOrder',0,1),(27,'All',1,0,'Vendors',0,1),(28,'All',1,0,'Faq',0,1),(29,'All',1,0,'Campaigns',0,1),(30,'All',1,0,'Webmails',0,1),(31,'Drafted FAQ',0,0,'Faq',3,1),(32,'Published FAQ',0,0,'Faq',3,1),(33,'Open Purchase Orders',0,0,'PurchaseOrder',3,1),(34,'Received Purchase Orders',0,0,'PurchaseOrder',3,1),(35,'Open Invoices',0,0,'Invoice',3,1),(36,'Paid Invoices',0,0,'Invoice',3,1),(37,'Pending Sales Orders',0,0,'SalesOrder',3,1),(38,'All',1,0,'ServiceContracts',0,1),(39,'All',1,0,'Services',0,1),(40,'All',1,0,'PBXManager',0,1),(44,'All',1,0,'Assets',0,1),(45,'All',0,0,'SMSNotifier',0,1),(46,'All',0,0,'ModComments',0,1),(47,'All',1,0,'ProjectMilestone',0,1),(48,'All',1,0,'ProjectTask',0,1),(49,'All',1,0,'Project',0,1),(50,'multiple user filter',1,0,'Contacts',1,1),(51,'All',1,0,'Payments',0,1),(52,'All',1,0,'CreditNote',0,1),(53,'All',1,0,'BusinessEntity',0,1),(54,'All',1,0,'Bank',0,1);
/*!40000 ALTER TABLE `vtiger_customview` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_customview_seq`
--
DROP TABLE IF EXISTS `vtiger_customview_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customview_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_customview_seq`
--
LOCK TABLES `vtiger_customview_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_customview_seq` DISABLE KEYS */;
INSERT INTO `vtiger_customview_seq` VALUES (54);
/*!40000 ALTER TABLE `vtiger_customview_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cv2group`
--
DROP TABLE IF EXISTS `vtiger_cv2group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cv2group` (
`cvid` int(11) NOT NULL,
`groupid` int(11) NOT NULL,
KEY `vtiger_cv2group_ibfk_1` (`cvid`),
KEY `vtiger_groups_ibfk_1` (`groupid`),
CONSTRAINT `vtiger_customview_ibfk_2` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE,
CONSTRAINT `vtiger_groups_ibfk_1` FOREIGN KEY (`groupid`) REFERENCES `vtiger_groups` (`groupid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cv2group`
--
LOCK TABLES `vtiger_cv2group` WRITE;
/*!40000 ALTER TABLE `vtiger_cv2group` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cv2group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cv2users`
--
DROP TABLE IF EXISTS `vtiger_cv2users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cv2users` (
`cvid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
KEY `vtiger_cv2users_ibfk_1` (`cvid`),
KEY `vtiger_users_ibfk_1` (`userid`),
CONSTRAINT `vtiger_customview_ibfk_1` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE,
CONSTRAINT `vtiger_users_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cv2users`
--
LOCK TABLES `vtiger_cv2users` WRITE;
/*!40000 ALTER TABLE `vtiger_cv2users` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cv2users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvadvfilter`
--
DROP TABLE IF EXISTS `vtiger_cvadvfilter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvadvfilter` (
`cvid` int(11) NOT NULL,
`columnindex` int(11) NOT NULL,
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`comparator` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` varchar(512) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`groupid` int(11) DEFAULT '1',
`column_condition` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'and',
PRIMARY KEY (`cvid`,`columnindex`),
KEY `cvadvfilter_cvid_idx` (`cvid`),
CONSTRAINT `fk_1_vtiger_cvadvfilter` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvadvfilter`
--
LOCK TABLES `vtiger_cvadvfilter` WRITE;
/*!40000 ALTER TABLE `vtiger_cvadvfilter` DISABLE KEYS */;
INSERT INTO `vtiger_cvadvfilter` VALUES (2,0,'vtiger_leaddetails:leadstatus:leadstatus:Leads_Lead_Status:V','e','Hot',1,'and'),(5,0,'vtiger_account:account_type:accounttype:Accounts_Type:V','e','Prospect',1,'and'),(11,0,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V','e','Closed Won',1,'and'),(12,0,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V','e','Prospecting',1,'and'),(14,0,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V','n','Closed',1,'and'),(15,0,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V','e','High',1,'and'),(17,0,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','n','Accepted',1,'and'),(17,1,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','n','Rejected',1,'and'),(18,0,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','e','Rejected',1,'and'),(31,0,'vtiger_faq:status:faqstatus:Faq_Status:V','e','Draft',1,'and'),(32,0,'vtiger_faq:status:faqstatus:Faq_Status:V','e','Published',1,'and'),(33,0,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V','e','Created, Approved, Delivered',1,'and'),(34,0,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V','e','Received Shipment',1,'and'),(35,0,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V','e','Created, Approved, Sent',1,'and'),(36,0,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V','e','Paid',1,'and'),(37,0,'vtiger_salesorder:sostatus:sostatus:SalesOrder_Status:V','e','Created, Approved',1,'and'),(50,0,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V','e','admin Administrator,Team Selling,Marketing Group,Support Group',1,'');
/*!40000 ALTER TABLE `vtiger_cvadvfilter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvadvfilter_grouping`
--
DROP TABLE IF EXISTS `vtiger_cvadvfilter_grouping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvadvfilter_grouping` (
`groupid` int(11) NOT NULL,
`cvid` int(11) NOT NULL,
`group_condition` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`condition_expression` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`groupid`,`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvadvfilter_grouping`
--
LOCK TABLES `vtiger_cvadvfilter_grouping` WRITE;
/*!40000 ALTER TABLE `vtiger_cvadvfilter_grouping` DISABLE KEYS */;
INSERT INTO `vtiger_cvadvfilter_grouping` VALUES (1,2,'',''),(1,5,'',''),(1,11,'',''),(1,12,'',''),(1,14,'',''),(1,15,'',''),(1,17,'',''),(1,18,'',''),(1,31,'',''),(1,32,'',''),(1,33,'',''),(1,34,'',''),(1,35,'',''),(1,36,'',''),(1,37,'',''),(1,50,'and',' 0 ');
/*!40000 ALTER TABLE `vtiger_cvadvfilter_grouping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvcolumnlist`
--
DROP TABLE IF EXISTS `vtiger_cvcolumnlist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvcolumnlist` (
`cvid` int(11) NOT NULL,
`columnindex` int(11) NOT NULL,
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
PRIMARY KEY (`cvid`,`columnindex`),
KEY `cvcolumnlist_columnindex_idx` (`columnindex`),
KEY `cvcolumnlist_cvid_idx` (`cvid`),
CONSTRAINT `fk_1_vtiger_cvcolumnlist` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvcolumnlist`
--
LOCK TABLES `vtiger_cvcolumnlist` WRITE;
/*!40000 ALTER TABLE `vtiger_cvcolumnlist` DISABLE KEYS */;
INSERT INTO `vtiger_cvcolumnlist` VALUES (1,1,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(1,2,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(1,3,'vtiger_leaddetails:company:company:Leads_Company:V'),(1,4,'vtiger_leadaddress:phone:phone:Leads_Phone:V'),(1,5,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(1,6,'vtiger_leaddetails:email:email:Leads_Email:V'),(1,7,'vtiger_crmentity:smownerid:assigned_user_id:Leads_Assigned_To:V'),(2,0,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(2,1,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(2,2,'vtiger_leaddetails:company:company:Leads_Company:V'),(2,3,'vtiger_leaddetails:leadsource:leadsource:Leads_Lead_Source:V'),(2,4,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(2,5,'vtiger_leaddetails:email:email:Leads_Email:E'),(3,0,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(3,1,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(3,2,'vtiger_leaddetails:company:company:Leads_Company:V'),(3,3,'vtiger_leaddetails:leadsource:leadsource:Leads_Lead_Source:V'),(3,4,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(3,5,'vtiger_leaddetails:email:email:Leads_Email:E'),(4,1,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(4,2,'vtiger_accountbillads:bill_city:bill_city:Accounts_Billing_City:V'),(4,3,'vtiger_account:website:website:Accounts_Website:V'),(4,4,'vtiger_account:phone:phone:Accounts_Phone:V'),(4,5,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(5,0,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(5,1,'vtiger_account:phone:phone:Accounts_Phone:V'),(5,2,'vtiger_account:website:website:Accounts_Website:V'),(5,3,'vtiger_account:rating:rating:Accounts_Rating:V'),(5,4,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(6,0,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(6,1,'vtiger_account:phone:phone:Accounts_Phone:V'),(6,2,'vtiger_account:website:website:Accounts_Website:V'),(6,3,'vtiger_accountbillads:bill_city:bill_city:Accounts_City:V'),(6,4,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(7,0,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(7,1,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(7,2,'vtiger_contactdetails:title:title:Contacts_Title:V'),(7,3,'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:V'),(7,4,'vtiger_contactdetails:email:email:Contacts_Email:V'),(7,5,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),(7,6,'vtiger_crmentity:modifiedtime:modifiedtime:Contacts_Modified_Time:DT'),(8,0,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(8,1,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(8,2,'vtiger_contactaddress:mailingstreet:mailingstreet:Contacts_Mailing_Street:V'),(8,3,'vtiger_contactaddress:mailingcity:mailingcity:Contacts_Mailing_City:V'),(8,4,'vtiger_contactaddress:mailingstate:mailingstate:Contacts_Mailing_State:V'),(8,5,'vtiger_contactaddress:mailingzip:mailingzip:Contacts_Mailing_Zip:V'),(8,6,'vtiger_contactaddress:mailingcountry:mailingcountry:Contacts_Mailing_Country:V'),(9,0,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(9,1,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(9,2,'vtiger_contactdetails:title:title:Contacts_Title:V'),(9,3,'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:I'),(9,4,'vtiger_contactdetails:email:email:Contacts_Email:E'),(9,5,'vtiger_contactsubdetails:otherphone:otherphone:Contacts_Phone:V'),(9,6,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),(10,0,'vtiger_potential:potential_no:potential_no:Potentials_Potential_No:V'),(10,1,'vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V'),(10,2,'vtiger_potential:related_to:related_to:Potentials_Related_To:V'),(10,3,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V'),(10,4,'vtiger_potential:leadsource:leadsource:Potentials_Lead_Source:V'),(10,5,'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D'),(10,6,'vtiger_potential:amount:amount:Potentials_Amount:N'),(10,7,'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),(10,8,'vtiger_potential:contact_id:contact_id:Potentials_Contact_Name:V'),(11,0,'vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V'),(11,1,'vtiger_potential:related_to:related_to:Potentials_Related_To:V'),(11,2,'vtiger_potential:amount:amount:Potentials_Amount:N'),(11,3,'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D'),(11,4,'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),(11,5,'vtiger_potential:contact_id:contact_id:Potentials_Contact_Name:V'),(12,0,'vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V'),(12,1,'vtiger_potential:related_to:related_to:Potentials_Related_To:V'),(12,2,'vtiger_potential:amount:amount:Potentials_Amount:N'),(12,3,'vtiger_potential:leadsource:leadsource:Potentials_Lead_Source:V'),(12,4,'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D'),(12,5,'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),(12,6,'vtiger_potential:contact_id:contact_id:Potentials_Contact_Name:V'),(13,1,'vtiger_troubletickets:title:ticket_title:HelpDesk_Title:V'),(13,2,'vtiger_troubletickets:parent_id:parent_id:HelpDesk_Related_To:V'),(13,3,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V'),(13,4,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V'),(13,5,'vtiger_crmentity:smownerid:assigned_user_id:HelpDesk_Assigned_To:V'),(13,6,'vtiger_troubletickets:contact_id:contact_id:HelpDesk_Contact_Name:V'),(14,0,'vtiger_troubletickets:title:ticket_title:HelpDesk_Title:V'),(14,1,'vtiger_troubletickets:parent_id:parent_id:HelpDesk_Related_To:I'),(14,2,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V'),(14,3,'vtiger_troubletickets:product_id:product_id:HelpDesk_Product_Name:I'),(14,4,'vtiger_crmentity:smownerid:assigned_user_id:HelpDesk_Assigned_To:V'),(14,5,'vtiger_troubletickets:contact_id:contact_id:HelpDesk_Contact_Name:V'),(15,0,'vtiger_troubletickets:title:ticket_title:HelpDesk_Title:V'),(15,1,'vtiger_troubletickets:parent_id:parent_id:HelpDesk_Related_To:I'),(15,2,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V'),(15,3,'vtiger_troubletickets:product_id:product_id:HelpDesk_Product_Name:I'),(15,4,'vtiger_crmentity:smownerid:assigned_user_id:HelpDesk_Assigned_To:V'),(15,5,'vtiger_troubletickets:contact_id:contact_id:HelpDesk_Contact_Name:V'),(16,1,'vtiger_quotes:subject:subject:Quotes_Subject:V'),(16,2,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V'),(16,3,'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:V'),(16,4,'vtiger_quotes:accountid:account_id:Quotes_Account_Name:V'),(16,5,'vtiger_quotes:total:hdnGrandTotal:Quotes_Total:N'),(16,6,'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),(17,0,'vtiger_quotes:subject:subject:Quotes_Subject:V'),(17,1,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V'),(17,2,'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:I'),(17,3,'vtiger_quotes:accountid:account_id:Quotes_Account_Name:I'),(17,4,'vtiger_quotes:validtill:validtill:Quotes_Valid_Till:D'),(17,5,'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),(18,0,'vtiger_quotes:subject:subject:Quotes_Subject:V'),(18,1,'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:I'),(18,2,'vtiger_quotes:accountid:account_id:Quotes_Account_Name:I'),(18,3,'vtiger_quotes:validtill:validtill:Quotes_Valid_Till:D'),(18,4,'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),(19,0,'vtiger_activity:status:taskstatus:Calendar_Status:V'),(19,1,'vtiger_activity:activitytype:activitytype:Calendar_Activity_Type:V'),(19,2,'vtiger_activity:subject:subject:Calendar_Subject:V'),(19,3,'vtiger_seactivityrel:crmid:parent_id:Calendar_Related_To:V'),(19,4,'vtiger_activity:date_start:date_start:Calendar_Start_Date_&_Time:DT'),(19,5,'vtiger_activity:due_date:due_date:Calendar_Due_Date:D'),(19,6,'vtiger_crmentity:smownerid:assigned_user_id:Calendar_Assigned_To:V'),(20,0,'vtiger_activity:subject:subject:Emails_Subject:V'),(20,1,'vtiger_emaildetails:to_email:saved_toid:Emails_To:V'),(20,2,'vtiger_activity:date_start:date_start:Emails_Date_&_Time_Sent:DT'),(21,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(21,2,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:V'),(21,3,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(21,4,'vtiger_invoice:total:hdnGrandTotal:Invoice_Total:N'),(21,5,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(22,1,'vtiger_notes:title:notes_title:Documents_Title:V'),(22,2,'vtiger_notes:filename:filename:Documents_File_Name:V'),(22,3,'vtiger_crmentity:modifiedtime:modifiedtime:Documents_Modified_Time:DT'),(22,4,'vtiger_crmentity:smownerid:assigned_user_id:Documents_Assigned_To:V'),(23,1,'vtiger_pricebook:bookname:bookname:PriceBooks_Price_Book_Name:V'),(23,2,'vtiger_pricebook:active:active:PriceBooks_Active:C'),(23,3,'vtiger_pricebook:currency_id:currency_id:PriceBooks_Currency:V'),(24,1,'vtiger_products:productname:productname:Products_Product_Name:V'),(24,2,'vtiger_products:productcode:productcode:Products_Part_Number:V'),(24,3,'vtiger_products:commissionrate:commissionrate:Products_Commission_Rate:N'),(24,4,'vtiger_products:qtyinstock:qtyinstock:Products_Qty_In_Stock:NN'),(24,5,'vtiger_products:qty_per_unit:qty_per_unit:Products_Qty/Unit:N'),(24,6,'vtiger_products:unit_price:unit_price:Products_Unit_Price:N'),(25,1,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(25,2,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:V'),(25,3,'vtiger_purchaseorder:tracking_no:tracking_no:PurchaseOrder_Tracking_Number:V'),(25,4,'vtiger_purchaseorder:total:hdnGrandTotal:PurchaseOrder_Total:N'),(25,5,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(26,1,'vtiger_salesorder:subject:subject:SalesOrder_Subject:V'),(26,2,'vtiger_salesorder:accountid:account_id:SalesOrder_Account_Name:V'),(26,3,'vtiger_salesorder:quoteid:quote_id:SalesOrder_Quote_Name:V'),(26,4,'vtiger_salesorder:total:hdnGrandTotal:SalesOrder_Total:N'),(26,5,'vtiger_crmentity:smownerid:assigned_user_id:SalesOrder_Assigned_To:V'),(27,1,'vtiger_vendor:vendorname:vendorname:Vendors_Vendor_Name:V'),(27,2,'vtiger_vendor:phone:phone:Vendors_Phone:V'),(27,3,'vtiger_vendor:email:email:Vendors_Email:V'),(27,4,'vtiger_vendor:category:category:Vendors_Category:V'),(27,5,'vtiger_crmentity:smownerid:assigned_user_id:Vendors_Assigned_To:V'),(28,1,'vtiger_faq:question:question:Faq_Question:V'),(28,2,'vtiger_faq:category:faqcategories:Faq_Category:V'),(28,3,'vtiger_faq:product_id:product_id:Faq_Product_Name:V'),(28,4,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(28,5,'vtiger_crmentity:modifiedtime:modifiedtime:Faq_Modified_Time:DT'),(29,1,'vtiger_campaign:campaignname:campaignname:Campaigns_Campaign_Name:V'),(29,2,'vtiger_campaign:campaigntype:campaigntype:Campaigns_Campaign_Type:V'),(29,3,'vtiger_campaign:campaignstatus:campaignstatus:Campaigns_Campaign_Status:V'),(29,4,'vtiger_campaign:expectedrevenue:expectedrevenue:Campaigns_Expected_Revenue:N'),(29,5,'vtiger_campaign:closingdate:closingdate:Campaigns_Expected_Close_Date:D'),(29,6,'vtiger_crmentity:smownerid:assigned_user_id:Campaigns_Assigned_To:V'),(30,0,'subject:subject:subject:Subject:V'),(30,1,'from:fromname:fromname:From:N'),(30,2,'to:tpname:toname:To:N'),(30,3,'body:body:body:Body:V'),(31,0,'vtiger_faq:question:question:Faq_Question:V'),(31,1,'vtiger_faq:status:faqstatus:Faq_Status:V'),(31,2,'vtiger_faq:product_id:product_id:Faq_Product_Name:I'),(31,3,'vtiger_faq:category:faqcategories:Faq_Category:V'),(31,4,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(32,0,'vtiger_faq:question:question:Faq_Question:V'),(32,1,'vtiger_faq:answer:faq_answer:Faq_Answer:V'),(32,2,'vtiger_faq:status:faqstatus:Faq_Status:V'),(32,3,'vtiger_faq:product_id:product_id:Faq_Product_Name:I'),(32,4,'vtiger_faq:category:faqcategories:Faq_Category:V'),(32,5,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(33,0,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(33,1,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V'),(33,2,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:I'),(33,3,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(33,4,'vtiger_purchaseorder:duedate:duedate:PurchaseOrder_Due_Date:V'),(34,0,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(34,1,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:I'),(34,2,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(34,3,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V'),(34,4,'vtiger_purchaseorder:carrier:carrier:PurchaseOrder_Carrier:V'),(34,5,'vtiger_poshipads:ship_street:ship_street:PurchaseOrder_Shipping_Address:V'),(35,0,'vtiger_invoice:invoice_no:invoice_no:Invoice_Invoice_No:V'),(35,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(35,2,'vtiger_invoice:accountid:account_id:Invoice_Account_Name:I'),(35,3,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:I'),(35,4,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(35,5,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(35,6,'vtiger_crmentity:createdtime:createdtime:Invoice_Created_Time:DT'),(36,0,'vtiger_invoice:invoice_no:invoice_no:Invoice_Invoice_No:V'),(36,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(36,2,'vtiger_invoice:accountid:account_id:Invoice_Account_Name:I'),(36,3,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:I'),(36,4,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(36,5,'vtiger_invoiceshipads:ship_street:ship_street:Invoice_Shipping_Address:V'),(36,6,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(37,0,'vtiger_salesorder:subject:subject:SalesOrder_Subject:V'),(37,1,'vtiger_salesorder:accountid:account_id:SalesOrder_Account_Name:I'),(37,2,'vtiger_salesorder:sostatus:sostatus:SalesOrder_Status:V'),(37,3,'vtiger_crmentity:smownerid:assigned_user_id:SalesOrder_Assigned_To:V'),(37,4,'vtiger_soshipads:ship_street:ship_street:SalesOrder_Shipping_Address:V'),(37,5,'vtiger_salesorder:carrier:carrier:SalesOrder_Carrier:V'),(38,1,'vtiger_servicecontracts:subject:subject:ServiceContracts_Subject:V'),(38,2,'vtiger_servicecontracts:sc_related_to:sc_related_to:ServiceContracts_Related_to:V'),(38,3,'vtiger_crmentity:smownerid:assigned_user_id:ServiceContracts_Assigned_To:V'),(38,4,'vtiger_servicecontracts:start_date:start_date:ServiceContracts_Start_Date:D'),(38,5,'vtiger_servicecontracts:due_date:due_date:ServiceContracts_Due_date:D'),(38,7,'vtiger_servicecontracts:progress:progress:ServiceContracts_Progress:N'),(38,8,'vtiger_servicecontracts:contract_status:contract_status:ServiceContracts_Status:V'),(39,1,'vtiger_service:servicename:servicename:Services_Service_Name:V'),(39,2,'vtiger_service:service_usageunit:service_usageunit:Services_Usage_Unit:V'),(39,3,'vtiger_service:unit_price:unit_price:Services_Price:N'),(39,4,'vtiger_service:qty_per_unit:qty_per_unit:Services_No_of_Units:N'),(39,5,'vtiger_service:servicecategory:servicecategory:Services_Service_Category:V'),(39,6,'vtiger_crmentity:smownerid:assigned_user_id:Services_Owner:I'),(40,0,'vtiger_pbxmanager:callstatus:callstatus:PBXManager_Call_Status:V'),(40,1,'vtiger_pbxmanager:customernumber:customernumber:PBXManager_Customer_Number:V'),(40,2,'vtiger_pbxmanager:customer:customer:PBXManager_Customer:V'),(40,3,'vtiger_pbxmanager:user:user:PBXManager_User:V'),(40,4,'vtiger_pbxmanager:recordingurl:recordingurl:PBXManager_Recording_URL:V'),(40,5,'vtiger_pbxmanager:totalduration:totalduration:PBXManager_Total_Duration:I'),(40,6,'vtiger_pbxmanager:starttime:starttime:PBXManager_Start_Time:DT'),(44,1,'vtiger_assets:assetname:assetname:Assets_Asset_Name:V'),(44,2,'vtiger_assets:account:account:Assets_Customer_Name:V'),(44,3,'vtiger_assets:product:product:Assets_Product_Name:V'),(45,0,'vtiger_smsnotifier:message:message:SMSNotifier_message:V'),(45,2,'vtiger_crmentity:smownerid:assigned_user_id:SMSNotifier_Assigned_To:V'),(45,3,'vtiger_crmentity:createdtime:createdtime:SMSNotifier_Created_Time:DT'),(45,4,'vtiger_crmentity:modifiedtime:modifiedtime:SMSNotifier_Modified_Time:DT'),(46,0,'vtiger_modcomments:commentcontent:commentcontent:ModComments_Comment:V'),(46,1,'vtiger_modcomments:related_to:related_to:ModComments_Related_To:V'),(46,2,'vtiger_crmentity:modifiedtime:modifiedtime:ModComments_Modified_Time:DT'),(46,3,'vtiger_crmentity:smownerid:assigned_user_id:ModComments_Assigned_To:V'),(47,0,'vtiger_projectmilestone:projectmilestonename:projectmilestonename:ProjectMilestone_Project_Milestone_Name:V'),(47,1,'vtiger_projectmilestone:projectmilestonedate:projectmilestonedate:ProjectMilestone_Milestone_Date:D'),(47,3,'vtiger_crmentity:description:description:ProjectMilestone_description:V'),(47,4,'vtiger_crmentity:createdtime:createdtime:ProjectMilestone_Created_Time:DT'),(47,5,'vtiger_crmentity:modifiedtime:modifiedtime:ProjectMilestone_Modified_Time:DT'),(48,2,'vtiger_projecttask:projecttaskname:projecttaskname:ProjectTask_Project_Task_Name:V'),(48,3,'vtiger_projecttask:projectid:projectid:ProjectTask_Related_to:V'),(48,4,'vtiger_projecttask:projecttaskpriority:projecttaskpriority:ProjectTask_Priority:V'),(48,5,'vtiger_projecttask:projecttaskprogress:projecttaskprogress:ProjectTask_Progress:V'),(48,6,'vtiger_projecttask:projecttaskhours:projecttaskhours:ProjectTask_Worked_Hours:V'),(48,7,'vtiger_projecttask:startdate:startdate:ProjectTask_Start_Date:D'),(48,8,'vtiger_projecttask:enddate:enddate:ProjectTask_End_Date:D'),(48,9,'vtiger_crmentity:smownerid:assigned_user_id:ProjectTask_Assigned_To:V'),(49,0,'vtiger_project:projectname:projectname:Project_Project_Name:V'),(49,1,'vtiger_project:linktoaccountscontacts:linktoaccountscontacts:Project_Related_to:V'),(49,2,'vtiger_project:startdate:startdate:Project_Start_Date:D'),(49,3,'vtiger_project:targetenddate:targetenddate:Project_Target_End_Date:D'),(49,4,'vtiger_project:actualenddate:actualenddate:Project_Actual_End_Date:D'),(49,5,'vtiger_project:targetbudget:targetbudget:Project_Target_Budget:V'),(49,6,'vtiger_project:progress:progress:Project_Progress:V'),(49,7,'vtiger_project:projectstatus:projectstatus:Project_Status:V'),(49,8,'vtiger_crmentity:smownerid:assigned_user_id:Project_Assigned_To:V'),(49,19,'vtiger_project:contactid:contactid:Project_Contact_Name:V'),(50,0,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(50,1,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(50,2,'vtiger_contactdetails:phone:phone:Contacts_Office_Phone:V'),(50,3,'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:V'),(50,4,'vtiger_contactdetails:title:title:Contacts_Title:V'),(50,5,'vtiger_contactdetails:email:email:Contacts_Email:V'),(50,6,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),(50,7,'vtiger_contactaddress:mailingcity:mailingcity:Contacts_Mailing_City:V'),(50,8,'vtiger_contactaddress:mailingcountry:mailingcountry:Contacts_Mailing_Country:V'),(51,0,'vtiger_payments:age_related_class:age_related_class:Payments_Related_Class:V'),(51,1,'vtiger_payments:contact_id:contact_id:Payments_Contact_Name:V'),(51,2,'vtiger_payments:amount:amount:Payments_Amount:N'),(51,3,'vtiger_payments:date_received:date_received:Payments_Date_Received:DT'),(51,4,'vtiger_payments:smownerid:assigned_user_id:Payments_Assigned_To:V'),(51,5,'vtiger_payments:conversion_rate:conversion_rate:Payments_Conversion_rate:V'),(51,6,'vtiger_crmentity:createdtime:createdtime:Payments_Created_Time:DT'),(51,7,'vtiger_crmentity:modifiedtime:modifiedtime:Payments_Modified_Time:DT'),(51,8,'vtiger_crmentity:source:source:Payments_Source:V'),(51,9,'vtiger_payments:actual_amount_received:actual_amount_received:Payments_Actual_Amt._Received:N'),(51,10,'vtiger_payments:bank_charges:bank_charges:Payments_Bank_Charges:N'),(51,11,'vtiger_payments:tax:tax:Payments_Tax:N'),(51,12,'vtiger_payments:payment_amount:payment_amount:Payments_Payment_Amount:N'),(51,13,'vtiger_payments:inr_receive:inr_receive:Payments_INR_Receiv.:V'),(51,14,'vtiger_payments:usd_receive:usd_receive:Payments_USD_Reciev.:V'),(51,15,'vtiger_payments:mode:mode:Payments_Mode:V'),(52,0,'vtiger_creditnote:name:name:CreditNote_Name:V'),(52,1,'vtiger_creditnote:contact_id:contact_id:CreditNote_Contact_Name:V'),(52,2,'vtiger_creditnote:cn_date:cn_date:CreditNote_CN_Date:V'),(52,3,'vtiger_creditnote:cn_status:cn_status:CreditNote_Status:V'),(52,4,'vtiger_creditnote:organization_name:organization_name:CreditNote_Organization_Name:V'),(52,5,'vtiger_creditnote:smownerid:assigned_user_id:CreditNote_Assigned_To:V'),(52,6,'vtiger_creditnote:cn_number:cn_number:CreditNote_CN_Number:V'),(52,7,'vtiger_creditnote:applied_credits_1:applied_credits_1:CreditNote_Applied_Credits_1:V'),(52,8,'vtiger_crmentity:createdtime:createdtime:CreditNote_Created_Time:DT'),(52,9,'vtiger_crmentity:modifiedtime:modifiedtime:CreditNote_Modified_Time:DT'),(52,10,'vtiger_crmentity:source:source:CreditNote_Source:V'),(53,0,'vtiger_businessentity:business_entity_name:business_entity_name:BusinessEntity_Business_Entity_Name:V'),(53,1,'vtiger_businessentity:assigned_user_id:assigned_user_id:BusinessEntity_Assigned_To:V'),(53,2,'vtiger_crmentity:source:source:BusinessEntity_Source:V'),(53,3,'vtiger_crmentity:createdtime:createdtime:BusinessEntity_Created_Time:DT'),(53,4,'vtiger_crmentity:modifiedtime:modifiedtime:BusinessEntity_Modified_Time:DT'),(54,0,'vtiger_bank:bank_name:bank_name:Bank_Bank_Name:V'),(54,1,'vtiger_bank:assigned_user_id:assigned_user_id:Bank_Assigned_To:V'),(54,2,'vtiger_bank:age_related_class_be:age_related_class_be:Bank_BusinessEntity:V'),(54,3,'vtiger_bank:bank_address:bank_address:Bank_Bank_Addres:V'),(54,4,'vtiger_bank:ifsc_code:ifsc_code:Bank_IFSC_Code:V'),(54,5,'vtiger_bank:account_number:account_number:Bank_Account_Number:V'),(54,6,'vtiger_bank:swift_code:swift_code:Bank_Swift_code:V'),(54,7,'vtiger_bank:state:state:Bank_State:V'),(54,8,'vtiger_bank:age_related_class:age_related_class:Bank_Payments:V'),(54,9,'vtiger_crmentity:createdtime:createdtime:Bank_Created_Time:DT'),(54,10,'vtiger_crmentity:modifiedtime:modifiedtime:Bank_Modified_Time:DT');
/*!40000 ALTER TABLE `vtiger_cvcolumnlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cvstdfilter`
--
DROP TABLE IF EXISTS `vtiger_cvstdfilter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvstdfilter` (
`cvid` int(11) NOT NULL,
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`stdfilter` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`startdate` date DEFAULT NULL,
`enddate` date DEFAULT NULL,
KEY `cvstdfilter_cvid_idx` (`cvid`),
CONSTRAINT `fk_1_vtiger_cvstdfilter` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cvstdfilter`
--
LOCK TABLES `vtiger_cvstdfilter` WRITE;
/*!40000 ALTER TABLE `vtiger_cvstdfilter` DISABLE KEYS */;
INSERT INTO `vtiger_cvstdfilter` VALUES (3,'vtiger_crmentity:modifiedtime:modifiedtime:Leads_Modified_Time','thismonth','2005-06-01','2005-06-30'),(6,'vtiger_crmentity:createdtime:createdtime:Accounts_Created_Time','thisweek','2005-06-19','2005-06-25'),(9,'vtiger_contactsubdetails:birthday:birthday:Contacts_Birthdate','today','2005-06-25','2005-06-25');
/*!40000 ALTER TABLE `vtiger_cvstdfilter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_dashboard_tabs`
--
DROP TABLE IF EXISTS `vtiger_dashboard_tabs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dashboard_tabs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tabname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`isdefault` int(11) DEFAULT '0',
`sequence` int(11) DEFAULT '2',
`appname` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`modulename` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `tabname` (`tabname`,`userid`),
KEY `vtiger_dashboard_tabs_ibfk_1` (`userid`),
CONSTRAINT `vtiger_dashboard_tabs_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_dashboard_tabs`
--
LOCK TABLES `vtiger_dashboard_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_dashboard_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_dashboard_tabs` VALUES (2,'My Dashboard',1,1,'','',1),(3,'My Dashboard',1,1,'','',5),(4,'My Dashboard',1,1,'','',6),(5,'My Dashboard',1,1,'','',7),(6,'My Dashboard',1,1,'','',8),(7,'My Dashboard',1,1,'','',9);
/*!40000 ALTER TABLE `vtiger_dashboard_tabs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_grp2grp`
--
DROP TABLE IF EXISTS `vtiger_datashare_grp2grp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_grp2grp` (
`shareid` int(11) NOT NULL,
`share_groupid` int(11) DEFAULT NULL,
`to_groupid` int(11) DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_grp2grp_share_groupid_idx` (`share_groupid`),
KEY `datashare_grp2grp_to_groupid_idx` (`to_groupid`),
CONSTRAINT `fk_3_vtiger_datashare_grp2grp` FOREIGN KEY (`to_groupid`) REFERENCES `vtiger_groups` (`groupid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_grp2grp`
--
LOCK TABLES `vtiger_datashare_grp2grp` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_grp2grp` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_grp2grp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_grp2role`
--
DROP TABLE IF EXISTS `vtiger_datashare_grp2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_grp2role` (
`shareid` int(11) NOT NULL,
`share_groupid` int(11) DEFAULT NULL,
`to_roleid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `idx_datashare_grp2role_share_groupid` (`share_groupid`),
KEY `idx_datashare_grp2role_to_roleid` (`to_roleid`),
CONSTRAINT `fk_3_vtiger_datashare_grp2role` FOREIGN KEY (`to_roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_grp2role`
--
LOCK TABLES `vtiger_datashare_grp2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_grp2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_grp2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_grp2rs`
--
DROP TABLE IF EXISTS `vtiger_datashare_grp2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_grp2rs` (
`shareid` int(11) NOT NULL,
`share_groupid` int(11) DEFAULT NULL,
`to_roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_grp2rs_share_groupid_idx` (`share_groupid`),
KEY `datashare_grp2rs_to_roleandsubid_idx` (`to_roleandsubid`),
CONSTRAINT `fk_3_vtiger_datashare_grp2rs` FOREIGN KEY (`to_roleandsubid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_grp2rs`
--
LOCK TABLES `vtiger_datashare_grp2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_grp2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_grp2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_module_rel`
--
DROP TABLE IF EXISTS `vtiger_datashare_module_rel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_module_rel` (
`shareid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`relationtype` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `idx_datashare_module_rel_tabid` (`tabid`),
CONSTRAINT `fk_1_vtiger_datashare_module_rel` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_module_rel`
--
LOCK TABLES `vtiger_datashare_module_rel` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_relatedmodule_permission`
--
DROP TABLE IF EXISTS `vtiger_datashare_relatedmodule_permission`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_relatedmodule_permission` (
`shareid` int(11) NOT NULL,
`datashare_relatedmodule_id` int(11) NOT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`,`datashare_relatedmodule_id`),
KEY `datashare_relatedmodule_permission_shareid_permissions_idx` (`shareid`,`permission`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_relatedmodule_permission`
--
LOCK TABLES `vtiger_datashare_relatedmodule_permission` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodule_permission` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodule_permission` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_relatedmodules`
--
DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_relatedmodules` (
`datashare_relatedmodule_id` int(11) NOT NULL,
`tabid` int(11) DEFAULT NULL,
`relatedto_tabid` int(11) DEFAULT NULL,
PRIMARY KEY (`datashare_relatedmodule_id`),
KEY `datashare_relatedmodules_tabid_idx` (`tabid`),
KEY `datashare_relatedmodules_relatedto_tabid_idx` (`relatedto_tabid`),
CONSTRAINT `fk_2_vtiger_datashare_relatedmodules` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_relatedmodules`
--
LOCK TABLES `vtiger_datashare_relatedmodules` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_relatedmodules` VALUES (1,6,2),(2,6,13),(3,6,20),(4,6,22),(5,6,23),(6,2,20),(7,2,22),(8,20,22),(9,22,23);
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_relatedmodules_seq`
--
DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_relatedmodules_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_relatedmodules_seq`
--
LOCK TABLES `vtiger_datashare_relatedmodules_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules_seq` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_relatedmodules_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_role2group`
--
DROP TABLE IF EXISTS `vtiger_datashare_role2group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_role2group` (
`shareid` int(11) NOT NULL,
`share_roleid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_groupid` int(11) DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `idx_datashare_role2group_share_roleid` (`share_roleid`),
KEY `idx_datashare_role2group_to_groupid` (`to_groupid`),
CONSTRAINT `fk_3_vtiger_datashare_role2group` FOREIGN KEY (`share_roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_role2group`
--
LOCK TABLES `vtiger_datashare_role2group` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2group` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_role2group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_role2role`
--
DROP TABLE IF EXISTS `vtiger_datashare_role2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_role2role` (
`shareid` int(11) NOT NULL,
`share_roleid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_roleid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_role2role_share_roleid_idx` (`share_roleid`),
KEY `datashare_role2role_to_roleid_idx` (`to_roleid`),
CONSTRAINT `fk_3_vtiger_datashare_role2role` FOREIGN KEY (`to_roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_role2role`
--
LOCK TABLES `vtiger_datashare_role2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_role2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_role2rs`
--
DROP TABLE IF EXISTS `vtiger_datashare_role2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_role2rs` (
`shareid` int(11) NOT NULL,
`share_roleid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_role2s_share_roleid_idx` (`share_roleid`),
KEY `datashare_role2s_to_roleandsubid_idx` (`to_roleandsubid`),
CONSTRAINT `fk_3_vtiger_datashare_role2rs` FOREIGN KEY (`to_roleandsubid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_role2rs`
--
LOCK TABLES `vtiger_datashare_role2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_role2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_rs2grp`
--
DROP TABLE IF EXISTS `vtiger_datashare_rs2grp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_rs2grp` (
`shareid` int(11) NOT NULL,
`share_roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_groupid` int(11) DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_rs2grp_share_roleandsubid_idx` (`share_roleandsubid`),
KEY `datashare_rs2grp_to_groupid_idx` (`to_groupid`),
CONSTRAINT `fk_3_vtiger_datashare_rs2grp` FOREIGN KEY (`share_roleandsubid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_rs2grp`
--
LOCK TABLES `vtiger_datashare_rs2grp` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_rs2grp` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_rs2grp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_rs2role`
--
DROP TABLE IF EXISTS `vtiger_datashare_rs2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_rs2role` (
`shareid` int(11) NOT NULL,
`share_roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_roleid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_rs2role_share_roleandsubid_idx` (`share_roleandsubid`),
KEY `datashare_rs2role_to_roleid_idx` (`to_roleid`),
CONSTRAINT `fk_3_vtiger_datashare_rs2role` FOREIGN KEY (`to_roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_rs2role`
--
LOCK TABLES `vtiger_datashare_rs2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_rs2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_rs2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_rs2rs`
--
DROP TABLE IF EXISTS `vtiger_datashare_rs2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_rs2rs` (
`shareid` int(11) NOT NULL,
`share_roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`to_roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`shareid`),
KEY `datashare_rs2rs_share_roleandsubid_idx` (`share_roleandsubid`),
KEY `idx_datashare_rs2rs_to_roleandsubid_idx` (`to_roleandsubid`),
CONSTRAINT `fk_3_vtiger_datashare_rs2rs` FOREIGN KEY (`to_roleandsubid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_rs2rs`
--
LOCK TABLES `vtiger_datashare_rs2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_rs2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_datashare_rs2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_date_format`
--
DROP TABLE IF EXISTS `vtiger_date_format`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_date_format` (
`date_formatid` int(11) NOT NULL AUTO_INCREMENT,
`date_format` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`date_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_date_format`
--
LOCK TABLES `vtiger_date_format` WRITE;
/*!40000 ALTER TABLE `vtiger_date_format` DISABLE KEYS */;
INSERT INTO `vtiger_date_format` VALUES (1,'dd-mm-yyyy',0,1),(2,'mm-dd-yyyy',1,1),(3,'yyyy-mm-dd',2,1),(4,'dd.mm.yyyy',3,1),(5,'dd/mm/yyyy',4,1);
/*!40000 ALTER TABLE `vtiger_date_format` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_date_format_seq`
--
DROP TABLE IF EXISTS `vtiger_date_format_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_date_format_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_date_format_seq`
--
LOCK TABLES `vtiger_date_format_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_date_format_seq` DISABLE KEYS */;
INSERT INTO `vtiger_date_format_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_date_format_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_dayoftheweek`
--
DROP TABLE IF EXISTS `vtiger_dayoftheweek`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dayoftheweek` (
`dayoftheweekid` int(11) NOT NULL AUTO_INCREMENT,
`dayoftheweek` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`dayoftheweekid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_dayoftheweek`
--
LOCK TABLES `vtiger_dayoftheweek` WRITE;
/*!40000 ALTER TABLE `vtiger_dayoftheweek` DISABLE KEYS */;
INSERT INTO `vtiger_dayoftheweek` VALUES (1,'Sunday',0,1),(2,'Monday',1,1),(3,'Tuesday',2,1),(4,'Wednesday',3,1),(5,'Thursday',4,1),(6,'Friday',5,1),(7,'Saturday',6,1);
/*!40000 ALTER TABLE `vtiger_dayoftheweek` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_dayoftheweek_seq`
--
DROP TABLE IF EXISTS `vtiger_dayoftheweek_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dayoftheweek_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_dayoftheweek_seq`
--
LOCK TABLES `vtiger_dayoftheweek_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_dayoftheweek_seq` DISABLE KEYS */;
INSERT INTO `vtiger_dayoftheweek_seq` VALUES (7);
/*!40000 ALTER TABLE `vtiger_dayoftheweek_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_def_org_field`
--
DROP TABLE IF EXISTS `vtiger_def_org_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_def_org_field` (
`tabid` int(11) DEFAULT NULL,
`fieldid` int(11) NOT NULL,
`visible` int(11) DEFAULT NULL,
`readonly` int(11) DEFAULT NULL,
PRIMARY KEY (`fieldid`),
KEY `def_org_field_tabid_fieldid_idx` (`tabid`,`fieldid`),
KEY `def_org_field_tabid_idx` (`tabid`),
KEY `def_org_field_visible_fieldid_idx` (`visible`,`fieldid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_def_org_field`
--
LOCK TABLES `vtiger_def_org_field` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_field` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_field` VALUES (6,1,0,0),(6,2,0,0),(6,3,0,0),(6,4,0,0),(6,5,0,0),(6,6,0,0),(6,7,0,0),(6,8,0,0),(6,9,0,0),(6,10,0,0),(6,11,0,0),(6,12,0,0),(6,13,0,0),(6,14,0,0),(6,15,0,0),(6,16,0,0),(6,17,0,0),(6,18,0,0),(6,19,0,0),(6,20,0,0),(6,21,0,0),(6,22,0,0),(6,23,0,0),(6,24,0,0),(6,25,0,0),(6,26,0,0),(6,27,0,0),(6,28,0,0),(6,29,0,0),(6,30,0,0),(6,31,0,0),(6,32,0,0),(6,33,0,0),(6,34,0,0),(6,35,0,0),(6,36,0,0),(7,37,0,0),(7,38,0,0),(7,39,0,0),(7,40,0,0),(7,41,0,0),(7,42,0,0),(7,43,0,0),(7,44,0,0),(7,45,0,0),(7,46,0,0),(7,47,0,0),(7,48,0,0),(7,49,0,0),(7,50,0,0),(7,51,0,0),(7,52,0,0),(7,53,0,0),(7,54,0,0),(7,55,0,0),(7,56,0,0),(7,57,0,0),(7,58,0,0),(7,59,0,0),(7,60,0,0),(7,61,0,0),(7,62,0,0),(7,63,0,0),(7,64,0,0),(7,65,0,0),(4,66,0,0),(4,67,0,0),(4,68,0,0),(4,69,0,0),(4,70,0,0),(4,71,0,0),(4,72,0,0),(4,73,0,0),(4,74,0,0),(4,75,0,0),(4,76,0,0),(4,77,0,0),(4,78,0,0),(4,79,0,0),(4,80,0,0),(4,81,0,0),(4,82,0,0),(4,83,0,0),(4,84,0,0),(4,85,0,0),(4,86,0,0),(4,87,0,0),(4,88,0,0),(4,89,0,0),(4,90,0,0),(4,91,0,0),(4,92,0,0),(4,93,0,0),(4,94,0,0),(4,95,0,0),(4,96,0,0),(4,97,0,0),(4,98,0,0),(4,99,0,0),(4,100,0,0),(4,101,0,0),(4,102,0,0),(4,103,0,0),(4,104,0,0),(4,105,0,0),(4,106,0,0),(4,107,0,0),(4,108,0,0),(4,109,0,0),(2,110,0,0),(2,111,0,0),(2,112,0,0),(2,113,0,0),(2,114,0,0),(2,115,0,0),(2,116,0,0),(2,117,0,0),(2,118,0,0),(2,119,0,0),(2,120,0,0),(2,121,0,0),(2,122,0,0),(2,123,0,0),(2,124,0,0),(2,125,0,0),(26,126,0,0),(26,127,0,0),(26,128,0,0),(26,129,0,0),(26,130,0,0),(26,131,0,0),(26,132,0,0),(26,133,0,0),(26,134,0,0),(26,135,0,0),(26,136,0,0),(26,137,0,0),(26,138,0,0),(26,139,0,0),(26,140,0,0),(26,141,0,0),(26,142,0,0),(26,143,0,0),(26,144,0,0),(26,145,0,0),(26,146,0,0),(26,147,0,0),(26,148,0,0),(26,149,0,0),(26,150,0,0),(4,151,0,0),(6,152,0,0),(7,153,0,0),(26,154,0,0),(13,155,0,0),(13,156,0,0),(13,157,0,0),(13,158,0,0),(13,159,0,0),(13,160,0,0),(13,161,0,0),(13,162,0,0),(13,163,0,0),(13,164,0,0),(13,165,0,0),(13,166,0,0),(13,167,0,0),(13,168,0,0),(13,169,0,0),(13,170,0,0),(13,171,0,0),(13,172,0,0),(13,173,0,0),(14,174,0,0),(14,175,0,0),(14,176,0,0),(14,177,0,0),(14,178,0,0),(14,179,0,0),(14,180,0,0),(14,181,0,0),(14,182,0,0),(14,183,0,0),(14,184,0,0),(14,185,0,0),(14,186,0,0),(14,187,0,0),(14,188,0,0),(14,189,0,0),(14,190,0,0),(14,191,0,0),(14,192,0,0),(14,193,0,0),(14,194,0,0),(14,195,0,0),(14,196,0,0),(14,197,0,0),(14,198,0,0),(14,199,0,0),(14,200,0,0),(14,201,0,0),(14,202,0,0),(14,203,0,0),(14,204,0,0),(8,205,0,0),(8,206,0,0),(8,207,0,0),(8,208,0,0),(8,209,0,0),(8,210,0,0),(8,211,0,0),(8,212,0,0),(8,213,0,0),(8,214,0,0),(8,215,0,0),(8,216,0,0),(8,217,0,0),(8,218,0,0),(8,219,0,0),(10,220,0,0),(10,221,0,0),(10,222,0,0),(10,223,0,0),(10,224,0,0),(10,225,0,0),(10,226,0,0),(10,227,0,0),(10,228,0,0),(10,229,0,0),(10,230,0,0),(10,231,0,0),(9,232,0,0),(9,233,0,0),(9,234,0,0),(9,235,0,0),(9,236,0,0),(9,237,0,0),(9,238,0,0),(9,239,0,0),(9,240,0,0),(9,241,0,0),(9,242,0,0),(9,243,0,0),(9,244,0,0),(9,245,0,0),(9,246,0,0),(9,247,0,0),(9,248,0,0),(9,249,0,0),(9,250,0,0),(9,251,0,0),(9,252,0,0),(9,253,0,0),(9,254,0,0),(9,255,0,0),(16,256,0,0),(16,257,0,0),(16,258,0,0),(16,259,0,0),(16,260,0,0),(16,261,0,0),(16,262,0,0),(16,263,0,0),(16,264,0,0),(16,265,0,0),(16,266,0,0),(16,267,0,0),(16,268,0,0),(16,269,0,0),(16,270,0,0),(16,271,0,0),(16,272,0,0),(16,273,0,0),(16,274,0,0),(16,275,0,0),(16,276,0,0),(16,277,0,0),(16,278,0,0),(15,279,0,0),(15,280,0,0),(15,281,0,0),(15,282,0,0),(15,283,0,0),(15,284,0,0),(15,285,0,0),(15,286,0,0),(15,287,0,0),(15,288,0,0),(18,289,0,0),(18,290,0,0),(18,291,0,0),(18,292,0,0),(18,293,0,0),(18,294,0,0),(18,295,0,0),(18,296,0,0),(18,297,0,0),(18,298,0,0),(18,299,0,0),(18,300,0,0),(18,301,0,0),(18,302,0,0),(18,303,0,0),(18,304,0,0),(18,305,0,0),(19,306,0,0),(19,307,0,0),(19,308,0,0),(19,309,0,0),(19,310,0,0),(19,311,0,0),(19,312,0,0),(19,313,0,0),(20,314,0,0),(20,315,0,0),(20,316,0,0),(20,317,0,0),(20,318,0,0),(20,319,0,0),(20,320,0,0),(20,321,0,0),(20,322,0,0),(20,323,0,0),(20,324,0,0),(20,325,0,0),(20,326,0,0),(20,327,0,0),(20,328,0,0),(20,329,0,0),(20,330,0,0),(20,331,0,0),(20,332,0,0),(20,333,0,0),(20,334,0,0),(20,335,0,0),(20,336,0,0),(20,337,0,0),(20,338,0,0),(20,339,0,0),(20,340,0,0),(20,341,0,0),(20,342,0,0),(20,343,0,0),(20,344,0,0),(20,345,0,0),(20,346,0,0),(20,347,0,0),(20,348,0,0),(20,349,0,0),(20,350,0,0),(21,351,0,0),(21,352,0,0),(21,353,0,0),(21,354,0,0),(21,355,0,0),(21,356,0,0),(21,357,0,0),(21,358,0,0),(21,359,0,0),(21,360,0,0),(21,361,0,0),(21,362,0,0),(21,363,0,0),(21,364,0,0),(21,365,0,0),(21,366,0,0),(21,367,0,0),(21,368,0,0),(21,369,0,0),(21,370,0,0),(21,371,0,0),(21,372,0,0),(21,373,0,0),(21,374,0,0),(21,375,0,0),(21,376,0,0),(21,377,0,0),(21,378,0,0),(21,379,0,0),(21,380,0,0),(21,381,0,0),(21,382,0,0),(21,383,0,0),(21,384,0,0),(21,385,0,0),(21,386,0,0),(21,387,0,0),(21,388,0,0),(22,389,0,0),(22,390,0,0),(22,391,0,0),(22,392,0,0),(22,393,0,0),(22,394,0,0),(22,395,0,0),(22,396,0,0),(22,397,0,0),(22,398,0,0),(22,399,0,0),(22,400,0,0),(22,401,0,0),(22,402,0,0),(22,403,0,0),(22,404,0,0),(22,405,0,0),(22,406,0,0),(22,407,0,0),(22,408,0,0),(22,409,0,0),(22,410,0,0),(22,411,0,0),(22,412,0,0),(22,413,0,0),(22,414,0,0),(22,415,0,0),(22,416,0,0),(22,417,0,0),(22,418,0,0),(22,419,0,0),(22,420,0,0),(22,421,0,0),(22,422,0,0),(22,423,0,0),(22,424,0,0),(22,425,0,0),(22,426,0,0),(22,427,0,0),(22,428,0,0),(22,429,0,0),(22,430,0,0),(22,431,0,0),(22,432,0,0),(22,433,0,0),(22,434,0,0),(22,435,0,0),(23,436,0,0),(23,437,0,0),(23,438,0,0),(23,439,0,0),(23,440,0,0),(23,441,0,0),(23,442,0,0),(23,443,0,0),(23,444,0,0),(23,445,0,0),(23,446,0,0),(23,447,0,0),(23,448,0,0),(23,449,0,0),(23,450,0,0),(23,451,0,0),(23,452,0,0),(23,453,0,0),(23,454,0,0),(23,455,0,0),(23,456,0,0),(23,457,0,0),(23,458,0,0),(23,459,0,0),(23,460,0,0),(23,461,0,0),(23,462,0,0),(23,463,0,0),(23,464,0,0),(23,465,0,0),(23,466,0,0),(23,467,0,0),(23,468,0,0),(23,469,0,0),(23,470,0,0),(23,471,0,0),(23,472,0,0),(23,473,0,0),(23,474,0,0),(10,520,0,0),(10,521,0,0),(10,522,0,0),(10,523,0,0),(10,524,0,0),(10,525,0,0),(31,526,0,0),(31,527,0,0),(31,528,0,0),(31,529,0,0),(31,530,0,0),(31,531,0,0),(31,532,0,0),(31,533,0,0),(31,534,0,0),(31,535,0,0),(31,536,0,0),(31,537,0,0),(31,538,0,0),(31,539,0,0),(31,540,0,0),(31,541,0,0),(31,542,0,0),(31,543,0,0),(31,544,0,0),(31,545,0,0),(31,546,0,0),(31,547,0,0),(36,548,0,0),(36,549,0,0),(36,550,0,0),(36,551,0,0),(36,552,0,0),(36,553,0,0),(36,554,0,0),(36,555,0,0),(36,556,0,0),(36,557,0,0),(36,558,0,0),(36,559,0,0),(36,560,0,0),(36,561,0,0),(36,562,0,0),(36,563,0,0),(36,564,0,0),(36,565,0,0),(36,566,0,0),(36,567,0,0),(36,568,0,0),(36,569,0,0),(37,570,0,0),(37,571,0,0),(37,572,0,0),(37,573,0,0),(37,574,0,0),(37,575,0,0),(37,576,0,0),(37,577,0,0),(37,578,0,0),(37,579,0,0),(37,580,0,0),(37,581,0,0),(37,582,0,0),(37,583,0,0),(37,584,0,0),(37,585,0,0),(37,586,0,0),(29,587,0,0),(39,588,0,0),(39,589,0,0),(39,590,0,0),(39,591,0,0),(39,592,0,0),(39,593,0,0),(39,594,0,0),(39,595,0,0),(39,596,0,0),(39,597,0,0),(39,598,0,0),(39,599,0,0),(39,600,0,0),(40,601,0,0),(40,602,0,0),(40,603,0,0),(40,604,0,0),(40,605,0,0),(40,606,0,0),(40,607,0,0),(40,608,0,0),(40,609,0,0),(40,610,0,0),(40,611,0,0),(40,612,0,0),(40,613,0,0),(40,614,0,0),(40,615,0,0),(40,616,0,0),(40,617,0,0),(40,618,0,0),(41,619,0,0),(41,620,0,0),(41,621,0,0),(41,622,0,0),(41,623,0,0),(41,624,0,0),(41,625,0,0),(41,626,0,0),(41,627,0,0),(41,628,0,0),(41,629,0,0),(41,630,0,0),(41,631,0,0),(41,632,0,0),(41,633,0,0),(41,634,0,0),(41,635,0,0),(41,636,0,0),(41,637,0,0),(41,638,0,0),(43,639,0,0),(43,640,0,0),(43,641,0,0),(43,642,0,0),(43,643,0,0),(43,644,0,0),(43,645,0,0),(43,646,0,0),(43,647,0,0),(43,648,0,0),(43,649,0,0),(43,650,0,0),(43,651,0,0),(43,652,0,0),(43,653,0,0),(43,654,0,0),(43,655,0,0),(43,656,0,0),(43,657,0,0),(43,658,0,0),(43,659,0,0),(46,660,0,0),(46,661,0,0),(46,662,0,0),(46,663,0,0),(46,664,0,0),(46,665,0,0),(48,666,0,0),(48,667,0,0),(48,668,0,0),(48,669,0,0),(48,670,0,0),(48,671,0,0),(48,672,0,0),(48,673,0,0),(2,674,0,0),(29,675,0,0),(23,676,0,0),(23,677,0,0),(23,678,0,0),(23,679,0,0),(23,680,0,0),(23,681,0,0),(23,682,0,0),(23,683,0,0),(23,684,0,0),(22,685,0,0),(22,686,0,0),(22,687,0,0),(22,688,0,0),(22,689,0,0),(22,690,0,0),(22,691,0,0),(22,692,0,0),(22,693,0,0),(21,694,0,0),(21,695,0,0),(21,696,0,0),(21,697,0,0),(21,698,0,0),(21,699,0,0),(21,700,0,0),(21,701,0,0),(21,702,0,0),(20,703,0,0),(20,704,0,0),(20,705,0,0),(20,706,0,0),(20,707,0,0),(20,708,0,0),(20,709,0,0),(20,710,0,0),(20,711,0,0),(29,712,0,0),(40,713,0,0),(48,714,0,0),(29,715,0,0),(29,716,0,0),(29,717,0,0),(23,718,0,0),(22,719,0,0),(21,720,0,0),(20,721,0,0),(29,722,0,0),(6,723,0,0),(4,724,0,0),(2,725,0,0),(29,726,0,0),(23,727,0,0),(23,728,0,0),(21,729,0,0),(21,730,0,0),(18,731,0,0),(7,732,0,0),(48,733,0,0),(48,734,0,0),(23,735,0,0),(20,736,0,0),(21,737,0,0),(22,738,0,0),(29,739,0,0),(2,740,0,0),(13,741,0,0),(29,742,0,0),(29,743,0,0),(29,744,0,0),(29,745,0,0),(14,772,0,0),(36,773,0,0),(23,774,0,0),(29,775,0,0),(23,776,0,0),(23,777,0,0),(23,778,0,0),(20,779,0,0),(20,780,0,0),(20,781,0,0),(21,782,0,0),(22,783,0,0),(22,784,0,0),(22,785,0,0),(48,786,0,0),(48,787,0,0),(48,788,0,0),(2,789,0,0),(4,790,0,0),(6,791,0,0),(7,792,0,0),(8,793,0,0),(9,794,0,0),(10,795,0,0),(13,796,0,0),(14,797,0,0),(15,798,0,0),(16,799,0,0),(18,800,0,0),(19,801,0,0),(20,802,0,0),(21,803,0,0),(22,804,0,0),(23,805,0,0),(26,806,0,0),(10,807,0,0),(2,808,0,0),(4,809,0,0),(6,810,0,0),(7,811,0,0),(8,812,0,0),(9,813,0,0),(10,814,0,0),(13,815,0,0),(14,816,0,0),(15,817,0,0),(16,818,0,0),(18,819,0,0),(19,820,0,0),(20,821,0,0),(21,822,0,0),(22,823,0,0),(23,824,0,0),(26,825,0,0),(2,826,0,0),(4,827,0,0),(6,828,0,0),(7,829,0,0),(8,830,0,0),(9,831,0,0),(10,832,0,0),(13,833,0,0),(14,834,0,0),(15,835,0,0),(16,836,0,0),(18,837,0,0),(19,838,0,0),(20,839,0,0),(21,840,0,0),(22,841,0,0),(23,842,0,0),(26,843,0,0),(20,844,0,0),(21,845,0,0),(22,846,0,0),(23,847,0,0),(41,848,0,0),(41,849,0,0),(29,850,0,0),(22,851,0,0),(29,852,0,0),(6,853,0,0),(6,854,0,0),(6,855,0,0),(6,856,0,0),(6,857,0,0),(6,858,0,0),(6,859,0,0),(6,860,0,0),(6,861,0,0),(6,862,0,0),(6,863,0,0),(6,864,0,0),(6,865,0,0),(6,866,0,0),(6,867,0,0),(6,868,0,0),(6,869,0,0),(6,870,0,0),(6,871,0,0),(6,872,0,0),(6,873,0,0),(6,874,0,0),(6,875,0,0),(0,876,0,0),(6,877,0,0),(4,878,0,0),(4,879,0,0),(4,880,0,0),(4,881,0,0),(4,882,0,0),(4,883,0,0),(0,884,0,0),(0,885,0,0),(0,886,0,0),(0,887,0,0),(0,888,0,0),(0,889,0,0),(0,890,0,0),(0,891,0,0),(0,892,0,0),(0,893,0,0),(0,894,0,0),(0,895,0,0),(0,896,0,0),(0,897,0,0),(0,898,0,0),(0,899,0,0),(0,900,0,0),(0,901,0,0),(0,902,0,0),(0,903,0,0),(0,904,0,0),(0,905,0,0),(0,906,0,0),(0,907,0,0),(0,908,0,0),(0,909,0,0),(0,910,0,0),(0,911,0,0),(0,912,0,0),(0,913,0,0),(0,914,0,0),(0,915,0,0),(4,916,0,0),(4,917,0,0),(4,918,0,0),(4,919,0,0),(22,920,0,0),(22,921,0,0),(22,922,0,0),(22,923,0,0),(22,924,0,0),(22,925,0,0),(22,926,0,0),(22,927,0,0),(22,928,0,0),(22,929,0,0),(22,930,0,0),(22,931,0,0),(22,932,0,0),(22,933,0,0),(22,934,0,0),(22,935,0,0),(22,936,0,0),(22,937,0,0),(22,938,0,0),(22,939,0,0),(22,940,0,0),(22,941,0,0),(22,942,0,0),(22,943,0,0),(22,944,0,0),(22,945,0,0),(22,946,0,0),(22,947,0,0),(22,948,0,0),(22,949,0,0),(22,950,0,0),(22,951,0,0),(22,952,0,0),(22,953,0,0),(23,954,0,0),(23,955,0,0),(23,956,0,0),(23,957,0,0),(23,958,0,0),(23,959,0,0),(23,960,0,0),(23,961,0,0),(23,962,0,0),(50,963,0,0),(50,964,0,0),(50,965,0,0),(50,966,0,0),(50,967,0,0),(50,968,0,0),(50,969,0,0),(50,970,0,0),(50,971,0,0),(50,972,0,0),(50,973,0,0),(50,974,0,0),(50,975,0,0),(50,976,0,0),(50,977,0,0),(50,978,0,0),(50,979,0,0),(50,980,0,0),(50,981,0,0),(50,982,0,0),(50,983,0,0),(50,984,0,0),(50,985,0,0),(50,986,0,0),(50,987,0,0),(50,988,0,0),(50,989,0,0),(50,990,0,0),(50,991,0,0),(50,992,0,0),(50,993,0,0),(50,994,0,0),(50,995,0,0),(50,996,0,0),(50,997,0,0),(50,998,0,0),(50,999,0,0),(50,1000,0,0),(50,1001,0,0),(50,1002,0,0),(50,1003,0,0),(50,1004,0,0),(50,1005,0,0),(50,1006,0,0),(50,1007,0,0),(50,1008,0,0),(50,1009,0,0),(50,1010,0,0),(51,1011,0,0),(51,1012,0,0),(51,1013,0,0),(51,1014,0,0),(51,1015,0,0),(51,1016,0,0),(51,1017,0,0),(51,1018,0,0),(51,1019,0,0),(51,1020,0,0),(51,1021,0,0),(51,1022,0,0),(51,1023,0,0),(51,1024,0,0),(2,1025,0,0),(2,1026,0,0),(2,1027,0,0),(2,1028,0,0),(2,1029,0,0),(2,1030,0,0),(2,1031,0,0),(2,1032,0,0),(2,1033,0,0),(2,1034,0,0),(2,1035,0,0),(2,1036,0,0),(2,1037,0,0),(2,1038,0,0),(2,1039,0,0),(2,1040,0,0),(2,1041,0,0),(2,1042,0,0),(2,1043,0,0),(2,1044,0,0),(2,1045,0,0),(2,1046,0,0),(2,1047,0,0),(2,1048,0,0),(2,1049,0,0),(2,1050,0,0),(2,1051,0,0),(2,1052,0,0),(2,1053,0,0),(2,1054,0,0),(2,1055,0,0),(51,1056,0,0),(51,1057,0,0),(51,1058,0,0),(51,1059,0,0),(51,1060,0,0),(51,1061,0,0),(51,1062,0,0),(51,1063,0,0),(51,1064,0,0),(51,1065,0,0),(51,1066,0,0),(51,1067,0,0),(51,1068,0,0),(51,1069,0,0),(51,1070,0,0),(51,1071,0,0),(51,1072,0,0),(51,1073,0,0),(51,1074,0,0),(51,1075,0,0),(51,1076,0,0),(51,1077,0,0),(51,1078,0,0),(51,1079,0,0),(51,1080,0,0),(55,1081,0,0),(55,1082,0,0),(55,1083,0,0),(55,1084,0,0),(55,1085,0,0),(55,1086,0,0),(55,1087,0,0),(55,1088,0,0),(55,1089,0,0),(55,1090,0,0),(55,1091,0,0),(55,1092,0,0),(55,1093,0,0),(55,1094,0,0),(55,1095,0,0),(55,1096,0,0),(2,1097,0,0),(22,1098,0,0),(23,1099,0,0),(23,1100,0,0),(20,1101,0,0),(21,1102,0,0),(22,1103,0,0),(2,1104,0,0),(51,1105,0,0),(56,1106,0,0),(56,1107,0,0),(56,1108,0,0),(56,1109,0,0),(56,1110,0,0),(56,1111,0,0),(56,1112,0,0),(56,1113,0,0),(56,1114,0,0),(56,1115,0,0),(56,1116,0,0),(56,1117,0,0),(56,1118,0,0),(56,1119,0,0),(23,1120,0,0),(22,1121,0,0),(36,1122,0,0),(2,1123,0,0),(4,1124,0,0),(6,1125,0,0),(55,1126,0,0),(56,1127,0,0),(22,1128,0,0),(23,1129,0,0),(50,1130,0,0),(51,1131,0,0),(36,1132,0,0),(2,1133,0,0),(4,1134,0,0),(6,1135,0,0),(14,1136,0,0),(14,1137,0,0),(36,1138,0,0),(22,1139,0,0),(22,1140,0,0),(23,1141,0,0),(50,1142,0,0),(51,1143,0,0),(55,1144,0,0),(56,1145,0,0);
/*!40000 ALTER TABLE `vtiger_def_org_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_def_org_share`
--
DROP TABLE IF EXISTS `vtiger_def_org_share`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_def_org_share` (
`ruleid` int(11) NOT NULL AUTO_INCREMENT,
`tabid` int(11) NOT NULL,
`permission` int(11) DEFAULT NULL,
`editstatus` int(11) DEFAULT NULL,
PRIMARY KEY (`ruleid`),
KEY `fk_1_vtiger_def_org_share` (`permission`),
CONSTRAINT `fk_1_vtiger_def_org_share` FOREIGN KEY (`permission`) REFERENCES `vtiger_org_share_action_mapping` (`share_action_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_def_org_share`
--
LOCK TABLES `vtiger_def_org_share` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_share` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_share` VALUES (1,2,2,0),(2,4,2,0),(3,6,2,0),(4,7,2,0),(5,9,3,1),(6,13,2,0),(7,16,3,2),(8,20,2,0),(9,21,2,0),(10,22,2,0),(11,23,2,0),(12,26,2,0),(13,8,2,0),(14,14,2,0),(15,31,2,0),(16,36,2,0),(17,37,3,0),(18,39,2,0),(19,40,2,0),(20,41,2,0),(21,43,2,0),(22,46,2,0),(23,48,2,0),(24,18,2,0),(25,10,2,0),(26,50,3,0);
/*!40000 ALTER TABLE `vtiger_def_org_share` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_def_org_share_seq`
--
DROP TABLE IF EXISTS `vtiger_def_org_share_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_def_org_share_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_def_org_share_seq`
--
LOCK TABLES `vtiger_def_org_share_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_share_seq` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_share_seq` VALUES (26);
/*!40000 ALTER TABLE `vtiger_def_org_share_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_default_record_view`
--
DROP TABLE IF EXISTS `vtiger_default_record_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_default_record_view` (
`default_record_viewid` int(11) NOT NULL AUTO_INCREMENT,
`default_record_view` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`default_record_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_default_record_view`
--
LOCK TABLES `vtiger_default_record_view` WRITE;
/*!40000 ALTER TABLE `vtiger_default_record_view` DISABLE KEYS */;
INSERT INTO `vtiger_default_record_view` VALUES (1,'Summary',0,1),(2,'Detail',1,1);
/*!40000 ALTER TABLE `vtiger_default_record_view` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_default_record_view_seq`
--
DROP TABLE IF EXISTS `vtiger_default_record_view_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_default_record_view_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_default_record_view_seq`
--
LOCK TABLES `vtiger_default_record_view_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_default_record_view_seq` DISABLE KEYS */;
INSERT INTO `vtiger_default_record_view_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_default_record_view_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultactivitytype`
--
DROP TABLE IF EXISTS `vtiger_defaultactivitytype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultactivitytype` (
`defaultactivitytypeid` int(11) NOT NULL AUTO_INCREMENT,
`defaultactivitytype` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
PRIMARY KEY (`defaultactivitytypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultactivitytype`
--
LOCK TABLES `vtiger_defaultactivitytype` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultactivitytype` DISABLE KEYS */;
INSERT INTO `vtiger_defaultactivitytype` VALUES (1,'Call',1,299,1),(2,'Meeting',1,300,2);
/*!40000 ALTER TABLE `vtiger_defaultactivitytype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultactivitytype_seq`
--
DROP TABLE IF EXISTS `vtiger_defaultactivitytype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultactivitytype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultactivitytype_seq`
--
LOCK TABLES `vtiger_defaultactivitytype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultactivitytype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_defaultactivitytype_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_defaultactivitytype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultcalendarview`
--
DROP TABLE IF EXISTS `vtiger_defaultcalendarview`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultcalendarview` (
`defaultcalendarviewid` int(11) NOT NULL AUTO_INCREMENT,
`defaultcalendarview` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`defaultcalendarviewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultcalendarview`
--
LOCK TABLES `vtiger_defaultcalendarview` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultcalendarview` DISABLE KEYS */;
INSERT INTO `vtiger_defaultcalendarview` VALUES (1,'ListView',0,1),(2,'MyCalendar',1,1),(3,'SharedCalendar',2,1);
/*!40000 ALTER TABLE `vtiger_defaultcalendarview` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultcalendarview_seq`
--
DROP TABLE IF EXISTS `vtiger_defaultcalendarview_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultcalendarview_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultcalendarview_seq`
--
LOCK TABLES `vtiger_defaultcalendarview_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultcalendarview_seq` DISABLE KEYS */;
INSERT INTO `vtiger_defaultcalendarview_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_defaultcalendarview_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultcv`
--
DROP TABLE IF EXISTS `vtiger_defaultcv`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultcv` (
`tabid` int(11) NOT NULL,
`defaultviewname` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`query` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`tabid`),
CONSTRAINT `fk_1_vtiger_defaultcv` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultcv`
--
LOCK TABLES `vtiger_defaultcv` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultcv` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_defaultcv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaulteventstatus`
--
DROP TABLE IF EXISTS `vtiger_defaulteventstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaulteventstatus` (
`defaulteventstatusid` int(11) NOT NULL AUTO_INCREMENT,
`defaulteventstatus` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
PRIMARY KEY (`defaulteventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaulteventstatus`
--
LOCK TABLES `vtiger_defaulteventstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_defaulteventstatus` DISABLE KEYS */;
INSERT INTO `vtiger_defaulteventstatus` VALUES (1,'Planned',1,296,1),(2,'Held',1,297,2),(3,'Not Held',1,298,3);
/*!40000 ALTER TABLE `vtiger_defaulteventstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaulteventstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_defaulteventstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaulteventstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaulteventstatus_seq`
--
LOCK TABLES `vtiger_defaulteventstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_defaulteventstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_defaulteventstatus_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_defaulteventstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultlandingpage`
--
DROP TABLE IF EXISTS `vtiger_defaultlandingpage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultlandingpage` (
`defaultlandingpageid` int(11) NOT NULL AUTO_INCREMENT,
`defaultlandingpage` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`defaultlandingpageid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultlandingpage`
--
LOCK TABLES `vtiger_defaultlandingpage` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultlandingpage` DISABLE KEYS */;
INSERT INTO `vtiger_defaultlandingpage` VALUES (1,'true',1,303,1,NULL),(2,'false',1,304,2,NULL);
/*!40000 ALTER TABLE `vtiger_defaultlandingpage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_defaultlandingpage_seq`
--
DROP TABLE IF EXISTS `vtiger_defaultlandingpage_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultlandingpage_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_defaultlandingpage_seq`
--
LOCK TABLES `vtiger_defaultlandingpage_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultlandingpage_seq` DISABLE KEYS */;
INSERT INTO `vtiger_defaultlandingpage_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_defaultlandingpage_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_duration_minutes`
--
DROP TABLE IF EXISTS `vtiger_duration_minutes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_duration_minutes` (
`minutesid` int(11) NOT NULL AUTO_INCREMENT,
`duration_minutes` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`minutesid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_duration_minutes`
--
LOCK TABLES `vtiger_duration_minutes` WRITE;
/*!40000 ALTER TABLE `vtiger_duration_minutes` DISABLE KEYS */;
INSERT INTO `vtiger_duration_minutes` VALUES (1,'00',0,1,NULL),(2,'15',1,1,NULL),(3,'30',2,1,NULL),(4,'45',3,1,NULL);
/*!40000 ALTER TABLE `vtiger_duration_minutes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_duration_minutes_seq`
--
DROP TABLE IF EXISTS `vtiger_duration_minutes_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_duration_minutes_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_duration_minutes_seq`
--
LOCK TABLES `vtiger_duration_minutes_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_duration_minutes_seq` DISABLE KEYS */;
INSERT INTO `vtiger_duration_minutes_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_duration_minutes_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_durationhrs`
--
DROP TABLE IF EXISTS `vtiger_durationhrs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_durationhrs` (
`hrsid` int(11) NOT NULL AUTO_INCREMENT,
`hrs` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`hrsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_durationhrs`
--
LOCK TABLES `vtiger_durationhrs` WRITE;
/*!40000 ALTER TABLE `vtiger_durationhrs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_durationhrs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_durationmins`
--
DROP TABLE IF EXISTS `vtiger_durationmins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_durationmins` (
`minsid` int(11) NOT NULL AUTO_INCREMENT,
`mins` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`minsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_durationmins`
--
LOCK TABLES `vtiger_durationmins` WRITE;
/*!40000 ALTER TABLE `vtiger_durationmins` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_durationmins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_email_access`
--
DROP TABLE IF EXISTS `vtiger_email_access`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_email_access` (
`crmid` int(11) DEFAULT NULL,
`mailid` int(11) DEFAULT NULL,
`accessdate` date DEFAULT NULL,
`accesstime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_email_access`
--
LOCK TABLES `vtiger_email_access` WRITE;
/*!40000 ALTER TABLE `vtiger_email_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_email_access` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_email_track`
--
DROP TABLE IF EXISTS `vtiger_email_track`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_email_track` (
`crmid` int(11) DEFAULT NULL,
`mailid` int(11) DEFAULT NULL,
`access_count` int(11) DEFAULT NULL,
`click_count` int(11) NOT NULL DEFAULT '0',
UNIQUE KEY `link_tabidtype_idx` (`crmid`,`mailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_email_track`
--
LOCK TABLES `vtiger_email_track` WRITE;
/*!40000 ALTER TABLE `vtiger_email_track` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_email_track` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emaildetails`
--
DROP TABLE IF EXISTS `vtiger_emaildetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emaildetails` (
`emailid` int(11) NOT NULL,
`from_email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_email` text COLLATE utf8mb4_unicode_ci NOT NULL,
`cc_email` text COLLATE utf8mb4_unicode_ci NOT NULL,
`bcc_email` text COLLATE utf8mb4_unicode_ci NOT NULL,
`assigned_user_email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`idlists` text COLLATE utf8mb4_unicode_ci NOT NULL,
`email_flag` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`emailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emaildetails`
--
LOCK TABLES `vtiger_emaildetails` WRITE;
/*!40000 ALTER TABLE `vtiger_emaildetails` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_emaildetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emails_recipientprefs`
--
DROP TABLE IF EXISTS `vtiger_emails_recipientprefs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emails_recipientprefs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tabid` int(11) NOT NULL,
`prefs` varchar(255) DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emails_recipientprefs`
--
LOCK TABLES `vtiger_emails_recipientprefs` WRITE;
/*!40000 ALTER TABLE `vtiger_emails_recipientprefs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_emails_recipientprefs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emailslookup`
--
DROP TABLE IF EXISTS `vtiger_emailslookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emailslookup` (
`crmid` int(11) DEFAULT NULL,
`setype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fieldid` int(11) DEFAULT NULL,
UNIQUE KEY `emailslookup_crmid_setype_fieldname_uk` (`crmid`,`setype`,`fieldid`),
KEY `emailslookup_fieldid_setype_idx` (`fieldid`,`setype`),
CONSTRAINT `emailslookup_crmid_fk` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emailslookup`
--
LOCK TABLES `vtiger_emailslookup` WRITE;
/*!40000 ALTER TABLE `vtiger_emailslookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_emailslookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emailtemplates`
--
DROP TABLE IF EXISTS `vtiger_emailtemplates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emailtemplates` (
`foldername` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`templatename` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`templatepath` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`body` text COLLATE utf8mb4_unicode_ci,
`deleted` int(11) NOT NULL DEFAULT '0',
`templateid` int(11) NOT NULL AUTO_INCREMENT,
`systemtemplate` int(11) NOT NULL DEFAULT '0',
`module` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`templateid`),
KEY `emailtemplates_foldernamd_templatename_subject_idx` (`foldername`,`templatename`,`subject`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emailtemplates`
--
LOCK TABLES `vtiger_emailtemplates` WRITE;
/*!40000 ALTER TABLE `vtiger_emailtemplates` DISABLE KEYS */;
INSERT INTO `vtiger_emailtemplates` VALUES ('Public','Announcement for Release','','Announcement for Release','Announcement of a release','Hello! <br />\n <br />\n On behalf of the vtiger team, I am pleased to announce the release of vtiger crm4.2 . This is a feature packed release including the mass email template handling, custom view feature, vtiger_reports feature and a host of other utilities. vtiger runs on all platforms. <br />\n <br />\n Notable Features of vtiger are : <br />\n <br />\n -Email Client Integration <br />\n -Trouble Ticket Integration <br />\n -Invoice Management Integration <br />\n -Reports Integration <br />\n -Portal Integration <br />\n -Enhanced Word Plugin Support <br />\n -Custom View Integration <br />\n <br />\n Known Issues: <br />\n -ABCD <br />\n -EFGH <br />\n -IJKL <br />\n -MNOP <br />\n -QRST',0,1,0,'Contacts'),('Public','Pending Invoices','','Invoices Pending','Payment Due','name <br />\nstreet, <br />\ncity, <br />\nstate, <br />\n zip) <br />\n <br />\n Dear <br />\n <br />\n Please check the following invoices that are yet to be paid by you: <br />\n <br />\n No. Date Amount <br />\n 1 1/1/01 $4000 <br />\n 2 2/2//01 $5000 <br />\n 3 3/3/01 $10000 <br />\n 4 7/4/01 $23560 <br />\n <br />\n Kindly let us know if there are any issues that you feel are pending to be discussed. <br />\n We will be more than happy to give you a call. <br />\n We would like to continue our business with you.',0,2,0,'Contacts'),('Public','Acceptance Proposal','','Acceptance Proposal','Acceptance of Proposal',' Dear <br />\n <br />\nYour proposal on the project XYZW has been reviewed by us <br />\nand is acceptable in its entirety. <br />\n <br />\nWe are eagerly looking forward to this project <br />\nand are pleased about having the opportunity to work <br />\ntogether. We look forward to a long standing relationship <br />\nwith your esteemed firm. <br />\n<br />\nI would like to take this opportunity to invite you <br />\nto a game of golf on Wednesday morning 9am at the <br />\nCuff Links Ground. We will be waiting for you in the <br />\nExecutive Lounge. <br />\n<br />\nLooking forward to seeing you there.',0,3,0,'Contacts'),('Public','Goods received acknowledgement','','Goods received acknowledgement','Acknowledged Receipt of Goods',' The undersigned hereby acknowledges receipt and delivery of the goods. <br />\nThe undersigned will release the payment subject to the goods being discovered not satisfactory. <br />\n<br />\nSigned under seal this <date>',0,4,0,'Contacts'),('Public','Accept Order','','Accept Order','Acknowledgement/Acceptance of Order',' Dear <br />\n We are in receipt of your order as contained in the <br />\n purchase order form.We consider this to be final and binding on both sides. <br />\nIf there be any exceptions noted, we shall consider them <br />\nonly if the objection is received within ten days of receipt of <br />\nthis notice. <br />\n <br />\nThank you for your patronage.',0,5,0,'Contacts'),('Public','Address Change','','Change of Address','Address Change','Dear <br />\n <br />\nWe are relocating our office to <br />\n11111,XYZDEF Cross, <br />\nUVWWX Circle <br />\nThe telephone number for this new location is (101) 1212-1328. <br />\n<br />\nOur Manufacturing Division will continue operations <br />\nat 3250 Lovedale Square Avenue, in Frankfurt. <br />\n<br />\nWe hope to keep in touch with you all. <br />\nPlease update your addressbooks.',0,6,0,'Contacts'),('Public','Follow Up','','Follow Up','Follow Up of meeting','Dear <br />\n<br />\nThank you for extending us the opportunity to meet with <br />\nyou and members of your staff. <br />\n<br />\nI know that John Doe serviced your account <br />\nfor many years and made many friends at your firm. He has personally <br />\ndiscussed with me the deep relationship that he had with your firm. <br />\nWhile his presence will be missed, I can promise that we will <br />\ncontinue to provide the fine service that was accorded by <br />\nJohn to your firm. <br />\n<br />\nI was genuinely touched to receive such fine hospitality. <br />\n<br />\nThank you once again.',0,7,0,'Contacts'),('Public','Target Crossed!','','Target Crossed!','Fantastic Sales Spree!','Congratulations! <br />\n<br />\nThe numbers are in and I am proud to inform you that our <br />\ntotal sales for the previous quarter <br />\namounts to $100,000,00.00!. This is the first time <br />\nwe have exceeded the target by almost 30%. <br />\nWe have also beat the previous quarter record by a <br />\nwhopping 75%! <br />\n<br />\nLet us meet at Smoking Joe for a drink in the evening! <br />\n\nC you all there guys!',0,8,0,'Contacts'),('Public','Thanks Note','','Thanks Note','Note of thanks','Dear <br />\n<br />\nThank you for your confidence in our ability to serve you. <br />\nWe are glad to be given the chance to serve you.I look <br />\nforward to establishing a long term partnership with you. <br />\nConsider me as a friend. <br />\nShould any need arise,please do give us a call.',0,9,0,'Contacts'),('Public','Customer Login Details','','Customer Portal Login Details','Send Portal login details to customer','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n <html>\n <head>\n <title></title>\n </head>\n <body class=\"scayt-enabled\">\n <!-- <center> -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"borderGrey\" width=\"600px\" style=\"margin-left:0px;\">\n <tbody>\n <tr>\n <td colspan=\"6\"><!-- Begin Pre header --><!-- // End Pre header \\ --></td>\n </tr>\n <tr style=\"height:50px;\">\n <td colspan=\"6\" style=\"\n font-family: Helvetica,Verdana,sans-serif\">\n <div style=\"margin-bottom:10px;color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\"><br />\n Dear $contacts-firstname$ $contacts-lastname$,</div>\n\n <div style=\"margin-top:20px;margin-bottom:20px; color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\">As our customer, you can be assured of getting excellent support from our team. I would like to take this opportunity to introduce the portal we have setup for valuable customers like you. You can submit questions/issues via the portal, see past issues and responses. In addition, Portal provides you access to our knowledge base and documents we shared with you in the past.\n </div>\n\n <div style=\"margin-top:10px;color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\">$URL$ to login to the portal, with the credentials below.</div>\n\n <div style=\"margin-top:20px;color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\">Your Username: $login_name$</div>\n\n <div style=\"margin-bottom:20px;color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\">Your Password: $password$</div>\n <div class=\"gmail_extra\" style=\"margin-top:10px;color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\">Thank you,<br />\n $contacts-smownerid$</div>\n\n </td>\n </tr>\n <tr>\n <td colspan=\"6\" style=\"font-family: Helvetica,Verdana,sans-serif;font-size: 11px;color: #666666;\">\n <table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <!--copy right data-->\n <tr>\n <td valign=\"top\" style=\"\n padding-left: 0px;\n padding-right: 0px;\n width:350px\">\n <div style=\"margin-top:20px;\"><em>Powered By <a href=\"www.vtiger.com\">Vtiger</a><div>\n </td>\n </tr>\n <!--subscribers links-->\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!-- </center> -->\n </body>\n </html>',0,10,0,'Contacts'),('Public','Support end notification before a week','','VtigerCRM Support Notification','Send Notification mail to customer before a week of support end date','<table width=\"700\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: rgb(122, 122, 254);\">\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td width=\"50\"> </td>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(255, 255, 255); font-weight: normal; line-height: 25px;\">\n <tr>\n <td align=\"center\" rowspan=\"4\">$logo$</td>\n <td align=\"center\"> </td>\n </tr>\n <tr>\n <td align=\"left\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 24px; color: rgb(255, 255, 255); font-weight: bolder; line-height: 35px;\">vtiger CRM </td>\n </tr>\n <tr>\n <td align=\"right\" style=\"padding-right: 100px;\">The honest Open Source CRM </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">\n <tr>\n <td valign=\"top\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\"> </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(22, 72, 134); font-weight: bolder; line-height: 15px;\">Dear $contacts-lastname$, </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; text-align: justify; line-height: 20px;\">This is just a notification mail regarding your support end.<br /><span style=\"font-weight: bold;\">Priority:</span> Urgent<br />Your Support is going to expire on next week<br />Please contact support@vtiger.com.<br /><br /><br /></td>\n </tr>\n <tr>\n <td align=\"center\"><br /></td>\n </tr>\n <tr>\n <td align=\"right\"><strong style=\"padding: 2px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: bold;\"><br /><br />Sincerly</strong></td>\n </tr>\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; line-height: 20px;\">Support Team </td>\n </tr>\n <tr>\n <td align=\"right\"><a style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\" href=\"http://www.vtiger.com\">www.vtiger.com</a></td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n <td width=\"1%\" valign=\"top\"> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; line-height: 15px; background-color: rgb(51, 51, 51);\">\n <tr>\n <td align=\"center\">Shree Narayana Complex, No 11 Sarathy Nagar, Vijaya Nagar , Velachery, Chennai - 600 042 India </td>\n </tr>\n <tr>\n <td align=\"center\">Telephone No: +91 - 44 - 4202 - 1990 Toll Free No: +1 877 788 4437</td>\n </tr>\n <tr>\n <td align=\"center\">Email Id: <a style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(255, 255, 255);\" href=\"mailto:info@vtiger.com\">info@vtiger.com</a></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n <td width=\"50\"> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n</table>',0,11,0,'Contacts'),('Public','Support end notification before a month','','VtigerCRM Support Notification','Send Notification mail to customer before a month of support end date','<table width=\"700\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: rgb(122, 122, 254);\">\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td width=\"50\"> </td>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(255, 255, 255); font-weight: normal; line-height: 25px;\">\n <tr>\n <td align=\"center\" rowspan=\"4\">$logo$</td>\n <td align=\"center\"> </td>\n </tr>\n <tr>\n <td align=\"left\" style=\"background-color: rgb(27, 77, 140); font-family: Arial,Helvetica,sans-serif; font-size: 24px; color: rgb(255, 255, 255); font-weight: bolder; line-height: 35px;\">vtiger CRM </td>\n </tr>\n <tr>\n <td align=\"right\" style=\"padding-right: 100px;\">The honest Open Source CRM </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">\n <tr>\n <td valign=\"top\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\"> </td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(22, 72, 134); font-weight: bolder; line-height: 15px;\">Dear $contacts-lastname$, </td>\n </tr>\n <tr>\n <td style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; text-align: justify; line-height: 20px;\">This is just a notification mail regarding your support end.<br /><span style=\"font-weight: bold;\">Priority:</span> Normal<br />Your Support is going to expire on next month.<br />Please contact support@vtiger.com<br /><br /><br /></td>\n </tr>\n <tr>\n <td align=\"center\"><br /></td>\n </tr>\n <tr>\n <td align=\"right\"><strong style=\"padding: 2px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: bold;\"><br /><br />Sincerly</strong></td>\n </tr>\n <tr>\n <td align=\"right\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal; line-height: 20px;\">Support Team </td>\n </tr>\n <tr>\n <td align=\"right\"><a href=\"http://www.vtiger.com\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(66, 66, 253);\">www.vtiger.com</a></td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </table>\n </td>\n <td width=\"1%\" valign=\"top\"> </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; line-height: 15px; background-color: rgb(51, 51, 51);\">\n <tr>\n <td align=\"center\">Shree Narayana Complex, No 11 Sarathy Nagar, Vijaya Nagar , Velachery, Chennai - 600 042 India </td>\n </tr>\n <tr>\n <td align=\"center\">Telephone No: +91 - 44 - 4202 - 1990 Toll Free No: +1 877 788 4437</td>\n </tr>\n <tr>\n <td align=\"center\">Email Id: <a href=\"mailto:info@vtiger.com\" style=\"font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bolder; text-decoration: none; color: rgb(255, 255, 255);\">info@vtiger.com</a></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n <td width=\"50\"> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n</table>',0,12,0,'Contacts'),('Public','Activity Reminder',NULL,'Reminder','Reminder','<p>This is a reminder notification for the Activity<br/>The details are :<br/> \n Subject : $events-subject$<br/> \n Start Date & Time : $events-date_start$<br/>\n End Date & Time : $events-due_date$<br/> \n Status : $events-eventstatus$<br/> \n Location : $events-location$<br/> \n Description : $events-description$<br/><br/> \n <p/>',0,14,1,'Events'),('Public','ToDo Reminder',NULL,'Activity Reminder','Reminder','<p>This is a reminder notification for the Activity<br/>The details are :<br/>\n Subject : $calendar-subject$<br/>\n Start Date & Time : $calendar-date_start$<br/>\n Due Date : $calendar-due_date$<br/>\n Status : $calendar-status$<br/>\n Location : $calendar-location$<br/>\n Description : $calendar-description$<br/><br/>\n <p/>',0,15,1,'Events'),('Public','Invite Users',NULL,'Invitation','Invite Users','<p>$invitee_name$,<br/><br/>You have been invited for an activity<br/><br/>The details are :<br/>\n Subject : $events-subject$<br/>\n Start Date & Time : $events-date_start$<br/> \n End Date & Time : $events-due_date$<br/>\n Status : $events-eventstatus$<br/>\n Priority : $events-priority$<br/>\n Related To : $events-crmid$<br/>\n Contact List : $events-contactid$<br/>\n Location : $events-location$<br/>\n Description : $events-description$<br/><br/>\n Thanks & Regards,<br/>\n $current_user_name$\n <p/>',0,16,1,'Events');
/*!40000 ALTER TABLE `vtiger_emailtemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_emailtemplates_seq`
--
DROP TABLE IF EXISTS `vtiger_emailtemplates_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emailtemplates_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_emailtemplates_seq`
--
LOCK TABLES `vtiger_emailtemplates_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_emailtemplates_seq` DISABLE KEYS */;
INSERT INTO `vtiger_emailtemplates_seq` VALUES (16);
/*!40000 ALTER TABLE `vtiger_emailtemplates_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_entityname`
--
DROP TABLE IF EXISTS `vtiger_entityname`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_entityname` (
`tabid` int(11) NOT NULL DEFAULT '0',
`modulename` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tablename` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldname` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
`entityidfield` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
`entityidcolumn` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`tabid`),
KEY `entityname_tabid_idx` (`tabid`),
CONSTRAINT `fk_1_vtiger_entityname` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_entityname`
--
LOCK TABLES `vtiger_entityname` WRITE;
/*!40000 ALTER TABLE `vtiger_entityname` DISABLE KEYS */;
INSERT INTO `vtiger_entityname` VALUES (2,'Potentials','vtiger_potential','potentialname','potentialid','potential_id'),(4,'Contacts','vtiger_contactdetails','firstname,lastname','contactid','contact_id'),(6,'Accounts','vtiger_account','accountname','accountid','account_id'),(7,'Leads','vtiger_leaddetails','firstname,lastname','leadid','leadid'),(8,'Documents','vtiger_notes','title','notesid','notesid'),(9,'Calendar','vtiger_activity','subject','activityid','activityid'),(10,'Emails','vtiger_activity','subject','activityid','activityid'),(13,'HelpDesk','vtiger_troubletickets','title','ticketid','ticketid'),(14,'Products','vtiger_products','productname','productid','product_id'),(15,'Faq','vtiger_faq','question','id','id'),(18,'Vendors','vtiger_vendor','vendorname','vendorid','vendor_id'),(19,'PriceBooks','vtiger_pricebook','bookname','pricebookid','pricebookid'),(20,'Quotes','vtiger_quotes','subject','quoteid','quote_id'),(21,'PurchaseOrder','vtiger_purchaseorder','subject','purchaseorderid','purchaseorderid'),(22,'SalesOrder','vtiger_salesorder','subject','salesorderid','salesorder_id'),(23,'Invoice','vtiger_invoice','subject','invoiceid','invoiceid'),(26,'Campaigns','vtiger_campaign','campaignname','campaignid','campaignid'),(29,'Users','vtiger_users','first_name,last_name','id','id'),(31,'ServiceContracts','vtiger_servicecontracts','subject','servicecontractsid','servicecontractsid'),(36,'Services','vtiger_service','servicename','serviceid','serviceid'),(37,'PBXManager','vtiger_pbxmanager','customernumber','pbxmanagerid','pbxmanagerid'),(39,'ProjectMilestone','vtiger_projectmilestone','projectmilestonename','projectmilestoneid','projectmilestoneid'),(40,'ProjectTask','vtiger_projecttask','projecttaskname','projecttaskid','projecttaskid'),(41,'Project','vtiger_project','projectname','projectid','projectid'),(43,'Assets','vtiger_assets','assetname','assetsid','assetsid'),(46,'SMSNotifier','vtiger_smsnotifier','message','smsnotifierid','smsnotifierid'),(48,'ModComments','vtiger_modcomments','commentcontent','modcommentsid','modcommentsid'),(50,'Payments','vtiger_payments','conversion_rate','paymentsid','paymentsid'),(51,'CreditNote','vtiger_creditnote','name','creditnoteid','creditnoteid'),(55,'BusinessEntity','vtiger_businessentity','business_entity_name','businessentityid','businessentityid'),(56,'Bank','vtiger_bank','bank_name','bankid','bankid');
/*!40000 ALTER TABLE `vtiger_entityname` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandler_module`
--
DROP TABLE IF EXISTS `vtiger_eventhandler_module`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandler_module` (
`eventhandler_module_id` int(11) NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`handler_class` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`eventhandler_module_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandler_module`
--
LOCK TABLES `vtiger_eventhandler_module` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandler_module` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandler_module` VALUES (1,'ServiceContracts','ServiceContractsHandler'),(2,'ModTracker','ModTrackerHandler'),(3,'Invoice','InvoiceHandler'),(4,'PurchaseOrder','PurchaseOrderHandler');
/*!40000 ALTER TABLE `vtiger_eventhandler_module` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandler_module_seq`
--
DROP TABLE IF EXISTS `vtiger_eventhandler_module_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandler_module_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandler_module_seq`
--
LOCK TABLES `vtiger_eventhandler_module_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandler_module_seq` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandler_module_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_eventhandler_module_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandlers`
--
DROP TABLE IF EXISTS `vtiger_eventhandlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandlers` (
`eventhandler_id` int(11) NOT NULL AUTO_INCREMENT,
`event_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`handler_path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL,
`handler_class` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`cond` text COLLATE utf8mb4_unicode_ci NOT NULL,
`is_active` int(11) NOT NULL,
`dependent_on` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '[]',
PRIMARY KEY (`eventhandler_id`,`event_name`,`handler_class`),
UNIQUE KEY `eventhandler_idx` (`eventhandler_id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandlers`
--
LOCK TABLES `vtiger_eventhandlers` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandlers` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandlers` VALUES (1,'vtiger.entity.aftersave','modules/SalesOrder/RecurringInvoiceHandler.php','RecurringInvoiceHandler','',1,'[]'),(2,'vtiger.entity.beforesave','data/VTEntityDelta.php','VTEntityDelta','',1,'[]'),(3,'vtiger.entity.aftersave','data/VTEntityDelta.php','VTEntityDelta','',1,'[]'),(4,'vtiger.entity.aftersave','modules/com_vtiger_workflow/VTEventHandler.inc','VTWorkflowEventHandler','',1,'[\"VTEntityDelta\"]'),(5,'vtiger.entity.afterrestore','modules/com_vtiger_workflow/VTEventHandler.inc','VTWorkflowEventHandler','',1,'[]'),(6,'vtiger.entity.aftersave.final','modules/HelpDesk/HelpDeskHandler.php','HelpDeskHandler','',1,'[]'),(7,'vtiger.entity.beforesave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',0,'[]'),(8,'vtiger.entity.aftersave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',0,'[]'),(9,'vtiger.entity.aftersave.final','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(10,'vtiger.entity.beforedelete','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(11,'vtiger.entity.afterrestore','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(12,'vtiger.entity.aftersave','modules/WSAPP/WorkFlowHandlers/WSAPPAssignToTracker.php','WSAPPAssignToTracker','',1,'[\"VTEntityDelta\"]'),(19,'vtiger.entity.aftersave','modules/Invoice/InvoiceHandler.php','InvoiceHandler','',1,'[]'),(20,'vtiger.entity.aftersave','modules/PurchaseOrder/PurchaseOrderHandler.php','PurchaseOrderHandler','',1,'[]'),(21,'vtiger.entity.aftersave','modules/ModComments/ModCommentsHandler.php','ModCommentsHandler','',1,'[]'),(22,'vtiger.picklist.afterrename','modules/Settings/Picklist/handlers/PickListHandler.php','PickListHandler','',1,'[]'),(23,'vtiger.picklist.afterdelete','modules/Settings/Picklist/handlers/PickListHandler.php','PickListHandler','',1,'[]'),(24,'vtiger.entity.aftersave','modules/Vtiger/handlers/EmailLookupHandler.php','EmailLookupHandler','',1,'[\"VTEntityDelta\"]'),(25,'vtiger.entity.afterdelete','modules/Vtiger/handlers/EmailLookupHandler.php','EmailLookupHandler','',1,'[]'),(26,'vtiger.entity.afterrestore','modules/Vtiger/handlers/EmailLookupHandler.php','EmailLookupHandler','',1,'[]'),(27,'vtiger.batchevent.save','modules/Vtiger/handlers/EmailLookupHandler.php','EmailLookupBatchHandler','',1,'[]'),(28,'vtiger.lead.convertlead','modules/Leads/handlers/LeadHandler.php','LeadHandler','',1,'[]'),(29,'vtiger.entity.beforesave','modules/Vtiger/handlers/CheckDuplicateHandler.php','CheckDuplicateHandler','',1,'[]'),(30,'vtiger.entity.beforerestore','modules/Vtiger/handlers/CheckDuplicateHandler.php','CheckDuplicateHandler','',1,'[]'),(31,'vtiger.entity.aftersave','modules/Vtiger/handlers/FollowRecordHandler.php','FollowRecordHandler','',1,'[]'),(32,'vtiger.field.afterdelete','modules/Vtiger/handlers/FieldEventHandler.php','FieldEventHandler','',1,'[]'),(33,'vtiger.entity.beforerelate','modules/Vtiger/handlers/RelateEntitesHandler.php','RelateEntitesHandler','',1,'[]'),(34,'vtiger.entity.afterrelate','modules/Vtiger/handlers/RelateEntitesHandler.php','RelateEntitesHandler','',1,'[]');
/*!40000 ALTER TABLE `vtiger_eventhandlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventhandlers_seq`
--
DROP TABLE IF EXISTS `vtiger_eventhandlers_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandlers_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventhandlers_seq`
--
LOCK TABLES `vtiger_eventhandlers_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandlers_seq` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandlers_seq` VALUES (34);
/*!40000 ALTER TABLE `vtiger_eventhandlers_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventstatus`
--
DROP TABLE IF EXISTS `vtiger_eventstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventstatus` (
`eventstatusid` int(11) NOT NULL AUTO_INCREMENT,
`eventstatus` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`eventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventstatus`
--
LOCK TABLES `vtiger_eventstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_eventstatus` DISABLE KEYS */;
INSERT INTO `vtiger_eventstatus` VALUES (1,'Planned',0,38,0,NULL),(2,'Held',0,39,1,NULL),(3,'Not Held',0,40,2,NULL);
/*!40000 ALTER TABLE `vtiger_eventstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_eventstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_eventstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_eventstatus_seq`
--
LOCK TABLES `vtiger_eventstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_eventstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_eventstatus_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_eventstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_expectedresponse`
--
DROP TABLE IF EXISTS `vtiger_expectedresponse`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_expectedresponse` (
`expectedresponseid` int(11) NOT NULL AUTO_INCREMENT,
`expectedresponse` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`expectedresponseid`),
UNIQUE KEY `CampaignExpRes_UK01` (`expectedresponse`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_expectedresponse`
--
LOCK TABLES `vtiger_expectedresponse` WRITE;
/*!40000 ALTER TABLE `vtiger_expectedresponse` DISABLE KEYS */;
INSERT INTO `vtiger_expectedresponse` VALUES (2,'Excellent',1,42,1,NULL),(3,'Good',1,43,2,NULL),(4,'Average',1,44,3,NULL),(5,'Poor',1,45,4,NULL);
/*!40000 ALTER TABLE `vtiger_expectedresponse` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_expectedresponse_seq`
--
DROP TABLE IF EXISTS `vtiger_expectedresponse_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_expectedresponse_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_expectedresponse_seq`
--
LOCK TABLES `vtiger_expectedresponse_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_expectedresponse_seq` DISABLE KEYS */;
INSERT INTO `vtiger_expectedresponse_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_expectedresponse_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_extnstore_users`
--
DROP TABLE IF EXISTS `vtiger_extnstore_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_extnstore_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(50) DEFAULT NULL,
`password` varchar(75) DEFAULT NULL,
`instanceurl` varchar(255) DEFAULT NULL,
`createdon` datetime DEFAULT NULL,
`deleted` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_extnstore_users`
--
LOCK TABLES `vtiger_extnstore_users` WRITE;
/*!40000 ALTER TABLE `vtiger_extnstore_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_extnstore_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faq`
--
DROP TABLE IF EXISTS `vtiger_faq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faq` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`faq_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`product_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`question` text COLLATE utf8mb4_unicode_ci NOT NULL,
`answer` text COLLATE utf8mb4_unicode_ci,
`category` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `faq_id_idx` (`id`),
CONSTRAINT `fk_1_vtiger_faq` FOREIGN KEY (`id`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faq`
--
LOCK TABLES `vtiger_faq` WRITE;
/*!40000 ALTER TABLE `vtiger_faq` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_faq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcategories`
--
DROP TABLE IF EXISTS `vtiger_faqcategories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcategories` (
`faqcategories_id` int(11) NOT NULL AUTO_INCREMENT,
`faqcategories` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`faqcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcategories`
--
LOCK TABLES `vtiger_faqcategories` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcategories` DISABLE KEYS */;
INSERT INTO `vtiger_faqcategories` VALUES (1,'General',1,46,0,NULL);
/*!40000 ALTER TABLE `vtiger_faqcategories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcategories_seq`
--
DROP TABLE IF EXISTS `vtiger_faqcategories_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcategories_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcategories_seq`
--
LOCK TABLES `vtiger_faqcategories_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcategories_seq` DISABLE KEYS */;
INSERT INTO `vtiger_faqcategories_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_faqcategories_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcf`
--
DROP TABLE IF EXISTS `vtiger_faqcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcf` (
`faqid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`faqid`),
CONSTRAINT `fk_1_vtiger_faqcf` FOREIGN KEY (`faqid`) REFERENCES `vtiger_faq` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcf`
--
LOCK TABLES `vtiger_faqcf` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_faqcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqcomments`
--
DROP TABLE IF EXISTS `vtiger_faqcomments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcomments` (
`commentid` int(11) NOT NULL AUTO_INCREMENT,
`faqid` int(11) DEFAULT NULL,
`comments` text COLLATE utf8mb4_unicode_ci,
`createdtime` datetime NOT NULL,
PRIMARY KEY (`commentid`),
KEY `faqcomments_faqid_idx` (`faqid`),
CONSTRAINT `fk_1_vtiger_faqcomments` FOREIGN KEY (`faqid`) REFERENCES `vtiger_faq` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqcomments`
--
LOCK TABLES `vtiger_faqcomments` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcomments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_faqcomments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqstatus`
--
DROP TABLE IF EXISTS `vtiger_faqstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqstatus` (
`faqstatus_id` int(11) NOT NULL AUTO_INCREMENT,
`faqstatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`faqstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqstatus`
--
LOCK TABLES `vtiger_faqstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_faqstatus` DISABLE KEYS */;
INSERT INTO `vtiger_faqstatus` VALUES (1,'Draft',0,47,0,NULL),(2,'Reviewed',0,48,1,NULL),(3,'Published',0,49,2,NULL),(4,'Obsolete',0,50,3,NULL);
/*!40000 ALTER TABLE `vtiger_faqstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_faqstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_faqstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_faqstatus_seq`
--
LOCK TABLES `vtiger_faqstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_faqstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_faqstatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_faqstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_feedback`
--
DROP TABLE IF EXISTS `vtiger_feedback`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_feedback` (
`userid` int(11) DEFAULT NULL,
`dontshow` varchar(19) COLLATE utf8mb4_unicode_ci DEFAULT 'false'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_feedback`
--
LOCK TABLES `vtiger_feedback` WRITE;
/*!40000 ALTER TABLE `vtiger_feedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_feedback` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_field`
--
DROP TABLE IF EXISTS `vtiger_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_field` (
`tabid` int(11) NOT NULL,
`fieldid` int(11) NOT NULL AUTO_INCREMENT,
`columnname` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`tablename` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`generatedtype` int(11) NOT NULL DEFAULT '0',
`uitype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldname` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldlabel` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`readonly` int(11) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`defaultvalue` text COLLATE utf8mb4_unicode_ci,
`maximumlength` int(11) DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`block` int(11) DEFAULT NULL,
`displaytype` int(11) DEFAULT NULL,
`typeofdata` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`quickcreate` int(11) NOT NULL DEFAULT '1',
`quickcreatesequence` int(11) DEFAULT NULL,
`info_type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`masseditable` int(11) NOT NULL DEFAULT '1',
`helpinfo` text COLLATE utf8mb4_unicode_ci,
`summaryfield` int(11) NOT NULL DEFAULT '0',
`headerfield` int(11) DEFAULT '0',
`isunique` tinyint(1) DEFAULT '0',
PRIMARY KEY (`fieldid`),
KEY `field_tabid_idx` (`tabid`),
KEY `field_fieldname_idx` (`fieldname`),
KEY `field_block_idx` (`block`),
KEY `field_displaytype_idx` (`displaytype`),
CONSTRAINT `fk_1_vtiger_field` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1146 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_field`
--
LOCK TABLES `vtiger_field` WRITE;
/*!40000 ALTER TABLE `vtiger_field` DISABLE KEYS */;
INSERT INTO `vtiger_field` VALUES (6,1,'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,'',100,1,9,1,'V~M',0,1,'BAS',1,NULL,1,0,1),(6,2,'account_no','vtiger_account',1,'4','account_no','Account No',1,0,'',100,2,9,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(6,3,'phone','vtiger_account',1,'11','phone','Phone',1,2,'',100,4,9,1,'V~O',2,2,'BAS',1,NULL,0,1,0),(6,4,'website','vtiger_account',1,'17','website','Website',1,2,'',100,3,9,1,'V~O',2,3,'BAS',1,NULL,0,1,0),(6,5,'fax','vtiger_account',1,'11','fax','Fax',1,1,'',100,6,9,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,6,'tickersymbol','vtiger_account',1,'1','tickersymbol','Ticker Symbol',1,2,'',100,5,9,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,7,'otherphone','vtiger_account',1,'11','otherphone','Other Phone',1,1,'',100,8,9,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(6,8,'parentid','vtiger_account',1,'51','account_id','Member Of',1,2,'',100,7,9,1,'I~O',1,NULL,'BAS',0,NULL,0,0,0),(6,9,'email1','vtiger_account',1,'13','email1','Email',1,2,'',100,10,9,1,'E~O',1,NULL,'BAS',1,NULL,0,1,0),(6,10,'employees','vtiger_account',1,'7','employees','Employees',1,2,'',100,9,9,1,'I~O',1,NULL,'ADV',1,NULL,0,0,0),(6,11,'email2','vtiger_account',1,'13','email2','Other Email',1,1,'',100,11,9,1,'E~O',1,NULL,'ADV',1,NULL,0,0,0),(6,12,'ownership','vtiger_account',1,'1','ownership','Ownership',1,2,'',100,12,9,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(6,13,'rating','vtiger_account',1,'15','rating','Rating',1,1,'',100,14,9,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(6,14,'industry','vtiger_account',1,'15','industry','industry',1,2,'',100,13,9,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(6,15,'siccode','vtiger_account',1,'1','siccode','SIC Code',1,2,'',100,16,9,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(6,16,'account_type','vtiger_account',1,'15','accounttype','Type',1,2,'',100,15,9,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(6,17,'annualrevenue','vtiger_account',1,'71','annual_revenue','Annual Revenue',1,2,'',100,18,9,1,'N~O',1,NULL,'ADV',1,NULL,0,0,0),(6,18,'emailoptout','vtiger_account',1,'56','emailoptout','Email Opt In',1,0,'',100,17,9,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(6,19,'notify_owner','vtiger_account',1,'56','notify_owner','Notify Owner',1,2,'',10,20,9,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(6,20,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,19,9,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(6,21,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,22,9,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(6,22,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,21,9,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(6,23,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,23,9,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(6,24,'bill_street','vtiger_accountbillads',1,'21','bill_street','Billing Address',1,2,'',100,1,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,25,'ship_street','vtiger_accountshipads',1,'21','ship_street','Shipping Address',1,2,'',100,2,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,26,'bill_city','vtiger_accountbillads',1,'1','bill_city','Billing City',1,2,'',100,5,11,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(6,27,'ship_city','vtiger_accountshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,28,'bill_state','vtiger_accountbillads',1,'1','bill_state','Billing State',1,2,'',100,7,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,29,'ship_state','vtiger_accountshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,30,'bill_code','vtiger_accountbillads',1,'1','bill_code','Billing Code',1,2,'',100,9,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,31,'ship_code','vtiger_accountshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,32,'bill_country','vtiger_accountbillads',1,'1','bill_country','Billing Country',1,2,'',100,11,11,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(6,33,'ship_country','vtiger_accountshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,34,'bill_pobox','vtiger_accountbillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,35,'ship_pobox','vtiger_accountshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,11,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(6,36,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,12,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,37,'salutation','vtiger_leaddetails',1,'55','salutationtype','Salutation',1,0,'',100,1,13,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,38,'firstname','vtiger_leaddetails',1,'55','firstname','First Name',1,0,'',100,2,13,1,'V~O',2,1,'BAS',1,NULL,1,0,0),(7,39,'lead_no','vtiger_leaddetails',1,'4','lead_no','Lead No',1,0,'',100,3,13,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(7,40,'phone','vtiger_leadaddress',1,'11','phone','Phone',1,2,'',100,5,13,1,'V~O',2,4,'BAS',1,NULL,0,1,0),(7,41,'lastname','vtiger_leaddetails',1,'255','lastname','Last Name',1,0,'',100,4,13,1,'V~M',0,2,'BAS',1,NULL,1,0,0),(7,42,'mobile','vtiger_leadaddress',1,'11','mobile','Mobile',1,2,'',100,7,13,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,43,'company','vtiger_leaddetails',1,'2','company','Company',1,2,'',100,6,13,1,'V~O',2,3,'BAS',1,NULL,1,0,0),(7,44,'fax','vtiger_leadaddress',1,'11','fax','Fax',1,2,'',100,9,13,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,45,'designation','vtiger_leaddetails',1,'1','designation','Designation',1,2,'',100,8,13,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,46,'email','vtiger_leaddetails',1,'13','email','Email',1,2,'',100,11,13,1,'E~O',2,5,'BAS',1,NULL,0,1,0),(7,47,'leadsource','vtiger_leaddetails',1,'15','leadsource','Lead Source',1,2,'',100,10,13,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(7,48,'website','vtiger_leadsubdetails',1,'17','website','Website',1,2,'',100,13,13,1,'V~O',1,NULL,'ADV',1,NULL,1,0,0),(7,49,'industry','vtiger_leaddetails',1,'15','industry','Industry',1,2,'',100,12,13,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(7,50,'leadstatus','vtiger_leaddetails',1,'15','leadstatus','Lead Status',1,2,'',100,15,13,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,51,'annualrevenue','vtiger_leaddetails',1,'71','annualrevenue','Annual Revenue',1,2,'',100,14,13,1,'N~O',1,NULL,'ADV',1,NULL,0,0,0),(7,52,'rating','vtiger_leaddetails',1,'15','rating','Rating',1,2,'',100,17,13,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(7,53,'noofemployees','vtiger_leaddetails',1,'1','noofemployees','No Of Employees',1,2,'',100,16,13,1,'I~O',1,NULL,'ADV',1,NULL,0,0,0),(7,54,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,19,13,1,'V~M',0,6,'BAS',1,NULL,1,0,0),(7,55,'secondaryemail','vtiger_leaddetails',1,'13','secondaryemail','Secondary Email',1,2,'',100,18,13,1,'E~O',1,NULL,'ADV',1,NULL,0,0,0),(7,56,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,21,13,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(7,57,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,20,13,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(7,58,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,23,13,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(7,59,'lane','vtiger_leadaddress',1,'21','lane','Street',1,2,'',100,1,15,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,60,'code','vtiger_leadaddress',1,'1','code','Postal Code',1,2,'',100,3,15,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,61,'city','vtiger_leadaddress',1,'1','city','City',1,2,'',100,4,15,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(7,62,'country','vtiger_leadaddress',1,'1','country','Country',1,2,'',100,5,15,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(7,63,'state','vtiger_leadaddress',1,'1','state','State',1,2,'',100,6,15,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,64,'pobox','vtiger_leadaddress',1,'1','pobox','Po Box',1,2,'',100,2,15,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(7,65,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,16,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,66,'salutation','vtiger_contactdetails',1,'55','salutationtype','Salutation',1,0,'',100,1,4,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,67,'firstname','vtiger_contactdetails',1,'55','firstname','First Name',1,0,'',100,1,4,1,'V~O',2,1,'BAS',1,NULL,1,0,0),(4,68,'contact_no','vtiger_contactdetails',1,'4','contact_no','Contact Id',1,0,'',100,2,4,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(4,69,'phone','vtiger_contactdetails',1,'11','phone','Office Phone',1,1,'',100,5,4,1,'V~O',2,4,'BAS',1,NULL,0,1,0),(4,70,'lastname','vtiger_contactdetails',1,'255','lastname','Last Name',1,0,'',100,3,4,1,'V~M',0,2,'BAS',1,NULL,1,0,0),(4,71,'mobile','vtiger_contactdetails',1,'11','mobile','Mobile',1,2,'',100,4,4,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,72,'accountid','vtiger_contactdetails',1,'51','account_id','Account Name',1,0,'',100,5,4,1,'I~M',2,3,'BAS',1,NULL,1,0,0),(4,73,'homephone','vtiger_contactsubdetails',1,'11','homephone','Home Phone',1,1,'',100,9,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,74,'leadsource','vtiger_contactsubdetails',1,'15','leadsource','Lead Source',1,2,'',100,7,4,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,75,'otherphone','vtiger_contactsubdetails',1,'11','otherphone','Other Phone',1,1,'',100,11,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,76,'title','vtiger_contactdetails',1,'1','title','Title',1,2,'',100,9,4,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(4,77,'fax','vtiger_contactdetails',1,'11','fax','Fax',1,1,'',100,13,4,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,78,'department','vtiger_contactdetails',1,'1','department','Department',1,2,'',100,11,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,79,'birthday','vtiger_contactsubdetails',1,'5','birthday','Birthdate',1,2,'',100,6,4,1,'D~O',1,NULL,'ADV',1,NULL,0,0,0),(4,80,'email','vtiger_contactdetails',1,'13','email','Email',1,2,'',100,13,4,1,'E~O',2,5,'BAS',1,NULL,0,1,0),(4,81,'reportsto','vtiger_contactdetails',1,'57','contact_id','Reports To',1,2,'',100,8,4,1,'V~O',1,NULL,'ADV',0,NULL,0,0,0),(4,82,'assistant','vtiger_contactsubdetails',1,'1','assistant','Assistant',1,2,'',100,15,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,83,'secondaryemail','vtiger_contactdetails',1,'13','secondaryemail','Secondary Email',1,1,'',100,20,4,1,'E~O',1,NULL,'ADV',1,NULL,0,0,0),(4,84,'assistantphone','vtiger_contactsubdetails',1,'11','assistantphone','Assistant Phone',1,1,'',100,17,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,85,'donotcall','vtiger_contactdetails',1,'56','donotcall','Do Not Call',1,2,'',100,10,4,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(4,86,'emailoptout','vtiger_contactdetails',1,'56','emailoptout','Email Opt Out',1,0,'',100,19,4,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(4,87,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,12,4,1,'V~M',0,6,'BAS',1,NULL,1,0,0),(4,88,'reference','vtiger_contactdetails',1,'56','reference','Reference',1,1,'0',10,21,4,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(4,89,'notify_owner','vtiger_contactdetails',1,'56','notify_owner','Notify Owner',1,2,'',10,14,4,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(4,90,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,22,4,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(4,91,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,20,4,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(4,92,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,28,4,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(4,93,'portal','vtiger_customerdetails',1,'56','portal','Portal User',1,2,'',100,1,6,1,'C~O',1,NULL,'ADV',1,NULL,0,0,0),(4,94,'support_start_date','vtiger_customerdetails',1,'5','support_start_date','Support Start Date',1,2,'',100,2,6,1,'D~O',1,NULL,'ADV',1,NULL,0,0,0),(4,95,'support_end_date','vtiger_customerdetails',1,'5','support_end_date','Support End Date',1,2,'',100,3,6,1,'D~O~OTH~GE~support_start_date~Support Start Date',1,NULL,'ADV',1,NULL,0,0,0),(4,96,'mailingstreet','vtiger_contactaddress',1,'21','mailingstreet','Mailing Street',1,2,'',100,1,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,97,'otherstreet','vtiger_contactaddress',1,'21','otherstreet','Other Street',1,2,'',100,2,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,98,'mailingcity','vtiger_contactaddress',1,'1','mailingcity','Mailing City',1,2,'',100,5,7,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(4,99,'othercity','vtiger_contactaddress',1,'1','othercity','Other City',1,2,'',100,6,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,100,'mailingstate','vtiger_contactaddress',1,'1','mailingstate','Mailing State',1,2,'',100,7,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,101,'otherstate','vtiger_contactaddress',1,'1','otherstate','Other State',1,2,'',100,8,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,102,'mailingzip','vtiger_contactaddress',1,'1','mailingzip','Mailing Zip',1,2,'',100,9,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,103,'otherzip','vtiger_contactaddress',1,'1','otherzip','Other Zip',1,2,'',100,10,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,104,'mailingcountry','vtiger_contactaddress',1,'1','mailingcountry','Mailing Country',1,2,'',100,11,7,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(4,105,'othercountry','vtiger_contactaddress',1,'1','othercountry','Other Country',1,2,'',100,12,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,106,'mailingpobox','vtiger_contactaddress',1,'1','mailingpobox','Mailing Po Box',1,2,'',100,3,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,107,'otherpobox','vtiger_contactaddress',1,'1','otherpobox','Other Po Box',1,2,'',100,4,7,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,108,'imagename','vtiger_contactdetails',1,'69','imagename','Contact Image',1,2,'',100,1,73,1,'V~O',3,NULL,'ADV',0,NULL,0,0,0),(4,109,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,8,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(2,110,'potentialname','vtiger_potential',1,'2','potentialname','Potential Name',1,0,'',100,1,1,1,'V~M',2,1,'BAS',1,NULL,1,0,0),(2,111,'potential_no','vtiger_potential',1,'4','potential_no','Potential No',1,0,'',100,2,1,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(2,112,'amount','vtiger_potential',1,'71','amount','Amount',1,2,'',100,5,1,1,'N~M',2,5,'BAS',1,NULL,0,1,0),(2,113,'related_to','vtiger_potential',1,'10','related_to','Related To',1,0,'',100,3,1,1,'I~O',0,2,'BAS',1,NULL,0,1,0),(2,114,'closingdate','vtiger_potential',1,'23','closingdate','Expected Close Date',1,2,'',100,8,1,1,'D~M',2,3,'BAS',1,NULL,1,0,0),(2,115,'potentialtype','vtiger_potential',1,'15','opportunity_type','Type',1,2,'',100,7,1,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(2,116,'nextstep','vtiger_potential',1,'1','nextstep','Next Step',1,1,'',100,10,1,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(2,117,'leadsource','vtiger_potential',1,'15','leadsource','Lead Source',1,2,'',100,9,1,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(2,118,'sales_stage','vtiger_potential',1,'15','sales_stage','Sales Stage',1,2,'',100,12,1,1,'V~M',2,4,'BAS',1,NULL,0,1,0),(2,119,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,11,1,1,'V~M',0,6,'BAS',1,NULL,1,0,0),(2,120,'probability','vtiger_potential',1,'9','probability','Probability',1,1,'',100,14,1,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(2,121,'campaignid','vtiger_potential',1,'58','campaignid','Campaign Source',1,1,'',100,13,1,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(2,122,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,16,1,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(2,123,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,1,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(2,124,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,1,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(2,125,'description','vtiger_crmentity',1,'19','description','Description',1,1,'',100,1,3,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(26,126,'campaignname','vtiger_campaign',1,'2','campaignname','Campaign Name',1,0,'',100,1,74,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(26,127,'campaign_no','vtiger_campaign',1,'4','campaign_no','Campaign No',1,0,'',100,2,74,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(26,128,'campaigntype','vtiger_campaign',1,'15','campaigntype','Campaign Type',1,2,'',100,5,74,1,'V~O',2,3,'BAS',1,NULL,1,0,0),(26,129,'product_id','vtiger_campaign',1,'59','product_id','Product',1,2,'',100,6,74,1,'I~O',2,5,'BAS',1,NULL,0,0,0),(26,130,'campaignstatus','vtiger_campaign',1,'15','campaignstatus','Campaign Status',1,2,'',100,4,74,1,'V~O',2,6,'BAS',1,NULL,1,0,0),(26,131,'closingdate','vtiger_campaign',1,'23','closingdate','Expected Close Date',1,2,'',100,8,74,1,'D~M',2,2,'BAS',1,NULL,1,0,0),(26,132,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,3,74,1,'V~M',0,7,'BAS',1,NULL,1,0,0),(26,133,'numsent','vtiger_campaign',1,'9','numsent','Num Sent',1,2,'',100,12,74,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(26,134,'sponsor','vtiger_campaign',1,'1','sponsor','Sponsor',1,2,'',100,9,74,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(26,135,'targetaudience','vtiger_campaign',1,'1','targetaudience','Target Audience',1,2,'',100,7,74,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(26,136,'targetsize','vtiger_campaign',1,'1','targetsize','TargetSize',1,2,'',100,10,74,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(26,137,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,11,74,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(26,138,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,13,74,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(26,139,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,74,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(26,140,'expectedresponse','vtiger_campaign',1,'15','expectedresponse','Expected Response',1,2,'',100,3,76,1,'V~O',2,4,'BAS',1,NULL,0,0,0),(26,141,'expectedrevenue','vtiger_campaign',1,'71','expectedrevenue','Expected Revenue',1,2,'',100,4,76,1,'N~O',1,NULL,'BAS',1,NULL,1,0,0),(26,142,'budgetcost','vtiger_campaign',1,'71','budgetcost','Budget Cost',1,2,'',100,1,76,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(26,143,'actualcost','vtiger_campaign',1,'71','actualcost','Actual Cost',1,2,'',100,2,76,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(26,144,'expectedresponsecount','vtiger_campaign',1,'1','expectedresponsecount','Expected Response Count',1,2,'',100,7,76,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(26,145,'expectedsalescount','vtiger_campaign',1,'1','expectedsalescount','Expected Sales Count',1,2,'',100,5,76,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(26,146,'expectedroi','vtiger_campaign',1,'71','expectedroi','Expected ROI',1,2,'',100,9,76,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(26,147,'actualresponsecount','vtiger_campaign',1,'1','actualresponsecount','Actual Response Count',1,2,'',100,8,76,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(26,148,'actualsalescount','vtiger_campaign',1,'1','actualsalescount','Actual Sales Count',1,2,'',100,6,76,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(26,149,'actualroi','vtiger_campaign',1,'71','actualroi','Actual ROI',1,2,'',100,10,76,1,'N~O',1,NULL,'BAS',1,NULL,0,0,0),(26,150,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,81,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,151,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(6,152,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(7,153,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(26,154,'campaignrelstatus','vtiger_campaignrelstatus',1,'16','campaignrelstatus','Status',1,0,'0',100,1,NULL,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(13,155,'ticket_no','vtiger_troubletickets',1,'4','ticket_no','Ticket No',1,0,'',100,14,25,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(13,156,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,5,25,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(13,157,'parent_id','vtiger_troubletickets',1,'10','parent_id','Related To',1,0,'',100,2,25,1,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(13,158,'priority','vtiger_troubletickets',1,'15','ticketpriorities','Priority',1,2,'',100,7,25,1,'V~M',2,3,'BAS',1,NULL,1,0,0),(13,159,'product_id','vtiger_troubletickets',1,'59','product_id','Product Name',1,2,'',100,6,25,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(13,160,'severity','vtiger_troubletickets',1,'15','ticketseverities','Severity',1,2,'',100,9,25,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(13,161,'status','vtiger_troubletickets',1,'15','ticketstatus','Status',1,2,'',100,8,25,1,'V~M',1,2,'BAS',1,NULL,1,0,0),(13,162,'category','vtiger_troubletickets',1,'15','ticketcategories','Category',1,2,'',100,11,25,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(13,163,'update_log','vtiger_troubletickets',1,'19','update_log','Update History',1,1,'',100,12,25,3,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(13,164,'hours','vtiger_troubletickets',1,'1','hours','Hours',1,2,'',100,10,25,1,'N~O',1,NULL,'BAS',1,'This gives the estimated hours for the Ticket.<br>When the same ticket is added to a Service Contract,based on the Tracking Unit of the Service Contract,Used units is updated whenever a ticket is Closed.',0,0,0),(13,165,'days','vtiger_troubletickets',1,'1','days','Days',1,2,'',100,11,25,1,'N~O',1,NULL,'BAS',1,'This gives the estimated days for the Ticket.<br>When the same ticket is added to a Service Contract,based on the Tracking Unit of the Service Contract,Used units is updated whenever a ticket is Closed.',0,0,0),(13,166,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,10,25,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(13,167,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,13,25,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(13,168,'from_portal','vtiger_ticketcf',1,'56','from_portal','From Portal',1,0,'',100,14,25,3,'C~O',3,NULL,'BAS',0,NULL,0,0,0),(13,169,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,25,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(13,170,'title','vtiger_troubletickets',1,'22','ticket_title','Title',1,0,'',100,1,25,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(13,171,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,28,1,'V~O',2,4,'BAS',1,NULL,1,0,0),(13,172,'solution','vtiger_troubletickets',1,'19','solution','Solution',1,0,'',100,1,29,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(13,173,'comments','vtiger_ticketcomments',1,'19','comments','Add Comment',1,1,'',100,1,30,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(14,174,'productname','vtiger_products',1,'2','productname','Product Name',1,0,'',100,1,31,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(14,175,'product_no','vtiger_products',1,'4','product_no','Product No',1,0,'',100,2,31,1,'V~O',3,NULL,'BAS',0,NULL,0,1,0),(14,176,'productcode','vtiger_products',1,'1','productcode','Part Number',1,2,'',100,4,31,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(14,177,'discontinued','vtiger_products',1,'56','discontinued','Product Active',1,2,'1',100,3,31,1,'V~O',2,2,'BAS',1,NULL,0,1,0),(14,178,'manufacturer','vtiger_products',1,'15','manufacturer','Manufacturer',1,2,'',100,6,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,179,'productcategory','vtiger_products',1,'15','productcategory','Product Category',1,2,'',100,6,31,1,'V~O',1,NULL,'BAS',1,NULL,0,1,0),(14,180,'sales_start_date','vtiger_products',1,'5','sales_start_date','Sales Start Date',1,2,'',100,5,31,1,'D~O',1,NULL,'BAS',1,NULL,0,0,0),(14,181,'sales_end_date','vtiger_products',1,'5','sales_end_date','Sales End Date',1,2,'',100,8,31,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,NULL,'BAS',1,NULL,0,0,0),(14,182,'start_date','vtiger_products',1,'5','start_date','Support Start Date',1,2,'',100,7,31,1,'D~O',1,NULL,'BAS',1,NULL,0,0,0),(14,183,'expiry_date','vtiger_products',1,'5','expiry_date','Support Expiry Date',1,2,'',100,10,31,1,'D~O~OTH~GE~start_date~Start Date',1,NULL,'BAS',1,NULL,0,0,0),(14,184,'website','vtiger_products',1,'17','website','Website',1,2,'',100,14,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,185,'vendor_id','vtiger_products',1,'75','vendor_id','Vendor Name',1,2,'',100,13,31,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(14,186,'mfr_part_no','vtiger_products',1,'1','mfr_part_no','Mfr PartNo',1,2,'',100,16,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,187,'vendor_part_no','vtiger_products',1,'1','vendor_part_no','Vendor PartNo',1,2,'',100,15,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,188,'serialno','vtiger_products',1,'1','serial_no','Serial No',1,2,'',100,18,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,189,'productsheet','vtiger_products',1,'1','productsheet','Product Sheet',1,2,'',100,17,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,190,'glacct','vtiger_products',1,'15','glacct','GL Account',1,2,'',100,20,31,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(14,191,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,19,31,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(14,192,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,21,31,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(14,193,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,31,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(14,194,'unit_price','vtiger_products',1,'72','unit_price','Unit Price',1,0,'',100,1,32,1,'N~O',2,3,'BAS',0,NULL,1,0,0),(14,195,'commissionrate','vtiger_products',1,'9','commissionrate','Commission Rate',1,2,'',100,2,32,1,'N~O',1,NULL,'BAS',1,NULL,1,0,0),(14,196,'taxclass','vtiger_products',1,'83','taxclass','Taxes',1,2,'',100,4,32,1,'V~O',2,NULL,'BAS',1,NULL,0,0,0),(14,197,'usageunit','vtiger_products',1,'15','usageunit','Usage Unit',1,2,'',100,1,33,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(14,198,'qty_per_unit','vtiger_products',1,'1','qty_per_unit','Qty/Unit',1,2,'',100,2,33,1,'N~O',1,NULL,'ADV',1,NULL,1,0,0),(14,199,'qtyinstock','vtiger_products',1,'1','qtyinstock','Qty In Stock',1,2,'',100,3,33,1,'NN~O',0,4,'ADV',1,NULL,0,1,0),(14,200,'reorderlevel','vtiger_products',1,'1','reorderlevel','Reorder Level',1,2,'',100,4,33,1,'I~O',1,NULL,'ADV',1,NULL,0,0,0),(14,201,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Handler',1,0,'',100,5,33,1,'V~M',0,5,'BAS',1,NULL,0,0,0),(14,202,'qtyindemand','vtiger_products',1,'1','qtyindemand','Qty In Demand',1,2,'',100,6,33,1,'I~O',1,NULL,'ADV',1,NULL,0,0,0),(14,203,'imagename','vtiger_products',1,'69','imagename','Product Image',1,2,'',100,1,35,1,'V~O',3,NULL,'ADV',0,NULL,0,0,0),(14,204,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,36,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,205,'title','vtiger_notes',1,'2','notes_title','Title',1,0,'',100,1,17,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(8,206,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,17,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(8,207,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,17,2,'DT~O',3,NULL,'BAS',0,NULL,1,0,0),(8,208,'filename','vtiger_notes',1,'28','filename','File Name',1,2,'',100,3,18,1,'V~O',0,NULL,'BAS',0,NULL,1,0,0),(8,209,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,4,17,1,'V~M',0,3,'BAS',1,NULL,1,0,0),(8,210,'notecontent','vtiger_notes',1,'19','notecontent','Note',1,2,'',100,1,84,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(8,211,'filetype','vtiger_notes',1,'1','filetype','File Type',1,2,NULL,100,5,18,2,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(8,212,'filesize','vtiger_notes',1,'1','filesize','File Size',1,2,NULL,100,4,18,2,'I~O',3,NULL,'BAS',0,NULL,0,0,0),(8,213,'filelocationtype','vtiger_notes',1,'27','filelocationtype','Download Type',1,0,NULL,100,1,18,1,'V~O',0,NULL,'BAS',0,NULL,0,0,0),(8,214,'fileversion','vtiger_notes',1,'1','fileversion','Version',1,2,NULL,100,6,18,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,215,'filestatus','vtiger_notes',1,'56','filestatus','Active',1,2,'1',100,2,18,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,216,'filedownloadcount','vtiger_notes',1,'1','filedownloadcount','Download Count',1,2,NULL,100,7,18,2,'I~O',3,NULL,'BAS',0,NULL,0,0,0),(8,217,'folderid','vtiger_notes',1,'26','folderid','Folder Name',1,2,'',100,2,17,1,'V~O',2,2,'BAS',1,NULL,1,0,0),(8,218,'note_no','vtiger_notes',1,'4','note_no','Document No',1,0,'',100,3,17,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(8,219,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,17,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(10,220,'date_start','vtiger_activity',1,'6','date_start','Date & Time Sent',1,0,'',100,1,21,1,'DT~M~time_start~Time Start',1,NULL,'BAS',1,NULL,0,0,0),(10,221,'semodule','vtiger_activity',1,'2','parent_type','Sales Enity Module',1,0,'',100,2,21,3,'',1,NULL,'BAS',1,NULL,0,0,0),(10,222,'activitytype','vtiger_activity',1,'2','activitytype','Activtiy Type',1,0,'',100,3,21,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,223,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,5,21,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(10,224,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,23,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(10,225,'name','vtiger_attachments',1,'61','filename','Attachment',1,0,'',100,2,23,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,226,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,24,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,227,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,9,23,1,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(10,228,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,10,22,1,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(10,229,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,11,21,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(10,230,'access_count','vtiger_email_track',1,'25','access_count','Access Count',1,0,'0',100,6,21,3,'I~O',1,NULL,'BAS',0,NULL,0,0,0),(10,231,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,21,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(9,232,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,19,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(9,233,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,19,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(9,234,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,19,1,'DT~M~time_start',0,2,'BAS',1,NULL,1,0,0),(9,235,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,19,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(9,236,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,4,19,3,'T~O',1,NULL,'BAS',1,NULL,1,0,0),(9,237,'due_date','vtiger_activity',1,'23','due_date','Due Date',1,0,'',100,5,19,1,'D~M~OTH~GE~date_start~Start Date & Time',1,NULL,'BAS',1,NULL,1,0,0),(9,238,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,7,19,1,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(9,239,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,8,19,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(9,240,'status','vtiger_activity',1,'15','taskstatus','Status',1,0,'',100,8,19,1,'V~M',0,3,'BAS',1,NULL,0,0,0),(9,241,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,9,19,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,242,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,10,19,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,243,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,19,1,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(9,244,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,19,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(9,245,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,19,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(9,246,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,16,19,3,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(9,247,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,17,19,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,248,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,20,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,249,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,17,19,3,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(9,250,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,18,19,3,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(9,251,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,19,19,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,252,'reminder_time','vtiger_activity_reminder',1,'30','reminder_time','Send Reminder',1,0,'',100,1,120,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(9,253,'recurringtype','vtiger_activity',1,'16','recurringtype','Recurrence',1,0,'',100,6,19,3,'O~O',1,NULL,'BAS',1,NULL,1,0,0),(9,254,'notime','vtiger_activity',1,'56','notime','No Time',1,0,'',100,20,19,3,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(9,255,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,19,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(16,256,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,39,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(16,257,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,39,1,'V~M',0,6,'BAS',1,NULL,1,0,0),(16,258,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,39,1,'DT~M~time_start',0,2,'BAS',1,NULL,1,0,0),(16,259,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,39,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(16,260,'due_date','vtiger_activity',1,'23','due_date','End Date',1,0,'',100,5,39,1,'D~M~OTH~GE~date_start~Start Date & Time',0,5,'BAS',1,NULL,1,0,0),(16,261,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,5,39,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(16,262,'recurringtype','vtiger_activity',1,'16','recurringtype','Recurrence',1,0,'',100,6,117,1,'O~O',1,NULL,'BAS',1,NULL,1,0,0),(16,263,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,7,39,3,'I~M',1,NULL,'BAS',1,NULL,0,0,0),(16,264,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,8,39,3,'O~O',1,NULL,'BAS',1,NULL,0,0,0),(16,265,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,9,119,1,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(16,266,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,10,39,1,'V~M',0,3,'BAS',1,NULL,0,0,0),(16,267,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,39,1,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(16,268,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,12,39,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(16,269,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,13,39,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,270,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,39,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(16,271,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,39,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(16,272,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,16,39,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,273,'notime','vtiger_activity',1,'56','notime','No Time',1,0,'',100,17,39,3,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(16,274,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,18,39,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,275,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,39,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(16,276,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,41,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,277,'reminder_time','vtiger_activity_reminder',1,'30','reminder_time','Send Reminder',1,0,'',100,1,40,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(16,278,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,1,119,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(15,279,'product_id','vtiger_faq',1,'59','product_id','Product Name',1,2,'',100,1,37,1,'I~O',3,NULL,'BAS',1,NULL,1,0,0),(15,280,'faq_no','vtiger_faq',1,'4','faq_no','Faq No',1,0,'',100,2,37,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(15,281,'category','vtiger_faq',1,'15','faqcategories','Category',1,2,'',100,4,37,1,'V~O',3,NULL,'BAS',1,NULL,1,0,0),(15,282,'status','vtiger_faq',1,'15','faqstatus','Status',1,2,'',100,3,37,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(15,283,'question','vtiger_faq',1,'20','question','Question',1,2,'',100,7,37,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(15,284,'answer','vtiger_faq',1,'20','faq_answer','Answer',1,2,'',100,8,37,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(15,285,'comments','vtiger_faqcomments',1,'19','comments','Add Comment',1,1,'',100,1,38,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(15,286,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,37,2,'DT~O',3,NULL,'BAS',0,NULL,1,0,0),(15,287,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,37,2,'DT~O',3,NULL,'BAS',0,NULL,1,0,0),(15,288,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,37,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(18,289,'vendorname','vtiger_vendor',1,'2','vendorname','Vendor Name',1,0,'',100,1,42,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(18,290,'vendor_no','vtiger_vendor',1,'4','vendor_no','Vendor No',1,0,'',100,2,42,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(18,291,'phone','vtiger_vendor',1,'1','phone','Phone',1,2,'',100,4,42,1,'V~O',2,2,'BAS',1,NULL,0,1,0),(18,292,'email','vtiger_vendor',1,'13','email','Email',1,2,'',100,3,42,1,'E~O',2,3,'BAS',1,NULL,0,1,0),(18,293,'website','vtiger_vendor',1,'17','website','Website',1,2,'',100,6,42,1,'V~O',1,NULL,'BAS',1,NULL,0,1,0),(18,294,'glacct','vtiger_vendor',1,'15','glacct','GL Account',1,2,'',100,5,42,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(18,295,'category','vtiger_vendor',1,'1','category','Category',1,2,'',100,8,42,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(18,296,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,7,42,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(18,297,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,9,42,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(18,298,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,42,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(18,299,'street','vtiger_vendor',1,'21','street','Street',1,2,'',100,1,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,300,'pobox','vtiger_vendor',1,'1','pobox','Po Box',1,2,'',100,2,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,301,'city','vtiger_vendor',1,'1','city','City',1,2,'',100,3,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,302,'state','vtiger_vendor',1,'1','state','State',1,2,'',100,4,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,303,'postalcode','vtiger_vendor',1,'1','postalcode','Postal Code',1,2,'',100,5,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,304,'country','vtiger_vendor',1,'1','country','Country',1,2,'',100,6,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,305,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,45,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(19,306,'bookname','vtiger_pricebook',1,'2','bookname','Price Book Name',1,0,'',100,1,46,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(19,307,'pricebook_no','vtiger_pricebook',1,'4','pricebook_no','PriceBook No',1,0,'',100,3,46,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(19,308,'active','vtiger_pricebook',1,'56','active','Active',1,2,'1',100,2,46,1,'C~O',2,2,'BAS',1,NULL,1,0,0),(19,309,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,4,46,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(19,310,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,5,46,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(19,311,'currency_id','vtiger_pricebook',1,'117','currency_id','Currency',1,0,'',100,5,46,1,'I~M',0,3,'BAS',0,NULL,0,0,0),(19,312,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,46,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(19,313,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,48,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(20,314,'quote_no','vtiger_quotes',1,'4','quote_no','Quote No',1,0,'',100,3,49,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(20,315,'subject','vtiger_quotes',1,'2','subject','Subject',1,0,'',100,1,49,1,'V~M',1,NULL,'BAS',1,NULL,1,0,0),(20,316,'potentialid','vtiger_quotes',1,'76','potential_id','Potential Name',1,2,'',100,2,49,1,'I~O',3,NULL,'BAS',1,NULL,1,0,0),(20,317,'quotestage','vtiger_quotes',1,'15','quotestage','Quote Stage',1,2,'',100,4,49,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(20,318,'validtill','vtiger_quotes',1,'5','validtill','Valid Till',1,2,'',100,5,49,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(20,319,'contactid','vtiger_quotes',1,'57','contact_id','Contact Name',1,2,'',100,6,49,1,'V~O',3,NULL,'BAS',1,NULL,0,1,0),(20,320,'carrier','vtiger_quotes',1,'15','carrier','Carrier',1,2,'',100,8,49,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,321,'subtotal','vtiger_quotes',1,'72','hdnSubTotal','Sub Total',1,2,'',100,9,49,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,322,'shipping','vtiger_quotes',1,'1','shipping','Shipping',1,2,'',100,10,49,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,323,'inventorymanager','vtiger_quotes',1,'77','assigned_user_id1','Inventory Manager',1,2,'',100,11,49,1,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(20,324,'adjustment','vtiger_quotes',1,'72','txtAdjustment','Adjustment',1,2,'',100,20,49,3,'NN~O',3,NULL,'BAS',1,NULL,0,0,0),(20,325,'total','vtiger_quotes',1,'72','hdnGrandTotal','Total',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0,1,0),(20,326,'taxtype','vtiger_quotes',1,'16','hdnTaxType','Tax Type',1,2,'',100,14,49,3,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,327,'discount_percent','vtiger_quotes',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,14,116,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,328,'discount_amount','vtiger_quotes',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,14,116,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,329,'s_h_amount','vtiger_quotes',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,330,'accountid','vtiger_quotes',1,'73','account_id','Account Name',1,2,'',100,16,49,1,'I~M',3,NULL,'BAS',1,NULL,0,1,0),(20,331,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,17,49,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(20,332,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,18,49,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(20,333,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,19,49,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(20,334,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,49,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(20,335,'currency_id','vtiger_quotes',1,'117','currency_id','Currency',1,2,'1',100,20,49,3,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(20,336,'conversion_rate','vtiger_quotes',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,21,49,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,337,'bill_street','vtiger_quotesbillads',1,'24','bill_street','Billing Address',1,2,'',100,1,51,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(20,338,'ship_street','vtiger_quotesshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,51,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(20,339,'bill_city','vtiger_quotesbillads',1,'1','bill_city','Billing City',1,2,'',100,5,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,340,'ship_city','vtiger_quotesshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,341,'bill_state','vtiger_quotesbillads',1,'1','bill_state','Billing State',1,2,'',100,7,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,342,'ship_state','vtiger_quotesshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,343,'bill_code','vtiger_quotesbillads',1,'1','bill_code','Billing Code',1,2,'',100,9,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,344,'ship_code','vtiger_quotesshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,345,'bill_country','vtiger_quotesbillads',1,'1','bill_country','Billing Country',1,2,'',100,11,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,346,'ship_country','vtiger_quotesshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,347,'bill_pobox','vtiger_quotesbillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,348,'ship_pobox','vtiger_quotesshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,349,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,54,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(20,350,'terms_conditions','vtiger_quotes',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,53,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(21,351,'purchaseorder_no','vtiger_purchaseorder',1,'4','purchaseorder_no','PurchaseOrder No',1,0,'',100,2,55,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(21,352,'subject','vtiger_purchaseorder',1,'2','subject','Subject',1,0,'',100,1,55,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(21,353,'vendorid','vtiger_purchaseorder',1,'81','vendor_id','Vendor Name',1,0,'',100,3,55,1,'I~M',3,NULL,'BAS',1,NULL,1,0,0),(21,354,'requisition_no','vtiger_purchaseorder',1,'1','requisition_no','Requisition No',1,2,'',100,4,55,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,355,'tracking_no','vtiger_purchaseorder',1,'1','tracking_no','Tracking Number',1,2,'',100,5,55,1,'V~O',3,NULL,'BAS',1,NULL,1,0,0),(21,356,'contactid','vtiger_purchaseorder',1,'57','contact_id','Contact Name',1,2,'',100,6,55,1,'I~O',3,NULL,'BAS',1,NULL,0,1,0),(21,357,'duedate','vtiger_purchaseorder',1,'5','duedate','Due Date',1,2,'',100,7,55,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(21,358,'carrier','vtiger_purchaseorder',1,'15','carrier','Carrier',1,2,'',100,8,55,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,359,'adjustment','vtiger_purchaseorder',1,'72','txtAdjustment','Adjustment',1,2,'',100,10,55,3,'NN~O',3,NULL,'BAS',1,NULL,0,0,0),(21,360,'salescommission','vtiger_purchaseorder',1,'1','salescommission','Sales Commission',1,2,'',100,11,55,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,361,'exciseduty','vtiger_purchaseorder',1,'1','exciseduty','Excise Duty',1,2,'',100,12,55,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,362,'total','vtiger_purchaseorder',1,'72','hdnGrandTotal','Total',1,2,'',100,13,55,3,'N~O',3,NULL,'BAS',1,NULL,1,0,0),(21,363,'subtotal','vtiger_purchaseorder',1,'72','hdnSubTotal','Sub Total',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,364,'taxtype','vtiger_purchaseorder',1,'16','hdnTaxType','Tax Type',1,2,'',100,14,55,3,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,365,'discount_percent','vtiger_purchaseorder',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,14,115,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,366,'discount_amount','vtiger_purchaseorder',1,'72','hdnDiscountAmount','Discount Amount',1,0,'',100,14,115,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,367,'s_h_amount','vtiger_purchaseorder',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,368,'postatus','vtiger_purchaseorder',1,'15','postatus','Status',1,2,'',100,15,55,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(21,369,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,16,55,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(21,370,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,55,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(21,371,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,55,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(21,372,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,55,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(21,373,'currency_id','vtiger_purchaseorder',1,'117','currency_id','Currency',1,2,'1',100,19,55,3,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(21,374,'conversion_rate','vtiger_purchaseorder',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,20,55,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,375,'bill_street','vtiger_pobillads',1,'24','bill_street','Billing Address',1,2,'',100,1,57,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(21,376,'ship_street','vtiger_poshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,57,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(21,377,'bill_city','vtiger_pobillads',1,'1','bill_city','Billing City',1,2,'',100,5,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,378,'ship_city','vtiger_poshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,379,'bill_state','vtiger_pobillads',1,'1','bill_state','Billing State',1,2,'',100,7,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,380,'ship_state','vtiger_poshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,381,'bill_code','vtiger_pobillads',1,'1','bill_code','Billing Code',1,2,'',100,9,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,382,'ship_code','vtiger_poshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,383,'bill_country','vtiger_pobillads',1,'1','bill_country','Billing Country',1,2,'',100,11,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,384,'ship_country','vtiger_poshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,385,'bill_pobox','vtiger_pobillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,386,'ship_pobox','vtiger_poshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,387,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,60,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(21,388,'terms_conditions','vtiger_purchaseorder',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,59,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(22,389,'salesorder_no','vtiger_salesorder',1,'4','salesorder_no','SalesOrder No',1,0,'',100,4,61,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(22,390,'subject','vtiger_salesorder',1,'2','subject','Subject',1,0,'',100,1,61,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(22,391,'potentialid','vtiger_salesorder',1,'76','potential_id','Potential Name',1,2,'',100,36,61,1,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(22,392,'customerno','vtiger_salesorder',1,'1','customerno','Customer No',1,1,'',100,3,61,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,393,'quoteid','vtiger_salesorder',1,'78','quote_id','Quote Name',1,1,'',100,5,61,1,'I~O',3,NULL,'BAS',0,NULL,1,0,0),(22,394,'purchaseorder','vtiger_salesorder',1,'1','vtiger_purchaseorder','Purchase Order',1,1,'',100,5,61,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,395,'contactid','vtiger_salesorder',1,'57','contact_id','Contact Name',1,2,'',100,6,61,1,'I~O',3,NULL,'BAS',1,NULL,0,1,0),(22,396,'duedate','vtiger_salesorder',1,'5','duedate','Order Date',1,2,'',100,8,61,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(22,397,'carrier','vtiger_salesorder',1,'15','carrier','Carrier',1,1,'',100,9,61,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,398,'pending','vtiger_salesorder',1,'1','pending','Pending',1,1,'',100,10,61,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,399,'sostatus','vtiger_salesorder',1,'15','sostatus','Status',1,2,'',100,11,61,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(22,400,'adjustment','vtiger_salesorder',1,'72','txtAdjustment','Adjustment',1,2,'',100,12,61,3,'NN~O',3,NULL,'BAS',1,NULL,0,0,0),(22,401,'salescommission','vtiger_salesorder',1,'1','salescommission','Sales Commission',1,1,'',100,13,61,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,402,'exciseduty','vtiger_salesorder',1,'1','exciseduty','Excise Duty',1,1,'',100,13,61,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,403,'total','vtiger_salesorder',1,'72','hdnGrandTotal','Total',1,2,'',100,14,61,3,'N~O',3,NULL,'BAS',1,NULL,1,0,0),(22,404,'subtotal','vtiger_salesorder',1,'72','hdnSubTotal','Sub Total',1,2,'',100,15,61,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,405,'taxtype','vtiger_salesorder',1,'16','hdnTaxType','Tax Type',1,2,'',100,15,61,3,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,406,'discount_percent','vtiger_salesorder',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,15,114,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,407,'discount_amount','vtiger_salesorder',1,'72','hdnDiscountAmount','Discount Amount',1,0,'',100,15,114,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,408,'s_h_amount','vtiger_salesorder',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,15,61,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,409,'accountid','vtiger_salesorder',1,'73','account_id','Account Name',1,2,'',100,16,61,1,'I~M',3,NULL,'BAS',1,NULL,0,1,0),(22,410,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,17,61,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(22,411,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,18,61,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(22,412,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,19,61,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(22,413,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,61,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(22,414,'currency_id','vtiger_salesorder',1,'117','currency_id','Currency',1,2,'1',100,20,61,3,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(22,415,'conversion_rate','vtiger_salesorder',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,21,61,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(22,416,'bill_street','vtiger_sobillads',1,'24','bill_street','Billing Address',1,2,'',100,1,63,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(22,417,'ship_street','vtiger_soshipads',1,'24','ship_street','Shipping Address',1,1,'',100,2,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,418,'bill_city','vtiger_sobillads',1,'1','bill_city','Billing City',1,2,'',100,5,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,419,'ship_city','vtiger_soshipads',1,'1','ship_city','Shipping City',1,1,'',100,6,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,420,'bill_state','vtiger_sobillads',1,'1','bill_state','Billing State',1,2,'',100,7,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,421,'ship_state','vtiger_soshipads',1,'1','ship_state','Shipping State',1,1,'',100,8,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,422,'bill_code','vtiger_sobillads',1,'1','bill_code','Billing Code',1,2,'',100,9,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,423,'ship_code','vtiger_soshipads',1,'1','ship_code','Shipping Code',1,1,'',100,10,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,424,'bill_country','vtiger_sobillads',1,'1','bill_country','Billing Country',1,2,'',100,11,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,425,'ship_country','vtiger_soshipads',1,'1','ship_country','Shipping Country',1,1,'',100,12,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,426,'bill_pobox','vtiger_sobillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,427,'ship_pobox','vtiger_soshipads',1,'1','ship_pobox','Shipping Po Box',1,1,'',100,4,63,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,428,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,66,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(22,429,'terms_conditions','vtiger_salesorder',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,65,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(22,430,'enable_recurring','vtiger_salesorder',1,'56','enable_recurring','Enable Recurring',1,0,'',100,1,85,1,'C~O',3,NULL,'BAS',0,NULL,0,0,0),(22,431,'recurring_frequency','vtiger_invoice_recurring_info',1,'16','recurring_frequency','Frequency',1,0,'',100,2,85,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(22,432,'start_period','vtiger_invoice_recurring_info',1,'5','start_period','Start Period',1,0,'',100,3,85,1,'D~O',3,NULL,'BAS',0,NULL,0,0,0),(22,433,'end_period','vtiger_invoice_recurring_info',1,'5','end_period','End Period',1,0,'',100,4,85,1,'D~O~OTH~G~start_period~Start Period',3,NULL,'BAS',0,NULL,0,0,0),(22,434,'payment_duration','vtiger_invoice_recurring_info',1,'16','payment_duration','Payment Duration',1,0,'',100,5,85,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(22,435,'invoice_status','vtiger_invoice_recurring_info',1,'15','invoicestatus','Invoice Status',1,0,'',100,6,85,1,'V~M',3,NULL,'BAS',0,NULL,0,0,0),(23,436,'subject','vtiger_invoice',1,'2','subject','Subject',1,0,'',100,1,67,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(23,437,'salesorderid','vtiger_invoice',1,'80','salesorder_id','Sales Order',1,2,'',100,2,67,1,'I~O',3,NULL,'BAS',0,NULL,1,0,0),(23,438,'customerno','vtiger_invoice',1,'1','customerno','Customer No',1,1,'',100,3,67,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,439,'contactid','vtiger_invoice',1,'57','contact_id','Contact Name',1,2,'',100,4,67,1,'I~O',3,NULL,'BAS',1,NULL,0,1,0),(23,440,'invoicedate','vtiger_invoice',1,'5','invoicedate','Invoice Date',1,2,'',100,5,67,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(23,441,'duedate','vtiger_invoice',1,'5','duedate','Due Date',1,2,'',100,6,67,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(23,442,'purchaseorder','vtiger_invoice',1,'1','vtiger_purchaseorder','Purchase Order',1,1,'',100,8,67,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,443,'adjustment','vtiger_invoice',1,'72','txtAdjustment','Adjustment',1,2,'',100,9,67,3,'NN~O',3,NULL,'BAS',1,NULL,0,0,0),(23,444,'salescommission','vtiger_invoice',1,'1','salescommission','Sales Commission',1,1,'',10,13,67,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,445,'exciseduty','vtiger_invoice',1,'1','exciseduty','Excise Duty',1,1,'',100,11,67,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,446,'subtotal','vtiger_invoice',1,'72','hdnSubTotal','Sub Total',1,2,'',100,12,67,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,447,'total','vtiger_invoice',1,'72','hdnGrandTotal','Total',1,2,'',100,13,67,3,'N~O',3,NULL,'BAS',1,NULL,1,0,0),(23,448,'taxtype','vtiger_invoice',1,'16','hdnTaxType','Tax Type',1,2,'',100,13,67,3,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,449,'discount_percent','vtiger_invoice',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,13,113,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,450,'discount_amount','vtiger_invoice',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,13,113,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,451,'s_h_amount','vtiger_invoice',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,69,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,452,'accountid','vtiger_invoice',1,'73','account_id','Account Name',1,2,'',100,14,67,1,'I~M',3,NULL,'BAS',1,NULL,0,1,0),(23,453,'invoicestatus','vtiger_invoice',1,'15','invoicestatus','Status',1,2,'',100,15,67,1,'V~O',3,NULL,'BAS',1,NULL,0,1,0),(23,454,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,16,67,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(23,455,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,67,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(23,456,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,67,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(23,457,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,67,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(23,458,'currency_id','vtiger_invoice',1,'117','currency_id','Currency',1,2,'1',100,19,67,3,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(23,459,'conversion_rate','vtiger_invoice',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,20,67,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(23,460,'bill_street','vtiger_invoicebillads',1,'24','bill_street','Billing Address',1,2,'',100,1,69,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(23,461,'ship_street','vtiger_invoiceshipads',1,'24','ship_street','Shipping Address',1,1,'',100,2,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,462,'bill_city','vtiger_invoicebillads',1,'1','bill_city','Billing City',1,2,'',100,5,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,463,'ship_city','vtiger_invoiceshipads',1,'1','ship_city','Shipping City',1,1,'',100,6,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,464,'bill_state','vtiger_invoicebillads',1,'1','bill_state','Billing State',1,2,'',100,7,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,465,'ship_state','vtiger_invoiceshipads',1,'1','ship_state','Shipping State',1,1,'',100,8,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,466,'bill_code','vtiger_invoicebillads',1,'1','bill_code','Billing Code',1,2,'',100,9,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,467,'ship_code','vtiger_invoiceshipads',1,'1','ship_code','Shipping Code',1,1,'',100,10,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,468,'bill_country','vtiger_invoicebillads',1,'1','bill_country','Billing Country',1,2,'',100,11,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,469,'ship_country','vtiger_invoiceshipads',1,'1','ship_country','Shipping Country',1,1,'',100,12,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,470,'bill_pobox','vtiger_invoicebillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,471,'ship_pobox','vtiger_invoiceshipads',1,'1','ship_pobox','Shipping Po Box',1,1,'',100,4,69,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(23,472,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,72,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(23,473,'terms_conditions','vtiger_invoice',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,71,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(23,474,'invoice_no','vtiger_invoice',1,'4','invoice_no','Invoice No',1,0,'',100,3,67,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(29,475,'user_name','vtiger_users',1,'106','user_name','User Name',1,0,'',11,1,77,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(29,476,'is_admin','vtiger_users',1,'156','is_admin','Admin',1,0,'',3,7,77,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,477,'user_password','vtiger_users',1,'99','user_password','Password',1,0,'',30,5,77,4,'P~M',1,NULL,'BAS',1,NULL,0,0,0),(29,478,'confirm_password','vtiger_users',1,'99','confirm_password','Confirm Password',1,0,'',30,6,77,4,'P~M',1,NULL,'BAS',1,NULL,0,0,0),(29,479,'first_name','vtiger_users',1,'1','first_name','First Name',1,0,'',30,3,77,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,480,'last_name','vtiger_users',1,'2','last_name','Last Name',1,0,'',30,4,77,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(29,481,'roleid','vtiger_user2role',1,'98','roleid','Role',1,0,'',200,8,77,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(29,482,'email1','vtiger_users',1,'104','email1','Email',1,0,'',100,2,77,1,'E~M',1,NULL,'BAS',1,NULL,0,0,0),(29,483,'status','vtiger_users',1,'115','status','Status',1,0,'Active',100,10,77,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,484,'activity_view','vtiger_users',1,'16','activity_view','Default Activity View',1,0,'',100,6,118,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,485,'lead_view','vtiger_users',1,'16','lead_view','Default Lead View',1,0,'',100,9,77,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,486,'hour_format','vtiger_users',1,'16','hour_format','Calendar Hour Format',1,0,'12',100,4,118,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,487,'end_hour','vtiger_users',1,'116','end_hour','Day ends at',1,0,'',100,11,77,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,488,'start_hour','vtiger_users',1,'16','start_hour','Day starts at',1,0,'',100,2,118,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,489,'is_owner','vtiger_users',1,'1','is_owner','Account Owner',0,2,'0',100,12,77,5,'V~O',0,1,'BAS',0,NULL,0,0,0),(29,490,'title','vtiger_users',1,'1','title','Title',1,0,'',50,1,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,491,'phone_work','vtiger_users',1,'11','phone_work','Office Phone',1,0,'',50,5,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,492,'department','vtiger_users',1,'1','department','Department',1,0,'',50,3,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,493,'phone_mobile','vtiger_users',1,'11','phone_mobile','Mobile',1,0,'',50,7,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,494,'reports_to_id','vtiger_users',1,'101','reports_to_id','Reports To',1,0,'',50,8,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,495,'phone_other','vtiger_users',1,'11','phone_other','Other Phone',1,0,'',50,11,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,496,'email2','vtiger_users',1,'13','email2','Other Email',1,0,'',100,4,79,1,'E~O',1,NULL,'BAS',1,NULL,0,0,0),(29,497,'phone_fax','vtiger_users',1,'11','phone_fax','Fax',1,0,'',50,2,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,498,'secondaryemail','vtiger_users',1,'13','secondaryemail','Secondary Email',1,0,'',100,6,79,1,'E~O',1,NULL,'BAS',1,NULL,0,0,0),(29,499,'phone_home','vtiger_users',1,'11','phone_home','Home Phone',1,0,'',50,9,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,500,'date_format','vtiger_users',1,'16','date_format','Date Format',1,0,'',30,3,118,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,501,'signature','vtiger_users',1,'21','signature','Signature',1,0,'',250,13,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,502,'description','vtiger_users',1,'21','description','Documents',1,0,'',250,14,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,503,'address_street','vtiger_users',1,'21','address_street','Street Address',1,0,'',250,1,80,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,504,'address_city','vtiger_users',1,'1','address_city','City',1,0,'',100,3,80,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,505,'address_state','vtiger_users',1,'1','address_state','State',1,0,'',100,5,80,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,506,'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,'',100,4,80,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,507,'address_country','vtiger_users',1,'1','address_country','Country',1,0,'',100,2,80,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,508,'accesskey','vtiger_users',1,'3','accesskey','Webservice Access Key',1,0,'',100,2,83,2,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,509,'time_zone','vtiger_users',1,'16','time_zone','Time Zone',1,0,'',200,5,118,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,510,'currency_id','vtiger_users',1,'117','currency_id','Currency',1,0,'',100,1,78,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(29,511,'currency_grouping_pattern','vtiger_users',1,'16','currency_grouping_pattern','Digit Grouping Pattern',1,0,'',100,2,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Digit Grouping Pattern</b> <br/><br/>This pattern specifies the format in which the currency separator will be placed.',0,0,0),(29,512,'currency_decimal_separator','vtiger_users',1,'16','currency_decimal_separator','Decimal Separator',1,0,'.',2,3,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Decimal Separator</b> <br/><br/>Decimal separator specifies the separator to be used to separate the fractional values from the whole number part. <br/><b>Eg:</b> <br/>. => 123.45 <br/>, => 123,45 <br/>\' => 123\'45 <br/> => 123 45 <br/>$ => 123$45 <br/>',0,0,0),(29,513,'currency_grouping_separator','vtiger_users',1,'16','currency_grouping_separator','Digit Grouping Separator',1,0,',',2,4,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Grouping Separator</b> <br/><br/>Grouping separator specifies the separator to be used to group the whole number part into hundreds, thousands etc. <br/><b>Eg:</b> <br/>. => 123.456.789 <br/>, => 123,456,789 <br/>\' => 123\'456\'789 <br/> => 123 456 789 <br/>$ => 123$456$789 <br/>',0,0,0),(29,514,'currency_symbol_placement','vtiger_users',1,'16','currency_symbol_placement','Symbol Placement',1,0,'',20,5,78,1,'V~O',1,NULL,'BAS',1,'<b>Currency - Symbol Placement</b> <br/><br/>Symbol Placement allows you to configure the position of the currency symbol with respect to the currency value.<br/><b>Eg:</b> <br/>$1.0 => $123,456,789.50 <br/>1.0$ => 123,456,789.50$ <br/>',0,0,0),(29,515,'imagename','vtiger_users',1,'105','imagename','User Image',1,0,'',250,10,82,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,516,'internal_mailer','vtiger_users',1,'56','internal_mailer','INTERNAL_MAIL_COMPOSER',1,0,'',50,15,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,517,'theme','vtiger_users',1,'31','theme','Theme',1,0,'softed',100,16,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,518,'language','vtiger_users',1,'32','language','Language',1,0,'en_us',100,17,79,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(29,519,'reminder_interval','vtiger_users',1,'16','reminder_interval','Reminder Interval',1,0,'',100,11,118,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,520,'from_email','vtiger_emaildetails',1,'12','from_email','From',1,2,'',100,1,21,3,'V~M',3,NULL,'BAS',0,NULL,0,0,0),(10,521,'to_email','vtiger_emaildetails',1,'8','saved_toid','To',1,2,'',100,2,21,1,'V~M',3,NULL,'BAS',0,NULL,0,0,0),(10,522,'cc_email','vtiger_emaildetails',1,'8','ccmail','CC',1,2,'',1000,3,21,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(10,523,'bcc_email','vtiger_emaildetails',1,'8','bccmail','BCC',1,2,'',1000,4,21,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(10,524,'idlists','vtiger_emaildetails',1,'357','parent_id','Parent ID',1,2,'',1000,5,21,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(10,525,'email_flag','vtiger_emaildetails',1,'16','email_flag','Email Flag',1,2,'',1000,6,21,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(31,526,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,88,1,'V~M',2,2,'BAS',1,'',1,0,0),(31,527,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,88,2,'DT~O',3,0,'BAS',0,'',0,0,0),(31,528,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,88,2,'DT~O',3,0,'BAS',0,'',0,0,0),(31,529,'start_date','vtiger_servicecontracts',1,'5','start_date','Start Date',1,2,'',100,7,88,1,'D~O',2,4,'BAS',1,'',0,0,0),(31,530,'end_date','vtiger_servicecontracts',1,'5','end_date','End Date',1,2,'',100,11,88,2,'D~O',3,0,'BAS',0,'',0,0,0),(31,531,'sc_related_to','vtiger_servicecontracts',1,'10','sc_related_to','Related to',1,2,'',100,3,88,1,'V~O',2,6,'BAS',1,'',0,0,0),(31,532,'tracking_unit','vtiger_servicecontracts',1,'15','tracking_unit','Tracking Unit',1,2,'',100,6,88,1,'V~O',2,7,'BAS',1,'',0,0,0),(31,533,'total_units','vtiger_servicecontracts',1,'7','total_units','Total Units',1,2,'',100,8,88,1,'NN~O',2,8,'BAS',1,'',1,0,0),(31,534,'used_units','vtiger_servicecontracts',1,'7','used_units','Used Units',1,2,'',100,10,88,1,'NN~O',2,9,'BAS',1,'',1,0,0),(31,535,'subject','vtiger_servicecontracts',1,'1','subject','Subject',1,0,'',100,1,88,1,'V~M',0,1,'BAS',1,'',1,0,0),(31,536,'due_date','vtiger_servicecontracts',1,'23','due_date','Due date',1,2,'',100,9,88,1,'D~O',2,5,'BAS',1,'',0,0,0),(31,537,'planned_duration','vtiger_servicecontracts',1,'1','planned_duration','Planned Duration',1,2,'',100,13,88,2,'V~O',3,0,'BAS',0,'',0,0,0),(31,538,'actual_duration','vtiger_servicecontracts',1,'1','actual_duration','Actual Duration',1,2,'',100,15,88,2,'V~O',3,0,'BAS',0,'',0,0,0),(31,539,'contract_status','vtiger_servicecontracts',1,'15','contract_status','Status',1,2,'',100,12,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(31,540,'priority','vtiger_servicecontracts',1,'15','contract_priority','Priority',1,2,'',100,14,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(31,541,'contract_type','vtiger_servicecontracts',1,'15','contract_type','Type',1,2,'',100,5,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(31,542,'progress','vtiger_servicecontracts',1,'9','progress','Progress',1,2,'',100,16,88,2,'N~O~2~2',3,3,'BAS',0,'',0,0,0),(31,543,'contract_no','vtiger_servicecontracts',1,'4','contract_no','Contract No',1,0,'',100,2,88,1,'V~O',3,0,'BAS',0,'',1,0,0),(31,544,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,88,3,'V~O',3,0,'BAS',0,'',0,0,0),(31,545,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,19,88,2,'V~O',3,10,'BAS',0,'',0,0,0),(31,546,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,20,88,6,'C~O',3,11,'BAS',0,'',0,0,0),(31,547,'tags','vtiger_servicecontracts',1,'1','tags','tags',1,2,'',100,21,88,6,'V~O',3,12,'BAS',0,'',0,0,0),(36,548,'servicename','vtiger_service',1,'2','servicename','Service Name',1,0,'',100,1,90,1,'V~M',0,1,'BAS',1,'',1,0,0),(36,549,'service_no','vtiger_service',1,'4','service_no','Service No',1,0,'',100,2,90,1,'V~O',3,0,'BAS',0,'',1,0,0),(36,550,'discontinued','vtiger_service',1,'56','discontinued','Service Active',1,2,'1',100,4,90,1,'V~O',2,3,'BAS',1,'',0,0,0),(36,551,'sales_start_date','vtiger_service',1,'5','sales_start_date','Sales Start Date',1,2,'',100,9,90,1,'D~O',1,0,'BAS',1,'',0,0,0),(36,552,'sales_end_date','vtiger_service',1,'5','sales_end_date','Sales End Date',1,2,'',100,10,90,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,0,'BAS',1,'',0,0,0),(36,553,'start_date','vtiger_service',1,'5','start_date','Support Start Date',1,2,'',100,11,90,1,'D~O',1,0,'BAS',1,'',0,0,0),(36,554,'expiry_date','vtiger_service',1,'5','expiry_date','Support Expiry Date',1,2,'',100,12,90,1,'D~O~OTH~GE~start_date~Start Date',1,0,'BAS',1,'',0,0,0),(36,555,'website','vtiger_service',1,'17','website','Website',1,2,'',100,6,90,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,556,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,13,90,2,'DT~O',3,0,'BAS',0,'',0,0,0),(36,557,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,14,90,2,'DT~O',3,0,'BAS',0,'',0,0,0),(36,558,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,90,3,'V~O',3,0,'BAS',0,'',0,0,0),(36,559,'service_usageunit','vtiger_service',1,'15','service_usageunit','Usage Unit',1,2,'',100,3,90,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,560,'qty_per_unit','vtiger_service',1,'1','qty_per_unit','No of Units',1,2,'',100,5,90,1,'N~O',1,0,'BAS',1,'',1,0,0),(36,561,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Owner',1,0,'',100,8,90,1,'I~O',1,0,'BAS',1,'',0,0,0),(36,562,'servicecategory','vtiger_service',1,'15','servicecategory','Service Category',1,2,'',100,7,90,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,563,'unit_price','vtiger_service',1,'72','unit_price','Price',1,0,'',100,1,91,1,'N~O',2,2,'BAS',0,'',1,0,0),(36,564,'taxclass','vtiger_service',1,'83','taxclass','Taxes',1,2,'',100,4,91,1,'V~O',2,0,'BAS',1,'',0,0,0),(36,565,'commissionrate','vtiger_service',1,'9','commissionrate','Commission Rate',1,2,'',100,2,91,1,'N~O',1,0,'BAS',1,'',1,0,0),(36,566,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,93,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,567,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,90,2,'V~O',3,4,'BAS',0,'',0,0,0),(36,568,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,90,6,'C~O',3,5,'BAS',0,'',0,0,0),(36,569,'tags','vtiger_service',1,'1','tags','tags',1,2,'',100,19,90,6,'V~O',3,6,'BAS',0,'',0,0,0),(37,570,'direction','vtiger_pbxmanager',1,'1','direction','Direction',1,2,'',100,1,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,571,'callstatus','vtiger_pbxmanager',1,'1','callstatus','Call Status',1,2,'',100,2,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,572,'starttime','vtiger_pbxmanager',1,'70','starttime','Start Time',1,2,'',100,7,94,1,'DT~O',1,0,'BAS',1,'',1,0,0),(37,573,'endtime','vtiger_pbxmanager',1,'70','endtime','End Time',1,2,'',100,8,94,1,'DT~O',1,0,'BAS',1,'',0,0,0),(37,574,'totalduration','vtiger_pbxmanager',1,'7','totalduration','Total Duration',1,2,'',100,10,94,1,'I~O',1,0,'BAS',1,'',0,0,0),(37,575,'billduration','vtiger_pbxmanager',1,'7','billduration','Bill Duration',1,2,'',100,11,94,1,'I~O',1,0,'BAS',1,'',0,0,0),(37,576,'recordingurl','vtiger_pbxmanager',1,'17','recordingurl','Recording URL',1,2,'',100,9,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,577,'sourceuuid','vtiger_pbxmanager',1,'1','sourceuuid','Source UUID',1,2,'',100,12,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,578,'gateway','vtiger_pbxmanager',1,'1','gateway','Gateway',1,2,'',100,13,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,579,'customer','vtiger_pbxmanager',1,'10','customer','Customer',1,2,'',100,3,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,580,'user','vtiger_pbxmanager',1,'52','user','User',1,2,'',100,4,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,581,'customernumber','vtiger_pbxmanager',1,'11','customernumber','Customer Number',1,2,'',100,5,94,1,'V~M',1,0,'BAS',1,'',0,0,0),(37,582,'customertype','vtiger_pbxmanager',1,'1','customertype','Customer Type',1,2,'',100,6,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,583,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,14,94,1,'V~M',1,0,'BAS',1,'',0,0,0),(37,584,'createdtime','vtiger_crmentity',1,'70','CreatedTime','Created Time',1,2,'',100,15,94,2,'DT~O',1,0,'BAS',0,'',0,0,0),(37,585,'modifiedtime','vtiger_crmentity',1,'70','ModifiedTime','Modified Time',1,2,'',100,16,94,2,'DT~O',1,0,'BAS',0,'',0,0,0),(37,586,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,94,2,'V~O',3,1,'BAS',0,'',0,0,0),(29,587,'phone_crm_extension','vtiger_users',1,'11','phone_crm_extension','CRM Phone Extension',1,2,'',100,18,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(39,588,'projectmilestonename','vtiger_projectmilestone',1,'2','projectmilestonename','Project Milestone Name',1,2,'',100,1,95,1,'V~M',0,1,'BAS',1,'',1,0,0),(39,589,'projectmilestonedate','vtiger_projectmilestone',1,'5','projectmilestonedate','Milestone Date',1,2,'',100,5,95,1,'D~O',0,3,'BAS',1,'',1,0,0),(39,590,'projectid','vtiger_projectmilestone',1,'10','projectid','Related to',1,0,'',100,4,95,1,'V~M',0,4,'BAS',1,'',0,0,0),(39,591,'projectmilestonetype','vtiger_projectmilestone',1,'15','projectmilestonetype','Type',1,2,'',100,7,95,1,'V~O',1,0,'BAS',1,'',1,0,0),(39,592,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,6,95,1,'V~M',0,2,'BAS',1,'',0,0,0),(39,593,'projectmilestone_no','vtiger_projectmilestone',2,'4','projectmilestone_no','Project Milestone No',1,0,'',100,2,95,1,'V~O',3,4,'BAS',0,'',0,0,0),(39,594,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,1,96,2,'DT~O',1,0,'BAS',0,'',0,0,0),(39,595,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,2,96,2,'DT~O',1,0,'BAS',0,'',0,0,0),(39,596,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,3,96,3,'V~O',3,0,'BAS',0,'',0,0,0),(39,597,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,97,1,'V~O',1,0,'BAS',1,'',0,0,0),(39,598,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,95,2,'V~O',3,5,'BAS',0,'',0,0,0),(39,599,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,95,6,'C~O',3,6,'BAS',0,'',0,0,0),(39,600,'tags','vtiger_projectmilestone',1,'1','tags','tags',1,2,'',100,10,95,6,'V~O',3,7,'BAS',0,'',0,0,0),(40,601,'projecttaskname','vtiger_projecttask',1,'2','projecttaskname','Project Task Name',1,2,'',100,1,98,1,'V~M',0,1,'BAS',1,'',1,0,0),(40,602,'projecttasktype','vtiger_projecttask',1,'15','projecttasktype','Type',1,2,'',100,4,98,1,'V~O',1,0,'BAS',1,'',1,0,0),(40,603,'projecttaskpriority','vtiger_projecttask',1,'15','projecttaskpriority','Priority',1,2,'',100,3,98,1,'V~O',1,0,'BAS',1,'',0,0,0),(40,604,'projectid','vtiger_projecttask',1,'10','projectid','Related to',1,0,'',100,6,98,1,'V~M',0,5,'BAS',1,'',0,0,0),(40,605,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,7,98,1,'V~M',0,2,'BAS',1,'',1,0,0),(40,606,'projecttasknumber','vtiger_projecttask',1,'7','projecttasknumber','Project Task Number',1,2,'',100,5,98,1,'I~O',1,0,'BAS',1,'',0,0,0),(40,607,'projecttask_no','vtiger_projecttask',2,'4','projecttask_no','Project Task No',1,0,'',100,2,98,1,'V~O',3,4,'BAS',0,'',0,0,0),(40,608,'projecttaskprogress','vtiger_projecttask',1,'15','projecttaskprogress','Progress',1,2,'',100,1,99,1,'V~O',1,0,'BAS',1,'',1,0,0),(40,609,'projecttaskhours','vtiger_projecttask',1,'7','projecttaskhours','Worked Hours',1,2,'',100,2,99,1,'V~O',1,0,'BAS',1,'',0,0,0),(40,610,'startdate','vtiger_projecttask',1,'5','startdate','Start Date',1,2,'',100,3,99,1,'D~O',0,3,'BAS',1,'',1,0,0),(40,611,'enddate','vtiger_projecttask',1,'5','enddate','End Date',1,2,'',100,4,99,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',1,0,0),(40,612,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,99,2,'DT~O',1,0,'BAS',0,'',0,0,0),(40,613,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,99,2,'DT~O',1,0,'BAS',0,'',0,0,0),(40,614,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,99,3,'V~O',3,0,'BAS',0,'',0,0,0),(40,615,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,100,1,'V~O',1,0,'BAS',1,'',0,0,0),(40,616,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,98,2,'V~O',3,6,'BAS',0,'',0,0,0),(40,617,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,98,6,'C~O',3,7,'BAS',0,'',0,0,0),(40,618,'tags','vtiger_projecttask',1,'1','tags','tags',1,2,'',100,10,98,6,'V~O',3,8,'BAS',0,'',0,0,0),(41,619,'projectname','vtiger_project',1,'2','projectname','Project Name',1,2,'',100,1,101,1,'V~M',0,1,'BAS',1,'',1,0,0),(41,620,'startdate','vtiger_project',1,'23','startdate','Start Date',1,2,'',100,3,101,1,'D~O',0,3,'BAS',1,'',1,0,0),(41,621,'targetenddate','vtiger_project',1,'23','targetenddate','Target End Date',1,2,'',100,5,101,1,'D~O~OTH~GE~startdate~Start Date',0,4,'BAS',1,'',1,0,0),(41,622,'actualenddate','vtiger_project',1,'23','actualenddate','Actual End Date',1,2,'',100,6,101,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',0,0,0),(41,623,'projectstatus','vtiger_project',1,'15','projectstatus','Status',1,2,'',100,7,101,1,'V~O',1,0,'BAS',1,'',1,0,0),(41,624,'projecttype','vtiger_project',1,'15','projecttype','Type',1,2,'',100,8,101,1,'V~O',1,0,'BAS',1,'',1,0,0),(41,625,'linktoaccountscontacts','vtiger_project',1,'10','linktoaccountscontacts','Related to',1,2,'',100,9,101,1,'V~O',1,0,'BAS',1,'',0,1,0),(41,626,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,101,1,'V~M',0,2,'BAS',1,'',1,0,0),(41,627,'project_no','vtiger_project',2,'4','project_no','Project No',1,0,'',100,2,101,1,'V~O',3,0,'BAS',0,'',0,0,0),(41,628,'targetbudget','vtiger_project',1,'7','targetbudget','Target Budget',1,2,'',100,1,102,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,629,'projecturl','vtiger_project',1,'17','projecturl','Project Url',1,2,'',100,2,102,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,630,'projectpriority','vtiger_project',1,'15','projectpriority','Priority',1,2,'',100,3,102,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,631,'progress','vtiger_project',1,'15','progress','Progress',1,2,'',100,4,102,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,632,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,102,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,633,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,102,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,634,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,102,3,'V~O',3,0,'BAS',0,'',0,0,0),(41,635,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,103,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,636,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,10,101,2,'V~O',3,5,'BAS',0,'',0,0,0),(41,637,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,11,101,6,'C~O',3,6,'BAS',0,'',0,0,0),(41,638,'tags','vtiger_project',1,'1','tags','tags',1,2,'',100,12,101,6,'V~O',3,7,'BAS',0,'',0,0,0),(43,639,'asset_no','vtiger_assets',1,'4','asset_no','Asset No',1,0,'',100,2,104,1,'V~O',3,0,'BAS',0,'\n ',1,0,0),(43,640,'product','vtiger_assets',1,'10','product','Product Name',1,2,'',100,3,104,1,'V~M',0,3,'BAS',1,'\n ',1,0,0),(43,641,'serialnumber','vtiger_assets',1,'2','serialnumber','Serial Number',1,2,'',100,4,104,1,'V~M',0,5,'BAS',1,'\n ',0,0,0),(43,642,'datesold','vtiger_assets',1,'5','datesold','Date Sold',1,2,'',100,5,104,1,'D~M~OTH~GE~datesold~Date Sold',0,0,'BAS',1,'\n ',0,0,0),(43,643,'dateinservice','vtiger_assets',1,'5','dateinservice','Date in Service',1,2,'',100,6,104,1,'D~M~OTH~GE~dateinservice~Date in Service',0,4,'BAS',1,'\n ',0,0,0),(43,644,'assetstatus','vtiger_assets',1,'15','assetstatus','Status',1,2,'',100,7,104,1,'V~M',0,0,'BAS',1,'\n ',0,0,0),(43,645,'tagnumber','vtiger_assets',1,'2','tagnumber','Tag Number',1,2,'',100,8,104,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(43,646,'invoiceid','vtiger_assets',1,'10','invoiceid','Invoice Name',1,2,'',100,9,104,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(43,647,'shippingmethod','vtiger_assets',1,'2','shippingmethod','Shipping Method',1,2,'',100,10,104,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(43,648,'shippingtrackingnumber','vtiger_assets',1,'2','shippingtrackingnumber','Shipping Tracking Number',1,2,'',100,11,104,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(43,649,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,104,1,'V~M',0,2,'BAS',1,'\n ',0,0,0),(43,650,'assetname','vtiger_assets',1,'1','assetname','Asset Name',1,0,'',100,12,104,1,'V~M',0,6,'BAS',1,'\n ',1,0,0),(43,651,'account','vtiger_assets',1,'10','account','Customer Name',1,2,'',100,13,104,1,'V~M',0,0,'BAS',1,'\n ',1,0,0),(43,652,'contact','vtiger_assets',1,'10','contact','Contact Name',1,2,'',100,14,104,1,'V~O',0,0,'BAS',1,'\n ',0,0,0),(43,653,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,104,2,'DT~O',3,0,'BAS',0,'\n ',0,0,0),(43,654,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,104,2,'DT~O',3,0,'BAS',0,'\n ',0,0,0),(43,655,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,104,3,'V~O',3,0,'BAS',0,'\n ',0,0,0),(43,656,'description','vtiger_crmentity',1,'19','description','Notes',1,2,'',100,1,106,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(43,657,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,104,2,'V~O',3,7,'BAS',0,'',0,0,0),(43,658,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,104,6,'C~O',3,8,'BAS',0,'',0,0,0),(43,659,'tags','vtiger_assets',1,'1','tags','tags',1,2,'',100,19,104,6,'V~O',3,9,'BAS',0,'',0,0,0),(46,660,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,107,1,'V~M',1,0,'BAS',1,'',1,0,0),(46,661,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,107,2,'DT~O',1,0,'BAS',0,'',0,0,0),(46,662,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,107,2,'DT~O',1,0,'BAS',0,'',0,0,0),(46,663,'message','vtiger_smsnotifier',1,'21','message','message',1,0,'',100,1,107,1,'V~M',1,0,'BAS',1,'',1,0,0),(46,664,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,107,3,'V~O',1,0,'BAS',0,'',0,0,0),(46,665,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,107,2,'V~O',3,1,'BAS',0,'',0,0,0),(48,666,'commentcontent','vtiger_modcomments',1,'19','commentcontent','Comment',1,0,'',100,4,110,1,'V~M',0,4,'BAS',2,'',1,0,0),(48,667,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,1,111,1,'V~M',0,1,'BAS',2,'',1,0,0),(48,668,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,111,2,'DT~O',0,2,'BAS',0,'',0,0,0),(48,669,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,111,2,'DT~O',0,3,'BAS',0,'',0,0,0),(48,670,'related_to','vtiger_modcomments',1,'10','related_to','Related To',1,2,'',100,2,111,1,'V~M',2,5,'BAS',2,'',0,0,0),(48,671,'smcreatorid','vtiger_crmentity',1,'52','creator','Creator',1,2,'',100,4,111,2,'V~O',1,0,'BAS',1,'',0,0,0),(48,672,'parent_comments','vtiger_modcomments',1,'10','parent_comments','Related To Comments',1,2,'',100,7,111,1,'V~O',1,0,'BAS',1,'',0,0,0),(48,673,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,5,110,2,'V~O',3,6,'BAS',0,'',0,0,0),(2,674,'forecast_amount','vtiger_potential',1,'71','forecast_amount','Forecast Amount',1,2,'',100,18,1,1,'N~O',2,0,'BAS',0,'',0,0,0),(29,675,'no_of_currency_decimals','vtiger_users',1,'16','no_of_currency_decimals','Number Of Currency Decimals',1,2,'2',100,6,78,1,'V~O',1,0,'BAS',1,'<b>Currency - Number of Decimal places</b> <br/><br/>Number of decimal places specifies how many number of decimals will be shown after decimal separator.<br/><b>Eg:</b> 123.00',0,0,0),(23,676,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,113,5,'V~M',1,0,'BAS',0,'',0,0,0),(23,677,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(23,678,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(23,679,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(23,680,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Item Discount Amount',0,2,'',100,5,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(23,681,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(23,682,'tax1','vtiger_inventoryproductrel',1,'83','tax1','VAT',0,2,'',100,7,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(23,683,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Sales',0,2,'',100,8,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(23,684,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Service',0,2,'',100,9,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,685,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,114,5,'V~M',1,0,'BAS',0,'',0,0,0),(22,686,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(22,687,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(22,688,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,689,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Item Discount Amount',0,2,'',100,5,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(22,690,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,691,'tax1','vtiger_inventoryproductrel',1,'83','tax1','VAT',0,2,'',100,7,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,692,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Sales',0,2,'',100,8,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,693,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Service',0,2,'',100,9,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(21,694,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,115,5,'V~M',1,0,'BAS',0,'',0,0,0),(21,695,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,115,5,'N~O',1,0,'BAS',0,'',0,0,0),(21,696,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,115,5,'N~O',1,0,'BAS',0,'',0,0,0),(21,697,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(21,698,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Item Discount Amount',0,2,'',100,5,115,5,'N~O',1,0,'BAS',0,'',0,0,0),(21,699,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(21,700,'tax1','vtiger_inventoryproductrel',1,'83','tax1','VAT',0,2,'',100,7,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(21,701,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Sales',0,2,'',100,8,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(21,702,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Service',0,2,'',100,9,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,703,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',0,2,'',100,1,116,5,'V~M',1,0,'BAS',0,'',0,0,0),(20,704,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',0,2,'',100,2,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,705,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',0,2,'',100,3,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,706,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',0,2,'',100,4,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,707,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Item Discount Amount',0,2,'',100,5,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,708,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',0,2,'',100,6,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,709,'tax1','vtiger_inventoryproductrel',1,'83','tax1','VAT',0,2,'',100,7,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,710,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Sales',0,2,'',100,8,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,711,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Service',0,2,'',100,9,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(29,712,'truncate_trailing_zeros','vtiger_users',1,'56','truncate_trailing_zeros','Truncate Trailing Zeros',1,2,'0',100,7,78,1,'V~O',1,0,'BAS',1,'<b> Truncate Trailing Zeros </b> <br/><br/>It truncated trailing 0s in any of Currency, Decimal and Percentage Field types<br/><br/><b>Ex:</b><br/>If value is 89.00000 then <br/>decimal and Percentage fields were shows 89<br/>currency field type - shows 89.00<br/>',0,0,0),(40,713,'projecttaskstatus','vtiger_projecttask',1,'15','projecttaskstatus','Status',1,2,'',100,11,98,1,'V~O',0,9,'BAS',1,'',0,0,0),(48,714,'customer','vtiger_modcomments',1,'10','customer','Customer',1,2,'',100,6,110,3,'V~O',1,0,'BAS',1,'',0,0,0),(29,715,'dayoftheweek','vtiger_users',1,'16','dayoftheweek','Starting Day of the week',1,2,'Monday',100,1,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,716,'callduration','vtiger_users',1,'16','callduration','Default Call Duration',1,2,'5',100,7,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,717,'othereventduration','vtiger_users',1,'16','othereventduration','Other Event Duration',1,2,'5',100,8,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,718,'pre_tax_total','vtiger_invoice',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,67,3,'N~O',1,0,'BAS',1,'',0,0,0),(22,719,'pre_tax_total','vtiger_salesorder',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,61,3,'N~O',1,0,'BAS',1,'',0,0,0),(21,720,'pre_tax_total','vtiger_purchaseorder',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,55,3,'N~O',1,0,'BAS',1,'',0,0,0),(20,721,'pre_tax_total','vtiger_quotes',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,49,3,'N~O',1,0,'BAS',1,'',0,0,0),(29,722,'calendarsharedtype','vtiger_users',1,'16','calendarsharedtype','Calendar Shared Type',1,2,'Public',100,12,118,3,'V~O',1,0,'BAS',1,'',0,0,0),(6,723,'isconvertedfromlead','vtiger_account',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,24,9,1,'C~O',1,0,'BAS',1,'',0,0,0),(4,724,'isconvertedfromlead','vtiger_contactdetails',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,16,4,1,'C~O',1,0,'BAS',1,'',0,0,0),(2,725,'isconvertedfromlead','vtiger_potential',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,19,1,1,'C~O',1,0,'BAS',1,'',0,0,0),(29,726,'default_record_view','vtiger_users',1,'16','default_record_view','Default Record View',1,2,'Summary',100,19,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,727,'received','vtiger_invoice',1,'72','received','Received',1,2,'0',100,24,67,3,'N~O',1,0,'BAS',1,'',0,0,0),(23,728,'balance','vtiger_invoice',1,'72','balance','Balance',1,2,'0',100,25,67,3,'N~O',1,0,'BAS',1,'',0,0,0),(21,729,'paid','vtiger_purchaseorder',1,'72','paid','Paid',1,2,'0',100,24,55,3,'N~O',1,0,'BAS',1,'',0,0,0),(21,730,'balance','vtiger_purchaseorder',1,'72','balance','Balance',1,2,'0',100,25,55,3,'N~O',1,0,'BAS',1,'',0,0,0),(18,731,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,13,42,1,'V~M',1,0,'BAS',1,'',0,0,0),(7,732,'emailoptout','vtiger_leaddetails',1,'56','emailoptout','Email Opt Out',1,0,'',100,24,13,1,'C~O',1,0,'BAS',1,'',0,0,0),(48,733,'userid','vtiger_modcomments',1,'10','userid','UserId',1,2,'',100,7,110,3,'V~O',1,0,'BAS',1,'',0,0,0),(48,734,'reasontoedit','vtiger_modcomments',1,'19','reasontoedit','ReasonToEdit',1,2,'',100,8,110,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,735,'s_h_percent','vtiger_invoice',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,113,5,'N~O',0,1,'BAS',0,'',0,0,0),(20,736,'s_h_percent','vtiger_quotes',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,116,5,'N~O',0,1,'BAS',0,'',0,0,0),(21,737,'s_h_percent','vtiger_purchaseorder',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,115,5,'N~O',0,1,'BAS',0,'',0,0,0),(22,738,'s_h_percent','vtiger_salesorder',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,114,5,'N~O',0,1,'BAS',0,'',0,0,0),(29,739,'leftpanelhide','vtiger_users',1,'56','leftpanelhide','Left Panel Hide',1,2,'0',100,20,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(2,740,'contact_id','vtiger_potential',1,'10','contact_id','Contact Name',1,2,'',100,4,1,1,'I~O',1,0,'BAS',1,'',1,0,0),(13,741,'contact_id','vtiger_troubletickets',1,'10','contact_id','Contact Name',1,2,'',100,3,25,1,'V~O',1,0,'BAS',1,'',1,0,0),(29,742,'rowheight','vtiger_users',1,'16','rowheight','Row Height',1,2,'medium',100,21,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,743,'defaulteventstatus','vtiger_users',1,'15','defaulteventstatus','Default Event Status',1,2,'Planned',100,9,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,744,'defaultactivitytype','vtiger_users',1,'15','defaultactivitytype','Default Activity Type',1,2,'Call',100,10,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,745,'hidecompletedevents','vtiger_users',1,'56','hidecompletedevents','LBL_HIDE_COMPLETED_EVENTS',1,2,'0',100,13,118,1,'C~O',1,0,'BAS',1,'',0,0,0),(14,772,'purchase_cost','vtiger_products',1,'71','purchase_cost','Purchase Cost',1,0,'',100,5,32,1,'N~O',1,0,'BAS',1,'',0,0,0),(36,773,'purchase_cost','vtiger_service',1,'71','purchase_cost','Purchase Cost',1,0,'',100,5,91,1,'N~O',1,0,'BAS',1,'',0,0,0),(23,774,'potential_id','vtiger_invoice',1,'10','potential_id','Potential Name',1,2,'',100,35,67,1,'I~O',1,0,'BAS',1,'',0,0,0),(29,775,'defaultcalendarview','vtiger_users',1,'16','defaultcalendarview','Default Calendar View',1,0,'MyCalendar',100,14,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,776,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,14,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(23,777,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',0,1,'',100,15,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(23,778,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',0,1,'',100,16,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,779,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,15,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,780,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',0,1,'',100,16,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,781,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',0,1,'',100,17,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(21,782,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,15,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,783,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,16,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,784,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',0,1,'',100,17,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(22,785,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',0,1,'',100,18,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(48,786,'is_private','vtiger_modcomments',1,'7','is_private','Is Private',1,2,'',100,9,110,1,'I~O',1,0,'BAS',1,'',0,0,0),(48,787,'filename','vtiger_modcomments',1,'61','filename','Attachment',1,0,'',100,10,110,1,'V~O',1,0,'BAS',1,'',0,0,0),(48,788,'related_email_id','vtiger_modcomments',1,'1','related_email_id','Related Email Id',1,2,'0',100,11,110,1,'I~O',1,0,'BAS',1,'',0,0,0),(2,789,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,20,1,2,'V~O',3,7,'BAS',0,'',0,0,0),(4,790,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,18,4,2,'V~O',3,7,'BAS',0,'',0,0,0),(6,791,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,25,9,2,'V~O',3,5,'BAS',0,'',0,0,0),(7,792,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,25,13,2,'V~O',3,7,'BAS',0,'',0,0,0),(8,793,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,13,17,2,'V~O',3,4,'BAS',0,'',0,0,0),(9,794,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,23,19,2,'V~O',3,5,'BAS',0,'',0,0,0),(10,795,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,13,21,2,'V~O',3,1,'BAS',0,'',0,0,0),(13,796,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,18,25,2,'V~O',3,5,'BAS',0,'',0,0,0),(14,797,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,23,31,2,'V~O',3,6,'BAS',0,'',0,0,0),(15,798,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,37,2,'V~O',3,1,'BAS',0,'',0,0,0),(16,799,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,23,39,2,'V~O',3,7,'BAS',0,'',0,0,0),(18,800,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,42,2,'V~O',3,4,'BAS',0,'',0,0,0),(19,801,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,46,2,'V~O',3,4,'BAS',0,'',0,0,0),(20,802,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,24,49,2,'V~O',3,2,'BAS',0,'',0,0,0),(21,803,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,26,55,2,'V~O',3,2,'BAS',0,'',0,0,0),(22,804,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,24,61,2,'V~O',3,2,'BAS',0,'',0,0,0),(23,805,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,27,67,2,'V~O',3,2,'BAS',0,'',0,0,0),(26,806,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,74,2,'V~O',3,8,'BAS',0,'',0,0,0),(10,807,'click_count','vtiger_email_track',1,'25','click_count','Click Count',1,2,'0',100,14,21,3,'I~O',0,2,'BAS',0,'',0,0,0),(2,808,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,21,1,6,'C~O',3,8,'BAS',0,'',0,0,0),(4,809,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,31,4,6,'C~O',3,8,'BAS',0,'',0,0,0),(6,810,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,26,9,6,'C~O',3,6,'BAS',0,'',0,0,0),(7,811,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,26,13,6,'C~O',3,8,'BAS',0,'',0,0,0),(8,812,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,14,17,6,'C~O',3,5,'BAS',0,'',0,0,0),(9,813,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,24,19,6,'C~O',3,6,'BAS',0,'',0,0,0),(10,814,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,21,6,'C~O',3,3,'BAS',0,'',0,0,0),(13,815,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,19,25,6,'C~O',3,6,'BAS',0,'',0,0,0),(14,816,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,24,31,6,'C~O',3,7,'BAS',0,'',0,0,0),(15,817,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,37,6,'C~O',3,2,'BAS',0,'',0,0,0),(16,818,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,24,39,6,'C~O',3,8,'BAS',0,'',0,0,0),(18,819,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,42,6,'C~O',3,5,'BAS',0,'',0,0,0),(19,820,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,46,6,'C~O',3,5,'BAS',0,'',0,0,0),(20,821,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,25,49,6,'C~O',3,3,'BAS',0,'',0,0,0),(21,822,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,27,55,6,'C~O',3,3,'BAS',0,'',0,0,0),(22,823,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,25,61,6,'C~O',3,3,'BAS',0,'',0,0,0),(23,824,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,28,67,6,'C~O',3,3,'BAS',0,'',0,0,0),(26,825,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,74,6,'C~O',3,9,'BAS',0,'',0,0,0),(2,826,'tags','vtiger_potential',1,'1','tags','tags',1,2,'',100,22,1,6,'V~O',3,9,'BAS',0,'',0,0,0),(4,827,'tags','vtiger_contactdetails',1,'1','tags','tags',1,2,'',100,32,4,6,'V~O',1,0,'BAS',1,'',0,0,0),(6,828,'tags','vtiger_account',1,'1','tags','tags',1,2,'',100,27,9,6,'V~O',3,7,'BAS',0,'',0,0,0),(7,829,'tags','vtiger_leaddetails',1,'1','tags','tags',1,2,'',100,27,13,6,'V~O',3,9,'BAS',0,'',0,0,0),(8,830,'tags','vtiger_notes',1,'1','tags','tags',1,2,'',100,15,17,6,'V~O',3,6,'BAS',0,'',0,0,0),(9,831,'tags','vtiger_activity',1,'1','tags','tags',1,2,'',100,25,19,6,'V~O',3,7,'BAS',0,'',0,0,0),(10,832,'tags','vtiger_activity',1,'1','tags','tags',1,2,'',100,16,21,6,'V~O',3,4,'BAS',0,'',0,0,0),(13,833,'tags','vtiger_troubletickets',1,'1','tags','tags',1,2,'',100,20,25,6,'V~O',3,7,'BAS',0,'',0,0,0),(14,834,'tags','vtiger_products',1,'1','tags','tags',1,2,'',100,25,31,6,'V~O',3,8,'BAS',0,'',0,0,0),(15,835,'tags','vtiger_faq',1,'1','tags','tags',1,2,'',100,11,37,6,'V~O',3,3,'BAS',0,'',0,0,0),(16,836,'tags','vtiger_activity',1,'1','tags','tags',1,2,'',100,25,39,6,'V~O',3,9,'BAS',0,'',0,0,0),(18,837,'tags','vtiger_vendor',1,'1','tags','tags',1,2,'',100,16,42,6,'V~O',3,6,'BAS',0,'',0,0,0),(19,838,'tags','vtiger_pricebook',1,'1','tags','tags',1,2,'',100,10,46,6,'V~O',3,6,'BAS',0,'',0,0,0),(20,839,'tags','vtiger_quotes',1,'1','tags','tags',1,2,'',100,26,49,6,'V~O',3,4,'BAS',0,'',0,0,0),(21,840,'tags','vtiger_purchaseorder',1,'1','tags','tags',1,2,'',100,28,55,6,'V~O',3,4,'BAS',0,'',0,0,0),(22,841,'tags','vtiger_salesorder',1,'1','tags','tags',1,2,'',100,26,61,6,'V~O',3,4,'BAS',0,'',0,0,0),(23,842,'tags','vtiger_invoice',1,'1','tags','tags',1,2,'',100,29,67,6,'V~O',3,4,'BAS',0,'',0,0,0),(26,843,'tags','vtiger_campaign',1,'1','tags','tags',1,2,'',100,19,74,6,'V~O',3,10,'BAS',0,'',0,0,0),(20,844,'region_id','vtiger_quotes',1,'16','region_id','Tax Region',0,2,'',100,18,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(21,845,'region_id','vtiger_purchaseorder',1,'16','region_id','Tax Region',0,2,'',100,16,115,5,'N~O',1,0,'BAS',0,'',0,0,0),(22,846,'region_id','vtiger_salesorder',1,'16','region_id','Tax Region',0,2,'',100,19,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(23,847,'region_id','vtiger_invoice',1,'16','region_id','Tax Region',0,2,'',100,17,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(41,848,'isconvertedfrompotential','vtiger_project',1,'56','isconvertedfrompotential','Is Converted From Opportunity',1,2,'',100,13,101,1,'C~O',1,0,'BAS',1,'',0,0,0),(41,849,'potentialid','vtiger_project',1,'10','potentialid','Potential Name',1,2,'',100,14,101,1,'I~O',1,0,'BAS',1,'',0,0,0),(29,850,'defaultlandingpage','vtiger_users',1,'32','defaultlandingpage','Default Landing Page',1,0,'Home',100,22,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(22,851,'last_recurring_date','vtiger_invoice_recurring_info',1,'5','last_recurring_date','Next Invoice Date',1,2,'',100,7,85,2,'D~O',1,0,'BAS',1,'',0,0,0),(29,852,'userlabel','vtiger_users',1,'1','userlabel','User Label',1,2,'',100,23,79,3,'V~O',1,0,'BAS',1,'',0,0,0),(6,853,'product_id','vtiger_account',1,'59','product_id','Product',1,1,'',100,28,9,1,' I~O',1,0,'BAS',1,'',0,0,0),(6,854,'twitter_username','vtiger_account',1,'1','twitter_username','Twitter Username',1,2,'',100,29,9,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(6,855,'org_status','vtiger_account',1,'15','org_status','Organization Status',1,2,'',100,30,9,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(6,856,'gstin','vtiger_account',1,'1','gstin','GSTIN',1,2,'',100,31,9,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(6,859,'region','vtiger_account',1,'15','region','Region',1,2,'',100,34,9,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(6,860,'smsoptin','vtiger_account',1,'56','smsoptin','SMS opt-in',1,2,'',100,35,9,1,'C~O',1,0,'BAS',1,'',0,0,0),(6,861,'email_domain','vtiger_account',1,'1','email_domain','Email Domain',1,2,'',100,36,9,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(6,874,'contact_class','vtiger_account',1,'66','contact_class','Task',1,2,'',100,38,9,1,'V~O',1,0,'BAS',1,'',0,0,0),(6,877,'data_image','vtiger_account',1,'69','data_image','Organization Image',1,2,'',100,1,121,1,'V~O',1,0,'BAS',0,'',0,0,0),(4,878,'twitter_username','vtiger_contactdetails',1,'1','twitter_username','Twitter Username',1,2,'',100,33,4,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(4,880,'languages','vtiger_contactdetails',1,'15','languages','Languages',1,2,'',100,35,4,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(4,881,'life_cycle_stages','vtiger_contactdetails',1,'15','life_cycle_stages','Lifecycle Stages',1,2,'',100,36,4,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(4,882,'smsoptin','vtiger_contactdetails',1,'56','smsoptin','SMS opt-in',1,2,'',100,37,4,1,'C~O',1,0,'BAS',1,'',0,0,0),(4,883,'reffered_by','vtiger_contactdetails',1,'10','reffered_by','Reffered By',1,2,'',100,38,4,1,'V~O',2,0,'BAS',1,'',0,0,0),(4,916,'linkedin_url','vtiger_contactdetails',1,'1','linkedin_url','Linkedin URL',1,2,'',100,1,132,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(4,917,'linkedin_followers','vtiger_contactdetails',1,'1','linkedin_followers','Linkedin Followers',1,2,'',100,2,132,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(4,918,'facebook_url','vtiger_contactdetails',1,'1','facebook_url','Facebook URL',1,2,'',100,3,132,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(4,919,'facebook_followers','vtiger_contactdetails',1,'1','facebook_followers','Facebook Followers',1,2,'',100,4,132,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,920,'contract_type','vtiger_salesorder',1,'15','contract_type','Contract Type',1,2,'',100,27,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,921,'type_of_offering','vtiger_salesorder',1,'15','type_of_offering','Type of Offering',1,2,'',100,28,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,922,'type_of_sub_offering','vtiger_salesorder',1,'15','type_of_sub_offering','Type of Sub-Offering',1,2,'',100,29,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,923,'technology_platform','vtiger_salesorder',1,'15','technology_platform','Technology Platform',1,2,'',100,30,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,924,'po','vtiger_salesorder',1,'1','po','PO#',1,2,'',100,31,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,925,'sow_number','vtiger_salesorder',1,'1','sow_number','SOW Number',1,2,'',100,32,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,926,'market_segment','vtiger_salesorder',1,'15','market_segment','Market Segment',1,2,'',100,33,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,927,'market_sub_segment','vtiger_salesorder',1,'15','market_sub_segment','Market Sub Segment',1,2,'',100,34,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,928,'customer_market_vertical','vtiger_salesorder',1,'15','customer_market_vertical','Customer Market Vertical',1,2,'',100,35,61,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,938,'dev_start_date','vtiger_salesorder',1,'6','dev_start_date','Dev start date',1,2,'',100,1,133,1,'DT~M~time_start',1,0,'BAS',1,'',0,0,0),(22,939,'support_start_date','vtiger_salesorder',1,'6','support_start_date','Support start date',1,2,'',100,2,133,1,'DT~O~time_start',1,0,'BAS',1,'',0,0,0),(22,940,'dev_end_date','vtiger_salesorder',1,'6','dev_end_date','Dev end date',1,2,'',100,3,133,1,'DT~M~time_start',1,0,'BAS',1,'',0,0,0),(22,941,'support_end_date','vtiger_salesorder',1,'6','support_end_date','Support end date',1,2,'',100,4,133,1,'DT~O~time_start',1,0,'BAS',1,'',0,0,0),(22,942,'dev_hours','vtiger_salesorder',1,'1','dev_hours','Dev hours',1,2,'',100,5,133,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,943,'support_hours','vtiger_salesorder',1,'1','support_hours','Support hours',1,2,'',100,6,133,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,944,'total_invoiced_amount','vtiger_salesorder',1,'1','total_invoiced_amount','Total invoiced amount',1,2,'',100,1,134,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,945,'total_uninvoiced_amount','vtiger_salesorder',1,'1','total_uninvoiced_amount','Total uninvoiced amount',1,2,'',100,2,134,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,946,'total_paid_amount','vtiger_salesorder',1,'1','total_paid_amount','Total paid amount',1,2,'',100,3,134,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,947,'total_unpaid_amount','vtiger_salesorder',1,'1','total_unpaid_amount','Total unpaid amount',1,2,'',100,4,134,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(22,948,'short_close_amount','vtiger_salesorder',1,'1','short_close_amount','Short-close Amount',1,2,'',100,5,134,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(23,954,'cds_gst_inv_date','vtiger_invoice',1,'6','cds_gst_inv_date','CDS GST Inv Date',1,2,'',100,30,67,1,'DT~O~time_start',2,0,'BAS',1,'',0,0,0),(23,955,'cds_gst_inv_id','vtiger_invoice',1,'1','cds_gst_inv_id','CDS GST Inv ID',1,2,'',100,31,67,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(23,956,'cds_invoice_id','vtiger_invoice',1,'1','cds_invoice_id','CDS Invoice ID',1,2,'',100,32,67,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(23,957,'received_amount','vtiger_invoice',1,'71','received_amount','Received amount',1,2,'',100,33,67,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(23,958,'invoice_conversion_rate','vtiger_invoice',1,'1','invoice_conversion_rate','Invoice Conversion Rate',1,2,'',100,34,67,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(50,977,'age_related_class','vtiger_payments',1,'10','age_related_class','Related Class',1,2,'',100,1,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,978,'contact_id','vtiger_payments',1,'57','contact_id','Contact Name',1,2,'',100,2,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,980,'amount','vtiger_payments',1,'71','amount','Amount',1,2,'',100,4,137,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(50,983,'date_received','vtiger_payments',1,'6','date_received','Date Received',1,2,'',100,7,137,1,'DT~M~time_start',1,0,'BAS',1,'',0,0,0),(50,984,'smownerid','vtiger_payments',1,'53','assigned_user_id','Assigned To',1,2,'',100,8,137,1,'V~M',1,0,'BAS',1,'',0,0,0),(50,985,'conversion_rate','vtiger_payments',1,'1','conversion_rate','Conversion rate',1,2,'',100,9,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,986,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,10,137,2,'DT~O',1,0,'BAS',1,'',0,0,0),(50,987,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,11,137,2,'DT~O',1,0,'BAS',1,'',0,0,0),(50,988,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,12,137,2,'V~O',3,1,'BAS',0,'',0,0,0),(50,989,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,13,137,6,'C~O',3,2,'BAS',0,'',0,0,0),(50,990,'tags','vtiger_payments',1,'1','tags','tags',1,2,'',100,14,137,6,'V~O',3,3,'BAS',0,'',0,0,0),(50,991,'actual_amount_received','vtiger_payments',1,'71','actual_amount_received','Actual Amt. Received',1,2,'',100,15,137,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(50,992,'bank_charges','vtiger_payments',1,'71','bank_charges','Bank Charges',1,2,'',100,16,137,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(50,993,'tax','vtiger_payments',1,'71','tax','Tax',1,2,'',100,17,137,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(50,994,'payment_amount','vtiger_payments',1,'71','payment_amount','Payment Amount',1,2,'',100,18,137,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(50,995,'inr_receive','vtiger_payments',1,'1','inr_receive','INR Receiv.',1,2,'',100,19,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,996,'usd_receive','vtiger_payments',1,'1','usd_receive','USD Reciev.',1,2,'',100,20,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,997,'description','vtiger_payments',1,'19','description','Description',1,2,'',100,1,138,1,'N~O~10,2',1,0,'BAS',1,'',0,0,0),(50,1004,'mode','vtiger_payments',1,'15','mode','Mode',1,2,'',100,21,137,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(50,1007,'payment_status','vtiger_payments',1,'15','payment_status','Status',1,2,'',100,24,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1011,'name','vtiger_creditnote',1,'1','name','Name',1,2,'',100,1,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1012,'cn_status','vtiger_creditnote',1,'15','cn_status','Status',1,2,'',100,2,140,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(51,1013,'organization_name','vtiger_creditnote',1,'10','organization_name','Organization Name',1,2,'',100,3,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1014,'contact_id','vtiger_creditnote',1,'57','contact_id','Contact Name',1,2,'',100,4,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1015,'smownerid','vtiger_creditnote',1,'53','assigned_user_id','Assigned To',1,2,'',100,5,140,1,'V~M',1,0,'BAS',1,'',0,0,0),(51,1016,'cn_date','vtiger_creditnote',1,'6','cn_date','CN Date',1,2,'',100,6,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1017,'cn_number','vtiger_creditnote',1,'1','cn_number','CN Number',1,2,'',100,7,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1018,'applied_credits_1','vtiger_creditnote',1,'10','applied_credits_1','Applied Credits 1',1,2,'',100,8,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1019,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,9,140,2,'DT~O',1,0,'BAS',1,'',0,0,0),(51,1020,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,10,140,2,'DT~O',1,0,'BAS',1,'',0,0,0),(51,1021,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,11,140,2,'V~O',3,1,'BAS',0,'',0,0,0),(51,1022,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,12,140,6,'C~O',3,2,'BAS',0,'',0,0,0),(51,1023,'tags','vtiger_creditnote',1,'1','tags','tags',1,2,'',100,13,140,6,'V~O',3,3,'BAS',0,'',0,0,0),(51,1024,'term_and_condition','vtiger_creditnote',1,'19','term_and_condition',' Terms & Conditions',1,2,'',100,1,141,1,'V~O',1,0,'BAS',1,'',0,0,0),(2,1025,'approval_confidence','vtiger_potential',1,'9','approval_confidence',' Approval Confidence',1,2,'',100,23,1,1,'N~M~2~2',2,0,'BAS',1,'',0,0,0),(2,1026,'bdp_id','vtiger_potential',1,'1','bdp_id','BDP ID',1,2,'',100,24,1,1,'V~O',1,0,'BAS',1,'',0,0,0),(2,1027,'deal_bd_start_date','vtiger_potential',1,'23','deal_bd_start_date','BD Start Date',1,2,'',100,25,1,1,'D~M',1,0,'BAS',1,'',0,0,0),(2,1028,'deal_bd_end_date','vtiger_potential',1,'23','deal_bd_end_date','BD End Date',1,2,'',100,26,1,1,'D~M',1,0,'BAS',1,'',0,0,0),(2,1029,'pipeline','vtiger_potential',1,'15','pipeline','Pipeline',1,2,'',100,27,1,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(2,1030,'lost_reason','vtiger_potential',1,'15','lost_reason','Lost Reason',1,2,'',100,28,1,1,'V~O~LE~100',1,0,'BAS',1,'',0,0,0),(2,1031,'discount_percent','vtiger_potential',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,1,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1032,'discount_amount','vtiger_potential',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,2,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1033,'s_h_percent','vtiger_potential',1,'1','hdnS_H_Percent','S&H Percent',1,2,'',100,3,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1034,'region_id','vtiger_potential',1,'16','region_id','Tax Region',1,2,'',100,4,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1035,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',1,2,'',100,5,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1036,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',1,2,'',100,6,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1037,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',1,2,'',100,7,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1038,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',1,2,'',100,8,142,5,'V~O',1,0,'BAS',1,'',0,0,0),(2,1039,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Item Discount Amount',1,2,'',100,9,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1040,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',1,2,'',100,10,142,5,'V~O',1,0,'BAS',1,'',0,0,0),(2,1041,'tax1','vtiger_inventoryproductrel',1,'83','tax1','VAT',1,2,'',100,11,142,5,'V~O',1,0,'BAS',1,'',0,0,0),(2,1042,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Sales',1,2,'',100,12,142,5,'V~O',1,0,'BAS',1,'',0,0,0),(2,1043,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Service',1,2,'',100,13,142,5,'V~O',1,0,'BAS',1,'',0,0,0),(2,1044,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',1,2,'',100,14,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1045,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',1,2,'',100,15,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1046,'subtotal','vtiger_potential',1,'72','hdnSubTotal','Sub Total',1,2,'',100,16,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1047,'pre_tax_total','vtiger_potential',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,17,142,3,'N~O',1,0,'BAS',1,'',0,0,0),(2,1048,'taxtype','vtiger_potential',1,'16','hdnTaxType','Tax Type',1,2,'',100,18,142,5,'V~O',1,0,'BAS',1,'',0,0,0),(2,1049,'discount_amount','vtiger_potential',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,19,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1050,'s_h_amount','vtiger_potential',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,20,142,3,'N~O',1,0,'BAS',1,'',0,0,0),(2,1051,'adjustment','vtiger_potential',1,'72','txtAdjustment','Adjustment',1,2,'',100,21,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1052,'total','vtiger_potential',1,'72','hdnGrandTotal','Total',1,2,'',100,22,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1053,'s_h_percent','vtiger_potential',1,'1','hdnS_H_Percent','S&H Percent',1,2,'',100,23,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(2,1054,'currency_id','vtiger_potential',1,'117','currency_id','Currency Id',1,2,'',100,24,142,5,'I~O',1,0,'BAS',1,'',0,0,0),(2,1055,'conversion_rate','vtiger_potential',1,'1','conversion_rate','Conversion Rate',1,2,'',100,25,142,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1056,'discount_percent','vtiger_creditnote',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,1,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1057,'discount_amount','vtiger_creditnote',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,2,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1058,'s_h_percent','vtiger_creditnote',1,'1','hdnS_H_Percent','S&H Percent',1,2,'',100,3,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1059,'region_id','vtiger_creditnote',1,'16','region_id','Tax Region',1,2,'',100,4,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1060,'productid','vtiger_inventoryproductrel',1,'10','productid','Item Name',1,2,'',100,5,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1061,'quantity','vtiger_inventoryproductrel',1,'7','quantity','Quantity',1,2,'',100,6,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1062,'listprice','vtiger_inventoryproductrel',1,'71','listprice','List Price',1,2,'',100,7,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1063,'comment','vtiger_inventoryproductrel',1,'19','comment','Item Comment',1,2,'',100,8,143,5,'V~O',1,0,'BAS',1,'',0,0,0),(51,1064,'discount_amount','vtiger_inventoryproductrel',1,'71','discount_amount','Item Discount Amount',1,2,'',100,9,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1065,'discount_percent','vtiger_inventoryproductrel',1,'7','discount_percent','Item Discount Percent',1,2,'',100,10,143,5,'V~O',1,0,'BAS',1,'',0,0,0),(51,1066,'tax1','vtiger_inventoryproductrel',1,'83','tax1','VAT',1,2,'',100,11,143,5,'V~O',1,0,'BAS',1,'',0,0,0),(51,1067,'tax2','vtiger_inventoryproductrel',1,'83','tax2','Sales',1,2,'',100,12,143,5,'V~O',1,0,'BAS',1,'',0,0,0),(51,1068,'tax3','vtiger_inventoryproductrel',1,'83','tax3','Service',1,2,'',100,13,143,5,'V~O',1,0,'BAS',1,'',0,0,0),(51,1069,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',1,2,'',100,14,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1070,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',1,2,'',100,15,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1071,'subtotal','vtiger_creditnote',1,'72','hdnSubTotal','Sub Total',1,2,'',100,16,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1072,'pre_tax_total','vtiger_creditnote',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,17,143,3,'N~O',1,0,'BAS',1,'',0,0,0),(51,1073,'taxtype','vtiger_creditnote',1,'16','hdnTaxType','Tax Type',1,2,'',100,18,143,5,'V~O',1,0,'BAS',1,'',0,0,0),(51,1074,'discount_amount','vtiger_creditnote',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,19,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1075,'s_h_amount','vtiger_creditnote',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,20,143,3,'N~O',1,0,'BAS',1,'',0,0,0),(51,1076,'adjustment','vtiger_creditnote',1,'72','txtAdjustment','Adjustment',1,2,'',100,21,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1077,'total','vtiger_creditnote',1,'72','hdnGrandTotal','Total',1,2,'',100,22,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1078,'s_h_percent','vtiger_creditnote',1,'1','hdnS_H_Percent','S&H Percent',1,2,'',100,23,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(51,1079,'currency_id','vtiger_creditnote',1,'117','currency_id','Currency Id',1,2,'',100,24,143,5,'I~O',1,0,'BAS',1,'',0,0,0),(51,1080,'conversion_rate','vtiger_creditnote',1,'1','conversion_rate','Conversion Rate',1,2,'',100,25,143,5,'N~O',1,0,'BAS',1,'',0,0,0),(55,1081,'business_entity_name','vtiger_businessentity',1,'1','business_entity_name','Business Entity Name',1,2,'',100,1,144,1,'V~M',1,0,'BAS',1,'',0,0,0),(55,1082,'assigned_user_id','vtiger_businessentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,2,144,1,'V~M',1,0,'BAS',1,'',0,0,0),(55,1083,'street_add_1','vtiger_businessentity',1,'1','street_add_1','Street address 1',1,2,'',100,3,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1084,'PO_box_no','vtiger_businessentity',1,'1','PO_box_no','PO Box no.',1,2,'',100,4,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1085,'street_add_2','vtiger_businessentity',1,'1','street_add_2','Street address 2',1,2,'',100,5,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1086,'city','vtiger_businessentity',1,'1','city','City',1,2,'',100,6,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1087,'state','vtiger_businessentity',1,'1','state','State',1,2,'',100,7,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1088,'zip_code','vtiger_businessentity',1,'1','zip_code','Zip Code',1,2,'',100,8,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1089,'country','vtiger_businessentity',1,'1','country','Country',1,2,'',100,9,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1090,'business_phone','vtiger_businessentity',1,'1','business_phone','Business Phone',1,2,'',100,10,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1091,'email_address','vtiger_businessentity',1,'1','email_address','Email address',1,2,'',100,11,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1092,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,12,144,2,'DT~O',1,0,'BAS',1,'',0,0,0),(55,1093,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,13,144,2,'DT~O',1,0,'BAS',1,'',0,0,0),(55,1094,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,144,2,'V~O',3,1,'BAS',0,'',0,0,0),(55,1095,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,144,6,'C~O',3,2,'BAS',0,'',0,0,0),(55,1096,'tags','vtiger_businessentity',1,'1','tags','tags',1,2,'',100,16,144,6,'V~O',3,3,'BAS',0,'',0,0,0),(2,1097,'po_businessentity','vtiger_potential',1,'10','po_businessentity','Business Entity',1,2,'',100,29,1,1,'V~O',1,0,'BAS',1,'',0,0,0),(22,1098,'so_businessentity','vtiger_salesorder',1,'10','so_businessentity','Business Entity',1,2,'',100,37,61,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,1099,'invoice_businessentity','vtiger_invoice',1,'10','invoice_businessentity','Business Entity',1,2,'',100,36,67,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,1100,'tax4','vtiger_inventoryproductrel',1,'83','tax4','India-GST',0,2,'',100,18,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,1101,'tax4','vtiger_inventoryproductrel',1,'83','tax4','India-GST',0,2,'',100,19,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(21,1102,'tax4','vtiger_inventoryproductrel',1,'83','tax4','India-GST',0,2,'',100,17,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,1103,'tax4','vtiger_inventoryproductrel',1,'83','tax4','India-GST',0,2,'',100,20,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(2,1104,'tax4','vtiger_inventoryproductrel',1,'83','tax4','India-GST',0,2,'',100,26,142,5,'V~O',1,0,'BAS',0,'',0,0,0),(51,1105,'tax4','vtiger_inventoryproductrel',1,'83','tax4','India-GST',0,2,'',100,26,143,5,'V~O',1,0,'BAS',0,'',0,0,0),(56,1106,'bank_name','vtiger_bank',1,'1','bank_name','Bank Name',1,2,'',100,1,145,1,'V~M',1,0,'BAS',1,'',0,0,0),(56,1107,'assigned_user_id','vtiger_bank',1,'53','assigned_user_id','Assigned To',1,2,'',100,2,145,1,'V~M',1,0,'BAS',1,'',0,0,0),(56,1108,'bank_address','vtiger_bank',1,'1','bank_address','Bank Addres',1,2,'',100,3,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1109,'ifsc_code','vtiger_bank',1,'1','ifsc_code','IFSC Code',1,2,'',100,4,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1110,'account_number','vtiger_bank',1,'1','account_number','Account Number',1,2,'',100,5,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1111,'swift_code','vtiger_bank',1,'1','swift_code','Swift code',1,2,'',100,6,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1112,'state','vtiger_bank',1,'1','state','State',1,2,'',100,7,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1113,'age_related_class','vtiger_bank',1,'10','age_related_class','Payments',1,2,'',100,8,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1114,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,9,145,2,'DT~O',1,0,'BAS',1,'',0,0,0),(56,1115,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,10,145,2,'DT~O',1,0,'BAS',1,'',0,0,0),(56,1116,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,11,145,2,'V~O',3,1,'BAS',0,'',0,0,0),(56,1117,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,12,145,6,'C~O',3,2,'BAS',0,'',0,0,0),(56,1118,'tags','vtiger_bank',1,'1','tags','tags',1,2,'',100,13,145,6,'V~O',3,3,'BAS',0,'',0,0,0),(56,1119,'age_related_class_be','vtiger_bank',1,'10','age_related_class_be','BusinessEntity',1,2,'',100,14,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,1120,'invoice_bankid','vtiger_invoice',1,'10','invoice_bankid','Bank',1,2,'',100,37,67,1,'V~O',1,0,'BAS',1,'',0,0,0),(22,1121,'so_bankid','vtiger_salesorder',1,'10','so_bankid','Bank',1,2,'',100,38,61,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,1122,'service_cloudid','vtiger_service',1,'1','service_cloudid','Service Number',1,2,'',100,20,90,1,'V~O',1,0,'BAS',1,'',0,0,0),(2,1123,'potentials_cloudid','vtiger_potential',1,'1','potentials_cloudid','Potentials Number',1,2,'',100,30,1,1,'V~O',1,0,'BAS',1,'',0,0,0),(4,1124,'contacts_cloudid','vtiger_contactdetails',1,'1','contacts_cloudid','Contacts Number',1,2,'',100,39,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(6,1125,'accounts_cloudid','vtiger_account',1,'1','accounts_cloudid','Accounts Number',1,2,'',100,39,9,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1126,'businessentity_cloudid','vtiger_businessentity',1,'1','businessentity_cloudid','BusinessEntity Number',1,2,'',100,17,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1127,'bank_cloudid','vtiger_bank',1,'1','bank_cloudid','Bank Number',1,2,'',100,15,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(22,1128,'salesorder_cloudid','vtiger_salesorder',1,'1','salesorder_cloudid','SalesOrder Number',1,2,'',100,39,61,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,1129,'invoice_cloudid','vtiger_invoice',1,'1','invoice_cloudid','Invoice Number',1,2,'',100,38,67,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,1130,'payments_cloudid','vtiger_payments',1,'1','payments_cloudid','Payments Number',1,2,'',100,25,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1131,'creditnote_cloudid','vtiger_creditnote',1,'1','creditnote_cloudid','CreditNote Number',1,2,'',100,14,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,1132,'biling_type','vtiger_service',1,'15','biling_type','Biling Type',1,2,'',100,21,90,1,'V~O',1,0,'BAS',1,'',0,0,0),(2,1133,'potential_modified_time','vtiger_potential',1,'2','potential_modified_time','Potential Modified Time',1,2,'',100,31,1,1,'V~O',1,0,'BAS',1,'',0,0,0),(4,1134,'contacts_modified_time','vtiger_contactdetails',1,'2','contacts_modified_time','Contact Modified Time',1,2,'',100,40,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(6,1135,'org_modified_time','vtiger_account',1,'2','org_modified_time','Org Modified Time',1,2,'',100,40,9,1,'V~O',1,0,'BAS',1,'',0,0,0),(14,1137,'product_modified_time','vtiger_products',1,'2','product_modified_time','Product Modified Time',1,2,'',100,27,31,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,1138,'service_modified_time','vtiger_service',1,'2','service_modified_time','Service Modified Time',1,2,'',100,22,90,1,'V~O',1,0,'BAS',1,'',0,0,0),(22,1139,'salesorder_modified_time','vtiger_salesorder',1,'2','salesorder_modified_time','SalesOrder Modified Time',1,2,'',100,40,61,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,1141,'invoice_modified_time','vtiger_invoice',1,'2','invoice_modified_time','Invoice Modified Time',1,2,'',100,39,67,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,1142,'payment_modified_time','vtiger_payments',1,'2','payment_modified_time','Payments Modified Time',1,2,'',100,26,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1143,'creditnote_modified_time','vtiger_creditnote',1,'2','creditnote_modified_time','CreditNote Modified Time',1,2,'',100,15,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,1144,'businessentity_modified_time','vtiger_businessentity',1,'2','businessentity_modified_time','BusinessEntity Modified Time',1,2,'',100,18,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,1145,'bank_modified_time','vtiger_bank',1,'2','bank_modified_time','Bank Modified Time',1,2,'',100,16,145,1,'V~O',1,0,'BAS',1,'',0,0,0);
/*!40000 ALTER TABLE `vtiger_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_field_seq`
--
DROP TABLE IF EXISTS `vtiger_field_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_field_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_field_seq`
--
LOCK TABLES `vtiger_field_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_field_seq` DISABLE KEYS */;
INSERT INTO `vtiger_field_seq` VALUES (1145);
/*!40000 ALTER TABLE `vtiger_field_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_fieldmodulerel`
--
DROP TABLE IF EXISTS `vtiger_fieldmodulerel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_fieldmodulerel` (
`fieldid` int(11) NOT NULL,
`module` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`relmodule` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_fieldmodulerel`
--
LOCK TABLES `vtiger_fieldmodulerel` WRITE;
/*!40000 ALTER TABLE `vtiger_fieldmodulerel` DISABLE KEYS */;
INSERT INTO `vtiger_fieldmodulerel` VALUES (113,'Potentials','Accounts',NULL,0),(531,'ServiceContracts','Contacts',NULL,NULL),(531,'ServiceContracts','Accounts',NULL,NULL),(579,'PBXManager','Leads',NULL,NULL),(579,'PBXManager','Contacts',NULL,NULL),(579,'PBXManager','Accounts',NULL,NULL),(590,'ProjectMilestone','Project',NULL,NULL),(604,'ProjectTask','Project',NULL,NULL),(625,'Project','Accounts',NULL,NULL),(625,'Project','Contacts',NULL,NULL),(640,'Assets','Products',NULL,NULL),(646,'Assets','Invoice',NULL,NULL),(651,'Assets','Accounts',NULL,NULL),(652,'Assets','Contacts',NULL,NULL),(670,'ModComments','Leads',NULL,NULL),(670,'ModComments','Contacts',NULL,NULL),(670,'ModComments','Accounts',NULL,NULL),(672,'ModComments','ModComments',NULL,NULL),(670,'ModComments','Potentials',NULL,NULL),(670,'ModComments','Project',NULL,NULL),(670,'ModComments','ProjectTask',NULL,NULL),(676,'Invoice','Products',NULL,NULL),(676,'Invoice','Services',NULL,NULL),(685,'SalesOrder','Products',NULL,NULL),(685,'SalesOrder','Services',NULL,NULL),(694,'PurchaseOrder','Products',NULL,NULL),(694,'PurchaseOrder','Services',NULL,NULL),(703,'Quotes','Products',NULL,NULL),(703,'Quotes','Services',NULL,NULL),(714,'ModComments','Contacts',NULL,NULL),(670,'ModComments','HelpDesk',NULL,NULL),(670,'ModComments','Faq',NULL,NULL),(740,'Potentials','Contacts',NULL,NULL),(157,'HelpDesk','Accounts',NULL,NULL),(741,'HelpDesk','Contacts',NULL,NULL),(238,'Accounts','Calendar',NULL,NULL),(238,'Leads','Calendar',NULL,NULL),(238,'HelpDesk','Calendar',NULL,NULL),(238,'Campaigns','Calendar',NULL,NULL),(238,'Potentials','Calendar',NULL,NULL),(238,'PurchaseOrder','Calendar',NULL,NULL),(238,'SalesOrder','Calendar',NULL,NULL),(238,'Quotes','Calendar',NULL,NULL),(238,'Invoice','Calendar',NULL,NULL),(239,'Contacts','Calendar',NULL,NULL),(774,'Invoice','Potentials',NULL,NULL),(670,'ModComments','Invoice',NULL,NULL),(670,'ModComments','Quotes',NULL,NULL),(670,'ModComments','PurchaseOrder',NULL,NULL),(670,'ModComments','SalesOrder',NULL,NULL),(849,'Project','Potentials',NULL,NULL),(858,'Accounts','Contacts',NULL,NULL),(863,'Accounts','Contacts',NULL,NULL),(864,'Accounts','Contacts',NULL,NULL),(865,'Accounts','Contacts',NULL,NULL),(866,'Accounts','Contacts',NULL,NULL),(867,'Accounts','calendar',NULL,NULL),(868,'Accounts','calendar',NULL,NULL),(869,'Accounts','Calendar',NULL,NULL),(870,'Accounts','Events',NULL,NULL),(871,'Accounts','Calendar',NULL,NULL),(872,'Accounts','Contact',NULL,NULL),(873,'Accounts','Contacts',NULL,NULL),(874,'Accounts','Contacts',NULL,NULL),(883,'Contacts','Contacts',NULL,NULL),(963,'Payments','CustomerClass',NULL,NULL),(968,'Payments','Invoice',NULL,NULL),(968,'Payments','PurchaseOrde',NULL,NULL),(969,'Payments','Contacts',NULL,NULL),(970,'Payments','Accounts',NULL,NULL),(977,'Payments','Invoice',NULL,NULL),(977,'Payments','PurchaseOrde',NULL,NULL),(978,'Payments','Contacts',NULL,NULL),(979,'Payments','Accounts',NULL,NULL),(1013,'CreditNote','Accounts',NULL,NULL),(1014,'CreditNote','Contacts',NULL,NULL),(1018,'CreditNote','Invoice',NULL,NULL),(1035,'Potentials','Products',NULL,NULL),(1060,'CreditNote','Products',NULL,NULL),(1097,'Potentials','BusinessEntity',NULL,NULL),(1098,'SalesOrder','BusinessEntity',NULL,NULL),(1099,'Invoice','BusinessEntity',NULL,NULL),(1113,'Bank','Payments',NULL,NULL),(1119,'Bank','BusinessEntity',NULL,NULL),(1120,'Invoice','Bank',NULL,NULL),(1121,'SalesOrder','Bank',NULL,NULL);
/*!40000 ALTER TABLE `vtiger_fieldmodulerel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_freetagged_objects`
--
DROP TABLE IF EXISTS `vtiger_freetagged_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_freetagged_objects` (
`tag_id` int(11) NOT NULL DEFAULT '0',
`tagger_id` int(11) NOT NULL DEFAULT '0',
`object_id` int(11) NOT NULL DEFAULT '0',
`tagged_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`module` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`tag_id`,`tagger_id`,`object_id`),
KEY `freetagged_objects_tag_id_tagger_id_object_id_idx` (`tag_id`,`tagger_id`,`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_freetagged_objects`
--
LOCK TABLES `vtiger_freetagged_objects` WRITE;
/*!40000 ALTER TABLE `vtiger_freetagged_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_freetagged_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_freetags`
--
DROP TABLE IF EXISTS `vtiger_freetags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_freetags` (
`id` int(11) NOT NULL,
`tag` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`raw_tag` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`visibility` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'PRIVATE',
`owner` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_freetags`
--
LOCK TABLES `vtiger_freetags` WRITE;
/*!40000 ALTER TABLE `vtiger_freetags` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_freetags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_freetags_seq`
--
DROP TABLE IF EXISTS `vtiger_freetags_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_freetags_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_freetags_seq`
--
LOCK TABLES `vtiger_freetags_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_freetags_seq` DISABLE KEYS */;
INSERT INTO `vtiger_freetags_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_freetags_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_glacct`
--
DROP TABLE IF EXISTS `vtiger_glacct`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_glacct` (
`glacctid` int(11) NOT NULL AUTO_INCREMENT,
`glacct` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`glacctid`),
UNIQUE KEY `glacct_glacct_idx` (`glacct`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_glacct`
--
LOCK TABLES `vtiger_glacct` WRITE;
/*!40000 ALTER TABLE `vtiger_glacct` DISABLE KEYS */;
INSERT INTO `vtiger_glacct` VALUES (1,'300-Sales-Software',1,51,0,NULL),(2,'301-Sales-Hardware',1,52,1,NULL),(3,'302-Rental-Income',1,53,2,NULL),(4,'303-Interest-Income',1,54,3,NULL),(5,'304-Sales-Software-Support',1,55,4,NULL),(6,'305-Sales Other',1,56,5,NULL),(7,'306-Internet Sales',1,57,6,NULL),(8,'307-Service-Hardware Labor',1,58,7,NULL),(9,'308-Sales-Books',1,59,8,NULL);
/*!40000 ALTER TABLE `vtiger_glacct` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_glacct_seq`
--
DROP TABLE IF EXISTS `vtiger_glacct_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_glacct_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_glacct_seq`
--
LOCK TABLES `vtiger_glacct_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_glacct_seq` DISABLE KEYS */;
INSERT INTO `vtiger_glacct_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_glacct_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_event_calendar_mapping`
--
DROP TABLE IF EXISTS `vtiger_google_event_calendar_mapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_event_calendar_mapping` (
`event_id` varchar(255) DEFAULT NULL,
`calendar_id` varchar(255) DEFAULT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_event_calendar_mapping`
--
LOCK TABLES `vtiger_google_event_calendar_mapping` WRITE;
/*!40000 ALTER TABLE `vtiger_google_event_calendar_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_event_calendar_mapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_oauth2`
--
DROP TABLE IF EXISTS `vtiger_google_oauth2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_oauth2` (
`service` varchar(20) DEFAULT NULL,
`access_token` varchar(500) DEFAULT NULL,
`refresh_token` varchar(500) DEFAULT NULL,
`userid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_oauth2`
--
LOCK TABLES `vtiger_google_oauth2` WRITE;
/*!40000 ALTER TABLE `vtiger_google_oauth2` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_oauth2` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_sync_fieldmapping`
--
DROP TABLE IF EXISTS `vtiger_google_sync_fieldmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_sync_fieldmapping` (
`vtiger_field` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`google_field` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`google_field_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`google_custom_label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_sync_fieldmapping`
--
LOCK TABLES `vtiger_google_sync_fieldmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_google_sync_fieldmapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_sync_fieldmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_google_sync_settings`
--
DROP TABLE IF EXISTS `vtiger_google_sync_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_sync_settings` (
`user` int(11) DEFAULT NULL,
`module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`clientgroup` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`direction` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`enabled` tinyint(4) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_google_sync_settings`
--
LOCK TABLES `vtiger_google_sync_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_google_sync_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_google_sync_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_group2grouprel`
--
DROP TABLE IF EXISTS `vtiger_group2grouprel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_group2grouprel` (
`groupid` int(11) NOT NULL,
`containsgroupid` int(11) NOT NULL,
PRIMARY KEY (`groupid`,`containsgroupid`),
CONSTRAINT `fk_2_vtiger_group2grouprel` FOREIGN KEY (`groupid`) REFERENCES `vtiger_groups` (`groupid`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_group2grouprel`
--
LOCK TABLES `vtiger_group2grouprel` WRITE;
/*!40000 ALTER TABLE `vtiger_group2grouprel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_group2grouprel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_group2role`
--
DROP TABLE IF EXISTS `vtiger_group2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_group2role` (
`groupid` int(11) NOT NULL,
`roleid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`groupid`,`roleid`),
KEY `fk_2_vtiger_group2role` (`roleid`),
CONSTRAINT `fk_2_vtiger_group2role` FOREIGN KEY (`roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_group2role`
--
LOCK TABLES `vtiger_group2role` WRITE;
/*!40000 ALTER TABLE `vtiger_group2role` DISABLE KEYS */;
INSERT INTO `vtiger_group2role` VALUES (3,'H2'),(4,'H3'),(2,'H4');
/*!40000 ALTER TABLE `vtiger_group2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_group2rs`
--
DROP TABLE IF EXISTS `vtiger_group2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_group2rs` (
`groupid` int(11) NOT NULL,
`roleandsubid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`groupid`,`roleandsubid`),
KEY `fk_2_vtiger_group2rs` (`roleandsubid`),
CONSTRAINT `fk_2_vtiger_group2rs` FOREIGN KEY (`roleandsubid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_group2rs`
--
LOCK TABLES `vtiger_group2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_group2rs` DISABLE KEYS */;
INSERT INTO `vtiger_group2rs` VALUES (3,'H3'),(4,'H3'),(2,'H5');
/*!40000 ALTER TABLE `vtiger_group2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_groups`
--
DROP TABLE IF EXISTS `vtiger_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_groups` (
`groupid` int(11) NOT NULL,
`groupname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`groupid`),
UNIQUE KEY `groups_groupname_idx` (`groupname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_groups`
--
LOCK TABLES `vtiger_groups` WRITE;
/*!40000 ALTER TABLE `vtiger_groups` DISABLE KEYS */;
INSERT INTO `vtiger_groups` VALUES (2,'Team Selling','Group Related to Sales'),(3,'Marketing Group','Group Related to Marketing Activities'),(4,'Support Group','Group Related to providing Support to Customers');
/*!40000 ALTER TABLE `vtiger_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_home_layout`
--
DROP TABLE IF EXISTS `vtiger_home_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_home_layout` (
`userid` int(11) NOT NULL,
`layout` int(11) NOT NULL DEFAULT '4',
PRIMARY KEY (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_home_layout`
--
LOCK TABLES `vtiger_home_layout` WRITE;
/*!40000 ALTER TABLE `vtiger_home_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_home_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homedashbd`
--
DROP TABLE IF EXISTS `vtiger_homedashbd`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homedashbd` (
`stuffid` int(11) NOT NULL DEFAULT '0',
`dashbdname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`dashbdtype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`),
CONSTRAINT `fk_1_vtiger_homedashbd` FOREIGN KEY (`stuffid`) REFERENCES `vtiger_homestuff` (`stuffid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homedashbd`
--
LOCK TABLES `vtiger_homedashbd` WRITE;
/*!40000 ALTER TABLE `vtiger_homedashbd` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homedashbd` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homedefault`
--
DROP TABLE IF EXISTS `vtiger_homedefault`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homedefault` (
`stuffid` int(11) NOT NULL DEFAULT '0',
`hometype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`maxentries` int(11) DEFAULT NULL,
`setype` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`),
CONSTRAINT `fk_1_vtiger_homedefault` FOREIGN KEY (`stuffid`) REFERENCES `vtiger_homestuff` (`stuffid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homedefault`
--
LOCK TABLES `vtiger_homedefault` WRITE;
/*!40000 ALTER TABLE `vtiger_homedefault` DISABLE KEYS */;
INSERT INTO `vtiger_homedefault` VALUES (1,'ALVT',5,'Accounts'),(2,'HDB',5,'Dashboard'),(3,'PLVT',5,'Potentials'),(4,'QLTQ',5,'Quotes'),(5,'CVLVT',5,'NULL'),(6,'HLT',5,'HelpDesk'),(7,'UA',5,'Calendar'),(8,'GRT',5,'NULL'),(9,'OLTSO',5,'SalesOrder'),(10,'ILTI',5,'Invoice'),(11,'MNL',5,'Leads'),(12,'OLTPO',5,'PurchaseOrder'),(13,'PA',5,'Calendar'),(14,'LTFAQ',5,'Faq'),(16,'ALVT',5,'Accounts'),(17,'HDB',5,'Dashboard'),(18,'PLVT',5,'Potentials'),(19,'QLTQ',5,'Quotes'),(20,'CVLVT',5,'NULL'),(21,'HLT',5,'HelpDesk'),(22,'UA',5,'Calendar'),(23,'GRT',5,'NULL'),(24,'OLTSO',5,'SalesOrder'),(25,'ILTI',5,'Invoice'),(26,'MNL',5,'Leads'),(27,'OLTPO',5,'PurchaseOrder'),(28,'PA',5,'Calendar'),(29,'LTFAQ',5,'Faq'),(31,'ALVT',5,'Accounts'),(32,'HDB',5,'Dashboard'),(33,'PLVT',5,'Potentials'),(34,'QLTQ',5,'Quotes'),(35,'CVLVT',5,'NULL'),(36,'HLT',5,'HelpDesk'),(37,'UA',5,'Calendar'),(38,'GRT',5,'NULL'),(39,'OLTSO',5,'SalesOrder'),(40,'ILTI',5,'Invoice'),(41,'MNL',5,'Leads'),(42,'OLTPO',5,'PurchaseOrder'),(43,'PA',5,'Calendar'),(44,'LTFAQ',5,'Faq'),(46,'ALVT',5,'Accounts'),(47,'HDB',5,'Dashboard'),(48,'PLVT',5,'Potentials'),(49,'QLTQ',5,'Quotes'),(50,'CVLVT',5,'NULL'),(51,'HLT',5,'HelpDesk'),(52,'UA',5,'Calendar'),(53,'GRT',5,'NULL'),(54,'OLTSO',5,'SalesOrder'),(55,'ILTI',5,'Invoice'),(56,'MNL',5,'Leads'),(57,'OLTPO',5,'PurchaseOrder'),(58,'PA',5,'Calendar'),(59,'LTFAQ',5,'Faq'),(61,'ALVT',5,'Accounts'),(62,'HDB',5,'Dashboard'),(63,'PLVT',5,'Potentials'),(64,'QLTQ',5,'Quotes'),(65,'CVLVT',5,'NULL'),(66,'HLT',5,'HelpDesk'),(67,'UA',5,'Calendar'),(68,'GRT',5,'NULL'),(69,'OLTSO',5,'SalesOrder'),(70,'ILTI',5,'Invoice'),(71,'MNL',5,'Leads'),(72,'OLTPO',5,'PurchaseOrder'),(73,'PA',5,'Calendar'),(74,'LTFAQ',5,'Faq'),(76,'ALVT',5,'Accounts'),(77,'HDB',5,'Dashboard'),(78,'PLVT',5,'Potentials'),(79,'QLTQ',5,'Quotes'),(80,'CVLVT',5,'NULL'),(81,'HLT',5,'HelpDesk'),(82,'UA',5,'Calendar'),(83,'GRT',5,'NULL'),(84,'OLTSO',5,'SalesOrder'),(85,'ILTI',5,'Invoice'),(86,'MNL',5,'Leads'),(87,'OLTPO',5,'PurchaseOrder'),(88,'PA',5,'Calendar'),(89,'LTFAQ',5,'Faq');
/*!40000 ALTER TABLE `vtiger_homedefault` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homemodule`
--
DROP TABLE IF EXISTS `vtiger_homemodule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homemodule` (
`stuffid` int(11) NOT NULL,
`modulename` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`maxentries` int(11) NOT NULL,
`customviewid` int(11) NOT NULL,
`setype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`),
CONSTRAINT `fk_1_vtiger_homemodule` FOREIGN KEY (`stuffid`) REFERENCES `vtiger_homestuff` (`stuffid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homemodule`
--
LOCK TABLES `vtiger_homemodule` WRITE;
/*!40000 ALTER TABLE `vtiger_homemodule` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homemodule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homemoduleflds`
--
DROP TABLE IF EXISTS `vtiger_homemoduleflds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homemoduleflds` (
`stuffid` int(11) DEFAULT NULL,
`fieldname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
KEY `stuff_stuffid_idx` (`stuffid`),
CONSTRAINT `fk_1_vtiger_homemoduleflds` FOREIGN KEY (`stuffid`) REFERENCES `vtiger_homemodule` (`stuffid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homemoduleflds`
--
LOCK TABLES `vtiger_homemoduleflds` WRITE;
/*!40000 ALTER TABLE `vtiger_homemoduleflds` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homemoduleflds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homereportchart`
--
DROP TABLE IF EXISTS `vtiger_homereportchart`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homereportchart` (
`stuffid` int(11) NOT NULL,
`reportid` int(11) DEFAULT NULL,
`reportcharttype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homereportchart`
--
LOCK TABLES `vtiger_homereportchart` WRITE;
/*!40000 ALTER TABLE `vtiger_homereportchart` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homereportchart` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homerss`
--
DROP TABLE IF EXISTS `vtiger_homerss`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homerss` (
`stuffid` int(11) NOT NULL DEFAULT '0',
`url` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`maxentries` int(11) NOT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`),
CONSTRAINT `fk_1_vtiger_homerss` FOREIGN KEY (`stuffid`) REFERENCES `vtiger_homestuff` (`stuffid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homerss`
--
LOCK TABLES `vtiger_homerss` WRITE;
/*!40000 ALTER TABLE `vtiger_homerss` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_homerss` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homestuff`
--
DROP TABLE IF EXISTS `vtiger_homestuff`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homestuff` (
`stuffid` int(11) NOT NULL DEFAULT '0',
`stuffsequence` int(11) NOT NULL DEFAULT '0',
`stufftype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`userid` int(11) NOT NULL,
`visible` int(11) NOT NULL DEFAULT '0',
`stufftitle` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`stuffid`),
KEY `stuff_stuffid_idx` (`stuffid`),
KEY `fk_1_vtiger_homestuff` (`userid`),
CONSTRAINT `fk_1_vtiger_homestuff` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homestuff`
--
LOCK TABLES `vtiger_homestuff` WRITE;
/*!40000 ALTER TABLE `vtiger_homestuff` DISABLE KEYS */;
INSERT INTO `vtiger_homestuff` VALUES (1,1,'Default',1,1,'Top Accounts'),(2,2,'Default',1,1,'Home Page Dashboard'),(3,3,'Default',1,1,'Top Potentials'),(4,4,'Default',1,1,'Top Quotes'),(5,5,'Default',1,1,'Key Metrics'),(6,6,'Default',1,1,'Top Trouble Tickets'),(7,7,'Default',1,1,'Upcoming Activities'),(8,8,'Default',1,1,'My Group Allocation'),(9,9,'Default',1,1,'Top Sales Orders'),(10,10,'Default',1,1,'Top Invoices'),(11,11,'Default',1,1,'My New Leads'),(12,12,'Default',1,1,'Top Purchase Orders'),(13,13,'Default',1,1,'Pending Activities'),(14,14,'Default',1,1,'My Recent FAQs'),(15,15,'Tag Cloud',1,0,'Tag Cloud'),(16,1,'Default',5,1,'Top Accounts'),(17,2,'Default',5,1,'Home Page Dashboard'),(18,3,'Default',5,1,'Top Potentials'),(19,4,'Default',5,1,'Top Quotes'),(20,5,'Default',5,1,'Key Metrics'),(21,6,'Default',5,1,'Top Trouble Tickets'),(22,7,'Default',5,1,'Upcoming Activities'),(23,8,'Default',5,1,'My Group Allocation'),(24,9,'Default',5,1,'Top Sales Orders'),(25,10,'Default',5,1,'Top Invoices'),(26,11,'Default',5,1,'My New Leads'),(27,12,'Default',5,1,'Top Purchase Orders'),(28,13,'Default',5,1,'Pending Activities'),(29,14,'Default',5,1,'My Recent FAQs'),(30,15,'Tag Cloud',5,0,'Tag Cloud'),(31,1,'Default',6,1,'Top Accounts'),(32,2,'Default',6,1,'Home Page Dashboard'),(33,3,'Default',6,0,'Top Potentials'),(34,4,'Default',6,1,'Top Quotes'),(35,5,'Default',6,0,'Key Metrics'),(36,6,'Default',6,1,'Top Trouble Tickets'),(37,7,'Default',6,0,'Upcoming Activities'),(38,8,'Default',6,1,'My Group Allocation'),(39,9,'Default',6,1,'Top Sales Orders'),(40,10,'Default',6,1,'Top Invoices'),(41,11,'Default',6,1,'My New Leads'),(42,12,'Default',6,1,'Top Purchase Orders'),(43,13,'Default',6,1,'Pending Activities'),(44,14,'Default',6,1,'My Recent FAQs'),(45,15,'Tag Cloud',6,0,'Tag Cloud'),(46,1,'Default',7,1,'Top Accounts'),(47,2,'Default',7,1,'Home Page Dashboard'),(48,3,'Default',7,0,'Top Potentials'),(49,4,'Default',7,1,'Top Quotes'),(50,5,'Default',7,0,'Key Metrics'),(51,6,'Default',7,1,'Top Trouble Tickets'),(52,7,'Default',7,0,'Upcoming Activities'),(53,8,'Default',7,1,'My Group Allocation'),(54,9,'Default',7,1,'Top Sales Orders'),(55,10,'Default',7,1,'Top Invoices'),(56,11,'Default',7,1,'My New Leads'),(57,12,'Default',7,1,'Top Purchase Orders'),(58,13,'Default',7,1,'Pending Activities'),(59,14,'Default',7,1,'My Recent FAQs'),(60,15,'Tag Cloud',7,0,'Tag Cloud'),(61,1,'Default',8,1,'Top Accounts'),(62,2,'Default',8,1,'Home Page Dashboard'),(63,3,'Default',8,0,'Top Potentials'),(64,4,'Default',8,1,'Top Quotes'),(65,5,'Default',8,0,'Key Metrics'),(66,6,'Default',8,1,'Top Trouble Tickets'),(67,7,'Default',8,0,'Upcoming Activities'),(68,8,'Default',8,1,'My Group Allocation'),(69,9,'Default',8,1,'Top Sales Orders'),(70,10,'Default',8,1,'Top Invoices'),(71,11,'Default',8,1,'My New Leads'),(72,12,'Default',8,1,'Top Purchase Orders'),(73,13,'Default',8,1,'Pending Activities'),(74,14,'Default',8,1,'My Recent FAQs'),(75,15,'Tag Cloud',8,0,'Tag Cloud'),(76,1,'Default',9,1,'Top Accounts'),(77,2,'Default',9,1,'Home Page Dashboard'),(78,3,'Default',9,0,'Top Potentials'),(79,4,'Default',9,1,'Top Quotes'),(80,5,'Default',9,0,'Key Metrics'),(81,6,'Default',9,1,'Top Trouble Tickets'),(82,7,'Default',9,0,'Upcoming Activities'),(83,8,'Default',9,1,'My Group Allocation'),(84,9,'Default',9,1,'Top Sales Orders'),(85,10,'Default',9,1,'Top Invoices'),(86,11,'Default',9,1,'My New Leads'),(87,12,'Default',9,1,'Top Purchase Orders'),(88,13,'Default',9,1,'Pending Activities'),(89,14,'Default',9,1,'My Recent FAQs'),(90,15,'Tag Cloud',9,0,'Tag Cloud');
/*!40000 ALTER TABLE `vtiger_homestuff` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_homestuff_seq`
--
DROP TABLE IF EXISTS `vtiger_homestuff_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homestuff_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_homestuff_seq`
--
LOCK TABLES `vtiger_homestuff_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_homestuff_seq` DISABLE KEYS */;
INSERT INTO `vtiger_homestuff_seq` VALUES (90);
/*!40000 ALTER TABLE `vtiger_homestuff_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_hour_format`
--
DROP TABLE IF EXISTS `vtiger_hour_format`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_hour_format` (
`hour_formatid` int(11) NOT NULL AUTO_INCREMENT,
`hour_format` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`hour_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_hour_format`
--
LOCK TABLES `vtiger_hour_format` WRITE;
/*!40000 ALTER TABLE `vtiger_hour_format` DISABLE KEYS */;
INSERT INTO `vtiger_hour_format` VALUES (1,'12',0,1),(2,'24',1,1);
/*!40000 ALTER TABLE `vtiger_hour_format` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_hour_format_seq`
--
DROP TABLE IF EXISTS `vtiger_hour_format_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_hour_format_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_hour_format_seq`
--
LOCK TABLES `vtiger_hour_format_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_hour_format_seq` DISABLE KEYS */;
INSERT INTO `vtiger_hour_format_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_hour_format_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_1`
--
DROP TABLE IF EXISTS `vtiger_import_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_1` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`status` int(11) DEFAULT '0',
`recordid` int(11) DEFAULT NULL,
`salutationtype` varchar(200) DEFAULT NULL,
`firstname` varchar(40) DEFAULT NULL,
`lastname` varchar(80) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`mobile` varchar(50) DEFAULT NULL,
`birthday` varchar(250) DEFAULT NULL,
`account_id` varchar(250) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`department` varchar(30) DEFAULT NULL,
`contact_id` varchar(250) DEFAULT NULL,
`leadsource` varchar(200) DEFAULT NULL,
`assigned_user_id` varchar(250) DEFAULT NULL,
`donotcall` varchar(3) DEFAULT NULL,
`notify_owner` varchar(3) DEFAULT NULL,
`emailoptout` varchar(3) DEFAULT NULL,
`createdtime` varchar(250) DEFAULT NULL,
`modifiedtime` varchar(250) DEFAULT NULL,
`contact_no` varchar(100) DEFAULT NULL,
`modifiedby` varchar(250) DEFAULT NULL,
`isconvertedfromlead` varchar(3) DEFAULT NULL,
`twitter_username` varchar(100) DEFAULT NULL,
`smsoptin` varchar(100) DEFAULT NULL,
`portal` varchar(3) DEFAULT NULL,
`support_start_date` varchar(250) DEFAULT NULL,
`support_end_date` varchar(250) DEFAULT NULL,
`mailingcountry` varchar(40) DEFAULT NULL,
`othercountry` varchar(30) DEFAULT NULL,
`mailingstreet` varchar(250) DEFAULT NULL,
`otherstreet` varchar(250) DEFAULT NULL,
`mailingpobox` varchar(30) DEFAULT NULL,
`otherpobox` varchar(30) DEFAULT NULL,
`mailingcity` varchar(40) DEFAULT NULL,
`othercity` varchar(40) DEFAULT NULL,
`mailingstate` varchar(30) DEFAULT NULL,
`otherstate` varchar(50) DEFAULT NULL,
`mailingzip` varchar(30) DEFAULT NULL,
`otherzip` varchar(30) DEFAULT NULL,
`description` mediumtext,
`imagename` varchar(150) DEFAULT NULL,
`linkedin_url` varchar(100) DEFAULT NULL,
`linkedin_followers` varchar(100) DEFAULT NULL,
`facebook_url` varchar(100) DEFAULT NULL,
`facebook_followers` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_1`
--
LOCK TABLES `vtiger_import_1` WRITE;
/*!40000 ALTER TABLE `vtiger_import_1` DISABLE KEYS */;
INSERT INTO `vtiger_import_1` VALUES (1,1,162,'','Darren','Miller','','','','Accounts::::Dell, Inc.','','','','','admin','No','No','No','01-28-2022 11:12 AM','10-27-2022 04:48 PM','CON582','admin','No','','singleoptinuser','No','01-28-2022','01-28-2023','United States','','176 South Street\nHopkinton , MA 01748','176 South Street\nHopkinton, MA 01748','1748','','Hopkinton','','Massachusetts','','1748','','','','','0','','0'),(2,1,163,'','Darren1','Miller1','','','','Accounts::::Dell, Inc.','','','','','malhar@crestdatasys.com ','No','No','No','01-28-2022 11:12 AM','10-27-2022 04:48 PM','CON583','malhar@crestdatasys.com ','No','','singleoptinuser','No','01-28-2022','01-28-2023','United States','','176 South Street\nHopkinton , MA 01748','176 South Street\nHopkinton, MA 01748','1748','','Hopkinton','','Massachusetts','','1748','','','','','0','','0');
/*!40000 ALTER TABLE `vtiger_import_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_locks`
--
DROP TABLE IF EXISTS `vtiger_import_locks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_locks` (
`vtiger_import_lock_id` int(11) NOT NULL,
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`importid` int(11) NOT NULL,
`locked_since` datetime DEFAULT NULL,
PRIMARY KEY (`vtiger_import_lock_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_locks`
--
LOCK TABLES `vtiger_import_locks` WRITE;
/*!40000 ALTER TABLE `vtiger_import_locks` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_import_locks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_locks_seq`
--
DROP TABLE IF EXISTS `vtiger_import_locks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_locks_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_locks_seq`
--
LOCK TABLES `vtiger_import_locks_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_import_locks_seq` DISABLE KEYS */;
INSERT INTO `vtiger_import_locks_seq` VALUES (43);
/*!40000 ALTER TABLE `vtiger_import_locks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_maps`
--
DROP TABLE IF EXISTS `vtiger_import_maps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_maps` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
`module` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longblob,
`has_header` int(11) NOT NULL DEFAULT '1',
`deleted` int(11) NOT NULL DEFAULT '0',
`date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`date_modified` datetime DEFAULT NULL,
`assigned_user_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_published` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no',
PRIMARY KEY (`id`),
KEY `import_maps_assigned_user_id_module_name_deleted_idx` (`assigned_user_id`,`module`,`name`,`deleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_maps`
--
LOCK TABLES `vtiger_import_maps` WRITE;
/*!40000 ALTER TABLE `vtiger_import_maps` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_import_maps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_queue`
--
DROP TABLE IF EXISTS `vtiger_import_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_queue` (
`importid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`field_mapping` text,
`default_values` text,
`merge_type` int(11) DEFAULT NULL,
`merge_fields` text,
`status` int(11) DEFAULT '0',
`lineitem_currency_id` int(11) DEFAULT NULL,
`paging` int(11) DEFAULT '0',
PRIMARY KEY (`importid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_queue`
--
LOCK TABLES `vtiger_import_queue` WRITE;
/*!40000 ALTER TABLE `vtiger_import_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_import_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_import_queue_seq`
--
DROP TABLE IF EXISTS `vtiger_import_queue_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_queue_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_import_queue_seq`
--
LOCK TABLES `vtiger_import_queue_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_import_queue_seq` DISABLE KEYS */;
INSERT INTO `vtiger_import_queue_seq` VALUES (43);
/*!40000 ALTER TABLE `vtiger_import_queue_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_industry`
--
DROP TABLE IF EXISTS `vtiger_industry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_industry` (
`industryid` int(11) NOT NULL AUTO_INCREMENT,
`industry` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`industryid`),
UNIQUE KEY `industry_industry_idx` (`industry`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_industry`
--
LOCK TABLES `vtiger_industry` WRITE;
/*!40000 ALTER TABLE `vtiger_industry` DISABLE KEYS */;
INSERT INTO `vtiger_industry` VALUES (2,'Apparel',1,61,1,NULL),(3,'Banking',1,62,2,NULL),(4,'Biotechnology',1,63,3,NULL),(5,'Chemicals',1,64,4,NULL),(6,'Communications',1,65,5,NULL),(7,'Construction',1,66,6,NULL),(8,'Consulting',1,67,7,NULL),(9,'Education',1,68,8,NULL),(10,'Electronics',1,69,9,NULL),(11,'Energy',1,70,10,NULL),(12,'Engineering',1,71,11,NULL),(13,'Entertainment',1,72,12,NULL),(14,'Environmental',1,73,13,NULL),(15,'Finance',1,74,14,NULL),(16,'Food & Beverage',1,75,15,NULL),(17,'Government',1,76,16,NULL),(18,'Healthcare',1,77,17,NULL),(19,'Hospitality',1,78,18,NULL),(20,'Insurance',1,79,19,NULL),(21,'Machinery',1,80,20,NULL),(22,'Manufacturing',1,81,21,NULL),(23,'Media',1,82,22,NULL),(24,'Not For Profit',1,83,23,NULL),(25,'Recreation',1,84,24,NULL),(26,'Retail',1,85,25,NULL),(27,'Shipping',1,86,26,NULL),(28,'Technology',1,87,27,NULL),(29,'Telecommunications',1,88,28,NULL),(30,'Transportation',1,89,29,NULL),(31,'Utilities',1,90,30,NULL),(32,'Other',1,91,31,NULL);
/*!40000 ALTER TABLE `vtiger_industry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_industry_seq`
--
DROP TABLE IF EXISTS `vtiger_industry_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_industry_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_industry_seq`
--
LOCK TABLES `vtiger_industry_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_industry_seq` DISABLE KEYS */;
INSERT INTO `vtiger_industry_seq` VALUES (32);
/*!40000 ALTER TABLE `vtiger_industry_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventory_tandc`
--
DROP TABLE IF EXISTS `vtiger_inventory_tandc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventory_tandc` (
`id` int(11) NOT NULL,
`type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`tandc` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventory_tandc`
--
LOCK TABLES `vtiger_inventory_tandc` WRITE;
/*!40000 ALTER TABLE `vtiger_inventory_tandc` DISABLE KEYS */;
INSERT INTO `vtiger_inventory_tandc` VALUES (2,'Invoice','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(3,'Quotes','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(4,'PurchaseOrder','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(5,'SalesOrder','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.');
/*!40000 ALTER TABLE `vtiger_inventory_tandc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventory_tandc_seq`
--
DROP TABLE IF EXISTS `vtiger_inventory_tandc_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventory_tandc_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventory_tandc_seq`
--
LOCK TABLES `vtiger_inventory_tandc_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventory_tandc_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventory_tandc_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_inventory_tandc_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorycharges`
--
DROP TABLE IF EXISTS `vtiger_inventorycharges`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorycharges` (
`chargeid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`format` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` decimal(12,5) DEFAULT NULL,
`regions` text COLLATE utf8mb4_unicode_ci,
`istaxable` int(11) NOT NULL DEFAULT '1',
`taxes` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`deleted` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`chargeid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorycharges`
--
LOCK TABLES `vtiger_inventorycharges` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorycharges` DISABLE KEYS */;
INSERT INTO `vtiger_inventorycharges` VALUES (1,'Shipping & Handling','Flat','Fixed',0.00000,'[]',0,'[]',0);
/*!40000 ALTER TABLE `vtiger_inventorycharges` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorychargesrel`
--
DROP TABLE IF EXISTS `vtiger_inventorychargesrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorychargesrel` (
`recordid` int(11) NOT NULL,
`charges` text COLLATE utf8mb4_unicode_ci,
KEY `record_idx` (`recordid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorychargesrel`
--
LOCK TABLES `vtiger_inventorychargesrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorychargesrel` DISABLE KEYS */;
INSERT INTO `vtiger_inventorychargesrel` VALUES (37,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(38,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(41,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(46,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(48,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(55,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(57,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(45,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(59,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(68,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(73,'{\"1\":{\"value\":\"0\"}}'),(74,'{\"1\":{\"value\":\"0\"}}'),(75,'{\"1\":{\"value\":\"0\"}}'),(66,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(80,'{\"1\":{\"value\":\"0\"}}'),(56,'{\"1\":{\"value\":\"0\",\"taxes\":{\"1\":\"4.500\",\"2\":\"10.000\",\"3\":\"12.500\"}}}'),(88,'{\"1\":{\"value\":\"0\"}}'),(90,'{\"1\":{\"value\":\"0\"}}'),(94,'{\"1\":{\"value\":\"0\"}}'),(95,'{\"1\":{\"value\":\"0\"}}'),(97,'{\"1\":{\"value\":\"0\"}}'),(107,'{\"1\":{\"value\":\"0\"}}'),(109,'{\"1\":{\"value\":\"0\"}}'),(110,'{\"1\":{\"value\":\"0\"}}'),(112,'{\"1\":{\"value\":\"0\"}}'),(77,'{\"1\":{\"value\":\"0\"}}'),(115,'[]'),(117,'[]'),(127,'{\"1\":{\"value\":\"0.00000000\",\"taxes\":{\"1\":0,\"2\":0,\"3\":0}}}'),(128,'{\"1\":{\"value\":\"0\"}}'),(129,'{\"1\":{\"value\":\"0.00000000\",\"taxes\":{\"1\":0,\"2\":0,\"3\":0}}}'),(135,'[]'),(136,'{\"1\":{\"value\":\"0\"}}'),(139,'{\"1\":{\"value\":\"0\"}}'),(140,'{\"1\":{\"value\":\"0\"}}'),(141,'{\"1\":{\"value\":\"0\"}}'),(145,'{\"1\":{\"value\":\"0\"}}'),(130,'{\"1\":{\"value\":\"0.00000000\",\"taxes\":{\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"}}}'),(123,'{\"1\":{\"value\":\"0\"}}'),(131,'{\"1\":{\"value\":\"0.00000000\",\"taxes\":{\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"}}}');
/*!40000 ALTER TABLE `vtiger_inventorychargesrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorynotification`
--
DROP TABLE IF EXISTS `vtiger_inventorynotification`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorynotification` (
`notificationid` int(11) NOT NULL AUTO_INCREMENT,
`notificationname` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`notificationsubject` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`notificationbody` text COLLATE utf8mb4_unicode_ci,
`label` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`notificationid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorynotification`
--
LOCK TABLES `vtiger_inventorynotification` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorynotification` DISABLE KEYS */;
INSERT INTO `vtiger_inventorynotification` VALUES (1,'InvoiceNotification','{PRODUCTNAME} Stock Level is Low','Dear {HANDLER},\n\nThe current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}. Kindly procure required number of units as the stock level is below reorder level {REORDERLEVELVALUE}.\n\nPlease treat this information as Urgent as the invoice is already sent to the customer.\n\nSeverity: Critical\n\nThanks,\n{CURRENTUSER} ','InvoiceNotificationDescription',NULL),(2,'QuoteNotification','Quote given for {PRODUCTNAME}','Dear {HANDLER},\n\nQuote is generated for {QUOTEQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}.\n\nSeverity: Minor\n\nThanks,\n{CURRENTUSER} ','QuoteNotificationDescription',NULL),(3,'SalesOrderNotification','Sales Order generated for {PRODUCTNAME}','Dear {HANDLER},\n\nSalesOrder is generated for {SOQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}.\n\nPlease treat this information with priority as the sales order is already generated.\n\nSeverity: Major\n\nThanks,\n{CURRENTUSER} ','SalesOrderNotificationDescription',NULL);
/*!40000 ALTER TABLE `vtiger_inventorynotification` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorynotification_seq`
--
DROP TABLE IF EXISTS `vtiger_inventorynotification_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorynotification_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorynotification_seq`
--
LOCK TABLES `vtiger_inventorynotification_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorynotification_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventorynotification_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_inventorynotification_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventoryproductrel`
--
DROP TABLE IF EXISTS `vtiger_inventoryproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryproductrel` (
`id` int(11) DEFAULT NULL,
`productid` int(11) DEFAULT NULL,
`sequence_no` int(11) DEFAULT NULL,
`quantity` decimal(25,3) DEFAULT NULL,
`listprice` decimal(27,8) DEFAULT NULL,
`discount_percent` decimal(7,3) DEFAULT NULL,
`discount_amount` decimal(27,8) DEFAULT NULL,
`comment` text COLLATE utf8mb4_unicode_ci,
`description` text COLLATE utf8mb4_unicode_ci,
`incrementondel` int(11) NOT NULL DEFAULT '0',
`lineitem_id` int(11) NOT NULL AUTO_INCREMENT,
`tax1` decimal(7,3) DEFAULT NULL,
`tax2` decimal(7,3) DEFAULT NULL,
`tax3` decimal(7,3) DEFAULT NULL,
`image` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`purchase_cost` decimal(27,8) DEFAULT NULL,
`margin` decimal(27,8) DEFAULT NULL,
`tax4` decimal(7,3) DEFAULT NULL,
PRIMARY KEY (`lineitem_id`),
KEY `inventoryproductrel_id_idx` (`id`),
KEY `inventoryproductrel_productid_idx` (`productid`),
CONSTRAINT `fk_crmid_vtiger_inventoryproductrel` FOREIGN KEY (`id`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventoryproductrel`
--
LOCK TABLES `vtiger_inventoryproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_inventoryproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventoryproductrel_seq`
--
DROP TABLE IF EXISTS `vtiger_inventoryproductrel_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryproductrel_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventoryproductrel_seq`
--
LOCK TABLES `vtiger_inventoryproductrel_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryproductrel_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventoryproductrel_seq` VALUES (0);
/*!40000 ALTER TABLE `vtiger_inventoryproductrel_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventoryshippingrel`
--
DROP TABLE IF EXISTS `vtiger_inventoryshippingrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryshippingrel` (
`id` int(11) DEFAULT NULL,
`shtax1` decimal(7,3) DEFAULT NULL,
`shtax2` decimal(7,3) DEFAULT NULL,
`shtax3` decimal(7,3) DEFAULT NULL,
KEY `inventoryishippingrel_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventoryshippingrel`
--
LOCK TABLES `vtiger_inventoryshippingrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryshippingrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_inventoryshippingrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorysubproductrel`
--
DROP TABLE IF EXISTS `vtiger_inventorysubproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorysubproductrel` (
`id` int(11) NOT NULL,
`sequence_no` int(11) NOT NULL,
`productid` int(11) NOT NULL,
`quantity` int(11) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorysubproductrel`
--
LOCK TABLES `vtiger_inventorysubproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorysubproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_inventorysubproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorytaxinfo`
--
DROP TABLE IF EXISTS `vtiger_inventorytaxinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorytaxinfo` (
`taxid` int(11) NOT NULL,
`taxname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`taxlabel` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`percentage` decimal(7,3) DEFAULT NULL,
`deleted` int(11) DEFAULT NULL,
`method` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`compoundon` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`regions` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`taxid`),
KEY `inventorytaxinfo_taxname_idx` (`taxname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorytaxinfo`
--
LOCK TABLES `vtiger_inventorytaxinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo` DISABLE KEYS */;
INSERT INTO `vtiger_inventorytaxinfo` VALUES (1,'tax1','VAT',4.500,1,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]'),(2,'tax2','Sales',10.000,1,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]'),(3,'tax3','Service',12.500,1,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]'),(4,'tax4','GST',18.000,0,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]');
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_inventorytaxinfo_seq`
--
DROP TABLE IF EXISTS `vtiger_inventorytaxinfo_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorytaxinfo_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_inventorytaxinfo_seq`
--
LOCK TABLES `vtiger_inventorytaxinfo_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo_seq` DISABLE KEYS */;
INSERT INTO `vtiger_inventorytaxinfo_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_inventorytaxinfo_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invitees`
--
DROP TABLE IF EXISTS `vtiger_invitees`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invitees` (
`activityid` int(11) NOT NULL,
`inviteeid` int(11) NOT NULL,
`status` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`activityid`,`inviteeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invitees`
--
LOCK TABLES `vtiger_invitees` WRITE;
/*!40000 ALTER TABLE `vtiger_invitees` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invitees` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoice`
--
DROP TABLE IF EXISTS `vtiger_invoice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoice` (
`invoiceid` int(11) NOT NULL DEFAULT '0',
`subject` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`salesorderid` int(11) DEFAULT NULL,
`customerno` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contactid` int(11) DEFAULT NULL,
`notes` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoicedate` date DEFAULT NULL,
`duedate` date DEFAULT NULL,
`invoiceterms` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`salescommission` decimal(25,3) DEFAULT NULL,
`exciseduty` decimal(25,3) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`shipping` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`accountid` int(11) DEFAULT NULL,
`terms_conditions` text COLLATE utf8mb4_unicode_ci,
`purchaseorder` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoicestatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_no` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_id` int(11) NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`compound_taxes_info` text COLLATE utf8mb4_unicode_ci,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`received` decimal(25,8) DEFAULT NULL,
`balance` decimal(25,8) DEFAULT NULL,
`s_h_percent` decimal(25,8) DEFAULT NULL,
`potential_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region_id` int(11) DEFAULT NULL,
`cds_gst_inv_date` date DEFAULT NULL,
`cds_gst_inv_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cds_invoice_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`received_amount` decimal(13,2) DEFAULT NULL,
`invoice_conversion_rate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_businessentity` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_bankid` int(11) DEFAULT NULL,
`invoice_cloudid` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`invoiceid`),
KEY `invoice_purchaseorderid_idx` (`invoiceid`),
KEY `fk_2_vtiger_invoice` (`salesorderid`),
CONSTRAINT `fk_2_vtiger_invoice` FOREIGN KEY (`salesorderid`) REFERENCES `vtiger_salesorder` (`salesorderid`) ON DELETE CASCADE,
CONSTRAINT `fk_crmid_vtiger_invoice` FOREIGN KEY (`invoiceid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoice`
--
LOCK TABLES `vtiger_invoice` WRITE;
/*!40000 ALTER TABLE `vtiger_invoice` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoice_recurring_info`
--
DROP TABLE IF EXISTS `vtiger_invoice_recurring_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoice_recurring_info` (
`salesorderid` int(11) NOT NULL,
`recurring_frequency` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`start_period` date DEFAULT NULL,
`end_period` date DEFAULT NULL,
`last_recurring_date` date DEFAULT NULL,
`payment_duration` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_status` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`salesorderid`),
CONSTRAINT `fk_salesorderid_vtiger_invoice_recurring_info` FOREIGN KEY (`salesorderid`) REFERENCES `vtiger_salesorder` (`salesorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoice_recurring_info`
--
LOCK TABLES `vtiger_invoice_recurring_info` WRITE;
/*!40000 ALTER TABLE `vtiger_invoice_recurring_info` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoice_recurring_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicebillads`
--
DROP TABLE IF EXISTS `vtiger_invoicebillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicebillads` (
`invoicebilladdressid` int(11) NOT NULL DEFAULT '0',
`bill_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`invoicebilladdressid`),
CONSTRAINT `fk_1_vtiger_invoicebillads` FOREIGN KEY (`invoicebilladdressid`) REFERENCES `vtiger_invoice` (`invoiceid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicebillads`
--
LOCK TABLES `vtiger_invoicebillads` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicebillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoicebillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicecf`
--
DROP TABLE IF EXISTS `vtiger_invoicecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicecf` (
`invoiceid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`invoiceid`),
CONSTRAINT `fk_1_vtiger_invoicecf` FOREIGN KEY (`invoiceid`) REFERENCES `vtiger_invoice` (`invoiceid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicecf`
--
LOCK TABLES `vtiger_invoicecf` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoicecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoiceshipads`
--
DROP TABLE IF EXISTS `vtiger_invoiceshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoiceshipads` (
`invoiceshipaddressid` int(11) NOT NULL DEFAULT '0',
`ship_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`invoiceshipaddressid`),
CONSTRAINT `fk_1_vtiger_invoiceshipads` FOREIGN KEY (`invoiceshipaddressid`) REFERENCES `vtiger_invoice` (`invoiceid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoiceshipads`
--
LOCK TABLES `vtiger_invoiceshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_invoiceshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoiceshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicestatus`
--
DROP TABLE IF EXISTS `vtiger_invoicestatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicestatus` (
`invoicestatusid` int(11) NOT NULL AUTO_INCREMENT,
`invoicestatus` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`invoicestatusid`),
UNIQUE KEY `invoicestatus_invoiestatus_idx` (`invoicestatus`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicestatus`
--
LOCK TABLES `vtiger_invoicestatus` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicestatus` DISABLE KEYS */;
INSERT INTO `vtiger_invoicestatus` VALUES (1,'AutoCreated',0,92,0,NULL),(2,'Created',0,93,1,NULL),(3,'Approved',0,94,2,NULL),(4,'Sent',0,95,3,NULL),(5,'Credit Invoice',0,96,4,NULL),(6,'Paid',0,97,5,NULL),(7,'Cancel',1,288,1,NULL),(8,'????',1,492,1,NULL),(9,'New',1,514,6,'#ffffff'),(10,'Partially Paid',1,515,7,'#ffffff'),(11,'Canceled',1,516,8,'#ffffff'),(12,'Overdue',1,517,9,'#ffffff'),(13,'Proforma',1,518,10,'#ffffff');
/*!40000 ALTER TABLE `vtiger_invoicestatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicestatus_seq`
--
DROP TABLE IF EXISTS `vtiger_invoicestatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicestatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicestatus_seq`
--
LOCK TABLES `vtiger_invoicestatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicestatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_invoicestatus_seq` VALUES (13);
/*!40000 ALTER TABLE `vtiger_invoicestatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_invoicestatushistory`
--
DROP TABLE IF EXISTS `vtiger_invoicestatushistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicestatushistory` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`invoiceid` int(11) NOT NULL,
`accountname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`invoicestatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `invoicestatushistory_invoiceid_idx` (`invoiceid`),
CONSTRAINT `fk_1_vtiger_invoicestatushistory` FOREIGN KEY (`invoiceid`) REFERENCES `vtiger_invoice` (`invoiceid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_invoicestatushistory`
--
LOCK TABLES `vtiger_invoicestatushistory` WRITE;
/*!40000 ALTER TABLE `vtiger_invoicestatushistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_invoicestatushistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_language`
--
DROP TABLE IF EXISTS `vtiger_language`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_language` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`prefix` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`label` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastupdated` datetime DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`isdefault` int(11) DEFAULT NULL,
`active` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_language`
--
LOCK TABLES `vtiger_language` WRITE;
/*!40000 ALTER TABLE `vtiger_language` DISABLE KEYS */;
INSERT INTO `vtiger_language` VALUES (1,'English','en_us','US English','2023-01-05 07:26:11',NULL,1,1),(2,'Pack de langue français','fr_fr','Pack de langue français','2023-01-05 07:26:45',NULL,0,1),(3,'Russian','ru_ru','Russian','2023-01-05 07:26:36',NULL,0,1),(4,'Romana','ro_ro','Romana','2023-01-05 07:26:45',NULL,0,1),(5,'Mexican Spanish','es_mx','ES Mexico','2023-01-05 07:26:41',NULL,0,1),(6,'Deutsch','de_de','DE Deutsch','2023-01-05 07:26:41',NULL,0,1),(7,'Brazilian','pt_br','PT Brasil','2023-01-05 07:26:45',NULL,0,1),(8,'Dutch','nl_nl','NL-Dutch','2023-01-05 07:26:42',NULL,0,1),(9,'Hungarian','hu_hu','HU Magyar','2023-01-05 07:26:42',NULL,0,1),(10,'Turkce','tr_tr','Turkce Dil Paketi','2023-01-05 07:26:42',NULL,0,1),(11,'British English','en_gb','British English','2023-01-05 07:26:42',NULL,0,1),(12,'Spanish','es_es','ES Spanish','2023-01-05 07:26:43',NULL,0,1),(13,'Język Polski','pl_pl','Język Polski','2023-01-05 07:26:45',NULL,0,1),(14,'Swedish','sv_se','Swedish','2023-01-05 07:27:00',NULL,0,1),(15,'Arabic','ar_ae','Arabic','2023-01-05 07:27:00',NULL,0,1),(16,'Italian','it_it','IT Italian','2023-01-05 07:26:44',NULL,0,1);
/*!40000 ALTER TABLE `vtiger_language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_language_seq`
--
DROP TABLE IF EXISTS `vtiger_language_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_language_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_language_seq`
--
LOCK TABLES `vtiger_language_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_language_seq` DISABLE KEYS */;
INSERT INTO `vtiger_language_seq` VALUES (16);
/*!40000 ALTER TABLE `vtiger_language_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_languages`
--
DROP TABLE IF EXISTS `vtiger_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_languages` (
`languagesid` int(11) NOT NULL AUTO_INCREMENT,
`languages` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`languagesid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_languages`
--
LOCK TABLES `vtiger_languages` WRITE;
/*!40000 ALTER TABLE `vtiger_languages` DISABLE KEYS */;
INSERT INTO `vtiger_languages` VALUES (1,'Hindi',1,331,1,NULL),(2,'English',1,332,2,NULL),(3,'Gujarati',1,333,3,NULL),(4,'Urdu',1,334,4,NULL),(5,'France',1,335,5,NULL),(6,'German',1,336,6,NULL),(7,'Polish',1,337,7,NULL),(8,'Hebrew',1,338,8,NULL);
/*!40000 ALTER TABLE `vtiger_languages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_languages_seq`
--
DROP TABLE IF EXISTS `vtiger_languages_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_languages_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_languages_seq`
--
LOCK TABLES `vtiger_languages_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_languages_seq` DISABLE KEYS */;
INSERT INTO `vtiger_languages_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_languages_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_lead_view`
--
DROP TABLE IF EXISTS `vtiger_lead_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_lead_view` (
`lead_viewid` int(11) NOT NULL AUTO_INCREMENT,
`lead_view` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`lead_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_lead_view`
--
LOCK TABLES `vtiger_lead_view` WRITE;
/*!40000 ALTER TABLE `vtiger_lead_view` DISABLE KEYS */;
INSERT INTO `vtiger_lead_view` VALUES (1,'Today',0,1),(2,'Last 2 Days',1,1),(3,'Last Week',2,1);
/*!40000 ALTER TABLE `vtiger_lead_view` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_lead_view_seq`
--
DROP TABLE IF EXISTS `vtiger_lead_view_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_lead_view_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_lead_view_seq`
--
LOCK TABLES `vtiger_lead_view_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_lead_view_seq` DISABLE KEYS */;
INSERT INTO `vtiger_lead_view_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_lead_view_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadaddress`
--
DROP TABLE IF EXISTS `vtiger_leadaddress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadaddress` (
`leadaddressid` int(11) NOT NULL DEFAULT '0',
`city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mobile` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fax` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lane` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`leadaddresstype` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT 'Billing',
PRIMARY KEY (`leadaddressid`),
CONSTRAINT `fk_1_vtiger_leadaddress` FOREIGN KEY (`leadaddressid`) REFERENCES `vtiger_leaddetails` (`leadid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadaddress`
--
LOCK TABLES `vtiger_leadaddress` WRITE;
/*!40000 ALTER TABLE `vtiger_leadaddress` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_leadaddress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leaddetails`
--
DROP TABLE IF EXISTS `vtiger_leaddetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leaddetails` (
`leadid` int(11) NOT NULL,
`lead_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`interest` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`firstname` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`salutation` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastname` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL,
`company` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`annualrevenue` decimal(25,8) DEFAULT NULL,
`industry` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`campaign` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rating` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`leadstatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`leadsource` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`converted` int(11) DEFAULT '0',
`designation` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'SalesMan',
`licencekeystatus` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`space` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`comments` text COLLATE utf8mb4_unicode_ci,
`priority` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`demorequest` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`partnercontact` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`productversion` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`product` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`maildate` date DEFAULT NULL,
`nextstepdate` date DEFAULT NULL,
`fundingsituation` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`purpose` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`evaluationstatus` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`transferdate` date DEFAULT NULL,
`revenuetype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`noofemployees` int(11) DEFAULT NULL,
`secondaryemail` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`assignleadchk` int(11) DEFAULT '0',
`emailoptout` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`leadid`),
KEY `leaddetails_converted_leadstatus_idx` (`converted`,`leadstatus`),
KEY `email_idx` (`email`),
CONSTRAINT `fk_1_vtiger_leaddetails` FOREIGN KEY (`leadid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leaddetails`
--
LOCK TABLES `vtiger_leaddetails` WRITE;
/*!40000 ALTER TABLE `vtiger_leaddetails` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_leaddetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadscf`
--
DROP TABLE IF EXISTS `vtiger_leadscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadscf` (
`leadid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`leadid`),
CONSTRAINT `fk_1_vtiger_leadscf` FOREIGN KEY (`leadid`) REFERENCES `vtiger_leaddetails` (`leadid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadscf`
--
LOCK TABLES `vtiger_leadscf` WRITE;
/*!40000 ALTER TABLE `vtiger_leadscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_leadscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadsource`
--
DROP TABLE IF EXISTS `vtiger_leadsource`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadsource` (
`leadsourceid` int(11) NOT NULL AUTO_INCREMENT,
`leadsource` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`leadsourceid`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadsource`
--
LOCK TABLES `vtiger_leadsource` WRITE;
/*!40000 ALTER TABLE `vtiger_leadsource` DISABLE KEYS */;
INSERT INTO `vtiger_leadsource` VALUES (2,'Cold Call',1,99,1,NULL),(3,'Existing Customer',1,100,2,NULL),(4,'Self Generated',1,101,3,NULL),(5,'Employee',1,102,4,NULL),(6,'Partner',1,103,5,NULL),(7,'Public Relations',1,104,6,NULL),(8,'Direct Mail',1,105,7,NULL),(9,'Conference',1,106,8,NULL),(10,'Trade Show',1,107,9,NULL),(11,'Web Site',1,108,10,NULL),(12,'Word of mouth',1,109,11,NULL),(13,'Other',1,110,12,NULL),(14,'Referral',1,503,13,'#ffffff'),(15,'Facebook',1,504,14,'#ffffff'),(16,'Twitter',1,505,15,'#ffffff'),(17,'Mail Manager',1,506,16,'#ffffff'),(18,'Mail Converter',1,507,17,'#ffffff');
/*!40000 ALTER TABLE `vtiger_leadsource` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadsource_seq`
--
DROP TABLE IF EXISTS `vtiger_leadsource_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadsource_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadsource_seq`
--
LOCK TABLES `vtiger_leadsource_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_leadsource_seq` DISABLE KEYS */;
INSERT INTO `vtiger_leadsource_seq` VALUES (18);
/*!40000 ALTER TABLE `vtiger_leadsource_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadstage`
--
DROP TABLE IF EXISTS `vtiger_leadstage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadstage` (
`leadstageid` int(11) NOT NULL AUTO_INCREMENT,
`stage` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`leadstageid`),
UNIQUE KEY `leadstage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadstage`
--
LOCK TABLES `vtiger_leadstage` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstage` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_leadstage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadstatus`
--
DROP TABLE IF EXISTS `vtiger_leadstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadstatus` (
`leadstatusid` int(11) NOT NULL AUTO_INCREMENT,
`leadstatus` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`leadstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadstatus`
--
LOCK TABLES `vtiger_leadstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstatus` DISABLE KEYS */;
INSERT INTO `vtiger_leadstatus` VALUES (2,'Attempted to Contact',1,112,1,NULL),(3,'Cold',1,113,2,NULL),(4,'Contact in Future',1,114,3,NULL),(5,'Contacted',1,115,4,NULL),(6,'Hot',1,116,5,NULL),(7,'Junk Lead',1,117,6,NULL),(8,'Lost Lead',1,118,7,NULL),(9,'Not Contacted',1,119,8,NULL),(10,'Pre Qualified',1,120,9,NULL),(11,'Qualified',1,121,10,NULL),(12,'Warm',1,122,11,NULL);
/*!40000 ALTER TABLE `vtiger_leadstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_leadstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadstatus_seq`
--
LOCK TABLES `vtiger_leadstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_leadstatus_seq` VALUES (12);
/*!40000 ALTER TABLE `vtiger_leadstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_leadsubdetails`
--
DROP TABLE IF EXISTS `vtiger_leadsubdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadsubdetails` (
`leadsubscriptionid` int(11) NOT NULL DEFAULT '0',
`website` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`callornot` int(11) DEFAULT '0',
`readornot` int(11) DEFAULT '0',
`empct` int(11) DEFAULT '0',
PRIMARY KEY (`leadsubscriptionid`),
CONSTRAINT `fk_1_vtiger_leadsubdetails` FOREIGN KEY (`leadsubscriptionid`) REFERENCES `vtiger_leaddetails` (`leadid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_leadsubdetails`
--
LOCK TABLES `vtiger_leadsubdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_leadsubdetails` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_leadsubdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_life_cycle_stages`
--
DROP TABLE IF EXISTS `vtiger_life_cycle_stages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_life_cycle_stages` (
`life_cycle_stagesid` int(11) NOT NULL AUTO_INCREMENT,
`life_cycle_stages` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`life_cycle_stagesid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_life_cycle_stages`
--
LOCK TABLES `vtiger_life_cycle_stages` WRITE;
/*!40000 ALTER TABLE `vtiger_life_cycle_stages` DISABLE KEYS */;
INSERT INTO `vtiger_life_cycle_stages` VALUES (1,'Attempted To Contact',1,339,1,NULL),(2,'Cold',1,340,2,NULL),(3,'Contact In Future',1,341,3,NULL),(4,'Contacted',1,342,4,NULL),(5,'Hot',1,343,5,NULL),(6,'Junk Lead',1,344,6,NULL),(7,'lost Lead',1,345,7,NULL),(8,'Not Contacted',1,346,8,NULL),(9,'Pre Qualified',1,347,9,NULL),(10,'Qualified',1,348,10,NULL),(11,'War',1,349,11,NULL);
/*!40000 ALTER TABLE `vtiger_life_cycle_stages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_life_cycle_stages_seq`
--
DROP TABLE IF EXISTS `vtiger_life_cycle_stages_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_life_cycle_stages_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_life_cycle_stages_seq`
--
LOCK TABLES `vtiger_life_cycle_stages_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_life_cycle_stages_seq` DISABLE KEYS */;
INSERT INTO `vtiger_life_cycle_stages_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_life_cycle_stages_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_links`
--
DROP TABLE IF EXISTS `vtiger_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_links` (
`linkid` int(11) NOT NULL,
`tabid` int(11) DEFAULT NULL,
`linktype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`linklabel` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`linkurl` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`linkicon` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`handler_path` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`handler_class` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`handler` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`parent_link` int(11) DEFAULT NULL,
PRIMARY KEY (`linkid`),
KEY `link_tabidtype_idx` (`tabid`,`linktype`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_links`
--
LOCK TABLES `vtiger_links` WRITE;
/*!40000 ALTER TABLE `vtiger_links` DISABLE KEYS */;
INSERT INTO `vtiger_links` VALUES (2,6,'DETAILVIEW','LBL_SHOW_ACCOUNT_HIERARCHY','index.php?module=Accounts&action=AccountHierarchy&accountid=$RECORD$','',0,NULL,NULL,NULL,NULL),(21,7,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(22,4,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(23,6,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(24,2,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(27,48,'HEADERSCRIPT','ModCommentsCommonHeaderScript','modules/ModComments/ModCommentsCommon.js','',0,NULL,NULL,NULL,NULL),(28,49,'HEADERSCRIPT','ExtensionStoreCommonHeaderScript','modules/ExtensionStore/ExtensionStore.js','',0,NULL,NULL,NULL,NULL),(30,40,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(31,41,'DETAILVIEWBASIC','Add Project Task','index.php?module=ProjectTask&action=EditView&projectid=$RECORD$&return_module=Project&return_action=DetailView&return_id=$RECORD$','',0,'modules/ProjectTask/ProjectTask.php','ProjectTask','isLinkPermitted',NULL),(33,41,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(34,2,'DASHBOARDWIDGET','History','index.php?module=Potentials&view=ShowWidget&name=History','',1,NULL,NULL,NULL,NULL),(35,2,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Potentials&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL,NULL),(36,2,'DASHBOARDWIDGET','Funnel','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesStage','',3,NULL,NULL,NULL,NULL),(37,2,'DASHBOARDWIDGET','Potentials by Stage','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesPerson','',4,NULL,NULL,NULL,NULL),(38,2,'DASHBOARDWIDGET','Pipelined Amount','index.php?module=Potentials&view=ShowWidget&name=PipelinedAmountPerSalesPerson','',5,NULL,NULL,NULL,NULL),(39,2,'DASHBOARDWIDGET','Total Revenue','index.php?module=Potentials&view=ShowWidget&name=TotalRevenuePerSalesPerson','',6,NULL,NULL,NULL,NULL),(40,2,'DASHBOARDWIDGET','Top Potentials','index.php?module=Potentials&view=ShowWidget&name=TopPotentials','',7,NULL,NULL,NULL,NULL),(41,2,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Potentials&view=ShowWidget&name=OverdueActivities','',9,NULL,NULL,NULL,NULL),(42,6,'DASHBOARDWIDGET','History','index.php?module=Accounts&view=ShowWidget&name=History','',1,NULL,NULL,NULL,NULL),(43,6,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Accounts&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL,NULL),(44,6,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Accounts&view=ShowWidget&name=OverdueActivities','',3,NULL,NULL,NULL,NULL),(45,4,'DASHBOARDWIDGET','History','index.php?module=Contacts&view=ShowWidget&name=History','',1,NULL,NULL,NULL,NULL),(46,4,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Contacts&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL,NULL),(47,4,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Contacts&view=ShowWidget&name=OverdueActivities','',3,NULL,NULL,NULL,NULL),(48,7,'DASHBOARDWIDGET','History','index.php?module=Leads&view=ShowWidget&name=History','',1,NULL,NULL,NULL,NULL),(49,7,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Leads&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL,NULL),(50,7,'DASHBOARDWIDGET','Leads by Status','index.php?module=Leads&view=ShowWidget&name=LeadsByStatus','',4,NULL,NULL,NULL,NULL),(51,7,'DASHBOARDWIDGET','Leads by Source','index.php?module=Leads&view=ShowWidget&name=LeadsBySource','',5,NULL,NULL,NULL,NULL),(52,7,'DASHBOARDWIDGET','Leads by Industry','index.php?module=Leads&view=ShowWidget&name=LeadsByIndustry','',6,NULL,NULL,NULL,NULL),(53,7,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Leads&view=ShowWidget&name=OverdueActivities','',7,NULL,NULL,NULL,NULL),(54,13,'DASHBOARDWIDGET','Tickets by Status','index.php?module=HelpDesk&view=ShowWidget&name=TicketsByStatus','',1,NULL,NULL,NULL,NULL),(55,13,'DASHBOARDWIDGET','Open Tickets','index.php?module=HelpDesk&view=ShowWidget&name=OpenTickets','',2,NULL,NULL,NULL,NULL),(56,3,'DASHBOARDWIDGET','History','index.php?module=Home&view=ShowWidget&name=History','',1,NULL,NULL,NULL,NULL),(57,3,'DASHBOARDWIDGET','Upcoming Activities','index.php?module=Home&view=ShowWidget&name=CalendarActivities','',2,NULL,NULL,NULL,NULL),(58,3,'DASHBOARDWIDGET','Funnel','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesStage','',3,NULL,NULL,NULL,NULL),(59,3,'DASHBOARDWIDGET','Potentials by Stage','index.php?module=Potentials&view=ShowWidget&name=GroupedBySalesPerson','',4,NULL,NULL,NULL,NULL),(60,3,'DASHBOARDWIDGET','Pipelined Amount','index.php?module=Potentials&view=ShowWidget&name=PipelinedAmountPerSalesPerson','',5,NULL,NULL,NULL,NULL),(61,3,'DASHBOARDWIDGET','Total Revenue','index.php?module=Potentials&view=ShowWidget&name=TotalRevenuePerSalesPerson','',6,NULL,NULL,NULL,NULL),(62,3,'DASHBOARDWIDGET','Top Potentials','index.php?module=Potentials&view=ShowWidget&name=TopPotentials','',7,NULL,NULL,NULL,NULL),(63,3,'DASHBOARDWIDGET','Leads by Status','index.php?module=Leads&view=ShowWidget&name=LeadsByStatus','',10,NULL,NULL,NULL,NULL),(64,3,'DASHBOARDWIDGET','Leads by Source','index.php?module=Leads&view=ShowWidget&name=LeadsBySource','',11,NULL,NULL,NULL,NULL),(65,3,'DASHBOARDWIDGET','Leads by Industry','index.php?module=Leads&view=ShowWidget&name=LeadsByIndustry','',12,NULL,NULL,NULL,NULL),(66,3,'DASHBOARDWIDGET','Overdue Activities','index.php?module=Home&view=ShowWidget&name=OverdueActivities','',13,NULL,NULL,NULL,NULL),(67,3,'DASHBOARDWIDGET','Tickets by Status','index.php?module=HelpDesk&view=ShowWidget&name=TicketsByStatus','',13,NULL,NULL,NULL,NULL),(68,3,'DASHBOARDWIDGET','Open Tickets','index.php?module=HelpDesk&view=ShowWidget&name=OpenTickets','',14,NULL,NULL,NULL,NULL),(69,13,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(70,15,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(99,3,'DASHBOARDWIDGET','Key Metrics','index.php?module=Home&view=ShowWidget&name=KeyMetrics','',0,NULL,NULL,NULL,NULL),(100,3,'DASHBOARDWIDGET','Mini List','index.php?module=Home&view=ShowWidget&name=MiniList','',0,NULL,NULL,NULL,NULL),(101,3,'DASHBOARDWIDGET','Tag Cloud','index.php?module=Home&view=ShowWidget&name=TagCloud','',0,NULL,NULL,NULL,NULL),(102,2,'DASHBOARDWIDGET','Funnel Amount','index.php?module=Potentials&view=ShowWidget&name=FunnelAmount','',10,NULL,NULL,NULL,NULL),(103,3,'DASHBOARDWIDGET','Funnel Amount','index.php?module=Potentials&view=ShowWidget&name=FunnelAmount','',10,NULL,NULL,NULL,NULL),(104,3,'DASHBOARDWIDGET','Notebook','index.php?module=Home&view=ShowWidget&name=Notebook','',0,NULL,NULL,NULL,NULL),(105,25,'LISTVIEWBASIC','LBL_ADD_RECORD','','',0,NULL,NULL,NULL,NULL),(106,25,'LISTVIEWBASIC','LBL_DETAIL_REPORT','javascript:Reports_List_Js.addReport(\"index.php?module=Reports&view=Edit\")','',0,'modules/Reports/models/Module.php','Reports_Module_Model','checkLinkAccess',105),(107,25,'LISTVIEWBASIC','LBL_CHARTS','javascript:Reports_List_Js.addReport(\"index.php?module=Reports&view=ChartEdit\")','',0,'modules/Reports/models/Module.php','Reports_Module_Model','checkLinkAccess',105),(108,25,'LISTVIEWBASIC','LBL_ADD_FOLDER','javascript:Reports_List_Js.triggerAddFolder(\"index.php?module=Reports&view=EditFolder\")','',0,'modules/Reports/models/Module.php','Reports_Module_Model','checkLinkAccess',NULL),(109,4,'EXTENSIONLINK','Google','index.php?module=Contacts&view=Extension&extensionModule=Google&extensionView=Index','',0,NULL,NULL,NULL,NULL),(110,9,'EXTENSIONLINK','Google','index.php?module=Calendar&view=Extension&extensionModule=Google&extensionView=Index','',0,NULL,NULL,NULL,NULL),(111,52,'HEADERSCRIPT','ITS4YouInstaller','layouts/v7/modules/Settings/ITS4YouInstaller/resources/ITS4YouInstaller_HS.js',NULL,0,NULL,NULL,NULL,NULL),(112,53,'HEADERSCRIPT','PDFMakerFreeActionsJS','layouts/v7/modules/PDFMaker/resources/PDFMakerFreeActions.js',NULL,0,NULL,NULL,NULL,NULL),(113,20,'DETAILVIEWSIDEBARWIDGET','PDFMaker','module=PDFMaker&view=GetPDFActions&record=$RECORD$',NULL,0,NULL,NULL,NULL,NULL),(114,22,'DETAILVIEWSIDEBARWIDGET','PDFMaker','module=PDFMaker&view=GetPDFActions&record=$RECORD$',NULL,0,NULL,NULL,NULL,NULL),(115,21,'DETAILVIEWSIDEBARWIDGET','PDFMaker','module=PDFMaker&view=GetPDFActions&record=$RECORD$',NULL,0,NULL,NULL,NULL,NULL),(116,23,'DETAILVIEWSIDEBARWIDGET','PDFMaker','module=PDFMaker&view=GetPDFActions&record=$RECORD$',NULL,0,NULL,NULL,NULL,NULL),(117,54,'HEADERSCRIPT','','layouts/v7/modules/PipelineView/resources/PipelineIcon.js','',0,NULL,NULL,NULL,NULL),(118,54,'HEADERSCRIPT','','layouts/v7/modules/PipelineView/resources/Index.js','',0,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_links_seq`
--
DROP TABLE IF EXISTS `vtiger_links_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_links_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_links_seq`
--
LOCK TABLES `vtiger_links_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_links_seq` DISABLE KEYS */;
INSERT INTO `vtiger_links_seq` VALUES (118);
/*!40000 ALTER TABLE `vtiger_links_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_loginhistory`
--
DROP TABLE IF EXISTS `vtiger_loginhistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_loginhistory` (
`login_id` int(11) NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_ip` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
`logout_time` timestamp NULL DEFAULT NULL,
`login_time` datetime DEFAULT NULL,
`status` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`login_id`)
) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_loginhistory`
--
LOCK TABLES `vtiger_loginhistory` WRITE;
/*!40000 ALTER TABLE `vtiger_loginhistory` DISABLE KEYS */;
INSERT INTO `vtiger_loginhistory` VALUES (1,'admin','127.0.0.1','2023-01-05 01:57:20','2023-01-05 07:27:20','Signed in'),(2,'admin','127.0.0.1','2023-01-06 00:52:54','2023-01-06 06:22:54','Signed in'),(3,'admin','::1','2023-06-26 04:20:32','2023-06-26 09:50:32','Signed in'),(4,'admin','::1','2023-06-26 22:43:35','2023-06-27 04:13:35','Signed in'),(5,'admin','::1','2023-06-28 22:14:24','2023-06-29 03:44:24','Signed in'),(6,'admin','::1','2023-06-28 22:14:27','2023-06-29 03:44:27','Signed in'),(7,'admin','::1','2023-06-29 23:37:07','2023-06-30 04:02:46','Signed off'),(8,'admin','::1','2023-06-29 23:38:42','2023-06-30 05:07:28','Signed off'),(9,'admin','::1','2023-06-29 23:46:27','2023-06-30 05:16:27','Signed in'),(10,'admin','110.227.239.68','2023-06-30 06:19:01','2023-06-30 06:19:01','Signed in'),(11,'admin','110.227.239.68','2023-06-30 06:20:23','2023-06-30 06:20:23','Signed in'),(12,'admin','110.227.239.68','2023-06-30 10:55:45','2023-06-30 10:25:22','Signed off'),(13,'admin','110.227.239.68','2023-06-30 10:55:56','2023-06-30 10:55:56','Signed in'),(14,'admin','49.36.82.133','2023-06-30 10:57:11','2023-06-30 10:57:11','Signed in'),(15,'admin','103.108.207.58','2023-06-30 11:19:52','2023-06-30 11:19:52','Signed in'),(16,'admin','122.169.119.200','2023-06-30 11:22:43','2023-06-30 11:22:43','Signed in'),(17,'admin','163.116.219.33','2023-07-04 11:00:21','2023-06-30 12:59:56','Signed off'),(18,'admin','103.231.6.214','2023-07-02 12:13:56','2023-07-02 12:13:56','Signed in'),(19,'admin','163.116.199.117','2023-07-03 06:09:12','2023-07-03 06:09:12','Signed in'),(20,'admin','163.116.199.117','2023-07-03 06:09:13','2023-07-03 06:09:13','Signed in'),(21,'admin','163.116.199.117','2023-07-03 06:09:16','2023-07-03 06:09:16','Signed in'),(22,'admin','163.116.199.117','2023-07-03 06:09:16','2023-07-03 06:09:16','Signed in'),(23,'admin','163.116.199.117','2023-07-03 06:09:17','2023-07-03 06:09:17','Signed in'),(24,'admin','163.116.199.117','2023-07-03 06:09:17','2023-07-03 06:09:17','Signed in'),(25,'admin','182.64.128.229','2023-07-03 07:32:40','2023-07-03 07:32:40','Signed in'),(26,'admin','182.64.128.229','2023-07-03 08:40:05','2023-07-03 07:52:06','Signed off'),(27,'admin','182.64.128.229','2023-07-03 08:40:16','2023-07-03 08:40:16','Signed in'),(28,'admin','182.64.128.229','2023-07-03 08:42:55','2023-07-03 08:40:19','Signed off'),(29,'admin','182.64.128.229','2023-07-03 09:51:38','2023-07-03 09:51:38','Signed in'),(30,'admin','182.64.128.229','2023-07-04 03:48:29','2023-07-04 03:48:29','Signed in'),(31,'admin','182.64.128.229','2023-07-04 08:48:09','2023-07-04 08:48:09','Signed in'),(32,'admin','163.116.219.42','2023-07-04 09:46:14','2023-07-04 09:46:14','Signed in'),(33,'admin','163.116.219.33','2023-07-04 11:02:44','2023-07-04 11:00:24','Signed off'),(34,'admin','163.116.219.33','2023-07-04 11:10:48','2023-07-04 11:10:48','Signed in'),(35,'admin','49.36.83.246','2023-07-05 04:25:38','2023-07-05 04:25:38','Signed in'),(36,'admin','182.64.128.229','2023-07-05 05:36:24','2023-07-05 05:27:21','Signed off'),(37,'admin','163.116.205.153','2023-07-05 11:00:33','2023-07-05 11:00:33','Signed in'),(38,'admin','163.116.205.115','2023-07-05 11:00:36','2023-07-05 11:00:36','Signed in'),(39,'admin','163.116.205.118','2023-07-05 11:00:41','2023-07-05 11:00:41','Signed in'),(40,'admin','49.36.82.133','2023-07-05 12:42:11','2023-07-05 12:42:11','Signed in'),(41,'admin','122.169.119.200','2023-07-05 12:42:25','2023-07-05 12:42:25','Signed in'),(42,'admin','182.64.128.229','2023-07-05 12:49:54','2023-07-05 12:49:54','Signed in'),(43,'admin','163.116.199.120','2023-07-06 22:58:55','2023-07-06 22:58:55','Signed in'),(44,'admin','163.116.205.123','2023-07-10 13:20:20','2023-07-10 13:20:20','Signed in'),(45,'admin','110.227.199.147','2023-07-10 13:34:57','2023-07-10 13:34:57','Signed in'),(46,'admin','163.116.205.118','2023-07-10 13:40:34','2023-07-10 13:40:34','Signed in'),(47,'admin','163.116.205.118','2023-07-11 05:08:16','2023-07-11 05:08:16','Signed in'),(48,'admin','122.162.7.154','2023-07-11 05:13:12','2023-07-11 05:13:12','Signed in'),(49,'admin','103.108.207.58','2023-07-11 05:39:36','2023-07-11 05:39:36','Signed in'),(50,'admin','103.108.207.58','2023-07-11 05:39:37','2023-07-11 05:39:37','Signed in'),(51,'admin','122.162.7.154','2023-07-11 07:07:40','2023-07-11 07:07:40','Signed in'),(52,'admin','122.162.7.154','2023-07-11 13:22:19','2023-07-11 13:22:19','Signed in'),(53,'admin','122.169.119.200','2023-07-12 06:43:42','2023-07-12 06:43:42','Signed in'),(54,'admin','122.162.7.154','2023-07-12 10:35:54','2023-07-12 10:35:54','Signed in'),(55,'admin','122.162.7.154','2023-07-13 09:55:15','2023-07-13 08:51:05','Signed off'),(56,'admin','163.116.205.117','2023-07-13 09:50:42','2023-07-13 09:50:42','Signed in'),(57,'admin','163.116.205.115','2023-07-13 09:51:46','2023-07-13 09:51:46','Signed in'),(58,'admin','122.162.7.154','2023-07-13 09:55:44','2023-07-13 09:55:44','Signed in'),(59,'admin','103.108.207.58','2023-07-13 10:06:26','2023-07-13 10:06:26','Signed in'),(60,'admin','122.162.7.154','2023-07-13 13:53:06','2023-07-13 12:01:52','Signed off'),(61,'admin','122.169.119.200','2023-07-13 12:12:03','2023-07-13 12:12:03','Signed in'),(62,'admin','122.162.7.154','2023-07-14 03:41:35','2023-07-14 03:41:35','Signed in'),(63,'admin','163.116.205.114','2023-07-14 05:56:22','2023-07-14 05:56:22','Signed in'),(64,'admin','163.116.205.116','2023-07-14 05:56:22','2023-07-14 05:56:22','Signed in'),(65,'admin','103.108.207.58','2023-07-14 06:10:36','2023-07-14 06:10:36','Signed in'),(66,'admin','163.116.205.122','2023-07-14 06:45:24','2023-07-14 06:45:24','Signed in'),(67,'admin','122.162.7.154','2023-07-14 07:50:13','2023-07-14 07:50:13','Signed in'),(68,'admin','163.116.205.115','2023-07-14 07:56:57','2023-07-14 07:56:57','Signed in'),(69,'admin','122.162.7.154','2023-07-14 10:42:27','2023-07-14 08:41:02','Signed off'),(70,'admin','163.116.219.48','2023-07-14 09:35:43','2023-07-14 09:35:43','Signed in'),(71,'admin','163.116.219.48','2023-07-14 09:35:44','2023-07-14 09:35:44','Signed in'),(72,'admin','122.169.119.200','2023-07-14 10:53:40','2023-07-14 10:53:40','Signed in'),(73,'admin','122.162.7.154','2023-07-14 11:08:49','2023-07-14 11:08:49','Signed in'),(74,'admin','122.162.7.154','2023-07-14 12:03:49','2023-07-14 12:03:48','Signed off'),(75,'admin','122.162.7.154','2023-07-14 12:03:53','2023-07-14 12:03:53','Signed in'),(76,'admin','103.108.207.58','2023-07-15 07:00:26','2023-07-15 07:00:26','Signed in'),(77,'admin','163.116.205.153','2023-07-15 07:04:35','2023-07-15 07:04:35','Signed in'),(78,'admin','117.217.127.213','2023-07-15 08:04:53','2023-07-15 08:04:53','Signed in'),(79,'admin','163.116.205.123','2023-07-15 10:58:17','2023-07-15 10:58:17','Signed in'),(80,'admin','122.169.119.200','2023-07-17 06:45:55','2023-07-17 06:45:55','Signed in'),(81,'admin','122.162.7.154','2023-07-17 06:49:19','2023-07-17 06:49:19','Signed in'),(82,'admin','163.116.199.119','2023-07-17 06:50:07','2023-07-17 06:50:07','Signed in'),(83,'admin','163.116.199.119','2023-07-17 06:50:09','2023-07-17 06:50:09','Signed in'),(84,'admin','122.169.119.200','2023-07-17 06:55:45','2023-07-17 06:55:45','Signed in'),(85,'admin','49.36.82.65','2023-07-17 07:14:51','2023-07-17 07:14:51','Signed in'),(86,'admin','163.116.205.121','2023-07-17 08:38:48','2023-07-17 08:38:48','Signed in'),(87,'admin','122.162.7.154','2023-07-17 08:47:22','2023-07-17 08:47:22','Signed in'),(88,'admin','163.116.205.119','2023-07-17 11:01:53','2023-07-17 11:01:53','Signed in'),(89,'admin','163.116.219.53','2023-07-17 12:02:44','2023-07-17 12:02:44','Signed in'),(90,'admin','122.162.7.154','2023-07-17 13:33:59','2023-07-17 13:33:59','Signed in'),(91,'admin','49.36.82.65','2023-07-18 04:40:40','2023-07-18 04:40:40','Signed in'),(92,'admin','103.108.207.58','2023-07-18 05:28:00','2023-07-18 05:28:00','Signed in'),(93,'admin','122.169.119.200','2023-07-18 05:34:07','2023-07-18 05:34:07','Signed in'),(94,'admin','163.116.205.118','2023-07-18 05:48:31','2023-07-18 05:48:31','Signed in'),(95,'admin','122.169.119.200','2023-07-18 06:17:45','2023-07-18 06:17:45','Signed in'),(96,'admin','122.162.7.154','2023-07-18 08:52:23','2023-07-18 08:52:23','Signed in'),(97,'admin','122.162.7.154','2023-07-18 11:08:25','2023-07-18 11:08:25','Signed in'),(98,'admin','122.169.119.200','2023-07-18 11:14:02','2023-07-18 11:14:02','Signed in'),(99,'admin','182.69.31.243','2023-07-19 05:27:17','2023-07-19 05:27:17','Signed in'),(100,'admin','182.69.31.243','2023-07-19 06:50:00','2023-07-19 06:50:00','Signed in'),(101,'admin','163.116.205.115','2023-07-19 07:17:12','2023-07-19 07:17:12','Signed in'),(102,'admin','117.217.127.213','2023-07-19 07:21:03','2023-07-19 07:21:03','Signed in'),(103,'admin','163.116.205.115','2023-07-19 07:58:31','2023-07-19 07:58:31','Signed in'),(104,'admin','163.116.199.121','2023-07-19 09:42:34','2023-07-19 09:42:34','Signed in'),(105,'admin','163.116.199.117','2023-07-19 09:42:35','2023-07-19 09:42:35','Signed in'),(106,'admin','163.116.205.118','2023-07-19 10:35:09','2023-07-19 10:35:09','Signed in'),(107,'admin','163.116.205.118','2023-07-19 10:35:12','2023-07-19 10:35:12','Signed in'),(108,'admin','163.116.199.116','2023-07-19 10:46:45','2023-07-19 10:46:45','Signed in');
/*!40000 ALTER TABLE `vtiger_loginhistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_lost_reason`
--
DROP TABLE IF EXISTS `vtiger_lost_reason`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_lost_reason` (
`lost_reasonid` int(11) NOT NULL AUTO_INCREMENT,
`lost_reason` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`lost_reasonid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_lost_reason`
--
LOCK TABLES `vtiger_lost_reason` WRITE;
/*!40000 ALTER TABLE `vtiger_lost_reason` DISABLE KEYS */;
INSERT INTO `vtiger_lost_reason` VALUES (1,'Price',1,486,1,NULL),(2,'Authority',1,487,2,NULL),(3,'Timing',1,488,3,NULL),(4,'Missing Features',1,489,4,NULL),(5,'Project Cancelled',1,490,5,NULL),(6,'Other',1,508,6,'#ffffff');
/*!40000 ALTER TABLE `vtiger_lost_reason` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_lost_reason_seq`
--
DROP TABLE IF EXISTS `vtiger_lost_reason_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_lost_reason_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_lost_reason_seq`
--
LOCK TABLES `vtiger_lost_reason_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_lost_reason_seq` DISABLE KEYS */;
INSERT INTO `vtiger_lost_reason_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_lost_reason_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mail_accounts`
--
DROP TABLE IF EXISTS `vtiger_mail_accounts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mail_accounts` (
`account_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`display_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mail_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`account_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mail_protocol` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mail_username` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`mail_password` text COLLATE utf8mb4_unicode_ci,
`mail_servername` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`box_refresh` int(11) DEFAULT NULL,
`mails_per_page` int(11) DEFAULT NULL,
`ssltype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sslmeth` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`int_mailer` int(11) DEFAULT '0',
`status` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`set_default` int(11) DEFAULT NULL,
`sent_folder` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mail_accounts`
--
LOCK TABLES `vtiger_mail_accounts` WRITE;
/*!40000 ALTER TABLE `vtiger_mail_accounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mail_accounts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailer_queue`
--
DROP TABLE IF EXISTS `vtiger_mailer_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailer_queue` (
`id` int(11) NOT NULL,
`fromname` varchar(100) DEFAULT NULL,
`fromemail` varchar(100) DEFAULT NULL,
`mailer` varchar(10) DEFAULT NULL,
`content_type` varchar(15) DEFAULT NULL,
`subject` varchar(999) DEFAULT NULL,
`body` text,
`relcrmid` int(11) DEFAULT NULL,
`failed` int(11) NOT NULL DEFAULT '0',
`failreason` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailer_queue`
--
LOCK TABLES `vtiger_mailer_queue` WRITE;
/*!40000 ALTER TABLE `vtiger_mailer_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailer_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailer_queueattachments`
--
DROP TABLE IF EXISTS `vtiger_mailer_queueattachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailer_queueattachments` (
`id` int(11) DEFAULT NULL,
`path` text,
`name` varchar(100) DEFAULT NULL,
`encoding` varchar(50) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailer_queueattachments`
--
LOCK TABLES `vtiger_mailer_queueattachments` WRITE;
/*!40000 ALTER TABLE `vtiger_mailer_queueattachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailer_queueattachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailer_queueinfo`
--
DROP TABLE IF EXISTS `vtiger_mailer_queueinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailer_queueinfo` (
`id` int(11) DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`type` varchar(7) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailer_queueinfo`
--
LOCK TABLES `vtiger_mailer_queueinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_mailer_queueinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailer_queueinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailmanager_mailattachments`
--
DROP TABLE IF EXISTS `vtiger_mailmanager_mailattachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailmanager_mailattachments` (
`userid` int(11) DEFAULT NULL,
`muid` int(11) DEFAULT NULL,
`aname` varchar(100) DEFAULT NULL,
`lastsavedtime` int(11) DEFAULT NULL,
`attachid` int(11) NOT NULL,
`path` varchar(200) NOT NULL,
`cid` varchar(100) DEFAULT NULL,
KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailmanager_mailattachments`
--
LOCK TABLES `vtiger_mailmanager_mailattachments` WRITE;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailattachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailattachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailmanager_mailrecord`
--
DROP TABLE IF EXISTS `vtiger_mailmanager_mailrecord`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailmanager_mailrecord` (
`userid` int(11) DEFAULT NULL,
`mfrom` varchar(255) DEFAULT NULL,
`mto` varchar(255) DEFAULT NULL,
`mcc` varchar(500) DEFAULT NULL,
`mbcc` varchar(500) DEFAULT NULL,
`mdate` varchar(20) DEFAULT NULL,
`msubject` varchar(500) DEFAULT NULL,
`mbody` text,
`mcharset` varchar(10) DEFAULT NULL,
`misbodyhtml` int(11) DEFAULT NULL,
`mplainmessage` int(11) DEFAULT NULL,
`mhtmlmessage` int(11) DEFAULT NULL,
`muniqueid` varchar(500) DEFAULT NULL,
`mbodyparsed` int(11) DEFAULT NULL,
`muid` int(11) DEFAULT NULL,
`lastsavedtime` int(11) DEFAULT NULL,
`folder` varchar(250) DEFAULT NULL,
`mfolder` varchar(250) DEFAULT NULL,
KEY `userid_lastsavedtime_idx` (`userid`,`lastsavedtime`),
KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailmanager_mailrecord`
--
LOCK TABLES `vtiger_mailmanager_mailrecord` WRITE;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrecord` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrecord` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailmanager_mailrel`
--
DROP TABLE IF EXISTS `vtiger_mailmanager_mailrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailmanager_mailrel` (
`mailuid` varchar(999) DEFAULT NULL,
`crmid` int(11) DEFAULT NULL,
`emailid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailmanager_mailrel`
--
LOCK TABLES `vtiger_mailmanager_mailrel` WRITE;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailmanager_mailrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner`
--
DROP TABLE IF EXISTS `vtiger_mailscanner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner` (
`scannerid` int(11) NOT NULL AUTO_INCREMENT,
`scannername` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`server` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`protocol` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ssltype` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sslmethod` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`connecturl` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`searchfor` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`markas` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`isvalid` int(11) DEFAULT NULL,
`scanfrom` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT 'ALL',
`time_zone` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`scannerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner`
--
LOCK TABLES `vtiger_mailscanner` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_actions`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_actions` (
`actionid` int(11) NOT NULL AUTO_INCREMENT,
`scannerid` int(11) DEFAULT NULL,
`actiontype` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`module` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lookup` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
PRIMARY KEY (`actionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_actions`
--
LOCK TABLES `vtiger_mailscanner_actions` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_actions` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_folders`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_folders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_folders` (
`folderid` int(11) NOT NULL AUTO_INCREMENT,
`scannerid` int(11) DEFAULT NULL,
`foldername` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastscan` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rescan` int(11) DEFAULT NULL,
`enabled` int(11) DEFAULT NULL,
PRIMARY KEY (`folderid`),
KEY `folderid_idx` (`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_folders`
--
LOCK TABLES `vtiger_mailscanner_folders` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_folders` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_folders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_ids`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_ids`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_ids` (
`scannerid` int(11) DEFAULT NULL,
`messageid` varchar(512) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`crmid` int(11) DEFAULT NULL,
`refids` text COLLATE utf8mb4_unicode_ci,
KEY `scanner_message_ids_idx` (`scannerid`,`messageid`),
KEY `messageids_crmid_idx` (`crmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_ids`
--
LOCK TABLES `vtiger_mailscanner_ids` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_ids` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_ids` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_ruleactions`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_ruleactions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_ruleactions` (
`ruleid` int(11) DEFAULT NULL,
`actionid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_ruleactions`
--
LOCK TABLES `vtiger_mailscanner_ruleactions` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_ruleactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_ruleactions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mailscanner_rules`
--
DROP TABLE IF EXISTS `vtiger_mailscanner_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_rules` (
`ruleid` int(11) NOT NULL AUTO_INCREMENT,
`scannerid` int(11) DEFAULT NULL,
`fromaddress` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`toaddress` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`subjectop` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bodyop` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`body` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`matchusing` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`assigned_to` int(11) DEFAULT NULL,
`cc` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bcc` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ruleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mailscanner_rules`
--
LOCK TABLES `vtiger_mailscanner_rules` WRITE;
/*!40000 ALTER TABLE `vtiger_mailscanner_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_mailscanner_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_manufacturer`
--
DROP TABLE IF EXISTS `vtiger_manufacturer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_manufacturer` (
`manufacturerid` int(11) NOT NULL AUTO_INCREMENT,
`manufacturer` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`manufacturerid`),
UNIQUE KEY `manufacturer_manufacturer_idx` (`manufacturer`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_manufacturer`
--
LOCK TABLES `vtiger_manufacturer` WRITE;
/*!40000 ALTER TABLE `vtiger_manufacturer` DISABLE KEYS */;
INSERT INTO `vtiger_manufacturer` VALUES (2,'AltvetPet Inc.',1,124,1,NULL),(3,'LexPon Inc.',1,125,2,NULL),(4,'MetBeat Corp',1,126,3,NULL);
/*!40000 ALTER TABLE `vtiger_manufacturer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_manufacturer_seq`
--
DROP TABLE IF EXISTS `vtiger_manufacturer_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_manufacturer_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_manufacturer_seq`
--
LOCK TABLES `vtiger_manufacturer_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_manufacturer_seq` DISABLE KEYS */;
INSERT INTO `vtiger_manufacturer_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_manufacturer_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_market_segment`
--
DROP TABLE IF EXISTS `vtiger_market_segment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_market_segment` (
`market_segmentid` int(11) NOT NULL AUTO_INCREMENT,
`market_segment` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`market_segmentid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_market_segment`
--
LOCK TABLES `vtiger_market_segment` WRITE;
/*!40000 ALTER TABLE `vtiger_market_segment` DISABLE KEYS */;
INSERT INTO `vtiger_market_segment` VALUES (1,'Cloud',1,386,1,NULL),(2,'Data Analytics',1,387,2,NULL),(3,'Security',1,388,3,NULL),(4,'Security & Analytics',1,389,4,NULL);
/*!40000 ALTER TABLE `vtiger_market_segment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_market_segment_seq`
--
DROP TABLE IF EXISTS `vtiger_market_segment_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_market_segment_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_market_segment_seq`
--
LOCK TABLES `vtiger_market_segment_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_market_segment_seq` DISABLE KEYS */;
INSERT INTO `vtiger_market_segment_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_market_segment_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_market_sub_segment`
--
DROP TABLE IF EXISTS `vtiger_market_sub_segment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_market_sub_segment` (
`market_sub_segmentid` int(11) NOT NULL AUTO_INCREMENT,
`market_sub_segment` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`market_sub_segmentid`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_market_sub_segment`
--
LOCK TABLES `vtiger_market_sub_segment` WRITE;
/*!40000 ALTER TABLE `vtiger_market_sub_segment` DISABLE KEYS */;
INSERT INTO `vtiger_market_sub_segment` VALUES (1,'DevOps',1,390,1,NULL),(2,'ITOps',1,391,2,NULL),(3,'ITSM',1,392,3,NULL),(4,'Observability',1,393,4,NULL),(5,'Security Analytics',1,394,5,NULL),(6,'Asset Management',1,395,6,NULL),(7,'Cloud Security',1,396,7,NULL),(8,'Container Security',1,397,8,NULL),(9,'Data Security',1,398,9,NULL),(10,'Email Security',1,399,10,NULL),(11,'Endpoint Security',1,400,11,NULL),(12,'Identity Security',1,401,12,NULL),(13,'Network Security',1,402,13,NULL),(14,'SIEM',1,403,14,NULL),(15,'SOAR',1,404,15,NULL),(16,'Threat Intelligence',1,405,16,NULL);
/*!40000 ALTER TABLE `vtiger_market_sub_segment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_market_sub_segment_seq`
--
DROP TABLE IF EXISTS `vtiger_market_sub_segment_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_market_sub_segment_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_market_sub_segment_seq`
--
LOCK TABLES `vtiger_market_sub_segment_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_market_sub_segment_seq` DISABLE KEYS */;
INSERT INTO `vtiger_market_sub_segment_seq` VALUES (16);
/*!40000 ALTER TABLE `vtiger_market_sub_segment_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mobile_alerts`
--
DROP TABLE IF EXISTS `vtiger_mobile_alerts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mobile_alerts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`handler_path` varchar(500) DEFAULT NULL,
`handler_class` varchar(50) DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`deleted` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mobile_alerts`
--
LOCK TABLES `vtiger_mobile_alerts` WRITE;
/*!40000 ALTER TABLE `vtiger_mobile_alerts` DISABLE KEYS */;
INSERT INTO `vtiger_mobile_alerts` VALUES (1,'modules/Mobile/api/ws/models/alerts/IdleTicketsOfMine.php','Mobile_WS_AlertModel_IdleTicketsOfMine',NULL,0),(2,'modules/Mobile/api/ws/models/alerts/NewTicketOfMine.php','Mobile_WS_AlertModel_NewTicketOfMine',NULL,0),(3,'modules/Mobile/api/ws/models/alerts/PendingTicketsOfMine.php','Mobile_WS_AlertModel_PendingTicketsOfMine',NULL,0),(4,'modules/Mobile/api/ws/models/alerts/PotentialsDueIn5Days.php','Mobile_WS_AlertModel_PotentialsDueIn5Days',NULL,0),(5,'modules/Mobile/api/ws/models/alerts/EventsOfMineToday.php','Mobile_WS_AlertModel_EventsOfMineToday',NULL,0),(6,'modules/Mobile/api/ws/models/alerts/ProjectTasksOfMine.php','Mobile_WS_AlertModel_ProjectTasksOfMine',NULL,0),(7,'modules/Mobile/api/ws/models/alerts/Projects.php','Mobile_WS_AlertModel_Projects',NULL,0);
/*!40000 ALTER TABLE `vtiger_mobile_alerts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modcomments`
--
DROP TABLE IF EXISTS `vtiger_modcomments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modcomments` (
`modcommentsid` int(11) DEFAULT NULL,
`commentcontent` text,
`related_to` int(11) DEFAULT NULL,
`parent_comments` int(11) DEFAULT NULL,
`customer` int(11) DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
`reasontoedit` varchar(100) DEFAULT NULL,
`is_private` int(11) DEFAULT '0',
`filename` varchar(255) DEFAULT NULL,
`related_email_id` int(11) DEFAULT NULL,
KEY `relatedto_idx` (`related_to`),
KEY `fk_crmid_vtiger_modcomments` (`modcommentsid`),
CONSTRAINT `fk_crmid_vtiger_modcomments` FOREIGN KEY (`modcommentsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modcomments`
--
LOCK TABLES `vtiger_modcomments` WRITE;
/*!40000 ALTER TABLE `vtiger_modcomments` DISABLE KEYS */;
INSERT INTO `vtiger_modcomments` VALUES (81,'attached the chart',77,0,0,1,'',0,'82',0);
/*!40000 ALTER TABLE `vtiger_modcomments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modcommentscf`
--
DROP TABLE IF EXISTS `vtiger_modcommentscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modcommentscf` (
`modcommentsid` int(11) NOT NULL,
PRIMARY KEY (`modcommentsid`),
CONSTRAINT `fk_modcommentsid_vtiger_modcommentscf` FOREIGN KEY (`modcommentsid`) REFERENCES `vtiger_modcomments` (`modcommentsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modcommentscf`
--
LOCK TABLES `vtiger_modcommentscf` WRITE;
/*!40000 ALTER TABLE `vtiger_modcommentscf` DISABLE KEYS */;
INSERT INTO `vtiger_modcommentscf` VALUES (81);
/*!40000 ALTER TABLE `vtiger_modcommentscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mode`
--
DROP TABLE IF EXISTS `vtiger_mode`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mode` (
`modeid` int(11) NOT NULL AUTO_INCREMENT,
`mode` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`modeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mode`
--
LOCK TABLES `vtiger_mode` WRITE;
/*!40000 ALTER TABLE `vtiger_mode` DISABLE KEYS */;
INSERT INTO `vtiger_mode` VALUES (1,'Cash',1,455,1,NULL),(2,'Credit Card',1,456,2,NULL),(3,'Cheque',1,457,3,NULL),(4,'Other',1,458,4,NULL);
/*!40000 ALTER TABLE `vtiger_mode` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_mode_seq`
--
DROP TABLE IF EXISTS `vtiger_mode_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mode_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_mode_seq`
--
LOCK TABLES `vtiger_mode_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_mode_seq` DISABLE KEYS */;
INSERT INTO `vtiger_mode_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_mode_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modentity_num`
--
DROP TABLE IF EXISTS `vtiger_modentity_num`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modentity_num` (
`num_id` int(11) NOT NULL,
`semodule` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`prefix` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`start_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`cur_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`active` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`num_id`),
UNIQUE KEY `num_idx` (`num_id`),
KEY `semodule_active_idx` (`semodule`,`active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modentity_num`
--
LOCK TABLES `vtiger_modentity_num` WRITE;
/*!40000 ALTER TABLE `vtiger_modentity_num` DISABLE KEYS */;
INSERT INTO `vtiger_modentity_num` VALUES (1,'Leads','LEA','1','1','1'),(2,'Accounts','ACC','1','9','1'),(3,'Campaigns','CAM','1','1','1'),(4,'Contacts','CON','1','30','1'),(5,'Potentials','POT','1','19','1'),(6,'HelpDesk','TT','1','1','1'),(7,'Quotes','QUO','1','1','1'),(8,'SalesOrder','SO','1','13','1'),(9,'PurchaseOrder','PO','1','1','1'),(10,'Invoice','INV','1','17','1'),(11,'Products','PRO','1','6','1'),(12,'Vendors','VEN','1','1','1'),(13,'PriceBooks','PB','1','1','1'),(14,'Faq','FAQ','1','1','1'),(15,'Documents','DOC','1','1','1'),(16,'ServiceContracts','SERCON','1','1','1'),(17,'Services','SER','1','9','1'),(18,'ProjectMilestone','PM','1','1','1'),(19,'ProjectTask','PT','1','1','1'),(20,'Project','PROJ','1','1','1'),(21,'Assets','ASSET','1','1','1');
/*!40000 ALTER TABLE `vtiger_modentity_num` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modentity_num_seq`
--
DROP TABLE IF EXISTS `vtiger_modentity_num_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modentity_num_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modentity_num_seq`
--
LOCK TABLES `vtiger_modentity_num_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_modentity_num_seq` DISABLE KEYS */;
INSERT INTO `vtiger_modentity_num_seq` VALUES (21);
/*!40000 ALTER TABLE `vtiger_modentity_num_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_basic`
--
DROP TABLE IF EXISTS `vtiger_modtracker_basic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_basic` (
`id` int(11) NOT NULL,
`crmid` int(11) DEFAULT NULL,
`module` varchar(50) DEFAULT NULL,
`whodid` int(11) DEFAULT NULL,
`changedon` datetime DEFAULT NULL,
`status` int(11) DEFAULT '0',
PRIMARY KEY (`id`),
KEY `crmidx` (`crmid`),
KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_basic`
--
LOCK TABLES `vtiger_modtracker_basic` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_basic` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_basic` VALUES (5,30,'Potentials',1,'2023-06-30 05:26:15',2),(6,31,'Potentials',1,'2023-06-30 05:27:43',2),(7,32,'Potentials',1,'2023-06-30 05:30:13',2),(8,33,'Potentials',1,'2023-06-30 05:30:48',2),(96,81,'ModComments',1,'2023-07-14 06:48:40',2);
/*!40000 ALTER TABLE `vtiger_modtracker_basic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_basic_seq`
--
DROP TABLE IF EXISTS `vtiger_modtracker_basic_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_basic_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_basic_seq`
--
LOCK TABLES `vtiger_modtracker_basic_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_basic_seq` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_basic_seq` VALUES (203);
/*!40000 ALTER TABLE `vtiger_modtracker_basic_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_detail`
--
DROP TABLE IF EXISTS `vtiger_modtracker_detail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_detail` (
`id` int(11) DEFAULT NULL,
`fieldname` varchar(100) DEFAULT NULL,
`prevalue` text,
`postvalue` text,
KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_detail`
--
LOCK TABLES `vtiger_modtracker_detail` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_detail` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_detail` VALUES (1,'label',NULL,'Testt User'),(1,'firstname',NULL,'Testt'),(1,'contact_no',NULL,'CON3'),(1,'lastname',NULL,'User'),(1,'assigned_user_id',NULL,'1'),(1,'createdtime',NULL,'2023-06-26 09:52:12'),(1,'modifiedby',NULL,'1'),(1,'support_start_date',NULL,'2023-06-26'),(1,'support_end_date',NULL,'2024-06-26'),(1,'source',NULL,'CRM'),(1,'record_id',NULL,'4'),(1,'record_module',NULL,'Contacts'),(4,'label',NULL,'org'),(4,'accountname',NULL,'org'),(4,'account_no',NULL,'ACC1'),(4,'annual_revenue',NULL,'0.00000000'),(4,'assigned_user_id',NULL,'1'),(4,'createdtime',NULL,'2023-06-29 07:50:38'),(4,'modifiedby',NULL,'1'),(4,'source',NULL,'CRM'),(4,'record_id',NULL,'23'),(4,'record_module',NULL,'Accounts'),(5,'assigned_user_id',NULL,'3'),(5,'createdtime',NULL,'2023-06-30 05:26:15'),(5,'modifiedby',NULL,'1'),(5,'source',NULL,'CRM'),(5,'record_id',NULL,'30'),(5,'record_module',NULL,'Potentials'),(6,'assigned_user_id',NULL,'3'),(6,'createdtime',NULL,'2023-06-30 05:27:42'),(6,'modifiedby',NULL,'1'),(6,'source',NULL,'CRM'),(6,'record_id',NULL,'31'),(6,'record_module',NULL,'Potentials'),(7,'assigned_user_id',NULL,'1'),(7,'createdtime',NULL,'2023-06-30 05:30:13'),(7,'modifiedby',NULL,'1'),(7,'source',NULL,'CRM'),(7,'record_id',NULL,'32'),(7,'record_module',NULL,'Potentials'),(8,'assigned_user_id',NULL,'3'),(8,'createdtime',NULL,'2023-06-30 05:30:48'),(8,'modifiedby',NULL,'1'),(8,'source',NULL,'CRM'),(8,'record_id',NULL,'33'),(8,'record_module',NULL,'Potentials'),(9,'label',NULL,'Demo'),(9,'potentialname',NULL,'Demo'),(9,'potential_no',NULL,'POT9'),(9,'amount',NULL,'0.00000000'),(9,'closingdate',NULL,'2023-06-07'),(9,'sales_stage',NULL,'Id. Decision Makers'),(9,'assigned_user_id',NULL,'3'),(9,'createdtime',NULL,'2023-06-30 05:32:00'),(9,'modifiedby',NULL,'1'),(9,'forecast_amount',NULL,'0.00000000'),(9,'source',NULL,'CRM'),(9,'approval_confidence',NULL,'0.00'),(9,'deal_bd_start_date',NULL,'2023-06-21'),(9,'deal_bd_end_date',NULL,'2023-06-22'),(9,'record_id',NULL,'34'),(9,'record_module',NULL,'Potentials'),(10,'label',NULL,'Test User User'),(10,'firstname',NULL,'Test User'),(10,'contact_no',NULL,'CON4'),(10,'lastname',NULL,'User'),(10,'assigned_user_id',NULL,'1'),(10,'createdtime',NULL,'2023-06-30 05:32:31'),(10,'modifiedby',NULL,'1'),(10,'support_start_date',NULL,'2023-06-30'),(10,'support_end_date',NULL,'2024-06-30'),(10,'source',NULL,'CRM'),(10,'reffered_by',NULL,'3'),(10,'record_id',NULL,'35'),(10,'record_module',NULL,'Contacts'),(11,'label',NULL,'demo'),(11,'productname',NULL,'demo'),(11,'product_no',NULL,'PRO1'),(11,'discontinued',NULL,'1'),(11,'createdtime',NULL,'2023-06-30 05:33:30'),(11,'modifiedby',NULL,'1'),(11,'unit_price',NULL,'0.00000000'),(11,'commissionrate',NULL,'0.000'),(11,'qty_per_unit',NULL,'0.00'),(11,'qtyinstock',NULL,'0.000'),(11,'assigned_user_id',NULL,'1'),(11,'purchase_cost',NULL,'0.00000000'),(11,'source',NULL,'CRM'),(11,'record_id',NULL,'36'),(11,'record_module',NULL,'Products'),(12,'label',NULL,'demo'),(12,'salesorder_no',NULL,'SO1'),(12,'subject',NULL,'demo'),(12,'sostatus',NULL,'Delivered'),(12,'txtAdjustment',NULL,'0.00000000'),(12,'hdnGrandTotal',NULL,'0.00000000'),(12,'hdnSubTotal',NULL,'0.00000000'),(12,'hdnTaxType',NULL,'group'),(12,'hdnS_H_Amount',NULL,'0.00000000'),(12,'account_id',NULL,'23'),(12,'assigned_user_id',NULL,'3'),(12,'createdtime',NULL,'2023-06-30 05:34:05'),(12,'modifiedby',NULL,'1'),(12,'currency_id',NULL,'1'),(12,'conversion_rate',NULL,'1.000'),(12,'bill_street',NULL,'sd'),(12,'ship_street',NULL,'sd'),(12,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(12,'productid',NULL,'36'),(12,'quantity',NULL,'1.000'),(12,'listprice',NULL,'0.00000000'),(12,'tax1',NULL,'4.500'),(12,'tax2',NULL,'10.000'),(12,'tax3',NULL,'12.500'),(12,'pre_tax_total',NULL,'0.00000000'),(12,'source',NULL,'CRM'),(12,'dev_start_date',NULL,'2023-06-29'),(12,'support_start_date',NULL,'2023-07-01'),(12,'dev_end_date',NULL,'2023-06-29'),(12,'support_end_date',NULL,'2023-07-01'),(12,'record_id',NULL,'37'),(12,'record_module',NULL,'SalesOrder'),(13,'label',NULL,'demo'),(13,'subject',NULL,'demo'),(13,'txtAdjustment',NULL,'0.00000000'),(13,'hdnSubTotal',NULL,'10.00000000'),(13,'hdnGrandTotal',NULL,'12.00000000'),(13,'hdnTaxType',NULL,'group'),(13,'hdnS_H_Amount',NULL,'0.00000000'),(13,'account_id',NULL,'23'),(13,'assigned_user_id',NULL,'3'),(13,'createdtime',NULL,'2023-06-30 05:36:07'),(13,'modifiedby',NULL,'1'),(13,'currency_id',NULL,'1'),(13,'conversion_rate',NULL,'1.000'),(13,'bill_street',NULL,'sd'),(13,'ship_street',NULL,'sd'),(13,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(13,'invoice_no',NULL,'INV1'),(13,'productid',NULL,'36'),(13,'quantity',NULL,'1.000'),(13,'listprice',NULL,'10.00000000'),(13,'tax1',NULL,'4.500'),(13,'tax2',NULL,'10.000'),(13,'tax3',NULL,'12.500'),(13,'pre_tax_total',NULL,'10.00000000'),(13,'received',NULL,'0.00000000'),(13,'balance',NULL,'12.00000000'),(13,'hdnS_H_Percent',NULL,'0.00000000'),(13,'source',NULL,'CRM'),(13,'cds_gst_inv_date',NULL,'2023-05-31'),(13,'received_amount',NULL,'0.00'),(13,'record_id',NULL,'38'),(13,'record_module',NULL,'Invoice'),(21,'label',NULL,'CDS'),(21,'productname',NULL,'CDS'),(21,'product_no',NULL,'PRO2'),(21,'discontinued',NULL,'1'),(21,'createdtime',NULL,'2023-06-30 10:51:18'),(21,'modifiedby',NULL,'1'),(21,'unit_price',NULL,'120.00000000'),(21,'commissionrate',NULL,'0.000'),(21,'qty_per_unit',NULL,'0.00'),(21,'qtyinstock',NULL,'0.000'),(21,'assigned_user_id',NULL,'1'),(21,'purchase_cost',NULL,'0.00000000'),(21,'source',NULL,'CRM'),(21,'record_id',NULL,'39'),(21,'record_module',NULL,'Products'),(22,'label',NULL,'crmtiger'),(22,'accountname',NULL,'crmtiger'),(22,'account_no',NULL,'ACC2'),(22,'annual_revenue',NULL,'0.00000000'),(22,'assigned_user_id',NULL,'1'),(22,'createdtime',NULL,'2023-06-30 10:51:54'),(22,'modifiedby',NULL,'1'),(22,'source',NULL,'CRM'),(22,'record_id',NULL,'40'),(22,'record_module',NULL,'Accounts'),(23,'label',NULL,'CDS'),(23,'subject',NULL,'CDS'),(23,'txtAdjustment',NULL,'0.00000000'),(23,'hdnSubTotal',NULL,'120.00000000'),(23,'hdnGrandTotal',NULL,'152.00000000'),(23,'hdnTaxType',NULL,'group'),(23,'hdnS_H_Amount',NULL,'0.00000000'),(23,'account_id',NULL,'40'),(23,'assigned_user_id',NULL,'1'),(23,'createdtime',NULL,'2023-06-30 10:52:34'),(23,'modifiedby',NULL,'1'),(23,'currency_id',NULL,'1'),(23,'conversion_rate',NULL,'1.000'),(23,'bill_street',NULL,'ahmedabad'),(23,'ship_street',NULL,'ahmedabad'),(23,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(23,'invoice_no',NULL,'INV2'),(23,'productid',NULL,'39'),(23,'quantity',NULL,'1.000'),(23,'listprice',NULL,'120.00000000'),(23,'tax1',NULL,'4.500'),(23,'tax2',NULL,'10.000'),(23,'tax3',NULL,'12.500'),(23,'pre_tax_total',NULL,'120.00000000'),(23,'received',NULL,'0.00000000'),(23,'balance',NULL,'152.00000000'),(23,'hdnS_H_Percent',NULL,'0.00000000'),(23,'source',NULL,'CRM'),(23,'cds_gst_inv_date',NULL,'2023-06-30'),(23,'received_amount',NULL,'0.00'),(23,'record_id',NULL,'41'),(23,'record_module',NULL,'Invoice'),(24,'invoicestatus','','AutoCreated'),(25,'invoicestatus','AutoCreated','Cancel'),(26,'invoicestatus','Cancel','Approved'),(27,'invoicestatus','Approved','AutoCreated'),(28,'invoicestatus','AutoCreated','Created'),(29,'label',NULL,'CDS'),(29,'potentialname',NULL,'CDS'),(29,'potential_no',NULL,'POT10'),(29,'amount',NULL,'0.00000000'),(29,'closingdate',NULL,'2023-06-30'),(29,'sales_stage',NULL,'Closed Won'),(29,'assigned_user_id',NULL,'1'),(29,'createdtime',NULL,'2023-06-30 11:46:25'),(29,'modifiedby',NULL,'1'),(29,'forecast_amount',NULL,'0.00000000'),(29,'source',NULL,'CRM'),(29,'approval_confidence',NULL,'0.00'),(29,'deal_bd_start_date',NULL,'2023-06-30'),(29,'deal_bd_end_date',NULL,'2023-06-30'),(29,'record_id',NULL,'43'),(29,'record_module',NULL,'Potentials'),(30,'label',NULL,'CDS'),(30,'contact_no',NULL,'CON5'),(30,'lastname',NULL,'CDS'),(30,'assigned_user_id',NULL,'1'),(30,'createdtime',NULL,'2023-07-03 07:38:39'),(30,'modifiedby',NULL,'1'),(30,'source',NULL,'CRM'),(30,'record_id',NULL,'44'),(30,'record_module',NULL,'Contacts'),(31,'label',NULL,'Crest'),(31,'potentialname',NULL,'Crest'),(31,'potential_no',NULL,'POT11'),(31,'amount',NULL,'0.00000000'),(31,'related_to',NULL,'40'),(31,'closingdate',NULL,'2023-07-04'),(31,'sales_stage',NULL,'Qualification'),(31,'assigned_user_id',NULL,'1'),(31,'createdtime',NULL,'2023-07-03 07:39:01'),(31,'modifiedby',NULL,'1'),(31,'forecast_amount',NULL,'0.00000000'),(31,'contact_id',NULL,'44'),(31,'source',NULL,'CRM'),(31,'approval_confidence',NULL,'0.00'),(31,'deal_bd_start_date',NULL,'2023-07-05'),(31,'deal_bd_end_date',NULL,'2023-06-27'),(31,'productid',NULL,'39'),(31,'quantity',NULL,'1.000'),(31,'listprice',NULL,'120.00000000'),(31,'tax1',NULL,'4.500'),(31,'tax2',NULL,'10.000'),(31,'tax3',NULL,'12.500'),(31,'purchase_cost',NULL,'0.00000000'),(31,'margin',NULL,'120.00000000'),(31,'hdnSubTotal',NULL,'120.00000000'),(31,'pre_tax_total',NULL,'120.00000000'),(31,'hdnTaxType',NULL,'group'),(31,'hdnS_H_Amount',NULL,'0.00000000'),(31,'txtAdjustment',NULL,'0.00000000'),(31,'hdnGrandTotal',NULL,'152.00000000'),(31,'currency_id',NULL,'1'),(31,'conversion_rate',NULL,'1.000'),(31,'record_id',NULL,'45'),(31,'record_module',NULL,'Potentials'),(32,'opportunity_type','','Existing Business'),(32,'productid','39',''),(32,'quantity','1.000',''),(32,'listprice','120.00000000',''),(32,'tax1','4.500',''),(32,'tax2','10.000',''),(32,'tax3','12.500',''),(32,'purchase_cost','0.00000000',''),(32,'margin','120.00000000',''),(32,'hdnSubTotal','120.00000000','0.00000000'),(32,'pre_tax_total','120.00000000','0.00000000'),(32,'hdnTaxType','group',''),(32,'hdnGrandTotal','152.00000000','0.00000000'),(33,'leadsource','','Existing Customer'),(34,'pipeline','','currently not available'),(35,'bdp_id','','123'),(36,'lost_reason','','Timing'),(37,'productid','','39'),(37,'quantity','','1.000'),(37,'listprice','','120.00000000'),(37,'tax1','','4.500'),(37,'tax2','','10.000'),(37,'tax3','','12.500'),(37,'purchase_cost','','0.00000000'),(37,'margin','','120.00000000'),(37,'hdnSubTotal','0.00000000','120.00000000'),(37,'pre_tax_total','0.00000000','120.00000000'),(37,'hdnTaxType','','group'),(37,'hdnGrandTotal','0.00000000','152.00000000'),(38,'po_businessentity','','47'),(39,'label',NULL,'Crest'),(39,'salesorder_no',NULL,'SO2'),(39,'subject',NULL,'Crest'),(39,'potential_id',NULL,'45'),(39,'contact_id',NULL,'44'),(39,'sostatus',NULL,'Created'),(39,'txtAdjustment',NULL,'0.00000000'),(39,'hdnGrandTotal',NULL,'152.00000000'),(39,'hdnSubTotal',NULL,'120.00000000'),(39,'hdnTaxType',NULL,'group'),(39,'hdnS_H_Amount',NULL,'0.00000000'),(39,'account_id',NULL,'40'),(39,'assigned_user_id',NULL,'1'),(39,'createdtime',NULL,'2023-07-03 13:49:13'),(39,'modifiedby',NULL,'1'),(39,'currency_id',NULL,'1'),(39,'conversion_rate',NULL,'1.000'),(39,'bill_street',NULL,'Ahmedabad'),(39,'ship_street',NULL,'Ahmedabad'),(39,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(39,'productid',NULL,'39'),(39,'quantity',NULL,'1.000'),(39,'listprice',NULL,'120.00000000'),(39,'tax1',NULL,'4.500'),(39,'tax2',NULL,'10.000'),(39,'tax3',NULL,'12.500'),(39,'pre_tax_total',NULL,'120.00000000'),(39,'source',NULL,'CRM'),(39,'contract_type',NULL,'Milestone'),(39,'customer_market_vertical',NULL,'Tech'),(39,'dev_start_date',NULL,'2023-07-19'),(39,'support_start_date',NULL,'2023-07-16'),(39,'dev_end_date',NULL,'2023-07-18'),(39,'support_end_date',NULL,'2023-07-25'),(39,'so_businessentity',NULL,'47'),(39,'record_id',NULL,'48'),(39,'record_module',NULL,'SalesOrder'),(41,'hdnGrandTotal','152.00000000','139.00000000'),(42,'hdnGrandTotal','139.00000000','151.00000000'),(42,'short_close_amount','','5'),(43,'hdnGrandTotal','151.00000000','134.00000000'),(43,'short_close_amount','5','15'),(44,'hdnGrandTotal','134.00000000','140.00000000'),(44,'short_close_amount','15','10'),(45,'hdnGrandTotal','140.00000000','128.00000000'),(45,'short_close_amount','10','20'),(46,'hdnGrandTotal','128.00000000','89.00000000'),(46,'short_close_amount','20','50'),(47,'hdnGrandTotal','89.00000000','63.00000000'),(47,'short_close_amount','50','70'),(48,'label',NULL,'Tescod1'),(48,'accountname',NULL,'Tescod1'),(48,'account_no',NULL,'ACC3'),(48,'website',NULL,'Tescod1.com'),(48,'email1',NULL,'tesco@gmail.com'),(48,'industry',NULL,'Electronics'),(48,'accounttype',NULL,'Customer'),(48,'annual_revenue',NULL,'0.00000000'),(48,'assigned_user_id',NULL,'1'),(48,'createdtime',NULL,'2023-07-05 11:15:46'),(48,'modifiedby',NULL,'1'),(48,'bill_street',NULL,'ccgch'),(48,'ship_street',NULL,'xxcxh'),(48,'source',NULL,'CRM'),(48,'record_id',NULL,'49'),(48,'record_module',NULL,'Accounts'),(49,'label',NULL,'Dummy1 Dummy_1'),(49,'salutationtype',NULL,'Mr.'),(49,'firstname',NULL,'Dummy1'),(49,'contact_no',NULL,'CON6'),(49,'lastname',NULL,'Dummy_1'),(49,'assigned_user_id',NULL,'1'),(49,'createdtime',NULL,'2023-07-05 11:28:50'),(49,'modifiedby',NULL,'1'),(49,'support_start_date',NULL,'2023-07-05'),(49,'support_end_date',NULL,'2024-07-05'),(49,'source',NULL,'CRM'),(49,'reffered_by',NULL,'44'),(49,'record_id',NULL,'50'),(49,'record_module',NULL,'Contacts'),(50,'label',NULL,'abc'),(50,'servicename',NULL,'abc'),(50,'service_no',NULL,'SER1'),(50,'discontinued',NULL,'1'),(50,'createdtime',NULL,'2023-07-05 11:45:01'),(50,'modifiedby',NULL,'1'),(50,'qty_per_unit',NULL,'0.00'),(50,'assigned_user_id',NULL,'1'),(50,'unit_price',NULL,'0.00000000'),(50,'commissionrate',NULL,'0.000'),(50,'source',NULL,'CRM'),(50,'purchase_cost',NULL,'0.00000000'),(50,'record_id',NULL,'54'),(50,'record_module',NULL,'Services'),(51,'label',NULL,'tescodummy'),(51,'salesorder_no',NULL,'SO3'),(51,'subject',NULL,'tescodummy'),(51,'contact_id',NULL,'50'),(51,'sostatus',NULL,'Created'),(51,'txtAdjustment',NULL,'0.00000000'),(51,'hdnGrandTotal',NULL,'12.00000000'),(51,'hdnSubTotal',NULL,'10.00000000'),(51,'hdnTaxType',NULL,'group'),(51,'hdnS_H_Amount',NULL,'0.00000000'),(51,'account_id',NULL,'49'),(51,'assigned_user_id',NULL,'1'),(51,'createdtime',NULL,'2023-07-05 12:09:14'),(51,'modifiedby',NULL,'1'),(51,'currency_id',NULL,'1'),(51,'conversion_rate',NULL,'1.000'),(51,'bill_street',NULL,'ccgch'),(51,'ship_street',NULL,'xxcxh'),(51,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(51,'productid',NULL,'54'),(51,'quantity',NULL,'1.000'),(51,'listprice',NULL,'10.00000000'),(51,'tax1',NULL,'0.000'),(51,'tax2',NULL,'18.000'),(51,'tax3',NULL,'0.000'),(51,'pre_tax_total',NULL,'10.00000000'),(51,'source',NULL,'CRM'),(51,'contract_type',NULL,'Milestone'),(51,'type_of_offering',NULL,'Product Engineering'),(51,'type_of_sub_offering',NULL,'DevOps & Automation'),(51,'technology_platform',NULL,'Cloud Automation'),(51,'sow_number',NULL,'57'),(51,'dev_start_date',NULL,'2023-07-03'),(51,'support_start_date',NULL,'2023-07-03'),(51,'dev_end_date',NULL,'2023-07-03'),(51,'support_end_date',NULL,'2023-07-03'),(51,'record_id',NULL,'55'),(51,'record_module',NULL,'SalesOrder'),(52,'label',NULL,'tescodummy'),(52,'subject',NULL,'tescodummy'),(52,'salesorder_id',NULL,'55'),(52,'contact_id',NULL,'50'),(52,'invoicedate',NULL,'2023-07-05'),(52,'duedate',NULL,'2023-07-05'),(52,'txtAdjustment',NULL,'0.00000000'),(52,'hdnSubTotal',NULL,'10.00000000'),(52,'hdnGrandTotal',NULL,'12.00000000'),(52,'hdnTaxType',NULL,'group'),(52,'hdnS_H_Amount',NULL,'0.00000000'),(52,'account_id',NULL,'49'),(52,'invoicestatus',NULL,'Sent'),(52,'assigned_user_id',NULL,'1'),(52,'createdtime',NULL,'2023-07-05 12:15:23'),(52,'modifiedby',NULL,'1'),(52,'currency_id',NULL,'1'),(52,'conversion_rate',NULL,'1.000'),(52,'bill_street',NULL,'ccgch'),(52,'ship_street',NULL,'xxcxh'),(52,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(52,'invoice_no',NULL,'INV3'),(52,'productid',NULL,'54'),(52,'quantity',NULL,'1.000'),(52,'listprice',NULL,'10.00000000'),(52,'tax1',NULL,'0.000'),(52,'tax2',NULL,'18.000'),(52,'tax3',NULL,'0.000'),(52,'pre_tax_total',NULL,'10.00000000'),(52,'received',NULL,'0.00000000'),(52,'balance',NULL,'12.00000000'),(52,'hdnS_H_Percent',NULL,'0.00000000'),(52,'source',NULL,'CRM'),(52,'cds_gst_inv_date',NULL,'2023-07-03'),(52,'cds_invoice_id',NULL,'87yrjhfnv'),(52,'received_amount',NULL,'0.00'),(52,'invoice_conversion_rate',NULL,'857itugjmnb'),(52,'record_id',NULL,'56'),(52,'record_module',NULL,'Invoice'),(53,'label',NULL,'tescodummy'),(53,'subject',NULL,'tescodummy'),(53,'salesorder_id',NULL,'55'),(53,'contact_id',NULL,'50'),(53,'invoicedate',NULL,'2023-07-01'),(53,'duedate',NULL,'2023-07-02'),(53,'txtAdjustment',NULL,'0.00000000'),(53,'hdnSubTotal',NULL,'10.00000000'),(53,'hdnGrandTotal',NULL,'10.00000000'),(53,'hdnTaxType',NULL,'individual'),(53,'hdnS_H_Amount',NULL,'0.00000000'),(53,'account_id',NULL,'49'),(53,'invoicestatus',NULL,'Created'),(53,'assigned_user_id',NULL,'1'),(53,'createdtime',NULL,'2023-07-05 12:18:55'),(53,'modifiedby',NULL,'1'),(53,'currency_id',NULL,'1'),(53,'conversion_rate',NULL,'1.000'),(53,'bill_street',NULL,'ccgch'),(53,'ship_street',NULL,'xxcxh'),(53,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(53,'invoice_no',NULL,'INV4'),(53,'productid',NULL,'54'),(53,'quantity',NULL,'1.000'),(53,'listprice',NULL,'10.00000000'),(53,'pre_tax_total',NULL,'10.00000000'),(53,'received',NULL,'0.00000000'),(53,'balance',NULL,'10.00000000'),(53,'hdnS_H_Percent',NULL,'0.00000000'),(53,'source',NULL,'CRM'),(53,'cds_gst_inv_date',NULL,'2023-07-05'),(53,'cds_invoice_id',NULL,'2023-112'),(53,'received_amount',NULL,'0.00'),(53,'invoice_conversion_rate',NULL,'78'),(53,'invoice_businessentity',NULL,'52'),(53,'record_id',NULL,'57'),(53,'record_module',NULL,'Invoice'),(54,'sales_stage','Qualification','Needs Analysis'),(54,'productid','39',''),(54,'quantity','1.000',''),(54,'listprice','120.00000000',''),(54,'tax1','4.500',''),(54,'tax2','10.000',''),(54,'tax3','12.500',''),(54,'purchase_cost','0.00000000',''),(54,'margin','120.00000000',''),(54,'hdnSubTotal','120.00000000','0.00000000'),(54,'pre_tax_total','120.00000000','0.00000000'),(54,'hdnTaxType','group',''),(54,'hdnGrandTotal','152.00000000','0.00000000'),(55,'productid','','39'),(55,'quantity','','1.000'),(55,'listprice','','120.00000000'),(55,'tax1','','4.500'),(55,'tax2','','10.000'),(55,'tax3','','12.500'),(55,'purchase_cost','','0.00000000'),(55,'margin','','120.00000000'),(55,'hdnSubTotal','0.00000000','120.00000000'),(55,'pre_tax_total','0.00000000','120.00000000'),(55,'hdnTaxType','','group'),(55,'hdnGrandTotal','0.00000000','152.00000000'),(56,'label',NULL,'CDS Demo 1'),(56,'potentialname',NULL,'CDS Demo 1'),(56,'potential_no',NULL,'POT12'),(56,'amount',NULL,'10000.00000000'),(56,'related_to',NULL,'49'),(56,'closingdate',NULL,'2023-07-07'),(56,'opportunity_type',NULL,'New Business'),(56,'leadsource',NULL,'Existing Customer'),(56,'sales_stage',NULL,'Closed Won'),(56,'assigned_user_id',NULL,'1'),(56,'createdtime',NULL,'2023-07-06 23:14:19'),(56,'modifiedby',NULL,'1'),(56,'forecast_amount',NULL,'0.00000000'),(56,'contact_id',NULL,'50'),(56,'source',NULL,'CRM'),(56,'approval_confidence',NULL,'100.00'),(56,'deal_bd_start_date',NULL,'2023-07-18'),(56,'deal_bd_end_date',NULL,'2023-07-31'),(56,'productid',NULL,'54'),(56,'quantity',NULL,'1.000'),(56,'listprice',NULL,'10000.00000000'),(56,'tax1',NULL,'4.500'),(56,'tax2',NULL,'10.000'),(56,'tax3',NULL,'12.500'),(56,'purchase_cost',NULL,'0.00000000'),(56,'margin',NULL,'10000.00000000'),(56,'hdnSubTotal',NULL,'10000.00000000'),(56,'pre_tax_total',NULL,'10000.00000000'),(56,'hdnTaxType',NULL,'group'),(56,'hdnS_H_Amount',NULL,'0.00000000'),(56,'txtAdjustment',NULL,'0.00000000'),(56,'hdnGrandTotal',NULL,'12700.00000000'),(56,'currency_id',NULL,'1'),(56,'conversion_rate',NULL,'1.000'),(56,'po_businessentity',NULL,'51'),(56,'record_id',NULL,'59'),(56,'record_module',NULL,'Potentials'),(57,'label',NULL,'Demo Inc'),(57,'accountname',NULL,'Demo Inc'),(57,'account_no',NULL,'ACC4'),(57,'email1',NULL,'demo@demo.com'),(57,'industry',NULL,'Banking'),(57,'accounttype',NULL,'Customer'),(57,'annual_revenue',NULL,'0.00000000'),(57,'assigned_user_id',NULL,'1'),(57,'createdtime',NULL,'2023-07-06 23:41:38'),(57,'modifiedby',NULL,'1'),(57,'bill_street',NULL,'1 st Floor Xyz Building'),(57,'ship_street',NULL,'1 st Floor Xyz Building'),(57,'bill_city',NULL,'New Jersey'),(57,'ship_city',NULL,'New Jersey'),(57,'bill_state',NULL,'California'),(57,'ship_state',NULL,'California'),(57,'bill_code',NULL,'94107'),(57,'ship_code',NULL,'94107'),(57,'bill_country',NULL,'USA'),(57,'ship_country',NULL,'USA'),(57,'bill_pobox',NULL,'95054'),(57,'ship_pobox',NULL,'95054'),(57,'source',NULL,'CRM'),(57,'record_id',NULL,'60'),(57,'record_module',NULL,'Accounts'),(58,'label',NULL,'A B'),(58,'salutationtype',NULL,'Mr.'),(58,'firstname',NULL,'A'),(58,'contact_no',NULL,'CON7'),(58,'lastname',NULL,'B'),(58,'account_id',NULL,'60'),(58,'assigned_user_id',NULL,'1'),(58,'createdtime',NULL,'2023-07-06 23:54:16'),(58,'modifiedby',NULL,'1'),(58,'support_start_date',NULL,'2023-07-06'),(58,'support_end_date',NULL,'2024-07-06'),(58,'mailingstreet',NULL,'1 st Floor Xyz Building'),(58,'otherstreet',NULL,'1 st Floor Xyz Building'),(58,'mailingcity',NULL,'New Jersey'),(58,'othercity',NULL,'New Jersey'),(58,'mailingstate',NULL,'California'),(58,'otherstate',NULL,'California'),(58,'mailingzip',NULL,'94107'),(58,'otherzip',NULL,'94107'),(58,'mailingcountry',NULL,'USA'),(58,'othercountry',NULL,'USA'),(58,'mailingpobox',NULL,'95054'),(58,'otherpobox',NULL,'95054'),(58,'source',NULL,'CRM'),(58,'record_id',NULL,'61'),(58,'record_module',NULL,'Contacts'),(59,'related_to','49','60'),(60,'mailingstreet','1 st Floor Xyz Building','2nd Floor Xyz Building'),(60,'otherstreet','1 st Floor Xyz Building','2nd Floor Xyz Building'),(65,'label',NULL,'CDS CREST'),(65,'firstname',NULL,'CDS'),(65,'contact_no',NULL,'CON8'),(65,'lastname',NULL,'CREST'),(65,'account_id',NULL,'60'),(65,'assigned_user_id',NULL,'1'),(65,'createdtime',NULL,'2023-07-10 13:31:12'),(65,'modifiedby',NULL,'1'),(65,'support_start_date',NULL,'2023-07-10'),(65,'support_end_date',NULL,'2024-07-10'),(65,'mailingstreet',NULL,'1 st Floor Xyz Building'),(65,'otherstreet',NULL,'1 st Floor Xyz Building'),(65,'mailingcity',NULL,'New Jersey'),(65,'othercity',NULL,'New Jersey'),(65,'mailingstate',NULL,'California'),(65,'otherstate',NULL,'California'),(65,'mailingzip',NULL,'94107'),(65,'otherzip',NULL,'94107'),(65,'mailingcountry',NULL,'USA'),(65,'othercountry',NULL,'USA'),(65,'mailingpobox',NULL,'95054'),(65,'otherpobox',NULL,'95054'),(65,'source',NULL,'CRM'),(65,'record_id',NULL,'62'),(65,'record_module',NULL,'Contacts'),(66,'label',NULL,'ABC XYZ'),(66,'firstname',NULL,'ABC'),(66,'contact_no',NULL,'CON9'),(66,'lastname',NULL,'XYZ'),(66,'account_id',NULL,'60'),(66,'assigned_user_id',NULL,'1'),(66,'createdtime',NULL,'2023-07-10 13:32:47'),(66,'modifiedby',NULL,'1'),(66,'mailingstreet',NULL,'1 st Floor Xyz Building'),(66,'otherstreet',NULL,'1 st Floor Xyz Building'),(66,'mailingcity',NULL,'New Jersey'),(66,'othercity',NULL,'New Jersey'),(66,'mailingstate',NULL,'California'),(66,'otherstate',NULL,'California'),(66,'mailingzip',NULL,'94107'),(66,'otherzip',NULL,'94107'),(66,'mailingcountry',NULL,'USA'),(66,'othercountry',NULL,'USA'),(66,'mailingpobox',NULL,'95054'),(66,'otherpobox',NULL,'95054'),(66,'source',NULL,'CRM'),(66,'record_id',NULL,'63'),(66,'record_module',NULL,'Contacts'),(67,'label',NULL,'BCCD'),(67,'accountname',NULL,'BCCD'),(67,'account_no',NULL,'ACC5'),(67,'annual_revenue',NULL,'0.00000000'),(67,'assigned_user_id',NULL,'1'),(67,'createdtime',NULL,'2023-07-10 13:33:55'),(67,'modifiedby',NULL,'1'),(67,'source',NULL,'CRM'),(67,'record_id',NULL,'64'),(67,'record_module',NULL,'Accounts'),(68,'label',NULL,'XYZ ABC'),(68,'firstname',NULL,'XYZ'),(68,'contact_no',NULL,'CON10'),(68,'lastname',NULL,'ABC'),(68,'account_id',NULL,'64'),(68,'assigned_user_id',NULL,'1'),(68,'createdtime',NULL,'2023-07-10 13:34:04'),(68,'modifiedby',NULL,'1'),(68,'support_start_date',NULL,'2023-07-10'),(68,'support_end_date',NULL,'2024-07-10'),(68,'source',NULL,'CRM'),(68,'record_id',NULL,'65'),(68,'record_module',NULL,'Contacts'),(69,'label',NULL,'cds:demo 1'),(69,'salesorder_no',NULL,'SO4'),(69,'subject',NULL,'cds:demo 1'),(69,'potential_id',NULL,'59'),(69,'sostatus',NULL,'Created'),(69,'txtAdjustment',NULL,'0.00000000'),(69,'hdnGrandTotal',NULL,'14.00000000'),(69,'hdnSubTotal',NULL,'10.00000000'),(69,'hdnTaxType',NULL,'group'),(69,'hdnS_H_Amount',NULL,'0.00000000'),(69,'account_id',NULL,'60'),(69,'assigned_user_id',NULL,'1'),(69,'createdtime',NULL,'2023-07-10 13:48:33'),(69,'modifiedby',NULL,'1'),(69,'currency_id',NULL,'1'),(69,'conversion_rate',NULL,'1.000'),(69,'bill_street',NULL,'1 st Floor Xyz Building'),(69,'ship_street',NULL,'1 st Floor Xyz Building'),(69,'bill_city',NULL,'New Jersey'),(69,'ship_city',NULL,'New Jersey'),(69,'bill_state',NULL,'California'),(69,'ship_state',NULL,'California'),(69,'bill_code',NULL,'94107'),(69,'ship_code',NULL,'94107'),(69,'bill_country',NULL,'USA'),(69,'ship_country',NULL,'USA'),(69,'bill_pobox',NULL,'95054'),(69,'ship_pobox',NULL,'95054'),(69,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(69,'productid',NULL,'54'),(69,'quantity',NULL,'1.000'),(69,'listprice',NULL,'10.00000000'),(69,'tax1',NULL,'4.500'),(69,'tax2',NULL,'10.000'),(69,'tax3',NULL,'12.500'),(69,'pre_tax_total',NULL,'10.00000000'),(69,'source',NULL,'CRM'),(69,'dev_start_date',NULL,'2023-07-10'),(69,'dev_end_date',NULL,'2023-07-31'),(69,'tax4',NULL,'18.000'),(69,'record_id',NULL,'66'),(69,'record_module',NULL,'SalesOrder'),(70,'label',NULL,'abc completion'),(70,'servicename',NULL,'abc completion'),(70,'service_no',NULL,'SER2'),(70,'discontinued',NULL,'1'),(70,'createdtime',NULL,'2023-07-10 13:53:14'),(70,'modifiedby',NULL,'1'),(70,'qty_per_unit',NULL,'0.00'),(70,'assigned_user_id',NULL,'1'),(70,'unit_price',NULL,'0.00000000'),(70,'commissionrate',NULL,'0.000'),(70,'source',NULL,'CRM'),(70,'purchase_cost',NULL,'0.00000000'),(70,'record_id',NULL,'67'),(70,'record_module',NULL,'Services'),(71,'hdnGrandTotal','14.00000000','160.00000000'),(71,'hdnSubTotal','10.00000000','110.00000000'),(71,'pre_tax_total','10.00000000','110.00000000'),(72,'so_businessentity','','52'),(73,'label',NULL,'cds:demo 1'),(73,'subject',NULL,'cds:demo 1'),(73,'salesorder_id',NULL,'66'),(73,'txtAdjustment',NULL,'0.00000000'),(73,'hdnSubTotal',NULL,'110.00000000'),(73,'hdnGrandTotal',NULL,'160.00000000'),(73,'hdnTaxType',NULL,'group'),(73,'hdnS_H_Amount',NULL,'0.00000000'),(73,'account_id',NULL,'60'),(73,'assigned_user_id',NULL,'1'),(73,'createdtime',NULL,'2023-07-10 13:59:36'),(73,'modifiedby',NULL,'1'),(73,'currency_id',NULL,'1'),(73,'conversion_rate',NULL,'1.000'),(73,'bill_street',NULL,'1 st Floor Xyz Building'),(73,'ship_street',NULL,'1 st Floor Xyz Building'),(73,'bill_city',NULL,'New Jersey'),(73,'ship_city',NULL,'New Jersey'),(73,'bill_state',NULL,'California'),(73,'ship_state',NULL,'California'),(73,'bill_code',NULL,'94107'),(73,'ship_code',NULL,'94107'),(73,'bill_country',NULL,'USA'),(73,'ship_country',NULL,'USA'),(73,'bill_pobox',NULL,'95054'),(73,'ship_pobox',NULL,'95054'),(73,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(73,'invoice_no',NULL,'INV5'),(73,'productid',NULL,'54'),(73,'quantity',NULL,'1.000'),(73,'listprice',NULL,'10.00000000'),(73,'tax1',NULL,'4.500'),(73,'tax2',NULL,'10.000'),(73,'tax3',NULL,'12.500'),(73,'pre_tax_total',NULL,'110.00000000'),(73,'received',NULL,'0.00000000'),(73,'balance',NULL,'160.00000000'),(73,'hdnS_H_Percent',NULL,'0.00000000'),(73,'potential_id',NULL,'59'),(73,'source',NULL,'CRM'),(73,'cds_gst_inv_date',NULL,'2023-07-10'),(73,'received_amount',NULL,'0.00'),(73,'invoice_businessentity',NULL,'52'),(73,'tax4',NULL,'18.000'),(73,'record_id',NULL,'68'),(73,'record_module',NULL,'Invoice'),(74,'invoicedate','','2023-07-10'),(74,'invoicestatus','','Created'),(74,'cds_gst_inv_id','','2023-210'),(75,'cds_gst_inv_id','2023-210',''),(75,'cds_invoice_id','','2023-112'),(76,'qty_per_unit','0.00','12.50'),(76,'unit_price','0.00000000','12.00000000'),(77,'label',NULL,'cds demo'),(77,'firstname',NULL,'cds'),(77,'contact_no',NULL,'CON11'),(77,'lastname',NULL,'demo'),(77,'account_id',NULL,'60'),(77,'assigned_user_id',NULL,'1'),(77,'createdtime',NULL,'2023-07-11 05:31:57'),(77,'modifiedby',NULL,'1'),(77,'support_start_date',NULL,'2023-07-11'),(77,'support_end_date',NULL,'2024-07-11'),(77,'mailingstreet',NULL,'1 st Floor Xyz Building'),(77,'otherstreet',NULL,'1 st Floor Xyz Building'),(77,'mailingcity',NULL,'New Jersey'),(77,'othercity',NULL,'New Jersey'),(77,'mailingstate',NULL,'California'),(77,'otherstate',NULL,'California'),(77,'mailingzip',NULL,'94107'),(77,'otherzip',NULL,'94107'),(77,'mailingcountry',NULL,'USA'),(77,'othercountry',NULL,'USA'),(77,'mailingpobox',NULL,'95054'),(77,'otherpobox',NULL,'95054'),(77,'source',NULL,'CRM'),(77,'record_id',NULL,'69'),(77,'record_module',NULL,'Contacts'),(78,'label',NULL,'CDS demo'),(78,'firstname',NULL,'CDS'),(78,'contact_no',NULL,'CON12'),(78,'lastname',NULL,'demo'),(78,'account_id',NULL,'60'),(78,'assigned_user_id',NULL,'1'),(78,'createdtime',NULL,'2023-07-11 05:33:35'),(78,'modifiedby',NULL,'1'),(78,'mailingstreet',NULL,'1 st Floor Xyz Building'),(78,'otherstreet',NULL,'1 st Floor Xyz Building'),(78,'mailingcity',NULL,'New Jersey'),(78,'othercity',NULL,'New Jersey'),(78,'mailingstate',NULL,'California'),(78,'otherstate',NULL,'California'),(78,'mailingzip',NULL,'94107'),(78,'otherzip',NULL,'94107'),(78,'mailingcountry',NULL,'USA'),(78,'othercountry',NULL,'USA'),(78,'mailingpobox',NULL,'95054'),(78,'otherpobox',NULL,'95054'),(78,'source',NULL,'CRM'),(78,'record_id',NULL,'70'),(78,'record_module',NULL,'Contacts'),(79,'contact_id','0','70'),(80,'cds_invoice_id','87yrjhfnv','2022-121'),(80,'invoice_conversion_rate','857itugjmnb','77.7'),(80,'tax4','','0.000'),(81,'label',NULL,'SalesOrder'),(81,'salesorder_no',NULL,'SO5'),(81,'subject',NULL,'SalesOrder'),(81,'potential_id',NULL,'59'),(81,'sostatus',NULL,'Created'),(81,'txtAdjustment',NULL,'0.00000000'),(81,'hdnGrandTotal',NULL,'1404.00000000'),(81,'hdnSubTotal',NULL,'1200.00000000'),(81,'hdnTaxType',NULL,'group'),(81,'hdnS_H_Amount',NULL,'0.00000000'),(81,'account_id',NULL,'64'),(81,'assigned_user_id',NULL,'1'),(81,'createdtime',NULL,'2023-07-13 09:47:49'),(81,'modifiedby',NULL,'1'),(81,'currency_id',NULL,'1'),(81,'conversion_rate',NULL,'1.000'),(81,'bill_street',NULL,'Billing Address'),(81,'ship_street',NULL,'Shipping Address'),(81,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(81,'productid',NULL,'39'),(81,'quantity',NULL,'10.000'),(81,'listprice',NULL,'120.00000000'),(81,'pre_tax_total',NULL,'1200.00000000'),(81,'source',NULL,'CRM'),(81,'dev_start_date',NULL,'2023-07-24'),(81,'support_start_date',NULL,'2023-07-25'),(81,'dev_end_date',NULL,'2023-07-26'),(81,'support_end_date',NULL,'2023-07-28'),(81,'short_close_amount',NULL,'10'),(81,'so_businessentity',NULL,'47'),(81,'tax4',NULL,'18.000'),(81,'record_id',NULL,'73'),(81,'record_module',NULL,'SalesOrder'),(82,'label',NULL,'SalesOrder'),(82,'subject',NULL,'SalesOrder'),(82,'salesorder_id',NULL,'73'),(82,'contact_id',NULL,'65'),(82,'txtAdjustment',NULL,'0.00000000'),(82,'hdnSubTotal',NULL,'960.00000000'),(82,'hdnGrandTotal',NULL,'1133.00000000'),(82,'hdnTaxType',NULL,'group'),(82,'hdnS_H_Amount',NULL,'0.00000000'),(82,'account_id',NULL,'64'),(82,'assigned_user_id',NULL,'1'),(82,'createdtime',NULL,'2023-07-13 09:48:34'),(82,'modifiedby',NULL,'1'),(82,'currency_id',NULL,'1'),(82,'conversion_rate',NULL,'1.000'),(82,'bill_street',NULL,'Billing Address'),(82,'ship_street',NULL,'Shipping Address'),(82,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(82,'invoice_no',NULL,'INV6'),(82,'productid',NULL,'39'),(82,'quantity',NULL,'8.000'),(82,'listprice',NULL,'120.00000000'),(82,'pre_tax_total',NULL,'960.00000000'),(82,'received',NULL,'0.00000000'),(82,'balance',NULL,'1133.00000000'),(82,'hdnS_H_Percent',NULL,'0.00000000'),(82,'potential_id',NULL,'59'),(82,'source',NULL,'CRM'),(82,'cds_gst_inv_date',NULL,'2023-07-05'),(82,'received_amount',NULL,'0.00'),(82,'tax4',NULL,'18.000'),(82,'record_id',NULL,'74'),(82,'record_module',NULL,'Invoice'),(83,'total_uninvoiced_amount','271',''),(83,'short_close_amount','10',''),(84,'total_invoiced_amount','1,133.00',''),(85,'label',NULL,'SalesOrder1'),(85,'subject',NULL,'SalesOrder1'),(85,'salesorder_id',NULL,'73'),(85,'txtAdjustment',NULL,'0.00000000'),(85,'hdnSubTotal',NULL,'960.00000000'),(85,'hdnGrandTotal',NULL,'1133.00000000'),(85,'hdnTaxType',NULL,'group'),(85,'hdnS_H_Amount',NULL,'0.00000000'),(85,'account_id',NULL,'64'),(85,'assigned_user_id',NULL,'1'),(85,'createdtime',NULL,'2023-07-13 09:52:13'),(85,'modifiedby',NULL,'1'),(85,'currency_id',NULL,'1'),(85,'conversion_rate',NULL,'1.000'),(85,'bill_street',NULL,'Billing Address'),(85,'ship_street',NULL,'Shipping Address'),(85,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(85,'invoice_no',NULL,'INV7'),(85,'productid',NULL,'39'),(85,'quantity',NULL,'8.000'),(85,'listprice',NULL,'120.00000000'),(85,'pre_tax_total',NULL,'960.00000000'),(85,'received',NULL,'0.00000000'),(85,'balance',NULL,'1133.00000000'),(85,'hdnS_H_Percent',NULL,'0.00000000'),(85,'potential_id',NULL,'59'),(85,'source',NULL,'CRM'),(85,'cds_gst_inv_date',NULL,'2023-07-26'),(85,'received_amount',NULL,'0.00'),(85,'tax4',NULL,'18.000'),(85,'record_id',NULL,'75'),(85,'record_module',NULL,'Invoice'),(89,'so_bankid','','72'),(90,'label',NULL,'Demo 2'),(90,'potentialname',NULL,'Demo 2'),(90,'potential_no',NULL,'POT13'),(90,'amount',NULL,'100.00000000'),(90,'related_to',NULL,'64'),(90,'closingdate',NULL,'2023-07-17'),(90,'opportunity_type',NULL,'Existing Business'),(90,'leadsource',NULL,'Existing Customer'),(90,'sales_stage',NULL,'Qualification'),(90,'assigned_user_id',NULL,'1'),(90,'createdtime',NULL,'2023-07-14 06:34:09'),(90,'modifiedby',NULL,'1'),(90,'forecast_amount',NULL,'0.00000000'),(90,'contact_id',NULL,'65'),(90,'source',NULL,'CRM'),(90,'approval_confidence',NULL,'80.00'),(90,'bdp_id',NULL,'2222'),(90,'deal_bd_start_date',NULL,'2023-07-10'),(90,'deal_bd_end_date',NULL,'2023-07-06'),(90,'region_id',NULL,'1'),(90,'productid',NULL,'67'),(90,'quantity',NULL,'1.000'),(90,'listprice',NULL,'12.00000000'),(90,'purchase_cost',NULL,'0.00000000'),(90,'margin',NULL,'12.00000000'),(90,'hdnSubTotal',NULL,'12.00000000'),(90,'pre_tax_total',NULL,'12.00000000'),(90,'hdnTaxType',NULL,'group'),(90,'hdnS_H_Amount',NULL,'0.00000000'),(90,'txtAdjustment',NULL,'0.00000000'),(90,'hdnGrandTotal',NULL,'12.00000000'),(90,'currency_id',NULL,'1'),(90,'conversion_rate',NULL,'1.000'),(90,'po_businessentity',NULL,'51'),(90,'tax4',NULL,'0.000'),(90,'record_id',NULL,'77'),(90,'record_module',NULL,'Potentials'),(91,'duedate','2023-07-05','2023-08-04'),(91,'hdnGrandTotal','12.00000000','10.00000000'),(91,'tax2','18.000','0.000'),(91,'balance','12.00000000','10.00000000'),(91,'region_id','0','1'),(91,'invoice_businessentity','','52'),(91,'invoice_bankid','','79'),(92,'label',NULL,'Demo 2'),(92,'salesorder_no',NULL,'SO6'),(92,'subject',NULL,'Demo 2'),(92,'potential_id',NULL,'77'),(92,'contact_id',NULL,'65'),(92,'duedate',NULL,'2023-07-14'),(92,'sostatus',NULL,'Created'),(92,'txtAdjustment',NULL,'0.00000000'),(92,'hdnGrandTotal',NULL,'12.00000000'),(92,'hdnSubTotal',NULL,'12.00000000'),(92,'hdnTaxType',NULL,'group'),(92,'hdnS_H_Amount',NULL,'0.00000000'),(92,'account_id',NULL,'64'),(92,'assigned_user_id',NULL,'1'),(92,'createdtime',NULL,'2023-07-14 06:43:16'),(92,'modifiedby',NULL,'1'),(92,'currency_id',NULL,'1'),(92,'conversion_rate',NULL,'1.000'),(92,'bill_street',NULL,'sdfsf'),(92,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(92,'productid',NULL,'67'),(92,'quantity',NULL,'1.000'),(92,'listprice',NULL,'12.00000000'),(92,'pre_tax_total',NULL,'12.00000000'),(92,'source',NULL,'CRM'),(92,'region_id',NULL,'1'),(92,'contract_type',NULL,'Milestone'),(92,'type_of_offering',NULL,'Cloud & Infra Services'),(92,'type_of_sub_offering',NULL,'CloudOps'),(92,'technology_platform',NULL,'Cisco'),(92,'sow_number',NULL,'57'),(92,'market_sub_segment',NULL,'Asset Management'),(92,'customer_market_vertical',NULL,'Telecommunication'),(92,'dev_start_date',NULL,'2023-06-14'),(92,'dev_end_date',NULL,'2023-07-04'),(92,'so_businessentity',NULL,'51'),(92,'tax4',NULL,'0.000'),(92,'so_bankid',NULL,'78'),(92,'record_id',NULL,'80'),(92,'record_module',NULL,'SalesOrder'),(94,'type_of_offering','Cloud & Infra Services',''),(94,'dev_start_date','2023-06-14','2023-07-08'),(96,'label',NULL,'attached the chart'),(96,'commentcontent',NULL,'attached the chart'),(96,'assigned_user_id',NULL,'1'),(96,'createdtime',NULL,'2023-07-14 06:48:40'),(96,'related_to',NULL,'77'),(96,'creator',NULL,'1'),(96,'source',NULL,'CRM'),(96,'userid',NULL,'1'),(96,'filename',NULL,'82'),(96,'record_id',NULL,'81'),(96,'record_module',NULL,'ModComments'),(97,'bill_street','','ABCD Adddress'),(97,'ship_street','','ABCD Adddress'),(98,'label',NULL,'ABC completion and Kickoff'),(98,'servicename',NULL,'ABC completion and Kickoff'),(98,'service_no',NULL,'SER3'),(98,'discontinued',NULL,'1'),(98,'createdtime',NULL,'2023-07-14 08:09:05'),(98,'modifiedby',NULL,'1'),(98,'qty_per_unit',NULL,'0.00'),(98,'assigned_user_id',NULL,'1'),(98,'unit_price',NULL,'10.00000000'),(98,'commissionrate',NULL,'0.000'),(98,'source',NULL,'CRM'),(98,'purchase_cost',NULL,'0.00000000'),(98,'record_id',NULL,'87'),(98,'record_module',NULL,'Services'),(99,'label',NULL,'Demo 2 - invoice 1'),(99,'subject',NULL,'Demo 2 - invoice 1'),(99,'salesorder_id',NULL,'80'),(99,'contact_id',NULL,'65'),(99,'duedate',NULL,'2023-07-14'),(99,'txtAdjustment',NULL,'0.00000000'),(99,'hdnSubTotal',NULL,'120.00000000'),(99,'hdnGrandTotal',NULL,'120.00000000'),(99,'hdnTaxType',NULL,'group'),(99,'hdnS_H_Amount',NULL,'0.00000000'),(99,'account_id',NULL,'64'),(99,'assigned_user_id',NULL,'1'),(99,'createdtime',NULL,'2023-07-14 08:10:14'),(99,'modifiedby',NULL,'1'),(99,'currency_id',NULL,'1'),(99,'conversion_rate',NULL,'1.000'),(99,'bill_street',NULL,'ABCD Adddress'),(99,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(99,'invoice_no',NULL,'INV8'),(99,'productid',NULL,'87'),(99,'quantity',NULL,'12.000'),(99,'listprice',NULL,'10.00000000'),(99,'pre_tax_total',NULL,'120.00000000'),(99,'received',NULL,'0.00000000'),(99,'balance',NULL,'120.00000000'),(99,'hdnS_H_Percent',NULL,'0.00000000'),(99,'potential_id',NULL,'77'),(99,'source',NULL,'CRM'),(99,'region_id',NULL,'1'),(99,'cds_gst_inv_date',NULL,'2023-07-14'),(99,'cds_invoice_id',NULL,'1234'),(99,'received_amount',NULL,'0.00'),(99,'invoice_conversion_rate',NULL,'123'),(99,'invoice_businessentity',NULL,'51'),(99,'tax4',NULL,'0.000'),(99,'invoice_bankid',NULL,'78'),(99,'record_id',NULL,'88'),(99,'record_module',NULL,'Invoice'),(100,'invoicestatus','Created','AutoCreated'),(101,'label','CDS demo','CDS1 demo'),(101,'firstname','CDS','CDS1'),(102,'label','CDS1 demo','CDS demo'),(102,'firstname','CDS1','CDS'),(103,'label',NULL,'Mahendra'),(103,'salesorder_no',NULL,'SO7'),(103,'subject',NULL,'Mahendra'),(103,'sostatus',NULL,'Approved'),(103,'txtAdjustment',NULL,'0.00000000'),(103,'hdnGrandTotal',NULL,'142.00000000'),(103,'hdnSubTotal',NULL,'120.00000000'),(103,'hdnTaxType',NULL,'group'),(103,'hdnS_H_Amount',NULL,'0.00000000'),(103,'account_id',NULL,'49'),(103,'assigned_user_id',NULL,'1'),(103,'createdtime',NULL,'2023-07-15 08:12:00'),(103,'modifiedby',NULL,'1'),(103,'currency_id',NULL,'1'),(103,'conversion_rate',NULL,'1.000'),(103,'bill_street',NULL,'ccgch'),(103,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(103,'productid',NULL,'39'),(103,'quantity',NULL,'1.000'),(103,'listprice',NULL,'120.00000000'),(103,'pre_tax_total',NULL,'120.00000000'),(103,'source',NULL,'CRM'),(103,'dev_start_date',NULL,'2023-07-19'),(103,'dev_end_date',NULL,'2023-07-26'),(103,'tax4',NULL,'18.000'),(103,'record_id',NULL,'94'),(103,'record_module',NULL,'SalesOrder'),(104,'so_businessentity','','52'),(104,'so_bankid','0','72'),(105,'label',NULL,'Mahendra'),(105,'subject',NULL,'Mahendra'),(105,'salesorder_id',NULL,'94'),(105,'txtAdjustment',NULL,'0.00000000'),(105,'hdnSubTotal',NULL,'120.00000000'),(105,'hdnGrandTotal',NULL,'142.00000000'),(105,'hdnTaxType',NULL,'group'),(105,'hdnS_H_Amount',NULL,'0.00000000'),(105,'account_id',NULL,'49'),(105,'assigned_user_id',NULL,'1'),(105,'createdtime',NULL,'2023-07-15 08:16:36'),(105,'modifiedby',NULL,'1'),(105,'currency_id',NULL,'1'),(105,'conversion_rate',NULL,'1.000'),(105,'bill_street',NULL,'ccgch'),(105,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(105,'invoice_no',NULL,'INV9'),(105,'productid',NULL,'39'),(105,'quantity',NULL,'1.000'),(105,'listprice',NULL,'120.00000000'),(105,'pre_tax_total',NULL,'120.00000000'),(105,'received',NULL,'0.00000000'),(105,'balance',NULL,'142.00000000'),(105,'hdnS_H_Percent',NULL,'0.00000000'),(105,'source',NULL,'CRM'),(105,'received_amount',NULL,'0.00'),(105,'invoice_businessentity',NULL,'52'),(105,'tax4',NULL,'18.000'),(105,'invoice_bankid',NULL,'72'),(105,'record_id',NULL,'95'),(105,'record_module',NULL,'Invoice'),(106,'hdnSubTotal','120.00000000','70.00000000'),(106,'hdnGrandTotal','142.00000000','83.00000000'),(106,'listprice','120.00000000','70.00000000'),(106,'pre_tax_total','120.00000000','70.00000000'),(106,'balance','142.00000000','83.00000000'),(107,'label',NULL,'Mahendra'),(107,'subject',NULL,'Mahendra'),(107,'salesorder_id',NULL,'94'),(107,'txtAdjustment',NULL,'0.00000000'),(107,'hdnSubTotal',NULL,'120.00000000'),(107,'hdnGrandTotal',NULL,'142.00000000'),(107,'hdnTaxType',NULL,'group'),(107,'hdnS_H_Amount',NULL,'0.00000000'),(107,'account_id',NULL,'49'),(107,'assigned_user_id',NULL,'1'),(107,'createdtime',NULL,'2023-07-15 08:20:20'),(107,'modifiedby',NULL,'1'),(107,'currency_id',NULL,'1'),(107,'conversion_rate',NULL,'1.000'),(107,'bill_street',NULL,'ccgch'),(107,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(107,'invoice_no',NULL,'INV10'),(107,'productid',NULL,'39'),(107,'quantity',NULL,'1.000'),(107,'listprice',NULL,'120.00000000'),(107,'pre_tax_total',NULL,'120.00000000'),(107,'received',NULL,'0.00000000'),(107,'balance',NULL,'142.00000000'),(107,'hdnS_H_Percent',NULL,'0.00000000'),(107,'source',NULL,'CRM'),(107,'received_amount',NULL,'0.00'),(107,'invoice_businessentity',NULL,'52'),(107,'tax4',NULL,'18.000'),(107,'invoice_bankid',NULL,'72'),(107,'record_id',NULL,'97'),(107,'record_module',NULL,'Invoice'),(108,'total_paid_amount','100',''),(109,'total_unpaid_amount','-100',''),(110,'label',NULL,'Mahendra'),(110,'subject',NULL,'Mahendra'),(110,'salesorder_id',NULL,'94'),(110,'txtAdjustment',NULL,'0.00000000'),(110,'hdnSubTotal',NULL,'50.00000000'),(110,'hdnGrandTotal',NULL,'59.00000000'),(110,'hdnTaxType',NULL,'group'),(110,'hdnS_H_Amount',NULL,'0.00000000'),(110,'account_id',NULL,'49'),(110,'assigned_user_id',NULL,'1'),(110,'createdtime',NULL,'2023-07-15 08:32:15'),(110,'modifiedby',NULL,'1'),(110,'currency_id',NULL,'1'),(110,'conversion_rate',NULL,'1.000'),(110,'bill_street',NULL,'ccgch'),(110,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(110,'invoice_no',NULL,'INV11'),(110,'productid',NULL,'39'),(110,'quantity',NULL,'1.000'),(110,'listprice',NULL,'50.00000000'),(110,'pre_tax_total',NULL,'50.00000000'),(110,'received',NULL,'0.00000000'),(110,'balance',NULL,'59.00000000'),(110,'hdnS_H_Percent',NULL,'0.00000000'),(110,'source',NULL,'CRM'),(110,'received_amount',NULL,'0.00'),(110,'invoice_businessentity',NULL,'52'),(110,'tax4',NULL,'18.000'),(110,'invoice_bankid',NULL,'72'),(110,'record_id',NULL,'107'),(110,'record_module',NULL,'Invoice'),(111,'label',NULL,'CDS: Mobile Project'),(111,'salesorder_no',NULL,'SO8'),(111,'subject',NULL,'CDS: Mobile Project'),(111,'contact_id',NULL,'70'),(111,'duedate',NULL,'2023-07-15'),(111,'sostatus',NULL,'Approved'),(111,'txtAdjustment',NULL,'0.00000000'),(111,'hdnGrandTotal',NULL,'300.00000000'),(111,'hdnSubTotal',NULL,'300.00000000'),(111,'hdnTaxType',NULL,'group'),(111,'hdnS_H_Amount',NULL,'0.00000000'),(111,'account_id',NULL,'40'),(111,'assigned_user_id',NULL,'1'),(111,'createdtime',NULL,'2023-07-15 08:42:39'),(111,'modifiedby',NULL,'1'),(111,'currency_id',NULL,'1'),(111,'conversion_rate',NULL,'1.000'),(111,'bill_street',NULL,'1 st Floor Xyz Building'),(111,'bill_city',NULL,'New Jersey'),(111,'bill_state',NULL,'California'),(111,'bill_code',NULL,'94107'),(111,'bill_country',NULL,'USA'),(111,'bill_pobox',NULL,'95054'),(111,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(111,'productid',NULL,'87'),(111,'quantity',NULL,'3.000'),(111,'listprice',NULL,'100.00000000'),(111,'pre_tax_total',NULL,'300.00000000'),(111,'source',NULL,'CRM'),(111,'region_id',NULL,'1'),(111,'dev_start_date',NULL,'2023-07-15'),(111,'dev_end_date',NULL,'2023-07-31'),(111,'tax4',NULL,'0.000'),(111,'record_id',NULL,'109'),(111,'record_module',NULL,'SalesOrder'),(112,'so_businessentity','','52'),(112,'so_bankid','0','72'),(113,'label',NULL,'CDS: Mobile Project'),(113,'subject',NULL,'CDS: Mobile Project'),(113,'salesorder_id',NULL,'109'),(113,'contact_id',NULL,'70'),(113,'invoicedate',NULL,'2023-07-15'),(113,'duedate',NULL,'2023-07-15'),(113,'txtAdjustment',NULL,'0.00000000'),(113,'hdnSubTotal',NULL,'200.00000000'),(113,'hdnGrandTotal',NULL,'200.00000000'),(113,'hdnTaxType',NULL,'group'),(113,'hdnS_H_Amount',NULL,'0.00000000'),(113,'account_id',NULL,'40'),(113,'invoicestatus',NULL,'Sent'),(113,'assigned_user_id',NULL,'1'),(113,'createdtime',NULL,'2023-07-15 08:44:40'),(113,'modifiedby',NULL,'1'),(113,'currency_id',NULL,'1'),(113,'conversion_rate',NULL,'1.000'),(113,'bill_street',NULL,'1 st Floor Xyz Building'),(113,'bill_city',NULL,'New Jersey'),(113,'bill_state',NULL,'California'),(113,'bill_code',NULL,'94107'),(113,'bill_country',NULL,'USA'),(113,'bill_pobox',NULL,'95054'),(113,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(113,'invoice_no',NULL,'INV12'),(113,'productid',NULL,'87'),(113,'quantity',NULL,'2.000'),(113,'listprice',NULL,'100.00000000'),(113,'pre_tax_total',NULL,'200.00000000'),(113,'received',NULL,'0.00000000'),(113,'balance',NULL,'200.00000000'),(113,'hdnS_H_Percent',NULL,'0.00000000'),(113,'source',NULL,'CRM'),(113,'region_id',NULL,'1'),(113,'cds_invoice_id',NULL,'2023-001'),(113,'received_amount',NULL,'0.00'),(113,'invoice_conversion_rate',NULL,'80'),(113,'invoice_businessentity',NULL,'52'),(113,'tax4',NULL,'0.000'),(113,'invoice_bankid',NULL,'72'),(113,'record_id',NULL,'110'),(113,'record_module',NULL,'Invoice'),(114,'label',NULL,'test'),(114,'potentialname',NULL,'test'),(114,'potential_no',NULL,'POT14'),(114,'amount',NULL,'0.00000000'),(114,'closingdate',NULL,'2023-07-12'),(114,'sales_stage',NULL,'Needs Analysis'),(114,'assigned_user_id',NULL,'1'),(114,'createdtime',NULL,'2023-07-15 08:57:14'),(114,'modifiedby',NULL,'1'),(114,'forecast_amount',NULL,'0.00000000'),(114,'source',NULL,'CRM'),(114,'approval_confidence',NULL,'0.00'),(114,'deal_bd_start_date',NULL,'2023-07-14'),(114,'deal_bd_end_date',NULL,'2023-07-05'),(114,'hdnSubTotal',NULL,'0.00000000'),(114,'pre_tax_total',NULL,'0.00000000'),(114,'hdnTaxType',NULL,'group'),(114,'hdnS_H_Amount',NULL,'0.00000000'),(114,'txtAdjustment',NULL,'0.00000000'),(114,'hdnGrandTotal',NULL,'0.00000000'),(114,'currency_id',NULL,'1'),(114,'conversion_rate',NULL,'1.000'),(114,'record_id',NULL,'112'),(114,'record_module',NULL,'Potentials'),(156,'discontinued','0','1'),(157,'label',NULL,'ddsd'),(157,'salesorder_no',NULL,'SO9'),(157,'subject',NULL,'ddsd'),(157,'sostatus',NULL,'Created'),(157,'txtAdjustment',NULL,'0.00000000'),(157,'hdnGrandTotal',NULL,'5900.00000000'),(157,'hdnSubTotal',NULL,'5000.00000000'),(157,'hdnTaxType',NULL,'group'),(157,'hdnS_H_Amount',NULL,'0.00000000'),(157,'account_id',NULL,'116'),(157,'assigned_user_id',NULL,'1'),(157,'createdtime',NULL,'2023-07-15 11:12:13'),(157,'modifiedby',NULL,'1'),(157,'currency_id',NULL,'1'),(157,'conversion_rate',NULL,'1.000'),(157,'bill_street',NULL,'176 South Street\nHopkinton , MA 01748'),(157,'bill_city',NULL,'Hopkinton'),(157,'bill_state',NULL,'Massachusetts'),(157,'bill_code',NULL,'01748'),(157,'bill_country',NULL,'United States'),(157,'bill_pobox',NULL,'01748'),(157,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(157,'productid',NULL,'122'),(157,'quantity',NULL,'1.000'),(157,'listprice',NULL,'5000.00000000'),(157,'pre_tax_total',NULL,'5000.00000000'),(157,'source',NULL,'CRM'),(157,'dev_start_date',NULL,'2023-07-21'),(157,'dev_end_date',NULL,'2023-07-25'),(157,'tax4',NULL,'18.000'),(157,'record_id',NULL,'128'),(157,'record_module',NULL,'SalesOrder'),(160,'label',NULL,'Mahendra'),(160,'subject',NULL,'Mahendra'),(160,'salesorder_id',NULL,'131'),(160,'txtAdjustment',NULL,'0.00000000'),(160,'hdnSubTotal',NULL,'5000.00000000'),(160,'hdnGrandTotal',NULL,'5900.00000000'),(160,'hdnTaxType',NULL,'group'),(160,'hdnS_H_Amount',NULL,'0.00000000'),(160,'account_id',NULL,'116'),(160,'assigned_user_id',NULL,'1'),(160,'createdtime',NULL,'2023-07-15 11:48:37'),(160,'modifiedby',NULL,'1'),(160,'currency_id',NULL,'1'),(160,'conversion_rate',NULL,'1.000'),(160,'bill_street',NULL,'176 South Street\nHopkinton , MA 01748'),(160,'bill_city',NULL,'Hopkinton'),(160,'bill_state',NULL,'Massachusetts'),(160,'bill_code',NULL,'01748'),(160,'bill_country',NULL,'United States'),(160,'bill_pobox',NULL,'01748'),(160,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(160,'invoice_no',NULL,'INV16'),(160,'productid',NULL,'122'),(160,'quantity',NULL,'1.000'),(160,'listprice',NULL,'5000.00000000'),(160,'pre_tax_total',NULL,'5000.00000000'),(160,'received',NULL,'0.00000000'),(160,'balance',NULL,'5900.00000000'),(160,'hdnS_H_Percent',NULL,'0.00000000'),(160,'source',NULL,'CRM'),(160,'received_amount',NULL,'0.00'),(160,'tax4',NULL,'18.000'),(160,'record_id',NULL,'140'),(160,'record_module',NULL,'Invoice'),(163,'label',NULL,'ddsd'),(163,'salesorder_no',NULL,'SO12'),(163,'subject',NULL,'ddsd'),(163,'sostatus',NULL,'Approved'),(163,'txtAdjustment',NULL,'0.00000000'),(163,'hdnGrandTotal',NULL,'5900.00000000'),(163,'hdnSubTotal',NULL,'5000.00000000'),(163,'hdnTaxType',NULL,'group'),(163,'hdnS_H_Amount',NULL,'0.00000000'),(163,'account_id',NULL,'116'),(163,'assigned_user_id',NULL,'1'),(163,'createdtime',NULL,'2023-07-15 11:49:27'),(163,'modifiedby',NULL,'1'),(163,'currency_id',NULL,'1'),(163,'conversion_rate',NULL,'1.000'),(163,'bill_street',NULL,'176 South Street\nHopkinton , MA 01748'),(163,'bill_city',NULL,'Hopkinton'),(163,'bill_state',NULL,'Massachusetts'),(163,'bill_code',NULL,'01748'),(163,'bill_country',NULL,'United States'),(163,'bill_pobox',NULL,'01748'),(163,'terms_conditions',NULL,'- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(163,'productid',NULL,'122'),(163,'quantity',NULL,'1.000'),(163,'listprice',NULL,'5000.00000000'),(163,'pre_tax_total',NULL,'5000.00000000'),(163,'source',NULL,'CRM'),(163,'dev_start_date',NULL,'2023-08-01'),(163,'dev_end_date',NULL,'2023-07-24'),(163,'tax4',NULL,'18.000'),(163,'record_id',NULL,'141'),(163,'record_module',NULL,'SalesOrder'),(165,'label',NULL,'Dell, Inc.w'),(165,'accountname',NULL,'Dell, Inc.w'),(165,'account_no',NULL,'ACC8'),(165,'accounttype',NULL,'Customer'),(165,'annual_revenue',NULL,'0.00000000'),(165,'assigned_user_id',NULL,'1'),(165,'createdtime',NULL,'2023-07-15 11:50:32'),(165,'modifiedby',NULL,'1'),(165,'bill_street',NULL,'176 South Street\nHopkinton , MA 01748'),(165,'bill_city',NULL,'Hopkinton'),(165,'bill_state',NULL,'Massachusetts'),(165,'bill_code',NULL,'01748'),(165,'bill_country',NULL,'United States'),(165,'bill_pobox',NULL,'01748'),(165,'source',NULL,'CRM'),(165,'org_status',NULL,'Cold'),(165,'record_id',NULL,'144'),(165,'record_module',NULL,'Accounts'),(167,'label',NULL,'Dell: Update Splunk App for PowerScale OneFS'),(167,'potentialname',NULL,'Dell: Update Splunk App for PowerScale OneFS'),(167,'potential_no',NULL,'POT18'),(167,'amount',NULL,'32500.00000000'),(167,'related_to',NULL,'116'),(167,'closingdate',NULL,'2022-11-18'),(167,'opportunity_type',NULL,'Existing Business'),(167,'leadsource',NULL,'Existing Customer'),(167,'sales_stage',NULL,'Closed Won'),(167,'assigned_user_id',NULL,'1'),(167,'createdtime',NULL,'2023-07-15 11:51:07'),(167,'modifiedby',NULL,'1'),(167,'forecast_amount',NULL,'0.00000000'),(167,'contact_id',NULL,'118'),(167,'source',NULL,'CRM'),(167,'approval_confidence',NULL,'0.00'),(167,'bdp_id',NULL,'1404'),(167,'deal_bd_start_date',NULL,'2022-10-10'),(167,'deal_bd_end_date',NULL,'2022-11-23'),(167,'pipeline',NULL,'Standard'),(167,'hdnSubTotal',NULL,'0.00000000'),(167,'pre_tax_total',NULL,'0.00000000'),(167,'hdnTaxType',NULL,'group'),(167,'hdnS_H_Amount',NULL,'0.00000000'),(167,'txtAdjustment',NULL,'0.00000000'),(167,'hdnGrandTotal',NULL,'0.00000000'),(167,'currency_id',NULL,'1'),(167,'conversion_rate',NULL,'0.000'),(167,'record_id',NULL,'145'),(167,'record_module',NULL,'Potentials'),(169,'label',NULL,'Darren2 Miller3'),(169,'firstname',NULL,'Darren2'),(169,'contact_no',NULL,'CON14'),(169,'lastname',NULL,'Miller3'),(169,'account_id',NULL,'116'),(169,'assigned_user_id',NULL,'1'),(169,'createdtime',NULL,'2023-07-15 11:51:35'),(169,'modifiedby',NULL,'1'),(169,'support_start_date',NULL,'2022-01-28'),(169,'support_end_date',NULL,'2023-01-28'),(169,'mailingstreet',NULL,'176 South Street\nHopkinton , MA 01748'),(169,'otherstreet',NULL,'176 South Street\nHopkinton, MA 01748'),(169,'mailingcity',NULL,'Hopkinton'),(169,'mailingstate',NULL,'Massachusetts'),(169,'mailingzip',NULL,'01748'),(169,'mailingcountry',NULL,'United States'),(169,'mailingpobox',NULL,'01748'),(169,'source',NULL,'CRM'),(169,'record_id',NULL,'146'),(169,'record_module',NULL,'Contacts'),(171,'label',NULL,'Dell: 2 resources for Apr 2023'),(171,'servicename',NULL,'Dell: 2 resources for Apr 2023'),(171,'service_no',NULL,'SER7'),(171,'discontinued',NULL,'1'),(171,'sales_start_date',NULL,'2023-04-01'),(171,'sales_end_date',NULL,'2023-04-30'),(171,'createdtime',NULL,'2023-07-15 11:51:53'),(171,'modifiedby',NULL,'1'),(171,'qty_per_unit',NULL,'0.00'),(171,'assigned_user_id',NULL,'1'),(171,'unit_price',NULL,'5000.00000000'),(171,'commissionrate',NULL,'0.000'),(171,'source',NULL,'CRM'),(171,'purchase_cost',NULL,'0.00000000'),(171,'record_id',NULL,'147'),(171,'record_module',NULL,'Services'),(173,'label',NULL,'crm tiger'),(173,'servicename',NULL,'crm tiger'),(173,'service_no',NULL,'SER8'),(173,'discontinued',NULL,'1'),(173,'createdtime',NULL,'2023-07-15 12:06:14'),(173,'modifiedby',NULL,'1'),(173,'qty_per_unit',NULL,'0.00'),(173,'assigned_user_id',NULL,'1'),(173,'unit_price',NULL,'0.00000000'),(173,'commissionrate',NULL,'0.000'),(173,'source',NULL,'CRM'),(173,'purchase_cost',NULL,'0.00000000'),(173,'biling_type',NULL,'Subsription'),(173,'record_id',NULL,'148'),(173,'record_module',NULL,'Services'),(175,'terms_conditions',' - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.','- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(175,'discount_amount','0.00000000',''),(175,'discount_percent','0.000',''),(175,'invoice_businessentity','','119'),(176,'salesorder_id','','131'),(179,'amount','32500.00000000','100.00000000'),(179,'approval_confidence','0.00','10.00'),(179,'hdnTaxType','','group'),(179,'currency_id','0','1'),(182,'terms_conditions',' - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.','- Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(182,'invoicestatus','????',''),(182,'discount_amount','0.00000000',''),(182,'discount_percent','0.000','');
/*!40000 ALTER TABLE `vtiger_modtracker_detail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_relations`
--
DROP TABLE IF EXISTS `vtiger_modtracker_relations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_relations` (
`id` int(11) NOT NULL,
`targetmodule` varchar(100) NOT NULL,
`targetid` int(11) NOT NULL,
`changedon` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_relations`
--
LOCK TABLES `vtiger_modtracker_relations` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_relations` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_relations` VALUES (40,'SalesOrder',48,'2023-07-03 13:49:13'),(61,'Contacts',61,'2023-07-07 00:06:09'),(62,'Contacts',61,'2023-07-07 00:06:23'),(63,'Contacts',61,'2023-07-07 00:06:32'),(64,'Contacts',50,'2023-07-07 00:06:39'),(93,'SalesOrder',80,'2023-07-14 06:43:16'),(95,'ModComments',81,'2023-07-14 06:48:40');
/*!40000 ALTER TABLE `vtiger_modtracker_relations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_modtracker_tabs`
--
DROP TABLE IF EXISTS `vtiger_modtracker_tabs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_tabs` (
`tabid` int(11) NOT NULL,
`visible` int(11) DEFAULT '0',
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_modtracker_tabs`
--
LOCK TABLES `vtiger_modtracker_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_tabs` VALUES (2,1),(4,1),(6,1),(7,1),(8,1),(9,1),(10,1),(13,1),(14,1),(15,1),(16,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(26,1),(28,1),(31,1),(36,1),(37,1),(39,1),(40,1),(41,1),(43,1),(46,1),(48,1);
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_module_dashboard_widgets`
--
DROP TABLE IF EXISTS `vtiger_module_dashboard_widgets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_module_dashboard_widgets` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`linkid` int(11) DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
`filterid` int(11) DEFAULT NULL,
`title` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`data` text COLLATE utf8mb4_unicode_ci,
`position` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reportid` int(11) DEFAULT NULL,
`dashboardtabid` int(11) DEFAULT NULL,
`size` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `dashboardtabid` (`dashboardtabid`),
CONSTRAINT `vtiger_module_dashboard_widgets_ibfk_1` FOREIGN KEY (`dashboardtabid`) REFERENCES `vtiger_dashboard_tabs` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_module_dashboard_widgets`
--
LOCK TABLES `vtiger_module_dashboard_widgets` WRITE;
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` DISABLE KEYS */;
INSERT INTO `vtiger_module_dashboard_widgets` VALUES (1,56,1,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"1\"}',NULL,2,NULL),(2,60,1,NULL,NULL,'null','{\"row\":\"2\",\"col\":\"2\"}',NULL,2,NULL),(3,62,1,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"3\"}',NULL,2,NULL),(4,101,1,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"2\"}',NULL,2,NULL),(5,59,1,NULL,NULL,'null','{\"row\":\"3\",\"col\":\"1\"}',NULL,2,NULL);
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_no_of_currency_decimals`
--
DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_no_of_currency_decimals` (
`no_of_currency_decimalsid` int(11) NOT NULL AUTO_INCREMENT,
`no_of_currency_decimals` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`no_of_currency_decimalsid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_no_of_currency_decimals`
--
LOCK TABLES `vtiger_no_of_currency_decimals` WRITE;
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals` DISABLE KEYS */;
INSERT INTO `vtiger_no_of_currency_decimals` VALUES (2,'2',2,1),(3,'3',3,1),(4,'4',4,1),(5,'5',5,1),(6,'0',0,1),(7,'1',1,1);
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_no_of_currency_decimals_seq`
--
DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_no_of_currency_decimals_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_no_of_currency_decimals_seq`
--
LOCK TABLES `vtiger_no_of_currency_decimals_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals_seq` DISABLE KEYS */;
INSERT INTO `vtiger_no_of_currency_decimals_seq` VALUES (7);
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notebook_contents`
--
DROP TABLE IF EXISTS `vtiger_notebook_contents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notebook_contents` (
`userid` int(11) NOT NULL,
`notebookid` int(11) NOT NULL,
`contents` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notebook_contents`
--
LOCK TABLES `vtiger_notebook_contents` WRITE;
/*!40000 ALTER TABLE `vtiger_notebook_contents` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_notebook_contents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notes`
--
DROP TABLE IF EXISTS `vtiger_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notes` (
`notesid` int(11) NOT NULL DEFAULT '0',
`note_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`filename` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`notecontent` text COLLATE utf8mb4_unicode_ci,
`folderid` int(11) NOT NULL DEFAULT '1',
`filetype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`filelocationtype` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`filedownloadcount` int(11) DEFAULT NULL,
`filestatus` int(11) DEFAULT NULL,
`filesize` int(11) NOT NULL DEFAULT '0',
`fileversion` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`notesid`),
KEY `notes_title_idx` (`title`),
KEY `notes_notesid_idx` (`notesid`),
CONSTRAINT `fk_1_vtiger_notes` FOREIGN KEY (`notesid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notes`
--
LOCK TABLES `vtiger_notes` WRITE;
/*!40000 ALTER TABLE `vtiger_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notescf`
--
DROP TABLE IF EXISTS `vtiger_notescf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notescf` (
`notesid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`notesid`),
CONSTRAINT `fk_notesid_vtiger_notescf` FOREIGN KEY (`notesid`) REFERENCES `vtiger_notes` (`notesid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notescf`
--
LOCK TABLES `vtiger_notescf` WRITE;
/*!40000 ALTER TABLE `vtiger_notescf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_notescf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notificationscheduler`
--
DROP TABLE IF EXISTS `vtiger_notificationscheduler`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notificationscheduler` (
`schedulednotificationid` int(11) NOT NULL AUTO_INCREMENT,
`schedulednotificationname` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`active` int(11) DEFAULT NULL,
`notificationsubject` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`notificationbody` text COLLATE utf8mb4_unicode_ci,
`label` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`schedulednotificationid`),
UNIQUE KEY `notificationscheduler_schedulednotificationname_idx` (`schedulednotificationname`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notificationscheduler`
--
LOCK TABLES `vtiger_notificationscheduler` WRITE;
/*!40000 ALTER TABLE `vtiger_notificationscheduler` DISABLE KEYS */;
INSERT INTO `vtiger_notificationscheduler` VALUES (1,'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION',NULL),(2,'LBL_BIG_DEAL_DESCRIPTION',1,'Big Deal notification','Success! A big deal has been won! ','LBL_BIG_DEAL',NULL),(3,'LBL_TICKETS_DESCRIPTION',1,'Pending Tickets notification','Ticket pending please ','LBL_PENDING_TICKETS',NULL),(4,'LBL_MANY_TICKETS_DESCRIPTION',1,'Too many tickets Notification','Too many tickets pending against this entity ','LBL_MANY_TICKETS',NULL),(5,'LBL_START_DESCRIPTION',1,'Support Start Notification','10','LBL_START_NOTIFICATION','select'),(6,'LBL_SUPPORT_DESCRIPTION',1,'Support ending please','11','LBL_SUPPORT_NOTICIATION','select'),(7,'LBL_SUPPORT_DESCRIPTION_MONTH',1,'Support ending please','12','LBL_SUPPORT_NOTICIATION_MONTH','select'),(8,'LBL_ACTIVITY_REMINDER_DESCRIPTION',1,'Activity Reminder Notification','This is a reminder notification for the Activity','LBL_ACTIVITY_NOTIFICATION',NULL);
/*!40000 ALTER TABLE `vtiger_notificationscheduler` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_notificationscheduler_seq`
--
DROP TABLE IF EXISTS `vtiger_notificationscheduler_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notificationscheduler_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_notificationscheduler_seq`
--
LOCK TABLES `vtiger_notificationscheduler_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_notificationscheduler_seq` DISABLE KEYS */;
INSERT INTO `vtiger_notificationscheduler_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_notificationscheduler_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_offer_type`
--
DROP TABLE IF EXISTS `vtiger_offer_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_offer_type` (
`offer_typeid` int(11) NOT NULL AUTO_INCREMENT,
`offer_type` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`offer_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_offer_type`
--
LOCK TABLES `vtiger_offer_type` WRITE;
/*!40000 ALTER TABLE `vtiger_offer_type` DISABLE KEYS */;
INSERT INTO `vtiger_offer_type` VALUES (1,'Discount',1,413,1,NULL);
/*!40000 ALTER TABLE `vtiger_offer_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_offer_type_seq`
--
DROP TABLE IF EXISTS `vtiger_offer_type_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_offer_type_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_offer_type_seq`
--
LOCK TABLES `vtiger_offer_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_offer_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_offer_type_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_offer_type_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_opportunity_type`
--
DROP TABLE IF EXISTS `vtiger_opportunity_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_opportunity_type` (
`opptypeid` int(11) NOT NULL AUTO_INCREMENT,
`opportunity_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`opptypeid`),
UNIQUE KEY `opportunity_type_opportunity_type_idx` (`opportunity_type`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_opportunity_type`
--
LOCK TABLES `vtiger_opportunity_type` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunity_type` DISABLE KEYS */;
INSERT INTO `vtiger_opportunity_type` VALUES (2,'Existing Business',1,128,1,NULL),(3,'New Business',1,129,2,NULL);
/*!40000 ALTER TABLE `vtiger_opportunity_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_opportunity_type_seq`
--
DROP TABLE IF EXISTS `vtiger_opportunity_type_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_opportunity_type_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_opportunity_type_seq`
--
LOCK TABLES `vtiger_opportunity_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunity_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_opportunity_type_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_opportunity_type_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_opportunitystage`
--
DROP TABLE IF EXISTS `vtiger_opportunitystage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_opportunitystage` (
`potstageid` int(11) NOT NULL AUTO_INCREMENT,
`stage` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
`probability` decimal(3,2) DEFAULT '0.00',
PRIMARY KEY (`potstageid`),
UNIQUE KEY `opportunitystage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_opportunitystage`
--
LOCK TABLES `vtiger_opportunitystage` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunitystage` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_opportunitystage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_org_share_action2tab`
--
DROP TABLE IF EXISTS `vtiger_org_share_action2tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_org_share_action2tab` (
`share_action_id` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
PRIMARY KEY (`share_action_id`,`tabid`),
KEY `fk_2_vtiger_org_share_action2tab` (`tabid`),
CONSTRAINT `fk_2_vtiger_org_share_action2tab` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_org_share_action2tab`
--
LOCK TABLES `vtiger_org_share_action2tab` WRITE;
/*!40000 ALTER TABLE `vtiger_org_share_action2tab` DISABLE KEYS */;
INSERT INTO `vtiger_org_share_action2tab` VALUES (0,2),(1,2),(2,2),(3,2),(0,4),(1,4),(2,4),(3,4),(0,6),(1,6),(2,6),(3,6),(0,7),(1,7),(2,7),(3,7),(0,8),(1,8),(2,8),(3,8),(0,9),(1,9),(2,9),(3,9),(0,10),(1,10),(2,10),(3,10),(0,13),(1,13),(2,13),(3,13),(0,14),(1,14),(2,14),(3,14),(0,16),(1,16),(2,16),(3,16),(0,18),(1,18),(2,18),(3,18),(0,20),(1,20),(2,20),(3,20),(0,21),(1,21),(2,21),(3,21),(0,22),(1,22),(2,22),(3,22),(0,23),(1,23),(2,23),(3,23),(0,26),(1,26),(2,26),(3,26),(0,31),(1,31),(2,31),(3,31),(0,36),(1,36),(2,36),(3,36),(0,37),(1,37),(2,37),(3,37),(0,39),(1,39),(2,39),(3,39),(0,40),(1,40),(2,40),(3,40),(0,41),(1,41),(2,41),(3,41),(0,43),(1,43),(2,43),(3,43),(0,46),(1,46),(2,46),(3,46),(0,48),(1,48),(2,48),(3,48),(0,50),(1,50),(2,50),(3,50),(0,51),(1,51),(2,51),(3,51),(0,55),(1,55),(2,55),(3,55),(0,56),(1,56),(2,56),(3,56);
/*!40000 ALTER TABLE `vtiger_org_share_action2tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_org_share_action_mapping`
--
DROP TABLE IF EXISTS `vtiger_org_share_action_mapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_org_share_action_mapping` (
`share_action_id` int(11) NOT NULL,
`share_action_name` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`share_action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_org_share_action_mapping`
--
LOCK TABLES `vtiger_org_share_action_mapping` WRITE;
/*!40000 ALTER TABLE `vtiger_org_share_action_mapping` DISABLE KEYS */;
INSERT INTO `vtiger_org_share_action_mapping` VALUES (0,'Public: Read Only'),(1,'Public: Read, Create/Edit'),(2,'Public: Read, Create/Edit, Delete'),(3,'Private'),(4,'Hide Details'),(5,'Hide Details and Add Events'),(6,'Show Details'),(7,'Show Details and Add Events');
/*!40000 ALTER TABLE `vtiger_org_share_action_mapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_org_status`
--
DROP TABLE IF EXISTS `vtiger_org_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_org_status` (
`org_statusid` int(11) NOT NULL AUTO_INCREMENT,
`org_status` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`org_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_org_status`
--
LOCK TABLES `vtiger_org_status` WRITE;
/*!40000 ALTER TABLE `vtiger_org_status` DISABLE KEYS */;
INSERT INTO `vtiger_org_status` VALUES (1,'Attempted To Contact',1,305,1,NULL),(2,'Cold',1,306,2,NULL),(3,'Contact In Future',1,307,3,NULL),(4,'Contacted',1,308,4,NULL),(5,'Hot',1,309,5,NULL),(6,'Junk Lead',1,310,6,NULL),(7,'lost Lead',1,311,7,NULL),(8,'Not Contacted',1,312,8,NULL),(9,'Pre Qualified',1,313,9,NULL),(10,'Qualified',1,314,10,NULL),(11,'War,',1,315,11,NULL);
/*!40000 ALTER TABLE `vtiger_org_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_org_status_seq`
--
DROP TABLE IF EXISTS `vtiger_org_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_org_status_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_org_status_seq`
--
LOCK TABLES `vtiger_org_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_org_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_org_status_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_org_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_organizationdetails`
--
DROP TABLE IF EXISTS `vtiger_organizationdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_organizationdetails` (
`organization_id` int(11) NOT NULL,
`organizationname` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fax` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`website` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`logoname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`logo` text COLLATE utf8mb4_unicode_ci,
`vatid` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`organization_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_organizationdetails`
--
LOCK TABLES `vtiger_organizationdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_organizationdetails` DISABLE KEYS */;
INSERT INTO `vtiger_organizationdetails` VALUES (1,'vtiger','95, 12th Main Road, 3rd Block, Rajajinagar','Bangalore','Karnataka','India','560010','+91 9243602352','+91 9243602352','www.vtiger.com','image_2023_06_30T05_05_03_165Z.png',NULL,'');
/*!40000 ALTER TABLE `vtiger_organizationdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_organizationdetails_seq`
--
DROP TABLE IF EXISTS `vtiger_organizationdetails_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_organizationdetails_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_organizationdetails_seq`
--
LOCK TABLES `vtiger_organizationdetails_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_organizationdetails_seq` DISABLE KEYS */;
INSERT INTO `vtiger_organizationdetails_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_organizationdetails_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_othereventduration`
--
DROP TABLE IF EXISTS `vtiger_othereventduration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_othereventduration` (
`othereventdurationid` int(11) NOT NULL AUTO_INCREMENT,
`othereventduration` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`othereventdurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_othereventduration`
--
LOCK TABLES `vtiger_othereventduration` WRITE;
/*!40000 ALTER TABLE `vtiger_othereventduration` DISABLE KEYS */;
INSERT INTO `vtiger_othereventduration` VALUES (1,'5',0,1),(2,'10',1,1),(3,'30',2,1),(4,'60',3,1),(5,'120',4,1);
/*!40000 ALTER TABLE `vtiger_othereventduration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_othereventduration_seq`
--
DROP TABLE IF EXISTS `vtiger_othereventduration_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_othereventduration_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_othereventduration_seq`
--
LOCK TABLES `vtiger_othereventduration_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_othereventduration_seq` DISABLE KEYS */;
INSERT INTO `vtiger_othereventduration_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_othereventduration_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_parenttab`
--
DROP TABLE IF EXISTS `vtiger_parenttab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_parenttab` (
`parenttabid` int(11) NOT NULL,
`parenttab_label` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`sequence` int(11) NOT NULL,
`visible` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`parenttabid`),
KEY `parenttab_parenttabid_parenttabl_label_visible_idx` (`parenttabid`,`parenttab_label`,`visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_parenttab`
--
LOCK TABLES `vtiger_parenttab` WRITE;
/*!40000 ALTER TABLE `vtiger_parenttab` DISABLE KEYS */;
INSERT INTO `vtiger_parenttab` VALUES (1,'My Home Page',1,0),(2,'Marketing',2,0),(3,'Sales',3,0),(4,'Support',4,0),(5,'Analytics',5,0),(6,'Inventory',6,0),(7,'Tools',7,0),(8,'Settings',8,0);
/*!40000 ALTER TABLE `vtiger_parenttab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_parenttabrel`
--
DROP TABLE IF EXISTS `vtiger_parenttabrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_parenttabrel` (
`parenttabid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`sequence` int(11) NOT NULL,
KEY `parenttabrel_tabid_parenttabid_idx` (`tabid`,`parenttabid`),
KEY `fk_2_vtiger_parenttabrel` (`parenttabid`),
CONSTRAINT `fk_1_vtiger_parenttabrel` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE,
CONSTRAINT `fk_2_vtiger_parenttabrel` FOREIGN KEY (`parenttabid`) REFERENCES `vtiger_parenttab` (`parenttabid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_parenttabrel`
--
LOCK TABLES `vtiger_parenttabrel` WRITE;
/*!40000 ALTER TABLE `vtiger_parenttabrel` DISABLE KEYS */;
INSERT INTO `vtiger_parenttabrel` VALUES (1,9,2),(1,28,4),(1,3,1),(3,7,1),(3,6,2),(3,4,3),(3,2,4),(3,20,5),(3,22,6),(3,23,7),(3,19,8),(3,8,9),(4,13,1),(4,15,2),(4,6,3),(4,4,4),(4,8,5),(5,1,2),(5,25,1),(6,14,1),(6,18,2),(6,19,3),(6,21,4),(6,22,5),(6,20,6),(6,23,7),(7,24,1),(7,27,2),(7,8,3),(2,26,1),(2,6,2),(2,4,3),(2,28,4),(4,28,7),(2,7,5),(2,9,6),(4,9,8),(2,8,8),(3,9,11),(7,30,4),(7,30,5),(4,31,9),(4,31,10),(6,36,8),(6,36,9),(7,37,6),(7,37,7),(4,39,11),(4,39,12),(4,40,13),(4,40,14),(4,41,15),(4,41,16),(6,43,10),(6,43,11),(7,44,8),(7,44,9),(3,46,12),(3,46,13),(7,47,10),(7,47,11),(8,49,1),(8,49,2),(7,24,12),(7,27,13),(7,44,14),(7,47,15),(6,50,12),(6,51,13),(8,52,3),(8,52,4),(7,53,16),(7,53,17),(3,55,14),(3,55,15),(3,56,16),(3,56,17);
/*!40000 ALTER TABLE `vtiger_parenttabrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payment_status`
--
DROP TABLE IF EXISTS `vtiger_payment_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_payment_status` (
`payment_statusid` int(11) NOT NULL AUTO_INCREMENT,
`payment_status` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`payment_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payment_status`
--
LOCK TABLES `vtiger_payment_status` WRITE;
/*!40000 ALTER TABLE `vtiger_payment_status` DISABLE KEYS */;
INSERT INTO `vtiger_payment_status` VALUES (3,'Pending',1,519,1,'#ffffff'),(14,'In Progress',1,480,2,NULL),(15,'Failure',1,481,3,NULL),(16,'Received(Invoice)',1,482,4,NULL);
/*!40000 ALTER TABLE `vtiger_payment_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payment_status_seq`
--
DROP TABLE IF EXISTS `vtiger_payment_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_payment_status_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payment_status_seq`
--
LOCK TABLES `vtiger_payment_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_payment_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_payment_status_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_payment_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payments`
--
DROP TABLE IF EXISTS `vtiger_payments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_payments` (
`paymentsid` int(19) NOT NULL,
`age_related_class` varchar(100) DEFAULT NULL,
`contact_id` varchar(100) DEFAULT NULL,
`amount` decimal(13,2) DEFAULT NULL,
`pay_status` varchar(100) DEFAULT NULL,
`pay_mode` varchar(100) DEFAULT NULL,
`date_received` varchar(100) DEFAULT NULL,
`smownerid` int(19) DEFAULT NULL,
`conversion_rate` varchar(24) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`actual_amount_received` decimal(13,2) DEFAULT NULL,
`bank_charges` decimal(13,2) DEFAULT NULL,
`tax` decimal(13,2) DEFAULT NULL,
`payment_amount` decimal(13,2) DEFAULT NULL,
`inr_receive` varchar(24) DEFAULT NULL,
`usd_receive` varchar(24) DEFAULT NULL,
`description` decimal(13,2) DEFAULT NULL,
`region` varchar(100) DEFAULT NULL,
`mode` varchar(100) DEFAULT NULL,
`payment_status` varchar(100) DEFAULT NULL,
`payments_cloudid` varchar(24) DEFAULT NULL,
`payment_modified_time` varchar(255) DEFAULT NULL,
PRIMARY KEY (`paymentsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payments`
--
LOCK TABLES `vtiger_payments` WRITE;
/*!40000 ALTER TABLE `vtiger_payments` DISABLE KEYS */;
INSERT INTO `vtiger_payments` VALUES (18,'','0',0.00,'','','2023-06-14',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,NULL,NULL,NULL,NULL),(19,'','0',0.00,'','','2023-06-29',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,NULL,NULL,NULL,NULL),(20,'','0',0.00,'','','2023-06-29',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,NULL,NULL,NULL,NULL),(28,'','0',0.00,NULL,NULL,'2023-06-14',4,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(29,'','3',573957537.00,NULL,NULL,'2023-06-29',1,'10','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'Cheque','',NULL,NULL),(83,'56','50',10.00,NULL,NULL,'2023-07-05',1,'78','',10.00,0.00,0.00,0.00,'','',0.00,NULL,'','In Progress',NULL,NULL),(84,'56','50',10.00,NULL,NULL,'2023-07-05',1,'78','',10.00,0.00,0.00,0.00,'','',0.00,NULL,'','In Progress',NULL,NULL),(85,'56','50',10.00,NULL,NULL,'2023-07-05',1,'78','',10.00,0.00,0.00,0.00,'','',0.00,NULL,'','In Progress',NULL,NULL),(86,'56','50',10.00,NULL,NULL,'2023-07-05',1,'78','',10.00,0.00,0.00,0.00,'','',0.00,NULL,'','In Progress',NULL,NULL),(89,'88','65',120.00,NULL,NULL,'2023-07-15',1,'80','',100.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(91,'','0',12.00,NULL,NULL,'2023-07-05',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(92,'88','65',120.00,NULL,NULL,'2023-07-15',1,'78','',100.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(93,'41','0',152.00,NULL,NULL,'2023-07-15',1,'80','',100.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(96,'88','65',100.00,NULL,NULL,'2023-07-15',1,'80','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(98,'97','0',50.00,NULL,NULL,'2023-07-18',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(99,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(100,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(101,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(102,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(103,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(104,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(105,'97','0',100.00,NULL,NULL,'2023-07-19',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(106,'97','0',142.00,NULL,NULL,'2023-07-04',1,'','',100.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(108,'107','0',59.00,NULL,NULL,'2023-07-06',1,'','',20.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(111,'110','70',200.00,NULL,NULL,'2023-07-16',1,'81','',100.00,0.00,0.00,0.00,'','',0.00,NULL,'Other','In Progress',NULL,NULL),(120,'','0',0.00,NULL,NULL,NULL,1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','',NULL,NULL),(132,'130','0',10000.00,NULL,NULL,'2023-06-23',1,'82.01000','',9988.00,12.00,0.00,10000.00,'819116','9988',0.00,NULL,'','Received',NULL,NULL),(133,'130','0',10000.00,NULL,NULL,'2023-06-23',1,'82.01000','',9988.00,12.00,0.00,10000.00,'819116','9988',0.00,NULL,'','Received',NULL,NULL),(137,'','0',0.00,NULL,NULL,'2023-07-18',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','','',NULL),(138,'130','0',0.00,NULL,NULL,'2023-07-12',1,'','',0.00,0.00,0.00,0.00,'','',0.00,NULL,'','','',NULL);
/*!40000 ALTER TABLE `vtiger_payments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_paymentscf`
--
DROP TABLE IF EXISTS `vtiger_paymentscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_paymentscf` (
`paymentsid` int(19) NOT NULL,
PRIMARY KEY (`paymentsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_paymentscf`
--
LOCK TABLES `vtiger_paymentscf` WRITE;
/*!40000 ALTER TABLE `vtiger_paymentscf` DISABLE KEYS */;
INSERT INTO `vtiger_paymentscf` VALUES (20),(21),(22),(28),(29),(83),(84),(85),(86),(89),(91),(92),(93),(96),(98),(99),(100),(101),(102),(103),(104),(105),(106),(108),(111),(120),(132),(133),(137),(138);
/*!40000 ALTER TABLE `vtiger_paymentscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanager` (
`pbxmanagerid` int(11) NOT NULL AUTO_INCREMENT,
`direction` varchar(10) DEFAULT NULL,
`callstatus` varchar(20) DEFAULT NULL,
`starttime` datetime DEFAULT NULL,
`endtime` datetime DEFAULT NULL,
`totalduration` int(11) DEFAULT NULL,
`billduration` int(11) DEFAULT NULL,
`recordingurl` varchar(200) DEFAULT NULL,
`sourceuuid` varchar(100) DEFAULT NULL,
`gateway` varchar(20) DEFAULT NULL,
`customer` varchar(100) DEFAULT NULL,
`user` varchar(100) DEFAULT NULL,
`customernumber` varchar(100) DEFAULT NULL,
`customertype` varchar(100) DEFAULT NULL,
PRIMARY KEY (`pbxmanagerid`),
KEY `index_sourceuuid` (`sourceuuid`),
KEY `index_pbxmanager_id` (`pbxmanagerid`),
CONSTRAINT `fk_crmid_vtiger_pbxmanager` FOREIGN KEY (`pbxmanagerid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanager`
--
LOCK TABLES `vtiger_pbxmanager` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanager` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanager` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager_gateway`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager_gateway`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanager_gateway` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`gateway` varchar(20) DEFAULT NULL,
`parameters` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanager_gateway`
--
LOCK TABLES `vtiger_pbxmanager_gateway` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanager_gateway` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanager_gateway` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager_phonelookup`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager_phonelookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanager_phonelookup` (
`crmid` int(11) DEFAULT NULL,
`setype` varchar(30) DEFAULT NULL,
`fnumber` varchar(100) DEFAULT NULL,
`rnumber` varchar(100) DEFAULT NULL,
`fieldname` varchar(50) DEFAULT NULL,
UNIQUE KEY `unique_key` (`crmid`,`setype`,`fieldname`),
KEY `index_phone_number` (`fnumber`,`rnumber`),
CONSTRAINT `vtiger_pbxmanager_phonelookup_ibfk_1` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanager_phonelookup`
--
LOCK TABLES `vtiger_pbxmanager_phonelookup` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanager_phonelookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanager_phonelookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanagercf`
--
DROP TABLE IF EXISTS `vtiger_pbxmanagercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanagercf` (
`pbxmanagerid` int(11) NOT NULL,
PRIMARY KEY (`pbxmanagerid`),
CONSTRAINT `fk_pbxmanagerid_vtiger_pbxmanagercf` FOREIGN KEY (`pbxmanagerid`) REFERENCES `vtiger_pbxmanager` (`pbxmanagerid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pbxmanagercf`
--
LOCK TABLES `vtiger_pbxmanagercf` WRITE;
/*!40000 ALTER TABLE `vtiger_pbxmanagercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pbxmanagercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker` (
`templateid` int(11) NOT NULL,
`filename` varchar(100) NOT NULL,
`module` varchar(255) NOT NULL,
`body` longblob NOT NULL,
`description` text NOT NULL,
`deleted` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`templateid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker`
--
LOCK TABLES `vtiger_pdfmaker` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker` DISABLE KEYS */;
INSERT INTO `vtiger_pdfmaker` VALUES (1,'Invoice','Invoice',_binary '<html>\r\n<head>\r\n <title></title>\r\n <style>@import url(\'https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap\');</style>\r\n</head>\r\n<body>\r\n<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" style=\"width:100%;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"background: #7f7f7f;\"></td>\r\n <td style=\"background: #7f7f7f;\"></td>\r\n <td style=\"background: #7f7f7f;\"></td>\r\n <td colspan=\"4\" rowspan=\"1\" style=\"background: #7f7f7f;\"><img alt=\"\" src=\"https://crest.crmtiger.com//test/upload/images/crest.png\" style=\"width: 270px; height: 100px; float: right;\" /></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" rowspan=\"9\" style=\"background: #d9d9d9;\"><img alt=\"\" src=\"https://crest.crmtiger.com//test/upload/images/Screenshot_2.jpg\" style=\"width: 143px; height: 684px; float: right;\" /></td>\r\n <td style=\"padding-left:20px; color: #7f8c8d; font-family: \'Poppins\', sans-serif;\">\r\n <div>$R_INVOICE_BUSINESSENTITY_BUSINESS_ENTITY_NAME$<br />\r\n $R_INVOICE_BUSINESSENTITY_STREET_ADD_1$,<br />\r\n $R_INVOICE_BUSINESSENTITY_STREET_ADD_2$<br />\r\n $R_INVOICE_BUSINESSENTITY_CITY$, $R_INVOICE_BUSINESSENTITY_COUNTRY$<br />\r\n $R_INVOICE_BUSINESSENTITY_ZIP_CODE$ - $R_INVOICE_BUSINESSENTITY_COUNTRY$<br />\r\n <span>Ph:</span> $R_INVOICE_BUSINESSENTITY_BUSINESS_PHONE$<br />\r\n <span>Email:</span> $R_INVOICE_BUSINESSENTITY_EMAIL_ADDRESS$</div>\r\n </td>\r\n <td style=\"color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>Date : </span>$INVOICE_INVOICEDATE$<br />\r\n <span>Invoice # </span>$INVOICE_CDS_INVOICE_ID$<br />\r\n <br />\r\n <br />\r\n To,<br />\r\n <br />\r\n $R_ACCOUNTID_ACCOUNTNAME$<br />\r\n <br />\r\n $R_ACCOUNTID_BILL_STREET$<br />\r\n $R_ACCOUNTID_BILL_CITY$,<br />\r\n $R_ACCOUNTID_BILL_STATE$<br />\r\n $R_ACCOUNTID_BILL_COUNTRY$<br />\r\n <br />\r\n <span>Phone : </span>$R_ACCOUNTID_PHONE$<br />\r\n <span>Email : </span>$R_ACCOUNTID_EMAIL1$<br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" rowspan=\"1\" style=\"color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" rowspan=\"1\" style=\"padding-left:20px; color: #7f8c8d; font-family: \'Poppins\', sans-serif;\">\r\n <table color=\"black\" style=\"font-size:12px; border-collapse: collapse;\" width=\"100%\">\r\n <thead>\r\n <tr>\r\n <th style=\"padding: 8px;font-size: 14px; text-align: left; background:#a9a9a9 ;width:40%;border: 1px solid #BDB9B9;color: #FFF; font-family: \'Poppins\', sans-serif;\"><strong>%G_Description%</strong></th>\r\n <th style=\"padding: 8px;font-size: 14px; text-align: center; background:#a9a9a9 ;width:20%;border: 1px solid #BDB9B9;color: #FFF; font-family: \'Poppins\', sans-serif;\"><strong>%G_List Price%</strong></th>\r\n <th style=\"padding: 8px;font-size: 14px; text-align: center; background:#a9a9a9 ;width:15%;border: 1px solid #BDB9B9;color: #FFF; font-family: \'Poppins\', sans-serif;\"><strong>%G_Quantity%</strong></th>\r\n <th style=\"padding: 8px;font-size: 14px; text-align: center; background:#a9a9a9 ;width:15%;border: 1px solid #BDB9B9;color: #FFF; font-family: \'Poppins\', sans-serif;\"><strong>%G_Total%</strong></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td colspan=\"4\" style=\"padding: 4px 8px;border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>#PRODUCTBLOC_START#</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding: 4px 8px;text-align:left;border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\">\r\n <span>$PRODUCTTITLE$</span>\r\n <span>$PRODUCTEDITDESCRIPTION$</span></td>\r\n <td style=\"padding: 4px 8px;border: 1px solid #BDB9B9; color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>$PRODUCTLISTPRICE$ $CURRENCYSYMBOL$</span></td>\r\n <td style=\"padding: 4px 8px;border: 1px solid #BDB9B9; color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>$PRODUCTQUANTITY$</span></td>\r\n <td style=\"padding: 4px 8px;border: 1px solid #BDB9B9; color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>$PRODUCTSTOTALAFTERDISCOUNT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"padding: 4px 8px;border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>#PRODUCTBLOC_END#</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding: 4px 8px;text-align:right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n <td style=\"padding: 4px 8px;text-align:right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n <td style=\"padding: 4px 8px;background:white; border: 1px solid #BDB9B9; text-align: right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>%G_Subtotal%</span></td>\r\n <td style=\"padding: 4px 8px;border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>$TOTALWITHOUTVAT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding: 4px 8px;text-align:right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n <td style=\"padding: 4px 8px;text-align:right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n <td style=\"padding: 4px 8px;background:white; text-align: right; border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>%G_Tax% $VATPERCENT$%</span></td>\r\n <td style=\"padding: 4px 8px;border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>$VAT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding: 4px 8px;text-align:right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n <td style=\"padding: 4px 8px;text-align:right;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n <td style=\"padding: 4px 8px;background:white; text-align: right; border: 1px solid #BDB9B9;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span> %G_LBL_GRAND_TOTAL%</span></td>\r\n <td style=\"padding: 4px 8px;background:white; border: 1px solid #BDB9B9; color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><span>$TOTAL$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" rowspan=\"1\" style=\"color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"></td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding-left:20px;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\">PO#: 144154</td>\r\n <td style=\"color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><br />\r\n Make checks payable to “Crest Data Systems Private Limited”<br />\r\n THANK YOU FOR YOUR BUSINESS!<br />\r\n HSN# 998314<br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding-left:20px;color: #7f8c8d; font-family: \'Poppins\', sans-serif;\"><br />\r\n <strong style=\"font-weight: 900; color: #3f4546;\">Wire Transfer Remittance Details:</strong><br />\r\n <strong style=\"font-weight: 900; color: #3f4546;\">Contact Name: </strong>$R_CONTACTID_SALUTATIONTYPE$. $R_CONTACTID_FIRSTNAME$ $R_CONTACTID_LASTNAME$<br />\r\n <strong style=\"font-weight: 900; color: #3f4546;\">Contact Email: </strong>$R_CONTACTID_EMAIL$<br />\r\n <br />\r\n <strong style=\"font-weight: 900; color: #3f4546;\">Beneficiary Bank Information</strong><br />\r\n • Bank Name: Kotak USD<br />\r\n • Beneficiary Account Number: 6111400357<br />\r\n • Currency: USD<br />\r\n • Swift Code: KKBKINBBCPC<br />\r\n Note: Supply meant for Export under letter of undertaking without payment of integrated tax.<br />\r\n </td>\r\n <td></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n</body>\r\n</html>\r\n','Template for Invoice',0),(2,'SalesOrder','SalesOrder',_binary '<html>\r\n<head>\r\n <title></title>\r\n <style type=\"text/css\">body {\r\nfont-family: Calibri; font-size: 12px; \r\ncolor: #7f8c8d;\r\nbackground-image: url(\'https://vti-jjk.od2.vtiger.com/test/upload/images/crest.png\');\r\nbackground-repeat: no-repeat;\r\n}\r\n </style>\r\n <link href=\"https://cdsys.od2.vtiger.com//layouts/v9/skins/vtiger/custom_ckeditor_fonts.css\" id=\"v9FontStyle\" rel=\"stylesheet\" type=\"text/css\" />\r\n</head>\r\n<body autocomplete=\"off\" style=\"height: auto; min-height: auto;\"><br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n \r\n<div style=\"text-align:right;\"></div>\r\n<br />\r\n<br />\r\n<br />\r\n \r\n<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin-left:28%;width:90%;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"text-align:left;vertical-align:top;width:50%;\"><strong>{$RECORD.salesorder_id_cf_salesorder_businessentity}</strong><br />\r\n <br />\r\n 3031 Tisch Way Ste 602<br />\r\n San Jose, CA 95128 United States<br />\r\n Ph: +1 (408)-551-0051<br />\r\n Email: info@crestdatasys.com</td>\r\n <td style=\"vertical-align: top; width: 50%; text-align: right;\">Date: {$RECORD.invoicedate}<br />\r\n Invoice # {$RECORD.cf_invoice_cdsinvoiceid}</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align:left;vertical-align:top;width:50%;\"></td>\r\n <td style=\"text-align:left;vertical-align:top;width:50%;\"></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align:left;vertical-align:top;width:50%;\"></td>\r\n <td style=\"vertical-align: top; width: 50%; text-align: right;\">To,<br />\r\n {$RECORD.account_id_account_id}<br />\r\n {$RECORD.salesorder_id_account_id}<br />\r\n {$RECORD.contact_id}<br />\r\n {$RECORD.contact_id_mailingstreet}<br />\r\n {$RECORD.contact_id_mailingcity}<br />\r\n Email:{$RECORD.contact_id_email}<br />\r\n Ph: {$RECORD.contact_id_phone}</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<br />\r\n<br />\r\n <tr\"> </tr\">\r\n\r\n<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" style=\"border-collapse:collapse;border:0px solid gray;font-size:12px;margin-left:28%;table-layout:fixed;width:91%;\">\r\n <thead>\r\n <tr bgcolor=\"darkgray\">\r\n <td style=\"text-align: center; width: 8%;\"><span style=\"color:#ffffff;\"><strong>Qty</strong></span></td>\r\n <td style=\"text-align: center; width: 52%;\"><span style=\"color:#ffffff;\"><strong>Item Name</strong></span></td>\r\n <td style=\"text-align: center; width: 20%;\"><span style=\"color:#ffffff;\"><strong>Unit Price</strong></span></td>\r\n <td style=\"text-align: center; width: 20%;\"><span style=\"color:#ffffff;\"><strong>Line Total</strong></span></td>\r\n </tr>\r\n </thead>\r\n <!-- foreach item=LINEITEM from=$RECORD.LINEITEMS -->\r\n <tbody>\r\n <tr>\r\n <td style=\"vertical-align: top; overflow-wrap: break-word; text-align: center; border: 1px solid lightgray; border-collapse: collapse;\">{$LINEITEM.quantity}</td>\r\n <td style=\"vertical-align: top; overflow-wrap: break-word; border: 1px solid lightgray; border-collapse: collapse;\">{$LINEITEM.productName}</td>\r\n <td align=\"right\" style=\"text-align: right; vertical-align : top; word-wrap: break-word; border: 1px solid lightgray; border-collapse: collapse;\">{$RECORD.currency_symbol}{$LINEITEM.listprice}</td>\r\n <td align=\"right\" style=\"text-align: right; vertical-align : top; word-wrap: break-word; border: 1px solid lightgray; border-collapse: collapse;\">{$RECORD.currency_symbol}{$LINEITEM.netPrice}</td>\r\n </tr>\r\n <!-- /foreach -->\r\n <tr>\r\n <td colspan=\"2\" style=\"word-wrap: break-word; text-align: right; border: 1px solid lightgray; border-collapse: collapse;\"> </td>\r\n <td style=\"word-wrap: break-word; text-align: right; border: 1px solid lightgray; border-collapse: collapse;\"> </td>\r\n <td style=\"text-align: right; word-wrap: break-word; border: 1px solid lightgray; border-collapse: collapse;\"> </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"word-wrap: break-word; text-align: right;border:0px solid white;\"></td>\r\n <td style=\"word-wrap: break-word; text-align: right; border: 1px solid lightgray; border-collapse: collapse;\">Subtotal</td>\r\n <td style=\"text-align: right; word-wrap: break-word;border: 1px solid lightgray; border-collapse: collapse;\">{$RECORD.currency_symbol} {$RECORD.hdnSubTotal}</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"word-wrap: break-word; text-align: right;border:0px solid white;\"></td>\r\n <td style=\"word-wrap: break-word; text-align: right; border: 1px solid lightgray; border-collapse: collapse;\">Tax</td>\r\n <td style=\"text-align: right; word-wrap: break-word; border: 1px solid lightgray; border-collapse: collapse;\">{$RECORD.currency_symbol}{$RECORD.tax_totalamount}</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"word-wrap: break-word; text-align: right; border:0px solid white;\"></td>\r\n <td style=\"word-wrap: break-word; text-align: right; border: 1px solid lightgray; border-collapse: collapse; \">Total</td>\r\n <td style=\"text-align: right; word-wrap: break-word;border: 1px solid lightgray; border-collapse: collapse;\"><strong>{$RECORD.currency_symbol}</strong><strong style=\" word-wrap: break-word;\"> {$RECORD.hdnGrandTotal}</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table border=\"0\" cellpadding=\"5\" style=\"border-collapse:collapse;border:0px solid #cccccc;font-size:12px;margin-left:28%;table-layout:fixed;width:93%;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"vertical-align: top; width:20%;\"><strong><span style=\"font-size:11px;\">PO#:</span>{$RECORD.salesorder_id_cf_salesorder_po}</strong></td>\r\n <td style=\"text-align: right;width:80%;\"><br />\r\n <span style=\"font-size:11px;\">Make checks payable to “ Nimble Data Technologies, Inc.”<br />\r\n <br />\r\n THANK YOU FOR YOUR BUSINESS!</span><br />\r\n <br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\"><strong> <br />\r\n <br />\r\n <br />\r\n Wire Transfer Remittance Details:<br />\r\n <br />\r\n <span style=\"font-size:11px;\">Contact Name:</span></strong><span style=\"font-size:11px;\"> Malhar Shah<br />\r\n <strong>Contact Email:</strong> malhar@crestdatasys.com<br />\r\n <br />\r\n <strong>Beneficiary Bank Information</strong><br />\r\n • Bank Name: Bank of America (California)<br />\r\n • Beneficiary Account Number: </span>3250 3627 1630<br />\r\n <span style=\"font-size:11px;\">• Currency: USD<br />\r\n • Swift Code: BOFAUS3N<br />\r\n • Bank Routing Number: </span>121000358</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<grammarly-desktop-integration data-grammarly-shadow-root=\"true\"></grammarly-desktop-integration></body>\r\n</html>\r\n','Template for SalesOrder',0),(3,'PurchaseOrder','PurchaseOrder',_binary '<html>\r\n<head>\r\n <title></title>\r\n</head>\r\n<body>\r\n<style type=\"text/css\">@font-face {\r\n font-family: SourceSansPro;\r\n src: url(SourceSansPro-Regular.ttf);\r\n font-family: Ubuntu;\r\n}\r\n\r\n.clearfix:after {\r\n content: \"\";\r\n display: table;\r\n clear: both;\r\n}\r\n\r\na {\r\n color: #1B9BB8;\r\n text-decoration: none;\r\n}\r\n\r\n{\r\n color: #555555;\r\n background: #FFFFFF;\r\n font-size: 14px;\r\n font-family: SourceSansPro;\r\n}\r\n\r\n#header {\r\n padding: 10px 0;\r\n margin-bottom: 0px;\r\n border-bottom: 1px solid #AAAAAA;\r\n}\r\n\r\n#logo {\r\n float:left;\r\n margin: 0px;\r\n width: 250px;\r\n}\r\n\r\n#logo img {\r\n height: 70px;\r\n}\r\n\r\n#company {\r\n float:left;\r\n text-align: left;\r\n width:350px;\r\n}\r\n\r\n#details {\r\n margin-bottom: 15px;\r\n padding-top: 30px;\r\n}\r\n\r\n#client {\r\n padding-left: 6px;\r\n border-left: 6px solid #1B9BB8;\r\n float: left;\r\n width: 420px;\r\n}\r\n#client2 {\r\n padding-left: 6px;\r\n border-left: 6px solid #BDB9B9;;\r\n float: left;\r\n width: 420px;\r\n\r\n}\r\n\r\n#client .to {\r\n color: #939598;\r\n}\r\n#client2 .to {\r\n color: black;\r\n}\r\n\r\nh2.name {\r\n font-size: 1.4em;\r\n font-weight: bold;\r\n margin: 0;\r\n}\r\n\r\n#invoice {\r\n float: right;\r\n text-align: right;\r\n}\r\n#invoice2 {\r\n float: right;\r\n text-align: right;\r\n\r\n}\r\n\r\n#invoice h1, h1 {\r\n float: right;\r\n color: #1B9BB8;\r\n font-size: 2em;\r\n line-height: 2.2em;\r\n font-weight: bold;\r\n margin: 0px;\r\n padding: 0px;\r\n}\r\n#invoice2 h1, h1 {\r\n float: right;\r\n color: #1B9BB8;\r\n font-size: 2em;\r\n line-height: 2.2em;\r\n font-weight: bold;\r\n margin: 0px;\r\n padding: 0px;\r\n}\r\n\r\n#invoice .info {\r\n font-size: 0.8em;\r\n}\r\n#invoice2 .info {\r\n font-size: 0.8em;\r\n}\r\n\r\ntable {\r\n width: 100%;\r\n border-collapse: collapse;\r\n border-spacing: 0;\r\n margin-bottom: 20px;\r\n}\r\n\r\ntable th,\r\ntable td {\r\n padding: 10px 10px;\r\n background: #EEEEEE;\r\n text-align: center;\r\n border-bottom: 1px solid #FFFFFF;\r\n}\r\n\r\ntable th {\r\n white-space: nowrap;\r\n font-weight: normal;\r\n}\r\n\r\ntable td {\r\n text-align: right;\r\n}\r\n\r\ntable td h3{\r\n color: #1B9BB8;\r\n font-size: 10px;\r\n font-weight: normal;\r\n margin: 0 0 0.2em 0;\r\n}\r\n\r\ntable .no {\r\n color: #FFFFFF;\r\n font-size: 1.2em;\r\n background: #1B9BB8;\r\n}\r\n\r\ntable .desc {\r\n text-align: left;\r\n}\r\n\r\ntable .unit {\r\n background: #DDDDDD;\r\n}\r\n\r\ntable .qty {\r\n text-align: center;\r\n}\r\n\r\ntable .total {\r\n background: #1B9BB8;\r\n color: #FFFFFF;\r\n}\r\n\r\ntable td.unit,\r\ntable td.qty,\r\ntable td.total {\r\n font-size: 1 em;\r\n}\r\n\r\ntable tbody tr:last-child td {\r\n border: none;\r\n}\r\n\r\ntable tfoot td {\r\n padding: 10px;\r\n font-size: 1.2em;\r\n background: #FFFFFF;\r\n border-bottom: none;\r\n white-space: nowrap;\r\n border-top: 1px solid #AAAAAA;\r\n}\r\n\r\ntable tfoot .border-none-top {\r\n border-top: none;\r\n}\r\n\r\ntable tfoot .grand-total {\r\n padding: 10px 7px;\r\n color: #1B9BB8;\r\n font-size: 1.3em;\r\n border-top: 1px solid #1B9BB8;\r\n font-weight:bold\r\n}\r\n\r\ntable tfoot .border-none {\r\n border: none;\r\n}\r\n\r\n#pdf_tag{\r\n font-size: 1.1em;\r\n margin: 30px 0px 15px 0px;\r\n}\r\n\r\n#notices{\r\n padding-left: 6px;\r\n border-left: 6px solid #1B9BB8;\r\n}\r\n\r\n#notices .notice {\r\n font-size: 1.2em;\r\n}\r\n\r\n.footer, .footer td {\r\n background-color:#FFFFFF;\r\n color: #939598;\r\n border: none;\r\n border-top: 1px solid #AAAAAA;\r\n font-size: 0.9em;\r\n padding: 10px 0;\r\n}\r\n\r\n.header, .header td {\r\n background-color:#FFFFFF;\r\n border: none;\r\n border-bottom: 1px solid #AAAAAA;\r\n margin:0px;\r\n padding:0px;\r\n}\r\n</style>\r\n<div id=\"details\">\r\n<div id=\"client2\">\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-weight: bold;\">$PURCHASEORDER_VENDOR_ID$</span></p>\r\n$PURCHASEORDER_BILL_STREET$<br />\r\n$PURCHASEORDER_BILL_CODE$ $PURCHASEORDER_BILL_CITY$<br />\r\n$PURCHASEORDER_BILL_STATE$<br />\r\n<br />\r\n<br />\r\n<br />\r\n </div>\r\n\r\n<div id=\"invoice2\">\r\n<div class=\"info\">\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-weight: bold;\">$COMPANY_NAME$</span></p>\r\n\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\">$COMPANY_ADDRESS$<br />\r\n$COMPANY_ZIP$ $COMPANY_CITY$<br />\r\n$COMPANY_COUNTRY$</p>\r\n\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\">%COMPANY_PHONE% $COMPANY_PHONE$<br />\r\n%COMPANY_FAX% $COMPANY_FAX$<br />\r\n<br />\r\n$COMPANY_WEBSITE$<br />\r\n<br />\r\n%PURCHASEORDER_DUEDATE%: $PURCHASEORDER_DUEDATE$</p>\r\n<br />\r\n </div>\r\n</div>\r\n</div>\r\n\r\n<div id=\"pdf_tag\"></div>\r\n\r\n<table border=\"0\" color=\"black\" style=\"font-size:10px;\" width=\"100%\">\r\n <thead>\r\n <tr>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9; width:5%\"></th>\r\n <th style=\"text-align: left;color: white;font-weight: 600;background:#BDB9B9;width:45%;border-right:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_Description%</strong></span></span></th>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9;width:15%;border-right:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_List Price%</strong></span></span></th>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9;width:15%;border-right:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_Quantity%</strong></span></span></th>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9;width:15%\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_Total%</strong></span></span></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td colspan=\"5\"><span style=\"font-family:verdana,geneva,sans-serif;\">#PRODUCTBLOC_START#</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"background:#BDB9B9;border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTPOSITION$</span></td>\r\n <td style=\"text-align:left; border-bottom:2px solid white;border-right:2px solid white;\">\r\n <h3><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTTITLE$</span></h3>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTEDITDESCRIPTION$</span></td>\r\n <td style=\"border-right:2px solid white;border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTLISTPRICE$ $CURRENCYSYMBOL$</span></td>\r\n <td style=\"border-right:2px solid white;border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTQUANTITY$</span></td>\r\n <td style=\"border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><strong>$PRODUCTSTOTALAFTERDISCOUNT$ $CURRENCYSYMBOL$</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"5\"><span style=\"font-family:verdana,geneva,sans-serif;\">#PRODUCTBLOC_END#</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"5\" style=\"background:white\"></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:1px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_Subtotal%</span></td>\r\n <td style=\"background:#BDB9B9;\"><span style=\"font-family:verdana,geneva,sans-serif;\">$TOTALWITHOUTVAT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:1px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_LBL_DISCOUNT%</span></td>\r\n <td style=\"background:#BDB9B9;\"><span style=\"font-family:verdana,geneva,sans-serif;\">$TOTALDISCOUNT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:1px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_Total%</span></td>\r\n <td style=\"background:#BDB9B9;\"><span style=\"font-family:verdana,geneva,sans-serif;\">$TOTALAFTERDISCOUNT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:2px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_Tax% $VATPERCENT$%</span></td>\r\n <td style=\"background:#BDB9B9;;border-bottom:2px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">$VAT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white;\"><strong> %G_LBL_GRAND_TOTAL%</strong></td>\r\n <td style=\"background:white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"font-size:12px;\"><strong>$TOTAL$ $CURRENCYSYMBOL$</strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<div id=\"details\">\r\n<div id=\"client2\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PURCHASEORDER_TERMS_CONDITIONS$</span></div>\r\n\r\n<div id=\"invoice\"><br />\r\n<br />\r\n<br />\r\n<br />\r\n<span style=\"font-family:verdana,geneva,sans-serif;\">____________________________</span><br />\r\n$R_USERS_FIRST_NAME$ $R_USERS_LAST_NAME$</div>\r\n</div>\r\n</body>\r\n</html>\r\n','Template for PurchaseOrder',0),(4,'Quotes','Quotes',_binary '<html>\r\n<head>\r\n <title></title>\r\n</head>\r\n<body>\r\n<style type=\"text/css\">@font-face {\r\n font-family: SourceSansPro;\r\n src: url(SourceSansPro-Regular.ttf);\r\n font-family: Ubuntu;\r\n}\r\n\r\n.clearfix:after {\r\n content: \"\";\r\n display: table;\r\n clear: both;\r\n}\r\n\r\na {\r\n color: #1B9BB8;\r\n text-decoration: none;\r\n}\r\n\r\n{\r\n color: #555555;\r\n background: #FFFFFF;\r\n font-size: 14px;\r\n font-family: SourceSansPro;\r\n}\r\n\r\n#header {\r\n padding: 10px 0;\r\n margin-bottom: 0px;\r\n border-bottom: 1px solid #AAAAAA;\r\n}\r\n\r\n#logo {\r\n float:left;\r\n margin: 0px;\r\n width: 250px;\r\n}\r\n\r\n#logo img {\r\n height: 70px;\r\n}\r\n\r\n#company {\r\n float:left;\r\n text-align: left;\r\n width:350px;\r\n}\r\n\r\n#details {\r\n margin-bottom: 15px;\r\n padding-top: 30px;\r\n}\r\n\r\n#client {\r\n padding-left: 6px;\r\n border-left: 6px solid #1B9BB8;\r\n float: left;\r\n width: 420px;\r\n}\r\n#client2 {\r\n padding-left: 6px;\r\n border-left: 6px solid #BDB9B9;;\r\n float: left;\r\n width: 420px;\r\n\r\n}\r\n\r\n#client .to {\r\n color: #939598;\r\n}\r\n#client2 .to {\r\n color: black;\r\n}\r\n\r\nh2.name {\r\n font-size: 1.4em;\r\n font-weight: bold;\r\n margin: 0;\r\n}\r\n\r\n#invoice {\r\n float: right;\r\n text-align: right;\r\n}\r\n#invoice2 {\r\n float: right;\r\n text-align: right;\r\n\r\n}\r\n\r\n#invoice h1, h1 {\r\n float: right;\r\n color: #1B9BB8;\r\n font-size: 2em;\r\n line-height: 2.2em;\r\n font-weight: bold;\r\n margin: 0px;\r\n padding: 0px;\r\n}\r\n#invoice2 h1, h1 {\r\n float: right;\r\n color: #1B9BB8;\r\n font-size: 2em;\r\n line-height: 2.2em;\r\n font-weight: bold;\r\n margin: 0px;\r\n padding: 0px;\r\n}\r\n\r\n#invoice .info {\r\n font-size: 0.8em;\r\n}\r\n#invoice2 .info {\r\n font-size: 0.8em;\r\n}\r\n\r\ntable {\r\n width: 100%;\r\n border-collapse: collapse;\r\n border-spacing: 0;\r\n margin-bottom: 20px;\r\n}\r\n\r\ntable th,\r\ntable td {\r\n padding: 10px 10px;\r\n background: #EEEEEE;\r\n text-align: center;\r\n border-bottom: 1px solid #FFFFFF;\r\n}\r\n\r\ntable th {\r\n white-space: nowrap;\r\n font-weight: normal;\r\n}\r\n\r\ntable td {\r\n text-align: right;\r\n}\r\n\r\ntable td h3{\r\n color: #1B9BB8;\r\n font-size: 10px;\r\n font-weight: normal;\r\n margin: 0 0 0.2em 0;\r\n}\r\n\r\ntable .no {\r\n color: #FFFFFF;\r\n font-size: 1.2em;\r\n background: #1B9BB8;\r\n}\r\n\r\ntable .desc {\r\n text-align: left;\r\n}\r\n\r\ntable .unit {\r\n background: #DDDDDD;\r\n}\r\n\r\ntable .qty {\r\n text-align: center;\r\n}\r\n\r\ntable .total {\r\n background: #1B9BB8;\r\n color: #FFFFFF;\r\n}\r\n\r\ntable td.unit,\r\ntable td.qty,\r\ntable td.total {\r\n font-size: 1 em;\r\n}\r\n\r\ntable tbody tr:last-child td {\r\n border: none;\r\n}\r\n\r\ntable tfoot td {\r\n padding: 10px;\r\n font-size: 1.2em;\r\n background: #FFFFFF;\r\n border-bottom: none;\r\n white-space: nowrap;\r\n border-top: 1px solid #AAAAAA;\r\n}\r\n\r\ntable tfoot .border-none-top {\r\n border-top: none;\r\n}\r\n\r\ntable tfoot .grand-total {\r\n padding: 10px 7px;\r\n color: #1B9BB8;\r\n font-size: 1.3em;\r\n border-top: 1px solid #1B9BB8;\r\n font-weight:bold\r\n}\r\n\r\ntable tfoot .border-none {\r\n border: none;\r\n}\r\n\r\n#pdf_tag{\r\n font-size: 1.1em;\r\n margin: 30px 0px 15px 0px;\r\n}\r\n\r\n#notices{\r\n padding-left: 6px;\r\n border-left: 6px solid #1B9BB8;\r\n}\r\n\r\n#notices .notice {\r\n font-size: 1.2em;\r\n}\r\n\r\n.footer, .footer td {\r\n background-color:#FFFFFF;\r\n color: #939598;\r\n border: none;\r\n border-top: 1px solid #AAAAAA;\r\n font-size: 0.9em;\r\n padding: 10px 0;\r\n}\r\n\r\n.header, .header td {\r\n background-color:#FFFFFF;\r\n border: none;\r\n border-bottom: 1px solid #AAAAAA;\r\n margin:0px;\r\n padding:0px;\r\n}\r\n</style>\r\n<div id=\"details\">\r\n<div id=\"client2\">\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-weight: bold;\">$QUOTES_ACCOUNT_ID$</span></p>\r\n$QUOTES_BILL_STREET$<br />\r\n$QUOTES_BILL_CODE$ $QUOTES_BILL_CITY$<br />\r\n$QUOTES_BILL_STATE$<br />\r\n<br />\r\n<br />\r\n<br />\r\n </div>\r\n\r\n<div id=\"invoice2\">\r\n<div class=\"info\">\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-weight: bold;\">$COMPANY_NAME$</span></p>\r\n\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\">$COMPANY_ADDRESS$<br />\r\n$COMPANY_ZIP$ $COMPANY_CITY$<br />\r\n$COMPANY_COUNTRY$</p>\r\n\r\n<p style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\">%COMPANY_PHONE% $COMPANY_PHONE$<br />\r\n%COMPANY_FAX% $COMPANY_FAX$<br />\r\n<br />\r\n$COMPANY_WEBSITE$</p>\r\n<br />\r\n </div>\r\n</div>\r\n</div>\r\n\r\n<div id=\"pdf_tag\"></div>\r\n\r\n<table border=\"0\" color=\"black\" style=\"font-size:10px;\" width=\"100%\">\r\n <thead>\r\n <tr>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9; width:5%\"></th>\r\n <th style=\"text-align: left;color: white;font-weight: 600;background:#BDB9B9;width:45%;border-right:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_Description%</strong></span></span></th>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9;width:15%;border-right:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_List Price%</strong></span></span></th>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9;width:15%;border-right:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_Quantity%</strong></span></span></th>\r\n <th style=\"text-align: center;color: white;font-weight: 600;background:#BDB9B9;width:15%\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#000000;\"><strong>%G_Total%</strong></span></span></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td colspan=\"5\"><span style=\"font-family:verdana,geneva,sans-serif;\">#PRODUCTBLOC_START#</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"background:#BDB9B9;border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTPOSITION$</span></td>\r\n <td style=\"text-align:left; border-bottom:2px solid white;border-right:2px solid white;\">\r\n <h3><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTTITLE$</span></h3>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTEDITDESCRIPTION$</span></td>\r\n <td style=\"border-right:2px solid white;border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTLISTPRICE$ $CURRENCYSYMBOL$</span></td>\r\n <td style=\"border-right:2px solid white;border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\">$PRODUCTQUANTITY$</span></td>\r\n <td style=\"border-bottom:2px solid white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><strong>$PRODUCTSTOTALAFTERDISCOUNT$ $CURRENCYSYMBOL$</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"5\"><span style=\"font-family:verdana,geneva,sans-serif;\">#PRODUCTBLOC_END#</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"5\" style=\"background:white\"></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:1px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_Subtotal%</span></td>\r\n <td style=\"background:#BDB9B9;\"><span style=\"font-family:verdana,geneva,sans-serif;\">$TOTALWITHOUTVAT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:1px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_LBL_DISCOUNT%</span></td>\r\n <td style=\"background:#BDB9B9;\"><span style=\"font-family:verdana,geneva,sans-serif;\">$TOTALDISCOUNT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:1px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_Total%</span></td>\r\n <td style=\"background:#BDB9B9;\"><span style=\"font-family:verdana,geneva,sans-serif;\">$TOTALAFTERDISCOUNT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white; border-bottom:2px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">%G_Tax% $VATPERCENT$%</span></td>\r\n <td style=\"background:#BDB9B9;;border-bottom:2px solid #BDB9B9\"><span style=\"font-family:verdana,geneva,sans-serif;\">$VAT$ $CURRENCYSYMBOL$</span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"background:white;\"><strong> %G_LBL_GRAND_TOTAL%</strong></td>\r\n <td style=\"background:white\"><span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"font-size:12px;\"><strong>$TOTAL$ $CURRENCYSYMBOL$</strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<div id=\"details\">\r\n<div id=\"client2\"><span style=\"font-family:verdana,geneva,sans-serif;\">$QUOTES_TERMS_CONDITIONS$</span></div>\r\n\r\n<div id=\"invoice\"><br />\r\n<br />\r\n<br />\r\n<br />\r\n<span style=\"font-family:verdana,geneva,sans-serif;\">____________________________</span><br />\r\n$R_USERS_FIRST_NAME$ $R_USERS_LAST_NAME$</div>\r\n</div>\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n </body>\r\n</html>\r\n','Templates for Quotes',0);
/*!40000 ALTER TABLE `vtiger_pdfmaker` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_breakline`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_breakline`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_breakline` (
`crmid` int(11) NOT NULL,
`productid` int(11) NOT NULL,
`sequence` int(11) NOT NULL,
`show_header` tinyint(1) NOT NULL DEFAULT '0',
`show_subtotal` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`productid`,`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_breakline`
--
LOCK TABLES `vtiger_pdfmaker_breakline` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_breakline` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pdfmaker_breakline` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_ignorepicklistvalues`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_ignorepicklistvalues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_ignorepicklistvalues` (
`value` varchar(100) NOT NULL,
PRIMARY KEY (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_ignorepicklistvalues`
--
LOCK TABLES `vtiger_pdfmaker_ignorepicklistvalues` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_ignorepicklistvalues` DISABLE KEYS */;
INSERT INTO `vtiger_pdfmaker_ignorepicklistvalues` VALUES ('');
/*!40000 ALTER TABLE `vtiger_pdfmaker_ignorepicklistvalues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_images`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_images`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_images` (
`crmid` int(11) NOT NULL,
`productid` int(11) NOT NULL,
`sequence` int(11) NOT NULL,
`attachmentid` int(11) NOT NULL,
`width` int(11) DEFAULT NULL,
`height` int(11) DEFAULT NULL,
PRIMARY KEY (`crmid`,`productid`,`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_images`
--
LOCK TABLES `vtiger_pdfmaker_images` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pdfmaker_images` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_productbloc_tpl`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_productbloc_tpl`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_productbloc_tpl` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`body` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_productbloc_tpl`
--
LOCK TABLES `vtiger_pdfmaker_productbloc_tpl` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_productbloc_tpl` DISABLE KEYS */;
INSERT INTO `vtiger_pdfmaker_productbloc_tpl` VALUES (1,'Product block for group tax','<table border=\"1\" cellpadding=\"3\" cellspacing=\"0\" style=\"font-size:10px;\" width=\"100%\">\r\n <thead>\r\n <tr bgcolor=\"#c0c0c0\">\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>Pos</strong></span></td>\r\n <td colspan=\"2\" style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_Qty%</strong></span></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><span style=\"font-weight: bold;\">Text</span></span></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_LBL_LIST_PRICE%<br />\r\n </strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <strong>%G_Subtotal%</strong></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_Discount%</strong></span></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>%M_Total%</strong></span></td>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td colspan=\"8\">\r\n #PRODUCTBLOC_START#</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center; vertical-align: top;\">\r\n $PRODUCTPOSITION$</td>\r\n <td align=\"right\" valign=\"top\">\r\n $PRODUCTQUANTITY$</td>\r\n <td align=\"left\" style=\"TEXT-ALIGN: center\" valign=\"top\">\r\n $PRODUCTUSAGEUNIT$</td>\r\n <td align=\"left\" valign=\"top\">\r\n $PRODUCTNAME$</td>\r\n <td align=\"right\" style=\"text-align: right;\" valign=\"top\">\r\n $PRODUCTLISTPRICE$</td>\r\n <td align=\"right\" style=\"TEXT-ALIGN: right\" valign=\"top\">\r\n $PRODUCTTOTAL$</td>\r\n <td align=\"right\" style=\"TEXT-ALIGN: right\" valign=\"top\">\r\n $PRODUCTDISCOUNT$</td>\r\n <td align=\"right\" style=\"text-align: right;\" valign=\"top\">\r\n $PRODUCTSTOTALAFTERDISCOUNT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"8\">\r\n #PRODUCTBLOC_END#</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n <span>%G_LBL_NET_PRICE% without TAX</span></td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $TOTALWITHOUTVAT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n %G_Discount%</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $TOTALDISCOUNT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n Total without TAX</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $TOTALAFTERDISCOUNT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"text-align: left;\">\r\n %G_Tax% $VATPERCENT$ % %G_LBL_LIST_OF% $TOTALAFTERDISCOUNT$</td>\r\n <td style=\"text-align: right;\">\r\n $VAT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"text-align: left;\">\r\n Total with TAX</td>\r\n <td style=\"text-align: right;\">\r\n $TOTALWITHVAT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"text-align: left;\">\r\n %G_LBL_SHIPPING_AND_HANDLING_CHARGES%</td>\r\n <td style=\"text-align: right;\">\r\n $SHTAXAMOUNT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n %G_LBL_TAX_FOR_SHIPPING_AND_HANDLING%</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $SHTAXTOTAL$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n %G_Adjustment%</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $ADJUSTMENT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n <span style=\"font-weight: bold;\">%G_LBL_GRAND_TOTAL% </span><strong>($CURRENCYCODE$)</strong></td>\r\n <td nowrap=\"nowrap\" style=\"TEXT-ALIGN: right\">\r\n <strong>$TOTAL$</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(2,'Product block for individual tax','<table border=\"1\" cellpadding=\"3\" cellspacing=\"0\" style=\"font-size:10px;\" width=\"100%\">\r\n <thead>\r\n <tr bgcolor=\"#c0c0c0\">\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>Pos</strong></span></td>\r\n <td colspan=\"2\" style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_Qty%</strong></span></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><span style=\"font-weight: bold;\">Text</span></span></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_LBL_LIST_PRICE%<br />\r\n </strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <strong>%G_Subtotal%</strong></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_Discount%</strong></span></td>\r\n <td style=\"TEXT-ALIGN: center\">\r\n <span><strong>%G_LBL_NET_PRICE%<br />\r\n without TAX<br />\r\n </strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span><strong>%G_Tax% (%)</strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span><strong>%G_Tax%</strong> (<strong>$CURRENCYCODE$</strong>)</span></td>\r\n <td style=\"text-align: center;\">\r\n <span><strong>%M_Total%</strong></span></td>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td colspan=\"11\">\r\n #PRODUCTBLOC_START#</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center; vertical-align: top;\">\r\n $PRODUCTPOSITION$</td>\r\n <td align=\"right\" valign=\"top\">\r\n $PRODUCTQUANTITY$</td>\r\n <td align=\"left\" style=\"TEXT-ALIGN: center\" valign=\"top\">\r\n $PRODUCTUSAGEUNIT$</td>\r\n <td align=\"left\" valign=\"top\">\r\n $PRODUCTNAME$</td>\r\n <td align=\"right\" style=\"text-align: right;\" valign=\"top\">\r\n $PRODUCTLISTPRICE$</td>\r\n <td align=\"right\" style=\"TEXT-ALIGN: right\" valign=\"top\">\r\n $PRODUCTTOTAL$</td>\r\n <td align=\"right\" style=\"TEXT-ALIGN: right\" valign=\"top\">\r\n $PRODUCTDISCOUNT$</td>\r\n <td align=\"right\" style=\"text-align: right;\" valign=\"top\">\r\n $PRODUCTSTOTALAFTERDISCOUNT$</td>\r\n <td align=\"right\" style=\"text-align: right;\" valign=\"top\">\r\n $PRODUCTVATPERCENT$</td>\r\n <td align=\"right\" style=\"text-align: right;\" valign=\"top\">\r\n $PRODUCTVATSUM$</td>\r\n <td align=\"right\" style=\"TEXT-ALIGN: right\" valign=\"top\">\r\n $PRODUCTTOTALSUM$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"11\">\r\n #PRODUCTBLOC_END#</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"7\" style=\"TEXT-ALIGN: left\">\r\n Subtotals</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n <span style=\"text-align: right; \">$TOTALWITHOUTVAT$</span></td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n </td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n <span style=\"text-align: right; \">$VAT$</span></td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $SUBTOTAL$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"TEXT-ALIGN: left\">\r\n %G_Discount%</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $TOTALDISCOUNT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"TEXT-ALIGN: left\">\r\n Total with TAX</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $TOTALWITHVAT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"text-align: left;\">\r\n %G_LBL_SHIPPING_AND_HANDLING_CHARGES%</td>\r\n <td style=\"text-align: right;\">\r\n $SHTAXAMOUNT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"TEXT-ALIGN: left\">\r\n %G_LBL_TAX_FOR_SHIPPING_AND_HANDLING%</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $SHTAXTOTAL$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"TEXT-ALIGN: left\">\r\n %G_Adjustment%</td>\r\n <td style=\"TEXT-ALIGN: right\">\r\n $ADJUSTMENT$</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"TEXT-ALIGN: left\">\r\n <span style=\"font-weight: bold;\">%G_LBL_GRAND_TOTAL% </span><strong>($CURRENCYCODE$)</strong></td>\r\n <td nowrap=\"nowrap\" style=\"TEXT-ALIGN: right\">\r\n <strong>$TOTAL$</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n');
/*!40000 ALTER TABLE `vtiger_pdfmaker_productbloc_tpl` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_releases`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_releases`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_releases` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`version` varchar(10) NOT NULL,
`date` datetime NOT NULL,
`updated` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_releases`
--
LOCK TABLES `vtiger_pdfmaker_releases` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_releases` DISABLE KEYS */;
INSERT INTO `vtiger_pdfmaker_releases` VALUES (1,'0.10','2023-06-30 10:35:31',1);
/*!40000 ALTER TABLE `vtiger_pdfmaker_releases` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_seq`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_seq` (
`id` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_seq`
--
LOCK TABLES `vtiger_pdfmaker_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_seq` DISABLE KEYS */;
INSERT INTO `vtiger_pdfmaker_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_pdfmaker_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pdfmaker_settings`
--
DROP TABLE IF EXISTS `vtiger_pdfmaker_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pdfmaker_settings` (
`templateid` int(11) NOT NULL,
`margin_top` decimal(12,1) DEFAULT NULL,
`margin_bottom` decimal(12,1) DEFAULT NULL,
`margin_left` decimal(12,1) DEFAULT NULL,
`margin_right` decimal(12,1) DEFAULT NULL,
`format` varchar(255) NOT NULL DEFAULT 'A4',
`orientation` varchar(255) NOT NULL DEFAULT 'portrait',
`decimals` tinyint(2) NOT NULL,
`decimal_point` char(2) NOT NULL,
`thousands_separator` char(2) NOT NULL,
`header` text NOT NULL,
`footer` text NOT NULL,
`encoding` varchar(20) NOT NULL DEFAULT 'auto',
`file_name` varchar(255) DEFAULT NULL,
`is_portal` tinyint(1) NOT NULL DEFAULT '0',
`is_listview` tinyint(1) NOT NULL DEFAULT '0',
`owner` int(11) NOT NULL DEFAULT '1',
`sharingtype` char(7) NOT NULL DEFAULT 'public',
`disp_header` tinyint(1) NOT NULL DEFAULT '3',
`disp_footer` tinyint(1) NOT NULL DEFAULT '7',
PRIMARY KEY (`templateid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pdfmaker_settings`
--
LOCK TABLES `vtiger_pdfmaker_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_pdfmaker_settings` DISABLE KEYS */;
INSERT INTO `vtiger_pdfmaker_settings` VALUES (1,2.0,2.0,2.0,2.0,'A4','portrait',2,',','.','<html>\r\n<head>\r\n <title></title>\r\n</head>\r\n<body></body>\r\n</html>\r\n','<html>\r\n<head>\r\n <title></title>\r\n</head>\r\n<body></body>\r\n</html>\r\n','auto',NULL,0,0,1,'public',3,7),(2,2.0,2.0,2.0,2.0,'A4','portrait',2,',','','<html>\r\n<head>\r\n <title></title>\r\n <link href=\"https://cdsys.od2.vtiger.com//layouts/v9/skins/vtiger/custom_ckeditor_fonts.css\" id=\"v9FontStyle\" rel=\"stylesheet\" type=\"text/css\" />\r\n</head>\r\n<body style=\"height: auto; min-height: auto;\"><img alt=\"\" height=\"1169\" src=\"https://cdsys.od2.vtiger.com/test/upload/images/Crest.png\" width=\"826\" /><br />\r\n<br />\r\n<grammarly-desktop-integration data-grammarly-shadow-root=\"true\"></grammarly-desktop-integration></body>\r\n</html>\r\n','<html>\r\n<head>\r\n <title></title>\r\n</head>\r\n<body></body>\r\n</html>\r\n','auto',NULL,0,0,1,'public',3,7),(3,2.0,2.0,2.0,2.0,'A4','portrait',2,',','','<html><head><title></title></head><body><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"header\" width=\"100%\"><tbody><tr><td align=\"left\" valign=\"top\">$COMPANY_LOGO$</td><td align=\"right\" nowrap=\"nowrap\" valign=\"top\"> <h1><span style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: x-large; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\">%PURCHASEORDER_PURCHASEORDER_NO% $PURCHASEORDER_PURCHASEORDER_NO$</span></h1></td></tr></tbody></table></body></html>','<html><head><title></title></head><body><p style=\"text-align: center;\"><span style=\"font-size:10px;\">$COMPANY_NAME$ <small>• </small>$COMPANY_ADDRESS$ <small>• </small> $COMPANY_ZIP$<small> </small>$COMPANY_CITY$<small> • </small>$COMPANY_STATE$</span></p></body></html>','auto',NULL,0,0,1,'public',3,7),(4,2.0,2.0,2.0,2.0,'A4','portrait',2,',','','<html><head> <title></title></head><body><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"header\" width=\"100%\"><tbody> <tr><td align=\"left\" valign=\"top\">$COMPANY_LOGO$</td><td align=\"right\" nowrap=\"nowrap\" valign=\"top\"><h1><span style=\"color: rgb(0, 0, 0); font-family: Verdana; font-size: x-large; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\">%M_Quote No% $QUOTES_QUOTE_NO$</span></h1></td></tr></tbody></table></body></html>','<html><head> <title></title></head><body><p style=\"text-align: center;\"><span style=\"font-size:10px;\">$COMPANY_NAME$ <small>• </small>$COMPANY_ADDRESS$ <small>• </small> $COMPANY_ZIP$<small> </small>$COMPANY_CITY$<small> • </small>$COMPANY_STATE$</span></p></body></html>','auto',NULL,0,0,1,'public',3,7);
/*!40000 ALTER TABLE `vtiger_pdfmaker_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist`
--
DROP TABLE IF EXISTS `vtiger_picklist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist` (
`picklistid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`picklistid`),
UNIQUE KEY `picklist_name_idx` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist`
--
LOCK TABLES `vtiger_picklist` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist` DISABLE KEYS */;
INSERT INTO `vtiger_picklist` VALUES (1,'accounttype'),(2,'activitytype'),(61,'age_camp_sms'),(45,'assetstatus'),(77,'biling_type'),(3,'campaignstatus'),(4,'campaigntype'),(5,'carrier'),(74,'cn_status'),(33,'contract_priority'),(32,'contract_status'),(34,'contract_type'),(59,'customer_market_vertical'),(48,'defaultactivitytype'),(47,'defaulteventstatus'),(49,'defaultlandingpage'),(6,'eventstatus'),(7,'expectedresponse'),(8,'faqcategories'),(9,'faqstatus'),(10,'glacct'),(11,'industry'),(12,'invoicestatus'),(52,'languages'),(13,'leadsource'),(14,'leadstatus'),(53,'life_cycle_stages'),(76,'lost_reason'),(15,'manufacturer'),(57,'market_segment'),(58,'market_sub_segment'),(70,'mode'),(60,'offer_type'),(16,'opportunity_type'),(50,'org_status'),(63,'pay_mode'),(62,'pay_status'),(73,'payment_status'),(75,'pipeline'),(17,'postatus'),(18,'productcategory'),(44,'progress'),(37,'projectmilestonetype'),(43,'projectpriority'),(41,'projectstatus'),(39,'projecttaskpriority'),(40,'projecttaskprogress'),(46,'projecttaskstatus'),(38,'projecttasktype'),(42,'projecttype'),(19,'quotestage'),(20,'rating'),(51,'region'),(21,'sales_stage'),(22,'salutationtype'),(35,'service_usageunit'),(36,'servicecategory'),(23,'sostatus'),(24,'taskpriority'),(25,'taskstatus'),(56,'technology_platform'),(26,'ticketcategories'),(27,'ticketpriorities'),(28,'ticketseverities'),(29,'ticketstatus'),(31,'tracking_unit'),(54,'type_of_offering'),(55,'type_of_sub_offering'),(30,'usageunit');
/*!40000 ALTER TABLE `vtiger_picklist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist_dependency`
--
DROP TABLE IF EXISTS `vtiger_picklist_dependency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist_dependency` (
`id` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`sourcefield` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`targetfield` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sourcevalue` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`targetvalues` text COLLATE utf8mb4_unicode_ci,
`criteria` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist_dependency`
--
LOCK TABLES `vtiger_picklist_dependency` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist_dependency` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_picklist_dependency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist_seq`
--
DROP TABLE IF EXISTS `vtiger_picklist_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist_seq`
--
LOCK TABLES `vtiger_picklist_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist_seq` DISABLE KEYS */;
INSERT INTO `vtiger_picklist_seq` VALUES (77);
/*!40000 ALTER TABLE `vtiger_picklist_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklist_transitions`
--
DROP TABLE IF EXISTS `vtiger_picklist_transitions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist_transitions` (
`fieldname` varchar(255) NOT NULL,
`module` varchar(100) NOT NULL,
`transition_data` varchar(1000) NOT NULL,
PRIMARY KEY (`fieldname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklist_transitions`
--
LOCK TABLES `vtiger_picklist_transitions` WRITE;
/*!40000 ALTER TABLE `vtiger_picklist_transitions` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_picklist_transitions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_picklistvalues_seq`
--
DROP TABLE IF EXISTS `vtiger_picklistvalues_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklistvalues_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_picklistvalues_seq`
--
LOCK TABLES `vtiger_picklistvalues_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_picklistvalues_seq` DISABLE KEYS */;
INSERT INTO `vtiger_picklistvalues_seq` VALUES (519);
/*!40000 ALTER TABLE `vtiger_picklistvalues_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pipeline`
--
DROP TABLE IF EXISTS `vtiger_pipeline`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pipeline` (
`pipelineid` int(11) NOT NULL AUTO_INCREMENT,
`pipeline` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`pipelineid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pipeline`
--
LOCK TABLES `vtiger_pipeline` WRITE;
/*!40000 ALTER TABLE `vtiger_pipeline` DISABLE KEYS */;
INSERT INTO `vtiger_pipeline` VALUES (1,'currently not available',1,485,1,NULL),(2,'Standard',1,491,1,NULL);
/*!40000 ALTER TABLE `vtiger_pipeline` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pipeline_seq`
--
DROP TABLE IF EXISTS `vtiger_pipeline_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pipeline_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pipeline_seq`
--
LOCK TABLES `vtiger_pipeline_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_pipeline_seq` DISABLE KEYS */;
INSERT INTO `vtiger_pipeline_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_pipeline_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pipelineview`
--
DROP TABLE IF EXISTS `vtiger_pipelineview`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pipelineview` (
`pipelineviewid` int(11) NOT NULL AUTO_INCREMENT,
`ctk_module` varchar(100) DEFAULT NULL,
`ctk_primary_field` varchar(100) DEFAULT NULL,
`ctk_primary_value` longtext,
`ctk_other_field` longtext,
`ctk_primary_color` longtext NOT NULL,
`pipelineview_no` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`pipelineviewid`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pipelineview`
--
LOCK TABLES `vtiger_pipelineview` WRITE;
/*!40000 ALTER TABLE `vtiger_pipelineview` DISABLE KEYS */;
INSERT INTO `vtiger_pipelineview` VALUES (42,'Invoice','453','{\"1\":\"3\",\"2\":\"1\",\"3\":\"7\",\"4\":\"2\",\"5\":\"5\",\"6\":\"6\",\"7\":\"4\"}','{\"1\":\"436\",\"2\":\"437\",\"3\":\"447\",\"4\":\"453\",\"5\":\"454\"}','{\"3\":\"FFEB31\",\"1\":\"4AFF6F\",\"7\":\"5FC9FF\",\"2\":\"DFFFBA\",\"5\":\"FAAEFF\",\"6\":\"FF3D57\",\"4\":\"BD03FF\"}',''),(58,'Potentials','118','{\"1\":\"1\",\"2\":\"2\",\"3\":\"3\",\"4\":\"4\",\"5\":\"5\",\"6\":\"6\",\"7\":\"7\",\"8\":\"8\",\"9\":\"9\",\"10\":\"10\"}','{\"1\":\"110\",\"2\":\"112\",\"3\":\"114\"}','{\"1\":\"FF1F40\",\"2\":\"43B7FF\",\"3\":\"39FF2F\",\"4\":\"FF8615\",\"5\":\"FFFD7E\",\"6\":\"FF4410\",\"7\":\"0EDBFF\",\"8\":\"FFF7D4\",\"9\":\"FF92EB\",\"10\":\"DFFFD2\"}','');
/*!40000 ALTER TABLE `vtiger_pipelineview` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pipelineview_license`
--
DROP TABLE IF EXISTS `vtiger_pipelineview_license`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pipelineview_license` (
`licensekey` varchar(255) NOT NULL,
`authkey` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pipelineview_license`
--
LOCK TABLES `vtiger_pipelineview_license` WRITE;
/*!40000 ALTER TABLE `vtiger_pipelineview_license` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pipelineview_license` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pobillads`
--
DROP TABLE IF EXISTS `vtiger_pobillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pobillads` (
`pobilladdressid` int(11) NOT NULL DEFAULT '0',
`bill_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`pobilladdressid`),
CONSTRAINT `fk_1_vtiger_pobillads` FOREIGN KEY (`pobilladdressid`) REFERENCES `vtiger_purchaseorder` (`purchaseorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pobillads`
--
LOCK TABLES `vtiger_pobillads` WRITE;
/*!40000 ALTER TABLE `vtiger_pobillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pobillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_portal`
--
DROP TABLE IF EXISTS `vtiger_portal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_portal` (
`portalid` int(11) NOT NULL,
`portalname` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`portalurl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`sequence` int(11) NOT NULL,
`setdefault` int(11) NOT NULL DEFAULT '0',
`createdtime` datetime DEFAULT NULL,
PRIMARY KEY (`portalid`),
KEY `portal_portalname_idx` (`portalname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_portal`
--
LOCK TABLES `vtiger_portal` WRITE;
/*!40000 ALTER TABLE `vtiger_portal` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_portal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_portalinfo`
--
DROP TABLE IF EXISTS `vtiger_portalinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_portalinfo` (
`id` int(11) NOT NULL,
`user_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cryptmode` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`last_login_time` datetime DEFAULT NULL,
`login_time` datetime DEFAULT NULL,
`logout_time` datetime DEFAULT NULL,
`isactive` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
CONSTRAINT `fk_1_vtiger_portalinfo` FOREIGN KEY (`id`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_portalinfo`
--
LOCK TABLES `vtiger_portalinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_portalinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_portalinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_poshipads`
--
DROP TABLE IF EXISTS `vtiger_poshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_poshipads` (
`poshipaddressid` int(11) NOT NULL DEFAULT '0',
`ship_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`poshipaddressid`),
CONSTRAINT `fk_1_vtiger_poshipads` FOREIGN KEY (`poshipaddressid`) REFERENCES `vtiger_purchaseorder` (`purchaseorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_poshipads`
--
LOCK TABLES `vtiger_poshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_poshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_poshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_postatus`
--
DROP TABLE IF EXISTS `vtiger_postatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_postatus` (
`postatusid` int(11) NOT NULL AUTO_INCREMENT,
`postatus` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`postatusid`),
UNIQUE KEY `postatus_postatus_idx` (`postatus`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_postatus`
--
LOCK TABLES `vtiger_postatus` WRITE;
/*!40000 ALTER TABLE `vtiger_postatus` DISABLE KEYS */;
INSERT INTO `vtiger_postatus` VALUES (1,'Created',0,130,0,NULL),(2,'Approved',0,131,1,NULL),(3,'Delivered',0,132,2,NULL),(4,'Cancelled',0,133,3,NULL),(5,'Received Shipment',0,134,4,NULL);
/*!40000 ALTER TABLE `vtiger_postatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_postatus_seq`
--
DROP TABLE IF EXISTS `vtiger_postatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_postatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_postatus_seq`
--
LOCK TABLES `vtiger_postatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_postatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_postatus_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_postatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_postatushistory`
--
DROP TABLE IF EXISTS `vtiger_postatushistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_postatushistory` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`purchaseorderid` int(11) NOT NULL,
`vendorname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`postatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `postatushistory_purchaseorderid_idx` (`purchaseorderid`),
CONSTRAINT `fk_1_vtiger_postatushistory` FOREIGN KEY (`purchaseorderid`) REFERENCES `vtiger_purchaseorder` (`purchaseorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_postatushistory`
--
LOCK TABLES `vtiger_postatushistory` WRITE;
/*!40000 ALTER TABLE `vtiger_postatushistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_postatushistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_potential`
--
DROP TABLE IF EXISTS `vtiger_potential`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_potential` (
`potentialid` int(11) NOT NULL DEFAULT '0',
`potential_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`related_to` int(11) DEFAULT NULL,
`potentialname` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL,
`amount` decimal(25,8) DEFAULT NULL,
`currency` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`closingdate` date DEFAULT NULL,
`typeofrevenue` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`nextstep` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`private` int(11) DEFAULT '0',
`probability` decimal(7,3) DEFAULT '0.000',
`campaignid` int(11) DEFAULT NULL,
`sales_stage` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`potentialtype` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`leadsource` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`productid` int(11) DEFAULT NULL,
`productversion` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`quotationref` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`partnercontact` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remarks` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`runtimefee` int(11) DEFAULT '0',
`followupdate` date DEFAULT NULL,
`evaluationstatus` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`forecastcategory` int(11) DEFAULT '0',
`outcomeanalysis` int(11) DEFAULT '0',
`forecast_amount` decimal(25,8) DEFAULT NULL,
`isconvertedfromlead` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`contact_id` int(11) DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`converted` int(11) NOT NULL DEFAULT '0',
`approval_confidence` decimal(5,2) DEFAULT NULL,
`bdp_id` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`deal_bd_start_date` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`deal_bd_end_date` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pipeline` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lost_reason` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_percent` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_amount` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`s_h_percent` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`currency_id` int(11) DEFAULT NULL,
`conversion_rate` decimal(11,3) DEFAULT NULL,
`compound_taxes_info` text COLLATE utf8mb4_unicode_ci,
`po_businessentity` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`potentials_cloudid` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`potential_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`potentialid`),
KEY `potential_relatedto_idx` (`related_to`),
KEY `potentail_sales_stage_idx` (`sales_stage`),
KEY `potentail_sales_stage_amount_idx` (`amount`,`sales_stage`),
CONSTRAINT `fk_1_vtiger_potential` FOREIGN KEY (`potentialid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_potential`
--
LOCK TABLES `vtiger_potential` WRITE;
/*!40000 ALTER TABLE `vtiger_potential` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_potential` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_potentialscf`
--
DROP TABLE IF EXISTS `vtiger_potentialscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_potentialscf` (
`potentialid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`potentialid`),
CONSTRAINT `fk_1_vtiger_potentialscf` FOREIGN KEY (`potentialid`) REFERENCES `vtiger_potential` (`potentialid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_potentialscf`
--
LOCK TABLES `vtiger_potentialscf` WRITE;
/*!40000 ALTER TABLE `vtiger_potentialscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_potentialscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_potstagehistory`
--
DROP TABLE IF EXISTS `vtiger_potstagehistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_potstagehistory` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`potentialid` int(11) NOT NULL,
`amount` decimal(10,0) DEFAULT NULL,
`stage` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`probability` decimal(7,3) DEFAULT NULL,
`expectedrevenue` decimal(10,0) DEFAULT NULL,
`closedate` date DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `potstagehistory_potentialid_idx` (`potentialid`),
CONSTRAINT `fk_1_vtiger_potstagehistory` FOREIGN KEY (`potentialid`) REFERENCES `vtiger_potential` (`potentialid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_potstagehistory`
--
LOCK TABLES `vtiger_potstagehistory` WRITE;
/*!40000 ALTER TABLE `vtiger_potstagehistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_potstagehistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pricebook`
--
DROP TABLE IF EXISTS `vtiger_pricebook`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pricebook` (
`pricebookid` int(11) NOT NULL DEFAULT '0',
`pricebook_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`bookname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`active` int(11) DEFAULT NULL,
`currency_id` int(11) NOT NULL DEFAULT '1',
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`pricebookid`),
CONSTRAINT `fk_1_vtiger_pricebook` FOREIGN KEY (`pricebookid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pricebook`
--
LOCK TABLES `vtiger_pricebook` WRITE;
/*!40000 ALTER TABLE `vtiger_pricebook` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pricebook` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pricebookcf`
--
DROP TABLE IF EXISTS `vtiger_pricebookcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pricebookcf` (
`pricebookid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`pricebookid`),
CONSTRAINT `fk_1_vtiger_pricebookcf` FOREIGN KEY (`pricebookid`) REFERENCES `vtiger_pricebook` (`pricebookid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pricebookcf`
--
LOCK TABLES `vtiger_pricebookcf` WRITE;
/*!40000 ALTER TABLE `vtiger_pricebookcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pricebookcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pricebookproductrel`
--
DROP TABLE IF EXISTS `vtiger_pricebookproductrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pricebookproductrel` (
`pricebookid` int(11) NOT NULL,
`productid` int(11) NOT NULL,
`listprice` decimal(27,8) DEFAULT NULL,
`usedcurrency` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`pricebookid`,`productid`),
KEY `pricebookproductrel_pricebookid_idx` (`pricebookid`),
KEY `pricebookproductrel_productid_idx` (`productid`),
CONSTRAINT `fk_1_vtiger_pricebookproductrel` FOREIGN KEY (`pricebookid`) REFERENCES `vtiger_pricebook` (`pricebookid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_pricebookproductrel`
--
LOCK TABLES `vtiger_pricebookproductrel` WRITE;
/*!40000 ALTER TABLE `vtiger_pricebookproductrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_pricebookproductrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_priority`
--
DROP TABLE IF EXISTS `vtiger_priority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_priority` (
`priorityid` int(11) NOT NULL AUTO_INCREMENT,
`priority` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`priorityid`),
UNIQUE KEY `priority_priority_idx` (`priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_priority`
--
LOCK TABLES `vtiger_priority` WRITE;
/*!40000 ALTER TABLE `vtiger_priority` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_priority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcategory`
--
DROP TABLE IF EXISTS `vtiger_productcategory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcategory` (
`productcategoryid` int(11) NOT NULL AUTO_INCREMENT,
`productcategory` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`productcategoryid`),
UNIQUE KEY `productcategory_productcategory_idx` (`productcategory`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcategory`
--
LOCK TABLES `vtiger_productcategory` WRITE;
/*!40000 ALTER TABLE `vtiger_productcategory` DISABLE KEYS */;
INSERT INTO `vtiger_productcategory` VALUES (2,'Hardware',1,136,1,NULL),(3,'Software',1,137,2,NULL),(4,'CRM Applications',1,138,3,NULL);
/*!40000 ALTER TABLE `vtiger_productcategory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcategory_seq`
--
DROP TABLE IF EXISTS `vtiger_productcategory_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcategory_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcategory_seq`
--
LOCK TABLES `vtiger_productcategory_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_productcategory_seq` DISABLE KEYS */;
INSERT INTO `vtiger_productcategory_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_productcategory_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcf`
--
DROP TABLE IF EXISTS `vtiger_productcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcf` (
`productid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`productid`),
CONSTRAINT `fk_1_vtiger_productcf` FOREIGN KEY (`productid`) REFERENCES `vtiger_products` (`productid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcf`
--
LOCK TABLES `vtiger_productcf` WRITE;
/*!40000 ALTER TABLE `vtiger_productcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_productcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_productcurrencyrel`
--
DROP TABLE IF EXISTS `vtiger_productcurrencyrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcurrencyrel` (
`productid` int(11) NOT NULL,
`currencyid` int(11) NOT NULL,
`converted_price` decimal(28,8) DEFAULT NULL,
`actual_price` decimal(28,8) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_productcurrencyrel`
--
LOCK TABLES `vtiger_productcurrencyrel` WRITE;
/*!40000 ALTER TABLE `vtiger_productcurrencyrel` DISABLE KEYS */;
INSERT INTO `vtiger_productcurrencyrel` VALUES (36,1,0.00000000,0.00000000),(39,1,120.00000000,120.00000000),(54,1,0.00000000,0.00000000),(67,1,12.00000000,12.00000000),(87,1,10.00000000,10.00000000),(113,1,5000.00000000,5000.00000000),(122,1,5000.00000000,5000.00000000),(124,1,0.18000000,0.00000000),(125,1,0.18000000,0.00000000),(126,1,0.18000000,0.00000000),(134,1,0.00000000,0.00000000),(147,1,5000.00000000,5000.00000000),(148,1,0.00000000,0.00000000);
/*!40000 ALTER TABLE `vtiger_productcurrencyrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_products`
--
DROP TABLE IF EXISTS `vtiger_products`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_products` (
`productid` int(11) NOT NULL,
`product_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`productname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`productcode` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`productcategory` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`manufacturer` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`qty_per_unit` decimal(11,2) DEFAULT '0.00',
`unit_price` decimal(25,8) DEFAULT NULL,
`weight` decimal(11,3) DEFAULT NULL,
`pack_size` int(11) DEFAULT NULL,
`sales_start_date` date DEFAULT NULL,
`sales_end_date` date DEFAULT NULL,
`start_date` date DEFAULT NULL,
`expiry_date` date DEFAULT NULL,
`cost_factor` int(11) DEFAULT NULL,
`commissionrate` decimal(7,3) DEFAULT NULL,
`commissionmethod` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discontinued` int(11) NOT NULL DEFAULT '0',
`usageunit` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reorderlevel` int(11) DEFAULT NULL,
`website` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`taxclass` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mfr_part_no` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`vendor_part_no` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`serialno` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`qtyinstock` decimal(25,3) DEFAULT NULL,
`productsheet` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`qtyindemand` int(11) DEFAULT NULL,
`glacct` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`vendor_id` int(11) DEFAULT NULL,
`imagename` text COLLATE utf8mb4_unicode_ci,
`currency_id` int(11) NOT NULL DEFAULT '1',
`is_subproducts_viewable` int(11) DEFAULT '1',
`purchase_cost` decimal(27,8) DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`org_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`product_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`productid`),
CONSTRAINT `fk_1_vtiger_products` FOREIGN KEY (`productid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_products`
--
LOCK TABLES `vtiger_products` WRITE;
/*!40000 ALTER TABLE `vtiger_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_products` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_producttaxrel`
--
DROP TABLE IF EXISTS `vtiger_producttaxrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_producttaxrel` (
`productid` int(11) NOT NULL,
`taxid` int(11) NOT NULL,
`taxpercentage` decimal(7,3) DEFAULT NULL,
`regions` text COLLATE utf8mb4_unicode_ci,
KEY `producttaxrel_productid_idx` (`productid`),
KEY `producttaxrel_taxid_idx` (`taxid`),
CONSTRAINT `fk_crmid_vtiger_producttaxrel` FOREIGN KEY (`productid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_producttaxrel`
--
LOCK TABLES `vtiger_producttaxrel` WRITE;
/*!40000 ALTER TABLE `vtiger_producttaxrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_producttaxrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile`
--
DROP TABLE IF EXISTS `vtiger_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile` (
`profileid` int(11) NOT NULL AUTO_INCREMENT,
`profilename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`directly_related_to_role` int(11) DEFAULT '0',
PRIMARY KEY (`profileid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile`
--
LOCK TABLES `vtiger_profile` WRITE;
/*!40000 ALTER TABLE `vtiger_profile` DISABLE KEYS */;
INSERT INTO `vtiger_profile` VALUES (1,'Administrator','Admin Profile',0),(2,'Sales Profile','Profile Related to Sales',0),(3,'Support Profile','Profile Related to Support',0),(4,'Guest Profile','Guest Profile for Test Users',0);
/*!40000 ALTER TABLE `vtiger_profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2field`
--
DROP TABLE IF EXISTS `vtiger_profile2field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2field` (
`profileid` int(11) NOT NULL,
`tabid` int(11) DEFAULT NULL,
`fieldid` int(11) NOT NULL,
`visible` int(11) DEFAULT NULL,
`readonly` int(11) DEFAULT NULL,
PRIMARY KEY (`profileid`,`fieldid`),
KEY `profile2field_profileid_tabid_fieldname_idx` (`profileid`,`tabid`),
KEY `profile2field_tabid_profileid_idx` (`tabid`,`profileid`),
KEY `profile2field_visible_profileid_idx` (`visible`,`profileid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2field`
--
LOCK TABLES `vtiger_profile2field` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2field` DISABLE KEYS */;
INSERT INTO `vtiger_profile2field` VALUES (1,6,1,0,0),(1,6,2,0,0),(1,6,3,0,0),(1,6,4,0,0),(1,6,5,0,0),(1,6,6,0,0),(1,6,7,0,0),(1,6,8,0,0),(1,6,9,0,0),(1,6,10,0,0),(1,6,11,0,0),(1,6,12,0,0),(1,6,13,0,0),(1,6,14,0,0),(1,6,15,0,0),(1,6,16,0,0),(1,6,17,0,0),(1,6,18,0,0),(1,6,19,0,0),(1,6,20,0,0),(1,6,21,0,0),(1,6,22,0,0),(1,6,23,0,0),(1,6,24,0,0),(1,6,25,0,0),(1,6,26,0,0),(1,6,27,0,0),(1,6,28,0,0),(1,6,29,0,0),(1,6,30,0,0),(1,6,31,0,0),(1,6,32,0,0),(1,6,33,0,0),(1,6,34,0,0),(1,6,35,0,0),(1,6,36,0,0),(1,7,37,0,0),(1,7,38,0,0),(1,7,39,0,0),(1,7,40,0,0),(1,7,41,0,0),(1,7,42,0,0),(1,7,43,0,0),(1,7,44,0,0),(1,7,45,0,0),(1,7,46,0,0),(1,7,47,0,0),(1,7,48,0,0),(1,7,49,0,0),(1,7,50,0,0),(1,7,51,0,0),(1,7,52,0,0),(1,7,53,0,0),(1,7,54,0,0),(1,7,55,0,0),(1,7,56,0,0),(1,7,57,0,0),(1,7,58,0,0),(1,7,59,0,0),(1,7,60,0,0),(1,7,61,0,0),(1,7,62,0,0),(1,7,63,0,0),(1,7,64,0,0),(1,7,65,0,0),(1,4,66,0,0),(1,4,67,0,0),(1,4,68,0,0),(1,4,69,0,0),(1,4,70,0,0),(1,4,71,0,0),(1,4,72,0,0),(1,4,73,0,0),(1,4,74,0,0),(1,4,75,0,0),(1,4,76,0,0),(1,4,77,0,0),(1,4,78,0,0),(1,4,79,0,0),(1,4,80,0,0),(1,4,81,0,0),(1,4,82,0,0),(1,4,83,0,0),(1,4,84,0,0),(1,4,85,0,0),(1,4,86,0,0),(1,4,87,0,0),(1,4,88,0,0),(1,4,89,0,0),(1,4,90,0,0),(1,4,91,0,0),(1,4,92,0,0),(1,4,93,0,0),(1,4,94,0,0),(1,4,95,0,0),(1,4,96,0,0),(1,4,97,0,0),(1,4,98,0,0),(1,4,99,0,0),(1,4,100,0,0),(1,4,101,0,0),(1,4,102,0,0),(1,4,103,0,0),(1,4,104,0,0),(1,4,105,0,0),(1,4,106,0,0),(1,4,107,0,0),(1,4,108,0,0),(1,4,109,0,0),(1,2,110,0,0),(1,2,111,0,0),(1,2,112,0,0),(1,2,113,0,0),(1,2,114,0,0),(1,2,115,0,0),(1,2,116,0,0),(1,2,117,0,0),(1,2,118,0,0),(1,2,119,0,0),(1,2,120,0,0),(1,2,121,0,0),(1,2,122,0,0),(1,2,123,0,0),(1,2,124,0,0),(1,2,125,0,0),(1,26,126,0,0),(1,26,127,0,0),(1,26,128,0,0),(1,26,129,0,0),(1,26,130,0,0),(1,26,131,0,0),(1,26,132,0,0),(1,26,133,0,0),(1,26,134,0,0),(1,26,135,0,0),(1,26,136,0,0),(1,26,137,0,0),(1,26,138,0,0),(1,26,139,0,0),(1,26,140,0,0),(1,26,141,0,0),(1,26,142,0,0),(1,26,143,0,0),(1,26,144,0,0),(1,26,145,0,0),(1,26,146,0,0),(1,26,147,0,0),(1,26,148,0,0),(1,26,149,0,0),(1,26,150,0,0),(1,4,151,0,0),(1,6,152,0,0),(1,7,153,0,0),(1,26,154,0,0),(1,13,155,0,0),(1,13,156,0,0),(1,13,157,0,0),(1,13,158,0,0),(1,13,159,0,0),(1,13,160,0,0),(1,13,161,0,0),(1,13,162,0,0),(1,13,163,0,0),(1,13,164,0,0),(1,13,165,0,0),(1,13,166,0,0),(1,13,167,0,0),(1,13,168,0,0),(1,13,169,0,0),(1,13,170,0,0),(1,13,171,0,0),(1,13,172,0,0),(1,13,173,0,0),(1,14,174,0,0),(1,14,175,0,0),(1,14,176,0,0),(1,14,177,0,0),(1,14,178,0,0),(1,14,179,0,0),(1,14,180,0,0),(1,14,181,0,0),(1,14,182,0,0),(1,14,183,0,0),(1,14,184,0,0),(1,14,185,0,0),(1,14,186,0,0),(1,14,187,0,0),(1,14,188,0,0),(1,14,189,0,0),(1,14,190,0,0),(1,14,191,0,0),(1,14,192,0,0),(1,14,193,0,0),(1,14,194,0,0),(1,14,195,0,0),(1,14,196,0,0),(1,14,197,0,0),(1,14,198,0,0),(1,14,199,0,0),(1,14,200,0,0),(1,14,201,0,0),(1,14,202,0,0),(1,14,203,0,0),(1,14,204,0,0),(1,8,205,0,0),(1,8,206,0,0),(1,8,207,0,0),(1,8,208,0,0),(1,8,209,0,0),(1,8,210,0,0),(1,8,211,0,0),(1,8,212,0,0),(1,8,213,0,0),(1,8,214,0,0),(1,8,215,0,0),(1,8,216,0,0),(1,8,217,0,0),(1,8,218,0,0),(1,8,219,0,0),(1,10,220,0,0),(1,10,221,0,0),(1,10,222,0,0),(1,10,223,0,0),(1,10,224,0,0),(1,10,225,0,0),(1,10,226,0,0),(1,10,227,0,0),(1,10,228,0,0),(1,10,229,0,0),(1,10,230,0,0),(1,10,231,0,0),(1,9,232,0,0),(1,9,233,0,0),(1,9,234,0,0),(1,9,235,0,0),(1,9,236,0,0),(1,9,237,0,0),(1,9,238,0,0),(1,9,239,0,0),(1,9,240,0,0),(1,9,241,0,0),(1,9,242,0,0),(1,9,243,0,0),(1,9,244,0,0),(1,9,245,0,0),(1,9,246,0,0),(1,9,247,0,0),(1,9,248,0,0),(1,9,249,0,0),(1,9,250,0,0),(1,9,251,0,0),(1,9,252,0,0),(1,9,253,0,0),(1,9,254,0,0),(1,9,255,0,0),(1,16,256,0,0),(1,16,257,0,0),(1,16,258,0,0),(1,16,259,0,0),(1,16,260,0,0),(1,16,261,0,0),(1,16,262,0,0),(1,16,263,0,0),(1,16,264,0,0),(1,16,265,0,0),(1,16,266,0,0),(1,16,267,0,0),(1,16,268,0,0),(1,16,269,0,0),(1,16,270,0,0),(1,16,271,0,0),(1,16,272,0,0),(1,16,273,0,0),(1,16,274,0,0),(1,16,275,0,0),(1,16,276,0,0),(1,16,277,0,0),(1,16,278,0,0),(1,15,279,0,0),(1,15,280,0,0),(1,15,281,0,0),(1,15,282,0,0),(1,15,283,0,0),(1,15,284,0,0),(1,15,285,0,0),(1,15,286,0,0),(1,15,287,0,0),(1,15,288,0,0),(1,18,289,0,0),(1,18,290,0,0),(1,18,291,0,0),(1,18,292,0,0),(1,18,293,0,0),(1,18,294,0,0),(1,18,295,0,0),(1,18,296,0,0),(1,18,297,0,0),(1,18,298,0,0),(1,18,299,0,0),(1,18,300,0,0),(1,18,301,0,0),(1,18,302,0,0),(1,18,303,0,0),(1,18,304,0,0),(1,18,305,0,0),(1,19,306,0,0),(1,19,307,0,0),(1,19,308,0,0),(1,19,309,0,0),(1,19,310,0,0),(1,19,311,0,0),(1,19,312,0,0),(1,19,313,0,0),(1,20,314,0,0),(1,20,315,0,0),(1,20,316,0,0),(1,20,317,0,0),(1,20,318,0,0),(1,20,319,0,0),(1,20,320,0,0),(1,20,321,0,0),(1,20,322,0,0),(1,20,323,0,0),(1,20,324,0,0),(1,20,325,0,0),(1,20,326,0,0),(1,20,327,0,0),(1,20,328,0,0),(1,20,329,0,0),(1,20,330,0,0),(1,20,331,0,0),(1,20,332,0,0),(1,20,333,0,0),(1,20,334,0,0),(1,20,335,0,0),(1,20,336,0,0),(1,20,337,0,0),(1,20,338,0,0),(1,20,339,0,0),(1,20,340,0,0),(1,20,341,0,0),(1,20,342,0,0),(1,20,343,0,0),(1,20,344,0,0),(1,20,345,0,0),(1,20,346,0,0),(1,20,347,0,0),(1,20,348,0,0),(1,20,349,0,0),(1,20,350,0,0),(1,21,351,0,0),(1,21,352,0,0),(1,21,353,0,0),(1,21,354,0,0),(1,21,355,0,0),(1,21,356,0,0),(1,21,357,0,0),(1,21,358,0,0),(1,21,359,0,0),(1,21,360,0,0),(1,21,361,0,0),(1,21,362,0,0),(1,21,363,0,0),(1,21,364,0,0),(1,21,365,0,0),(1,21,366,0,0),(1,21,367,0,0),(1,21,368,0,0),(1,21,369,0,0),(1,21,370,0,0),(1,21,371,0,0),(1,21,372,0,0),(1,21,373,0,0),(1,21,374,0,0),(1,21,375,0,0),(1,21,376,0,0),(1,21,377,0,0),(1,21,378,0,0),(1,21,379,0,0),(1,21,380,0,0),(1,21,381,0,0),(1,21,382,0,0),(1,21,383,0,0),(1,21,384,0,0),(1,21,385,0,0),(1,21,386,0,0),(1,21,387,0,0),(1,21,388,0,0),(1,22,389,0,0),(1,22,390,0,0),(1,22,391,0,0),(1,22,392,0,0),(1,22,393,0,0),(1,22,394,0,0),(1,22,395,0,0),(1,22,396,0,0),(1,22,397,0,0),(1,22,398,0,0),(1,22,399,0,0),(1,22,400,0,0),(1,22,401,0,0),(1,22,402,0,0),(1,22,403,0,0),(1,22,404,0,0),(1,22,405,0,0),(1,22,406,0,0),(1,22,407,0,0),(1,22,408,0,0),(1,22,409,0,0),(1,22,410,0,0),(1,22,411,0,0),(1,22,412,0,0),(1,22,413,0,0),(1,22,414,0,0),(1,22,415,0,0),(1,22,416,0,0),(1,22,417,0,0),(1,22,418,0,0),(1,22,419,0,0),(1,22,420,0,0),(1,22,421,0,0),(1,22,422,0,0),(1,22,423,0,0),(1,22,424,0,0),(1,22,425,0,0),(1,22,426,0,0),(1,22,427,0,0),(1,22,428,0,0),(1,22,429,0,0),(1,22,430,0,0),(1,22,431,0,0),(1,22,432,0,0),(1,22,433,0,0),(1,22,434,0,0),(1,22,435,0,0),(1,23,436,0,0),(1,23,437,0,0),(1,23,438,0,0),(1,23,439,0,0),(1,23,440,0,0),(1,23,441,0,0),(1,23,442,0,0),(1,23,443,0,0),(1,23,444,0,0),(1,23,445,0,0),(1,23,446,0,0),(1,23,447,0,0),(1,23,448,0,0),(1,23,449,0,0),(1,23,450,0,0),(1,23,451,0,0),(1,23,452,0,0),(1,23,453,0,0),(1,23,454,0,0),(1,23,455,0,0),(1,23,456,0,0),(1,23,457,0,0),(1,23,458,0,0),(1,23,459,0,0),(1,23,460,0,0),(1,23,461,0,0),(1,23,462,0,0),(1,23,463,0,0),(1,23,464,0,0),(1,23,465,0,0),(1,23,466,0,0),(1,23,467,0,0),(1,23,468,0,0),(1,23,469,0,0),(1,23,470,0,0),(1,23,471,0,0),(1,23,472,0,0),(1,23,473,0,0),(1,23,474,0,0),(1,10,520,0,0),(1,10,521,0,0),(1,10,522,0,0),(1,10,523,0,0),(1,10,524,0,0),(1,10,525,0,0),(1,31,526,0,0),(1,31,527,0,0),(1,31,528,0,0),(1,31,529,0,0),(1,31,530,0,0),(1,31,531,0,0),(1,31,532,0,0),(1,31,533,0,0),(1,31,534,0,0),(1,31,535,0,0),(1,31,536,0,0),(1,31,537,0,0),(1,31,538,0,0),(1,31,539,0,0),(1,31,540,0,0),(1,31,541,0,0),(1,31,542,0,0),(1,31,543,0,0),(1,31,544,0,0),(1,31,545,0,0),(1,31,546,0,0),(1,31,547,0,0),(1,36,548,0,0),(1,36,549,0,0),(1,36,550,0,0),(1,36,551,0,0),(1,36,552,0,0),(1,36,553,0,0),(1,36,554,0,0),(1,36,555,0,0),(1,36,556,0,0),(1,36,557,0,0),(1,36,558,0,0),(1,36,559,0,0),(1,36,560,0,0),(1,36,561,0,0),(1,36,562,0,0),(1,36,563,0,0),(1,36,564,0,0),(1,36,565,0,0),(1,36,566,0,0),(1,36,567,0,0),(1,36,568,0,0),(1,36,569,0,0),(1,37,570,0,0),(1,37,571,0,0),(1,37,572,0,0),(1,37,573,0,0),(1,37,574,0,0),(1,37,575,0,0),(1,37,576,0,0),(1,37,577,0,0),(1,37,578,0,0),(1,37,579,0,0),(1,37,580,0,0),(1,37,581,0,0),(1,37,582,0,0),(1,37,583,0,0),(1,37,584,0,0),(1,37,585,0,0),(1,37,586,0,0),(1,29,587,0,0),(1,39,588,0,0),(1,39,589,0,0),(1,39,590,0,0),(1,39,591,0,0),(1,39,592,0,0),(1,39,593,0,0),(1,39,594,0,0),(1,39,595,0,0),(1,39,596,0,0),(1,39,597,0,0),(1,39,598,0,0),(1,39,599,0,0),(1,39,600,0,0),(1,40,601,0,0),(1,40,602,0,0),(1,40,603,0,0),(1,40,604,0,0),(1,40,605,0,0),(1,40,606,0,0),(1,40,607,0,0),(1,40,608,0,0),(1,40,609,0,0),(1,40,610,0,0),(1,40,611,0,0),(1,40,612,0,0),(1,40,613,0,0),(1,40,614,0,0),(1,40,615,0,0),(1,40,616,0,0),(1,40,617,0,0),(1,40,618,0,0),(1,41,619,0,0),(1,41,620,0,0),(1,41,621,0,0),(1,41,622,0,0),(1,41,623,0,0),(1,41,624,0,0),(1,41,625,0,0),(1,41,626,0,0),(1,41,627,0,0),(1,41,628,0,0),(1,41,629,0,0),(1,41,630,0,0),(1,41,631,0,0),(1,41,632,0,0),(1,41,633,0,0),(1,41,634,0,0),(1,41,635,0,0),(1,41,636,0,0),(1,41,637,0,0),(1,41,638,0,0),(1,43,639,0,0),(1,43,640,0,0),(1,43,641,0,0),(1,43,642,0,0),(1,43,643,0,0),(1,43,644,0,0),(1,43,645,0,0),(1,43,646,0,0),(1,43,647,0,0),(1,43,648,0,0),(1,43,649,0,0),(1,43,650,0,0),(1,43,651,0,0),(1,43,652,0,0),(1,43,653,0,0),(1,43,654,0,0),(1,43,655,0,0),(1,43,656,0,0),(1,43,657,0,0),(1,43,658,0,0),(1,43,659,0,0),(1,46,660,0,0),(1,46,661,0,0),(1,46,662,0,0),(1,46,663,0,0),(1,46,664,0,0),(1,46,665,0,0),(1,48,666,0,0),(1,48,667,0,0),(1,48,668,0,0),(1,48,669,0,0),(1,48,670,0,0),(1,48,671,0,0),(1,48,672,0,0),(1,48,673,0,0),(1,2,674,0,0),(1,29,675,0,0),(1,23,676,0,0),(1,23,677,0,0),(1,23,678,0,0),(1,23,679,0,0),(1,23,680,0,0),(1,23,681,0,0),(1,23,682,0,0),(1,23,683,0,0),(1,23,684,0,0),(1,22,685,0,0),(1,22,686,0,0),(1,22,687,0,0),(1,22,688,0,0),(1,22,689,0,0),(1,22,690,0,0),(1,22,691,0,0),(1,22,692,0,0),(1,22,693,0,0),(1,21,694,0,0),(1,21,695,0,0),(1,21,696,0,0),(1,21,697,0,0),(1,21,698,0,0),(1,21,699,0,0),(1,21,700,0,0),(1,21,701,0,0),(1,21,702,0,0),(1,20,703,0,0),(1,20,704,0,0),(1,20,705,0,0),(1,20,706,0,0),(1,20,707,0,0),(1,20,708,0,0),(1,20,709,0,0),(1,20,710,0,0),(1,20,711,0,0),(1,29,712,0,0),(1,40,713,0,0),(1,48,714,0,0),(1,29,715,0,0),(1,29,716,0,0),(1,29,717,0,0),(1,23,718,0,0),(1,22,719,0,0),(1,21,720,0,0),(1,20,721,0,0),(1,29,722,0,0),(1,6,723,0,0),(1,4,724,0,0),(1,2,725,0,0),(1,29,726,0,0),(1,23,727,0,0),(1,23,728,0,0),(1,21,729,0,0),(1,21,730,0,0),(1,18,731,0,0),(1,7,732,0,0),(1,48,733,0,0),(1,48,734,0,0),(1,23,735,0,0),(1,20,736,0,0),(1,21,737,0,0),(1,22,738,0,0),(1,29,739,0,0),(1,2,740,0,0),(1,13,741,0,0),(1,29,742,0,0),(1,29,743,0,0),(1,29,744,0,0),(1,29,745,0,0),(1,14,772,0,0),(1,36,773,0,0),(1,23,774,0,0),(1,29,775,0,0),(1,23,776,0,0),(1,23,777,0,0),(1,23,778,0,0),(1,20,779,0,0),(1,20,780,0,0),(1,20,781,0,0),(1,21,782,0,0),(1,22,783,0,0),(1,22,784,0,0),(1,22,785,0,0),(1,48,786,0,0),(1,48,787,0,0),(1,48,788,0,0),(1,2,789,0,0),(1,4,790,0,0),(1,6,791,0,0),(1,7,792,0,0),(1,8,793,0,0),(1,9,794,0,0),(1,10,795,0,0),(1,13,796,0,0),(1,14,797,0,0),(1,15,798,0,0),(1,16,799,0,0),(1,18,800,0,0),(1,19,801,0,0),(1,20,802,0,0),(1,21,803,0,0),(1,22,804,0,0),(1,23,805,0,0),(1,26,806,0,0),(1,10,807,0,0),(1,2,808,0,0),(1,4,809,0,0),(1,6,810,0,0),(1,7,811,0,0),(1,8,812,0,0),(1,9,813,0,0),(1,10,814,0,0),(1,13,815,0,0),(1,14,816,0,0),(1,15,817,0,0),(1,16,818,0,0),(1,18,819,0,0),(1,19,820,0,0),(1,20,821,0,0),(1,21,822,0,0),(1,22,823,0,0),(1,23,824,0,0),(1,26,825,0,0),(1,2,826,0,0),(1,4,827,0,0),(1,6,828,0,0),(1,7,829,0,0),(1,8,830,0,0),(1,9,831,0,0),(1,10,832,0,0),(1,13,833,0,0),(1,14,834,0,0),(1,15,835,0,0),(1,16,836,0,0),(1,18,837,0,0),(1,19,838,0,0),(1,20,839,0,0),(1,21,840,0,0),(1,22,841,0,0),(1,23,842,0,0),(1,26,843,0,0),(1,20,844,0,0),(1,21,845,0,0),(1,22,846,0,0),(1,23,847,0,0),(1,41,848,0,0),(1,41,849,0,0),(1,29,850,0,0),(1,22,851,0,0),(1,29,852,0,0),(1,6,853,0,0),(1,6,854,0,0),(1,6,855,0,0),(1,6,856,0,0),(1,6,857,0,0),(1,6,858,0,0),(1,6,859,0,0),(1,6,860,0,0),(1,6,861,0,0),(1,6,862,0,0),(1,6,863,0,0),(1,6,864,0,0),(1,6,865,0,0),(1,6,866,0,0),(1,6,867,0,0),(1,6,868,0,0),(1,6,869,0,0),(1,6,870,0,0),(1,6,871,0,0),(1,6,872,0,0),(1,6,873,0,0),(1,6,874,0,0),(1,6,875,0,0),(1,0,876,0,0),(1,6,877,0,0),(1,4,878,0,0),(1,4,879,0,0),(1,4,880,0,0),(1,4,881,0,0),(1,4,882,0,0),(1,4,883,0,0),(1,0,884,0,0),(1,0,885,0,0),(1,0,886,0,0),(1,0,887,0,0),(1,0,888,0,0),(1,0,889,0,0),(1,0,890,0,0),(1,0,891,0,0),(1,0,892,0,0),(1,0,893,0,0),(1,0,894,0,0),(1,0,895,0,0),(1,0,896,0,0),(1,0,897,0,0),(1,0,898,0,0),(1,0,899,0,0),(1,0,900,0,0),(1,0,901,0,0),(1,0,902,0,0),(1,0,903,0,0),(1,0,904,0,0),(1,0,905,0,0),(1,0,906,0,0),(1,0,907,0,0),(1,0,908,0,0),(1,0,909,0,0),(1,0,910,0,0),(1,0,911,0,0),(1,0,912,0,0),(1,0,913,0,0),(1,0,914,0,0),(1,0,915,0,0),(1,4,916,0,0),(1,4,917,0,0),(1,4,918,0,0),(1,4,919,0,0),(1,22,920,0,0),(1,22,921,0,0),(1,22,922,0,0),(1,22,923,0,0),(1,22,924,0,0),(1,22,925,0,0),(1,22,926,0,0),(1,22,927,0,0),(1,22,928,0,0),(1,22,929,0,0),(1,22,930,0,0),(1,22,931,0,0),(1,22,932,0,0),(1,22,933,0,0),(1,22,934,0,0),(1,22,935,0,0),(1,22,936,0,0),(1,22,937,0,0),(1,22,938,0,0),(1,22,939,0,0),(1,22,940,0,0),(1,22,941,0,0),(1,22,942,0,0),(1,22,943,0,0),(1,22,944,0,0),(1,22,945,0,0),(1,22,946,0,0),(1,22,947,0,0),(1,22,948,0,0),(1,22,949,0,0),(1,22,950,0,0),(1,22,951,0,0),(1,22,952,0,0),(1,22,953,0,0),(1,23,954,0,0),(1,23,955,0,0),(1,23,956,0,0),(1,23,957,0,0),(1,23,958,0,0),(1,23,959,0,0),(1,23,960,0,0),(1,23,961,0,0),(1,23,962,0,0),(1,50,963,0,0),(1,50,964,0,0),(1,50,965,0,0),(1,50,966,0,0),(1,50,967,0,0),(1,50,968,0,0),(1,50,969,0,0),(1,50,970,0,0),(1,50,971,0,0),(1,50,972,0,0),(1,50,973,0,0),(1,50,974,0,0),(1,50,975,0,0),(1,50,976,0,0),(1,50,977,0,0),(1,50,978,0,0),(1,50,979,0,0),(1,50,980,0,0),(1,50,981,0,0),(1,50,982,0,0),(1,50,983,0,0),(1,50,984,0,0),(1,50,985,0,0),(1,50,986,0,0),(1,50,987,0,0),(1,50,988,0,0),(1,50,989,0,0),(1,50,990,0,0),(1,50,991,0,0),(1,50,992,0,0),(1,50,993,0,0),(1,50,994,0,0),(1,50,995,0,0),(1,50,996,0,0),(1,50,997,0,0),(1,50,998,0,0),(1,50,999,0,0),(1,50,1000,0,0),(1,50,1001,0,0),(1,50,1002,0,0),(1,50,1003,0,0),(1,50,1004,0,0),(1,50,1005,0,0),(1,50,1006,0,0),(1,50,1007,0,0),(1,50,1008,0,0),(1,50,1009,0,0),(1,50,1010,0,0),(1,51,1011,0,0),(1,51,1012,0,0),(1,51,1013,0,0),(1,51,1014,0,0),(1,51,1015,0,0),(1,51,1016,0,0),(1,51,1017,0,0),(1,51,1018,0,0),(1,51,1019,0,0),(1,51,1020,0,0),(1,51,1021,0,0),(1,51,1022,0,0),(1,51,1023,0,0),(1,51,1024,0,0),(1,2,1025,0,0),(1,2,1026,0,0),(1,2,1027,0,0),(1,2,1028,0,0),(1,2,1029,0,0),(1,2,1030,0,0),(1,2,1031,0,0),(1,2,1032,0,0),(1,2,1033,0,0),(1,2,1034,0,0),(1,2,1035,0,0),(1,2,1036,0,0),(1,2,1037,0,0),(1,2,1038,0,0),(1,2,1039,0,0),(1,2,1040,0,0),(1,2,1041,0,0),(1,2,1042,0,0),(1,2,1043,0,0),(1,2,1044,0,0),(1,2,1045,0,0),(1,2,1046,0,0),(1,2,1047,0,0),(1,2,1048,0,0),(1,2,1049,0,0),(1,2,1050,0,0),(1,2,1051,0,0),(1,2,1052,0,0),(1,2,1053,0,0),(1,2,1054,0,0),(1,2,1055,0,0),(1,51,1056,0,0),(1,51,1057,0,0),(1,51,1058,0,0),(1,51,1059,0,0),(1,51,1060,0,0),(1,51,1061,0,0),(1,51,1062,0,0),(1,51,1063,0,0),(1,51,1064,0,0),(1,51,1065,0,0),(1,51,1066,0,0),(1,51,1067,0,0),(1,51,1068,0,0),(1,51,1069,0,0),(1,51,1070,0,0),(1,51,1071,0,0),(1,51,1072,0,0),(1,51,1073,0,0),(1,51,1074,0,0),(1,51,1075,0,0),(1,51,1076,0,0),(1,51,1077,0,0),(1,51,1078,0,0),(1,51,1079,0,0),(1,51,1080,0,0),(1,55,1081,0,0),(1,55,1082,0,0),(1,55,1083,0,0),(1,55,1084,0,0),(1,55,1085,0,0),(1,55,1086,0,0),(1,55,1087,0,0),(1,55,1088,0,0),(1,55,1089,0,0),(1,55,1090,0,0),(1,55,1091,0,0),(1,55,1092,0,0),(1,55,1093,0,0),(1,55,1094,0,0),(1,55,1095,0,0),(1,55,1096,0,0),(1,2,1097,0,0),(1,22,1098,0,0),(1,23,1099,0,0),(1,23,1100,0,0),(1,20,1101,0,0),(1,21,1102,0,0),(1,22,1103,0,0),(1,2,1104,0,0),(1,51,1105,0,0),(1,56,1106,0,0),(1,56,1107,0,0),(1,56,1108,0,0),(1,56,1109,0,0),(1,56,1110,0,0),(1,56,1111,0,0),(1,56,1112,0,0),(1,56,1113,0,0),(1,56,1114,0,0),(1,56,1115,0,0),(1,56,1116,0,0),(1,56,1117,0,0),(1,56,1118,0,0),(1,56,1119,0,0),(1,23,1120,0,0),(1,22,1121,0,0),(1,36,1122,0,0),(1,2,1123,0,0),(1,4,1124,0,0),(1,6,1125,0,0),(1,55,1126,0,0),(1,56,1127,0,0),(1,22,1128,0,0),(1,23,1129,0,0),(1,50,1130,0,0),(1,51,1131,0,0),(1,36,1132,0,0),(1,2,1133,0,0),(1,4,1134,0,0),(1,6,1135,0,0),(1,14,1136,0,0),(1,14,1137,0,0),(1,36,1138,0,0),(1,22,1139,0,0),(1,22,1140,0,0),(1,23,1141,0,0),(1,50,1142,0,0),(1,51,1143,0,0),(1,55,1144,0,0),(1,56,1145,0,0),(2,6,1,0,0),(2,6,2,0,0),(2,6,3,0,0),(2,6,4,0,0),(2,6,5,0,0),(2,6,6,0,0),(2,6,7,0,0),(2,6,8,0,0),(2,6,9,0,0),(2,6,10,0,0),(2,6,11,0,0),(2,6,12,0,0),(2,6,13,0,0),(2,6,14,0,0),(2,6,15,0,0),(2,6,16,0,0),(2,6,17,0,0),(2,6,18,0,0),(2,6,19,0,0),(2,6,20,0,0),(2,6,21,0,0),(2,6,22,0,0),(2,6,23,0,0),(2,6,24,0,0),(2,6,25,0,0),(2,6,26,0,0),(2,6,27,0,0),(2,6,28,0,0),(2,6,29,0,0),(2,6,30,0,0),(2,6,31,0,0),(2,6,32,0,0),(2,6,33,0,0),(2,6,34,0,0),(2,6,35,0,0),(2,6,36,0,0),(2,7,37,0,0),(2,7,38,0,0),(2,7,39,0,0),(2,7,40,0,0),(2,7,41,0,0),(2,7,42,0,0),(2,7,43,0,0),(2,7,44,0,0),(2,7,45,0,0),(2,7,46,0,0),(2,7,47,0,0),(2,7,48,0,0),(2,7,49,0,0),(2,7,50,0,0),(2,7,51,0,0),(2,7,52,0,0),(2,7,53,0,0),(2,7,54,0,0),(2,7,55,0,0),(2,7,56,0,0),(2,7,57,0,0),(2,7,58,0,0),(2,7,59,0,0),(2,7,60,0,0),(2,7,61,0,0),(2,7,62,0,0),(2,7,63,0,0),(2,7,64,0,0),(2,7,65,0,0),(2,4,66,0,0),(2,4,67,0,0),(2,4,68,0,0),(2,4,69,0,0),(2,4,70,0,0),(2,4,71,0,0),(2,4,72,0,0),(2,4,73,0,0),(2,4,74,0,0),(2,4,75,0,0),(2,4,76,0,0),(2,4,77,0,0),(2,4,78,0,0),(2,4,79,0,0),(2,4,80,0,0),(2,4,81,0,0),(2,4,82,0,0),(2,4,83,0,0),(2,4,84,0,0),(2,4,85,0,0),(2,4,86,0,0),(2,4,87,0,0),(2,4,88,0,0),(2,4,89,0,0),(2,4,90,0,0),(2,4,91,0,0),(2,4,92,0,0),(2,4,93,0,0),(2,4,94,0,0),(2,4,95,0,0),(2,4,96,0,0),(2,4,97,0,0),(2,4,98,0,0),(2,4,99,0,0),(2,4,100,0,0),(2,4,101,0,0),(2,4,102,0,0),(2,4,103,0,0),(2,4,104,0,0),(2,4,105,0,0),(2,4,106,0,0),(2,4,107,0,0),(2,4,108,0,0),(2,4,109,0,0),(2,2,110,0,0),(2,2,111,0,0),(2,2,112,0,0),(2,2,113,0,0),(2,2,114,0,0),(2,2,115,0,0),(2,2,116,0,0),(2,2,117,0,0),(2,2,118,0,0),(2,2,119,0,0),(2,2,120,0,0),(2,2,121,0,0),(2,2,122,0,0),(2,2,123,0,0),(2,2,124,0,0),(2,2,125,0,0),(2,26,126,0,0),(2,26,127,0,0),(2,26,128,0,0),(2,26,129,0,0),(2,26,130,0,0),(2,26,131,0,0),(2,26,132,0,0),(2,26,133,0,0),(2,26,134,0,0),(2,26,135,0,0),(2,26,136,0,0),(2,26,137,0,0),(2,26,138,0,0),(2,26,139,0,0),(2,26,140,0,0),(2,26,141,0,0),(2,26,142,0,0),(2,26,143,0,0),(2,26,144,0,0),(2,26,145,0,0),(2,26,146,0,0),(2,26,147,0,0),(2,26,148,0,0),(2,26,149,0,0),(2,26,150,0,0),(2,4,151,0,0),(2,6,152,0,0),(2,7,153,0,0),(2,26,154,0,0),(2,13,155,0,0),(2,13,156,0,0),(2,13,157,0,0),(2,13,158,0,0),(2,13,159,0,0),(2,13,160,0,0),(2,13,161,0,0),(2,13,162,0,0),(2,13,163,0,0),(2,13,164,0,0),(2,13,165,0,0),(2,13,166,0,0),(2,13,167,0,0),(2,13,168,0,0),(2,13,169,0,0),(2,13,170,0,0),(2,13,171,0,0),(2,13,172,0,0),(2,13,173,0,0),(2,14,174,0,0),(2,14,175,0,0),(2,14,176,0,0),(2,14,177,0,0),(2,14,178,0,0),(2,14,179,0,0),(2,14,180,0,0),(2,14,181,0,0),(2,14,182,0,0),(2,14,183,0,0),(2,14,184,0,0),(2,14,185,0,0),(2,14,186,0,0),(2,14,187,0,0),(2,14,188,0,0),(2,14,189,0,0),(2,14,190,0,0),(2,14,191,0,0),(2,14,192,0,0),(2,14,193,0,0),(2,14,194,0,0),(2,14,195,0,0),(2,14,196,0,0),(2,14,197,0,0),(2,14,198,0,0),(2,14,199,0,0),(2,14,200,0,0),(2,14,201,0,0),(2,14,202,0,0),(2,14,203,0,0),(2,14,204,0,0),(2,8,205,0,0),(2,8,206,0,0),(2,8,207,0,0),(2,8,208,0,0),(2,8,209,0,0),(2,8,210,0,0),(2,8,211,0,0),(2,8,212,0,0),(2,8,213,0,0),(2,8,214,0,0),(2,8,215,0,0),(2,8,216,0,0),(2,8,217,0,0),(2,8,218,0,0),(2,8,219,0,0),(2,10,220,0,0),(2,10,221,0,0),(2,10,222,0,0),(2,10,223,0,0),(2,10,224,0,0),(2,10,225,0,0),(2,10,226,0,0),(2,10,227,0,0),(2,10,228,0,0),(2,10,229,0,0),(2,10,230,0,0),(2,10,231,0,0),(2,9,232,0,0),(2,9,233,0,0),(2,9,234,0,0),(2,9,235,0,0),(2,9,236,0,0),(2,9,237,0,0),(2,9,238,0,0),(2,9,239,0,0),(2,9,240,0,0),(2,9,241,0,0),(2,9,242,0,0),(2,9,243,0,0),(2,9,244,0,0),(2,9,245,0,0),(2,9,246,0,0),(2,9,247,0,0),(2,9,248,0,0),(2,9,249,0,0),(2,9,250,0,0),(2,9,251,0,0),(2,9,252,0,0),(2,9,253,0,0),(2,9,254,0,0),(2,9,255,0,0),(2,16,256,0,0),(2,16,257,0,0),(2,16,258,0,0),(2,16,259,0,0),(2,16,260,0,0),(2,16,261,0,0),(2,16,262,0,0),(2,16,263,0,0),(2,16,264,0,0),(2,16,265,0,0),(2,16,266,0,0),(2,16,267,0,0),(2,16,268,0,0),(2,16,269,0,0),(2,16,270,0,0),(2,16,271,0,0),(2,16,272,0,0),(2,16,273,0,0),(2,16,274,0,0),(2,16,275,0,0),(2,16,276,0,0),(2,16,277,0,0),(2,16,278,0,0),(2,15,279,0,0),(2,15,280,0,0),(2,15,281,0,0),(2,15,282,0,0),(2,15,283,0,0),(2,15,284,0,0),(2,15,285,0,0),(2,15,286,0,0),(2,15,287,0,0),(2,15,288,0,0),(2,18,289,0,0),(2,18,290,0,0),(2,18,291,0,0),(2,18,292,0,0),(2,18,293,0,0),(2,18,294,0,0),(2,18,295,0,0),(2,18,296,0,0),(2,18,297,0,0),(2,18,298,0,0),(2,18,299,0,0),(2,18,300,0,0),(2,18,301,0,0),(2,18,302,0,0),(2,18,303,0,0),(2,18,304,0,0),(2,18,305,0,0),(2,19,306,0,0),(2,19,307,0,0),(2,19,308,0,0),(2,19,309,0,0),(2,19,310,0,0),(2,19,311,0,0),(2,19,312,0,0),(2,19,313,0,0),(2,20,314,0,0),(2,20,315,0,0),(2,20,316,0,0),(2,20,317,0,0),(2,20,318,0,0),(2,20,319,0,0),(2,20,320,0,0),(2,20,321,0,0),(2,20,322,0,0),(2,20,323,0,0),(2,20,324,0,0),(2,20,325,0,0),(2,20,326,0,0),(2,20,327,0,0),(2,20,328,0,0),(2,20,329,0,0),(2,20,330,0,0),(2,20,331,0,0),(2,20,332,0,0),(2,20,333,0,0),(2,20,334,0,0),(2,20,335,0,0),(2,20,336,0,0),(2,20,337,0,0),(2,20,338,0,0),(2,20,339,0,0),(2,20,340,0,0),(2,20,341,0,0),(2,20,342,0,0),(2,20,343,0,0),(2,20,344,0,0),(2,20,345,0,0),(2,20,346,0,0),(2,20,347,0,0),(2,20,348,0,0),(2,20,349,0,0),(2,20,350,0,0),(2,21,351,0,0),(2,21,352,0,0),(2,21,353,0,0),(2,21,354,0,0),(2,21,355,0,0),(2,21,356,0,0),(2,21,357,0,0),(2,21,358,0,0),(2,21,359,0,0),(2,21,360,0,0),(2,21,361,0,0),(2,21,362,0,0),(2,21,363,0,0),(2,21,364,0,0),(2,21,365,0,0),(2,21,366,0,0),(2,21,367,0,0),(2,21,368,0,0),(2,21,369,0,0),(2,21,370,0,0),(2,21,371,0,0),(2,21,372,0,0),(2,21,373,0,0),(2,21,374,0,0),(2,21,375,0,0),(2,21,376,0,0),(2,21,377,0,0),(2,21,378,0,0),(2,21,379,0,0),(2,21,380,0,0),(2,21,381,0,0),(2,21,382,0,0),(2,21,383,0,0),(2,21,384,0,0),(2,21,385,0,0),(2,21,386,0,0),(2,21,387,0,0),(2,21,388,0,0),(2,22,389,0,0),(2,22,390,0,0),(2,22,391,0,0),(2,22,392,0,0),(2,22,393,0,0),(2,22,394,0,0),(2,22,395,0,0),(2,22,396,0,0),(2,22,397,0,0),(2,22,398,0,0),(2,22,399,0,0),(2,22,400,0,0),(2,22,401,0,0),(2,22,402,0,0),(2,22,403,0,0),(2,22,404,0,0),(2,22,405,0,0),(2,22,406,0,0),(2,22,407,0,0),(2,22,408,0,0),(2,22,409,0,0),(2,22,410,0,0),(2,22,411,0,0),(2,22,412,0,0),(2,22,413,0,0),(2,22,414,0,0),(2,22,415,0,0),(2,22,416,0,0),(2,22,417,0,0),(2,22,418,0,0),(2,22,419,0,0),(2,22,420,0,0),(2,22,421,0,0),(2,22,422,0,0),(2,22,423,0,0),(2,22,424,0,0),(2,22,425,0,0),(2,22,426,0,0),(2,22,427,0,0),(2,22,428,0,0),(2,22,429,0,0),(2,22,430,0,0),(2,22,431,0,0),(2,22,432,0,0),(2,22,433,0,0),(2,22,434,0,0),(2,22,435,0,0),(2,23,436,0,0),(2,23,437,0,0),(2,23,438,0,0),(2,23,439,0,0),(2,23,440,0,0),(2,23,441,0,0),(2,23,442,0,0),(2,23,443,0,0),(2,23,444,0,0),(2,23,445,0,0),(2,23,446,0,0),(2,23,447,0,0),(2,23,448,0,0),(2,23,449,0,0),(2,23,450,0,0),(2,23,451,0,0),(2,23,452,0,0),(2,23,453,0,0),(2,23,454,0,0),(2,23,455,0,0),(2,23,456,0,0),(2,23,457,0,0),(2,23,458,0,0),(2,23,459,0,0),(2,23,460,0,0),(2,23,461,0,0),(2,23,462,0,0),(2,23,463,0,0),(2,23,464,0,0),(2,23,465,0,0),(2,23,466,0,0),(2,23,467,0,0),(2,23,468,0,0),(2,23,469,0,0),(2,23,470,0,0),(2,23,471,0,0),(2,23,472,0,0),(2,23,473,0,0),(2,23,474,0,0),(2,10,520,0,0),(2,10,521,0,0),(2,10,522,0,0),(2,10,523,0,0),(2,10,524,0,0),(2,10,525,0,0),(2,31,526,0,0),(2,31,527,0,0),(2,31,528,0,0),(2,31,529,0,0),(2,31,530,0,0),(2,31,531,0,0),(2,31,532,0,0),(2,31,533,0,0),(2,31,534,0,0),(2,31,535,0,0),(2,31,536,0,0),(2,31,537,0,0),(2,31,538,0,0),(2,31,539,0,0),(2,31,540,0,0),(2,31,541,0,0),(2,31,542,0,0),(2,31,543,0,0),(2,31,544,0,0),(2,31,545,0,0),(2,31,546,0,0),(2,31,547,0,0),(2,36,548,0,0),(2,36,549,0,0),(2,36,550,0,0),(2,36,551,0,0),(2,36,552,0,0),(2,36,553,0,0),(2,36,554,0,0),(2,36,555,0,0),(2,36,556,0,0),(2,36,557,0,0),(2,36,558,0,0),(2,36,559,0,0),(2,36,560,0,0),(2,36,561,0,0),(2,36,562,0,0),(2,36,563,0,0),(2,36,564,0,0),(2,36,565,0,0),(2,36,566,0,0),(2,36,567,0,0),(2,36,568,0,0),(2,36,569,0,0),(2,37,570,0,0),(2,37,571,0,0),(2,37,572,0,0),(2,37,573,0,0),(2,37,574,0,0),(2,37,575,0,0),(2,37,576,0,0),(2,37,577,0,0),(2,37,578,0,0),(2,37,579,0,0),(2,37,580,0,0),(2,37,581,0,0),(2,37,582,0,0),(2,37,583,0,0),(2,37,584,0,0),(2,37,585,0,0),(2,37,586,0,0),(2,29,587,0,0),(2,39,588,0,0),(2,39,589,0,0),(2,39,590,0,0),(2,39,591,0,0),(2,39,592,0,0),(2,39,593,0,0),(2,39,594,0,0),(2,39,595,0,0),(2,39,596,0,0),(2,39,597,0,0),(2,39,598,0,0),(2,39,599,0,0),(2,39,600,0,0),(2,40,601,0,0),(2,40,602,0,0),(2,40,603,0,0),(2,40,604,0,0),(2,40,605,0,0),(2,40,606,0,0),(2,40,607,0,0),(2,40,608,0,0),(2,40,609,0,0),(2,40,610,0,0),(2,40,611,0,0),(2,40,612,0,0),(2,40,613,0,0),(2,40,614,0,0),(2,40,615,0,0),(2,40,616,0,0),(2,40,617,0,0),(2,40,618,0,0),(2,41,619,0,0),(2,41,620,0,0),(2,41,621,0,0),(2,41,622,0,0),(2,41,623,0,0),(2,41,624,0,0),(2,41,625,0,0),(2,41,626,0,0),(2,41,627,0,0),(2,41,628,0,0),(2,41,629,0,0),(2,41,630,0,0),(2,41,631,0,0),(2,41,632,0,0),(2,41,633,0,0),(2,41,634,0,0),(2,41,635,0,0),(2,41,636,0,0),(2,41,637,0,0),(2,41,638,0,0),(2,43,639,0,0),(2,43,640,0,0),(2,43,641,0,0),(2,43,642,0,0),(2,43,643,0,0),(2,43,644,0,0),(2,43,645,0,0),(2,43,646,0,0),(2,43,647,0,0),(2,43,648,0,0),(2,43,649,0,0),(2,43,650,0,0),(2,43,651,0,0),(2,43,652,0,0),(2,43,653,0,0),(2,43,654,0,0),(2,43,655,0,0),(2,43,656,0,0),(2,43,657,0,0),(2,43,658,0,0),(2,43,659,0,0),(2,46,660,0,0),(2,46,661,0,0),(2,46,662,0,0),(2,46,663,0,0),(2,46,664,0,0),(2,46,665,0,0),(2,48,666,0,0),(2,48,667,0,0),(2,48,668,0,0),(2,48,669,0,0),(2,48,670,0,0),(2,48,671,0,0),(2,48,672,0,0),(2,48,673,0,0),(2,2,674,0,0),(2,29,675,0,0),(2,23,676,0,0),(2,23,677,0,0),(2,23,678,0,0),(2,23,679,0,0),(2,23,680,0,0),(2,23,681,0,0),(2,23,682,0,0),(2,23,683,0,0),(2,23,684,0,0),(2,22,685,0,0),(2,22,686,0,0),(2,22,687,0,0),(2,22,688,0,0),(2,22,689,0,0),(2,22,690,0,0),(2,22,691,0,0),(2,22,692,0,0),(2,22,693,0,0),(2,21,694,0,0),(2,21,695,0,0),(2,21,696,0,0),(2,21,697,0,0),(2,21,698,0,0),(2,21,699,0,0),(2,21,700,0,0),(2,21,701,0,0),(2,21,702,0,0),(2,20,703,0,0),(2,20,704,0,0),(2,20,705,0,0),(2,20,706,0,0),(2,20,707,0,0),(2,20,708,0,0),(2,20,709,0,0),(2,20,710,0,0),(2,20,711,0,0),(2,29,712,0,0),(2,40,713,0,0),(2,48,714,0,0),(2,29,715,0,0),(2,29,716,0,0),(2,29,717,0,0),(2,23,718,0,0),(2,22,719,0,0),(2,21,720,0,0),(2,20,721,0,0),(2,29,722,0,0),(2,6,723,0,0),(2,4,724,0,0),(2,2,725,0,0),(2,29,726,0,0),(2,23,727,0,0),(2,23,728,0,0),(2,21,729,0,0),(2,21,730,0,0),(2,18,731,0,0),(2,7,732,0,0),(2,48,733,0,0),(2,48,734,0,0),(2,23,735,0,0),(2,20,736,0,0),(2,21,737,0,0),(2,22,738,0,0),(2,29,739,0,0),(2,2,740,0,0),(2,13,741,0,0),(2,29,742,0,0),(2,29,743,0,0),(2,29,744,0,0),(2,29,745,0,0),(2,14,772,0,0),(2,36,773,0,0),(2,23,774,0,0),(2,29,775,0,0),(2,23,776,0,0),(2,23,777,0,0),(2,23,778,0,0),(2,20,779,0,0),(2,20,780,0,0),(2,20,781,0,0),(2,21,782,0,0),(2,22,783,0,0),(2,22,784,0,0),(2,22,785,0,0),(2,48,786,0,0),(2,48,787,0,0),(2,48,788,0,0),(2,2,789,0,0),(2,4,790,0,0),(2,6,791,0,0),(2,7,792,0,0),(2,8,793,0,0),(2,9,794,0,0),(2,10,795,0,0),(2,13,796,0,0),(2,14,797,0,0),(2,15,798,0,0),(2,16,799,0,0),(2,18,800,0,0),(2,19,801,0,0),(2,20,802,0,0),(2,21,803,0,0),(2,22,804,0,0),(2,23,805,0,0),(2,26,806,0,0),(2,10,807,0,0),(2,2,808,0,0),(2,4,809,0,0),(2,6,810,0,0),(2,7,811,0,0),(2,8,812,0,0),(2,9,813,0,0),(2,10,814,0,0),(2,13,815,0,0),(2,14,816,0,0),(2,15,817,0,0),(2,16,818,0,0),(2,18,819,0,0),(2,19,820,0,0),(2,20,821,0,0),(2,21,822,0,0),(2,22,823,0,0),(2,23,824,0,0),(2,26,825,0,0),(2,2,826,0,0),(2,4,827,0,0),(2,6,828,0,0),(2,7,829,0,0),(2,8,830,0,0),(2,9,831,0,0),(2,10,832,0,0),(2,13,833,0,0),(2,14,834,0,0),(2,15,835,0,0),(2,16,836,0,0),(2,18,837,0,0),(2,19,838,0,0),(2,20,839,0,0),(2,21,840,0,0),(2,22,841,0,0),(2,23,842,0,0),(2,26,843,0,0),(2,20,844,0,0),(2,21,845,0,0),(2,22,846,0,0),(2,23,847,0,0),(2,41,848,0,0),(2,41,849,0,0),(2,29,850,0,0),(2,22,851,0,0),(2,29,852,0,0),(2,6,853,0,0),(2,6,854,0,0),(2,6,855,0,0),(2,6,856,0,0),(2,6,857,0,0),(2,6,858,0,0),(2,6,859,0,0),(2,6,860,0,0),(2,6,861,0,0),(2,6,862,0,0),(2,6,863,0,0),(2,6,864,0,0),(2,6,865,0,0),(2,6,866,0,0),(2,6,867,0,0),(2,6,868,0,0),(2,6,869,0,0),(2,6,870,0,0),(2,6,871,0,0),(2,6,872,0,0),(2,6,873,0,0),(2,6,874,0,0),(2,6,875,0,0),(2,0,876,0,0),(2,6,877,0,0),(2,4,878,0,0),(2,4,879,0,0),(2,4,880,0,0),(2,4,881,0,0),(2,4,882,0,0),(2,4,883,0,0),(2,0,884,0,0),(2,0,885,0,0),(2,0,886,0,0),(2,0,887,0,0),(2,0,888,0,0),(2,0,889,0,0),(2,0,890,0,0),(2,0,891,0,0),(2,0,892,0,0),(2,0,893,0,0),(2,0,894,0,0),(2,0,895,0,0),(2,0,896,0,0),(2,0,897,0,0),(2,0,898,0,0),(2,0,899,0,0),(2,0,900,0,0),(2,0,901,0,0),(2,0,902,0,0),(2,0,903,0,0),(2,0,904,0,0),(2,0,905,0,0),(2,0,906,0,0),(2,0,907,0,0),(2,0,908,0,0),(2,0,909,0,0),(2,0,910,0,0),(2,0,911,0,0),(2,0,912,0,0),(2,0,913,0,0),(2,0,914,0,0),(2,0,915,0,0),(2,4,916,0,0),(2,4,917,0,0),(2,4,918,0,0),(2,4,919,0,0),(2,22,920,0,0),(2,22,921,0,0),(2,22,922,0,0),(2,22,923,0,0),(2,22,924,0,0),(2,22,925,0,0),(2,22,926,0,0),(2,22,927,0,0),(2,22,928,0,0),(2,22,929,0,0),(2,22,930,0,0),(2,22,931,0,0),(2,22,932,0,0),(2,22,933,0,0),(2,22,934,0,0),(2,22,935,0,0),(2,22,936,0,0),(2,22,937,0,0),(2,22,938,0,0),(2,22,939,0,0),(2,22,940,0,0),(2,22,941,0,0),(2,22,942,0,0),(2,22,943,0,0),(2,22,944,0,0),(2,22,945,0,0),(2,22,946,0,0),(2,22,947,0,0),(2,22,948,0,0),(2,22,949,0,0),(2,22,950,0,0),(2,22,951,0,0),(2,22,952,0,0),(2,22,953,0,0),(2,23,954,0,0),(2,23,955,0,0),(2,23,956,0,0),(2,23,957,0,0),(2,23,958,0,0),(2,23,959,0,0),(2,23,960,0,0),(2,23,961,0,0),(2,23,962,0,0),(2,50,963,0,0),(2,50,964,0,0),(2,50,965,0,0),(2,50,966,0,0),(2,50,967,0,0),(2,50,968,0,0),(2,50,969,0,0),(2,50,970,0,0),(2,50,971,0,0),(2,50,972,0,0),(2,50,973,0,0),(2,50,974,0,0),(2,50,975,0,0),(2,50,976,0,0),(2,50,977,0,0),(2,50,978,0,0),(2,50,979,0,0),(2,50,980,0,0),(2,50,981,0,0),(2,50,982,0,0),(2,50,983,0,0),(2,50,984,0,0),(2,50,985,0,0),(2,50,986,0,0),(2,50,987,0,0),(2,50,988,0,0),(2,50,989,0,0),(2,50,990,0,0),(2,50,991,0,0),(2,50,992,0,0),(2,50,993,0,0),(2,50,994,0,0),(2,50,995,0,0),(2,50,996,0,0),(2,50,997,0,0),(2,50,998,0,0),(2,50,999,0,0),(2,50,1000,0,0),(2,50,1001,0,0),(2,50,1002,0,0),(2,50,1003,0,0),(2,50,1004,0,0),(2,50,1005,0,0),(2,50,1006,0,0),(2,50,1007,0,0),(2,50,1008,0,0),(2,50,1009,0,0),(2,50,1010,0,0),(2,51,1011,0,0),(2,51,1012,0,0),(2,51,1013,0,0),(2,51,1014,0,0),(2,51,1015,0,0),(2,51,1016,0,0),(2,51,1017,0,0),(2,51,1018,0,0),(2,51,1019,0,0),(2,51,1020,0,0),(2,51,1021,0,0),(2,51,1022,0,0),(2,51,1023,0,0),(2,51,1024,0,0),(2,2,1025,0,0),(2,2,1026,0,0),(2,2,1027,0,0),(2,2,1028,0,0),(2,2,1029,0,0),(2,2,1030,0,0),(2,2,1031,0,0),(2,2,1032,0,0),(2,2,1033,0,0),(2,2,1034,0,0),(2,2,1035,0,0),(2,2,1036,0,0),(2,2,1037,0,0),(2,2,1038,0,0),(2,2,1039,0,0),(2,2,1040,0,0),(2,2,1041,0,0),(2,2,1042,0,0),(2,2,1043,0,0),(2,2,1044,0,0),(2,2,1045,0,0),(2,2,1046,0,0),(2,2,1047,0,0),(2,2,1048,0,0),(2,2,1049,0,0),(2,2,1050,0,0),(2,2,1051,0,0),(2,2,1052,0,0),(2,2,1053,0,0),(2,2,1054,0,0),(2,2,1055,0,0),(2,51,1056,0,0),(2,51,1057,0,0),(2,51,1058,0,0),(2,51,1059,0,0),(2,51,1060,0,0),(2,51,1061,0,0),(2,51,1062,0,0),(2,51,1063,0,0),(2,51,1064,0,0),(2,51,1065,0,0),(2,51,1066,0,0),(2,51,1067,0,0),(2,51,1068,0,0),(2,51,1069,0,0),(2,51,1070,0,0),(2,51,1071,0,0),(2,51,1072,0,0),(2,51,1073,0,0),(2,51,1074,0,0),(2,51,1075,0,0),(2,51,1076,0,0),(2,51,1077,0,0),(2,51,1078,0,0),(2,51,1079,0,0),(2,51,1080,0,0),(2,55,1081,0,0),(2,55,1082,0,0),(2,55,1083,0,0),(2,55,1084,0,0),(2,55,1085,0,0),(2,55,1086,0,0),(2,55,1087,0,0),(2,55,1088,0,0),(2,55,1089,0,0),(2,55,1090,0,0),(2,55,1091,0,0),(2,55,1092,0,0),(2,55,1093,0,0),(2,55,1094,0,0),(2,55,1095,0,0),(2,55,1096,0,0),(2,2,1097,0,0),(2,22,1098,0,0),(2,23,1099,0,0),(2,23,1100,0,0),(2,20,1101,0,0),(2,21,1102,0,0),(2,22,1103,0,0),(2,2,1104,0,0),(2,51,1105,0,0),(2,56,1106,0,0),(2,56,1107,0,0),(2,56,1108,0,0),(2,56,1109,0,0),(2,56,1110,0,0),(2,56,1111,0,0),(2,56,1112,0,0),(2,56,1113,0,0),(2,56,1114,0,0),(2,56,1115,0,0),(2,56,1116,0,0),(2,56,1117,0,0),(2,56,1118,0,0),(2,56,1119,0,0),(2,23,1120,0,0),(2,22,1121,0,0),(2,36,1122,0,0),(2,2,1123,0,0),(2,4,1124,0,0),(2,6,1125,0,0),(2,55,1126,0,0),(2,56,1127,0,0),(2,22,1128,0,0),(2,23,1129,0,0),(2,50,1130,0,0),(2,51,1131,0,0),(2,36,1132,0,0),(2,2,1133,0,0),(2,4,1134,0,0),(2,6,1135,0,0),(2,14,1136,0,0),(2,14,1137,0,0),(2,36,1138,0,0),(2,22,1139,0,0),(2,22,1140,0,0),(2,23,1141,0,0),(2,50,1142,0,0),(2,51,1143,0,0),(2,55,1144,0,0),(2,56,1145,0,0),(3,6,1,0,0),(3,6,2,0,0),(3,6,3,0,0),(3,6,4,0,0),(3,6,5,0,0),(3,6,6,0,0),(3,6,7,0,0),(3,6,8,0,0),(3,6,9,0,0),(3,6,10,0,0),(3,6,11,0,0),(3,6,12,0,0),(3,6,13,0,0),(3,6,14,0,0),(3,6,15,0,0),(3,6,16,0,0),(3,6,17,0,0),(3,6,18,0,0),(3,6,19,0,0),(3,6,20,0,0),(3,6,21,0,0),(3,6,22,0,0),(3,6,23,0,0),(3,6,24,0,0),(3,6,25,0,0),(3,6,26,0,0),(3,6,27,0,0),(3,6,28,0,0),(3,6,29,0,0),(3,6,30,0,0),(3,6,31,0,0),(3,6,32,0,0),(3,6,33,0,0),(3,6,34,0,0),(3,6,35,0,0),(3,6,36,0,0),(3,7,37,0,0),(3,7,38,0,0),(3,7,39,0,0),(3,7,40,0,0),(3,7,41,0,0),(3,7,42,0,0),(3,7,43,0,0),(3,7,44,0,0),(3,7,45,0,0),(3,7,46,0,0),(3,7,47,0,0),(3,7,48,0,0),(3,7,49,0,0),(3,7,50,0,0),(3,7,51,0,0),(3,7,52,0,0),(3,7,53,0,0),(3,7,54,0,0),(3,7,55,0,0),(3,7,56,0,0),(3,7,57,0,0),(3,7,58,0,0),(3,7,59,0,0),(3,7,60,0,0),(3,7,61,0,0),(3,7,62,0,0),(3,7,63,0,0),(3,7,64,0,0),(3,7,65,0,0),(3,4,66,0,0),(3,4,67,0,0),(3,4,68,0,0),(3,4,69,0,0),(3,4,70,0,0),(3,4,71,0,0),(3,4,72,0,0),(3,4,73,0,0),(3,4,74,0,0),(3,4,75,0,0),(3,4,76,0,0),(3,4,77,0,0),(3,4,78,0,0),(3,4,79,0,0),(3,4,80,0,0),(3,4,81,0,0),(3,4,82,0,0),(3,4,83,0,0),(3,4,84,0,0),(3,4,85,0,0),(3,4,86,0,0),(3,4,87,0,0),(3,4,88,0,0),(3,4,89,0,0),(3,4,90,0,0),(3,4,91,0,0),(3,4,92,0,0),(3,4,93,0,0),(3,4,94,0,0),(3,4,95,0,0),(3,4,96,0,0),(3,4,97,0,0),(3,4,98,0,0),(3,4,99,0,0),(3,4,100,0,0),(3,4,101,0,0),(3,4,102,0,0),(3,4,103,0,0),(3,4,104,0,0),(3,4,105,0,0),(3,4,106,0,0),(3,4,107,0,0),(3,4,108,0,0),(3,4,109,0,0),(3,2,110,0,0),(3,2,111,0,0),(3,2,112,0,0),(3,2,113,0,0),(3,2,114,0,0),(3,2,115,0,0),(3,2,116,0,0),(3,2,117,0,0),(3,2,118,0,0),(3,2,119,0,0),(3,2,120,0,0),(3,2,121,0,0),(3,2,122,0,0),(3,2,123,0,0),(3,2,124,0,0),(3,2,125,0,0),(3,26,126,0,0),(3,26,127,0,0),(3,26,128,0,0),(3,26,129,0,0),(3,26,130,0,0),(3,26,131,0,0),(3,26,132,0,0),(3,26,133,0,0),(3,26,134,0,0),(3,26,135,0,0),(3,26,136,0,0),(3,26,137,0,0),(3,26,138,0,0),(3,26,139,0,0),(3,26,140,0,0),(3,26,141,0,0),(3,26,142,0,0),(3,26,143,0,0),(3,26,144,0,0),(3,26,145,0,0),(3,26,146,0,0),(3,26,147,0,0),(3,26,148,0,0),(3,26,149,0,0),(3,26,150,0,0),(3,4,151,0,0),(3,6,152,0,0),(3,7,153,0,0),(3,26,154,0,0),(3,13,155,0,0),(3,13,156,0,0),(3,13,157,0,0),(3,13,158,0,0),(3,13,159,0,0),(3,13,160,0,0),(3,13,161,0,0),(3,13,162,0,0),(3,13,163,0,0),(3,13,164,0,0),(3,13,165,0,0),(3,13,166,0,0),(3,13,167,0,0),(3,13,168,0,0),(3,13,169,0,0),(3,13,170,0,0),(3,13,171,0,0),(3,13,172,0,0),(3,13,173,0,0),(3,14,174,0,0),(3,14,175,0,0),(3,14,176,0,0),(3,14,177,0,0),(3,14,178,0,0),(3,14,179,0,0),(3,14,180,0,0),(3,14,181,0,0),(3,14,182,0,0),(3,14,183,0,0),(3,14,184,0,0),(3,14,185,0,0),(3,14,186,0,0),(3,14,187,0,0),(3,14,188,0,0),(3,14,189,0,0),(3,14,190,0,0),(3,14,191,0,0),(3,14,192,0,0),(3,14,193,0,0),(3,14,194,0,0),(3,14,195,0,0),(3,14,196,0,0),(3,14,197,0,0),(3,14,198,0,0),(3,14,199,0,0),(3,14,200,0,0),(3,14,201,0,0),(3,14,202,0,0),(3,14,203,0,0),(3,14,204,0,0),(3,8,205,0,0),(3,8,206,0,0),(3,8,207,0,0),(3,8,208,0,0),(3,8,209,0,0),(3,8,210,0,0),(3,8,211,0,0),(3,8,212,0,0),(3,8,213,0,0),(3,8,214,0,0),(3,8,215,0,0),(3,8,216,0,0),(3,8,217,0,0),(3,8,218,0,0),(3,8,219,0,0),(3,10,220,0,0),(3,10,221,0,0),(3,10,222,0,0),(3,10,223,0,0),(3,10,224,0,0),(3,10,225,0,0),(3,10,226,0,0),(3,10,227,0,0),(3,10,228,0,0),(3,10,229,0,0),(3,10,230,0,0),(3,10,231,0,0),(3,9,232,0,0),(3,9,233,0,0),(3,9,234,0,0),(3,9,235,0,0),(3,9,236,0,0),(3,9,237,0,0),(3,9,238,0,0),(3,9,239,0,0),(3,9,240,0,0),(3,9,241,0,0),(3,9,242,0,0),(3,9,243,0,0),(3,9,244,0,0),(3,9,245,0,0),(3,9,246,0,0),(3,9,247,0,0),(3,9,248,0,0),(3,9,249,0,0),(3,9,250,0,0),(3,9,251,0,0),(3,9,252,0,0),(3,9,253,0,0),(3,9,254,0,0),(3,9,255,0,0),(3,16,256,0,0),(3,16,257,0,0),(3,16,258,0,0),(3,16,259,0,0),(3,16,260,0,0),(3,16,261,0,0),(3,16,262,0,0),(3,16,263,0,0),(3,16,264,0,0),(3,16,265,0,0),(3,16,266,0,0),(3,16,267,0,0),(3,16,268,0,0),(3,16,269,0,0),(3,16,270,0,0),(3,16,271,0,0),(3,16,272,0,0),(3,16,273,0,0),(3,16,274,0,0),(3,16,275,0,0),(3,16,276,0,0),(3,16,277,0,0),(3,16,278,0,0),(3,15,279,0,0),(3,15,280,0,0),(3,15,281,0,0),(3,15,282,0,0),(3,15,283,0,0),(3,15,284,0,0),(3,15,285,0,0),(3,15,286,0,0),(3,15,287,0,0),(3,15,288,0,0),(3,18,289,0,0),(3,18,290,0,0),(3,18,291,0,0),(3,18,292,0,0),(3,18,293,0,0),(3,18,294,0,0),(3,18,295,0,0),(3,18,296,0,0),(3,18,297,0,0),(3,18,298,0,0),(3,18,299,0,0),(3,18,300,0,0),(3,18,301,0,0),(3,18,302,0,0),(3,18,303,0,0),(3,18,304,0,0),(3,18,305,0,0),(3,19,306,0,0),(3,19,307,0,0),(3,19,308,0,0),(3,19,309,0,0),(3,19,310,0,0),(3,19,311,0,0),(3,19,312,0,0),(3,19,313,0,0),(3,20,314,0,0),(3,20,315,0,0),(3,20,316,0,0),(3,20,317,0,0),(3,20,318,0,0),(3,20,319,0,0),(3,20,320,0,0),(3,20,321,0,0),(3,20,322,0,0),(3,20,323,0,0),(3,20,324,0,0),(3,20,325,0,0),(3,20,326,0,0),(3,20,327,0,0),(3,20,328,0,0),(3,20,329,0,0),(3,20,330,0,0),(3,20,331,0,0),(3,20,332,0,0),(3,20,333,0,0),(3,20,334,0,0),(3,20,335,0,0),(3,20,336,0,0),(3,20,337,0,0),(3,20,338,0,0),(3,20,339,0,0),(3,20,340,0,0),(3,20,341,0,0),(3,20,342,0,0),(3,20,343,0,0),(3,20,344,0,0),(3,20,345,0,0),(3,20,346,0,0),(3,20,347,0,0),(3,20,348,0,0),(3,20,349,0,0),(3,20,350,0,0),(3,21,351,0,0),(3,21,352,0,0),(3,21,353,0,0),(3,21,354,0,0),(3,21,355,0,0),(3,21,356,0,0),(3,21,357,0,0),(3,21,358,0,0),(3,21,359,0,0),(3,21,360,0,0),(3,21,361,0,0),(3,21,362,0,0),(3,21,363,0,0),(3,21,364,0,0),(3,21,365,0,0),(3,21,366,0,0),(3,21,367,0,0),(3,21,368,0,0),(3,21,369,0,0),(3,21,370,0,0),(3,21,371,0,0),(3,21,372,0,0),(3,21,373,0,0),(3,21,374,0,0),(3,21,375,0,0),(3,21,376,0,0),(3,21,377,0,0),(3,21,378,0,0),(3,21,379,0,0),(3,21,380,0,0),(3,21,381,0,0),(3,21,382,0,0),(3,21,383,0,0),(3,21,384,0,0),(3,21,385,0,0),(3,21,386,0,0),(3,21,387,0,0),(3,21,388,0,0),(3,22,389,0,0),(3,22,390,0,0),(3,22,391,0,0),(3,22,392,0,0),(3,22,393,0,0),(3,22,394,0,0),(3,22,395,0,0),(3,22,396,0,0),(3,22,397,0,0),(3,22,398,0,0),(3,22,399,0,0),(3,22,400,0,0),(3,22,401,0,0),(3,22,402,0,0),(3,22,403,0,0),(3,22,404,0,0),(3,22,405,0,0),(3,22,406,0,0),(3,22,407,0,0),(3,22,408,0,0),(3,22,409,0,0),(3,22,410,0,0),(3,22,411,0,0),(3,22,412,0,0),(3,22,413,0,0),(3,22,414,0,0),(3,22,415,0,0),(3,22,416,0,0),(3,22,417,0,0),(3,22,418,0,0),(3,22,419,0,0),(3,22,420,0,0),(3,22,421,0,0),(3,22,422,0,0),(3,22,423,0,0),(3,22,424,0,0),(3,22,425,0,0),(3,22,426,0,0),(3,22,427,0,0),(3,22,428,0,0),(3,22,429,0,0),(3,22,430,0,0),(3,22,431,0,0),(3,22,432,0,0),(3,22,433,0,0),(3,22,434,0,0),(3,22,435,0,0),(3,23,436,0,0),(3,23,437,0,0),(3,23,438,0,0),(3,23,439,0,0),(3,23,440,0,0),(3,23,441,0,0),(3,23,442,0,0),(3,23,443,0,0),(3,23,444,0,0),(3,23,445,0,0),(3,23,446,0,0),(3,23,447,0,0),(3,23,448,0,0),(3,23,449,0,0),(3,23,450,0,0),(3,23,451,0,0),(3,23,452,0,0),(3,23,453,0,0),(3,23,454,0,0),(3,23,455,0,0),(3,23,456,0,0),(3,23,457,0,0),(3,23,458,0,0),(3,23,459,0,0),(3,23,460,0,0),(3,23,461,0,0),(3,23,462,0,0),(3,23,463,0,0),(3,23,464,0,0),(3,23,465,0,0),(3,23,466,0,0),(3,23,467,0,0),(3,23,468,0,0),(3,23,469,0,0),(3,23,470,0,0),(3,23,471,0,0),(3,23,472,0,0),(3,23,473,0,0),(3,23,474,0,0),(3,10,520,0,0),(3,10,521,0,0),(3,10,522,0,0),(3,10,523,0,0),(3,10,524,0,0),(3,10,525,0,0),(3,31,526,0,0),(3,31,527,0,0),(3,31,528,0,0),(3,31,529,0,0),(3,31,530,0,0),(3,31,531,0,0),(3,31,532,0,0),(3,31,533,0,0),(3,31,534,0,0),(3,31,535,0,0),(3,31,536,0,0),(3,31,537,0,0),(3,31,538,0,0),(3,31,539,0,0),(3,31,540,0,0),(3,31,541,0,0),(3,31,542,0,0),(3,31,543,0,0),(3,31,544,0,0),(3,31,545,0,0),(3,31,546,0,0),(3,31,547,0,0),(3,36,548,0,0),(3,36,549,0,0),(3,36,550,0,0),(3,36,551,0,0),(3,36,552,0,0),(3,36,553,0,0),(3,36,554,0,0),(3,36,555,0,0),(3,36,556,0,0),(3,36,557,0,0),(3,36,558,0,0),(3,36,559,0,0),(3,36,560,0,0),(3,36,561,0,0),(3,36,562,0,0),(3,36,563,0,0),(3,36,564,0,0),(3,36,565,0,0),(3,36,566,0,0),(3,36,567,0,0),(3,36,568,0,0),(3,36,569,0,0),(3,37,570,0,0),(3,37,571,0,0),(3,37,572,0,0),(3,37,573,0,0),(3,37,574,0,0),(3,37,575,0,0),(3,37,576,0,0),(3,37,577,0,0),(3,37,578,0,0),(3,37,579,0,0),(3,37,580,0,0),(3,37,581,0,0),(3,37,582,0,0),(3,37,583,0,0),(3,37,584,0,0),(3,37,585,0,0),(3,37,586,0,0),(3,29,587,0,0),(3,39,588,0,0),(3,39,589,0,0),(3,39,590,0,0),(3,39,591,0,0),(3,39,592,0,0),(3,39,593,0,0),(3,39,594,0,0),(3,39,595,0,0),(3,39,596,0,0),(3,39,597,0,0),(3,39,598,0,0),(3,39,599,0,0),(3,39,600,0,0),(3,40,601,0,0),(3,40,602,0,0),(3,40,603,0,0),(3,40,604,0,0),(3,40,605,0,0),(3,40,606,0,0),(3,40,607,0,0),(3,40,608,0,0),(3,40,609,0,0),(3,40,610,0,0),(3,40,611,0,0),(3,40,612,0,0),(3,40,613,0,0),(3,40,614,0,0),(3,40,615,0,0),(3,40,616,0,0),(3,40,617,0,0),(3,40,618,0,0),(3,41,619,0,0),(3,41,620,0,0),(3,41,621,0,0),(3,41,622,0,0),(3,41,623,0,0),(3,41,624,0,0),(3,41,625,0,0),(3,41,626,0,0),(3,41,627,0,0),(3,41,628,0,0),(3,41,629,0,0),(3,41,630,0,0),(3,41,631,0,0),(3,41,632,0,0),(3,41,633,0,0),(3,41,634,0,0),(3,41,635,0,0),(3,41,636,0,0),(3,41,637,0,0),(3,41,638,0,0),(3,43,639,0,0),(3,43,640,0,0),(3,43,641,0,0),(3,43,642,0,0),(3,43,643,0,0),(3,43,644,0,0),(3,43,645,0,0),(3,43,646,0,0),(3,43,647,0,0),(3,43,648,0,0),(3,43,649,0,0),(3,43,650,0,0),(3,43,651,0,0),(3,43,652,0,0),(3,43,653,0,0),(3,43,654,0,0),(3,43,655,0,0),(3,43,656,0,0),(3,43,657,0,0),(3,43,658,0,0),(3,43,659,0,0),(3,46,660,0,0),(3,46,661,0,0),(3,46,662,0,0),(3,46,663,0,0),(3,46,664,0,0),(3,46,665,0,0),(3,48,666,0,0),(3,48,667,0,0),(3,48,668,0,0),(3,48,669,0,0),(3,48,670,0,0),(3,48,671,0,0),(3,48,672,0,0),(3,48,673,0,0),(3,2,674,0,0),(3,29,675,0,0),(3,23,676,0,0),(3,23,677,0,0),(3,23,678,0,0),(3,23,679,0,0),(3,23,680,0,0),(3,23,681,0,0),(3,23,682,0,0),(3,23,683,0,0),(3,23,684,0,0),(3,22,685,0,0),(3,22,686,0,0),(3,22,687,0,0),(3,22,688,0,0),(3,22,689,0,0),(3,22,690,0,0),(3,22,691,0,0),(3,22,692,0,0),(3,22,693,0,0),(3,21,694,0,0),(3,21,695,0,0),(3,21,696,0,0),(3,21,697,0,0),(3,21,698,0,0),(3,21,699,0,0),(3,21,700,0,0),(3,21,701,0,0),(3,21,702,0,0),(3,20,703,0,0),(3,20,704,0,0),(3,20,705,0,0),(3,20,706,0,0),(3,20,707,0,0),(3,20,708,0,0),(3,20,709,0,0),(3,20,710,0,0),(3,20,711,0,0),(3,29,712,0,0),(3,40,713,0,0),(3,48,714,0,0),(3,29,715,0,0),(3,29,716,0,0),(3,29,717,0,0),(3,23,718,0,0),(3,22,719,0,0),(3,21,720,0,0),(3,20,721,0,0),(3,29,722,0,0),(3,6,723,0,0),(3,4,724,0,0),(3,2,725,0,0),(3,29,726,0,0),(3,23,727,0,0),(3,23,728,0,0),(3,21,729,0,0),(3,21,730,0,0),(3,18,731,0,0),(3,7,732,0,0),(3,48,733,0,0),(3,48,734,0,0),(3,23,735,0,0),(3,20,736,0,0),(3,21,737,0,0),(3,22,738,0,0),(3,29,739,0,0),(3,2,740,0,0),(3,13,741,0,0),(3,29,742,0,0),(3,29,743,0,0),(3,29,744,0,0),(3,29,745,0,0),(3,14,772,0,0),(3,36,773,0,0),(3,23,774,0,0),(3,29,775,0,0),(3,23,776,0,0),(3,23,777,0,0),(3,23,778,0,0),(3,20,779,0,0),(3,20,780,0,0),(3,20,781,0,0),(3,21,782,0,0),(3,22,783,0,0),(3,22,784,0,0),(3,22,785,0,0),(3,48,786,0,0),(3,48,787,0,0),(3,48,788,0,0),(3,2,789,0,0),(3,4,790,0,0),(3,6,791,0,0),(3,7,792,0,0),(3,8,793,0,0),(3,9,794,0,0),(3,10,795,0,0),(3,13,796,0,0),(3,14,797,0,0),(3,15,798,0,0),(3,16,799,0,0),(3,18,800,0,0),(3,19,801,0,0),(3,20,802,0,0),(3,21,803,0,0),(3,22,804,0,0),(3,23,805,0,0),(3,26,806,0,0),(3,10,807,0,0),(3,2,808,0,0),(3,4,809,0,0),(3,6,810,0,0),(3,7,811,0,0),(3,8,812,0,0),(3,9,813,0,0),(3,10,814,0,0),(3,13,815,0,0),(3,14,816,0,0),(3,15,817,0,0),(3,16,818,0,0),(3,18,819,0,0),(3,19,820,0,0),(3,20,821,0,0),(3,21,822,0,0),(3,22,823,0,0),(3,23,824,0,0),(3,26,825,0,0),(3,2,826,0,0),(3,4,827,0,0),(3,6,828,0,0),(3,7,829,0,0),(3,8,830,0,0),(3,9,831,0,0),(3,10,832,0,0),(3,13,833,0,0),(3,14,834,0,0),(3,15,835,0,0),(3,16,836,0,0),(3,18,837,0,0),(3,19,838,0,0),(3,20,839,0,0),(3,21,840,0,0),(3,22,841,0,0),(3,23,842,0,0),(3,26,843,0,0),(3,20,844,0,0),(3,21,845,0,0),(3,22,846,0,0),(3,23,847,0,0),(3,41,848,0,0),(3,41,849,0,0),(3,29,850,0,0),(3,22,851,0,0),(3,29,852,0,0),(3,6,853,0,0),(3,6,854,0,0),(3,6,855,0,0),(3,6,856,0,0),(3,6,857,0,0),(3,6,858,0,0),(3,6,859,0,0),(3,6,860,0,0),(3,6,861,0,0),(3,6,862,0,0),(3,6,863,0,0),(3,6,864,0,0),(3,6,865,0,0),(3,6,866,0,0),(3,6,867,0,0),(3,6,868,0,0),(3,6,869,0,0),(3,6,870,0,0),(3,6,871,0,0),(3,6,872,0,0),(3,6,873,0,0),(3,6,874,0,0),(3,6,875,0,0),(3,0,876,0,0),(3,6,877,0,0),(3,4,878,0,0),(3,4,879,0,0),(3,4,880,0,0),(3,4,881,0,0),(3,4,882,0,0),(3,4,883,0,0),(3,0,884,0,0),(3,0,885,0,0),(3,0,886,0,0),(3,0,887,0,0),(3,0,888,0,0),(3,0,889,0,0),(3,0,890,0,0),(3,0,891,0,0),(3,0,892,0,0),(3,0,893,0,0),(3,0,894,0,0),(3,0,895,0,0),(3,0,896,0,0),(3,0,897,0,0),(3,0,898,0,0),(3,0,899,0,0),(3,0,900,0,0),(3,0,901,0,0),(3,0,902,0,0),(3,0,903,0,0),(3,0,904,0,0),(3,0,905,0,0),(3,0,906,0,0),(3,0,907,0,0),(3,0,908,0,0),(3,0,909,0,0),(3,0,910,0,0),(3,0,911,0,0),(3,0,912,0,0),(3,0,913,0,0),(3,0,914,0,0),(3,0,915,0,0),(3,4,916,0,0),(3,4,917,0,0),(3,4,918,0,0),(3,4,919,0,0),(3,22,920,0,0),(3,22,921,0,0),(3,22,922,0,0),(3,22,923,0,0),(3,22,924,0,0),(3,22,925,0,0),(3,22,926,0,0),(3,22,927,0,0),(3,22,928,0,0),(3,22,929,0,0),(3,22,930,0,0),(3,22,931,0,0),(3,22,932,0,0),(3,22,933,0,0),(3,22,934,0,0),(3,22,935,0,0),(3,22,936,0,0),(3,22,937,0,0),(3,22,938,0,0),(3,22,939,0,0),(3,22,940,0,0),(3,22,941,0,0),(3,22,942,0,0),(3,22,943,0,0),(3,22,944,0,0),(3,22,945,0,0),(3,22,946,0,0),(3,22,947,0,0),(3,22,948,0,0),(3,22,949,0,0),(3,22,950,0,0),(3,22,951,0,0),(3,22,952,0,0),(3,22,953,0,0),(3,23,954,0,0),(3,23,955,0,0),(3,23,956,0,0),(3,23,957,0,0),(3,23,958,0,0),(3,23,959,0,0),(3,23,960,0,0),(3,23,961,0,0),(3,23,962,0,0),(3,50,963,0,0),(3,50,964,0,0),(3,50,965,0,0),(3,50,966,0,0),(3,50,967,0,0),(3,50,968,0,0),(3,50,969,0,0),(3,50,970,0,0),(3,50,971,0,0),(3,50,972,0,0),(3,50,973,0,0),(3,50,974,0,0),(3,50,975,0,0),(3,50,976,0,0),(3,50,977,0,0),(3,50,978,0,0),(3,50,979,0,0),(3,50,980,0,0),(3,50,981,0,0),(3,50,982,0,0),(3,50,983,0,0),(3,50,984,0,0),(3,50,985,0,0),(3,50,986,0,0),(3,50,987,0,0),(3,50,988,0,0),(3,50,989,0,0),(3,50,990,0,0),(3,50,991,0,0),(3,50,992,0,0),(3,50,993,0,0),(3,50,994,0,0),(3,50,995,0,0),(3,50,996,0,0),(3,50,997,0,0),(3,50,998,0,0),(3,50,999,0,0),(3,50,1000,0,0),(3,50,1001,0,0),(3,50,1002,0,0),(3,50,1003,0,0),(3,50,1004,0,0),(3,50,1005,0,0),(3,50,1006,0,0),(3,50,1007,0,0),(3,50,1008,0,0),(3,50,1009,0,0),(3,50,1010,0,0),(3,51,1011,0,0),(3,51,1012,0,0),(3,51,1013,0,0),(3,51,1014,0,0),(3,51,1015,0,0),(3,51,1016,0,0),(3,51,1017,0,0),(3,51,1018,0,0),(3,51,1019,0,0),(3,51,1020,0,0),(3,51,1021,0,0),(3,51,1022,0,0),(3,51,1023,0,0),(3,51,1024,0,0),(3,2,1025,0,0),(3,2,1026,0,0),(3,2,1027,0,0),(3,2,1028,0,0),(3,2,1029,0,0),(3,2,1030,0,0),(3,2,1031,0,0),(3,2,1032,0,0),(3,2,1033,0,0),(3,2,1034,0,0),(3,2,1035,0,0),(3,2,1036,0,0),(3,2,1037,0,0),(3,2,1038,0,0),(3,2,1039,0,0),(3,2,1040,0,0),(3,2,1041,0,0),(3,2,1042,0,0),(3,2,1043,0,0),(3,2,1044,0,0),(3,2,1045,0,0),(3,2,1046,0,0),(3,2,1047,0,0),(3,2,1048,0,0),(3,2,1049,0,0),(3,2,1050,0,0),(3,2,1051,0,0),(3,2,1052,0,0),(3,2,1053,0,0),(3,2,1054,0,0),(3,2,1055,0,0),(3,51,1056,0,0),(3,51,1057,0,0),(3,51,1058,0,0),(3,51,1059,0,0),(3,51,1060,0,0),(3,51,1061,0,0),(3,51,1062,0,0),(3,51,1063,0,0),(3,51,1064,0,0),(3,51,1065,0,0),(3,51,1066,0,0),(3,51,1067,0,0),(3,51,1068,0,0),(3,51,1069,0,0),(3,51,1070,0,0),(3,51,1071,0,0),(3,51,1072,0,0),(3,51,1073,0,0),(3,51,1074,0,0),(3,51,1075,0,0),(3,51,1076,0,0),(3,51,1077,0,0),(3,51,1078,0,0),(3,51,1079,0,0),(3,51,1080,0,0),(3,55,1081,0,0),(3,55,1082,0,0),(3,55,1083,0,0),(3,55,1084,0,0),(3,55,1085,0,0),(3,55,1086,0,0),(3,55,1087,0,0),(3,55,1088,0,0),(3,55,1089,0,0),(3,55,1090,0,0),(3,55,1091,0,0),(3,55,1092,0,0),(3,55,1093,0,0),(3,55,1094,0,0),(3,55,1095,0,0),(3,55,1096,0,0),(3,2,1097,0,0),(3,22,1098,0,0),(3,23,1099,0,0),(3,23,1100,0,0),(3,20,1101,0,0),(3,21,1102,0,0),(3,22,1103,0,0),(3,2,1104,0,0),(3,51,1105,0,0),(3,56,1106,0,0),(3,56,1107,0,0),(3,56,1108,0,0),(3,56,1109,0,0),(3,56,1110,0,0),(3,56,1111,0,0),(3,56,1112,0,0),(3,56,1113,0,0),(3,56,1114,0,0),(3,56,1115,0,0),(3,56,1116,0,0),(3,56,1117,0,0),(3,56,1118,0,0),(3,56,1119,0,0),(3,23,1120,0,0),(3,22,1121,0,0),(3,36,1122,0,0),(3,2,1123,0,0),(3,4,1124,0,0),(3,6,1125,0,0),(3,55,1126,0,0),(3,56,1127,0,0),(3,22,1128,0,0),(3,23,1129,0,0),(3,50,1130,0,0),(3,51,1131,0,0),(3,36,1132,0,0),(3,2,1133,0,0),(3,4,1134,0,0),(3,6,1135,0,0),(3,14,1136,0,0),(3,14,1137,0,0),(3,36,1138,0,0),(3,22,1139,0,0),(3,22,1140,0,0),(3,23,1141,0,0),(3,50,1142,0,0),(3,51,1143,0,0),(3,55,1144,0,0),(3,56,1145,0,0),(4,6,1,0,0),(4,6,2,0,0),(4,6,3,0,0),(4,6,4,0,0),(4,6,5,0,0),(4,6,6,0,0),(4,6,7,0,0),(4,6,8,0,0),(4,6,9,0,0),(4,6,10,0,0),(4,6,11,0,0),(4,6,12,0,0),(4,6,13,0,0),(4,6,14,0,0),(4,6,15,0,0),(4,6,16,0,0),(4,6,17,0,0),(4,6,18,0,0),(4,6,19,0,0),(4,6,20,0,0),(4,6,21,0,0),(4,6,22,0,0),(4,6,23,0,0),(4,6,24,0,0),(4,6,25,0,0),(4,6,26,0,0),(4,6,27,0,0),(4,6,28,0,0),(4,6,29,0,0),(4,6,30,0,0),(4,6,31,0,0),(4,6,32,0,0),(4,6,33,0,0),(4,6,34,0,0),(4,6,35,0,0),(4,6,36,0,0),(4,7,37,0,0),(4,7,38,0,0),(4,7,39,0,0),(4,7,40,0,0),(4,7,41,0,0),(4,7,42,0,0),(4,7,43,0,0),(4,7,44,0,0),(4,7,45,0,0),(4,7,46,0,0),(4,7,47,0,0),(4,7,48,0,0),(4,7,49,0,0),(4,7,50,0,0),(4,7,51,0,0),(4,7,52,0,0),(4,7,53,0,0),(4,7,54,0,0),(4,7,55,0,0),(4,7,56,0,0),(4,7,57,0,0),(4,7,58,0,0),(4,7,59,0,0),(4,7,60,0,0),(4,7,61,0,0),(4,7,62,0,0),(4,7,63,0,0),(4,7,64,0,0),(4,7,65,0,0),(4,4,66,0,0),(4,4,67,0,0),(4,4,68,0,0),(4,4,69,0,0),(4,4,70,0,0),(4,4,71,0,0),(4,4,72,0,0),(4,4,73,0,0),(4,4,74,0,0),(4,4,75,0,0),(4,4,76,0,0),(4,4,77,0,0),(4,4,78,0,0),(4,4,79,0,0),(4,4,80,0,0),(4,4,81,0,0),(4,4,82,0,0),(4,4,83,0,0),(4,4,84,0,0),(4,4,85,0,0),(4,4,86,0,0),(4,4,87,0,0),(4,4,88,0,0),(4,4,89,0,0),(4,4,90,0,0),(4,4,91,0,0),(4,4,92,0,0),(4,4,93,0,0),(4,4,94,0,0),(4,4,95,0,0),(4,4,96,0,0),(4,4,97,0,0),(4,4,98,0,0),(4,4,99,0,0),(4,4,100,0,0),(4,4,101,0,0),(4,4,102,0,0),(4,4,103,0,0),(4,4,104,0,0),(4,4,105,0,0),(4,4,106,0,0),(4,4,107,0,0),(4,4,108,0,0),(4,4,109,0,0),(4,2,110,0,0),(4,2,111,0,0),(4,2,112,0,0),(4,2,113,0,0),(4,2,114,0,0),(4,2,115,0,0),(4,2,116,0,0),(4,2,117,0,0),(4,2,118,0,0),(4,2,119,0,0),(4,2,120,0,0),(4,2,121,0,0),(4,2,122,0,0),(4,2,123,0,0),(4,2,124,0,0),(4,2,125,0,0),(4,26,126,0,0),(4,26,127,0,0),(4,26,128,0,0),(4,26,129,0,0),(4,26,130,0,0),(4,26,131,0,0),(4,26,132,0,0),(4,26,133,0,0),(4,26,134,0,0),(4,26,135,0,0),(4,26,136,0,0),(4,26,137,0,0),(4,26,138,0,0),(4,26,139,0,0),(4,26,140,0,0),(4,26,141,0,0),(4,26,142,0,0),(4,26,143,0,0),(4,26,144,0,0),(4,26,145,0,0),(4,26,146,0,0),(4,26,147,0,0),(4,26,148,0,0),(4,26,149,0,0),(4,26,150,0,0),(4,4,151,0,0),(4,6,152,0,0),(4,7,153,0,0),(4,26,154,0,0),(4,13,155,0,0),(4,13,156,0,0),(4,13,157,0,0),(4,13,158,0,0),(4,13,159,0,0),(4,13,160,0,0),(4,13,161,0,0),(4,13,162,0,0),(4,13,163,0,0),(4,13,164,0,0),(4,13,165,0,0),(4,13,166,0,0),(4,13,167,0,0),(4,13,168,0,0),(4,13,169,0,0),(4,13,170,0,0),(4,13,171,0,0),(4,13,172,0,0),(4,13,173,0,0),(4,14,174,0,0),(4,14,175,0,0),(4,14,176,0,0),(4,14,177,0,0),(4,14,178,0,0),(4,14,179,0,0),(4,14,180,0,0),(4,14,181,0,0),(4,14,182,0,0),(4,14,183,0,0),(4,14,184,0,0),(4,14,185,0,0),(4,14,186,0,0),(4,14,187,0,0),(4,14,188,0,0),(4,14,189,0,0),(4,14,190,0,0),(4,14,191,0,0),(4,14,192,0,0),(4,14,193,0,0),(4,14,194,0,0),(4,14,195,0,0),(4,14,196,0,0),(4,14,197,0,0),(4,14,198,0,0),(4,14,199,0,0),(4,14,200,0,0),(4,14,201,0,0),(4,14,202,0,0),(4,14,203,0,0),(4,14,204,0,0),(4,8,205,0,0),(4,8,206,0,0),(4,8,207,0,0),(4,8,208,0,0),(4,8,209,0,0),(4,8,210,0,0),(4,8,211,0,0),(4,8,212,0,0),(4,8,213,0,0),(4,8,214,0,0),(4,8,215,0,0),(4,8,216,0,0),(4,8,217,0,0),(4,8,218,0,0),(4,8,219,0,0),(4,10,220,0,0),(4,10,221,0,0),(4,10,222,0,0),(4,10,223,0,0),(4,10,224,0,0),(4,10,225,0,0),(4,10,226,0,0),(4,10,227,0,0),(4,10,228,0,0),(4,10,229,0,0),(4,10,230,0,0),(4,10,231,0,0),(4,9,232,0,0),(4,9,233,0,0),(4,9,234,0,0),(4,9,235,0,0),(4,9,236,0,0),(4,9,237,0,0),(4,9,238,0,0),(4,9,239,0,0),(4,9,240,0,0),(4,9,241,0,0),(4,9,242,0,0),(4,9,243,0,0),(4,9,244,0,0),(4,9,245,0,0),(4,9,246,0,0),(4,9,247,0,0),(4,9,248,0,0),(4,9,249,0,0),(4,9,250,0,0),(4,9,251,0,0),(4,9,252,0,0),(4,9,253,0,0),(4,9,254,0,0),(4,9,255,0,0),(4,16,256,0,0),(4,16,257,0,0),(4,16,258,0,0),(4,16,259,0,0),(4,16,260,0,0),(4,16,261,0,0),(4,16,262,0,0),(4,16,263,0,0),(4,16,264,0,0),(4,16,265,0,0),(4,16,266,0,0),(4,16,267,0,0),(4,16,268,0,0),(4,16,269,0,0),(4,16,270,0,0),(4,16,271,0,0),(4,16,272,0,0),(4,16,273,0,0),(4,16,274,0,0),(4,16,275,0,0),(4,16,276,0,0),(4,16,277,0,0),(4,16,278,0,0),(4,15,279,0,0),(4,15,280,0,0),(4,15,281,0,0),(4,15,282,0,0),(4,15,283,0,0),(4,15,284,0,0),(4,15,285,0,0),(4,15,286,0,0),(4,15,287,0,0),(4,15,288,0,0),(4,18,289,0,0),(4,18,290,0,0),(4,18,291,0,0),(4,18,292,0,0),(4,18,293,0,0),(4,18,294,0,0),(4,18,295,0,0),(4,18,296,0,0),(4,18,297,0,0),(4,18,298,0,0),(4,18,299,0,0),(4,18,300,0,0),(4,18,301,0,0),(4,18,302,0,0),(4,18,303,0,0),(4,18,304,0,0),(4,18,305,0,0),(4,19,306,0,0),(4,19,307,0,0),(4,19,308,0,0),(4,19,309,0,0),(4,19,310,0,0),(4,19,311,0,0),(4,19,312,0,0),(4,19,313,0,0),(4,20,314,0,0),(4,20,315,0,0),(4,20,316,0,0),(4,20,317,0,0),(4,20,318,0,0),(4,20,319,0,0),(4,20,320,0,0),(4,20,321,0,0),(4,20,322,0,0),(4,20,323,0,0),(4,20,324,0,0),(4,20,325,0,0),(4,20,326,0,0),(4,20,327,0,0),(4,20,328,0,0),(4,20,329,0,0),(4,20,330,0,0),(4,20,331,0,0),(4,20,332,0,0),(4,20,333,0,0),(4,20,334,0,0),(4,20,335,0,0),(4,20,336,0,0),(4,20,337,0,0),(4,20,338,0,0),(4,20,339,0,0),(4,20,340,0,0),(4,20,341,0,0),(4,20,342,0,0),(4,20,343,0,0),(4,20,344,0,0),(4,20,345,0,0),(4,20,346,0,0),(4,20,347,0,0),(4,20,348,0,0),(4,20,349,0,0),(4,20,350,0,0),(4,21,351,0,0),(4,21,352,0,0),(4,21,353,0,0),(4,21,354,0,0),(4,21,355,0,0),(4,21,356,0,0),(4,21,357,0,0),(4,21,358,0,0),(4,21,359,0,0),(4,21,360,0,0),(4,21,361,0,0),(4,21,362,0,0),(4,21,363,0,0),(4,21,364,0,0),(4,21,365,0,0),(4,21,366,0,0),(4,21,367,0,0),(4,21,368,0,0),(4,21,369,0,0),(4,21,370,0,0),(4,21,371,0,0),(4,21,372,0,0),(4,21,373,0,0),(4,21,374,0,0),(4,21,375,0,0),(4,21,376,0,0),(4,21,377,0,0),(4,21,378,0,0),(4,21,379,0,0),(4,21,380,0,0),(4,21,381,0,0),(4,21,382,0,0),(4,21,383,0,0),(4,21,384,0,0),(4,21,385,0,0),(4,21,386,0,0),(4,21,387,0,0),(4,21,388,0,0),(4,22,389,0,0),(4,22,390,0,0),(4,22,391,0,0),(4,22,392,0,0),(4,22,393,0,0),(4,22,394,0,0),(4,22,395,0,0),(4,22,396,0,0),(4,22,397,0,0),(4,22,398,0,0),(4,22,399,0,0),(4,22,400,0,0),(4,22,401,0,0),(4,22,402,0,0),(4,22,403,0,0),(4,22,404,0,0),(4,22,405,0,0),(4,22,406,0,0),(4,22,407,0,0),(4,22,408,0,0),(4,22,409,0,0),(4,22,410,0,0),(4,22,411,0,0),(4,22,412,0,0),(4,22,413,0,0),(4,22,414,0,0),(4,22,415,0,0),(4,22,416,0,0),(4,22,417,0,0),(4,22,418,0,0),(4,22,419,0,0),(4,22,420,0,0),(4,22,421,0,0),(4,22,422,0,0),(4,22,423,0,0),(4,22,424,0,0),(4,22,425,0,0),(4,22,426,0,0),(4,22,427,0,0),(4,22,428,0,0),(4,22,429,0,0),(4,22,430,0,0),(4,22,431,0,0),(4,22,432,0,0),(4,22,433,0,0),(4,22,434,0,0),(4,22,435,0,0),(4,23,436,0,0),(4,23,437,0,0),(4,23,438,0,0),(4,23,439,0,0),(4,23,440,0,0),(4,23,441,0,0),(4,23,442,0,0),(4,23,443,0,0),(4,23,444,0,0),(4,23,445,0,0),(4,23,446,0,0),(4,23,447,0,0),(4,23,448,0,0),(4,23,449,0,0),(4,23,450,0,0),(4,23,451,0,0),(4,23,452,0,0),(4,23,453,0,0),(4,23,454,0,0),(4,23,455,0,0),(4,23,456,0,0),(4,23,457,0,0),(4,23,458,0,0),(4,23,459,0,0),(4,23,460,0,0),(4,23,461,0,0),(4,23,462,0,0),(4,23,463,0,0),(4,23,464,0,0),(4,23,465,0,0),(4,23,466,0,0),(4,23,467,0,0),(4,23,468,0,0),(4,23,469,0,0),(4,23,470,0,0),(4,23,471,0,0),(4,23,472,0,0),(4,23,473,0,0),(4,23,474,0,0),(4,10,520,0,0),(4,10,521,0,0),(4,10,522,0,0),(4,10,523,0,0),(4,10,524,0,0),(4,10,525,0,0),(4,31,526,0,0),(4,31,527,0,0),(4,31,528,0,0),(4,31,529,0,0),(4,31,530,0,0),(4,31,531,0,0),(4,31,532,0,0),(4,31,533,0,0),(4,31,534,0,0),(4,31,535,0,0),(4,31,536,0,0),(4,31,537,0,0),(4,31,538,0,0),(4,31,539,0,0),(4,31,540,0,0),(4,31,541,0,0),(4,31,542,0,0),(4,31,543,0,0),(4,31,544,0,0),(4,31,545,0,0),(4,31,546,0,0),(4,31,547,0,0),(4,36,548,0,0),(4,36,549,0,0),(4,36,550,0,0),(4,36,551,0,0),(4,36,552,0,0),(4,36,553,0,0),(4,36,554,0,0),(4,36,555,0,0),(4,36,556,0,0),(4,36,557,0,0),(4,36,558,0,0),(4,36,559,0,0),(4,36,560,0,0),(4,36,561,0,0),(4,36,562,0,0),(4,36,563,0,0),(4,36,564,0,0),(4,36,565,0,0),(4,36,566,0,0),(4,36,567,0,0),(4,36,568,0,0),(4,36,569,0,0),(4,37,570,0,0),(4,37,571,0,0),(4,37,572,0,0),(4,37,573,0,0),(4,37,574,0,0),(4,37,575,0,0),(4,37,576,0,0),(4,37,577,0,0),(4,37,578,0,0),(4,37,579,0,0),(4,37,580,0,0),(4,37,581,0,0),(4,37,582,0,0),(4,37,583,0,0),(4,37,584,0,0),(4,37,585,0,0),(4,37,586,0,0),(4,29,587,0,0),(4,39,588,0,0),(4,39,589,0,0),(4,39,590,0,0),(4,39,591,0,0),(4,39,592,0,0),(4,39,593,0,0),(4,39,594,0,0),(4,39,595,0,0),(4,39,596,0,0),(4,39,597,0,0),(4,39,598,0,0),(4,39,599,0,0),(4,39,600,0,0),(4,40,601,0,0),(4,40,602,0,0),(4,40,603,0,0),(4,40,604,0,0),(4,40,605,0,0),(4,40,606,0,0),(4,40,607,0,0),(4,40,608,0,0),(4,40,609,0,0),(4,40,610,0,0),(4,40,611,0,0),(4,40,612,0,0),(4,40,613,0,0),(4,40,614,0,0),(4,40,615,0,0),(4,40,616,0,0),(4,40,617,0,0),(4,40,618,0,0),(4,41,619,0,0),(4,41,620,0,0),(4,41,621,0,0),(4,41,622,0,0),(4,41,623,0,0),(4,41,624,0,0),(4,41,625,0,0),(4,41,626,0,0),(4,41,627,0,0),(4,41,628,0,0),(4,41,629,0,0),(4,41,630,0,0),(4,41,631,0,0),(4,41,632,0,0),(4,41,633,0,0),(4,41,634,0,0),(4,41,635,0,0),(4,41,636,0,0),(4,41,637,0,0),(4,41,638,0,0),(4,43,639,0,0),(4,43,640,0,0),(4,43,641,0,0),(4,43,642,0,0),(4,43,643,0,0),(4,43,644,0,0),(4,43,645,0,0),(4,43,646,0,0),(4,43,647,0,0),(4,43,648,0,0),(4,43,649,0,0),(4,43,650,0,0),(4,43,651,0,0),(4,43,652,0,0),(4,43,653,0,0),(4,43,654,0,0),(4,43,655,0,0),(4,43,656,0,0),(4,43,657,0,0),(4,43,658,0,0),(4,43,659,0,0),(4,46,660,0,0),(4,46,661,0,0),(4,46,662,0,0),(4,46,663,0,0),(4,46,664,0,0),(4,46,665,0,0),(4,48,666,0,0),(4,48,667,0,0),(4,48,668,0,0),(4,48,669,0,0),(4,48,670,0,0),(4,48,671,0,0),(4,48,672,0,0),(4,48,673,0,0),(4,2,674,0,0),(4,29,675,0,0),(4,23,676,0,0),(4,23,677,0,0),(4,23,678,0,0),(4,23,679,0,0),(4,23,680,0,0),(4,23,681,0,0),(4,23,682,0,0),(4,23,683,0,0),(4,23,684,0,0),(4,22,685,0,0),(4,22,686,0,0),(4,22,687,0,0),(4,22,688,0,0),(4,22,689,0,0),(4,22,690,0,0),(4,22,691,0,0),(4,22,692,0,0),(4,22,693,0,0),(4,21,694,0,0),(4,21,695,0,0),(4,21,696,0,0),(4,21,697,0,0),(4,21,698,0,0),(4,21,699,0,0),(4,21,700,0,0),(4,21,701,0,0),(4,21,702,0,0),(4,20,703,0,0),(4,20,704,0,0),(4,20,705,0,0),(4,20,706,0,0),(4,20,707,0,0),(4,20,708,0,0),(4,20,709,0,0),(4,20,710,0,0),(4,20,711,0,0),(4,29,712,0,0),(4,40,713,0,0),(4,48,714,0,0),(4,29,715,0,0),(4,29,716,0,0),(4,29,717,0,0),(4,23,718,0,0),(4,22,719,0,0),(4,21,720,0,0),(4,20,721,0,0),(4,29,722,0,0),(4,6,723,0,0),(4,4,724,0,0),(4,2,725,0,0),(4,29,726,0,0),(4,23,727,0,0),(4,23,728,0,0),(4,21,729,0,0),(4,21,730,0,0),(4,18,731,0,0),(4,7,732,0,0),(4,48,733,0,0),(4,48,734,0,0),(4,23,735,0,0),(4,20,736,0,0),(4,21,737,0,0),(4,22,738,0,0),(4,29,739,0,0),(4,2,740,0,0),(4,13,741,0,0),(4,29,742,0,0),(4,29,743,0,0),(4,29,744,0,0),(4,29,745,0,0),(4,14,772,0,0),(4,36,773,0,0),(4,23,774,0,0),(4,29,775,0,0),(4,23,776,0,0),(4,23,777,0,0),(4,23,778,0,0),(4,20,779,0,0),(4,20,780,0,0),(4,20,781,0,0),(4,21,782,0,0),(4,22,783,0,0),(4,22,784,0,0),(4,22,785,0,0),(4,48,786,0,0),(4,48,787,0,0),(4,48,788,0,0),(4,2,789,0,0),(4,4,790,0,0),(4,6,791,0,0),(4,7,792,0,0),(4,8,793,0,0),(4,9,794,0,0),(4,10,795,0,0),(4,13,796,0,0),(4,14,797,0,0),(4,15,798,0,0),(4,16,799,0,0),(4,18,800,0,0),(4,19,801,0,0),(4,20,802,0,0),(4,21,803,0,0),(4,22,804,0,0),(4,23,805,0,0),(4,26,806,0,0),(4,10,807,0,0),(4,2,808,0,0),(4,4,809,0,0),(4,6,810,0,0),(4,7,811,0,0),(4,8,812,0,0),(4,9,813,0,0),(4,10,814,0,0),(4,13,815,0,0),(4,14,816,0,0),(4,15,817,0,0),(4,16,818,0,0),(4,18,819,0,0),(4,19,820,0,0),(4,20,821,0,0),(4,21,822,0,0),(4,22,823,0,0),(4,23,824,0,0),(4,26,825,0,0),(4,2,826,0,0),(4,4,827,0,0),(4,6,828,0,0),(4,7,829,0,0),(4,8,830,0,0),(4,9,831,0,0),(4,10,832,0,0),(4,13,833,0,0),(4,14,834,0,0),(4,15,835,0,0),(4,16,836,0,0),(4,18,837,0,0),(4,19,838,0,0),(4,20,839,0,0),(4,21,840,0,0),(4,22,841,0,0),(4,23,842,0,0),(4,26,843,0,0),(4,20,844,0,0),(4,21,845,0,0),(4,22,846,0,0),(4,23,847,0,0),(4,41,848,0,0),(4,41,849,0,0),(4,29,850,0,0),(4,22,851,0,0),(4,29,852,0,0),(4,6,853,0,0),(4,6,854,0,0),(4,6,855,0,0),(4,6,856,0,0),(4,6,857,0,0),(4,6,858,0,0),(4,6,859,0,0),(4,6,860,0,0),(4,6,861,0,0),(4,6,862,0,0),(4,6,863,0,0),(4,6,864,0,0),(4,6,865,0,0),(4,6,866,0,0),(4,6,867,0,0),(4,6,868,0,0),(4,6,869,0,0),(4,6,870,0,0),(4,6,871,0,0),(4,6,872,0,0),(4,6,873,0,0),(4,6,874,0,0),(4,6,875,0,0),(4,0,876,0,0),(4,6,877,0,0),(4,4,878,0,0),(4,4,879,0,0),(4,4,880,0,0),(4,4,881,0,0),(4,4,882,0,0),(4,4,883,0,0),(4,0,884,0,0),(4,0,885,0,0),(4,0,886,0,0),(4,0,887,0,0),(4,0,888,0,0),(4,0,889,0,0),(4,0,890,0,0),(4,0,891,0,0),(4,0,892,0,0),(4,0,893,0,0),(4,0,894,0,0),(4,0,895,0,0),(4,0,896,0,0),(4,0,897,0,0),(4,0,898,0,0),(4,0,899,0,0),(4,0,900,0,0),(4,0,901,0,0),(4,0,902,0,0),(4,0,903,0,0),(4,0,904,0,0),(4,0,905,0,0),(4,0,906,0,0),(4,0,907,0,0),(4,0,908,0,0),(4,0,909,0,0),(4,0,910,0,0),(4,0,911,0,0),(4,0,912,0,0),(4,0,913,0,0),(4,0,914,0,0),(4,0,915,0,0),(4,4,916,0,0),(4,4,917,0,0),(4,4,918,0,0),(4,4,919,0,0),(4,22,920,0,0),(4,22,921,0,0),(4,22,922,0,0),(4,22,923,0,0),(4,22,924,0,0),(4,22,925,0,0),(4,22,926,0,0),(4,22,927,0,0),(4,22,928,0,0),(4,22,929,0,0),(4,22,930,0,0),(4,22,931,0,0),(4,22,932,0,0),(4,22,933,0,0),(4,22,934,0,0),(4,22,935,0,0),(4,22,936,0,0),(4,22,937,0,0),(4,22,938,0,0),(4,22,939,0,0),(4,22,940,0,0),(4,22,941,0,0),(4,22,942,0,0),(4,22,943,0,0),(4,22,944,0,0),(4,22,945,0,0),(4,22,946,0,0),(4,22,947,0,0),(4,22,948,0,0),(4,22,949,0,0),(4,22,950,0,0),(4,22,951,0,0),(4,22,952,0,0),(4,22,953,0,0),(4,23,954,0,0),(4,23,955,0,0),(4,23,956,0,0),(4,23,957,0,0),(4,23,958,0,0),(4,23,959,0,0),(4,23,960,0,0),(4,23,961,0,0),(4,23,962,0,0),(4,50,963,0,0),(4,50,964,0,0),(4,50,965,0,0),(4,50,966,0,0),(4,50,967,0,0),(4,50,968,0,0),(4,50,969,0,0),(4,50,970,0,0),(4,50,971,0,0),(4,50,972,0,0),(4,50,973,0,0),(4,50,974,0,0),(4,50,975,0,0),(4,50,976,0,0),(4,50,977,0,0),(4,50,978,0,0),(4,50,979,0,0),(4,50,980,0,0),(4,50,981,0,0),(4,50,982,0,0),(4,50,983,0,0),(4,50,984,0,0),(4,50,985,0,0),(4,50,986,0,0),(4,50,987,0,0),(4,50,988,0,0),(4,50,989,0,0),(4,50,990,0,0),(4,50,991,0,0),(4,50,992,0,0),(4,50,993,0,0),(4,50,994,0,0),(4,50,995,0,0),(4,50,996,0,0),(4,50,997,0,0),(4,50,998,0,0),(4,50,999,0,0),(4,50,1000,0,0),(4,50,1001,0,0),(4,50,1002,0,0),(4,50,1003,0,0),(4,50,1004,0,0),(4,50,1005,0,0),(4,50,1006,0,0),(4,50,1007,0,0),(4,50,1008,0,0),(4,50,1009,0,0),(4,50,1010,0,0),(4,51,1011,0,0),(4,51,1012,0,0),(4,51,1013,0,0),(4,51,1014,0,0),(4,51,1015,0,0),(4,51,1016,0,0),(4,51,1017,0,0),(4,51,1018,0,0),(4,51,1019,0,0),(4,51,1020,0,0),(4,51,1021,0,0),(4,51,1022,0,0),(4,51,1023,0,0),(4,51,1024,0,0),(4,2,1025,0,0),(4,2,1026,0,0),(4,2,1027,0,0),(4,2,1028,0,0),(4,2,1029,0,0),(4,2,1030,0,0),(4,2,1031,0,0),(4,2,1032,0,0),(4,2,1033,0,0),(4,2,1034,0,0),(4,2,1035,0,0),(4,2,1036,0,0),(4,2,1037,0,0),(4,2,1038,0,0),(4,2,1039,0,0),(4,2,1040,0,0),(4,2,1041,0,0),(4,2,1042,0,0),(4,2,1043,0,0),(4,2,1044,0,0),(4,2,1045,0,0),(4,2,1046,0,0),(4,2,1047,0,0),(4,2,1048,0,0),(4,2,1049,0,0),(4,2,1050,0,0),(4,2,1051,0,0),(4,2,1052,0,0),(4,2,1053,0,0),(4,2,1054,0,0),(4,2,1055,0,0),(4,51,1056,0,0),(4,51,1057,0,0),(4,51,1058,0,0),(4,51,1059,0,0),(4,51,1060,0,0),(4,51,1061,0,0),(4,51,1062,0,0),(4,51,1063,0,0),(4,51,1064,0,0),(4,51,1065,0,0),(4,51,1066,0,0),(4,51,1067,0,0),(4,51,1068,0,0),(4,51,1069,0,0),(4,51,1070,0,0),(4,51,1071,0,0),(4,51,1072,0,0),(4,51,1073,0,0),(4,51,1074,0,0),(4,51,1075,0,0),(4,51,1076,0,0),(4,51,1077,0,0),(4,51,1078,0,0),(4,51,1079,0,0),(4,51,1080,0,0),(4,55,1081,0,0),(4,55,1082,0,0),(4,55,1083,0,0),(4,55,1084,0,0),(4,55,1085,0,0),(4,55,1086,0,0),(4,55,1087,0,0),(4,55,1088,0,0),(4,55,1089,0,0),(4,55,1090,0,0),(4,55,1091,0,0),(4,55,1092,0,0),(4,55,1093,0,0),(4,55,1094,0,0),(4,55,1095,0,0),(4,55,1096,0,0),(4,2,1097,0,0),(4,22,1098,0,0),(4,23,1099,0,0),(4,23,1100,0,0),(4,20,1101,0,0),(4,21,1102,0,0),(4,22,1103,0,0),(4,2,1104,0,0),(4,51,1105,0,0),(4,56,1106,0,0),(4,56,1107,0,0),(4,56,1108,0,0),(4,56,1109,0,0),(4,56,1110,0,0),(4,56,1111,0,0),(4,56,1112,0,0),(4,56,1113,0,0),(4,56,1114,0,0),(4,56,1115,0,0),(4,56,1116,0,0),(4,56,1117,0,0),(4,56,1118,0,0),(4,56,1119,0,0),(4,23,1120,0,0),(4,22,1121,0,0),(4,36,1122,0,0),(4,2,1123,0,0),(4,4,1124,0,0),(4,6,1125,0,0),(4,55,1126,0,0),(4,56,1127,0,0),(4,22,1128,0,0),(4,23,1129,0,0),(4,50,1130,0,0),(4,51,1131,0,0),(4,36,1132,0,0),(4,2,1133,0,0),(4,4,1134,0,0),(4,6,1135,0,0),(4,14,1136,0,0),(4,14,1137,0,0),(4,36,1138,0,0),(4,22,1139,0,0),(4,22,1140,0,0),(4,23,1141,0,0),(4,50,1142,0,0),(4,51,1143,0,0),(4,55,1144,0,0),(4,56,1145,0,0);
/*!40000 ALTER TABLE `vtiger_profile2field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2globalpermissions`
--
DROP TABLE IF EXISTS `vtiger_profile2globalpermissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2globalpermissions` (
`profileid` int(11) NOT NULL,
`globalactionid` int(11) NOT NULL,
`globalactionpermission` int(11) DEFAULT NULL,
PRIMARY KEY (`profileid`,`globalactionid`),
KEY `idx_profile2globalpermissions` (`profileid`,`globalactionid`),
CONSTRAINT `fk_1_vtiger_profile2globalpermissions` FOREIGN KEY (`profileid`) REFERENCES `vtiger_profile` (`profileid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2globalpermissions`
--
LOCK TABLES `vtiger_profile2globalpermissions` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2globalpermissions` DISABLE KEYS */;
INSERT INTO `vtiger_profile2globalpermissions` VALUES (1,1,0),(1,2,0),(2,1,1),(2,2,1),(3,1,1),(3,2,1),(4,1,1),(4,2,1);
/*!40000 ALTER TABLE `vtiger_profile2globalpermissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2standardpermissions`
--
DROP TABLE IF EXISTS `vtiger_profile2standardpermissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2standardpermissions` (
`profileid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`operation` int(11) NOT NULL,
`permissions` int(11) DEFAULT NULL,
PRIMARY KEY (`profileid`,`tabid`,`operation`),
KEY `profile2standardpermissions_profileid_tabid_operation_idx` (`profileid`,`tabid`,`operation`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2standardpermissions`
--
LOCK TABLES `vtiger_profile2standardpermissions` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2standardpermissions` DISABLE KEYS */;
INSERT INTO `vtiger_profile2standardpermissions` VALUES (1,2,0,0),(1,2,1,0),(1,2,2,0),(1,2,3,0),(1,2,4,0),(1,2,7,0),(1,4,0,0),(1,4,1,0),(1,4,2,0),(1,4,3,0),(1,4,4,0),(1,4,7,0),(1,6,0,0),(1,6,1,0),(1,6,2,0),(1,6,3,0),(1,6,4,0),(1,6,7,0),(1,7,0,0),(1,7,1,0),(1,7,2,0),(1,7,3,0),(1,7,4,0),(1,7,7,0),(1,8,0,0),(1,8,1,0),(1,8,2,0),(1,8,3,0),(1,8,4,0),(1,8,7,0),(1,9,0,0),(1,9,1,0),(1,9,2,0),(1,9,3,0),(1,9,4,0),(1,9,7,0),(1,10,0,0),(1,10,1,0),(1,10,2,0),(1,10,4,0),(1,13,0,0),(1,13,1,0),(1,13,2,0),(1,13,3,0),(1,13,4,0),(1,13,7,0),(1,14,0,0),(1,14,1,0),(1,14,2,0),(1,14,3,0),(1,14,4,0),(1,14,7,0),(1,15,0,0),(1,15,1,0),(1,15,2,0),(1,15,3,0),(1,15,4,0),(1,15,7,0),(1,16,0,0),(1,16,1,0),(1,16,2,0),(1,16,3,0),(1,16,4,0),(1,16,7,0),(1,18,0,0),(1,18,1,0),(1,18,2,0),(1,18,3,0),(1,18,4,0),(1,18,7,0),(1,19,0,0),(1,19,1,0),(1,19,2,0),(1,19,3,0),(1,19,4,0),(1,19,7,0),(1,20,0,0),(1,20,1,0),(1,20,2,0),(1,20,3,0),(1,20,4,0),(1,20,7,0),(1,21,0,0),(1,21,1,0),(1,21,2,0),(1,21,3,0),(1,21,4,0),(1,21,7,0),(1,22,0,0),(1,22,1,0),(1,22,2,0),(1,22,3,0),(1,22,4,0),(1,22,7,0),(1,23,0,0),(1,23,1,0),(1,23,2,0),(1,23,3,0),(1,23,4,0),(1,23,7,0),(1,25,0,1),(1,25,1,1),(1,25,2,1),(1,25,3,0),(1,25,4,0),(1,25,7,1),(1,26,0,0),(1,26,1,0),(1,26,2,0),(1,26,3,0),(1,26,4,0),(1,26,7,0),(1,31,0,0),(1,31,1,0),(1,31,2,0),(1,31,3,0),(1,31,4,0),(1,31,7,0),(1,36,0,0),(1,36,1,0),(1,36,2,0),(1,36,3,0),(1,36,4,0),(1,36,7,0),(1,37,0,0),(1,37,1,0),(1,37,2,0),(1,37,3,0),(1,37,4,0),(1,37,7,0),(1,39,0,0),(1,39,1,0),(1,39,2,0),(1,39,3,0),(1,39,4,0),(1,39,7,0),(1,40,0,0),(1,40,1,0),(1,40,2,0),(1,40,3,0),(1,40,4,0),(1,40,7,0),(1,41,0,0),(1,41,1,0),(1,41,2,0),(1,41,3,0),(1,41,4,0),(1,41,7,0),(1,43,0,0),(1,43,1,0),(1,43,2,0),(1,43,3,0),(1,43,4,0),(1,43,7,0),(1,46,0,0),(1,46,1,0),(1,46,2,0),(1,46,3,0),(1,46,4,0),(1,46,7,0),(1,48,0,0),(1,48,1,0),(1,48,2,0),(1,48,3,0),(1,48,4,0),(1,48,7,0),(1,50,0,0),(1,50,1,0),(1,50,2,0),(1,50,3,0),(1,50,4,0),(1,50,7,0),(1,51,0,0),(1,51,1,0),(1,51,2,0),(1,51,3,0),(1,51,4,0),(1,51,7,0),(1,55,0,0),(1,55,1,0),(1,55,2,0),(1,55,3,0),(1,55,4,0),(1,55,7,0),(1,56,0,0),(1,56,1,0),(1,56,2,0),(1,56,3,0),(1,56,4,0),(1,56,7,0),(2,2,0,0),(2,2,1,0),(2,2,2,0),(2,2,3,0),(2,2,4,0),(2,2,7,0),(2,4,0,0),(2,4,1,0),(2,4,2,0),(2,4,3,0),(2,4,4,0),(2,4,7,0),(2,6,0,0),(2,6,1,0),(2,6,2,0),(2,6,3,0),(2,6,4,0),(2,6,7,0),(2,7,0,0),(2,7,1,0),(2,7,2,0),(2,7,3,0),(2,7,4,0),(2,7,7,0),(2,8,0,0),(2,8,1,0),(2,8,2,0),(2,8,3,0),(2,8,4,0),(2,8,7,0),(2,9,0,0),(2,9,1,0),(2,9,2,0),(2,9,3,0),(2,9,4,0),(2,9,7,0),(2,10,0,0),(2,10,1,0),(2,10,2,0),(2,10,4,0),(2,13,0,1),(2,13,1,1),(2,13,2,1),(2,13,3,0),(2,13,4,0),(2,13,7,1),(2,14,0,0),(2,14,1,0),(2,14,2,0),(2,14,3,0),(2,14,4,0),(2,14,7,0),(2,15,0,0),(2,15,1,0),(2,15,2,0),(2,15,3,0),(2,15,4,0),(2,15,7,0),(2,16,0,0),(2,16,1,0),(2,16,2,0),(2,16,3,0),(2,16,4,0),(2,16,7,0),(2,18,0,0),(2,18,1,0),(2,18,2,0),(2,18,3,0),(2,18,4,0),(2,18,7,0),(2,19,0,0),(2,19,1,0),(2,19,2,0),(2,19,3,0),(2,19,4,0),(2,19,7,0),(2,20,0,0),(2,20,1,0),(2,20,2,0),(2,20,3,0),(2,20,4,0),(2,20,7,0),(2,21,0,0),(2,21,1,0),(2,21,2,0),(2,21,3,0),(2,21,4,0),(2,21,7,0),(2,22,0,0),(2,22,1,0),(2,22,2,0),(2,22,3,0),(2,22,4,0),(2,22,7,0),(2,23,0,0),(2,23,1,0),(2,23,2,0),(2,23,3,0),(2,23,4,0),(2,23,7,0),(2,25,0,1),(2,25,1,1),(2,25,2,1),(2,25,3,0),(2,25,4,0),(2,25,7,1),(2,26,0,0),(2,26,1,0),(2,26,2,0),(2,26,3,0),(2,26,4,0),(2,26,7,0),(2,31,0,0),(2,31,1,0),(2,31,2,0),(2,31,3,0),(2,31,4,0),(2,31,7,0),(2,36,0,0),(2,36,1,0),(2,36,2,0),(2,36,3,0),(2,36,4,0),(2,36,7,0),(2,37,0,0),(2,37,1,0),(2,37,2,0),(2,37,3,0),(2,37,4,0),(2,37,7,0),(2,39,0,0),(2,39,1,0),(2,39,2,0),(2,39,3,0),(2,39,4,0),(2,39,7,0),(2,40,0,0),(2,40,1,0),(2,40,2,0),(2,40,3,0),(2,40,4,0),(2,40,7,0),(2,41,0,0),(2,41,1,0),(2,41,2,0),(2,41,3,0),(2,41,4,0),(2,41,7,0),(2,43,0,0),(2,43,1,0),(2,43,2,0),(2,43,3,0),(2,43,4,0),(2,43,7,0),(2,46,0,0),(2,46,1,0),(2,46,2,0),(2,46,3,0),(2,46,4,0),(2,46,7,0),(2,48,0,0),(2,48,1,0),(2,48,2,0),(2,48,3,0),(2,48,4,0),(2,48,7,0),(2,50,0,0),(2,50,1,0),(2,50,2,0),(2,50,3,0),(2,50,4,0),(2,50,7,0),(2,51,0,0),(2,51,1,0),(2,51,2,0),(2,51,3,0),(2,51,4,0),(2,51,7,0),(2,55,0,0),(2,55,1,0),(2,55,2,0),(2,55,3,0),(2,55,4,0),(2,55,7,0),(2,56,0,0),(2,56,1,0),(2,56,2,0),(2,56,3,0),(2,56,4,0),(2,56,7,0),(3,2,0,1),(3,2,1,1),(3,2,2,1),(3,2,3,0),(3,2,4,0),(3,2,7,1),(3,4,0,0),(3,4,1,0),(3,4,2,0),(3,4,3,0),(3,4,4,0),(3,4,7,0),(3,6,0,0),(3,6,1,0),(3,6,2,0),(3,6,3,0),(3,6,4,0),(3,6,7,0),(3,7,0,0),(3,7,1,0),(3,7,2,0),(3,7,3,0),(3,7,4,0),(3,7,7,0),(3,8,0,0),(3,8,1,0),(3,8,2,0),(3,8,3,0),(3,8,4,0),(3,8,7,0),(3,9,0,0),(3,9,1,0),(3,9,2,0),(3,9,3,0),(3,9,4,0),(3,9,7,0),(3,10,0,0),(3,10,1,0),(3,10,2,0),(3,10,4,0),(3,13,0,0),(3,13,1,0),(3,13,2,0),(3,13,3,0),(3,13,4,0),(3,13,7,0),(3,14,0,0),(3,14,1,0),(3,14,2,0),(3,14,3,0),(3,14,4,0),(3,14,7,0),(3,15,0,0),(3,15,1,0),(3,15,2,0),(3,15,3,0),(3,15,4,0),(3,15,7,0),(3,16,0,0),(3,16,1,0),(3,16,2,0),(3,16,3,0),(3,16,4,0),(3,16,7,0),(3,18,0,0),(3,18,1,0),(3,18,2,0),(3,18,3,0),(3,18,4,0),(3,18,7,0),(3,19,0,0),(3,19,1,0),(3,19,2,0),(3,19,3,0),(3,19,4,0),(3,19,7,0),(3,20,0,0),(3,20,1,0),(3,20,2,0),(3,20,3,0),(3,20,4,0),(3,20,7,0),(3,21,0,0),(3,21,1,0),(3,21,2,0),(3,21,3,0),(3,21,4,0),(3,21,7,0),(3,22,0,0),(3,22,1,0),(3,22,2,0),(3,22,3,0),(3,22,4,0),(3,22,7,0),(3,23,0,0),(3,23,1,0),(3,23,2,0),(3,23,3,0),(3,23,4,0),(3,23,7,0),(3,25,0,1),(3,25,1,1),(3,25,2,1),(3,25,3,0),(3,25,4,0),(3,25,7,1),(3,26,0,0),(3,26,1,0),(3,26,2,0),(3,26,3,0),(3,26,4,0),(3,26,7,0),(3,31,0,0),(3,31,1,0),(3,31,2,0),(3,31,3,0),(3,31,4,0),(3,31,7,0),(3,36,0,0),(3,36,1,0),(3,36,2,0),(3,36,3,0),(3,36,4,0),(3,36,7,0),(3,37,0,0),(3,37,1,0),(3,37,2,0),(3,37,3,0),(3,37,4,0),(3,37,7,0),(3,39,0,0),(3,39,1,0),(3,39,2,0),(3,39,3,0),(3,39,4,0),(3,39,7,0),(3,40,0,0),(3,40,1,0),(3,40,2,0),(3,40,3,0),(3,40,4,0),(3,40,7,0),(3,41,0,0),(3,41,1,0),(3,41,2,0),(3,41,3,0),(3,41,4,0),(3,41,7,0),(3,43,0,0),(3,43,1,0),(3,43,2,0),(3,43,3,0),(3,43,4,0),(3,43,7,0),(3,46,0,0),(3,46,1,0),(3,46,2,0),(3,46,3,0),(3,46,4,0),(3,46,7,0),(3,48,0,0),(3,48,1,0),(3,48,2,0),(3,48,3,0),(3,48,4,0),(3,48,7,0),(3,50,0,0),(3,50,1,0),(3,50,2,0),(3,50,3,0),(3,50,4,0),(3,50,7,0),(3,51,0,0),(3,51,1,0),(3,51,2,0),(3,51,3,0),(3,51,4,0),(3,51,7,0),(3,55,0,0),(3,55,1,0),(3,55,2,0),(3,55,3,0),(3,55,4,0),(3,55,7,0),(3,56,0,0),(3,56,1,0),(3,56,2,0),(3,56,3,0),(3,56,4,0),(3,56,7,0),(4,2,0,1),(4,2,1,1),(4,2,2,1),(4,2,3,0),(4,2,4,0),(4,2,7,1),(4,4,0,1),(4,4,1,1),(4,4,2,1),(4,4,3,0),(4,4,4,0),(4,4,7,1),(4,6,0,1),(4,6,1,1),(4,6,2,1),(4,6,3,0),(4,6,4,0),(4,6,7,1),(4,7,0,1),(4,7,1,1),(4,7,2,1),(4,7,3,0),(4,7,4,0),(4,7,7,1),(4,8,0,1),(4,8,1,1),(4,8,2,1),(4,8,3,0),(4,8,4,0),(4,8,7,1),(4,9,0,1),(4,9,1,1),(4,9,2,1),(4,9,3,0),(4,9,4,0),(4,9,7,1),(4,10,0,0),(4,10,1,0),(4,10,2,0),(4,10,4,0),(4,13,0,1),(4,13,1,1),(4,13,2,1),(4,13,3,0),(4,13,4,0),(4,13,7,1),(4,14,0,1),(4,14,1,1),(4,14,2,1),(4,14,3,0),(4,14,4,0),(4,14,7,1),(4,15,0,1),(4,15,1,1),(4,15,2,1),(4,15,3,0),(4,15,4,0),(4,15,7,1),(4,16,0,1),(4,16,1,1),(4,16,2,1),(4,16,3,0),(4,16,4,0),(4,16,7,1),(4,18,0,1),(4,18,1,1),(4,18,2,1),(4,18,3,0),(4,18,4,0),(4,18,7,1),(4,19,0,1),(4,19,1,1),(4,19,2,1),(4,19,3,0),(4,19,4,0),(4,19,7,1),(4,20,0,1),(4,20,1,1),(4,20,2,1),(4,20,3,0),(4,20,4,0),(4,20,7,1),(4,21,0,1),(4,21,1,1),(4,21,2,1),(4,21,3,0),(4,21,4,0),(4,21,7,1),(4,22,0,1),(4,22,1,1),(4,22,2,1),(4,22,3,0),(4,22,4,0),(4,22,7,1),(4,23,0,1),(4,23,1,1),(4,23,2,1),(4,23,3,0),(4,23,4,0),(4,23,7,1),(4,25,0,1),(4,25,1,1),(4,25,2,1),(4,25,3,0),(4,25,4,0),(4,25,7,1),(4,26,0,1),(4,26,1,1),(4,26,2,1),(4,26,3,0),(4,26,4,0),(4,26,7,1),(4,31,0,0),(4,31,1,0),(4,31,2,0),(4,31,3,0),(4,31,4,0),(4,31,7,0),(4,36,0,0),(4,36,1,0),(4,36,2,0),(4,36,3,0),(4,36,4,0),(4,36,7,0),(4,37,0,0),(4,37,1,0),(4,37,2,0),(4,37,3,0),(4,37,4,0),(4,37,7,0),(4,39,0,0),(4,39,1,0),(4,39,2,0),(4,39,3,0),(4,39,4,0),(4,39,7,0),(4,40,0,0),(4,40,1,0),(4,40,2,0),(4,40,3,0),(4,40,4,0),(4,40,7,0),(4,41,0,0),(4,41,1,0),(4,41,2,0),(4,41,3,0),(4,41,4,0),(4,41,7,0),(4,43,0,0),(4,43,1,0),(4,43,2,0),(4,43,3,0),(4,43,4,0),(4,43,7,0),(4,46,0,0),(4,46,1,0),(4,46,2,0),(4,46,3,0),(4,46,4,0),(4,46,7,0),(4,48,0,0),(4,48,1,0),(4,48,2,0),(4,48,3,0),(4,48,4,0),(4,48,7,0),(4,50,0,0),(4,50,1,0),(4,50,2,0),(4,50,3,0),(4,50,4,0),(4,50,7,0),(4,51,0,0),(4,51,1,0),(4,51,2,0),(4,51,3,0),(4,51,4,0),(4,51,7,0),(4,55,0,0),(4,55,1,0),(4,55,2,0),(4,55,3,0),(4,55,4,0),(4,55,7,0),(4,56,0,0),(4,56,1,0),(4,56,2,0),(4,56,3,0),(4,56,4,0),(4,56,7,0);
/*!40000 ALTER TABLE `vtiger_profile2standardpermissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2tab`
--
DROP TABLE IF EXISTS `vtiger_profile2tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2tab` (
`profileid` int(11) DEFAULT NULL,
`tabid` int(11) DEFAULT NULL,
`permissions` int(11) NOT NULL DEFAULT '0',
KEY `profile2tab_profileid_tabid_idx` (`profileid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2tab`
--
LOCK TABLES `vtiger_profile2tab` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2tab` DISABLE KEYS */;
INSERT INTO `vtiger_profile2tab` VALUES (1,1,0),(1,2,0),(1,3,0),(1,4,0),(1,6,0),(1,7,0),(1,8,0),(1,9,0),(1,10,0),(1,13,0),(1,14,0),(1,15,0),(1,16,0),(1,18,0),(1,19,0),(1,20,0),(1,21,0),(1,22,0),(1,23,0),(1,24,0),(1,25,0),(1,26,0),(1,27,0),(2,1,0),(2,2,0),(2,3,0),(2,4,0),(2,6,0),(2,7,0),(2,8,0),(2,9,0),(2,10,0),(2,13,0),(2,14,0),(2,15,0),(2,16,0),(2,18,0),(2,19,0),(2,20,0),(2,21,0),(2,22,0),(2,23,0),(2,24,0),(2,25,0),(2,26,0),(2,27,0),(3,1,0),(3,2,0),(3,3,0),(3,4,0),(3,6,0),(3,7,0),(3,8,0),(3,9,0),(3,10,0),(3,13,0),(3,14,0),(3,15,0),(3,16,0),(3,18,0),(3,19,0),(3,20,0),(3,21,0),(3,22,0),(3,23,0),(3,24,0),(3,25,0),(3,26,0),(3,27,0),(4,1,0),(4,2,0),(4,3,0),(4,4,0),(4,6,0),(4,7,0),(4,8,0),(4,9,0),(4,10,0),(4,13,0),(4,14,0),(4,15,0),(4,16,0),(4,18,0),(4,19,0),(4,20,0),(4,21,0),(4,22,0),(4,23,0),(4,24,0),(4,25,0),(4,26,0),(4,27,0),(1,30,0),(2,30,0),(3,30,0),(4,30,0),(1,31,0),(2,31,0),(3,31,0),(4,31,0),(1,32,0),(2,32,0),(3,32,0),(4,32,0),(1,33,0),(2,33,0),(3,33,0),(4,33,0),(1,34,0),(2,34,0),(3,34,0),(4,34,0),(1,35,0),(2,35,0),(3,35,0),(4,35,0),(1,36,0),(2,36,0),(3,36,0),(4,36,0),(1,37,0),(2,37,0),(3,37,0),(4,37,0),(1,38,0),(2,38,0),(3,38,0),(4,38,0),(1,39,0),(2,39,0),(3,39,0),(4,39,0),(1,40,0),(2,40,0),(3,40,0),(4,40,0),(1,41,0),(2,41,0),(3,41,0),(4,41,0),(1,42,0),(2,42,0),(3,42,0),(4,42,0),(1,43,0),(2,43,0),(3,43,0),(4,43,0),(1,44,0),(2,44,0),(3,44,0),(4,44,0),(1,45,0),(2,45,0),(3,45,0),(4,45,0),(1,46,0),(2,46,0),(3,46,0),(4,46,0),(1,47,0),(2,47,0),(3,47,0),(4,47,0),(1,48,0),(2,48,0),(3,48,0),(4,48,0),(1,49,0),(2,49,0),(3,49,0),(4,49,0),(1,50,0),(2,50,0),(3,50,0),(4,50,0),(1,51,0),(2,51,0),(3,51,0),(4,51,0),(1,52,0),(2,52,0),(3,52,0),(4,52,0),(1,53,0),(2,53,0),(3,53,0),(4,53,0),(1,54,0),(2,54,0),(3,54,0),(4,54,0),(1,55,0),(2,55,0),(3,55,0),(4,55,0),(1,56,0),(2,56,0),(3,56,0),(4,56,0);
/*!40000 ALTER TABLE `vtiger_profile2tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile2utility`
--
DROP TABLE IF EXISTS `vtiger_profile2utility`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2utility` (
`profileid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`activityid` int(11) NOT NULL,
`permission` int(11) DEFAULT NULL,
PRIMARY KEY (`profileid`,`tabid`,`activityid`),
KEY `profile2utility_profileid_tabid_activityid_idx` (`profileid`,`tabid`,`activityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile2utility`
--
LOCK TABLES `vtiger_profile2utility` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2utility` DISABLE KEYS */;
INSERT INTO `vtiger_profile2utility` VALUES (1,2,5,0),(1,2,6,0),(1,2,10,0),(1,4,5,0),(1,4,6,0),(1,4,8,0),(1,4,10,0),(1,6,5,0),(1,6,6,0),(1,6,8,0),(1,6,10,0),(1,7,5,0),(1,7,6,0),(1,7,8,0),(1,7,9,0),(1,7,10,0),(1,8,6,0),(1,9,5,0),(1,9,6,0),(1,13,5,0),(1,13,6,0),(1,13,8,0),(1,13,10,0),(1,14,5,0),(1,14,6,0),(1,14,10,0),(1,18,5,0),(1,18,6,0),(1,18,10,0),(1,19,5,1),(1,19,6,1),(1,19,10,1),(1,20,5,0),(1,20,6,0),(1,21,5,0),(1,21,6,0),(1,22,5,0),(1,22,6,0),(1,23,5,0),(1,23,6,0),(1,25,6,0),(1,25,13,0),(1,31,5,0),(1,31,6,0),(1,31,10,0),(1,36,5,0),(1,36,6,0),(1,36,10,0),(1,37,11,1),(1,37,12,1),(1,39,5,1),(1,39,6,1),(1,39,10,1),(1,40,5,0),(1,40,6,0),(1,40,10,0),(1,41,5,0),(1,41,6,0),(1,41,10,0),(1,50,8,1),(2,2,5,1),(2,2,6,1),(2,2,10,0),(2,4,5,1),(2,4,6,1),(2,4,8,0),(2,4,10,0),(2,6,5,1),(2,6,6,1),(2,6,8,0),(2,6,10,0),(2,7,5,1),(2,7,6,1),(2,7,8,0),(2,7,9,0),(2,7,10,0),(2,8,6,1),(2,9,5,0),(2,9,6,0),(2,13,5,1),(2,13,6,1),(2,13,8,0),(2,13,10,0),(2,14,5,1),(2,14,6,1),(2,14,10,0),(2,18,5,1),(2,18,6,1),(2,18,10,0),(2,19,5,1),(2,19,6,1),(2,19,10,1),(2,20,5,0),(2,20,6,0),(2,21,5,0),(2,21,6,0),(2,22,5,0),(2,22,6,0),(2,23,5,0),(2,23,6,0),(2,25,6,0),(2,25,13,0),(2,31,5,0),(2,31,6,0),(2,31,10,0),(2,36,5,0),(2,36,6,0),(2,36,10,0),(2,37,11,1),(2,37,12,1),(2,39,5,1),(2,39,6,1),(2,39,10,1),(2,40,5,0),(2,40,6,0),(2,40,10,0),(2,41,5,0),(2,41,6,0),(2,41,10,0),(2,50,8,1),(3,2,5,1),(3,2,6,1),(3,2,10,0),(3,4,5,1),(3,4,6,1),(3,4,8,0),(3,4,10,0),(3,6,5,1),(3,6,6,1),(3,6,8,0),(3,6,10,0),(3,7,5,1),(3,7,6,1),(3,7,8,0),(3,7,9,0),(3,7,10,0),(3,8,6,1),(3,9,5,0),(3,9,6,0),(3,13,5,1),(3,13,6,1),(3,13,8,0),(3,13,10,0),(3,14,5,1),(3,14,6,1),(3,14,10,0),(3,18,5,1),(3,18,6,1),(3,18,10,0),(3,19,5,1),(3,19,6,1),(3,19,10,1),(3,20,5,0),(3,20,6,0),(3,21,5,0),(3,21,6,0),(3,22,5,0),(3,22,6,0),(3,23,5,0),(3,23,6,0),(3,25,6,0),(3,25,13,0),(3,31,5,0),(3,31,6,0),(3,31,10,0),(3,36,5,0),(3,36,6,0),(3,36,10,0),(3,37,11,1),(3,37,12,1),(3,39,5,1),(3,39,6,1),(3,39,10,1),(3,40,5,0),(3,40,6,0),(3,40,10,0),(3,41,5,0),(3,41,6,0),(3,41,10,0),(3,50,8,1),(4,2,5,1),(4,2,6,1),(4,2,10,0),(4,4,5,1),(4,4,6,1),(4,4,8,1),(4,4,10,0),(4,6,5,1),(4,6,6,1),(4,6,8,1),(4,6,10,0),(4,7,5,1),(4,7,6,1),(4,7,8,1),(4,7,9,0),(4,7,10,0),(4,8,6,1),(4,9,5,0),(4,9,6,0),(4,13,5,1),(4,13,6,1),(4,13,8,1),(4,13,10,0),(4,14,5,1),(4,14,6,1),(4,14,10,0),(4,18,5,1),(4,18,6,1),(4,18,10,0),(4,19,5,1),(4,19,6,1),(4,19,10,1),(4,20,5,0),(4,20,6,0),(4,21,5,0),(4,21,6,0),(4,22,5,0),(4,22,6,0),(4,23,5,0),(4,23,6,0),(4,25,6,0),(4,25,13,0),(4,31,5,0),(4,31,6,0),(4,31,10,0),(4,36,5,0),(4,36,6,0),(4,36,10,0),(4,37,11,1),(4,37,12,1),(4,39,5,1),(4,39,6,1),(4,39,10,1),(4,40,5,0),(4,40,6,0),(4,40,10,0),(4,41,5,0),(4,41,6,0),(4,41,10,0),(4,50,8,1);
/*!40000 ALTER TABLE `vtiger_profile2utility` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_profile_seq`
--
DROP TABLE IF EXISTS `vtiger_profile_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_profile_seq`
--
LOCK TABLES `vtiger_profile_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_profile_seq` DISABLE KEYS */;
INSERT INTO `vtiger_profile_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_profile_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_progress`
--
DROP TABLE IF EXISTS `vtiger_progress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_progress` (
`progressid` int(11) NOT NULL AUTO_INCREMENT,
`progress` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`progressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_progress`
--
LOCK TABLES `vtiger_progress` WRITE;
/*!40000 ALTER TABLE `vtiger_progress` DISABLE KEYS */;
INSERT INTO `vtiger_progress` VALUES (2,'10%',1,276,2,NULL),(3,'20%',1,277,3,NULL),(4,'30%',1,278,4,NULL),(5,'40%',1,279,5,NULL),(6,'50%',1,280,6,NULL),(7,'60%',1,281,7,NULL),(8,'70%',1,282,8,NULL),(9,'80%',1,283,9,NULL),(10,'90%',1,284,10,NULL),(11,'100%',1,285,11,NULL);
/*!40000 ALTER TABLE `vtiger_progress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_progress_seq`
--
DROP TABLE IF EXISTS `vtiger_progress_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_progress_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_progress_seq`
--
LOCK TABLES `vtiger_progress_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_progress_seq` DISABLE KEYS */;
INSERT INTO `vtiger_progress_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_progress_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_project`
--
DROP TABLE IF EXISTS `vtiger_project`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_project` (
`projectid` int(11) NOT NULL,
`projectname` varchar(255) DEFAULT NULL,
`project_no` varchar(100) DEFAULT NULL,
`startdate` date DEFAULT NULL,
`targetenddate` date DEFAULT NULL,
`actualenddate` date DEFAULT NULL,
`targetbudget` varchar(255) DEFAULT NULL,
`projecturl` varchar(255) DEFAULT NULL,
`projectstatus` varchar(100) DEFAULT NULL,
`projectpriority` varchar(100) DEFAULT NULL,
`projecttype` varchar(100) DEFAULT NULL,
`progress` varchar(100) DEFAULT NULL,
`linktoaccountscontacts` varchar(100) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`isconvertedfrompotential` int(11) NOT NULL DEFAULT '0',
`potentialid` varchar(100) DEFAULT NULL,
PRIMARY KEY (`projectid`),
CONSTRAINT `fk_crmid_vtiger_project` FOREIGN KEY (`projectid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_project`
--
LOCK TABLES `vtiger_project` WRITE;
/*!40000 ALTER TABLE `vtiger_project` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_project` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectcf`
--
DROP TABLE IF EXISTS `vtiger_projectcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectcf` (
`projectid` int(11) NOT NULL,
PRIMARY KEY (`projectid`),
CONSTRAINT `fk_projectid_vtiger_projectcf` FOREIGN KEY (`projectid`) REFERENCES `vtiger_project` (`projectid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectcf`
--
LOCK TABLES `vtiger_projectcf` WRITE;
/*!40000 ALTER TABLE `vtiger_projectcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projectcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestone`
--
DROP TABLE IF EXISTS `vtiger_projectmilestone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestone` (
`projectmilestoneid` int(11) NOT NULL,
`projectmilestonename` varchar(255) DEFAULT NULL,
`projectmilestone_no` varchar(100) DEFAULT NULL,
`projectmilestonedate` varchar(255) DEFAULT NULL,
`projectid` varchar(100) DEFAULT NULL,
`projectmilestonetype` varchar(100) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
PRIMARY KEY (`projectmilestoneid`),
CONSTRAINT `fk_crmid_vtiger_projectmilestone` FOREIGN KEY (`projectmilestoneid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestone`
--
LOCK TABLES `vtiger_projectmilestone` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestone` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projectmilestone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestonecf`
--
DROP TABLE IF EXISTS `vtiger_projectmilestonecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestonecf` (
`projectmilestoneid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`projectmilestoneid`),
CONSTRAINT `fk_projectmilestoneid_vtiger_projectmilestonecf` FOREIGN KEY (`projectmilestoneid`) REFERENCES `vtiger_projectmilestone` (`projectmilestoneid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestonecf`
--
LOCK TABLES `vtiger_projectmilestonecf` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projectmilestonecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestonetype`
--
DROP TABLE IF EXISTS `vtiger_projectmilestonetype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestonetype` (
`projectmilestonetypeid` int(11) NOT NULL AUTO_INCREMENT,
`projectmilestonetype` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projectmilestonetypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestonetype`
--
LOCK TABLES `vtiger_projectmilestonetype` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` DISABLE KEYS */;
INSERT INTO `vtiger_projectmilestonetype` VALUES (2,'administrative',1,236,2,NULL),(3,'operative',1,237,3,NULL),(4,'other',1,238,4,NULL);
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectmilestonetype_seq`
--
DROP TABLE IF EXISTS `vtiger_projectmilestonetype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestonetype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectmilestonetype_seq`
--
LOCK TABLES `vtiger_projectmilestonetype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonetype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projectmilestonetype_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projectmilestonetype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectpriority`
--
DROP TABLE IF EXISTS `vtiger_projectpriority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectpriority` (
`projectpriorityid` int(11) NOT NULL AUTO_INCREMENT,
`projectpriority` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projectpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectpriority`
--
LOCK TABLES `vtiger_projectpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_projectpriority` DISABLE KEYS */;
INSERT INTO `vtiger_projectpriority` VALUES (2,'low',1,272,2,NULL),(3,'normal',1,273,3,NULL),(4,'high',1,274,4,NULL);
/*!40000 ALTER TABLE `vtiger_projectpriority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectpriority_seq`
--
DROP TABLE IF EXISTS `vtiger_projectpriority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectpriority_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectpriority_seq`
--
LOCK TABLES `vtiger_projectpriority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projectpriority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projectpriority_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projectpriority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectstatus`
--
DROP TABLE IF EXISTS `vtiger_projectstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectstatus` (
`projectstatusid` int(11) NOT NULL AUTO_INCREMENT,
`projectstatus` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projectstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectstatus`
--
LOCK TABLES `vtiger_projectstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_projectstatus` DISABLE KEYS */;
INSERT INTO `vtiger_projectstatus` VALUES (2,'prospecting',1,259,2,NULL),(3,'initiated',1,260,3,NULL),(4,'in progress',1,261,4,NULL),(5,'waiting for feedback',1,262,5,NULL),(6,'on hold',1,263,6,NULL),(7,'completed',1,264,7,NULL),(8,'delivered',1,265,8,NULL),(9,'archived',1,266,9,NULL);
/*!40000 ALTER TABLE `vtiger_projectstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projectstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_projectstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projectstatus_seq`
--
LOCK TABLES `vtiger_projectstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projectstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projectstatus_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_projectstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttask`
--
DROP TABLE IF EXISTS `vtiger_projecttask`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttask` (
`projecttaskid` int(11) NOT NULL,
`projecttaskname` varchar(255) DEFAULT NULL,
`projecttask_no` varchar(100) DEFAULT NULL,
`projecttasktype` varchar(100) DEFAULT NULL,
`projecttaskpriority` varchar(100) DEFAULT NULL,
`projecttaskprogress` varchar(100) DEFAULT NULL,
`projecttaskhours` varchar(255) DEFAULT NULL,
`startdate` date DEFAULT NULL,
`enddate` date DEFAULT NULL,
`projectid` varchar(100) DEFAULT NULL,
`projecttasknumber` int(11) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`projecttaskstatus` varchar(100) DEFAULT NULL,
PRIMARY KEY (`projecttaskid`),
CONSTRAINT `fk_crmid_vtiger_projecttask` FOREIGN KEY (`projecttaskid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttask`
--
LOCK TABLES `vtiger_projecttask` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttask` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projecttask` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttask_status_color`
--
DROP TABLE IF EXISTS `vtiger_projecttask_status_color`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttask_status_color` (
`status` varchar(255) DEFAULT NULL,
`defaultcolor` varchar(50) DEFAULT NULL,
`color` varchar(50) DEFAULT NULL,
UNIQUE KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttask_status_color`
--
LOCK TABLES `vtiger_projecttask_status_color` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttask_status_color` DISABLE KEYS */;
INSERT INTO `vtiger_projecttask_status_color` VALUES ('Open','#0099ff',NULL),('In Progress','#fdff00',NULL),('Completed','#3BBF67',NULL),('Deferred','#fbb11e',NULL),('Canceled','#660066',NULL);
/*!40000 ALTER TABLE `vtiger_projecttask_status_color` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskcf`
--
DROP TABLE IF EXISTS `vtiger_projecttaskcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskcf` (
`projecttaskid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`projecttaskid`),
CONSTRAINT `fk_projecttaskid_vtiger_projecttaskcf` FOREIGN KEY (`projecttaskid`) REFERENCES `vtiger_projecttask` (`projecttaskid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskcf`
--
LOCK TABLES `vtiger_projecttaskcf` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_projecttaskcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskpriority`
--
DROP TABLE IF EXISTS `vtiger_projecttaskpriority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskpriority` (
`projecttaskpriorityid` int(11) NOT NULL AUTO_INCREMENT,
`projecttaskpriority` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttaskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskpriority`
--
LOCK TABLES `vtiger_projecttaskpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskpriority` VALUES (2,'low',1,244,2,NULL),(3,'normal',1,245,3,NULL),(4,'high',1,246,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskpriority_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttaskpriority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskpriority_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskpriority_seq`
--
LOCK TABLES `vtiger_projecttaskpriority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskpriority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskpriority_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projecttaskpriority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskprogress`
--
DROP TABLE IF EXISTS `vtiger_projecttaskprogress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskprogress` (
`projecttaskprogressid` int(11) NOT NULL AUTO_INCREMENT,
`projecttaskprogress` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttaskprogressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskprogress`
--
LOCK TABLES `vtiger_projecttaskprogress` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskprogress` VALUES (2,'10%',1,248,2,NULL),(3,'20%',1,249,3,NULL),(4,'30%',1,250,4,NULL),(5,'40%',1,251,5,NULL),(6,'50%',1,252,6,NULL),(7,'60%',1,253,7,NULL),(8,'70%',1,254,8,NULL),(9,'80%',1,255,9,NULL),(10,'90%',1,256,10,NULL),(11,'100%',1,257,11,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskprogress_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttaskprogress_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskprogress_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskprogress_seq`
--
LOCK TABLES `vtiger_projecttaskprogress_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskprogress_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskprogress_seq` VALUES (11);
/*!40000 ALTER TABLE `vtiger_projecttaskprogress_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskstatus`
--
DROP TABLE IF EXISTS `vtiger_projecttaskstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskstatus` (
`projecttaskstatusid` int(11) NOT NULL AUTO_INCREMENT,
`projecttaskstatus` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttaskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskstatus`
--
LOCK TABLES `vtiger_projecttaskstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskstatus` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskstatus` VALUES (2,'Open',0,290,2,NULL),(3,'In Progress',0,291,3,NULL),(4,'Completed',0,292,4,NULL),(5,'Deferred',0,293,5,NULL),(6,'Canceled ',0,294,6,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttaskstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttaskstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttaskstatus_seq`
--
LOCK TABLES `vtiger_projecttaskstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskstatus_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_projecttaskstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttasktype`
--
DROP TABLE IF EXISTS `vtiger_projecttasktype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttasktype` (
`projecttasktypeid` int(11) NOT NULL AUTO_INCREMENT,
`projecttasktype` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttasktypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttasktype`
--
LOCK TABLES `vtiger_projecttasktype` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttasktype` DISABLE KEYS */;
INSERT INTO `vtiger_projecttasktype` VALUES (2,'administrative',1,240,2,NULL),(3,'operative',1,241,3,NULL),(4,'other',1,242,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttasktype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttasktype_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttasktype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttasktype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttasktype_seq`
--
LOCK TABLES `vtiger_projecttasktype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttasktype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttasktype_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projecttasktype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttype`
--
DROP TABLE IF EXISTS `vtiger_projecttype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttype` (
`projecttypeid` int(11) NOT NULL AUTO_INCREMENT,
`projecttype` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttype`
--
LOCK TABLES `vtiger_projecttype` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttype` DISABLE KEYS */;
INSERT INTO `vtiger_projecttype` VALUES (2,'administrative',1,268,2,NULL),(3,'operative',1,269,3,NULL),(4,'other',1,270,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_projecttype_seq`
--
DROP TABLE IF EXISTS `vtiger_projecttype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_projecttype_seq`
--
LOCK TABLES `vtiger_projecttype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_projecttype_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_projecttype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_purchaseorder`
--
DROP TABLE IF EXISTS `vtiger_purchaseorder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchaseorder` (
`purchaseorderid` int(11) NOT NULL DEFAULT '0',
`subject` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`quoteid` int(11) DEFAULT NULL,
`vendorid` int(11) DEFAULT NULL,
`requisition_no` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`purchaseorder_no` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tracking_no` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contactid` int(11) DEFAULT NULL,
`duedate` date DEFAULT NULL,
`carrier` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`salescommission` decimal(25,3) DEFAULT NULL,
`exciseduty` decimal(25,3) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`terms_conditions` text COLLATE utf8mb4_unicode_ci,
`postatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_id` int(11) NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`compound_taxes_info` text COLLATE utf8mb4_unicode_ci,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`paid` decimal(25,8) DEFAULT NULL,
`balance` decimal(25,8) DEFAULT NULL,
`s_h_percent` int(11) DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region_id` int(11) DEFAULT NULL,
PRIMARY KEY (`purchaseorderid`),
KEY `purchaseorder_vendorid_idx` (`vendorid`),
KEY `purchaseorder_quoteid_idx` (`quoteid`),
KEY `purchaseorder_contactid_idx` (`contactid`),
CONSTRAINT `fk_4_vtiger_purchaseorder` FOREIGN KEY (`vendorid`) REFERENCES `vtiger_vendor` (`vendorid`) ON DELETE CASCADE,
CONSTRAINT `fk_crmid_vtiger_purchaseorder` FOREIGN KEY (`purchaseorderid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_purchaseorder`
--
LOCK TABLES `vtiger_purchaseorder` WRITE;
/*!40000 ALTER TABLE `vtiger_purchaseorder` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_purchaseorder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_purchaseordercf`
--
DROP TABLE IF EXISTS `vtiger_purchaseordercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchaseordercf` (
`purchaseorderid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`purchaseorderid`),
CONSTRAINT `fk_1_vtiger_purchaseordercf` FOREIGN KEY (`purchaseorderid`) REFERENCES `vtiger_purchaseorder` (`purchaseorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_purchaseordercf`
--
LOCK TABLES `vtiger_purchaseordercf` WRITE;
/*!40000 ALTER TABLE `vtiger_purchaseordercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_purchaseordercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotes`
--
DROP TABLE IF EXISTS `vtiger_quotes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotes` (
`quoteid` int(11) NOT NULL DEFAULT '0',
`subject` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`potentialid` int(11) DEFAULT NULL,
`quotestage` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`validtill` date DEFAULT NULL,
`contactid` int(11) DEFAULT NULL,
`quote_no` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`carrier` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`shipping` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`inventorymanager` int(11) DEFAULT NULL,
`type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`accountid` int(11) DEFAULT NULL,
`terms_conditions` text COLLATE utf8mb4_unicode_ci,
`currency_id` int(11) NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`compound_taxes_info` text COLLATE utf8mb4_unicode_ci,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`s_h_percent` int(11) DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region_id` int(11) DEFAULT NULL,
PRIMARY KEY (`quoteid`),
KEY `quote_quotestage_idx` (`quotestage`),
KEY `quotes_potentialid_idx` (`potentialid`),
KEY `quotes_contactid_idx` (`contactid`),
CONSTRAINT `fk_3_vtiger_quotes` FOREIGN KEY (`potentialid`) REFERENCES `vtiger_potential` (`potentialid`) ON DELETE CASCADE,
CONSTRAINT `fk_crmid_vtiger_quotes` FOREIGN KEY (`quoteid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotes`
--
LOCK TABLES `vtiger_quotes` WRITE;
/*!40000 ALTER TABLE `vtiger_quotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotesbillads`
--
DROP TABLE IF EXISTS `vtiger_quotesbillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotesbillads` (
`quotebilladdressid` int(11) NOT NULL DEFAULT '0',
`bill_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`quotebilladdressid`),
CONSTRAINT `fk_1_vtiger_quotesbillads` FOREIGN KEY (`quotebilladdressid`) REFERENCES `vtiger_quotes` (`quoteid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotesbillads`
--
LOCK TABLES `vtiger_quotesbillads` WRITE;
/*!40000 ALTER TABLE `vtiger_quotesbillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotesbillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotescf`
--
DROP TABLE IF EXISTS `vtiger_quotescf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotescf` (
`quoteid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`quoteid`),
CONSTRAINT `fk_1_vtiger_quotescf` FOREIGN KEY (`quoteid`) REFERENCES `vtiger_quotes` (`quoteid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotescf`
--
LOCK TABLES `vtiger_quotescf` WRITE;
/*!40000 ALTER TABLE `vtiger_quotescf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotescf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotesshipads`
--
DROP TABLE IF EXISTS `vtiger_quotesshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotesshipads` (
`quoteshipaddressid` int(11) NOT NULL DEFAULT '0',
`ship_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`quoteshipaddressid`),
CONSTRAINT `fk_1_vtiger_quotesshipads` FOREIGN KEY (`quoteshipaddressid`) REFERENCES `vtiger_quotes` (`quoteid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotesshipads`
--
LOCK TABLES `vtiger_quotesshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_quotesshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotesshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotestage`
--
DROP TABLE IF EXISTS `vtiger_quotestage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotestage` (
`quotestageid` int(11) NOT NULL AUTO_INCREMENT,
`quotestage` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`quotestageid`),
UNIQUE KEY `quotestage_quotestage_idx` (`quotestage`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotestage`
--
LOCK TABLES `vtiger_quotestage` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestage` DISABLE KEYS */;
INSERT INTO `vtiger_quotestage` VALUES (1,'Created',0,139,0,NULL),(2,'Delivered',0,140,1,NULL),(3,'Reviewed',0,141,2,NULL),(4,'Accepted',0,142,3,NULL),(5,'Rejected',0,143,4,NULL);
/*!40000 ALTER TABLE `vtiger_quotestage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotestage_seq`
--
DROP TABLE IF EXISTS `vtiger_quotestage_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotestage_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotestage_seq`
--
LOCK TABLES `vtiger_quotestage_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestage_seq` DISABLE KEYS */;
INSERT INTO `vtiger_quotestage_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_quotestage_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_quotestagehistory`
--
DROP TABLE IF EXISTS `vtiger_quotestagehistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotestagehistory` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`quoteid` int(11) NOT NULL,
`accountname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`quotestage` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `quotestagehistory_quoteid_idx` (`quoteid`),
CONSTRAINT `fk_1_vtiger_quotestagehistory` FOREIGN KEY (`quoteid`) REFERENCES `vtiger_quotes` (`quoteid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_quotestagehistory`
--
LOCK TABLES `vtiger_quotestagehistory` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestagehistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_quotestagehistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rating`
--
DROP TABLE IF EXISTS `vtiger_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rating` (
`rating_id` int(11) NOT NULL AUTO_INCREMENT,
`rating` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`rating_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rating`
--
LOCK TABLES `vtiger_rating` WRITE;
/*!40000 ALTER TABLE `vtiger_rating` DISABLE KEYS */;
INSERT INTO `vtiger_rating` VALUES (2,'Acquired',1,145,1,NULL),(3,'Active',1,146,2,NULL),(4,'Market Failed',1,147,3,NULL),(5,'Project Cancelled',1,148,4,NULL),(6,'Shutdown',1,149,5,NULL);
/*!40000 ALTER TABLE `vtiger_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rating_seq`
--
DROP TABLE IF EXISTS `vtiger_rating_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rating_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rating_seq`
--
LOCK TABLES `vtiger_rating_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_rating_seq` DISABLE KEYS */;
INSERT INTO `vtiger_rating_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_rating_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurring_frequency`
--
DROP TABLE IF EXISTS `vtiger_recurring_frequency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurring_frequency` (
`recurring_frequency_id` int(11) DEFAULT NULL,
`recurring_frequency` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurring_frequency`
--
LOCK TABLES `vtiger_recurring_frequency` WRITE;
/*!40000 ALTER TABLE `vtiger_recurring_frequency` DISABLE KEYS */;
INSERT INTO `vtiger_recurring_frequency` VALUES (2,'Daily',1,1,NULL),(3,'Weekly',2,1,NULL),(4,'Monthly',3,1,NULL),(5,'Quarterly',4,1,NULL),(6,'Yearly',5,1,NULL);
/*!40000 ALTER TABLE `vtiger_recurring_frequency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurring_frequency_seq`
--
DROP TABLE IF EXISTS `vtiger_recurring_frequency_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurring_frequency_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurring_frequency_seq`
--
LOCK TABLES `vtiger_recurring_frequency_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_recurring_frequency_seq` DISABLE KEYS */;
INSERT INTO `vtiger_recurring_frequency_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_recurring_frequency_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurringevents`
--
DROP TABLE IF EXISTS `vtiger_recurringevents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurringevents` (
`recurringid` int(11) NOT NULL AUTO_INCREMENT,
`activityid` int(11) NOT NULL,
`recurringdate` date DEFAULT NULL,
`recurringtype` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`recurringfreq` int(11) DEFAULT NULL,
`recurringinfo` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`recurringenddate` date DEFAULT NULL,
PRIMARY KEY (`recurringid`),
KEY `fk_1_vtiger_recurringevents` (`activityid`),
CONSTRAINT `fk_1_vtiger_recurringevents` FOREIGN KEY (`activityid`) REFERENCES `vtiger_activity` (`activityid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurringevents`
--
LOCK TABLES `vtiger_recurringevents` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_recurringevents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurringtype`
--
DROP TABLE IF EXISTS `vtiger_recurringtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurringtype` (
`recurringeventid` int(11) NOT NULL AUTO_INCREMENT,
`recurringtype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`recurringeventid`),
UNIQUE KEY `recurringtype_status_idx` (`recurringtype`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurringtype`
--
LOCK TABLES `vtiger_recurringtype` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringtype` DISABLE KEYS */;
INSERT INTO `vtiger_recurringtype` VALUES (2,'Daily',1,1,NULL),(3,'Weekly',2,1,NULL),(4,'Monthly',3,1,NULL),(5,'Yearly',4,1,NULL);
/*!40000 ALTER TABLE `vtiger_recurringtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_recurringtype_seq`
--
DROP TABLE IF EXISTS `vtiger_recurringtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurringtype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_recurringtype_seq`
--
LOCK TABLES `vtiger_recurringtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_recurringtype_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_recurringtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_region`
--
DROP TABLE IF EXISTS `vtiger_region`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_region` (
`regionid` int(11) NOT NULL AUTO_INCREMENT,
`region` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`regionid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_region`
--
LOCK TABLES `vtiger_region` WRITE;
/*!40000 ALTER TABLE `vtiger_region` DISABLE KEYS */;
INSERT INTO `vtiger_region` VALUES (1,'Americas (North America, South America, Central America, Caribbean)',1,316,1,NULL),(2,'Asia Pacific (Central & South Asia, Northeastern Asia, Southeastern Asia, Australia and Oceania)',1,317,2,NULL),(3,'Europe (Northern Europe, Southern Europe, Eastern Europe, Western Europe)',1,318,3,NULL),(4,'Middle East/Africa (Middle East, Northern Africa, Southern Africa)',1,319,4,NULL),(5,'Americas (North America, South America, Central America, Caribbean)',1,431,1,NULL),(6,'Asia Pacific (Central & South Asia, Northeastern Asia, Southeastern Asia, Australia and Oceania)',1,432,2,NULL),(7,'Europe (Northern Europe, Southern Europe, Eastern Europe, Western Europe)',1,433,3,NULL),(8,'Middle East/Africa (Middle East, Northern Africa, Southern Africa)',1,434,4,NULL);
/*!40000 ALTER TABLE `vtiger_region` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_region_id`
--
DROP TABLE IF EXISTS `vtiger_region_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_region_id` (
`region_idid` int(11) NOT NULL AUTO_INCREMENT,
`region_id` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`region_idid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_region_id`
--
LOCK TABLES `vtiger_region_id` WRITE;
/*!40000 ALTER TABLE `vtiger_region_id` DISABLE KEYS */;
INSERT INTO `vtiger_region_id` VALUES (1,'India-Export',0,1,NULL);
/*!40000 ALTER TABLE `vtiger_region_id` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_region_id_seq`
--
DROP TABLE IF EXISTS `vtiger_region_id_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_region_id_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_region_id_seq`
--
LOCK TABLES `vtiger_region_id_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_region_id_seq` DISABLE KEYS */;
INSERT INTO `vtiger_region_id_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_region_id_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_region_seq`
--
DROP TABLE IF EXISTS `vtiger_region_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_region_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_region_seq`
--
LOCK TABLES `vtiger_region_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_region_seq` DISABLE KEYS */;
INSERT INTO `vtiger_region_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_region_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relatedlists`
--
DROP TABLE IF EXISTS `vtiger_relatedlists`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relatedlists` (
`relation_id` int(11) NOT NULL,
`tabid` int(11) DEFAULT NULL,
`related_tabid` int(11) DEFAULT NULL,
`name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
`label` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '0',
`actions` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`relationfieldid` int(11) DEFAULT NULL,
`source` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`relationtype` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`relation_id`),
KEY `relatedlists_relation_id_idx` (`relation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relatedlists`
--
LOCK TABLES `vtiger_relatedlists` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists` DISABLE KEYS */;
INSERT INTO `vtiger_relatedlists` VALUES (1,6,4,'get_contacts',2,'Contacts',0,'add',72,'','1:N'),(2,6,2,'get_opportunities',3,'Potentials',0,'add',113,'','1:N'),(3,6,20,'get_quotes',4,'Quotes',0,'add',330,'','1:N'),(4,6,22,'get_salesorder',5,'Sales Order',0,'add',409,'','1:N'),(5,6,23,'get_invoices',6,'Invoice',0,'add',452,'','1:N'),(6,6,9,'get_activities',7,'Activities',0,'add',238,'','1:N'),(7,6,10,'get_emails',8,'Emails',0,'add',NULL,'','N:N'),(8,6,9,'get_history',9,'Activity History',0,'add',238,'','1:N'),(9,6,8,'get_attachments',10,'Documents',0,'add,select',NULL,'','N:N'),(10,6,13,'get_tickets',11,'HelpDesk',0,'add',157,'','1:N'),(11,6,14,'get_products',12,'Products',0,'select',NULL,'','N:N'),(12,7,9,'get_activities',2,'Activities',0,'add',238,'','1:N'),(13,7,10,'get_emails',3,'Emails',0,'add',NULL,'','N:N'),(14,7,9,'get_history',4,'Activity History',0,'add',238,'','1:N'),(15,7,8,'get_attachments',5,'Documents',0,'add,select',NULL,'','N:N'),(16,7,14,'get_products',6,'Products',0,'select',NULL,'','N:N'),(17,7,26,'get_campaigns',7,'Campaigns',0,'select',NULL,'','N:N'),(18,4,2,'get_opportunities',2,'Potentials',0,'add',740,'','1:N'),(19,4,9,'get_activities',3,'Activities',0,'add',239,'','1:N'),(20,4,10,'get_emails',4,'Emails',0,'add',NULL,'','N:N'),(21,4,13,'get_tickets',5,'HelpDesk',0,'add',741,'','1:N'),(22,4,20,'get_quotes',6,'Quotes',0,'add',319,'','1:N'),(23,4,21,'get_purchase_orders',7,'Purchase Order',0,'add',356,'','1:N'),(24,4,22,'get_salesorder',8,'Sales Order',0,'add',395,'','1:N'),(25,4,14,'get_products',9,'Products',0,'select',NULL,'','N:N'),(26,4,9,'get_history',10,'Activity History',0,'add',239,'','1:N'),(27,4,8,'get_attachments',11,'Documents',0,'add,select',NULL,'','N:N'),(28,4,26,'get_campaigns',12,'Campaigns',0,'select',NULL,'','N:N'),(29,4,23,'get_invoices',13,'Invoice',0,'add',439,'','1:N'),(30,2,9,'get_activities',2,'Activities',0,'add',238,'','1:N'),(31,2,4,'get_contacts',3,'Contacts',0,'select',NULL,'','N:N'),(32,2,14,'get_products',4,'Products',0,'select',NULL,'','N:N'),(33,2,0,'get_stage_history',5,'Sales Stage History',0,'',NULL,'','N:N'),(34,2,8,'get_attachments',6,'Documents',0,'add,select',NULL,'','N:N'),(35,2,20,'get_Quotes',7,'Quotes',0,'add',316,'','1:N'),(36,2,22,'get_salesorder',8,'Sales Order',0,'add',391,'','1:N'),(37,2,9,'get_history',9,'Activity History',0,'',238,'','1:N'),(38,14,13,'get_tickets',1,'HelpDesk',0,'add',159,'','1:N'),(39,14,8,'get_attachments',3,'Documents',0,'add,select',NULL,'','N:N'),(40,14,20,'get_quotes',4,'Quotes',0,'add',703,'','1:N'),(41,14,21,'get_purchase_orders',5,'Purchase Order',0,'add',694,'','1:N'),(42,14,22,'get_salesorder',6,'Sales Order',0,'add',685,'','1:N'),(43,14,23,'get_invoices',7,'Invoice',0,'add',676,'','1:N'),(44,14,19,'get_product_pricebooks',8,'PriceBooks',0,'ADD,SELECT',NULL,'','N:N'),(45,14,7,'get_leads',9,'Leads',0,'select',NULL,'','N:N'),(46,14,6,'get_accounts',10,'Accounts',0,'select',NULL,'','N:N'),(47,14,4,'get_contacts',11,'Contacts',0,'select',NULL,'','N:N'),(48,14,2,'get_opportunities',12,'Potentials',0,'select',NULL,'','N:N'),(49,14,14,'get_products',13,'Product Bundles',0,'add,select',NULL,'','N:N'),(50,14,14,'get_parent_products',14,'Parent Product',0,'',NULL,'','N:N'),(51,10,4,'get_contacts',1,'Contacts',0,'select,bulkmail',NULL,'','N:N'),(52,10,0,'get_users',2,'Users',0,'',NULL,'','N:N'),(53,10,8,'get_attachments',3,'Documents',0,'add,select',NULL,'','N:N'),(54,13,9,'get_activities',2,'Activities',0,'add',238,'','1:N'),(55,13,8,'get_attachments',3,'Documents',0,'add,select',NULL,'','N:N'),(56,13,0,'get_ticket_history',4,'Ticket History',0,'',NULL,'','N:N'),(57,13,9,'get_history',5,'Activity History',0,'add',238,'','1:N'),(58,19,14,'get_pricebook_products',2,'Products',0,'select',NULL,'','N:N'),(59,18,14,'get_products',1,'Products',0,'add,select',185,'','1:N'),(60,18,21,'get_purchase_orders',2,'Purchase Order',0,'add',353,'','1:N'),(61,18,4,'get_contacts',3,'Contacts',0,'select',NULL,'','N:N'),(62,18,10,'get_emails',4,'Emails',0,'add',NULL,'','N:N'),(63,20,22,'get_salesorder',1,'Sales Order',0,'',393,'','1:N'),(64,20,9,'get_activities',2,'Activities',0,'add',NULL,'','N:N'),(65,20,8,'get_attachments',3,'Documents',0,'add,select',NULL,'','N:N'),(66,20,9,'get_history',4,'Activity History',0,'',NULL,'','N:N'),(67,20,0,'get_quotestagehistory',5,'Quote Stage History',0,'',NULL,'','N:N'),(68,21,9,'get_activities',1,'Activities',0,'add',NULL,'','N:N'),(69,21,8,'get_attachments',2,'Documents',0,'add,select',NULL,'','N:N'),(70,21,9,'get_history',3,'Activity History',0,'',NULL,'','N:N'),(71,21,0,'get_postatushistory',4,'PurchaseOrder Status History',0,'',NULL,'','N:N'),(72,22,9,'get_activities',1,'Activities',0,'add',NULL,'','N:N'),(73,22,8,'get_attachments',2,'Documents',0,'add,select',NULL,'','N:N'),(74,22,23,'get_invoices',3,'Invoice',0,'',437,'','1:N'),(75,22,9,'get_history',4,'Activity History',0,'',NULL,'','N:N'),(76,22,0,'get_sostatushistory',5,'SalesOrder Status History',0,'',NULL,'','N:N'),(77,23,9,'get_activities',1,'Activities',0,'add',NULL,'','N:N'),(78,23,8,'get_attachments',2,'Documents',0,'add,select',NULL,'','N:N'),(79,23,9,'get_history',3,'Activity History',0,'',NULL,'','N:N'),(80,23,0,'get_invoicestatushistory',4,'Invoice Status History',0,'',NULL,'','N:N'),(81,9,0,'get_users',1,'Users',0,'',NULL,'','N:N'),(82,9,4,'get_contacts',2,'Contacts',0,'',NULL,'','N:N'),(83,26,4,'get_contacts',1,'Contacts',0,'add,select',NULL,'','N:N'),(84,26,7,'get_leads',2,'Leads',0,'add,select',NULL,'','N:N'),(85,26,2,'get_opportunities',3,'Potentials',0,'add',121,'','1:N'),(86,26,9,'get_activities',4,'Activities',0,'add',238,'','1:N'),(87,6,26,'get_campaigns',14,'Campaigns',0,'select',NULL,'','N:N'),(88,26,6,'get_accounts',5,'Accounts',0,'add,select',NULL,'','N:N'),(89,15,8,'get_attachments',2,'Documents',0,'add,select',NULL,'','N:N'),(90,31,13,'get_related_list',1,'Service Requests',0,'ADD,SELECT',NULL,NULL,'N:N'),(91,31,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(92,6,31,'get_merged_list',15,'Service Contracts',0,'ADD',531,NULL,'1:N'),(93,4,31,'get_dependents_list',14,'Service Contracts',0,'ADD',531,NULL,'1:N'),(94,13,31,'get_related_list',6,'Service Contracts',0,'ADD,SELECT',NULL,NULL,'N:N'),(95,36,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(96,36,20,'get_quotes',2,'Quotes',0,'ADD',703,NULL,'1:N'),(97,36,21,'get_purchase_orders',3,'Purchase Order',0,'ADD',694,NULL,'1:N'),(98,36,22,'get_salesorder',4,'Sales Order',0,'ADD',685,NULL,'1:N'),(99,36,23,'get_invoices',5,'Invoice',0,'ADD',676,NULL,'1:N'),(100,36,19,'get_service_pricebooks',6,'PriceBooks',0,'ADD',NULL,NULL,'N:N'),(101,36,7,'get_related_list',7,'Leads',0,'SELECT',NULL,NULL,'N:N'),(102,36,6,'get_related_list',8,'Accounts',0,'SELECT',NULL,NULL,'N:N'),(103,36,4,'get_related_list',9,'Contacts',0,'SELECT',NULL,NULL,'N:N'),(104,36,2,'get_related_list',10,'Potentials',0,'SELECT',NULL,NULL,'N:N'),(105,36,8,'get_attachments',11,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(106,13,36,'get_related_list',7,'Services',0,'SELECT',NULL,NULL,'N:N'),(107,7,36,'get_related_list',8,'Services',0,'SELECT',NULL,NULL,'N:N'),(108,6,36,'get_related_list',16,'Services',0,'SELECT',NULL,NULL,'N:N'),(109,4,36,'get_related_list',15,'Services',0,'SELECT',NULL,NULL,'N:N'),(110,2,36,'get_related_list',10,'Services',0,'SELECT',NULL,NULL,'N:N'),(111,19,36,'get_pricebook_services',3,'Services',0,'SELECT',NULL,NULL,'N:N'),(121,6,41,'get_merged_list',18,'Projects',0,'add',625,NULL,'1:N'),(122,4,41,'get_dependents_list',17,'Projects',0,'add',625,NULL,'1:N'),(123,13,41,'get_related_list',8,'Projects',0,'SELECT',NULL,NULL,'N:N'),(124,43,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(125,43,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(126,6,43,'get_merged_list',19,'Assets',0,'ADD',651,NULL,'1:N'),(127,14,43,'get_dependents_list',15,'Assets',0,'ADD',640,NULL,'1:N'),(128,23,43,'get_dependents_list',5,'Assets',0,'ADD',646,NULL,'1:N'),(129,46,6,'get_related_list',1,'Accounts',0,' ',NULL,NULL,'N:N'),(130,46,4,'get_related_list',2,'Contacts',0,' ',NULL,NULL,'N:N'),(131,46,7,'get_related_list',3,'Leads',0,' ',NULL,NULL,'N:N'),(132,7,48,'get_comments',10,'ModComments',0,'',670,NULL,'1:N'),(133,4,48,'get_comments',18,'ModComments',0,'',670,NULL,'1:N'),(134,6,48,'get_comments',20,'ModComments',0,'',670,NULL,'1:N'),(135,2,48,'get_comments',11,'ModComments',0,'',670,NULL,'1:N'),(138,40,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(139,40,48,'get_comments',3,'ModComments',0,'',670,NULL,'1:N'),(140,41,40,'get_dependents_list',2,'Project Tasks',0,'ADD',604,NULL,'1:N'),(141,41,39,'get_dependents_list',3,'Project Milestones',0,'ADD',590,NULL,'1:N'),(142,41,8,'get_attachments',4,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(143,41,13,'get_related_list',5,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(144,41,0,'get_gantt_chart',6,'Charts',0,'',NULL,NULL,'N:N'),(145,41,48,'get_comments',7,'ModComments',0,'',670,NULL,'1:N'),(146,13,48,'get_comments',9,'ModComments',0,'',670,NULL,'1:N'),(147,15,48,'get_comments',3,'ModComments',0,'',670,NULL,'1:N'),(148,4,43,'get_dependents_list',19,'Assets',0,'ADD',652,NULL,'1:N'),(149,4,18,'get_vendors',20,'Vendors',0,'SELECT',NULL,'','N:N'),(150,2,23,'get_dependents_list',12,'Invoice',0,'ADD',774,NULL,'1:N'),(151,8,4,'get_related_list',1,'Contacts',0,'1',NULL,NULL,'N:N'),(152,8,6,'get_related_list',2,'Accounts',0,'1',NULL,NULL,'N:N'),(153,8,2,'get_related_list',3,'Potentials',0,'1',NULL,NULL,'N:N'),(154,8,7,'get_related_list',4,'Leads',0,'1',NULL,NULL,'N:N'),(155,8,14,'get_related_list',5,'Products',0,'1',NULL,NULL,'N:N'),(156,8,36,'get_related_list',6,'Services',0,'1',NULL,NULL,'N:N'),(157,8,41,'get_related_list',7,'Project',0,'1',NULL,NULL,'N:N'),(158,8,43,'get_related_list',8,'Assets',0,'1',NULL,NULL,'N:N'),(159,8,31,'get_related_list',9,'ServiceContracts',0,'1',NULL,NULL,'N:N'),(160,8,20,'get_related_list',10,'Quotes',0,'1',NULL,NULL,'N:N'),(161,8,23,'get_related_list',11,'Invoice',0,'1',NULL,NULL,'N:N'),(162,8,22,'get_related_list',12,'SalesOrder',0,'1',NULL,NULL,'N:N'),(163,8,21,'get_related_list',13,'PurchaseOrder',0,'1',NULL,NULL,'N:N'),(164,8,13,'get_related_list',14,'HelpDesk',0,'1',NULL,NULL,'N:N'),(165,8,15,'get_related_list',15,'Faq',0,'1',NULL,NULL,'N:N'),(166,41,10,'get_emails',8,'Emails',0,'ADD',NULL,NULL,'N:N'),(167,40,10,'get_emails',4,'Emails',0,'ADD',NULL,NULL,'N:N'),(168,41,9,'get_related_list',9,'Activities',0,'ADD',NULL,NULL,'N:N'),(169,41,20,'get_related_list',10,'Quotes',0,'SELECT',NULL,NULL,'N:N'),(170,14,21,'get_purchase_orders',16,'PurchaseOrder',0,'ADD',NULL,NULL,'N:N'),(171,2,10,'get_emails',13,'Emails',0,'ADD',NULL,NULL,'N:N'),(172,13,10,'get_emails',10,'Emails',0,'ADD',NULL,NULL,'N:N');
/*!40000 ALTER TABLE `vtiger_relatedlists` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relatedlists_rb`
--
DROP TABLE IF EXISTS `vtiger_relatedlists_rb`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relatedlists_rb` (
`entityid` int(11) DEFAULT NULL,
`action` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rel_table` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rel_column` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ref_column` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`related_crm_ids` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relatedlists_rb`
--
LOCK TABLES `vtiger_relatedlists_rb` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists_rb` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_relatedlists_rb` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relatedlists_seq`
--
DROP TABLE IF EXISTS `vtiger_relatedlists_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relatedlists_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relatedlists_seq`
--
LOCK TABLES `vtiger_relatedlists_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists_seq` DISABLE KEYS */;
INSERT INTO `vtiger_relatedlists_seq` VALUES (172);
/*!40000 ALTER TABLE `vtiger_relatedlists_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relcriteria`
--
DROP TABLE IF EXISTS `vtiger_relcriteria`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relcriteria` (
`queryid` int(11) NOT NULL,
`columnindex` int(11) NOT NULL,
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`comparator` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` varchar(512) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`groupid` int(11) DEFAULT '1',
`column_condition` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT 'and',
PRIMARY KEY (`queryid`,`columnindex`),
KEY `relcriteria_queryid_idx` (`queryid`),
CONSTRAINT `fk_1_vtiger_relcriteria` FOREIGN KEY (`queryid`) REFERENCES `vtiger_selectquery` (`queryid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relcriteria`
--
LOCK TABLES `vtiger_relcriteria` WRITE;
/*!40000 ALTER TABLE `vtiger_relcriteria` DISABLE KEYS */;
INSERT INTO `vtiger_relcriteria` VALUES (1,0,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V','n','',1,'and'),(2,0,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V','e','',1,'and'),(3,0,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V','n','',1,'and'),(7,0,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V','e','Closed Won',1,'and'),(12,0,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V','n','Closed',1,'and'),(15,0,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V','n','Accepted',1,'and'),(15,1,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V','n','Rejected',1,'and'),(22,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I','ny','',1,'and'),(23,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I','ny','',1,'and'),(24,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I','ny','',1,'and'),(25,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I','ny','',1,'and');
/*!40000 ALTER TABLE `vtiger_relcriteria` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_relcriteria_grouping`
--
DROP TABLE IF EXISTS `vtiger_relcriteria_grouping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relcriteria_grouping` (
`groupid` int(11) NOT NULL,
`queryid` int(11) NOT NULL,
`group_condition` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`condition_expression` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`groupid`,`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_relcriteria_grouping`
--
LOCK TABLES `vtiger_relcriteria_grouping` WRITE;
/*!40000 ALTER TABLE `vtiger_relcriteria_grouping` DISABLE KEYS */;
INSERT INTO `vtiger_relcriteria_grouping` VALUES (1,1,'','0'),(1,2,'','0'),(1,3,'','0'),(1,7,'','0'),(1,12,'','0'),(1,15,'','0 and 1'),(1,22,'','0'),(1,23,'','0'),(1,24,'','0'),(1,25,'','0');
/*!40000 ALTER TABLE `vtiger_relcriteria_grouping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reminder_interval`
--
DROP TABLE IF EXISTS `vtiger_reminder_interval`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reminder_interval` (
`reminder_intervalid` int(11) NOT NULL AUTO_INCREMENT,
`reminder_interval` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL,
`presence` int(11) NOT NULL,
PRIMARY KEY (`reminder_intervalid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reminder_interval`
--
LOCK TABLES `vtiger_reminder_interval` WRITE;
/*!40000 ALTER TABLE `vtiger_reminder_interval` DISABLE KEYS */;
INSERT INTO `vtiger_reminder_interval` VALUES (2,'1 Minute',1,1),(3,'5 Minutes',2,1),(4,'15 Minutes',3,1),(5,'30 Minutes',4,1),(6,'45 Minutes',5,1),(7,'1 Hour',6,1),(8,'1 Day',7,1);
/*!40000 ALTER TABLE `vtiger_reminder_interval` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reminder_interval_seq`
--
DROP TABLE IF EXISTS `vtiger_reminder_interval_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reminder_interval_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reminder_interval_seq`
--
LOCK TABLES `vtiger_reminder_interval_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_reminder_interval_seq` DISABLE KEYS */;
INSERT INTO `vtiger_reminder_interval_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_reminder_interval_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_report`
--
DROP TABLE IF EXISTS `vtiger_report`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report` (
`reportid` int(11) NOT NULL,
`folderid` int(11) NOT NULL,
`reportname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`description` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`reporttype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT '',
`queryid` int(11) NOT NULL DEFAULT '0',
`state` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'SAVED',
`customizable` int(11) DEFAULT '1',
`category` int(11) DEFAULT '1',
`owner` int(11) DEFAULT '1',
`sharingtype` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT 'Private',
PRIMARY KEY (`reportid`),
KEY `report_queryid_idx` (`queryid`),
KEY `report_folderid_idx` (`folderid`),
CONSTRAINT `fk_2_vtiger_report` FOREIGN KEY (`queryid`) REFERENCES `vtiger_selectquery` (`queryid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_report`
--
LOCK TABLES `vtiger_report` WRITE;
/*!40000 ALTER TABLE `vtiger_report` DISABLE KEYS */;
INSERT INTO `vtiger_report` VALUES (1,1,'Contacts by Accounts','Contacts related to Accounts','tabular',1,'CUSTOM',1,1,1,'Public'),(2,1,'Contacts without Accounts','Contacts not related to Accounts','tabular',2,'CUSTOM',1,1,1,'Public'),(3,1,'Contacts by Potentials','Contacts related to Potentials','tabular',3,'CUSTOM',1,1,1,'Public'),(4,2,'Lead by Source','Lead by Source','summary',4,'CUSTOM',1,1,1,'Public'),(5,2,'Lead Status Report','Lead Status Report','summary',5,'CUSTOM',1,1,1,'Public'),(6,3,'Potential Pipeline','Potential Pipeline','summary',6,'CUSTOM',1,1,1,'Public'),(7,3,'Closed Potentials','Potential that have Won','tabular',7,'CUSTOM',1,1,1,'Public'),(8,4,'Last Month Activities','Last Month Activities','tabular',8,'CUSTOM',1,1,1,'Public'),(9,4,'This Month Activities','This Month Activities','tabular',9,'CUSTOM',1,1,1,'Public'),(10,5,'Tickets by Products','Tickets related to Products','tabular',10,'CUSTOM',1,1,1,'Public'),(11,5,'Tickets by Priority','Tickets by Priority','summary',11,'CUSTOM',1,1,1,'Public'),(12,5,'Open Tickets','Tickets that are Open','tabular',12,'CUSTOM',1,1,1,'Public'),(13,6,'Product Details','Product Detailed Report','tabular',13,'CUSTOM',1,1,1,'Public'),(14,6,'Products by Contacts','Products related to Contacts','tabular',14,'CUSTOM',1,1,1,'Public'),(15,7,'Open Quotes','Quotes that are Open','tabular',15,'CUSTOM',1,1,1,'Public'),(16,7,'Quotes Detailed Report','Quotes Detailed Report','tabular',16,'CUSTOM',1,1,1,'Public'),(17,8,'PurchaseOrder by Contacts','PurchaseOrder related to Contacts','tabular',17,'CUSTOM',1,1,1,'Public'),(18,8,'PurchaseOrder Detailed Report','PurchaseOrder Detailed Report','tabular',18,'CUSTOM',1,1,1,'Public'),(19,9,'Invoice Detailed Report','Invoice Detailed Report','tabular',19,'CUSTOM',1,1,1,'Public'),(20,10,'SalesOrder Detailed Report','SalesOrder Detailed Report','tabular',20,'CUSTOM',1,1,1,'Public'),(21,11,'Campaign Expectations and Actuals','Campaign Expectations and Actuals','tabular',21,'CUSTOM',1,1,1,'Public'),(22,12,'Contacts Email Report','Emails sent to Contacts','tabular',22,'CUSTOM',1,1,1,'Public'),(23,12,'Accounts Email Report','Emails sent to Organizations','tabular',23,'CUSTOM',1,1,1,'Public'),(24,12,'Leads Email Report','Emails sent to Leads','tabular',24,'CUSTOM',1,1,1,'Public'),(25,12,'Vendors Email Report','Emails sent to Vendors','tabular',25,'CUSTOM',1,1,1,'Public'),(26,9,'CDS SO-INV Report','','tabular',26,'CUSTOM',1,1,1,'Private');
/*!40000 ALTER TABLE `vtiger_report` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_report_sharegroups`
--
DROP TABLE IF EXISTS `vtiger_report_sharegroups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report_sharegroups` (
`reportid` int(11) NOT NULL,
`groupid` int(11) NOT NULL,
KEY `vtiger_report_sharegroups_ibfk_1` (`reportid`),
KEY `vtiger_groups_groupid_ibfk_1` (`groupid`),
CONSTRAINT `vtiger_groups_groupid_ibfk_1` FOREIGN KEY (`groupid`) REFERENCES `vtiger_groups` (`groupid`) ON DELETE CASCADE,
CONSTRAINT `vtiger_report_reportid_ibfk_2` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_report_sharegroups`
--
LOCK TABLES `vtiger_report_sharegroups` WRITE;
/*!40000 ALTER TABLE `vtiger_report_sharegroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_report_sharegroups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_report_shareusers`
--
DROP TABLE IF EXISTS `vtiger_report_shareusers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report_shareusers` (
`reportid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
KEY `vtiger_report_shareusers_ibfk_1` (`reportid`),
KEY `vtiger_users_userid_ibfk_1` (`userid`),
CONSTRAINT `vtiger_reports_reportid_ibfk_1` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE,
CONSTRAINT `vtiger_users_userid_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_report_shareusers`
--
LOCK TABLES `vtiger_report_shareusers` WRITE;
/*!40000 ALTER TABLE `vtiger_report_shareusers` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_report_shareusers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportdatefilter`
--
DROP TABLE IF EXISTS `vtiger_reportdatefilter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportdatefilter` (
`datefilterid` int(11) NOT NULL,
`datecolumnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`datefilter` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`startdate` date DEFAULT NULL,
`enddate` date DEFAULT NULL,
PRIMARY KEY (`datefilterid`),
KEY `reportdatefilter_datefilterid_idx` (`datefilterid`),
CONSTRAINT `fk_1_vtiger_reportdatefilter` FOREIGN KEY (`datefilterid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportdatefilter`
--
LOCK TABLES `vtiger_reportdatefilter` WRITE;
/*!40000 ALTER TABLE `vtiger_reportdatefilter` DISABLE KEYS */;
INSERT INTO `vtiger_reportdatefilter` VALUES (8,'vtiger_crmentity:modifiedtime:modifiedtime:Calendar_Modified_Time','lastmonth','2005-05-01','2005-05-31'),(9,'vtiger_crmentity:modifiedtime:modifiedtime:Calendar_Modified_Time','thismonth','2005-06-01','2005-06-30');
/*!40000 ALTER TABLE `vtiger_reportdatefilter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportfilters`
--
DROP TABLE IF EXISTS `vtiger_reportfilters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportfilters` (
`filterid` int(11) NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportfilters`
--
LOCK TABLES `vtiger_reportfilters` WRITE;
/*!40000 ALTER TABLE `vtiger_reportfilters` DISABLE KEYS */;
INSERT INTO `vtiger_reportfilters` VALUES (1,'Private'),(2,'Public'),(3,'Shared');
/*!40000 ALTER TABLE `vtiger_reportfilters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportfolder`
--
DROP TABLE IF EXISTS `vtiger_reportfolder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportfolder` (
`folderid` int(11) NOT NULL AUTO_INCREMENT,
`foldername` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`state` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'SAVED',
PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportfolder`
--
LOCK TABLES `vtiger_reportfolder` WRITE;
/*!40000 ALTER TABLE `vtiger_reportfolder` DISABLE KEYS */;
INSERT INTO `vtiger_reportfolder` VALUES (1,'Organization and Contact Reports','Account and Contact Reports','SAVED'),(2,'Lead Reports','Lead Reports','SAVED'),(3,'Opportunity Reports','Potential Reports','SAVED'),(4,'Activity Reports','Activity Reports','SAVED'),(5,'Tickets Reports','HelpDesk Reports','SAVED'),(6,'Product Reports','Product Reports','SAVED'),(7,'Quote Reports','Quote Reports','SAVED'),(8,'Purchase Order Reports','PurchaseOrder Reports','SAVED'),(9,'Invoice Reports','Invoice Reports','SAVED'),(10,'Sales Order Reports','SalesOrder Reports','SAVED'),(11,'Campaign Reports','Campaign Reports','SAVED'),(12,'Email Reports','Email Reports','SAVED');
/*!40000 ALTER TABLE `vtiger_reportfolder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportgroupbycolumn`
--
DROP TABLE IF EXISTS `vtiger_reportgroupbycolumn`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportgroupbycolumn` (
`reportid` int(11) DEFAULT NULL,
`sortid` int(11) DEFAULT NULL,
`sortcolname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`dategroupbycriteria` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
KEY `fk_1_vtiger_reportgroupbycolumn` (`reportid`),
CONSTRAINT `fk_1_vtiger_reportgroupbycolumn` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportgroupbycolumn`
--
LOCK TABLES `vtiger_reportgroupbycolumn` WRITE;
/*!40000 ALTER TABLE `vtiger_reportgroupbycolumn` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reportgroupbycolumn` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportmodules`
--
DROP TABLE IF EXISTS `vtiger_reportmodules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportmodules` (
`reportmodulesid` int(11) NOT NULL,
`primarymodule` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`secondarymodules` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
PRIMARY KEY (`reportmodulesid`),
CONSTRAINT `fk_1_vtiger_reportmodules` FOREIGN KEY (`reportmodulesid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportmodules`
--
LOCK TABLES `vtiger_reportmodules` WRITE;
/*!40000 ALTER TABLE `vtiger_reportmodules` DISABLE KEYS */;
INSERT INTO `vtiger_reportmodules` VALUES (1,'Contacts','Accounts'),(2,'Contacts','Accounts'),(3,'Contacts','Potentials'),(4,'Leads',''),(5,'Leads',''),(6,'Potentials',''),(7,'Potentials',''),(8,'Calendar',''),(9,'Calendar',''),(10,'HelpDesk','Products'),(11,'HelpDesk',''),(12,'HelpDesk',''),(13,'Products',''),(14,'Products','Contacts'),(15,'Quotes',''),(16,'Quotes',''),(17,'PurchaseOrder','Contacts'),(18,'PurchaseOrder',''),(19,'Invoice',''),(20,'SalesOrder',''),(21,'Campaigns',''),(22,'Contacts','Emails'),(23,'Accounts','Emails'),(24,'Leads','Emails'),(25,'Vendors','Emails'),(26,'SalesOrder','Invoice');
/*!40000 ALTER TABLE `vtiger_reportmodules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportsharing`
--
DROP TABLE IF EXISTS `vtiger_reportsharing`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportsharing` (
`reportid` int(11) NOT NULL,
`shareid` int(11) NOT NULL,
`setype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportsharing`
--
LOCK TABLES `vtiger_reportsharing` WRITE;
/*!40000 ALTER TABLE `vtiger_reportsharing` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reportsharing` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportsortcol`
--
DROP TABLE IF EXISTS `vtiger_reportsortcol`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportsortcol` (
`sortcolid` int(11) NOT NULL,
`reportid` int(11) NOT NULL,
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
`sortorder` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT 'Asc',
PRIMARY KEY (`sortcolid`,`reportid`),
KEY `fk_1_vtiger_reportsortcol` (`reportid`),
CONSTRAINT `fk_1_vtiger_reportsortcol` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportsortcol`
--
LOCK TABLES `vtiger_reportsortcol` WRITE;
/*!40000 ALTER TABLE `vtiger_reportsortcol` DISABLE KEYS */;
INSERT INTO `vtiger_reportsortcol` VALUES (0,26,'vtiger_salesorder:salesorder_no:SalesOrder_SalesOrder_No:salesorder_no:V',''),(1,4,'vtiger_leaddetails:leadsource:Leads_Lead_Source:leadsource:V','Ascending'),(1,5,'vtiger_leaddetails:leadstatus:Leads_Lead_Status:leadstatus:V','Ascending'),(1,6,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V','Ascending'),(1,11,'vtiger_troubletickets:priority:HelpDesk_Priority:ticketpriorities:V','Ascending'),(1,26,'none',''),(2,26,'none','');
/*!40000 ALTER TABLE `vtiger_reportsortcol` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reportsummary`
--
DROP TABLE IF EXISTS `vtiger_reportsummary`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportsummary` (
`reportsummaryid` int(11) NOT NULL,
`summarytype` int(11) NOT NULL,
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`reportsummaryid`,`summarytype`,`columnname`),
KEY `reportsummary_reportsummaryid_idx` (`reportsummaryid`),
CONSTRAINT `fk_1_vtiger_reportsummary` FOREIGN KEY (`reportsummaryid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reportsummary`
--
LOCK TABLES `vtiger_reportsummary` WRITE;
/*!40000 ALTER TABLE `vtiger_reportsummary` DISABLE KEYS */;
INSERT INTO `vtiger_reportsummary` VALUES (26,0,'cb:vtiger_salesorder:total:Total_SUM:2'),(26,1,'cb:vtiger_salesorder:currency_id:Currency_SUM:2'),(26,2,'cb:vtiger_salesorder:conversion_rate:Conversion_Rate_SUM:2'),(26,3,'cb:vtiger_invoice:total:Total_SUM:2'),(26,4,'cb:vtiger_invoice:currency_id:Currency_SUM:2'),(26,5,'cb:vtiger_invoice:conversion_rate:Conversion_Rate_SUM:2');
/*!40000 ALTER TABLE `vtiger_reportsummary` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_reporttype`
--
DROP TABLE IF EXISTS `vtiger_reporttype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reporttype` (
`reportid` int(11) NOT NULL,
`data` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`reportid`),
CONSTRAINT `fk_1_vtiger_reporttype` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_reporttype`
--
LOCK TABLES `vtiger_reporttype` WRITE;
/*!40000 ALTER TABLE `vtiger_reporttype` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_reporttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role`
--
DROP TABLE IF EXISTS `vtiger_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role` (
`roleid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rolename` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`parentrole` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`depth` int(11) DEFAULT NULL,
`allowassignedrecordsto` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role`
--
LOCK TABLES `vtiger_role` WRITE;
/*!40000 ALTER TABLE `vtiger_role` DISABLE KEYS */;
INSERT INTO `vtiger_role` VALUES ('H1','Organization','H1',0,1),('H2','CEO','H1::H2',1,1),('H3','Vice President','H1::H2::H3',2,1),('H4','Sales Manager','H1::H2::H3::H4',3,1),('H5','Sales Person','H1::H2::H3::H4::H5',4,1);
/*!40000 ALTER TABLE `vtiger_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role2picklist`
--
DROP TABLE IF EXISTS `vtiger_role2picklist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role2picklist` (
`roleid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`picklistvalueid` int(11) NOT NULL,
`picklistid` int(11) NOT NULL,
`sortid` int(11) DEFAULT NULL,
PRIMARY KEY (`roleid`,`picklistvalueid`,`picklistid`),
KEY `role2picklist_roleid_picklistid_idx` (`roleid`,`picklistid`,`picklistvalueid`),
KEY `fk_2_vtiger_role2picklist` (`picklistid`),
CONSTRAINT `fk_1_vtiger_role2picklist` FOREIGN KEY (`roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE,
CONSTRAINT `fk_2_vtiger_role2picklist` FOREIGN KEY (`picklistid`) REFERENCES `vtiger_picklist` (`picklistid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role2picklist`
--
LOCK TABLES `vtiger_role2picklist` WRITE;
/*!40000 ALTER TABLE `vtiger_role2picklist` DISABLE KEYS */;
INSERT INTO `vtiger_role2picklist` VALUES ('H1',1,1,0),('H1',2,1,1),('H1',3,1,2),('H1',4,1,3),('H1',5,1,4),('H1',6,1,5),('H1',7,1,6),('H1',8,1,7),('H1',9,1,8),('H1',10,1,9),('H1',11,1,10),('H1',12,2,0),('H1',13,2,1),('H1',14,3,0),('H1',15,3,1),('H1',16,3,2),('H1',17,3,3),('H1',18,3,4),('H1',19,3,5),('H1',20,4,0),('H1',21,4,1),('H1',22,4,2),('H1',23,4,3),('H1',24,4,4),('H1',25,4,5),('H1',26,4,6),('H1',27,4,7),('H1',28,4,8),('H1',29,4,9),('H1',30,4,10),('H1',31,4,11),('H1',32,4,12),('H1',33,5,0),('H1',34,5,1),('H1',35,5,2),('H1',36,5,3),('H1',37,5,4),('H1',38,6,0),('H1',39,6,1),('H1',40,6,2),('H1',41,7,0),('H1',42,7,1),('H1',43,7,2),('H1',44,7,3),('H1',45,7,4),('H1',46,8,0),('H1',47,9,0),('H1',48,9,1),('H1',49,9,2),('H1',50,9,3),('H1',51,10,0),('H1',52,10,1),('H1',53,10,2),('H1',54,10,3),('H1',55,10,4),('H1',56,10,5),('H1',57,10,6),('H1',58,10,7),('H1',59,10,8),('H1',60,11,0),('H1',61,11,1),('H1',62,11,2),('H1',63,11,3),('H1',64,11,4),('H1',65,11,5),('H1',66,11,6),('H1',67,11,7),('H1',68,11,8),('H1',69,11,9),('H1',70,11,10),('H1',71,11,11),('H1',72,11,12),('H1',73,11,13),('H1',74,11,14),('H1',75,11,15),('H1',76,11,16),('H1',77,11,17),('H1',78,11,18),('H1',79,11,19),('H1',80,11,20),('H1',81,11,21),('H1',82,11,22),('H1',83,11,23),('H1',84,11,24),('H1',85,11,25),('H1',86,11,26),('H1',87,11,27),('H1',88,11,28),('H1',89,11,29),('H1',90,11,30),('H1',91,11,31),('H1',92,12,0),('H1',93,12,1),('H1',94,12,2),('H1',95,12,3),('H1',96,12,4),('H1',97,12,5),('H1',98,13,0),('H1',99,13,1),('H1',100,13,2),('H1',101,13,3),('H1',102,13,4),('H1',103,13,5),('H1',104,13,6),('H1',105,13,7),('H1',106,13,8),('H1',107,13,9),('H1',108,13,10),('H1',109,13,11),('H1',110,13,12),('H1',111,14,0),('H1',112,14,1),('H1',113,14,2),('H1',114,14,3),('H1',115,14,4),('H1',116,14,5),('H1',117,14,6),('H1',118,14,7),('H1',119,14,8),('H1',120,14,9),('H1',121,14,10),('H1',122,14,11),('H1',123,15,0),('H1',124,15,1),('H1',125,15,2),('H1',126,15,3),('H1',127,16,0),('H1',128,16,1),('H1',129,16,2),('H1',130,17,0),('H1',131,17,1),('H1',132,17,2),('H1',133,17,3),('H1',134,17,4),('H1',135,18,0),('H1',136,18,1),('H1',137,18,2),('H1',138,18,3),('H1',139,19,0),('H1',140,19,1),('H1',141,19,2),('H1',142,19,3),('H1',143,19,4),('H1',144,20,0),('H1',145,20,1),('H1',146,20,2),('H1',147,20,3),('H1',148,20,4),('H1',149,20,5),('H1',150,21,0),('H1',151,21,1),('H1',152,21,2),('H1',153,21,3),('H1',154,21,4),('H1',155,21,5),('H1',156,21,6),('H1',157,21,7),('H1',158,21,8),('H1',159,21,9),('H1',160,22,0),('H1',161,22,1),('H1',162,22,2),('H1',163,22,3),('H1',164,22,4),('H1',165,22,5),('H1',166,23,0),('H1',167,23,1),('H1',168,23,2),('H1',169,23,3),('H1',170,24,0),('H1',171,24,1),('H1',172,24,2),('H1',173,25,0),('H1',174,25,1),('H1',175,25,2),('H1',176,25,3),('H1',177,25,4),('H1',178,25,5),('H1',179,26,0),('H1',180,26,1),('H1',181,26,2),('H1',182,27,0),('H1',183,27,1),('H1',184,27,2),('H1',185,27,3),('H1',186,28,0),('H1',187,28,1),('H1',188,28,2),('H1',189,28,3),('H1',190,29,0),('H1',191,29,1),('H1',192,29,2),('H1',193,29,3),('H1',194,30,0),('H1',195,30,1),('H1',196,30,2),('H1',197,30,3),('H1',198,30,4),('H1',199,30,5),('H1',200,30,6),('H1',201,30,7),('H1',202,30,8),('H1',203,30,9),('H1',204,30,10),('H1',205,30,11),('H1',206,30,12),('H1',207,30,13),('H1',208,30,14),('H1',209,30,15),('H1',210,31,1),('H1',211,31,2),('H1',212,31,3),('H1',213,31,4),('H1',214,32,1),('H1',215,32,2),('H1',216,32,3),('H1',217,32,4),('H1',218,32,5),('H1',219,32,6),('H1',220,33,1),('H1',221,33,2),('H1',222,33,3),('H1',223,34,1),('H1',224,34,2),('H1',225,34,3),('H1',226,35,1),('H1',227,35,2),('H1',228,35,3),('H1',229,36,1),('H1',230,36,2),('H1',231,36,3),('H1',232,36,4),('H1',233,36,5),('H1',234,36,6),('H1',235,37,1),('H1',236,37,2),('H1',237,37,3),('H1',238,37,4),('H1',239,38,1),('H1',240,38,2),('H1',241,38,3),('H1',242,38,4),('H1',243,39,1),('H1',244,39,2),('H1',245,39,3),('H1',246,39,4),('H1',247,40,1),('H1',248,40,2),('H1',249,40,3),('H1',250,40,4),('H1',251,40,5),('H1',252,40,6),('H1',253,40,7),('H1',254,40,8),('H1',255,40,9),('H1',256,40,10),('H1',257,40,11),('H1',258,41,1),('H1',259,41,2),('H1',260,41,3),('H1',261,41,4),('H1',262,41,5),('H1',263,41,6),('H1',264,41,7),('H1',265,41,8),('H1',266,41,9),('H1',267,42,1),('H1',268,42,2),('H1',269,42,3),('H1',270,42,4),('H1',271,43,1),('H1',272,43,2),('H1',273,43,3),('H1',274,43,4),('H1',275,44,1),('H1',276,44,2),('H1',277,44,3),('H1',278,44,4),('H1',279,44,5),('H1',280,44,6),('H1',281,44,7),('H1',282,44,8),('H1',283,44,9),('H1',284,44,10),('H1',285,44,11),('H1',286,45,1),('H1',287,45,2),('H1',288,12,1),('H1',289,46,1),('H1',290,46,2),('H1',291,46,3),('H1',292,46,4),('H1',293,46,5),('H1',294,46,6),('H1',295,2,1),('H1',296,47,1),('H1',297,47,2),('H1',298,47,3),('H1',299,48,1),('H1',300,48,2),('H1',303,49,1),('H1',304,49,2),('H1',305,50,1),('H1',306,50,2),('H1',307,50,3),('H1',308,50,4),('H1',309,50,5),('H1',310,50,6),('H1',311,50,7),('H1',312,50,8),('H1',313,50,9),('H1',314,50,10),('H1',315,50,11),('H1',316,51,1),('H1',317,51,2),('H1',318,51,3),('H1',319,51,4),('H1',331,52,1),('H1',332,52,2),('H1',333,52,3),('H1',334,52,4),('H1',335,52,5),('H1',336,52,6),('H1',337,52,7),('H1',338,52,8),('H1',339,53,1),('H1',340,53,2),('H1',341,53,3),('H1',342,53,4),('H1',343,53,5),('H1',344,53,6),('H1',345,53,7),('H1',346,53,8),('H1',347,53,9),('H1',348,53,10),('H1',349,53,11),('H1',350,34,1),('H1',351,34,2),('H1',352,34,3),('H1',353,34,4),('H1',354,34,5),('H1',355,34,6),('H1',356,34,7),('H1',357,34,8),('H1',358,54,1),('H1',359,54,2),('H1',360,54,3),('H1',361,55,1),('H1',362,55,2),('H1',363,55,3),('H1',364,55,4),('H1',365,55,5),('H1',366,55,6),('H1',367,55,7),('H1',368,55,8),('H1',369,56,1),('H1',370,56,2),('H1',371,56,3),('H1',372,56,4),('H1',373,56,5),('H1',374,56,6),('H1',375,56,7),('H1',376,56,8),('H1',377,56,9),('H1',378,56,10),('H1',379,56,11),('H1',380,56,12),('H1',381,56,13),('H1',382,56,14),('H1',383,56,15),('H1',384,56,16),('H1',385,56,17),('H1',386,57,1),('H1',387,57,2),('H1',388,57,3),('H1',389,57,4),('H1',390,58,1),('H1',391,58,2),('H1',392,58,3),('H1',393,58,4),('H1',394,58,5),('H1',395,58,6),('H1',396,58,7),('H1',397,58,8),('H1',398,58,9),('H1',399,58,10),('H1',400,58,11),('H1',401,58,12),('H1',402,58,13),('H1',403,58,14),('H1',404,58,15),('H1',405,58,16),('H1',406,59,1),('H1',407,59,2),('H1',408,59,3),('H1',409,59,4),('H1',410,59,5),('H1',411,59,6),('H1',412,59,7),('H1',413,60,1),('H1',414,61,1),('H1',415,62,1),('H1',416,62,2),('H1',417,62,3),('H1',418,62,4),('H1',419,63,1),('H1',420,63,2),('H1',421,63,3),('H1',422,63,4),('H1',431,51,1),('H1',432,51,2),('H1',433,51,3),('H1',434,51,4),('H1',439,63,1),('H1',440,63,2),('H1',441,63,3),('H1',442,63,4),('H1',455,70,1),('H1',456,70,2),('H1',457,70,3),('H1',458,70,4),('H1',480,73,2),('H1',481,73,3),('H1',482,73,4),('H1',483,74,1),('H1',484,74,2),('H1',485,75,1),('H1',486,76,1),('H1',487,76,2),('H1',488,76,3),('H1',489,76,4),('H1',490,76,5),('H1',491,75,1),('H1',492,12,1),('H1',493,73,1),('H1',494,73,1),('H1',495,74,1),('H1',496,77,1),('H1',497,77,2),('H2',1,1,0),('H2',2,1,1),('H2',3,1,2),('H2',4,1,3),('H2',5,1,4),('H2',6,1,5),('H2',7,1,6),('H2',8,1,7),('H2',9,1,8),('H2',10,1,9),('H2',11,1,10),('H2',12,2,0),('H2',13,2,1),('H2',14,3,0),('H2',15,3,1),('H2',16,3,2),('H2',17,3,3),('H2',18,3,4),('H2',19,3,5),('H2',20,4,0),('H2',21,4,1),('H2',22,4,2),('H2',23,4,3),('H2',24,4,4),('H2',25,4,5),('H2',26,4,6),('H2',27,4,7),('H2',28,4,8),('H2',29,4,9),('H2',30,4,10),('H2',31,4,11),('H2',32,4,12),('H2',33,5,0),('H2',34,5,1),('H2',35,5,2),('H2',36,5,3),('H2',37,5,4),('H2',38,6,0),('H2',39,6,1),('H2',40,6,2),('H2',41,7,0),('H2',42,7,1),('H2',43,7,2),('H2',44,7,3),('H2',45,7,4),('H2',46,8,0),('H2',47,9,0),('H2',48,9,1),('H2',49,9,2),('H2',50,9,3),('H2',51,10,0),('H2',52,10,1),('H2',53,10,2),('H2',54,10,3),('H2',55,10,4),('H2',56,10,5),('H2',57,10,6),('H2',58,10,7),('H2',59,10,8),('H2',60,11,0),('H2',61,11,1),('H2',62,11,2),('H2',63,11,3),('H2',64,11,4),('H2',65,11,5),('H2',66,11,6),('H2',67,11,7),('H2',68,11,8),('H2',69,11,9),('H2',70,11,10),('H2',71,11,11),('H2',72,11,12),('H2',73,11,13),('H2',74,11,14),('H2',75,11,15),('H2',76,11,16),('H2',77,11,17),('H2',78,11,18),('H2',79,11,19),('H2',80,11,20),('H2',81,11,21),('H2',82,11,22),('H2',83,11,23),('H2',84,11,24),('H2',85,11,25),('H2',86,11,26),('H2',87,11,27),('H2',88,11,28),('H2',89,11,29),('H2',90,11,30),('H2',91,11,31),('H2',92,12,0),('H2',93,12,1),('H2',94,12,2),('H2',95,12,3),('H2',96,12,4),('H2',97,12,5),('H2',98,13,0),('H2',99,13,1),('H2',100,13,2),('H2',101,13,3),('H2',102,13,4),('H2',103,13,5),('H2',104,13,6),('H2',105,13,7),('H2',106,13,8),('H2',107,13,9),('H2',108,13,10),('H2',109,13,11),('H2',110,13,12),('H2',111,14,0),('H2',112,14,1),('H2',113,14,2),('H2',114,14,3),('H2',115,14,4),('H2',116,14,5),('H2',117,14,6),('H2',118,14,7),('H2',119,14,8),('H2',120,14,9),('H2',121,14,10),('H2',122,14,11),('H2',123,15,0),('H2',124,15,1),('H2',125,15,2),('H2',126,15,3),('H2',127,16,0),('H2',128,16,1),('H2',129,16,2),('H2',130,17,0),('H2',131,17,1),('H2',132,17,2),('H2',133,17,3),('H2',134,17,4),('H2',135,18,0),('H2',136,18,1),('H2',137,18,2),('H2',138,18,3),('H2',139,19,0),('H2',140,19,1),('H2',141,19,2),('H2',142,19,3),('H2',143,19,4),('H2',144,20,0),('H2',145,20,1),('H2',146,20,2),('H2',147,20,3),('H2',148,20,4),('H2',149,20,5),('H2',150,21,0),('H2',151,21,1),('H2',152,21,2),('H2',153,21,3),('H2',154,21,4),('H2',155,21,5),('H2',156,21,6),('H2',157,21,7),('H2',158,21,8),('H2',159,21,9),('H2',160,22,0),('H2',161,22,1),('H2',162,22,2),('H2',163,22,3),('H2',164,22,4),('H2',165,22,5),('H2',166,23,0),('H2',167,23,1),('H2',168,23,2),('H2',169,23,3),('H2',170,24,0),('H2',171,24,1),('H2',172,24,2),('H2',173,25,0),('H2',174,25,1),('H2',175,25,2),('H2',176,25,3),('H2',177,25,4),('H2',178,25,5),('H2',179,26,0),('H2',180,26,1),('H2',181,26,2),('H2',182,27,0),('H2',183,27,1),('H2',184,27,2),('H2',185,27,3),('H2',186,28,0),('H2',187,28,1),('H2',188,28,2),('H2',189,28,3),('H2',190,29,0),('H2',191,29,1),('H2',192,29,2),('H2',193,29,3),('H2',194,30,0),('H2',195,30,1),('H2',196,30,2),('H2',197,30,3),('H2',198,30,4),('H2',199,30,5),('H2',200,30,6),('H2',201,30,7),('H2',202,30,8),('H2',203,30,9),('H2',204,30,10),('H2',205,30,11),('H2',206,30,12),('H2',207,30,13),('H2',208,30,14),('H2',209,30,15),('H2',210,31,1),('H2',211,31,2),('H2',212,31,3),('H2',213,31,4),('H2',214,32,1),('H2',215,32,2),('H2',216,32,3),('H2',217,32,4),('H2',218,32,5),('H2',219,32,6),('H2',220,33,1),('H2',221,33,2),('H2',222,33,3),('H2',223,34,1),('H2',224,34,2),('H2',225,34,3),('H2',226,35,1),('H2',227,35,2),('H2',228,35,3),('H2',229,36,1),('H2',230,36,2),('H2',231,36,3),('H2',232,36,4),('H2',233,36,5),('H2',234,36,6),('H2',235,37,1),('H2',236,37,2),('H2',237,37,3),('H2',238,37,4),('H2',239,38,1),('H2',240,38,2),('H2',241,38,3),('H2',242,38,4),('H2',243,39,1),('H2',244,39,2),('H2',245,39,3),('H2',246,39,4),('H2',247,40,1),('H2',248,40,2),('H2',249,40,3),('H2',250,40,4),('H2',251,40,5),('H2',252,40,6),('H2',253,40,7),('H2',254,40,8),('H2',255,40,9),('H2',256,40,10),('H2',257,40,11),('H2',258,41,1),('H2',259,41,2),('H2',260,41,3),('H2',261,41,4),('H2',262,41,5),('H2',263,41,6),('H2',264,41,7),('H2',265,41,8),('H2',266,41,9),('H2',267,42,1),('H2',268,42,2),('H2',269,42,3),('H2',270,42,4),('H2',271,43,1),('H2',272,43,2),('H2',273,43,3),('H2',274,43,4),('H2',275,44,1),('H2',276,44,2),('H2',277,44,3),('H2',278,44,4),('H2',279,44,5),('H2',280,44,6),('H2',281,44,7),('H2',282,44,8),('H2',283,44,9),('H2',284,44,10),('H2',285,44,11),('H2',286,45,1),('H2',287,45,2),('H2',288,12,1),('H2',289,46,1),('H2',290,46,2),('H2',291,46,3),('H2',292,46,4),('H2',293,46,5),('H2',294,46,6),('H2',295,2,1),('H2',296,47,1),('H2',297,47,2),('H2',298,47,3),('H2',299,48,1),('H2',300,48,2),('H2',303,49,1),('H2',304,49,2),('H2',305,50,1),('H2',306,50,2),('H2',307,50,3),('H2',308,50,4),('H2',309,50,5),('H2',310,50,6),('H2',311,50,7),('H2',312,50,8),('H2',313,50,9),('H2',314,50,10),('H2',315,50,11),('H2',316,51,1),('H2',317,51,2),('H2',318,51,3),('H2',319,51,4),('H2',331,52,1),('H2',332,52,2),('H2',333,52,3),('H2',334,52,4),('H2',335,52,5),('H2',336,52,6),('H2',337,52,7),('H2',338,52,8),('H2',339,53,1),('H2',340,53,2),('H2',341,53,3),('H2',342,53,4),('H2',343,53,5),('H2',344,53,6),('H2',345,53,7),('H2',346,53,8),('H2',347,53,9),('H2',348,53,10),('H2',349,53,11),('H2',350,34,1),('H2',351,34,2),('H2',352,34,3),('H2',353,34,4),('H2',354,34,5),('H2',355,34,6),('H2',356,34,7),('H2',357,34,8),('H2',358,54,1),('H2',359,54,2),('H2',360,54,3),('H2',361,55,1),('H2',362,55,2),('H2',363,55,3),('H2',364,55,4),('H2',365,55,5),('H2',366,55,6),('H2',367,55,7),('H2',368,55,8),('H2',369,56,1),('H2',370,56,2),('H2',371,56,3),('H2',372,56,4),('H2',373,56,5),('H2',374,56,6),('H2',375,56,7),('H2',376,56,8),('H2',377,56,9),('H2',378,56,10),('H2',379,56,11),('H2',380,56,12),('H2',381,56,13),('H2',382,56,14),('H2',383,56,15),('H2',384,56,16),('H2',385,56,17),('H2',386,57,1),('H2',387,57,2),('H2',388,57,3),('H2',389,57,4),('H2',390,58,1),('H2',391,58,2),('H2',392,58,3),('H2',393,58,4),('H2',394,58,5),('H2',395,58,6),('H2',396,58,7),('H2',397,58,8),('H2',398,58,9),('H2',399,58,10),('H2',400,58,11),('H2',401,58,12),('H2',402,58,13),('H2',403,58,14),('H2',404,58,15),('H2',405,58,16),('H2',406,59,1),('H2',407,59,2),('H2',408,59,3),('H2',409,59,4),('H2',410,59,5),('H2',411,59,6),('H2',412,59,7),('H2',413,60,1),('H2',414,61,1),('H2',415,62,1),('H2',416,62,2),('H2',417,62,3),('H2',418,62,4),('H2',419,63,1),('H2',420,63,2),('H2',421,63,3),('H2',422,63,4),('H2',431,51,1),('H2',432,51,2),('H2',433,51,3),('H2',434,51,4),('H2',439,63,1),('H2',440,63,2),('H2',441,63,3),('H2',442,63,4),('H2',455,70,1),('H2',456,70,2),('H2',457,70,3),('H2',458,70,4),('H2',480,73,2),('H2',481,73,3),('H2',482,73,4),('H2',483,74,1),('H2',484,74,2),('H2',485,75,1),('H2',486,76,1),('H2',487,76,2),('H2',488,76,3),('H2',489,76,4),('H2',490,76,5),('H2',491,75,1),('H2',492,12,1),('H2',493,73,1),('H2',494,73,1),('H2',495,74,1),('H2',496,77,1),('H2',497,77,2),('H2',498,21,10),('H2',499,21,11),('H2',500,21,12),('H2',501,21,13),('H2',502,21,14),('H2',503,13,13),('H2',504,13,14),('H2',505,13,15),('H2',506,13,16),('H2',507,13,17),('H2',508,76,6),('H2',509,23,4),('H2',510,23,5),('H2',511,23,6),('H2',512,23,7),('H2',513,23,8),('H2',515,12,6),('H2',516,12,7),('H2',517,12,8),('H2',518,12,9),('H2',519,73,5),('H3',1,1,0),('H3',2,1,1),('H3',3,1,2),('H3',4,1,3),('H3',5,1,4),('H3',6,1,5),('H3',7,1,6),('H3',8,1,7),('H3',9,1,8),('H3',10,1,9),('H3',11,1,10),('H3',12,2,0),('H3',13,2,1),('H3',14,3,0),('H3',15,3,1),('H3',16,3,2),('H3',17,3,3),('H3',18,3,4),('H3',19,3,5),('H3',20,4,0),('H3',21,4,1),('H3',22,4,2),('H3',23,4,3),('H3',24,4,4),('H3',25,4,5),('H3',26,4,6),('H3',27,4,7),('H3',28,4,8),('H3',29,4,9),('H3',30,4,10),('H3',31,4,11),('H3',32,4,12),('H3',33,5,0),('H3',34,5,1),('H3',35,5,2),('H3',36,5,3),('H3',37,5,4),('H3',38,6,0),('H3',39,6,1),('H3',40,6,2),('H3',41,7,0),('H3',42,7,1),('H3',43,7,2),('H3',44,7,3),('H3',45,7,4),('H3',46,8,0),('H3',47,9,0),('H3',48,9,1),('H3',49,9,2),('H3',50,9,3),('H3',51,10,0),('H3',52,10,1),('H3',53,10,2),('H3',54,10,3),('H3',55,10,4),('H3',56,10,5),('H3',57,10,6),('H3',58,10,7),('H3',59,10,8),('H3',60,11,0),('H3',61,11,1),('H3',62,11,2),('H3',63,11,3),('H3',64,11,4),('H3',65,11,5),('H3',66,11,6),('H3',67,11,7),('H3',68,11,8),('H3',69,11,9),('H3',70,11,10),('H3',71,11,11),('H3',72,11,12),('H3',73,11,13),('H3',74,11,14),('H3',75,11,15),('H3',76,11,16),('H3',77,11,17),('H3',78,11,18),('H3',79,11,19),('H3',80,11,20),('H3',81,11,21),('H3',82,11,22),('H3',83,11,23),('H3',84,11,24),('H3',85,11,25),('H3',86,11,26),('H3',87,11,27),('H3',88,11,28),('H3',89,11,29),('H3',90,11,30),('H3',91,11,31),('H3',92,12,0),('H3',93,12,1),('H3',94,12,2),('H3',95,12,3),('H3',96,12,4),('H3',97,12,5),('H3',98,13,0),('H3',99,13,1),('H3',100,13,2),('H3',101,13,3),('H3',102,13,4),('H3',103,13,5),('H3',104,13,6),('H3',105,13,7),('H3',106,13,8),('H3',107,13,9),('H3',108,13,10),('H3',109,13,11),('H3',110,13,12),('H3',111,14,0),('H3',112,14,1),('H3',113,14,2),('H3',114,14,3),('H3',115,14,4),('H3',116,14,5),('H3',117,14,6),('H3',118,14,7),('H3',119,14,8),('H3',120,14,9),('H3',121,14,10),('H3',122,14,11),('H3',123,15,0),('H3',124,15,1),('H3',125,15,2),('H3',126,15,3),('H3',127,16,0),('H3',128,16,1),('H3',129,16,2),('H3',130,17,0),('H3',131,17,1),('H3',132,17,2),('H3',133,17,3),('H3',134,17,4),('H3',135,18,0),('H3',136,18,1),('H3',137,18,2),('H3',138,18,3),('H3',139,19,0),('H3',140,19,1),('H3',141,19,2),('H3',142,19,3),('H3',143,19,4),('H3',144,20,0),('H3',145,20,1),('H3',146,20,2),('H3',147,20,3),('H3',148,20,4),('H3',149,20,5),('H3',150,21,0),('H3',151,21,1),('H3',152,21,2),('H3',153,21,3),('H3',154,21,4),('H3',155,21,5),('H3',156,21,6),('H3',157,21,7),('H3',158,21,8),('H3',159,21,9),('H3',160,22,0),('H3',161,22,1),('H3',162,22,2),('H3',163,22,3),('H3',164,22,4),('H3',165,22,5),('H3',166,23,0),('H3',167,23,1),('H3',168,23,2),('H3',169,23,3),('H3',170,24,0),('H3',171,24,1),('H3',172,24,2),('H3',173,25,0),('H3',174,25,1),('H3',175,25,2),('H3',176,25,3),('H3',177,25,4),('H3',178,25,5),('H3',179,26,0),('H3',180,26,1),('H3',181,26,2),('H3',182,27,0),('H3',183,27,1),('H3',184,27,2),('H3',185,27,3),('H3',186,28,0),('H3',187,28,1),('H3',188,28,2),('H3',189,28,3),('H3',190,29,0),('H3',191,29,1),('H3',192,29,2),('H3',193,29,3),('H3',194,30,0),('H3',195,30,1),('H3',196,30,2),('H3',197,30,3),('H3',198,30,4),('H3',199,30,5),('H3',200,30,6),('H3',201,30,7),('H3',202,30,8),('H3',203,30,9),('H3',204,30,10),('H3',205,30,11),('H3',206,30,12),('H3',207,30,13),('H3',208,30,14),('H3',209,30,15),('H3',210,31,1),('H3',211,31,2),('H3',212,31,3),('H3',213,31,4),('H3',214,32,1),('H3',215,32,2),('H3',216,32,3),('H3',217,32,4),('H3',218,32,5),('H3',219,32,6),('H3',220,33,1),('H3',221,33,2),('H3',222,33,3),('H3',223,34,1),('H3',224,34,2),('H3',225,34,3),('H3',226,35,1),('H3',227,35,2),('H3',228,35,3),('H3',229,36,1),('H3',230,36,2),('H3',231,36,3),('H3',232,36,4),('H3',233,36,5),('H3',234,36,6),('H3',235,37,1),('H3',236,37,2),('H3',237,37,3),('H3',238,37,4),('H3',239,38,1),('H3',240,38,2),('H3',241,38,3),('H3',242,38,4),('H3',243,39,1),('H3',244,39,2),('H3',245,39,3),('H3',246,39,4),('H3',247,40,1),('H3',248,40,2),('H3',249,40,3),('H3',250,40,4),('H3',251,40,5),('H3',252,40,6),('H3',253,40,7),('H3',254,40,8),('H3',255,40,9),('H3',256,40,10),('H3',257,40,11),('H3',258,41,1),('H3',259,41,2),('H3',260,41,3),('H3',261,41,4),('H3',262,41,5),('H3',263,41,6),('H3',264,41,7),('H3',265,41,8),('H3',266,41,9),('H3',267,42,1),('H3',268,42,2),('H3',269,42,3),('H3',270,42,4),('H3',271,43,1),('H3',272,43,2),('H3',273,43,3),('H3',274,43,4),('H3',275,44,1),('H3',276,44,2),('H3',277,44,3),('H3',278,44,4),('H3',279,44,5),('H3',280,44,6),('H3',281,44,7),('H3',282,44,8),('H3',283,44,9),('H3',284,44,10),('H3',285,44,11),('H3',286,45,1),('H3',287,45,2),('H3',288,12,1),('H3',289,46,1),('H3',290,46,2),('H3',291,46,3),('H3',292,46,4),('H3',293,46,5),('H3',294,46,6),('H3',295,2,1),('H3',296,47,1),('H3',297,47,2),('H3',298,47,3),('H3',299,48,1),('H3',300,48,2),('H3',303,49,1),('H3',304,49,2),('H3',305,50,1),('H3',306,50,2),('H3',307,50,3),('H3',308,50,4),('H3',309,50,5),('H3',310,50,6),('H3',311,50,7),('H3',312,50,8),('H3',313,50,9),('H3',314,50,10),('H3',315,50,11),('H3',316,51,1),('H3',317,51,2),('H3',318,51,3),('H3',319,51,4),('H3',331,52,1),('H3',332,52,2),('H3',333,52,3),('H3',334,52,4),('H3',335,52,5),('H3',336,52,6),('H3',337,52,7),('H3',338,52,8),('H3',339,53,1),('H3',340,53,2),('H3',341,53,3),('H3',342,53,4),('H3',343,53,5),('H3',344,53,6),('H3',345,53,7),('H3',346,53,8),('H3',347,53,9),('H3',348,53,10),('H3',349,53,11),('H3',350,34,1),('H3',351,34,2),('H3',352,34,3),('H3',353,34,4),('H3',354,34,5),('H3',355,34,6),('H3',356,34,7),('H3',357,34,8),('H3',358,54,1),('H3',359,54,2),('H3',360,54,3),('H3',361,55,1),('H3',362,55,2),('H3',363,55,3),('H3',364,55,4),('H3',365,55,5),('H3',366,55,6),('H3',367,55,7),('H3',368,55,8),('H3',369,56,1),('H3',370,56,2),('H3',371,56,3),('H3',372,56,4),('H3',373,56,5),('H3',374,56,6),('H3',375,56,7),('H3',376,56,8),('H3',377,56,9),('H3',378,56,10),('H3',379,56,11),('H3',380,56,12),('H3',381,56,13),('H3',382,56,14),('H3',383,56,15),('H3',384,56,16),('H3',385,56,17),('H3',386,57,1),('H3',387,57,2),('H3',388,57,3),('H3',389,57,4),('H3',390,58,1),('H3',391,58,2),('H3',392,58,3),('H3',393,58,4),('H3',394,58,5),('H3',395,58,6),('H3',396,58,7),('H3',397,58,8),('H3',398,58,9),('H3',399,58,10),('H3',400,58,11),('H3',401,58,12),('H3',402,58,13),('H3',403,58,14),('H3',404,58,15),('H3',405,58,16),('H3',406,59,1),('H3',407,59,2),('H3',408,59,3),('H3',409,59,4),('H3',410,59,5),('H3',411,59,6),('H3',412,59,7),('H3',413,60,1),('H3',414,61,1),('H3',415,62,1),('H3',416,62,2),('H3',417,62,3),('H3',418,62,4),('H3',419,63,1),('H3',420,63,2),('H3',421,63,3),('H3',422,63,4),('H3',431,51,1),('H3',432,51,2),('H3',433,51,3),('H3',434,51,4),('H3',439,63,1),('H3',440,63,2),('H3',441,63,3),('H3',442,63,4),('H3',455,70,1),('H3',456,70,2),('H3',457,70,3),('H3',458,70,4),('H3',480,73,2),('H3',481,73,3),('H3',482,73,4),('H3',483,74,1),('H3',484,74,2),('H3',485,75,1),('H3',486,76,1),('H3',487,76,2),('H3',488,76,3),('H3',489,76,4),('H3',490,76,5),('H3',491,75,1),('H3',492,12,1),('H3',493,73,1),('H3',494,73,1),('H3',495,74,1),('H3',496,77,1),('H3',497,77,2),('H3',498,21,10),('H3',499,21,11),('H3',500,21,12),('H3',501,21,13),('H3',502,21,14),('H3',503,13,13),('H3',504,13,14),('H3',505,13,15),('H3',506,13,16),('H3',507,13,17),('H3',508,76,6),('H3',509,23,4),('H3',510,23,5),('H3',511,23,6),('H3',512,23,7),('H3',513,23,8),('H3',515,12,6),('H3',516,12,7),('H3',517,12,8),('H3',518,12,9),('H3',519,73,5),('H4',1,1,0),('H4',2,1,1),('H4',3,1,2),('H4',4,1,3),('H4',5,1,4),('H4',6,1,5),('H4',7,1,6),('H4',8,1,7),('H4',9,1,8),('H4',10,1,9),('H4',11,1,10),('H4',12,2,0),('H4',13,2,1),('H4',14,3,0),('H4',15,3,1),('H4',16,3,2),('H4',17,3,3),('H4',18,3,4),('H4',19,3,5),('H4',20,4,0),('H4',21,4,1),('H4',22,4,2),('H4',23,4,3),('H4',24,4,4),('H4',25,4,5),('H4',26,4,6),('H4',27,4,7),('H4',28,4,8),('H4',29,4,9),('H4',30,4,10),('H4',31,4,11),('H4',32,4,12),('H4',33,5,0),('H4',34,5,1),('H4',35,5,2),('H4',36,5,3),('H4',37,5,4),('H4',38,6,0),('H4',39,6,1),('H4',40,6,2),('H4',41,7,0),('H4',42,7,1),('H4',43,7,2),('H4',44,7,3),('H4',45,7,4),('H4',46,8,0),('H4',47,9,0),('H4',48,9,1),('H4',49,9,2),('H4',50,9,3),('H4',51,10,0),('H4',52,10,1),('H4',53,10,2),('H4',54,10,3),('H4',55,10,4),('H4',56,10,5),('H4',57,10,6),('H4',58,10,7),('H4',59,10,8),('H4',60,11,0),('H4',61,11,1),('H4',62,11,2),('H4',63,11,3),('H4',64,11,4),('H4',65,11,5),('H4',66,11,6),('H4',67,11,7),('H4',68,11,8),('H4',69,11,9),('H4',70,11,10),('H4',71,11,11),('H4',72,11,12),('H4',73,11,13),('H4',74,11,14),('H4',75,11,15),('H4',76,11,16),('H4',77,11,17),('H4',78,11,18),('H4',79,11,19),('H4',80,11,20),('H4',81,11,21),('H4',82,11,22),('H4',83,11,23),('H4',84,11,24),('H4',85,11,25),('H4',86,11,26),('H4',87,11,27),('H4',88,11,28),('H4',89,11,29),('H4',90,11,30),('H4',91,11,31),('H4',92,12,0),('H4',93,12,1),('H4',94,12,2),('H4',95,12,3),('H4',96,12,4),('H4',97,12,5),('H4',98,13,0),('H4',99,13,1),('H4',100,13,2),('H4',101,13,3),('H4',102,13,4),('H4',103,13,5),('H4',104,13,6),('H4',105,13,7),('H4',106,13,8),('H4',107,13,9),('H4',108,13,10),('H4',109,13,11),('H4',110,13,12),('H4',111,14,0),('H4',112,14,1),('H4',113,14,2),('H4',114,14,3),('H4',115,14,4),('H4',116,14,5),('H4',117,14,6),('H4',118,14,7),('H4',119,14,8),('H4',120,14,9),('H4',121,14,10),('H4',122,14,11),('H4',123,15,0),('H4',124,15,1),('H4',125,15,2),('H4',126,15,3),('H4',127,16,0),('H4',128,16,1),('H4',129,16,2),('H4',130,17,0),('H4',131,17,1),('H4',132,17,2),('H4',133,17,3),('H4',134,17,4),('H4',135,18,0),('H4',136,18,1),('H4',137,18,2),('H4',138,18,3),('H4',139,19,0),('H4',140,19,1),('H4',141,19,2),('H4',142,19,3),('H4',143,19,4),('H4',144,20,0),('H4',145,20,1),('H4',146,20,2),('H4',147,20,3),('H4',148,20,4),('H4',149,20,5),('H4',150,21,0),('H4',151,21,1),('H4',152,21,2),('H4',153,21,3),('H4',154,21,4),('H4',155,21,5),('H4',156,21,6),('H4',157,21,7),('H4',158,21,8),('H4',159,21,9),('H4',160,22,0),('H4',161,22,1),('H4',162,22,2),('H4',163,22,3),('H4',164,22,4),('H4',165,22,5),('H4',166,23,0),('H4',167,23,1),('H4',168,23,2),('H4',169,23,3),('H4',170,24,0),('H4',171,24,1),('H4',172,24,2),('H4',173,25,0),('H4',174,25,1),('H4',175,25,2),('H4',176,25,3),('H4',177,25,4),('H4',178,25,5),('H4',179,26,0),('H4',180,26,1),('H4',181,26,2),('H4',182,27,0),('H4',183,27,1),('H4',184,27,2),('H4',185,27,3),('H4',186,28,0),('H4',187,28,1),('H4',188,28,2),('H4',189,28,3),('H4',190,29,0),('H4',191,29,1),('H4',192,29,2),('H4',193,29,3),('H4',194,30,0),('H4',195,30,1),('H4',196,30,2),('H4',197,30,3),('H4',198,30,4),('H4',199,30,5),('H4',200,30,6),('H4',201,30,7),('H4',202,30,8),('H4',203,30,9),('H4',204,30,10),('H4',205,30,11),('H4',206,30,12),('H4',207,30,13),('H4',208,30,14),('H4',209,30,15),('H4',210,31,1),('H4',211,31,2),('H4',212,31,3),('H4',213,31,4),('H4',214,32,1),('H4',215,32,2),('H4',216,32,3),('H4',217,32,4),('H4',218,32,5),('H4',219,32,6),('H4',220,33,1),('H4',221,33,2),('H4',222,33,3),('H4',223,34,1),('H4',224,34,2),('H4',225,34,3),('H4',226,35,1),('H4',227,35,2),('H4',228,35,3),('H4',229,36,1),('H4',230,36,2),('H4',231,36,3),('H4',232,36,4),('H4',233,36,5),('H4',234,36,6),('H4',235,37,1),('H4',236,37,2),('H4',237,37,3),('H4',238,37,4),('H4',239,38,1),('H4',240,38,2),('H4',241,38,3),('H4',242,38,4),('H4',243,39,1),('H4',244,39,2),('H4',245,39,3),('H4',246,39,4),('H4',247,40,1),('H4',248,40,2),('H4',249,40,3),('H4',250,40,4),('H4',251,40,5),('H4',252,40,6),('H4',253,40,7),('H4',254,40,8),('H4',255,40,9),('H4',256,40,10),('H4',257,40,11),('H4',258,41,1),('H4',259,41,2),('H4',260,41,3),('H4',261,41,4),('H4',262,41,5),('H4',263,41,6),('H4',264,41,7),('H4',265,41,8),('H4',266,41,9),('H4',267,42,1),('H4',268,42,2),('H4',269,42,3),('H4',270,42,4),('H4',271,43,1),('H4',272,43,2),('H4',273,43,3),('H4',274,43,4),('H4',275,44,1),('H4',276,44,2),('H4',277,44,3),('H4',278,44,4),('H4',279,44,5),('H4',280,44,6),('H4',281,44,7),('H4',282,44,8),('H4',283,44,9),('H4',284,44,10),('H4',285,44,11),('H4',286,45,1),('H4',287,45,2),('H4',288,12,1),('H4',289,46,1),('H4',290,46,2),('H4',291,46,3),('H4',292,46,4),('H4',293,46,5),('H4',294,46,6),('H4',295,2,1),('H4',296,47,1),('H4',297,47,2),('H4',298,47,3),('H4',299,48,1),('H4',300,48,2),('H4',303,49,1),('H4',304,49,2),('H4',305,50,1),('H4',306,50,2),('H4',307,50,3),('H4',308,50,4),('H4',309,50,5),('H4',310,50,6),('H4',311,50,7),('H4',312,50,8),('H4',313,50,9),('H4',314,50,10),('H4',315,50,11),('H4',316,51,1),('H4',317,51,2),('H4',318,51,3),('H4',319,51,4),('H4',331,52,1),('H4',332,52,2),('H4',333,52,3),('H4',334,52,4),('H4',335,52,5),('H4',336,52,6),('H4',337,52,7),('H4',338,52,8),('H4',339,53,1),('H4',340,53,2),('H4',341,53,3),('H4',342,53,4),('H4',343,53,5),('H4',344,53,6),('H4',345,53,7),('H4',346,53,8),('H4',347,53,9),('H4',348,53,10),('H4',349,53,11),('H4',350,34,1),('H4',351,34,2),('H4',352,34,3),('H4',353,34,4),('H4',354,34,5),('H4',355,34,6),('H4',356,34,7),('H4',357,34,8),('H4',358,54,1),('H4',359,54,2),('H4',360,54,3),('H4',361,55,1),('H4',362,55,2),('H4',363,55,3),('H4',364,55,4),('H4',365,55,5),('H4',366,55,6),('H4',367,55,7),('H4',368,55,8),('H4',369,56,1),('H4',370,56,2),('H4',371,56,3),('H4',372,56,4),('H4',373,56,5),('H4',374,56,6),('H4',375,56,7),('H4',376,56,8),('H4',377,56,9),('H4',378,56,10),('H4',379,56,11),('H4',380,56,12),('H4',381,56,13),('H4',382,56,14),('H4',383,56,15),('H4',384,56,16),('H4',385,56,17),('H4',386,57,1),('H4',387,57,2),('H4',388,57,3),('H4',389,57,4),('H4',390,58,1),('H4',391,58,2),('H4',392,58,3),('H4',393,58,4),('H4',394,58,5),('H4',395,58,6),('H4',396,58,7),('H4',397,58,8),('H4',398,58,9),('H4',399,58,10),('H4',400,58,11),('H4',401,58,12),('H4',402,58,13),('H4',403,58,14),('H4',404,58,15),('H4',405,58,16),('H4',406,59,1),('H4',407,59,2),('H4',408,59,3),('H4',409,59,4),('H4',410,59,5),('H4',411,59,6),('H4',412,59,7),('H4',413,60,1),('H4',414,61,1),('H4',415,62,1),('H4',416,62,2),('H4',417,62,3),('H4',418,62,4),('H4',419,63,1),('H4',420,63,2),('H4',421,63,3),('H4',422,63,4),('H4',431,51,1),('H4',432,51,2),('H4',433,51,3),('H4',434,51,4),('H4',439,63,1),('H4',440,63,2),('H4',441,63,3),('H4',442,63,4),('H4',455,70,1),('H4',456,70,2),('H4',457,70,3),('H4',458,70,4),('H4',480,73,2),('H4',481,73,3),('H4',482,73,4),('H4',483,74,1),('H4',484,74,2),('H4',485,75,1),('H4',486,76,1),('H4',487,76,2),('H4',488,76,3),('H4',489,76,4),('H4',490,76,5),('H4',491,75,1),('H4',492,12,1),('H4',493,73,1),('H4',494,73,1),('H4',495,74,1),('H4',496,77,1),('H4',497,77,2),('H4',498,21,10),('H4',499,21,11),('H4',500,21,12),('H4',501,21,13),('H4',502,21,14),('H4',503,13,13),('H4',504,13,14),('H4',505,13,15),('H4',506,13,16),('H4',507,13,17),('H4',508,76,6),('H4',509,23,4),('H4',510,23,5),('H4',511,23,6),('H4',512,23,7),('H4',513,23,8),('H4',515,12,6),('H4',516,12,7),('H4',517,12,8),('H4',518,12,9),('H4',519,73,5),('H5',1,1,0),('H5',2,1,1),('H5',3,1,2),('H5',4,1,3),('H5',5,1,4),('H5',6,1,5),('H5',7,1,6),('H5',8,1,7),('H5',9,1,8),('H5',10,1,9),('H5',11,1,10),('H5',12,2,0),('H5',13,2,1),('H5',14,3,0),('H5',15,3,1),('H5',16,3,2),('H5',17,3,3),('H5',18,3,4),('H5',19,3,5),('H5',20,4,0),('H5',21,4,1),('H5',22,4,2),('H5',23,4,3),('H5',24,4,4),('H5',25,4,5),('H5',26,4,6),('H5',27,4,7),('H5',28,4,8),('H5',29,4,9),('H5',30,4,10),('H5',31,4,11),('H5',32,4,12),('H5',33,5,0),('H5',34,5,1),('H5',35,5,2),('H5',36,5,3),('H5',37,5,4),('H5',38,6,0),('H5',39,6,1),('H5',40,6,2),('H5',41,7,0),('H5',42,7,1),('H5',43,7,2),('H5',44,7,3),('H5',45,7,4),('H5',46,8,0),('H5',47,9,0),('H5',48,9,1),('H5',49,9,2),('H5',50,9,3),('H5',51,10,0),('H5',52,10,1),('H5',53,10,2),('H5',54,10,3),('H5',55,10,4),('H5',56,10,5),('H5',57,10,6),('H5',58,10,7),('H5',59,10,8),('H5',60,11,0),('H5',61,11,1),('H5',62,11,2),('H5',63,11,3),('H5',64,11,4),('H5',65,11,5),('H5',66,11,6),('H5',67,11,7),('H5',68,11,8),('H5',69,11,9),('H5',70,11,10),('H5',71,11,11),('H5',72,11,12),('H5',73,11,13),('H5',74,11,14),('H5',75,11,15),('H5',76,11,16),('H5',77,11,17),('H5',78,11,18),('H5',79,11,19),('H5',80,11,20),('H5',81,11,21),('H5',82,11,22),('H5',83,11,23),('H5',84,11,24),('H5',85,11,25),('H5',86,11,26),('H5',87,11,27),('H5',88,11,28),('H5',89,11,29),('H5',90,11,30),('H5',91,11,31),('H5',92,12,0),('H5',93,12,1),('H5',94,12,2),('H5',95,12,3),('H5',96,12,4),('H5',97,12,5),('H5',98,13,0),('H5',99,13,1),('H5',100,13,2),('H5',101,13,3),('H5',102,13,4),('H5',103,13,5),('H5',104,13,6),('H5',105,13,7),('H5',106,13,8),('H5',107,13,9),('H5',108,13,10),('H5',109,13,11),('H5',110,13,12),('H5',111,14,0),('H5',112,14,1),('H5',113,14,2),('H5',114,14,3),('H5',115,14,4),('H5',116,14,5),('H5',117,14,6),('H5',118,14,7),('H5',119,14,8),('H5',120,14,9),('H5',121,14,10),('H5',122,14,11),('H5',123,15,0),('H5',124,15,1),('H5',125,15,2),('H5',126,15,3),('H5',127,16,0),('H5',128,16,1),('H5',129,16,2),('H5',130,17,0),('H5',131,17,1),('H5',132,17,2),('H5',133,17,3),('H5',134,17,4),('H5',135,18,0),('H5',136,18,1),('H5',137,18,2),('H5',138,18,3),('H5',139,19,0),('H5',140,19,1),('H5',141,19,2),('H5',142,19,3),('H5',143,19,4),('H5',144,20,0),('H5',145,20,1),('H5',146,20,2),('H5',147,20,3),('H5',148,20,4),('H5',149,20,5),('H5',150,21,0),('H5',151,21,1),('H5',152,21,2),('H5',153,21,3),('H5',154,21,4),('H5',155,21,5),('H5',156,21,6),('H5',157,21,7),('H5',158,21,8),('H5',159,21,9),('H5',160,22,0),('H5',161,22,1),('H5',162,22,2),('H5',163,22,3),('H5',164,22,4),('H5',165,22,5),('H5',166,23,0),('H5',167,23,1),('H5',168,23,2),('H5',169,23,3),('H5',170,24,0),('H5',171,24,1),('H5',172,24,2),('H5',173,25,0),('H5',174,25,1),('H5',175,25,2),('H5',176,25,3),('H5',177,25,4),('H5',178,25,5),('H5',179,26,0),('H5',180,26,1),('H5',181,26,2),('H5',182,27,0),('H5',183,27,1),('H5',184,27,2),('H5',185,27,3),('H5',186,28,0),('H5',187,28,1),('H5',188,28,2),('H5',189,28,3),('H5',190,29,0),('H5',191,29,1),('H5',192,29,2),('H5',193,29,3),('H5',194,30,0),('H5',195,30,1),('H5',196,30,2),('H5',197,30,3),('H5',198,30,4),('H5',199,30,5),('H5',200,30,6),('H5',201,30,7),('H5',202,30,8),('H5',203,30,9),('H5',204,30,10),('H5',205,30,11),('H5',206,30,12),('H5',207,30,13),('H5',208,30,14),('H5',209,30,15),('H5',210,31,1),('H5',211,31,2),('H5',212,31,3),('H5',213,31,4),('H5',214,32,1),('H5',215,32,2),('H5',216,32,3),('H5',217,32,4),('H5',218,32,5),('H5',219,32,6),('H5',220,33,1),('H5',221,33,2),('H5',222,33,3),('H5',223,34,1),('H5',224,34,2),('H5',225,34,3),('H5',226,35,1),('H5',227,35,2),('H5',228,35,3),('H5',229,36,1),('H5',230,36,2),('H5',231,36,3),('H5',232,36,4),('H5',233,36,5),('H5',234,36,6),('H5',235,37,1),('H5',236,37,2),('H5',237,37,3),('H5',238,37,4),('H5',239,38,1),('H5',240,38,2),('H5',241,38,3),('H5',242,38,4),('H5',243,39,1),('H5',244,39,2),('H5',245,39,3),('H5',246,39,4),('H5',247,40,1),('H5',248,40,2),('H5',249,40,3),('H5',250,40,4),('H5',251,40,5),('H5',252,40,6),('H5',253,40,7),('H5',254,40,8),('H5',255,40,9),('H5',256,40,10),('H5',257,40,11),('H5',258,41,1),('H5',259,41,2),('H5',260,41,3),('H5',261,41,4),('H5',262,41,5),('H5',263,41,6),('H5',264,41,7),('H5',265,41,8),('H5',266,41,9),('H5',267,42,1),('H5',268,42,2),('H5',269,42,3),('H5',270,42,4),('H5',271,43,1),('H5',272,43,2),('H5',273,43,3),('H5',274,43,4),('H5',275,44,1),('H5',276,44,2),('H5',277,44,3),('H5',278,44,4),('H5',279,44,5),('H5',280,44,6),('H5',281,44,7),('H5',282,44,8),('H5',283,44,9),('H5',284,44,10),('H5',285,44,11),('H5',286,45,1),('H5',287,45,2),('H5',288,12,1),('H5',289,46,1),('H5',290,46,2),('H5',291,46,3),('H5',292,46,4),('H5',293,46,5),('H5',294,46,6),('H5',295,2,1),('H5',296,47,1),('H5',297,47,2),('H5',298,47,3),('H5',299,48,1),('H5',300,48,2),('H5',303,49,1),('H5',304,49,2),('H5',305,50,1),('H5',306,50,2),('H5',307,50,3),('H5',308,50,4),('H5',309,50,5),('H5',310,50,6),('H5',311,50,7),('H5',312,50,8),('H5',313,50,9),('H5',314,50,10),('H5',315,50,11),('H5',316,51,1),('H5',317,51,2),('H5',318,51,3),('H5',319,51,4),('H5',331,52,1),('H5',332,52,2),('H5',333,52,3),('H5',334,52,4),('H5',335,52,5),('H5',336,52,6),('H5',337,52,7),('H5',338,52,8),('H5',339,53,1),('H5',340,53,2),('H5',341,53,3),('H5',342,53,4),('H5',343,53,5),('H5',344,53,6),('H5',345,53,7),('H5',346,53,8),('H5',347,53,9),('H5',348,53,10),('H5',349,53,11),('H5',350,34,1),('H5',351,34,2),('H5',352,34,3),('H5',353,34,4),('H5',354,34,5),('H5',355,34,6),('H5',356,34,7),('H5',357,34,8),('H5',358,54,1),('H5',359,54,2),('H5',360,54,3),('H5',361,55,1),('H5',362,55,2),('H5',363,55,3),('H5',364,55,4),('H5',365,55,5),('H5',366,55,6),('H5',367,55,7),('H5',368,55,8),('H5',369,56,1),('H5',370,56,2),('H5',371,56,3),('H5',372,56,4),('H5',373,56,5),('H5',374,56,6),('H5',375,56,7),('H5',376,56,8),('H5',377,56,9),('H5',378,56,10),('H5',379,56,11),('H5',380,56,12),('H5',381,56,13),('H5',382,56,14),('H5',383,56,15),('H5',384,56,16),('H5',385,56,17),('H5',386,57,1),('H5',387,57,2),('H5',388,57,3),('H5',389,57,4),('H5',390,58,1),('H5',391,58,2),('H5',392,58,3),('H5',393,58,4),('H5',394,58,5),('H5',395,58,6),('H5',396,58,7),('H5',397,58,8),('H5',398,58,9),('H5',399,58,10),('H5',400,58,11),('H5',401,58,12),('H5',402,58,13),('H5',403,58,14),('H5',404,58,15),('H5',405,58,16),('H5',406,59,1),('H5',407,59,2),('H5',408,59,3),('H5',409,59,4),('H5',410,59,5),('H5',411,59,6),('H5',412,59,7),('H5',413,60,1),('H5',414,61,1),('H5',415,62,1),('H5',416,62,2),('H5',417,62,3),('H5',418,62,4),('H5',419,63,1),('H5',420,63,2),('H5',421,63,3),('H5',422,63,4),('H5',431,51,1),('H5',432,51,2),('H5',433,51,3),('H5',434,51,4),('H5',439,63,1),('H5',440,63,2),('H5',441,63,3),('H5',442,63,4),('H5',455,70,1),('H5',456,70,2),('H5',457,70,3),('H5',458,70,4),('H5',480,73,2),('H5',481,73,3),('H5',482,73,4),('H5',483,74,1),('H5',484,74,2),('H5',485,75,1),('H5',486,76,1),('H5',487,76,2),('H5',488,76,3),('H5',489,76,4),('H5',490,76,5),('H5',491,75,1),('H5',492,12,1),('H5',493,73,1),('H5',494,73,1),('H5',495,74,1),('H5',496,77,1),('H5',497,77,2),('H5',498,21,10),('H5',499,21,11),('H5',500,21,12),('H5',501,21,13),('H5',502,21,14),('H5',503,13,13),('H5',504,13,14),('H5',505,13,15),('H5',506,13,16),('H5',507,13,17),('H5',508,76,6),('H5',509,23,4),('H5',510,23,5),('H5',511,23,6),('H5',512,23,7),('H5',513,23,8),('H5',515,12,6),('H5',516,12,7),('H5',517,12,8),('H5',518,12,9),('H5',519,73,5);
/*!40000 ALTER TABLE `vtiger_role2picklist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role2profile`
--
DROP TABLE IF EXISTS `vtiger_role2profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role2profile` (
`roleid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`profileid` int(11) NOT NULL,
PRIMARY KEY (`roleid`,`profileid`),
KEY `role2profile_roleid_profileid_idx` (`roleid`,`profileid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role2profile`
--
LOCK TABLES `vtiger_role2profile` WRITE;
/*!40000 ALTER TABLE `vtiger_role2profile` DISABLE KEYS */;
INSERT INTO `vtiger_role2profile` VALUES ('H2',1),('H3',2),('H4',2),('H5',2);
/*!40000 ALTER TABLE `vtiger_role2profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role_seq`
--
DROP TABLE IF EXISTS `vtiger_role_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_role_seq`
--
LOCK TABLES `vtiger_role_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_role_seq` DISABLE KEYS */;
INSERT INTO `vtiger_role_seq` VALUES (5);
/*!40000 ALTER TABLE `vtiger_role_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rollupcomments_settings`
--
DROP TABLE IF EXISTS `vtiger_rollupcomments_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rollupcomments_settings` (
`rollupid` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`rollup_status` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`rollupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rollupcomments_settings`
--
LOCK TABLES `vtiger_rollupcomments_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_rollupcomments_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_rollupcomments_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rowheight`
--
DROP TABLE IF EXISTS `vtiger_rowheight`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rowheight` (
`rowheightid` int(11) NOT NULL AUTO_INCREMENT,
`rowheight` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`rowheightid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rowheight`
--
LOCK TABLES `vtiger_rowheight` WRITE;
/*!40000 ALTER TABLE `vtiger_rowheight` DISABLE KEYS */;
INSERT INTO `vtiger_rowheight` VALUES (1,'wide',0,1),(2,'medium',1,1),(3,'narrow',2,1);
/*!40000 ALTER TABLE `vtiger_rowheight` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rowheight_seq`
--
DROP TABLE IF EXISTS `vtiger_rowheight_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rowheight_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rowheight_seq`
--
LOCK TABLES `vtiger_rowheight_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_rowheight_seq` DISABLE KEYS */;
INSERT INTO `vtiger_rowheight_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_rowheight_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_rss`
--
DROP TABLE IF EXISTS `vtiger_rss`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rss` (
`rssid` int(11) NOT NULL,
`rssurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rsstitle` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rsstype` int(11) DEFAULT '0',
`starred` int(11) DEFAULT '0',
PRIMARY KEY (`rssid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_rss`
--
LOCK TABLES `vtiger_rss` WRITE;
/*!40000 ALTER TABLE `vtiger_rss` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_rss` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sales_stage`
--
DROP TABLE IF EXISTS `vtiger_sales_stage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sales_stage` (
`sales_stage_id` int(11) NOT NULL AUTO_INCREMENT,
`sales_stage` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`sales_stage_id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sales_stage`
--
LOCK TABLES `vtiger_sales_stage` WRITE;
/*!40000 ALTER TABLE `vtiger_sales_stage` DISABLE KEYS */;
INSERT INTO `vtiger_sales_stage` VALUES (1,'Prospecting',1,150,0,NULL),(2,'Qualification',1,151,1,NULL),(3,'Needs Analysis',1,152,2,NULL),(4,'Value Proposition',1,153,3,NULL),(5,'Id. Decision Makers',1,154,4,NULL),(6,'Perception Analysis',1,155,5,NULL),(7,'Proposal or Price Quote',1,156,6,NULL),(8,'Negotiation or Review',1,157,7,NULL),(9,'Closed Won',0,158,8,NULL),(10,'Closed Lost',0,159,9,NULL),(11,'New',1,498,10,'#ffffff'),(12,'Waiting on Customer',1,499,11,'#ffffff'),(13,'On Hold',1,500,12,'#ffffff'),(14,'Duplicate',1,501,13,'#ffffff'),(15,'Cancelled',1,502,14,'#ffffff');
/*!40000 ALTER TABLE `vtiger_sales_stage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sales_stage_seq`
--
DROP TABLE IF EXISTS `vtiger_sales_stage_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sales_stage_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sales_stage_seq`
--
LOCK TABLES `vtiger_sales_stage_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_sales_stage_seq` DISABLE KEYS */;
INSERT INTO `vtiger_sales_stage_seq` VALUES (15);
/*!40000 ALTER TABLE `vtiger_sales_stage_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesmanactivityrel`
--
DROP TABLE IF EXISTS `vtiger_salesmanactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesmanactivityrel` (
`smid` int(11) NOT NULL DEFAULT '0',
`activityid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`smid`,`activityid`),
KEY `salesmanactivityrel_activityid_idx` (`activityid`),
KEY `salesmanactivityrel_smid_idx` (`smid`),
CONSTRAINT `fk_2_vtiger_salesmanactivityrel` FOREIGN KEY (`smid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesmanactivityrel`
--
LOCK TABLES `vtiger_salesmanactivityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_salesmanactivityrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesmanactivityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesmanattachmentsrel`
--
DROP TABLE IF EXISTS `vtiger_salesmanattachmentsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesmanattachmentsrel` (
`smid` int(11) NOT NULL DEFAULT '0',
`attachmentsid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`smid`,`attachmentsid`),
KEY `salesmanattachmentsrel_smid_idx` (`smid`),
KEY `salesmanattachmentsrel_attachmentsid_idx` (`attachmentsid`),
CONSTRAINT `fk_2_vtiger_salesmanattachmentsrel` FOREIGN KEY (`attachmentsid`) REFERENCES `vtiger_attachments` (`attachmentsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesmanattachmentsrel`
--
LOCK TABLES `vtiger_salesmanattachmentsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_salesmanattachmentsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesmanattachmentsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesmanticketrel`
--
DROP TABLE IF EXISTS `vtiger_salesmanticketrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesmanticketrel` (
`smid` int(11) NOT NULL DEFAULT '0',
`id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`smid`,`id`),
KEY `salesmanticketrel_smid_idx` (`smid`),
KEY `salesmanticketrel_id_idx` (`id`),
CONSTRAINT `fk_2_vtiger_salesmanticketrel` FOREIGN KEY (`smid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesmanticketrel`
--
LOCK TABLES `vtiger_salesmanticketrel` WRITE;
/*!40000 ALTER TABLE `vtiger_salesmanticketrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesmanticketrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesorder`
--
DROP TABLE IF EXISTS `vtiger_salesorder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesorder` (
`salesorderid` int(11) NOT NULL DEFAULT '0',
`subject` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`potentialid` int(11) DEFAULT NULL,
`customerno` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`salesorder_no` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`quoteid` int(11) DEFAULT NULL,
`vendorterms` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contactid` int(11) DEFAULT NULL,
`vendorid` int(11) DEFAULT NULL,
`duedate` date DEFAULT NULL,
`carrier` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pending` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`salescommission` decimal(25,3) DEFAULT NULL,
`exciseduty` decimal(25,3) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_percent` decimal(25,3) DEFAULT NULL,
`discount_amount` decimal(25,8) DEFAULT NULL,
`s_h_amount` decimal(25,8) DEFAULT NULL,
`accountid` int(11) DEFAULT NULL,
`terms_conditions` text COLLATE utf8mb4_unicode_ci,
`purchaseorder` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sostatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_id` int(11) NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`enable_recurring` int(11) DEFAULT '0',
`compound_taxes_info` text COLLATE utf8mb4_unicode_ci,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`s_h_percent` int(11) DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region_id` int(11) DEFAULT NULL,
`contract_type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type_of_offering` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type_of_sub_offering` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`technology_platform` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`po` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sow_number` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`market_segment` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`market_sub_segment` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`customer_market_vertical` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`dev_start_date` date DEFAULT NULL,
`support_start_date` date DEFAULT NULL,
`dev_end_date` date DEFAULT NULL,
`dev_hours` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`support_hours` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`support_end_date` date DEFAULT NULL,
`total_invoiced_amount` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_uninvoiced_amount` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_paid_amount` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_unpaid_amount` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`short_close_amount` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`so_businessentity` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sortcloseamount` int(11) DEFAULT NULL,
`so_bankid` int(11) DEFAULT NULL,
`salesorder_cloudid` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`salesorder_modified_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`salesorderid`),
KEY `salesorder_vendorid_idx` (`vendorid`),
KEY `salesorder_contactid_idx` (`contactid`),
CONSTRAINT `fk_3_vtiger_salesorder` FOREIGN KEY (`vendorid`) REFERENCES `vtiger_vendor` (`vendorid`) ON DELETE CASCADE,
CONSTRAINT `fk_crmid_vtiger_salesorder` FOREIGN KEY (`salesorderid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesorder`
--
LOCK TABLES `vtiger_salesorder` WRITE;
/*!40000 ALTER TABLE `vtiger_salesorder` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesorder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salesordercf`
--
DROP TABLE IF EXISTS `vtiger_salesordercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesordercf` (
`salesorderid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`salesorderid`),
CONSTRAINT `fk_1_vtiger_salesordercf` FOREIGN KEY (`salesorderid`) REFERENCES `vtiger_salesorder` (`salesorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salesordercf`
--
LOCK TABLES `vtiger_salesordercf` WRITE;
/*!40000 ALTER TABLE `vtiger_salesordercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_salesordercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salutationtype`
--
DROP TABLE IF EXISTS `vtiger_salutationtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salutationtype` (
`salutationid` int(11) NOT NULL AUTO_INCREMENT,
`salutationtype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`salutationid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salutationtype`
--
LOCK TABLES `vtiger_salutationtype` WRITE;
/*!40000 ALTER TABLE `vtiger_salutationtype` DISABLE KEYS */;
INSERT INTO `vtiger_salutationtype` VALUES (2,'Mr.',1,161,1,NULL),(3,'Ms.',1,162,2,NULL),(4,'Mrs.',1,163,3,NULL),(5,'Dr.',1,164,4,NULL),(6,'Prof.',1,165,5,NULL);
/*!40000 ALTER TABLE `vtiger_salutationtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_salutationtype_seq`
--
DROP TABLE IF EXISTS `vtiger_salutationtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salutationtype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_salutationtype_seq`
--
LOCK TABLES `vtiger_salutationtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_salutationtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_salutationtype_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_salutationtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_scheduled_reports`
--
DROP TABLE IF EXISTS `vtiger_scheduled_reports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_scheduled_reports` (
`reportid` int(11) NOT NULL,
`recipients` text COLLATE utf8mb4_unicode_ci,
`schedule` text COLLATE utf8mb4_unicode_ci,
`format` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`next_trigger_time` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`reportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_scheduled_reports`
--
LOCK TABLES `vtiger_scheduled_reports` WRITE;
/*!40000 ALTER TABLE `vtiger_scheduled_reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_scheduled_reports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_schedulereports`
--
DROP TABLE IF EXISTS `vtiger_schedulereports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_schedulereports` (
`reportid` int(11) DEFAULT NULL,
`scheduleid` int(11) DEFAULT NULL,
`recipients` text,
`schdate` varchar(20) DEFAULT NULL,
`schtime` time DEFAULT NULL,
`schdayoftheweek` varchar(100) DEFAULT NULL,
`schdayofthemonth` varchar(100) DEFAULT NULL,
`schannualdates` varchar(500) DEFAULT NULL,
`specificemails` varchar(500) DEFAULT NULL,
`next_trigger_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`fileformat` varchar(10) DEFAULT 'CSV'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_schedulereports`
--
LOCK TABLES `vtiger_schedulereports` WRITE;
/*!40000 ALTER TABLE `vtiger_schedulereports` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_schedulereports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seactivityrel`
--
DROP TABLE IF EXISTS `vtiger_seactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seactivityrel` (
`crmid` int(11) NOT NULL,
`activityid` int(11) NOT NULL,
PRIMARY KEY (`crmid`,`activityid`),
KEY `seactivityrel_activityid_idx` (`activityid`),
KEY `seactivityrel_crmid_idx` (`crmid`),
CONSTRAINT `fk_2_vtiger_seactivityrel` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seactivityrel`
--
LOCK TABLES `vtiger_seactivityrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seactivityrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_seactivityrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seactivityrel_seq`
--
DROP TABLE IF EXISTS `vtiger_seactivityrel_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seactivityrel_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seactivityrel_seq`
--
LOCK TABLES `vtiger_seactivityrel_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_seactivityrel_seq` DISABLE KEYS */;
INSERT INTO `vtiger_seactivityrel_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_seactivityrel_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seattachmentsrel`
--
DROP TABLE IF EXISTS `vtiger_seattachmentsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seattachmentsrel` (
`crmid` int(11) NOT NULL DEFAULT '0',
`attachmentsid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`attachmentsid`),
KEY `seattachmentsrel_attachmentsid_idx` (`attachmentsid`),
KEY `seattachmentsrel_crmid_idx` (`crmid`),
KEY `seattachmentsrel_attachmentsid_crmid_idx` (`attachmentsid`,`crmid`),
CONSTRAINT `fk_2_vtiger_seattachmentsrel` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seattachmentsrel`
--
LOCK TABLES `vtiger_seattachmentsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seattachmentsrel` DISABLE KEYS */;
INSERT INTO `vtiger_seattachmentsrel` VALUES (81,82);
/*!40000 ALTER TABLE `vtiger_seattachmentsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_selectcolumn`
--
DROP TABLE IF EXISTS `vtiger_selectcolumn`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selectcolumn` (
`queryid` int(11) NOT NULL,
`columnindex` int(11) NOT NULL DEFAULT '0',
`columnname` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT '',
PRIMARY KEY (`queryid`,`columnindex`),
KEY `selectcolumn_queryid_idx` (`queryid`),
CONSTRAINT `fk_1_vtiger_selectcolumn` FOREIGN KEY (`queryid`) REFERENCES `vtiger_selectquery` (`queryid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_selectcolumn`
--
LOCK TABLES `vtiger_selectcolumn` WRITE;
/*!40000 ALTER TABLE `vtiger_selectcolumn` DISABLE KEYS */;
INSERT INTO `vtiger_selectcolumn` VALUES (1,0,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(1,1,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(1,2,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(1,3,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V'),(1,4,'vtiger_account:industry:Accounts_industry:industry:V'),(1,5,'vtiger_contactdetails:email:Contacts_Email:email:E'),(2,0,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(2,1,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(2,2,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(2,3,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V'),(2,4,'vtiger_account:industry:Accounts_industry:industry:V'),(2,5,'vtiger_contactdetails:email:Contacts_Email:email:E'),(3,0,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(3,1,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(3,2,'vtiger_contactdetails:accountid:Contacts_Account_Name:account_id:V'),(3,3,'vtiger_contactdetails:email:Contacts_Email:email:E'),(3,4,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V'),(3,5,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V'),(4,0,'vtiger_leaddetails:firstname:Leads_First_Name:firstname:V'),(4,1,'vtiger_leaddetails:lastname:Leads_Last_Name:lastname:V'),(4,2,'vtiger_leaddetails:company:Leads_Company:company:V'),(4,3,'vtiger_leaddetails:email:Leads_Email:email:E'),(4,4,'vtiger_leaddetails:leadsource:Leads_Lead_Source:leadsource:V'),(5,0,'vtiger_leaddetails:firstname:Leads_First_Name:firstname:V'),(5,1,'vtiger_leaddetails:lastname:Leads_Last_Name:lastname:V'),(5,2,'vtiger_leaddetails:company:Leads_Company:company:V'),(5,3,'vtiger_leaddetails:email:Leads_Email:email:E'),(5,4,'vtiger_leaddetails:leadsource:Leads_Lead_Source:leadsource:V'),(5,5,'vtiger_leaddetails:leadstatus:Leads_Lead_Status:leadstatus:V'),(6,0,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V'),(6,1,'vtiger_potential:amount:Potentials_Amount:amount:N'),(6,2,'vtiger_potential:potentialtype:Potentials_Type:opportunity_type:V'),(6,3,'vtiger_potential:leadsource:Potentials_Lead_Source:leadsource:V'),(6,4,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V'),(7,0,'vtiger_potential:potentialname:Potentials_Potential_Name:potentialname:V'),(7,1,'vtiger_potential:amount:Potentials_Amount:amount:N'),(7,2,'vtiger_potential:potentialtype:Potentials_Type:opportunity_type:V'),(7,3,'vtiger_potential:leadsource:Potentials_Lead_Source:leadsource:V'),(7,4,'vtiger_potential:sales_stage:Potentials_Sales_Stage:sales_stage:V'),(8,0,'vtiger_activity:subject:Calendar_Subject:subject:V'),(8,1,'vtiger_contactdetailsCalendar:lastname:Calendar_Contact_Name:contact_id:I'),(8,2,'vtiger_activity:status:Calendar_Status:taskstatus:V'),(8,3,'vtiger_activity:priority:Calendar_Priority:taskpriority:V'),(8,4,'vtiger_usersCalendar:user_name:Calendar_Assigned_To:assigned_user_id:V'),(9,0,'vtiger_activity:subject:Calendar_Subject:subject:V'),(9,1,'vtiger_contactdetailsCalendar:lastname:Calendar_Contact_Name:contact_id:I'),(9,2,'vtiger_activity:status:Calendar_Status:taskstatus:V'),(9,3,'vtiger_activity:priority:Calendar_Priority:taskpriority:V'),(9,4,'vtiger_usersCalendar:user_name:Calendar_Assigned_To:assigned_user_id:V'),(10,0,'vtiger_troubletickets:title:HelpDesk_Title:ticket_title:V'),(10,1,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V'),(10,2,'vtiger_products:productname:Products_Product_Name:productname:V'),(10,3,'vtiger_products:discontinued:Products_Product_Active:discontinued:V'),(10,4,'vtiger_products:productcategory:Products_Product_Category:productcategory:V'),(10,5,'vtiger_products:manufacturer:Products_Manufacturer:manufacturer:V'),(11,0,'vtiger_troubletickets:title:HelpDesk_Title:ticket_title:V'),(11,1,'vtiger_troubletickets:priority:HelpDesk_Priority:ticketpriorities:V'),(11,2,'vtiger_troubletickets:severity:HelpDesk_Severity:ticketseverities:V'),(11,3,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V'),(11,4,'vtiger_troubletickets:category:HelpDesk_Category:ticketcategories:V'),(11,5,'vtiger_usersHelpDesk:user_name:HelpDesk_Assigned_To:assigned_user_id:V'),(12,0,'vtiger_troubletickets:title:HelpDesk_Title:ticket_title:V'),(12,1,'vtiger_troubletickets:priority:HelpDesk_Priority:ticketpriorities:V'),(12,2,'vtiger_troubletickets:severity:HelpDesk_Severity:ticketseverities:V'),(12,3,'vtiger_troubletickets:status:HelpDesk_Status:ticketstatus:V'),(12,4,'vtiger_troubletickets:category:HelpDesk_Category:ticketcategories:V'),(12,5,'vtiger_usersHelpDesk:user_name:HelpDesk_Assigned_To:assigned_user_id:V'),(13,0,'vtiger_products:productname:Products_Product_Name:productname:V'),(13,1,'vtiger_products:productcode:Products_Product_Code:productcode:V'),(13,2,'vtiger_products:discontinued:Products_Product_Active:discontinued:V'),(13,3,'vtiger_products:productcategory:Products_Product_Category:productcategory:V'),(13,4,'vtiger_products:website:Products_Website:website:V'),(13,5,'vtiger_vendorRelProducts:vendorname:Products_Vendor_Name:vendor_id:I'),(13,6,'vtiger_products:mfr_part_no:Products_Mfr_PartNo:mfr_part_no:V'),(14,0,'vtiger_products:productname:Products_Product_Name:productname:V'),(14,1,'vtiger_products:manufacturer:Products_Manufacturer:manufacturer:V'),(14,2,'vtiger_products:productcategory:Products_Product_Category:productcategory:V'),(14,3,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(14,4,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(14,5,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(15,0,'vtiger_quotes:subject:Quotes_Subject:subject:V'),(15,1,'vtiger_potentialRelQuotes:potentialname:Quotes_Potential_Name:potential_id:I'),(15,2,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V'),(15,3,'vtiger_quotes:contactid:Quotes_Contact_Name:contact_id:V'),(15,4,'vtiger_usersRel1:user_name:Quotes_Inventory_Manager:assigned_user_id1:I'),(15,5,'vtiger_accountQuotes:accountname:Quotes_Account_Name:account_id:I'),(16,0,'vtiger_quotes:subject:Quotes_Subject:subject:V'),(16,1,'vtiger_potentialRelQuotes:potentialname:Quotes_Potential_Name:potential_id:I'),(16,2,'vtiger_quotes:quotestage:Quotes_Quote_Stage:quotestage:V'),(16,3,'vtiger_quotes:contactid:Quotes_Contact_Name:contact_id:V'),(16,4,'vtiger_usersRel1:user_name:Quotes_Inventory_Manager:assigned_user_id1:I'),(16,5,'vtiger_accountQuotes:accountname:Quotes_Account_Name:account_id:I'),(16,6,'vtiger_quotes:carrier:Quotes_Carrier:carrier:V'),(16,7,'vtiger_quotes:shipping:Quotes_Shipping:shipping:V'),(17,0,'vtiger_purchaseorder:subject:PurchaseOrder_Subject:subject:V'),(17,1,'vtiger_vendorRelPurchaseOrder:vendorname:PurchaseOrder_Vendor_Name:vendor_id:I'),(17,2,'vtiger_purchaseorder:tracking_no:PurchaseOrder_Tracking_Number:tracking_no:V'),(17,3,'vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V'),(17,4,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(17,5,'vtiger_contactsubdetails:leadsource:Contacts_Lead_Source:leadsource:V'),(17,6,'vtiger_contactdetails:email:Contacts_Email:email:E'),(18,0,'vtiger_purchaseorder:subject:PurchaseOrder_Subject:subject:V'),(18,1,'vtiger_vendorRelPurchaseOrder:vendorname:PurchaseOrder_Vendor_Name:vendor_id:I'),(18,2,'vtiger_purchaseorder:requisition_no:PurchaseOrder_Requisition_No:requisition_no:V'),(18,3,'vtiger_purchaseorder:tracking_no:PurchaseOrder_Tracking_Number:tracking_no:V'),(18,4,'vtiger_contactdetailsPurchaseOrder:lastname:PurchaseOrder_Contact_Name:contact_id:I'),(18,5,'vtiger_purchaseorder:carrier:PurchaseOrder_Carrier:carrier:V'),(18,6,'vtiger_purchaseorder:salescommission:PurchaseOrder_Sales_Commission:salescommission:N'),(18,7,'vtiger_purchaseorder:exciseduty:PurchaseOrder_Excise_Duty:exciseduty:N'),(18,8,'vtiger_usersPurchaseOrder:user_name:PurchaseOrder_Assigned_To:assigned_user_id:V'),(19,0,'vtiger_invoice:subject:Invoice_Subject:subject:V'),(19,1,'vtiger_invoice:salesorderid:Invoice_Sales_Order:salesorder_id:I'),(19,2,'vtiger_invoice:customerno:Invoice_Customer_No:customerno:V'),(19,3,'vtiger_invoice:exciseduty:Invoice_Excise_Duty:exciseduty:N'),(19,4,'vtiger_invoice:salescommission:Invoice_Sales_Commission:salescommission:N'),(19,5,'vtiger_accountInvoice:accountname:Invoice_Account_Name:account_id:I'),(20,0,'vtiger_salesorder:subject:SalesOrder_Subject:subject:V'),(20,1,'vtiger_quotesSalesOrder:subject:SalesOrder_Quote_Name:quote_id:I'),(20,2,'vtiger_contactdetailsSalesOrder:lastname:SalesOrder_Contact_Name:contact_id:I'),(20,3,'vtiger_salesorder:duedate:SalesOrder_Due_Date:duedate:D'),(20,4,'vtiger_salesorder:carrier:SalesOrder_Carrier:carrier:V'),(20,5,'vtiger_salesorder:sostatus:SalesOrder_Status:sostatus:V'),(20,6,'vtiger_accountSalesOrder:accountname:SalesOrder_Account_Name:account_id:I'),(20,7,'vtiger_salesorder:salescommission:SalesOrder_Sales_Commission:salescommission:N'),(20,8,'vtiger_salesorder:exciseduty:SalesOrder_Excise_Duty:exciseduty:N'),(20,9,'vtiger_usersSalesOrder:user_name:SalesOrder_Assigned_To:assigned_user_id:V'),(21,0,'vtiger_campaign:campaignname:Campaigns_Campaign_Name:campaignname:V'),(21,1,'vtiger_campaign:campaigntype:Campaigns_Campaign_Type:campaigntype:V'),(21,2,'vtiger_campaign:targetaudience:Campaigns_Target_Audience:targetaudience:V'),(21,3,'vtiger_campaign:budgetcost:Campaigns_Budget_Cost:budgetcost:I'),(21,4,'vtiger_campaign:actualcost:Campaigns_Actual_Cost:actualcost:I'),(21,5,'vtiger_campaign:expectedrevenue:Campaigns_Expected_Revenue:expectedrevenue:I'),(21,6,'vtiger_campaign:expectedsalescount:Campaigns_Expected_Sales_Count:expectedsalescount:N'),(21,7,'vtiger_campaign:actualsalescount:Campaigns_Actual_Sales_Count:actualsalescount:N'),(21,8,'vtiger_usersCampaigns:user_name:Campaigns_Assigned_To:assigned_user_id:V'),(22,0,'vtiger_contactdetails:lastname:Contacts_Last_Name:lastname:V'),(22,1,'vtiger_contactdetails:email:Contacts_Email:email:E'),(22,2,'vtiger_activity:subject:Emails_Subject:subject:V'),(22,3,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I'),(23,0,'vtiger_account:accountname:Accounts_Account_Name:accountname:V'),(23,1,'vtiger_account:phone:Accounts_Phone:phone:V'),(23,2,'vtiger_account:email1:Accounts_Email:email1:E'),(23,3,'vtiger_activity:subject:Emails_Subject:subject:V'),(23,4,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I'),(24,0,'vtiger_leaddetails:lastname:Leads_Last_Name:lastname:V'),(24,1,'vtiger_leaddetails:company:Leads_Company:company:V'),(24,2,'vtiger_leaddetails:email:Leads_Email:email:E'),(24,3,'vtiger_activity:subject:Emails_Subject:subject:V'),(24,4,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I'),(25,0,'vtiger_vendor:vendorname:Vendors_Vendor_Name:vendorname:V'),(25,1,'vtiger_vendor:glacct:Vendors_GL_Account:glacct:V'),(25,2,'vtiger_vendor:email:Vendors_Email:email:E'),(25,3,'vtiger_activity:subject:Emails_Subject:subject:V'),(25,4,'vtiger_email_track:access_count:Emails_Access_Count:access_count:I'),(26,0,'vtiger_salesorder:salesorder_no:SalesOrder_SalesOrder_No:salesorder_no:V'),(26,1,'vtiger_salesorder:subject:SalesOrder_Subject:subject:V'),(26,2,'vtiger_salesorder:sostatus:SalesOrder_Status:sostatus:V'),(26,3,'vtiger_salesorder:total:SalesOrder_Total:hdnGrandTotal:N'),(26,4,'vtiger_invoice:cds_invoice_id:Invoice_CDS_Invoice_ID:cds_invoice_id:V'),(26,5,'vtiger_invoice:invoice_no:Invoice_Invoice_No:invoice_no:V'),(26,6,'vtiger_invoice:invoicedate:Invoice_Invoice_Date:invoicedate:D'),(26,7,'vtiger_salesorder:accountid:SalesOrder_Account_Name:account_id:V'),(26,8,'vtiger_invoice:total:Invoice_Total:hdnGrandTotal:N');
/*!40000 ALTER TABLE `vtiger_selectcolumn` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_selectquery`
--
DROP TABLE IF EXISTS `vtiger_selectquery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selectquery` (
`queryid` int(11) NOT NULL,
`startindex` int(11) DEFAULT '0',
`numofobjects` int(11) DEFAULT '0',
PRIMARY KEY (`queryid`),
KEY `selectquery_queryid_idx` (`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_selectquery`
--
LOCK TABLES `vtiger_selectquery` WRITE;
/*!40000 ALTER TABLE `vtiger_selectquery` DISABLE KEYS */;
INSERT INTO `vtiger_selectquery` VALUES (1,0,0),(2,0,0),(3,0,0),(4,0,0),(5,0,0),(6,0,0),(7,0,0),(8,0,0),(9,0,0),(10,0,0),(11,0,0),(12,0,0),(13,0,0),(14,0,0),(15,0,0),(16,0,0),(17,0,0),(18,0,0),(19,0,0),(20,0,0),(21,0,0),(22,0,0),(23,0,0),(24,0,0),(25,0,0),(26,0,0);
/*!40000 ALTER TABLE `vtiger_selectquery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_selectquery_seq`
--
DROP TABLE IF EXISTS `vtiger_selectquery_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selectquery_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_selectquery_seq`
--
LOCK TABLES `vtiger_selectquery_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_selectquery_seq` DISABLE KEYS */;
INSERT INTO `vtiger_selectquery_seq` VALUES (26);
/*!40000 ALTER TABLE `vtiger_selectquery_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_senotesrel`
--
DROP TABLE IF EXISTS `vtiger_senotesrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_senotesrel` (
`crmid` int(11) NOT NULL DEFAULT '0',
`notesid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`notesid`),
KEY `senotesrel_notesid_idx` (`notesid`),
KEY `senotesrel_crmid_idx` (`crmid`),
CONSTRAINT `fk1_crmid` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE,
CONSTRAINT `fk_2_vtiger_senotesrel` FOREIGN KEY (`notesid`) REFERENCES `vtiger_notes` (`notesid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_senotesrel`
--
LOCK TABLES `vtiger_senotesrel` WRITE;
/*!40000 ALTER TABLE `vtiger_senotesrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_senotesrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seproductsrel`
--
DROP TABLE IF EXISTS `vtiger_seproductsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seproductsrel` (
`crmid` int(11) NOT NULL DEFAULT '0',
`productid` int(11) NOT NULL DEFAULT '0',
`setype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`quantity` int(11) DEFAULT '1',
PRIMARY KEY (`crmid`,`productid`),
KEY `seproductsrel_productid_idx` (`productid`),
KEY `seproductrel_crmid_idx` (`crmid`),
CONSTRAINT `fk_2_vtiger_seproductsrel` FOREIGN KEY (`productid`) REFERENCES `vtiger_products` (`productid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seproductsrel`
--
LOCK TABLES `vtiger_seproductsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seproductsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_seproductsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_service`
--
DROP TABLE IF EXISTS `vtiger_service`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_service` (
`serviceid` int(11) NOT NULL,
`service_no` varchar(100) NOT NULL,
`servicename` varchar(50) NOT NULL,
`servicecategory` varchar(200) DEFAULT NULL,
`qty_per_unit` decimal(11,2) DEFAULT '0.00',
`unit_price` decimal(25,8) DEFAULT NULL,
`sales_start_date` date DEFAULT NULL,
`sales_end_date` date DEFAULT NULL,
`start_date` date DEFAULT NULL,
`expiry_date` date DEFAULT NULL,
`discontinued` int(11) NOT NULL DEFAULT '0',
`service_usageunit` varchar(200) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`taxclass` varchar(200) DEFAULT NULL,
`currency_id` int(11) NOT NULL DEFAULT '1',
`commissionrate` decimal(7,3) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`purchase_cost` decimal(27,8) DEFAULT NULL,
`service_cloudid` varchar(24) DEFAULT NULL,
`biling_type` varchar(100) DEFAULT NULL,
`service_modified_time` varchar(255) DEFAULT NULL,
PRIMARY KEY (`serviceid`),
CONSTRAINT `fk_1_vtiger_service` FOREIGN KEY (`serviceid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_service`
--
LOCK TABLES `vtiger_service` WRITE;
/*!40000 ALTER TABLE `vtiger_service` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_service` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_service_usageunit`
--
DROP TABLE IF EXISTS `vtiger_service_usageunit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_service_usageunit` (
`service_usageunitid` int(11) NOT NULL AUTO_INCREMENT,
`service_usageunit` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`service_usageunitid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_service_usageunit`
--
LOCK TABLES `vtiger_service_usageunit` WRITE;
/*!40000 ALTER TABLE `vtiger_service_usageunit` DISABLE KEYS */;
INSERT INTO `vtiger_service_usageunit` VALUES (1,'Hours',1,226,1,NULL),(2,'Days',1,227,2,NULL),(3,'Incidents',1,228,3,NULL);
/*!40000 ALTER TABLE `vtiger_service_usageunit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_service_usageunit_seq`
--
DROP TABLE IF EXISTS `vtiger_service_usageunit_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_service_usageunit_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_service_usageunit_seq`
--
LOCK TABLES `vtiger_service_usageunit_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_service_usageunit_seq` DISABLE KEYS */;
INSERT INTO `vtiger_service_usageunit_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_service_usageunit_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecategory`
--
DROP TABLE IF EXISTS `vtiger_servicecategory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecategory` (
`servicecategoryid` int(11) NOT NULL AUTO_INCREMENT,
`servicecategory` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`servicecategoryid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecategory`
--
LOCK TABLES `vtiger_servicecategory` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecategory` DISABLE KEYS */;
INSERT INTO `vtiger_servicecategory` VALUES (2,'Support',1,230,2,NULL),(3,'Installation',1,231,3,NULL),(4,'Migration',1,232,4,NULL),(5,'Customization',1,233,5,NULL),(6,'Training',1,234,6,NULL);
/*!40000 ALTER TABLE `vtiger_servicecategory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecategory_seq`
--
DROP TABLE IF EXISTS `vtiger_servicecategory_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecategory_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecategory_seq`
--
LOCK TABLES `vtiger_servicecategory_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecategory_seq` DISABLE KEYS */;
INSERT INTO `vtiger_servicecategory_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_servicecategory_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecf`
--
DROP TABLE IF EXISTS `vtiger_servicecf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecf` (
`serviceid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`serviceid`),
CONSTRAINT `fk_serviceid_vtiger_servicecf` FOREIGN KEY (`serviceid`) REFERENCES `vtiger_service` (`serviceid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecf`
--
LOCK TABLES `vtiger_servicecf` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_servicecf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecontracts`
--
DROP TABLE IF EXISTS `vtiger_servicecontracts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecontracts` (
`servicecontractsid` int(11) DEFAULT NULL,
`start_date` date DEFAULT NULL,
`end_date` date DEFAULT NULL,
`sc_related_to` int(11) DEFAULT NULL,
`tracking_unit` varchar(100) DEFAULT NULL,
`total_units` decimal(5,2) DEFAULT NULL,
`used_units` decimal(5,2) DEFAULT NULL,
`subject` varchar(100) DEFAULT NULL,
`due_date` date DEFAULT NULL,
`planned_duration` varchar(256) DEFAULT NULL,
`actual_duration` varchar(256) DEFAULT NULL,
`contract_status` varchar(200) DEFAULT NULL,
`priority` varchar(200) DEFAULT NULL,
`contract_type` varchar(200) DEFAULT NULL,
`progress` decimal(5,2) DEFAULT NULL,
`contract_no` varchar(100) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
KEY `fk_crmid_vtiger_servicecontracts` (`servicecontractsid`),
CONSTRAINT `fk_crmid_vtiger_servicecontracts` FOREIGN KEY (`servicecontractsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecontracts`
--
LOCK TABLES `vtiger_servicecontracts` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecontracts` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_servicecontracts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_servicecontractscf`
--
DROP TABLE IF EXISTS `vtiger_servicecontractscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecontractscf` (
`servicecontractsid` int(11) NOT NULL,
PRIMARY KEY (`servicecontractsid`),
CONSTRAINT `fk_servicecontractsid_vtiger_servicecontractscf` FOREIGN KEY (`servicecontractsid`) REFERENCES `vtiger_servicecontracts` (`servicecontractsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_servicecontractscf`
--
LOCK TABLES `vtiger_servicecontractscf` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecontractscf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_servicecontractscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_seticketsrel`
--
DROP TABLE IF EXISTS `vtiger_seticketsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seticketsrel` (
`crmid` int(11) NOT NULL DEFAULT '0',
`ticketid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`crmid`,`ticketid`),
KEY `seticketsrel_crmid_idx` (`crmid`),
KEY `seticketsrel_ticketid_idx` (`ticketid`),
CONSTRAINT `fk_2_vtiger_seticketsrel` FOREIGN KEY (`ticketid`) REFERENCES `vtiger_troubletickets` (`ticketid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_seticketsrel`
--
LOCK TABLES `vtiger_seticketsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seticketsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_seticketsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_blocks`
--
DROP TABLE IF EXISTS `vtiger_settings_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_blocks` (
`blockid` int(11) NOT NULL,
`label` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sequence` int(11) DEFAULT NULL,
PRIMARY KEY (`blockid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_blocks`
--
LOCK TABLES `vtiger_settings_blocks` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_blocks` DISABLE KEYS */;
INSERT INTO `vtiger_settings_blocks` VALUES (1,'LBL_USER_MANAGEMENT',1),(4,'LBL_OTHER_SETTINGS',10),(5,'LBL_MODULE_MANAGER',2),(6,'LBL_INTEGRATION',8),(7,'LBL_AUTOMATION',3),(8,'LBL_CONFIGURATION',4),(9,'LBL_MARKETING_SALES',5),(10,'LBL_INVENTORY',6),(11,'LBL_MY_PREFERENCES',7),(12,'LBL_EXTENSIONS',9);
/*!40000 ALTER TABLE `vtiger_settings_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_blocks_seq`
--
DROP TABLE IF EXISTS `vtiger_settings_blocks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_blocks_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_blocks_seq`
--
LOCK TABLES `vtiger_settings_blocks_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_blocks_seq` DISABLE KEYS */;
INSERT INTO `vtiger_settings_blocks_seq` VALUES (12);
/*!40000 ALTER TABLE `vtiger_settings_blocks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_field`
--
DROP TABLE IF EXISTS `vtiger_settings_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_field` (
`fieldid` int(11) NOT NULL,
`blockid` int(11) DEFAULT NULL,
`name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`iconpath` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`linkto` text COLLATE utf8mb4_unicode_ci,
`sequence` int(11) DEFAULT NULL,
`active` int(11) DEFAULT '0',
`pinned` int(11) DEFAULT '0',
PRIMARY KEY (`fieldid`),
KEY `fk_1_vtiger_settings_field` (`blockid`),
CONSTRAINT `fk_1_vtiger_settings_field` FOREIGN KEY (`blockid`) REFERENCES `vtiger_settings_blocks` (`blockid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_field`
--
LOCK TABLES `vtiger_settings_field` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_field` DISABLE KEYS */;
INSERT INTO `vtiger_settings_field` VALUES (1,1,'LBL_USERS','ico-users.gif','LBL_USER_DESCRIPTION','index.php?module=Users&parent=Settings&view=List',1,0,1),(2,1,'LBL_ROLES','ico-roles.gif','LBL_ROLE_DESCRIPTION','index.php?module=Roles&parent=Settings&view=Index',2,0,0),(3,1,'LBL_PROFILES','ico-profile.gif','LBL_PROFILE_DESCRIPTION','index.php?module=Profiles&parent=Settings&view=List',3,0,0),(4,1,'USERGROUPLIST','ico-groups.gif','LBL_GROUP_DESCRIPTION','index.php?module=Groups&parent=Settings&view=List',5,0,0),(5,1,'LBL_SHARING_ACCESS','shareaccess.gif','LBL_SHARING_ACCESS_DESCRIPTION','index.php?module=SharingAccess&parent=Settings&view=Index',4,0,0),(7,1,'LBL_LOGIN_HISTORY_DETAILS','set-IcoLoginHistory.gif','LBL_LOGIN_HISTORY_DESCRIPTION','index.php?module=LoginHistory&parent=Settings&view=List',6,0,0),(8,5,'VTLIB_LBL_MODULE_MANAGER','vtlib_modmng.gif','VTLIB_LBL_MODULE_MANAGER_DESCRIPTION','index.php?module=ModuleManager&parent=Settings&view=List',1,0,1),(9,8,'LBL_PICKLIST_EDITOR','picklist.gif','LBL_PICKLIST_DESCRIPTION','index.php?parent=Settings&module=Picklist&view=Index',6,0,1),(10,8,'LBL_PICKLIST_DEPENDENCY','picklistdependency.gif','LBL_PICKLIST_DEPENDENCY_DESCRIPTION','index.php?parent=Settings&module=PickListDependency&view=List',7,0,0),(11,8,'LBL_MENU_EDITOR','menueditor.png','LBL_MENU_DESC','index.php?module=MenuEditor&parent=Settings&view=Index',8,0,0),(14,8,'LBL_COMPANY_DETAILS','company.gif','LBL_COMPANY_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=CompanyDetails',1,0,0),(15,8,'LBL_MAIL_SERVER_SETTINGS','ogmailserver.gif','LBL_MAIL_SERVER_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=OutgoingServerDetail',4,0,0),(16,8,'LBL_CURRENCY_SETTINGS','currency.gif','LBL_CURRENCY_DESCRIPTION','index.php?parent=Settings&module=Currency&view=List',3,0,0),(17,10,'LBL_TAX_SETTINGS','taxConfiguration.gif','LBL_TAX_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=TaxIndex',1,0,0),(18,4,'LBL_SYSTEM_INFO','system.gif','LBL_SYSTEM_DESCRIPTION','index.php?module=Settings&submodule=Server&view=ProxyConfig',6,1,0),(20,4,'LBL_DEFAULT_MODULE_VIEW','set-IcoTwoTabConfig.gif','LBL_DEFAULT_MODULE_VIEW_DESC','index.php?module=Settings&action=DefModuleView&parenttab=Settings',2,0,0),(21,10,'INVENTORYTERMSANDCONDITIONS','terms.gif','LBL_INV_TANDC_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=TermsAndConditionsEdit',2,0,0),(22,5,'LBL_CUSTOMIZE_MODENT_NUMBER','settingsInvNumber.gif','LBL_CUSTOMIZE_MODENT_NUMBER_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=CustomRecordNumbering',4,0,0),(23,4,'LBL_MAIL_SCANNER','mailScanner.gif','LBL_MAIL_SCANNER_DESCRIPTION','index.php?parent=Settings&module=MailConverter&view=List',5,0,0),(24,7,'LBL_LIST_WORKFLOWS','settingsWorkflow.png','LBL_LIST_WORKFLOWS_DESCRIPTION','index.php?module=Workflows&parent=Settings&view=List',3,0,1),(25,8,'Configuration Editor','migrate.gif','LBL_CONFIG_EDITOR_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=ConfigEditorDetail',5,0,0),(26,7,'Scheduler','Cron.png','Allows you to Configure Cron Task','index.php?module=CronTasks&parent=Settings&view=List',2,0,0),(28,4,'ModTracker','set-IcoLoginHistory.gif','LBL_MODTRACKER_DESCRIPTION','index.php?module=ModTracker&action=BasicSettings&parenttab=Settings&formodule=ModTracker',9,0,0),(30,8,'LBL_CUSTOMER_PORTAL','portal_icon.png','PORTAL_EXTENSION_DESCRIPTION','index.php?module=CustomerPortal&parent=Settings&view=Index',2,0,0),(31,7,'Webforms','modules/Webforms/img/Webform.png','LBL_WEBFORMS_DESCRIPTION','index.php?module=Webforms&parent=Settings&view=List',1,1,0),(32,5,'LBL_EDIT_FIELDS','','LBL_LAYOUT_EDITOR_DESCRIPTION','index.php?module=LayoutEditor&parent=Settings&view=Index',2,0,0),(33,9,'LBL_LEAD_MAPPING','NULL','NULL','index.php?parent=Settings&module=Leads&view=MappingDetail',1,1,1),(34,9,'LBL_OPPORTUNITY_MAPPING','NULL','NULL','index.php?parent=Settings&module=Potentials&view=MappingDetail',2,0,1),(35,11,'My Preferences','NULL','NULL','index.php?module=Users&view=PreferenceDetail&parent=Settings&record=1',1,0,1),(36,11,'Calendar Settings','NULL','NULL','index.php?module=Users&parent=Settings&view=Calendar&record=1',2,0,1),(37,11,'LBL_MY_TAGS','NULL','NULL','index.php?module=Tags&parent=Settings&view=List&record=1',3,0,1),(38,12,'LBL_EXTENSION_STORE','NULL','NULL','index.php?module=ExtensionStore&parent=Settings&view=ExtensionStore',1,0,1),(39,12,'LBL_GOOGLE','NULL','NULL','index.php?module=Contacts&parent=Settings&view=Extension&extensionModule=Google&extensionView=Index&mode=settings',2,1,1),(40,12,'ITS4YouInstaller',NULL,NULL,'index.php?module=ITS4YouInstaller&parent=Settings&view=Extensions',3,0,0);
/*!40000 ALTER TABLE `vtiger_settings_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_settings_field_seq`
--
DROP TABLE IF EXISTS `vtiger_settings_field_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_field_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_settings_field_seq`
--
LOCK TABLES `vtiger_settings_field_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_field_seq` DISABLE KEYS */;
INSERT INTO `vtiger_settings_field_seq` VALUES (40);
/*!40000 ALTER TABLE `vtiger_settings_field_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sharedcalendar`
--
DROP TABLE IF EXISTS `vtiger_sharedcalendar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sharedcalendar` (
`userid` int(11) NOT NULL,
`sharedid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`sharedid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sharedcalendar`
--
LOCK TABLES `vtiger_sharedcalendar` WRITE;
/*!40000 ALTER TABLE `vtiger_sharedcalendar` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sharedcalendar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shareduserinfo`
--
DROP TABLE IF EXISTS `vtiger_shareduserinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shareduserinfo` (
`userid` int(11) NOT NULL DEFAULT '0',
`shareduserid` int(11) NOT NULL DEFAULT '0',
`color` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`visible` int(11) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shareduserinfo`
--
LOCK TABLES `vtiger_shareduserinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_shareduserinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_shareduserinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shippingtaxinfo`
--
DROP TABLE IF EXISTS `vtiger_shippingtaxinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shippingtaxinfo` (
`taxid` int(11) NOT NULL,
`taxname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`taxlabel` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`percentage` decimal(7,3) DEFAULT NULL,
`deleted` int(11) DEFAULT NULL,
`method` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`compoundon` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`regions` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`taxid`),
KEY `shippingtaxinfo_taxname_idx` (`taxname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shippingtaxinfo`
--
LOCK TABLES `vtiger_shippingtaxinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo` DISABLE KEYS */;
INSERT INTO `vtiger_shippingtaxinfo` VALUES (1,'shtax1','VAT',4.500,0,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]'),(2,'shtax2','Sales',10.000,0,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]'),(3,'shtax3','Service',12.500,0,'Simple','Variable','[]','[{\"list\":[\"1\",\"3\",\"4\"],\"value\":\"0\"}]');
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shippingtaxinfo_seq`
--
DROP TABLE IF EXISTS `vtiger_shippingtaxinfo_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shippingtaxinfo_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shippingtaxinfo_seq`
--
LOCK TABLES `vtiger_shippingtaxinfo_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo_seq` DISABLE KEYS */;
INSERT INTO `vtiger_shippingtaxinfo_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_shippingtaxinfo_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_shorturls`
--
DROP TABLE IF EXISTS `vtiger_shorturls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shorturls` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` varchar(50) DEFAULT NULL,
`handler_path` varchar(400) DEFAULT NULL,
`handler_class` varchar(100) DEFAULT NULL,
`handler_function` varchar(100) DEFAULT NULL,
`handler_data` varchar(255) DEFAULT NULL,
`onetime` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_shorturls`
--
LOCK TABLES `vtiger_shorturls` WRITE;
/*!40000 ALTER TABLE `vtiger_shorturls` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_shorturls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifier`
--
DROP TABLE IF EXISTS `vtiger_smsnotifier`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifier` (
`smsnotifierid` int(11) NOT NULL,
`message` text,
`status` varchar(100) DEFAULT NULL,
PRIMARY KEY (`smsnotifierid`),
CONSTRAINT `fk_crmid_vtiger_smsnotifier` FOREIGN KEY (`smsnotifierid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifier`
--
LOCK TABLES `vtiger_smsnotifier` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifier` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifier` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifier_servers`
--
DROP TABLE IF EXISTS `vtiger_smsnotifier_servers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifier_servers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`password` varchar(255) DEFAULT NULL,
`isactive` int(11) DEFAULT NULL,
`providertype` varchar(50) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
`parameters` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifier_servers`
--
LOCK TABLES `vtiger_smsnotifier_servers` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifier_servers` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifier_servers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifier_status`
--
DROP TABLE IF EXISTS `vtiger_smsnotifier_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifier_status` (
`smsnotifierid` int(11) DEFAULT NULL,
`tonumber` varchar(20) DEFAULT NULL,
`status` varchar(10) DEFAULT NULL,
`smsmessageid` varchar(50) DEFAULT NULL,
`needlookup` int(11) DEFAULT '1',
`statusid` int(11) NOT NULL AUTO_INCREMENT,
`statusmessage` varchar(100) DEFAULT NULL,
PRIMARY KEY (`statusid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifier_status`
--
LOCK TABLES `vtiger_smsnotifier_status` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifier_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifier_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_smsnotifiercf`
--
DROP TABLE IF EXISTS `vtiger_smsnotifiercf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifiercf` (
`smsnotifierid` int(11) NOT NULL,
PRIMARY KEY (`smsnotifierid`),
CONSTRAINT `fk_smsnotifierid_vtiger_smsnotifiercf` FOREIGN KEY (`smsnotifierid`) REFERENCES `vtiger_smsnotifier` (`smsnotifierid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_smsnotifiercf`
--
LOCK TABLES `vtiger_smsnotifiercf` WRITE;
/*!40000 ALTER TABLE `vtiger_smsnotifiercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_smsnotifiercf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_soapservice`
--
DROP TABLE IF EXISTS `vtiger_soapservice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_soapservice` (
`id` int(11) DEFAULT NULL,
`type` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sessionid` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_soapservice`
--
LOCK TABLES `vtiger_soapservice` WRITE;
/*!40000 ALTER TABLE `vtiger_soapservice` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_soapservice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sobillads`
--
DROP TABLE IF EXISTS `vtiger_sobillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sobillads` (
`sobilladdressid` int(11) NOT NULL DEFAULT '0',
`bill_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`sobilladdressid`),
CONSTRAINT `fk_1_vtiger_sobillads` FOREIGN KEY (`sobilladdressid`) REFERENCES `vtiger_salesorder` (`salesorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sobillads`
--
LOCK TABLES `vtiger_sobillads` WRITE;
/*!40000 ALTER TABLE `vtiger_sobillads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sobillads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_soshipads`
--
DROP TABLE IF EXISTS `vtiger_soshipads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_soshipads` (
`soshipaddressid` int(11) NOT NULL DEFAULT '0',
`ship_city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_code` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_country` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_street` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`ship_pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`soshipaddressid`),
CONSTRAINT `fk_1_vtiger_soshipads` FOREIGN KEY (`soshipaddressid`) REFERENCES `vtiger_salesorder` (`salesorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_soshipads`
--
LOCK TABLES `vtiger_soshipads` WRITE;
/*!40000 ALTER TABLE `vtiger_soshipads` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_soshipads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sostatus`
--
DROP TABLE IF EXISTS `vtiger_sostatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sostatus` (
`sostatusid` int(11) NOT NULL AUTO_INCREMENT,
`sostatus` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`sostatusid`),
UNIQUE KEY `sostatus_sostatus_idx` (`sostatus`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sostatus`
--
LOCK TABLES `vtiger_sostatus` WRITE;
/*!40000 ALTER TABLE `vtiger_sostatus` DISABLE KEYS */;
INSERT INTO `vtiger_sostatus` VALUES (1,'Created',0,166,0,NULL),(2,'Approved',0,167,1,NULL),(3,'Delivered',0,168,2,NULL),(4,'Cancelled',0,169,3,NULL),(5,'New',1,509,4,'#ffffff'),(6,'Canceled',1,510,5,'#ffffff'),(7,'Fully delivered',1,511,6,'#ffffff'),(8,'On-Hold',1,512,7,'#ffffff'),(9,'Verbally Approved',1,513,8,'#ffffff');
/*!40000 ALTER TABLE `vtiger_sostatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sostatus_seq`
--
DROP TABLE IF EXISTS `vtiger_sostatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sostatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sostatus_seq`
--
LOCK TABLES `vtiger_sostatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_sostatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_sostatus_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_sostatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sostatushistory`
--
DROP TABLE IF EXISTS `vtiger_sostatushistory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sostatushistory` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`salesorderid` int(11) NOT NULL,
`accountname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`sostatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastmodified` datetime DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `sostatushistory_salesorderid_idx` (`salesorderid`),
CONSTRAINT `fk_1_vtiger_sostatushistory` FOREIGN KEY (`salesorderid`) REFERENCES `vtiger_salesorder` (`salesorderid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sostatushistory`
--
LOCK TABLES `vtiger_sostatushistory` WRITE;
/*!40000 ALTER TABLE `vtiger_sostatushistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sostatushistory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_sqltimelog`
--
DROP TABLE IF EXISTS `vtiger_sqltimelog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sqltimelog` (
`id` int(11) DEFAULT NULL,
`type` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`data` text COLLATE utf8mb4_unicode_ci,
`started` decimal(20,6) DEFAULT NULL,
`ended` decimal(20,6) DEFAULT NULL,
`loggedon` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_sqltimelog`
--
LOCK TABLES `vtiger_sqltimelog` WRITE;
/*!40000 ALTER TABLE `vtiger_sqltimelog` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_sqltimelog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_start_hour`
--
DROP TABLE IF EXISTS `vtiger_start_hour`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_start_hour` (
`start_hourid` int(11) NOT NULL AUTO_INCREMENT,
`start_hour` varchar(200) NOT NULL,
`sortorderid` int(11) DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`start_hourid`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_start_hour`
--
LOCK TABLES `vtiger_start_hour` WRITE;
/*!40000 ALTER TABLE `vtiger_start_hour` DISABLE KEYS */;
INSERT INTO `vtiger_start_hour` VALUES (1,'00:00',0,1),(2,'01:00',1,1),(3,'02:00',2,1),(4,'03:00',3,1),(5,'04:00',4,1),(6,'05:00',5,1),(7,'06:00',6,1),(8,'07:00',7,1),(9,'08:00',8,1),(10,'09:00',9,1),(11,'10:00',10,1),(12,'11:00',11,1),(13,'12:00',12,1),(14,'13:00',13,1),(15,'14:00',14,1),(16,'15:00',15,1),(17,'16:00',16,1),(18,'17:00',17,1),(19,'18:00',18,1),(20,'19:00',19,1),(21,'20:00',20,1),(22,'21:00',21,1),(23,'22:00',22,1),(24,'23:00',23,1);
/*!40000 ALTER TABLE `vtiger_start_hour` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_start_hour_seq`
--
DROP TABLE IF EXISTS `vtiger_start_hour_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_start_hour_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_start_hour_seq`
--
LOCK TABLES `vtiger_start_hour_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_start_hour_seq` DISABLE KEYS */;
INSERT INTO `vtiger_start_hour_seq` VALUES (24);
/*!40000 ALTER TABLE `vtiger_start_hour_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_status`
--
DROP TABLE IF EXISTS `vtiger_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_status` (
`statusid` int(11) NOT NULL AUTO_INCREMENT,
`status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_status`
--
LOCK TABLES `vtiger_status` WRITE;
/*!40000 ALTER TABLE `vtiger_status` DISABLE KEYS */;
INSERT INTO `vtiger_status` VALUES (1,'Active',0,1),(2,'Inactive',1,1);
/*!40000 ALTER TABLE `vtiger_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_status_seq`
--
DROP TABLE IF EXISTS `vtiger_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_status_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_status_seq`
--
LOCK TABLES `vtiger_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_status_seq` VALUES (13);
/*!40000 ALTER TABLE `vtiger_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_systems`
--
DROP TABLE IF EXISTS `vtiger_systems`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_systems` (
`id` int(11) NOT NULL,
`server` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`server_port` int(11) DEFAULT NULL,
`server_username` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`server_password` text COLLATE utf8mb4_unicode_ci,
`server_type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`smtp_auth` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`server_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`from_email_field` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_systems`
--
LOCK TABLES `vtiger_systems` WRITE;
/*!40000 ALTER TABLE `vtiger_systems` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_systems` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tab`
--
DROP TABLE IF EXISTS `vtiger_tab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tab` (
`tabid` int(11) NOT NULL DEFAULT '0',
`name` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`tabsequence` int(11) DEFAULT NULL,
`tablabel` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`modifiedby` int(11) DEFAULT NULL,
`modifiedtime` int(11) DEFAULT NULL,
`customized` int(11) DEFAULT NULL,
`ownedby` int(11) DEFAULT NULL,
`isentitytype` int(11) NOT NULL DEFAULT '1',
`trial` int(11) NOT NULL DEFAULT '0',
`version` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`parent` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'custom',
`issyncable` tinyint(1) DEFAULT '0',
`allowduplicates` tinyint(1) DEFAULT '1',
`sync_action_for_duplicates` int(11) DEFAULT '1',
PRIMARY KEY (`tabid`),
UNIQUE KEY `tab_name_idx` (`name`),
KEY `tab_modifiedby_idx` (`modifiedby`),
KEY `tab_tabid_idx` (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tab`
--
LOCK TABLES `vtiger_tab` WRITE;
/*!40000 ALTER TABLE `vtiger_tab` DISABLE KEYS */;
INSERT INTO `vtiger_tab` VALUES (1,'Dashboard',0,12,'Dashboards',NULL,NULL,0,1,0,0,NULL,'Analytics',NULL,1,1,1),(2,'Potentials',0,7,'Potentials',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(3,'Home',0,1,'Home',NULL,NULL,0,1,0,0,NULL,NULL,NULL,1,1,1),(4,'Contacts',0,6,'Contacts',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(6,'Accounts',0,5,'Accounts',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,0,1),(7,'Leads',1,4,'Leads',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(8,'Documents',0,9,'Documents',NULL,NULL,0,0,1,0,NULL,'Tools',NULL,1,1,1),(9,'Calendar',1,3,'Calendar',NULL,NULL,0,0,1,0,NULL,'Tools',NULL,1,1,1),(10,'Emails',1,10,'Emails',NULL,NULL,0,0,1,0,NULL,'Tools',NULL,1,1,1),(13,'HelpDesk',1,11,'HelpDesk',NULL,NULL,0,0,1,0,NULL,'Support',NULL,1,1,1),(14,'Products',0,8,'Products',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(15,'Faq',1,-1,'Faq',NULL,NULL,0,1,1,0,NULL,'Support',NULL,1,1,1),(16,'Events',2,-1,'Events',NULL,NULL,0,0,1,0,NULL,NULL,NULL,1,1,1),(18,'Vendors',1,-1,'Vendors',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(19,'PriceBooks',0,-1,'PriceBooks',NULL,NULL,0,1,1,0,NULL,'Inventory',NULL,1,1,1),(20,'Quotes',1,-1,'Quotes',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(21,'PurchaseOrder',1,-1,'PurchaseOrder',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(22,'SalesOrder',0,-1,'SalesOrder',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(23,'Invoice',0,-1,'Invoice',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(24,'Rss',1,-1,'Rss',NULL,NULL,0,1,0,0,NULL,'Tools',NULL,1,1,1),(25,'Reports',0,-1,'Reports',NULL,NULL,0,1,0,0,NULL,'Analytics',NULL,1,1,1),(26,'Campaigns',1,-1,'Campaigns',NULL,NULL,0,0,1,0,NULL,'Marketing',NULL,1,1,1),(27,'Portal',1,-1,'Portal',NULL,NULL,0,1,0,0,NULL,'Tools',NULL,1,1,1),(28,'Webmails',1,-1,'Webmails',NULL,NULL,0,1,1,0,NULL,NULL,NULL,1,1,1),(29,'Users',0,-1,'Users',NULL,NULL,0,1,0,0,NULL,NULL,NULL,1,1,1),(30,'MailManager',1,-1,'MailManager',NULL,NULL,1,0,0,0,'1.9','Tools',NULL,1,1,1),(31,'ServiceContracts',1,-1,'Service Contracts',NULL,NULL,0,0,1,0,'2.4','Support',NULL,1,1,1),(32,'ModTracker',0,-1,'ModTracker',NULL,NULL,0,0,0,0,'1.2','',NULL,1,1,1),(33,'WSAPP',0,-1,'WSAPP',NULL,NULL,1,0,0,0,'3.4.4','',NULL,1,1,1),(34,'Mobile',0,-1,'Mobile',NULL,NULL,1,0,0,0,'2.0','',NULL,1,1,1),(35,'Import',0,-1,'Import',NULL,NULL,1,0,0,0,'1.7','',NULL,1,1,1),(36,'Services',0,-1,'Services',NULL,NULL,0,0,1,0,'2.6','Inventory',NULL,1,1,1),(37,'PBXManager',1,-1,'PBXManager',NULL,NULL,1,0,1,0,'2.2','Tools',NULL,1,1,1),(38,'Google',1,-1,'Google',NULL,NULL,0,0,0,0,'1.5','',NULL,1,1,1),(39,'ProjectMilestone',1,-1,'ProjectMilestone',NULL,NULL,0,0,1,0,'3.0','Support',NULL,1,1,1),(40,'ProjectTask',1,-1,'ProjectTask',NULL,NULL,0,0,1,0,'3.1','Support',NULL,1,1,1),(41,'Project',1,-1,'Project',NULL,NULL,0,0,1,0,'3.3','Support',NULL,1,1,1),(42,'CustomerPortal',0,-1,'CustomerPortal',NULL,NULL,0,0,0,0,'1.4','',NULL,1,1,1),(43,'Assets',1,-1,'Assets',NULL,NULL,0,0,1,0,'2.0','Inventory',NULL,1,1,1),(44,'EmailTemplates',0,-1,'Email Templates',NULL,NULL,1,0,0,0,'1.0','Tools',NULL,1,1,1),(45,'Webforms',1,-1,'Webforms',NULL,NULL,0,0,0,0,'1.6','',NULL,1,1,1),(46,'SMSNotifier',1,-1,'SMSNotifier',NULL,NULL,0,0,1,0,'2.1','Sales',NULL,1,1,1),(47,'RecycleBin',0,-1,'Recycle Bin',NULL,NULL,0,0,0,0,'1.5','Tools',NULL,1,1,1),(48,'ModComments',0,-1,'Comments',NULL,NULL,0,0,1,0,'2.1','',NULL,1,1,1),(49,'ExtensionStore',0,-1,'Extension Store',NULL,NULL,1,0,0,0,'1.2',NULL,NULL,1,1,1),(50,'Payments',0,-1,'Payments',NULL,NULL,1,0,1,0,'0','INVENTORY','custom',0,1,1),(51,'CreditNote',0,-1,'CreditNote',NULL,NULL,1,0,1,0,'0','INVENTORY','custom',0,1,1),(52,'ITS4YouInstaller',0,-1,'ITS4YouInstaller',NULL,NULL,1,0,0,0,'0.43','Settings','custom',0,1,1),(53,'PDFMaker',0,-1,'PDF Maker',NULL,NULL,1,0,0,0,'0.10','Tools','custom',0,1,1),(54,'PipelineView',0,-1,'PipelineView',NULL,NULL,1,0,0,0,'0','','custom',0,1,1),(55,'BusinessEntity',0,-1,'BusinessEntity',NULL,NULL,1,0,1,0,'0','Sales','custom',0,1,1),(56,'Bank',0,-1,'Bank',NULL,NULL,1,0,1,0,'0','Sales','custom',0,1,1);
/*!40000 ALTER TABLE `vtiger_tab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tab_info`
--
DROP TABLE IF EXISTS `vtiger_tab_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tab_info` (
`tabid` int(11) DEFAULT NULL,
`prefname` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`prefvalue` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
KEY `fk_1_vtiger_tab_info` (`tabid`),
CONSTRAINT `fk_1_vtiger_tab_info` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tab_info`
--
LOCK TABLES `vtiger_tab_info` WRITE;
/*!40000 ALTER TABLE `vtiger_tab_info` DISABLE KEYS */;
INSERT INTO `vtiger_tab_info` VALUES (30,'vtiger_min_version','6.0.0RC'),(31,'vtiger_min_version','6.0.0rc'),(32,'vtiger_min_version','6.0.0rc'),(33,'vtiger_min_version','6.0.0rc'),(34,'vtiger_min_version','6.0.0rc'),(35,'vtiger_min_version','6.0.0rc'),(35,'vtiger_max_version','7.*'),(36,'vtiger_min_version','6.0.0rc'),(36,'vtiger_max_version','7.*'),(37,'vtiger_min_version','6.0.0'),(37,'vtiger_max_version','7.*'),(38,'vtiger_min_version','6.0.0rc'),(38,'vtiger_max_version','7.*'),(39,'vtiger_min_version','6.0.0rc'),(39,'vtiger_max_version','7.*'),(40,'vtiger_min_version','6.0.0rc'),(41,'vtiger_min_version','6.0.0rc'),(42,'vtiger_min_version','6.0.0rc'),(42,'vtiger_max_version','7.*'),(43,'vtiger_min_version','6.0.0rc'),(43,'vtiger_max_version','7.*'),(44,'vtiger_min_version','6.0.0rc'),(44,'vtiger_max_version','7.*'),(45,'vtiger_min_version','6.0.0rc'),(45,'vtiger_max_version','7.*'),(46,'vtiger_min_version','6.0.0'),(46,'vtiger_max_version','7.*'),(47,'vtiger_min_version','6.0.0rc'),(47,'vtiger_max_version','7.*'),(48,'vtiger_min_version','6.0.0rc'),(48,'vtiger_max_version','7.*'),(49,'vtiger_min_version','6.0.0'),(49,'vtiger_max_version','6.*'),(52,'vtiger_min_version','7.5.0'),(52,'vtiger_max_version','7.5.0'),(53,'vtiger_min_version','7.5.0'),(53,'vtiger_max_version','7.5.0'),(54,'vtiger_min_version','7.0.1'),(55,'vtiger_min_version','7.5.0'),(56,'vtiger_min_version','7.5.0');
/*!40000 ALTER TABLE `vtiger_tab_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskpriority`
--
DROP TABLE IF EXISTS `vtiger_taskpriority`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskpriority` (
`taskpriorityid` int(11) NOT NULL AUTO_INCREMENT,
`taskpriority` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`taskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskpriority`
--
LOCK TABLES `vtiger_taskpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_taskpriority` DISABLE KEYS */;
INSERT INTO `vtiger_taskpriority` VALUES (1,'High',1,170,0,NULL),(2,'Medium',1,171,1,NULL),(3,'Low',1,172,2,NULL);
/*!40000 ALTER TABLE `vtiger_taskpriority` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskpriority_seq`
--
DROP TABLE IF EXISTS `vtiger_taskpriority_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskpriority_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskpriority_seq`
--
LOCK TABLES `vtiger_taskpriority_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_taskpriority_seq` DISABLE KEYS */;
INSERT INTO `vtiger_taskpriority_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_taskpriority_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskstatus`
--
DROP TABLE IF EXISTS `vtiger_taskstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskstatus` (
`taskstatusid` int(11) NOT NULL AUTO_INCREMENT,
`taskstatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`taskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskstatus`
--
LOCK TABLES `vtiger_taskstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_taskstatus` DISABLE KEYS */;
INSERT INTO `vtiger_taskstatus` VALUES (1,'Not Started',0,173,0,NULL),(2,'In Progress',0,174,1,NULL),(3,'Completed',0,175,2,NULL),(4,'Pending Input',0,176,3,NULL),(5,'Deferred',0,177,4,NULL),(6,'Planned',0,178,5,NULL);
/*!40000 ALTER TABLE `vtiger_taskstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taskstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_taskstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taskstatus_seq`
--
LOCK TABLES `vtiger_taskstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_taskstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_taskstatus_seq` VALUES (6);
/*!40000 ALTER TABLE `vtiger_taskstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taxclass`
--
DROP TABLE IF EXISTS `vtiger_taxclass`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taxclass` (
`taxclassid` int(11) NOT NULL AUTO_INCREMENT,
`taxclass` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`taxclassid`),
UNIQUE KEY `taxclass_carrier_idx` (`taxclass`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taxclass`
--
LOCK TABLES `vtiger_taxclass` WRITE;
/*!40000 ALTER TABLE `vtiger_taxclass` DISABLE KEYS */;
INSERT INTO `vtiger_taxclass` VALUES (1,'SalesTax',0,1),(2,'Vat',1,1);
/*!40000 ALTER TABLE `vtiger_taxclass` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taxclass_seq`
--
DROP TABLE IF EXISTS `vtiger_taxclass_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taxclass_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taxclass_seq`
--
LOCK TABLES `vtiger_taxclass_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_taxclass_seq` DISABLE KEYS */;
INSERT INTO `vtiger_taxclass_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_taxclass_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_taxregions`
--
DROP TABLE IF EXISTS `vtiger_taxregions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taxregions` (
`regionid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`regionid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_taxregions`
--
LOCK TABLES `vtiger_taxregions` WRITE;
/*!40000 ALTER TABLE `vtiger_taxregions` DISABLE KEYS */;
INSERT INTO `vtiger_taxregions` VALUES (1,'India-Export'),(2,'India-Local'),(3,'India-SEZ'),(4,'USA'),(5,'Dubai');
/*!40000 ALTER TABLE `vtiger_taxregions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_technology_platform`
--
DROP TABLE IF EXISTS `vtiger_technology_platform`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_technology_platform` (
`technology_platformid` int(11) NOT NULL AUTO_INCREMENT,
`technology_platform` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`technology_platformid`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_technology_platform`
--
LOCK TABLES `vtiger_technology_platform` WRITE;
/*!40000 ALTER TABLE `vtiger_technology_platform` DISABLE KEYS */;
INSERT INTO `vtiger_technology_platform` VALUES (1,'Cisco',1,369,1,NULL),(2,'Cloud Automation',1,370,2,NULL),(3,'Databricks',1,371,3,NULL),(4,'Datadog',1,372,4,NULL),(5,'Elastic',1,373,5,NULL),(6,'Google Chronicle',1,374,6,NULL),(7,'IBM QRadar',1,375,7,NULL),(8,'JIRA',1,376,8,NULL),(9,'Microsoft Azure Sentinel',1,377,9,NULL),(10,'Moogsoft',1,378,10,NULL),(11,'Netskope',1,379,11,NULL),(12,'Other',1,380,12,NULL),(13,'Palo Alto XSOAR',1,381,13,NULL),(14,'Servicenow',1,382,14,NULL),(15,'Snowflake',1,383,15,NULL),(16,'Splunk',1,384,16,NULL),(17,'Sumo Logic',1,385,17,NULL);
/*!40000 ALTER TABLE `vtiger_technology_platform` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_technology_platform_seq`
--
DROP TABLE IF EXISTS `vtiger_technology_platform_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_technology_platform_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_technology_platform_seq`
--
LOCK TABLES `vtiger_technology_platform_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_technology_platform_seq` DISABLE KEYS */;
INSERT INTO `vtiger_technology_platform_seq` VALUES (17);
/*!40000 ALTER TABLE `vtiger_technology_platform_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcategories`
--
DROP TABLE IF EXISTS `vtiger_ticketcategories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcategories` (
`ticketcategories_id` int(11) NOT NULL AUTO_INCREMENT,
`ticketcategories` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '0',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ticketcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcategories`
--
LOCK TABLES `vtiger_ticketcategories` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcategories` DISABLE KEYS */;
INSERT INTO `vtiger_ticketcategories` VALUES (1,'Big Problem',1,179,0,NULL),(2,'Small Problem',1,180,1,NULL),(3,'Other Problem',1,181,2,NULL);
/*!40000 ALTER TABLE `vtiger_ticketcategories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcategories_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketcategories_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcategories_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcategories_seq`
--
LOCK TABLES `vtiger_ticketcategories_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcategories_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketcategories_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_ticketcategories_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcf`
--
DROP TABLE IF EXISTS `vtiger_ticketcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcf` (
`ticketid` int(11) NOT NULL DEFAULT '0',
`from_portal` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ticketid`),
CONSTRAINT `fk_1_vtiger_ticketcf` FOREIGN KEY (`ticketid`) REFERENCES `vtiger_troubletickets` (`ticketid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcf`
--
LOCK TABLES `vtiger_ticketcf` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ticketcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcomments`
--
DROP TABLE IF EXISTS `vtiger_ticketcomments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcomments` (
`commentid` int(11) NOT NULL AUTO_INCREMENT,
`ticketid` int(11) DEFAULT NULL,
`comments` text COLLATE utf8mb4_unicode_ci,
`ownerid` int(11) NOT NULL DEFAULT '0',
`ownertype` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`createdtime` datetime NOT NULL,
PRIMARY KEY (`commentid`),
KEY `ticketcomments_ticketid_idx` (`ticketid`),
CONSTRAINT `fk_1_vtiger_ticketcomments` FOREIGN KEY (`ticketid`) REFERENCES `vtiger_troubletickets` (`ticketid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketcomments`
--
LOCK TABLES `vtiger_ticketcomments` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcomments` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ticketcomments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketpriorities`
--
DROP TABLE IF EXISTS `vtiger_ticketpriorities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketpriorities` (
`ticketpriorities_id` int(11) NOT NULL AUTO_INCREMENT,
`ticketpriorities` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '0',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ticketpriorities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketpriorities`
--
LOCK TABLES `vtiger_ticketpriorities` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketpriorities` DISABLE KEYS */;
INSERT INTO `vtiger_ticketpriorities` VALUES (1,'Low',1,182,0,NULL),(2,'Normal',1,183,1,NULL),(3,'High',1,184,2,NULL),(4,'Urgent',1,185,3,NULL);
/*!40000 ALTER TABLE `vtiger_ticketpriorities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketpriorities_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketpriorities_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketpriorities_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketpriorities_seq`
--
LOCK TABLES `vtiger_ticketpriorities_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketpriorities_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketpriorities_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ticketpriorities_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketseverities`
--
DROP TABLE IF EXISTS `vtiger_ticketseverities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketseverities` (
`ticketseverities_id` int(11) NOT NULL AUTO_INCREMENT,
`ticketseverities` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '0',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ticketseverities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketseverities`
--
LOCK TABLES `vtiger_ticketseverities` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketseverities` DISABLE KEYS */;
INSERT INTO `vtiger_ticketseverities` VALUES (1,'Minor',1,186,0,NULL),(2,'Major',1,187,1,NULL),(3,'Feature',1,188,2,NULL),(4,'Critical',1,189,3,NULL);
/*!40000 ALTER TABLE `vtiger_ticketseverities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketseverities_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketseverities_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketseverities_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketseverities_seq`
--
LOCK TABLES `vtiger_ticketseverities_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketseverities_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketseverities_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ticketseverities_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketstatus`
--
DROP TABLE IF EXISTS `vtiger_ticketstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketstatus` (
`ticketstatus_id` int(11) NOT NULL AUTO_INCREMENT,
`ticketstatus` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`presence` int(11) NOT NULL DEFAULT '0',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ticketstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketstatus`
--
LOCK TABLES `vtiger_ticketstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketstatus` DISABLE KEYS */;
INSERT INTO `vtiger_ticketstatus` VALUES (1,'Open',0,190,0,NULL),(2,'In Progress',0,191,1,NULL),(3,'Wait For Response',0,192,2,NULL),(4,'Closed',0,193,3,NULL);
/*!40000 ALTER TABLE `vtiger_ticketstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketstatus_seq`
--
DROP TABLE IF EXISTS `vtiger_ticketstatus_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketstatus_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ticketstatus_seq`
--
LOCK TABLES `vtiger_ticketstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ticketstatus_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ticketstatus_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_time_zone`
--
DROP TABLE IF EXISTS `vtiger_time_zone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_time_zone` (
`time_zoneid` int(11) NOT NULL AUTO_INCREMENT,
`time_zone` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`time_zoneid`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_time_zone`
--
LOCK TABLES `vtiger_time_zone` WRITE;
/*!40000 ALTER TABLE `vtiger_time_zone` DISABLE KEYS */;
INSERT INTO `vtiger_time_zone` VALUES (1,'Pacific/Midway',1,1),(2,'Pacific/Samoa',0,1),(3,'Pacific/Honolulu',2,1),(4,'America/Anchorage',3,1),(5,'America/Los_Angeles',5,1),(6,'America/Tijuana',4,1),(7,'America/Denver',6,1),(8,'America/Chihuahua',8,1),(9,'America/Mazatlan',7,1),(10,'America/Phoenix',9,1),(11,'America/Regina',10,1),(12,'America/Tegucigalpa',14,1),(13,'America/Chicago',13,1),(14,'America/Mexico_City',12,1),(15,'America/Monterrey',11,1),(16,'America/New_York',18,1),(17,'America/Bogota',19,1),(18,'America/Lima',16,1),(19,'America/Rio_Branco',15,1),(20,'America/Indiana/Indianapolis',17,1),(21,'America/Caracas',20,1),(22,'America/Halifax',25,1),(23,'America/Manaus',22,1),(24,'America/Santiago',21,1),(25,'America/La_Paz',23,1),(26,'America/Cuiaba',24,1),(27,'America/Asuncion',26,1),(28,'America/St_Johns',27,1),(29,'America/Argentina/Buenos_Aires',30,1),(30,'America/Sao_Paulo',31,1),(31,'America/Godthab',29,1),(32,'America/Montevideo',28,1),(33,'Atlantic/South_Georgia',32,1),(34,'Atlantic/Azores',34,1),(35,'Atlantic/Cape_Verde',33,1),(36,'Europe/London',37,1),(37,'UTC',36,1),(38,'Africa/Monrovia',38,1),(39,'Africa/Casablanca',35,1),(40,'Europe/Belgrade',40,1),(41,'Europe/Sarajevo',42,1),(42,'Europe/Brussels',41,1),(43,'Africa/Algiers',43,1),(44,'Europe/Amsterdam',39,1),(45,'Europe/Minsk',52,1),(46,'Africa/Cairo',47,1),(47,'Europe/Helsinki',49,1),(48,'Europe/Athens',45,1),(49,'Europe/Istanbul',50,1),(50,'Asia/Jerusalem',51,1),(51,'Asia/Amman',44,1),(52,'Asia/Beirut',46,1),(53,'Africa/Windhoek',53,1),(54,'Africa/Harare',48,1),(55,'Asia/Kuwait',55,1),(56,'Asia/Baghdad',54,1),(57,'Africa/Nairobi',57,1),(58,'Asia/Tehran',58,1),(59,'Asia/Tbilisi',61,1),(60,'Europe/Moscow',56,1),(61,'Asia/Muscat',59,1),(62,'Asia/Baku',60,1),(63,'Asia/Yerevan',62,1),(64,'Asia/Karachi',63,1),(65,'Asia/Tashkent',64,1),(66,'Asia/Kolkata',65,1),(67,'Asia/Colombo',66,1),(68,'Asia/Katmandu',67,1),(69,'Asia/Dhaka',69,1),(70,'Asia/Almaty',68,1),(71,'Asia/Yekaterinburg',70,1),(72,'Asia/Rangoon',71,1),(73,'Asia/Novosibirsk',73,1),(74,'Asia/Bangkok',72,1),(75,'Asia/Brunei',74,1),(76,'Asia/Krasnoyarsk',75,1),(77,'Asia/Ulaanbaatar',79,1),(78,'Asia/Kuala_Lumpur',76,1),(79,'Asia/Taipei',78,1),(80,'Australia/Perth',77,1),(81,'Asia/Irkutsk',80,1),(82,'Asia/Seoul',81,1),(83,'Asia/Tokyo',82,1),(84,'Australia/Darwin',84,1),(85,'Australia/Adelaide',83,1),(86,'Australia/Canberra',86,1),(87,'Australia/Brisbane',85,1),(88,'Australia/Hobart',88,1),(89,'Asia/Vladivostok',89,1),(90,'Pacific/Guam',87,1),(91,'Asia/Yakutsk',90,1),(92,'Pacific/Fiji',93,1),(93,'Asia/Kamchatka',94,1),(94,'Pacific/Auckland',92,1),(95,'Asia/Magadan',95,1),(96,'Pacific/Tongatapu',96,1),(97,'Etc/GMT-11',91,1);
/*!40000 ALTER TABLE `vtiger_time_zone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_time_zone_seq`
--
DROP TABLE IF EXISTS `vtiger_time_zone_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_time_zone_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_time_zone_seq`
--
LOCK TABLES `vtiger_time_zone_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_time_zone_seq` DISABLE KEYS */;
INSERT INTO `vtiger_time_zone_seq` VALUES (96);
/*!40000 ALTER TABLE `vtiger_time_zone_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_group_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_group_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_group_rel_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`relatedtabid` int(11) NOT NULL,
`sharedgroupid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`sharedgroupid`),
KEY `tmp_read_group_rel_sharing_per_userid_sharedgroupid_tabid` (`userid`,`sharedgroupid`,`tabid`),
CONSTRAINT `fk_4_vtiger_tmp_read_group_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_group_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_group_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_group_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_group_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_group_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`sharedgroupid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`sharedgroupid`),
KEY `tmp_read_group_sharing_per_userid_sharedgroupid_idx` (`userid`,`sharedgroupid`),
CONSTRAINT `fk_3_vtiger_tmp_read_group_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_group_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_group_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_group_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_user_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_user_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_user_rel_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`relatedtabid` int(11) NOT NULL,
`shareduserid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`shareduserid`),
KEY `tmp_read_user_rel_sharing_per_userid_shared_reltabid_idx` (`userid`,`shareduserid`,`relatedtabid`),
CONSTRAINT `fk_4_vtiger_tmp_read_user_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_user_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_user_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_read_user_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_read_user_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_user_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`shareduserid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`shareduserid`),
KEY `tmp_read_user_sharing_per_userid_shareduserid_idx` (`userid`,`shareduserid`),
CONSTRAINT `fk_3_vtiger_tmp_read_user_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_read_user_sharing_per`
--
LOCK TABLES `vtiger_tmp_read_user_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_group_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_group_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_group_rel_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`relatedtabid` int(11) NOT NULL,
`sharedgroupid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`sharedgroupid`),
KEY `tmp_write_group_rel_sharing_per_userid_sharedgroupid_tabid_idx` (`userid`,`sharedgroupid`,`tabid`),
CONSTRAINT `fk_4_vtiger_tmp_write_group_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_group_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_group_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_group_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_group_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_group_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`sharedgroupid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`sharedgroupid`),
KEY `tmp_write_group_sharing_per_UK1` (`userid`,`sharedgroupid`),
CONSTRAINT `fk_3_vtiger_tmp_write_group_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_group_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_group_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_group_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_user_rel_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_user_rel_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_user_rel_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`relatedtabid` int(11) NOT NULL,
`shareduserid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`shareduserid`),
KEY `tmp_write_user_rel_sharing_per_userid_sharduserid_tabid_idx` (`userid`,`shareduserid`,`tabid`),
CONSTRAINT `fk_4_vtiger_tmp_write_user_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_user_rel_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_user_rel_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_rel_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_rel_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tmp_write_user_sharing_per`
--
DROP TABLE IF EXISTS `vtiger_tmp_write_user_sharing_per`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_user_sharing_per` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`shareduserid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`,`shareduserid`),
KEY `tmp_write_user_sharing_per_userid_shareduserid_idx` (`userid`,`shareduserid`),
CONSTRAINT `fk_3_vtiger_tmp_write_user_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tmp_write_user_sharing_per`
--
LOCK TABLES `vtiger_tmp_write_user_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_sharing_per` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tmp_write_user_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tracker`
--
DROP TABLE IF EXISTS `vtiger_tracker`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tracker` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`module_name` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`item_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`item_summary` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tracker`
--
LOCK TABLES `vtiger_tracker` WRITE;
/*!40000 ALTER TABLE `vtiger_tracker` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_tracker` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tracking_unit`
--
DROP TABLE IF EXISTS `vtiger_tracking_unit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tracking_unit` (
`tracking_unitid` int(11) NOT NULL AUTO_INCREMENT,
`tracking_unit` varchar(200) NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`tracking_unitid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tracking_unit`
--
LOCK TABLES `vtiger_tracking_unit` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_unit` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_unit` VALUES (2,'Hours',1,211,2,NULL),(3,'Days',1,212,3,NULL),(4,'Incidents',1,213,4,NULL);
/*!40000 ALTER TABLE `vtiger_tracking_unit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_tracking_unit_seq`
--
DROP TABLE IF EXISTS `vtiger_tracking_unit_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tracking_unit_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_tracking_unit_seq`
--
LOCK TABLES `vtiger_tracking_unit_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_unit_seq` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_unit_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_tracking_unit_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_troubletickets`
--
DROP TABLE IF EXISTS `vtiger_troubletickets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_troubletickets` (
`ticketid` int(11) NOT NULL,
`ticket_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`groupname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`parent_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`product_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`priority` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`severity` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`category` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`solution` text COLLATE utf8mb4_unicode_ci,
`update_log` text COLLATE utf8mb4_unicode_ci,
`version_id` int(11) DEFAULT NULL,
`hours` decimal(25,8) DEFAULT NULL,
`days` decimal(25,8) DEFAULT NULL,
`contact_id` int(11) DEFAULT NULL,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`ticketid`),
KEY `troubletickets_ticketid_idx` (`ticketid`),
KEY `troubletickets_status_idx` (`status`),
CONSTRAINT `fk_1_vtiger_troubletickets` FOREIGN KEY (`ticketid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_troubletickets`
--
LOCK TABLES `vtiger_troubletickets` WRITE;
/*!40000 ALTER TABLE `vtiger_troubletickets` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_troubletickets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_type_of_offering`
--
DROP TABLE IF EXISTS `vtiger_type_of_offering`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_type_of_offering` (
`type_of_offeringid` int(11) NOT NULL AUTO_INCREMENT,
`type_of_offering` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`type_of_offeringid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_type_of_offering`
--
LOCK TABLES `vtiger_type_of_offering` WRITE;
/*!40000 ALTER TABLE `vtiger_type_of_offering` DISABLE KEYS */;
INSERT INTO `vtiger_type_of_offering` VALUES (1,'Cloud & Infra Services',1,358,1,NULL),(2,'Product Engineering',1,359,2,NULL),(3,'Product',1,360,3,NULL);
/*!40000 ALTER TABLE `vtiger_type_of_offering` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_type_of_offering_seq`
--
DROP TABLE IF EXISTS `vtiger_type_of_offering_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_type_of_offering_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_type_of_offering_seq`
--
LOCK TABLES `vtiger_type_of_offering_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_type_of_offering_seq` DISABLE KEYS */;
INSERT INTO `vtiger_type_of_offering_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_type_of_offering_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_type_of_sub_offering`
--
DROP TABLE IF EXISTS `vtiger_type_of_sub_offering`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_type_of_sub_offering` (
`type_of_sub_offeringid` int(11) NOT NULL AUTO_INCREMENT,
`type_of_sub_offering` varchar(200) NOT NULL,
`presence` int(1) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`type_of_sub_offeringid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_type_of_sub_offering`
--
LOCK TABLES `vtiger_type_of_sub_offering` WRITE;
/*!40000 ALTER TABLE `vtiger_type_of_sub_offering` DISABLE KEYS */;
INSERT INTO `vtiger_type_of_sub_offering` VALUES (1,'CloudOps',1,361,1,NULL),(2,'DevOps & Automation',1,362,2,NULL),(3,'Elastic-to-Splunk Migration',1,363,3,NULL),(4,'Enterprise Integrations',1,364,4,NULL),(5,'Professional Services',1,365,5,NULL),(6,'SOC',1,366,6,NULL),(7,'Software Development',1,367,7,NULL),(8,'SRE',1,368,8,NULL);
/*!40000 ALTER TABLE `vtiger_type_of_sub_offering` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_type_of_sub_offering_seq`
--
DROP TABLE IF EXISTS `vtiger_type_of_sub_offering_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_type_of_sub_offering_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_type_of_sub_offering_seq`
--
LOCK TABLES `vtiger_type_of_sub_offering_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_type_of_sub_offering_seq` DISABLE KEYS */;
INSERT INTO `vtiger_type_of_sub_offering_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_type_of_sub_offering_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_usageunit`
--
DROP TABLE IF EXISTS `vtiger_usageunit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_usageunit` (
`usageunitid` int(11) NOT NULL AUTO_INCREMENT,
`usageunit` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`presence` int(11) NOT NULL DEFAULT '1',
`picklist_valueid` int(11) NOT NULL DEFAULT '0',
`sortorderid` int(11) DEFAULT NULL,
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`usageunitid`),
UNIQUE KEY `usageunit_usageunit_idx` (`usageunit`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_usageunit`
--
LOCK TABLES `vtiger_usageunit` WRITE;
/*!40000 ALTER TABLE `vtiger_usageunit` DISABLE KEYS */;
INSERT INTO `vtiger_usageunit` VALUES (1,'Box',1,194,0,NULL),(2,'Carton',1,195,1,NULL),(3,'Dozen',1,196,2,NULL),(4,'Each',1,197,3,NULL),(5,'Hours',1,198,4,NULL),(6,'Impressions',1,199,5,NULL),(7,'Lb',1,200,6,NULL),(8,'M',1,201,7,NULL),(9,'Pack',1,202,8,NULL),(10,'Pages',1,203,9,NULL),(11,'Pieces',1,204,10,NULL),(12,'Quantity',1,205,11,NULL),(13,'Reams',1,206,12,NULL),(14,'Sheet',1,207,13,NULL),(15,'Spiral Binder',1,208,14,NULL),(16,'Sq Ft',1,209,15,NULL);
/*!40000 ALTER TABLE `vtiger_usageunit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_usageunit_seq`
--
DROP TABLE IF EXISTS `vtiger_usageunit_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_usageunit_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_usageunit_seq`
--
LOCK TABLES `vtiger_usageunit_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_usageunit_seq` DISABLE KEYS */;
INSERT INTO `vtiger_usageunit_seq` VALUES (16);
/*!40000 ALTER TABLE `vtiger_usageunit_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_user2mergefields`
--
DROP TABLE IF EXISTS `vtiger_user2mergefields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_user2mergefields` (
`userid` int(11) DEFAULT NULL,
`tabid` int(11) DEFAULT NULL,
`fieldid` int(11) DEFAULT NULL,
`visible` int(11) DEFAULT NULL,
KEY `userid_tabid_idx` (`userid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_user2mergefields`
--
LOCK TABLES `vtiger_user2mergefields` WRITE;
/*!40000 ALTER TABLE `vtiger_user2mergefields` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_user2mergefields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_user2role`
--
DROP TABLE IF EXISTS `vtiger_user2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_user2role` (
`userid` int(11) NOT NULL,
`roleid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`userid`),
KEY `user2role_roleid_idx` (`roleid`),
CONSTRAINT `fk_2_vtiger_user2role` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_user2role`
--
LOCK TABLES `vtiger_user2role` WRITE;
/*!40000 ALTER TABLE `vtiger_user2role` DISABLE KEYS */;
INSERT INTO `vtiger_user2role` VALUES (1,'H2'),(5,'H2'),(6,'H2'),(7,'H2'),(8,'H2'),(9,'H2');
/*!40000 ALTER TABLE `vtiger_user2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_user_module_preferences`
--
DROP TABLE IF EXISTS `vtiger_user_module_preferences`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_user_module_preferences` (
`userid` int(11) NOT NULL,
`tabid` int(11) NOT NULL,
`default_cvid` int(11) NOT NULL,
PRIMARY KEY (`userid`,`tabid`),
KEY `fk_2_vtiger_user_module_preferences` (`tabid`),
CONSTRAINT `fk_2_vtiger_user_module_preferences` FOREIGN KEY (`tabid`) REFERENCES `vtiger_tab` (`tabid`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_user_module_preferences`
--
LOCK TABLES `vtiger_user_module_preferences` WRITE;
/*!40000 ALTER TABLE `vtiger_user_module_preferences` DISABLE KEYS */;
INSERT INTO `vtiger_user_module_preferences` VALUES (1,4,50);
/*!40000 ALTER TABLE `vtiger_user_module_preferences` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users`
--
DROP TABLE IF EXISTS `vtiger_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_password` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cal_color` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT '#E6FAD8',
`first_name` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`last_name` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reports_to_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_admin` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`currency_id` int(11) NOT NULL DEFAULT '1',
`description` text COLLATE utf8mb4_unicode_ci,
`date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`date_modified` datetime DEFAULT NULL,
`modified_user_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`department` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_home` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_mobile` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_work` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_other` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_fax` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email1` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email2` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`secondaryemail` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`signature` text COLLATE utf8mb4_unicode_ci,
`address_street` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address_city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address_state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address_country` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address_postalcode` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_preferences` text COLLATE utf8mb4_unicode_ci,
`tz` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`holidays` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`namedays` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`workdays` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`weekstart` int(11) DEFAULT NULL,
`date_format` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`hour_format` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT 'am/pm',
`start_hour` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT '10:00',
`end_hour` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT '23:00',
`is_owner` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`activity_view` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT 'Today',
`lead_view` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT 'Today',
`imagename` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`deleted` int(11) NOT NULL DEFAULT '0',
`confirm_password` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`internal_mailer` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`reminder_interval` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`reminder_next_time` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`crypt_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'MD5',
`accesskey` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`theme` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`language` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`time_zone` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_grouping_pattern` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_decimal_separator` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_grouping_separator` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`currency_symbol_placement` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`userlabel` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`defaultlandingpage` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_crm_extension` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`no_of_currency_decimals` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`truncate_trailing_zeros` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`dayoftheweek` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`callduration` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`othereventduration` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`calendarsharedtype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`default_record_view` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`leftpanelhide` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rowheight` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`defaulteventstatus` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`defaultactivitytype` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`hidecompletedevents` int(11) DEFAULT NULL,
`defaultcalendarview` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_user_name_idx` (`user_name`),
KEY `user_user_password_idx` (`user_password`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users`
--
LOCK TABLES `vtiger_users` WRITE;
/*!40000 ALTER TABLE `vtiger_users` DISABLE KEYS */;
INSERT INTO `vtiger_users` VALUES (1,'admin','$2y$10$QumepTmcGA7jL5ZRj4I72uQp6eby1ysDK3uwT8CsnqgK2uc5gQs5e','#E6FAD8','admin','Administrator','','on',1,'','2023-07-15 11:08:31',NULL,NULL,'','','','','','','','admin@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'mm-dd-yyyy','12','00:00','23:00','1','This Week','Today','',0,'$2y$10$QumepTmcGA7jL5ZRj4I72uQp6eby1ysDK3uwT8CsnqgK2uc5gQs5e','1','1 Minute',NULL,'PHASH','23Gm3aKSSPeXhR6R','alphagrey','en_us','America/Los_Angeles','123,456,789','.',',','$1.0','admin Administrator','Home','','0','1','Sunday','5','5','public','Summary','0','','Planned','Call',0,'MyCalendar'),(5,'malhar@crestdatasys.com','$2y$10$HzeeS9eZMiA6BKTBAWWoi.SNtArFWiovJEq5nEY8O2.c9ZB0VpthK','#E6FAD8','Malhar','Shah','','on',1,'','2023-07-19 10:32:45',NULL,NULL,'','','','','','','','malhar@crestdatasys.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$/yVkX368.nIryj9mUbLD6OtZhgOyhORJkv9w3AySh2T2DHs0C3ePW','0','',NULL,'PHASH','0GwrKWqMWe2P05A5','softed','en_us','UTC','123,456,789','.',',','$1.0','Malhar Shah','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(6,'shail.rabdu@crestdatasys.com','$2y$10$tF2vnnthz4QvxOuQvuxQz.lel2QZKdxrkg/4H.9HCDn/EzPhGW3bq','#E6FAD8','Shail','Rabdu','','on',1,'','2023-07-19 10:26:44',NULL,NULL,'','','','','','','','shail.rabdu@crestdatasys.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$/f./fa8Pav526iP18e1LHe7JbNGR0jHghEV6fFt8K.bYGiMIkvZ76','0','',NULL,'PHASH','9cbhemQoMqgsqTQ9','softed','en_us','UTC','123,456,789','.',',','$1.0','Shail Rabdu','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(7,'muskan.lakhwani@crestdatasys.com','$2y$10$M7JTmphZa1/Ukl1ZOgMuiu5So8jxsZx0HGqoxEzYzUkBL3bDssJCm','#E6FAD8','Muskan','Lakhwani','','on',1,'','2023-07-19 10:28:08',NULL,NULL,'','','','','','','','muskan.lakhwani@crestdatasys.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$Nb1i7SH/3Kfh8KAR9EZJ0upJKSjSkiOX1xT0DoMW..w/Ryb1Xe7mi','0','',NULL,'PHASH','Iv2r64H1QOl20yZr','softed','en_us','UTC','123,456,789','.',',','$1.0','Muskan Lakhwani','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(8,'vance.cochrane@crestdatasys.com','$2y$10$RY119wlZUYwT63llbn0.YeMJtWjocqK1xBk9xpg3iTayhnRpMFMUu','#E6FAD8','Vance','Cochrane','','on',1,'','2023-07-19 10:29:58',NULL,NULL,'','','','','','','','vance.cochrane@crestdatasys.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$FOUYHz/7p/BDYT3m8IPzEOBQWyzSrEXPZxj3G5pDnPXUmsje/f/HS','0','',NULL,'PHASH','SQe9N6qOJfzSKqM','softed','en_us','UTC','123,456,789','.',',','$1.0','Vance Cochrane','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(9,'nirav.thakkar@crestdatasys.com','$2y$10$mRVTNF5ywzFb2x2wQD3GXOuJwIc1IMo8AJUaz73WZIqwuHz7Q1llm','#E6FAD8','Nirav','Thakkar','','on',1,'','2023-07-19 10:31:41',NULL,NULL,'','','','','','','','nirav.thakkar@crestdatasys.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$RrYXn3A77aMdmfhLj0KbF.pDirlWZvWe6URHvmojOtCbCFsd/YTMm','0','',NULL,'PHASH','D6NJJ9DtCdmOjXjf','softed','en_us','UTC','123,456,789','.',',','$1.0','Nirav Thakkar','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,'');
/*!40000 ALTER TABLE `vtiger_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users2group`
--
DROP TABLE IF EXISTS `vtiger_users2group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users2group` (
`groupid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
PRIMARY KEY (`groupid`,`userid`),
KEY `users2group_groupname_uerid_idx` (`groupid`,`userid`),
KEY `fk_2_vtiger_users2group` (`userid`),
CONSTRAINT `fk_2_vtiger_users2group` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users2group`
--
LOCK TABLES `vtiger_users2group` WRITE;
/*!40000 ALTER TABLE `vtiger_users2group` DISABLE KEYS */;
INSERT INTO `vtiger_users2group` VALUES (3,1);
/*!40000 ALTER TABLE `vtiger_users2group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users_last_import`
--
DROP TABLE IF EXISTS `vtiger_users_last_import`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users_last_import` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`assigned_user_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bean_type` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bean_id` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`deleted` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`assigned_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users_last_import`
--
LOCK TABLES `vtiger_users_last_import` WRITE;
/*!40000 ALTER TABLE `vtiger_users_last_import` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_users_last_import` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_users_seq`
--
DROP TABLE IF EXISTS `vtiger_users_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_users_seq`
--
LOCK TABLES `vtiger_users_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_users_seq` DISABLE KEYS */;
INSERT INTO `vtiger_users_seq` VALUES (9);
/*!40000 ALTER TABLE `vtiger_users_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_vendor`
--
DROP TABLE IF EXISTS `vtiger_vendor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_vendor` (
`vendorid` int(11) NOT NULL DEFAULT '0',
`vendor_no` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`vendorname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`website` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`glacct` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`category` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`street` text COLLATE utf8mb4_unicode_ci,
`city` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`state` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pobox` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`postalcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`tags` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`vendorid`),
CONSTRAINT `fk_1_vtiger_vendor` FOREIGN KEY (`vendorid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_vendor`
--
LOCK TABLES `vtiger_vendor` WRITE;
/*!40000 ALTER TABLE `vtiger_vendor` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_vendor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_vendorcf`
--
DROP TABLE IF EXISTS `vtiger_vendorcf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_vendorcf` (
`vendorid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`vendorid`),
CONSTRAINT `fk_1_vtiger_vendorcf` FOREIGN KEY (`vendorid`) REFERENCES `vtiger_vendor` (`vendorid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_vendorcf`
--
LOCK TABLES `vtiger_vendorcf` WRITE;
/*!40000 ALTER TABLE `vtiger_vendorcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_vendorcf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_vendorcontactrel`
--
DROP TABLE IF EXISTS `vtiger_vendorcontactrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_vendorcontactrel` (
`vendorid` int(11) NOT NULL DEFAULT '0',
`contactid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`vendorid`,`contactid`),
KEY `vendorcontactrel_vendorid_idx` (`vendorid`),
KEY `vendorcontactrel_contact_idx` (`contactid`),
CONSTRAINT `fk_2_vtiger_vendorcontactrel` FOREIGN KEY (`vendorid`) REFERENCES `vtiger_vendor` (`vendorid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_vendorcontactrel`
--
LOCK TABLES `vtiger_vendorcontactrel` WRITE;
/*!40000 ALTER TABLE `vtiger_vendorcontactrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_vendorcontactrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_version`
--
DROP TABLE IF EXISTS `vtiger_version`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_version` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`old_version` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`current_version` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_version`
--
LOCK TABLES `vtiger_version` WRITE;
/*!40000 ALTER TABLE `vtiger_version` DISABLE KEYS */;
INSERT INTO `vtiger_version` VALUES (1,'7.5.0','7.5.0');
/*!40000 ALTER TABLE `vtiger_version` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_version_seq`
--
DROP TABLE IF EXISTS `vtiger_version_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_version_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_version_seq`
--
LOCK TABLES `vtiger_version_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_version_seq` DISABLE KEYS */;
INSERT INTO `vtiger_version_seq` VALUES (1);
/*!40000 ALTER TABLE `vtiger_version_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_visibility`
--
DROP TABLE IF EXISTS `vtiger_visibility`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_visibility` (
`visibilityid` int(11) NOT NULL AUTO_INCREMENT,
`visibility` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`sortorderid` int(11) NOT NULL DEFAULT '0',
`presence` int(11) NOT NULL DEFAULT '1',
`color` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`visibilityid`),
UNIQUE KEY `visibility_visibility_idx` (`visibility`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_visibility`
--
LOCK TABLES `vtiger_visibility` WRITE;
/*!40000 ALTER TABLE `vtiger_visibility` DISABLE KEYS */;
INSERT INTO `vtiger_visibility` VALUES (1,'Private',0,1,NULL),(2,'Public',1,1,NULL);
/*!40000 ALTER TABLE `vtiger_visibility` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_visibility_seq`
--
DROP TABLE IF EXISTS `vtiger_visibility_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_visibility_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_visibility_seq`
--
LOCK TABLES `vtiger_visibility_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_visibility_seq` DISABLE KEYS */;
INSERT INTO `vtiger_visibility_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_visibility_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_webform_file_fields`
--
DROP TABLE IF EXISTS `vtiger_webform_file_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_webform_file_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`webformid` int(11) NOT NULL,
`fieldname` varchar(100) NOT NULL,
`fieldlabel` varchar(100) NOT NULL,
`required` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `fk_vtiger_webforms` (`webformid`),
CONSTRAINT `fk_vtiger_webforms` FOREIGN KEY (`webformid`) REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_webform_file_fields`
--
LOCK TABLES `vtiger_webform_file_fields` WRITE;
/*!40000 ALTER TABLE `vtiger_webform_file_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_webform_file_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_webforms`
--
DROP TABLE IF EXISTS `vtiger_webforms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_webforms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`publicid` varchar(100) NOT NULL,
`enabled` int(11) NOT NULL DEFAULT '1',
`targetmodule` varchar(50) NOT NULL,
`description` text,
`ownerid` int(11) NOT NULL,
`returnurl` varchar(250) DEFAULT NULL,
`captcha` int(11) NOT NULL DEFAULT '0',
`roundrobin` int(11) NOT NULL DEFAULT '0',
`roundrobin_userid` varchar(256) DEFAULT NULL,
`roundrobin_logic` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `webformname` (`name`),
UNIQUE KEY `publicid` (`id`),
KEY `webforms_webforms_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_webforms`
--
LOCK TABLES `vtiger_webforms` WRITE;
/*!40000 ALTER TABLE `vtiger_webforms` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_webforms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wordtemplates`
--
DROP TABLE IF EXISTS `vtiger_wordtemplates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wordtemplates` (
`templateid` int(11) NOT NULL,
`filename` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`module` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`parent_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`data` longblob NOT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`filesize` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`filetype` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`deleted` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`templateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wordtemplates`
--
LOCK TABLES `vtiger_wordtemplates` WRITE;
/*!40000 ALTER TABLE `vtiger_wordtemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wordtemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity`
--
DROP TABLE IF EXISTS `vtiger_ws_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
`handler_path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`handler_class` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`ismodule` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity`
--
LOCK TABLES `vtiger_ws_entity` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity` VALUES (1,'Campaigns','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(2,'Invoice','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(3,'SalesOrder','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(4,'PurchaseOrder','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(5,'Quotes','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(6,'Faq','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(7,'Vendors','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(8,'PriceBooks','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(9,'Calendar','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(10,'Leads','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(11,'Accounts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(12,'Contacts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(13,'Potentials','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(14,'Products','include/Webservices/VtigerProductOperation.php','VtigerProductOperation',1),(15,'Documents','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(16,'Emails','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(17,'HelpDesk','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(18,'Events','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(19,'Users','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(20,'Groups','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(21,'Currency','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(22,'DocumentFolders','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(23,'CompanyDetails','include/Webservices/VtigerCompanyDetails.php','VtigerCompanyDetails',0),(24,'ServiceContracts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(25,'Services','include/Webservices/VtigerProductOperation.php','VtigerProductOperation',1),(26,'PBXManager','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(27,'ProjectMilestone','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(28,'ProjectTask','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(29,'Project','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(30,'Assets','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(31,'SMSNotifier','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(32,'ModComments','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(33,'LineItem','include/Webservices/LineItem/VtigerLineItemOperation.php','VtigerLineItemOperation',0),(34,'Tax','include/Webservices/LineItem/VtigerTaxOperation.php','VtigerTaxOperation',0),(35,'ProductTaxes','include/Webservices/LineItem/VtigerProductTaxesOperation.php','VtigerProductTaxesOperation',0),(38,'Payments','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(40,'CreditNote','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(41,'PDFMaker','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(42,'BusinessEntity','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(43,'Bank','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1);
/*!40000 ALTER TABLE `vtiger_ws_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_fieldtype`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_fieldtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_fieldtype` (
`fieldtypeid` int(11) NOT NULL AUTO_INCREMENT,
`table_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`field_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldtype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`fieldtypeid`),
UNIQUE KEY `vtiger_idx_1_tablename_fieldname` (`table_name`,`field_name`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_fieldtype`
--
LOCK TABLES `vtiger_ws_entity_fieldtype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_fieldtype` VALUES (1,'vtiger_attachmentsfolder','createdby','reference'),(2,'vtiger_organizationdetails','logoname','file'),(3,'vtiger_organizationdetails','phone','phone'),(4,'vtiger_organizationdetails','fax','phone'),(5,'vtiger_organizationdetails','website','url'),(6,'vtiger_inventoryproductrel','productid','reference'),(7,'vtiger_inventoryproductrel','id','reference'),(8,'vtiger_inventoryproductrel','incrementondel','autogenerated'),(9,'vtiger_producttaxrel','productid','reference'),(10,'vtiger_producttaxrel','taxid','reference');
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_fieldtype_seq`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_fieldtype_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_fieldtype_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_fieldtype_seq`
--
LOCK TABLES `vtiger_ws_entity_fieldtype_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_fieldtype_seq` VALUES (10);
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_name`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_name`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_name` (
`entity_id` int(11) NOT NULL,
`name_fields` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`index_field` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`table_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_name`
--
LOCK TABLES `vtiger_ws_entity_name` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_name` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_name` VALUES (20,'groupname','groupid','vtiger_groups'),(21,'currency_name','id','vtiger_currency_info'),(22,'foldername','folderid','vtiger_attachmentsfolder'),(23,'organizationname','groupid','vtiger_organizationdetails'),(34,'taxlabel','taxid','vtiger_inventorytaxinfo');
/*!40000 ALTER TABLE `vtiger_ws_entity_name` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_referencetype`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_referencetype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_referencetype` (
`fieldtypeid` int(11) NOT NULL,
`type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`fieldtypeid`,`type`),
CONSTRAINT `vtiger_fk_1_actors_referencetype` FOREIGN KEY (`fieldtypeid`) REFERENCES `vtiger_ws_entity_fieldtype` (`fieldtypeid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_referencetype`
--
LOCK TABLES `vtiger_ws_entity_referencetype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_referencetype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_referencetype` VALUES (5,'Users'),(6,'Products'),(7,'Invoice'),(7,'PurchaseOrder'),(7,'Quotes'),(7,'SalesOrder'),(9,'Products'),(10,'Tax');
/*!40000 ALTER TABLE `vtiger_ws_entity_referencetype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_seq`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_seq`
--
LOCK TABLES `vtiger_ws_entity_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_seq` VALUES (43);
/*!40000 ALTER TABLE `vtiger_ws_entity_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_entity_tables`
--
DROP TABLE IF EXISTS `vtiger_ws_entity_tables`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_tables` (
`webservice_entity_id` int(11) NOT NULL,
`table_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`webservice_entity_id`,`table_name`),
CONSTRAINT `fk_1_vtiger_ws_actor_tables` FOREIGN KEY (`webservice_entity_id`) REFERENCES `vtiger_ws_entity` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_entity_tables`
--
LOCK TABLES `vtiger_ws_entity_tables` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_tables` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_tables` VALUES (20,'vtiger_groups'),(21,'vtiger_currency_info'),(22,'vtiger_attachmentsfolder'),(23,'vtiger_organizationdetails'),(33,'vtiger_inventoryproductrel'),(34,'vtiger_inventorytaxinfo'),(35,'vtiger_producttaxrel');
/*!40000 ALTER TABLE `vtiger_ws_entity_tables` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_fieldinfo`
--
DROP TABLE IF EXISTS `vtiger_ws_fieldinfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_fieldinfo` (
`id` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`property_name` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`property_value` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_fieldinfo`
--
LOCK TABLES `vtiger_ws_fieldinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_fieldinfo` DISABLE KEYS */;
INSERT INTO `vtiger_ws_fieldinfo` VALUES ('vtiger_organizationdetails.organization_id','upload.path','1');
/*!40000 ALTER TABLE `vtiger_ws_fieldinfo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_fieldtype`
--
DROP TABLE IF EXISTS `vtiger_ws_fieldtype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_fieldtype` (
`fieldtypeid` int(11) NOT NULL AUTO_INCREMENT,
`uitype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldtype` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`fieldtypeid`),
UNIQUE KEY `uitype_idx` (`uitype`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_fieldtype`
--
LOCK TABLES `vtiger_ws_fieldtype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_fieldtype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_fieldtype` VALUES (1,'15','picklist'),(2,'16','picklist'),(3,'19','text'),(4,'20','text'),(5,'21','text'),(6,'24','text'),(7,'3','autogenerated'),(8,'11','phone'),(9,'33','multipicklist'),(10,'17','url'),(11,'85','skype'),(12,'56','boolean'),(13,'156','boolean'),(14,'53','owner'),(15,'61','file'),(16,'28','file'),(17,'13','email'),(18,'71','currency'),(19,'72','currency'),(20,'50','reference'),(21,'51','reference'),(22,'57','reference'),(23,'58','reference'),(24,'73','reference'),(25,'75','reference'),(26,'76','reference'),(27,'78','reference'),(28,'80','reference'),(29,'81','reference'),(30,'101','reference'),(31,'52','reference'),(32,'357','reference'),(33,'59','reference'),(34,'66','reference'),(35,'77','reference'),(36,'68','reference'),(37,'117','reference'),(38,'26','reference'),(39,'10','reference'),(40,'98','reference'),(41,'69','image');
/*!40000 ALTER TABLE `vtiger_ws_fieldtype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_operation`
--
DROP TABLE IF EXISTS `vtiger_ws_operation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_operation` (
`operationid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
`handler_path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`handler_method` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`prelogin` int(11) NOT NULL,
PRIMARY KEY (`operationid`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_operation`
--
LOCK TABLES `vtiger_ws_operation` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation` VALUES (1,'login','include/Webservices/Login.php','vtws_login','POST',1),(2,'retrieve','include/Webservices/Retrieve.php','vtws_retrieve','GET',0),(3,'create','include/Webservices/Create.php','vtws_create','POST',0),(4,'update','include/Webservices/Update.php','vtws_update','POST',0),(5,'delete','include/Webservices/Delete.php','vtws_delete','POST',0),(6,'sync','include/Webservices/GetUpdates.php','vtws_sync','GET',0),(7,'query','include/Webservices/Query.php','vtws_query','GET',0),(8,'logout','include/Webservices/Logout.php','vtws_logout','POST',0),(9,'listtypes','include/Webservices/ModuleTypes.php','vtws_listtypes','GET',0),(10,'getchallenge','include/Webservices/AuthToken.php','vtws_getchallenge','GET',1),(11,'describe','include/Webservices/DescribeObject.php','vtws_describe','GET',0),(12,'extendsession','include/Webservices/ExtendSession.php','vtws_extendSession','POST',1),(13,'convertlead','include/Webservices/ConvertLead.php','vtws_convertlead','POST',0),(14,'revise','include/Webservices/Revise.php','vtws_revise','POST',0),(15,'changePassword','include/Webservices/ChangePassword.php','vtws_changePassword','POST',0),(16,'deleteUser','include/Webservices/DeleteUser.php','vtws_deleteUser','POST',0),(17,'wsapp_register','modules/WSAPP/api/ws/Register.php','wsapp_register','POST',0),(18,'wsapp_deregister','modules/WSAPP/api/ws/DeRegister.php','wsapp_deregister','POST',0),(19,'wsapp_get','modules/WSAPP/api/ws/Get.php','wsapp_get','POST',0),(20,'wsapp_put','modules/WSAPP/api/ws/Put.php','wsapp_put','POST',0),(21,'wsapp_map','modules/WSAPP/api/ws/Map.php','wsapp_map','POST',0),(22,'mobile.fetchallalerts','modules/Mobile/api/wsapi.php','mobile_ws_fetchAllAlerts','POST',0),(23,'mobile.alertdetailswithmessage','modules/Mobile/api/wsapi.php','mobile_ws_alertDetailsWithMessage','POST',0),(24,'mobile.fetchmodulefilters','modules/Mobile/api/wsapi.php','mobile_ws_fetchModuleFilters','POST',0),(25,'mobile.fetchrecord','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecord','POST',0),(26,'mobile.fetchrecordwithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecordWithGrouping','POST',0),(27,'mobile.filterdetailswithcount','modules/Mobile/api/wsapi.php','mobile_ws_filterDetailsWithCount','POST',0),(28,'mobile.listmodulerecords','modules/Mobile/api/wsapi.php','mobile_ws_listModuleRecords','POST',0),(29,'mobile.saverecord','modules/Mobile/api/wsapi.php','mobile_ws_saveRecord','POST',0),(30,'mobile.syncModuleRecords','modules/Mobile/api/wsapi.php','mobile_ws_syncModuleRecords','POST',0),(31,'mobile.query','modules/Mobile/api/wsapi.php','mobile_ws_query','POST',0),(32,'mobile.querywithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_queryWithGrouping','POST',0),(33,'retrieve_inventory','include/Webservices/LineItem/RetrieveInventory.php','vtws_retrieve_inventory','GET',0),(34,'relatedtypes','include/Webservices/RelatedTypes.php','vtws_relatedtypes','GET',0),(35,'retrieve_related','include/Webservices/RetrieveRelated.php','vtws_retrieve_related','GET',0),(36,'query_related','include/Webservices/QueryRelated.php','vtws_query_related','GET',0),(37,'add_related','include/Webservices/AddRelated.php','vtws_add_related','POST',0),(38,'files_retrieve','include/Webservices/FileRetrieve.php','vtws_file_retrieve','GET',0);
/*!40000 ALTER TABLE `vtiger_ws_operation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_operation_parameters`
--
DROP TABLE IF EXISTS `vtiger_ws_operation_parameters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_operation_parameters` (
`operationid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
`type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`sequence` int(11) NOT NULL,
PRIMARY KEY (`operationid`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_operation_parameters`
--
LOCK TABLES `vtiger_ws_operation_parameters` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation_parameters` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation_parameters` VALUES (1,'accessKey','String',2),(1,'username','String',1),(2,'id','String',1),(3,'element','encoded',2),(3,'elementType','String',1),(4,'element','encoded',1),(5,'id','String',1),(6,'elementType','String',2),(6,'modifiedTime','DateTime',1),(7,'query','String',1),(8,'sessionName','String',1),(9,'fieldTypeList','encoded',1),(10,'username','String',1),(11,'elementType','String',1),(13,'element','encoded',1),(14,'element','Encoded',1),(15,'confirmPassword','String',4),(15,'id','String',1),(15,'newPassword','String',3),(15,'oldPassword','String',2),(16,'id','String',1),(16,'newOwnerId','String',2),(17,'synctype','string',2),(17,'type','string',1),(18,'key','string',2),(18,'type','string',1),(19,'key','string',1),(19,'module','string',2),(19,'token','string',3),(20,'element','encoded',2),(20,'key','string',1),(21,'element','encoded',2),(21,'key','string',1),(23,'alertid','string',1),(24,'module','string',1),(25,'record','string',1),(26,'record','string',1),(27,'filterid','string',1),(28,'elements','encoded',1),(29,'module','string',1),(29,'record','string',2),(29,'values','encoded',3),(30,'module','string',1),(30,'page','string',3),(30,'syncToken','string',2),(31,'module','string',1),(31,'page','string',3),(31,'query','string',2),(32,'module','string',1),(32,'page','string',3),(32,'query','string',2),(33,'id','String',1),(34,'elementType','string',1),(35,'id','string',1),(35,'relatedLabel','string',3),(35,'relatedType','string',2),(36,'id','string',2),(36,'query','string',1),(36,'relatedLabel','string',3),(37,'relatedRecordId','string',2),(37,'relationIdLabel','string',3),(37,'sourceRecordId','string',1),(38,'id','string',1);
/*!40000 ALTER TABLE `vtiger_ws_operation_parameters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_operation_seq`
--
DROP TABLE IF EXISTS `vtiger_ws_operation_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_operation_seq` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_operation_seq`
--
LOCK TABLES `vtiger_ws_operation_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation_seq` VALUES (38);
/*!40000 ALTER TABLE `vtiger_ws_operation_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_referencetype`
--
DROP TABLE IF EXISTS `vtiger_ws_referencetype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_referencetype` (
`fieldtypeid` int(11) NOT NULL,
`type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`fieldtypeid`,`type`),
CONSTRAINT `fk_1_vtiger_referencetype` FOREIGN KEY (`fieldtypeid`) REFERENCES `vtiger_ws_fieldtype` (`fieldtypeid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_referencetype`
--
LOCK TABLES `vtiger_ws_referencetype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_referencetype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_referencetype` VALUES (20,'Accounts'),(21,'Accounts'),(22,'Contacts'),(23,'Campaigns'),(24,'Accounts'),(25,'Vendors'),(26,'Potentials'),(27,'Quotes'),(28,'SalesOrder'),(29,'Vendors'),(30,'Users'),(31,'Users'),(32,'Accounts'),(32,'Contacts'),(32,'Leads'),(32,'Users'),(32,'Vendors'),(33,'Products'),(34,'Accounts'),(34,'Campaigns'),(34,'HelpDesk'),(34,'Invoice'),(34,'Leads'),(34,'Potentials'),(34,'PurchaseOrder'),(34,'Quotes'),(34,'SalesOrder'),(35,'Users'),(36,'Accounts'),(36,'Contacts'),(37,'Currency'),(38,'DocumentFolders');
/*!40000 ALTER TABLE `vtiger_ws_referencetype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ws_userauthtoken`
--
DROP TABLE IF EXISTS `vtiger_ws_userauthtoken`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_userauthtoken` (
`userid` int(11) NOT NULL,
`token` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
`expiretime` int(11) NOT NULL,
PRIMARY KEY (`userid`,`expiretime`),
UNIQUE KEY `userid_idx` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_ws_userauthtoken`
--
LOCK TABLES `vtiger_ws_userauthtoken` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_userauthtoken` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ws_userauthtoken` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp`
--
DROP TABLE IF EXISTS `vtiger_wsapp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp` (
`appid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
`appkey` varchar(255) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
PRIMARY KEY (`appid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp`
--
LOCK TABLES `vtiger_wsapp` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp` DISABLE KEYS */;
INSERT INTO `vtiger_wsapp` VALUES (1,'vtigerCRM','63b67ba902272','user');
/*!40000 ALTER TABLE `vtiger_wsapp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_handlerdetails`
--
DROP TABLE IF EXISTS `vtiger_wsapp_handlerdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_handlerdetails` (
`type` varchar(200) NOT NULL,
`handlerclass` varchar(100) DEFAULT NULL,
`handlerpath` varchar(300) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_handlerdetails`
--
LOCK TABLES `vtiger_wsapp_handlerdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_handlerdetails` DISABLE KEYS */;
INSERT INTO `vtiger_wsapp_handlerdetails` VALUES ('Outlook','OutlookHandler','modules/WSAPP/Handlers/OutlookHandler.php'),('vtigerCRM','vtigerCRMHandler','modules/WSAPP/Handlers/vtigerCRMHandler.php'),('vtigerSyncLib','WSAPP_VtigerSyncEventHandler','modules/WSAPP/synclib/handlers/VtigerSyncEventHandler.php'),('Google_vtigerHandler','Google_Vtiger_Handler','modules/Google/handlers/Vtiger.php'),('Google_vtigerSyncHandler','Google_VtigerSync_Handler','modules/Google/handlers/VtigerSync.php');
/*!40000 ALTER TABLE `vtiger_wsapp_handlerdetails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_logs_basic`
--
DROP TABLE IF EXISTS `vtiger_wsapp_logs_basic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_logs_basic` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`extensiontabid` int(11) DEFAULT NULL,
`module` varchar(50) NOT NULL,
`sync_datetime` datetime NOT NULL,
`app_create_count` int(11) DEFAULT NULL,
`app_update_count` int(11) DEFAULT NULL,
`app_delete_count` int(11) DEFAULT NULL,
`app_skip_count` int(11) DEFAULT NULL,
`vt_create_count` int(11) DEFAULT NULL,
`vt_update_count` int(11) DEFAULT NULL,
`vt_delete_count` int(11) DEFAULT NULL,
`vt_skip_count` int(11) DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_logs_basic`
--
LOCK TABLES `vtiger_wsapp_logs_basic` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_logs_basic` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_logs_basic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_logs_details`
--
DROP TABLE IF EXISTS `vtiger_wsapp_logs_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_logs_details` (
`id` int(11) NOT NULL,
`app_create_ids` mediumtext,
`app_update_ids` mediumtext,
`app_delete_ids` mediumtext,
`app_skip_info` mediumtext,
`vt_create_ids` mediumtext,
`vt_update_ids` mediumtext,
`vt_delete_ids` mediumtext,
`vt_skip_info` mediumtext,
KEY `vtiger_wsapp_logs_basic_ibfk_1` (`id`),
CONSTRAINT `vtiger_wsapp_logs_basic_ibfk_1` FOREIGN KEY (`id`) REFERENCES `vtiger_wsapp_logs_basic` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_logs_details`
--
LOCK TABLES `vtiger_wsapp_logs_details` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_logs_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_logs_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_queuerecords`
--
DROP TABLE IF EXISTS `vtiger_wsapp_queuerecords`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_queuerecords` (
`syncserverid` int(11) DEFAULT NULL,
`details` varchar(300) DEFAULT NULL,
`flag` varchar(100) DEFAULT NULL,
`appid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_queuerecords`
--
LOCK TABLES `vtiger_wsapp_queuerecords` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_queuerecords` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_queuerecords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_recordmapping`
--
DROP TABLE IF EXISTS `vtiger_wsapp_recordmapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_recordmapping` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`serverid` varchar(10) DEFAULT NULL,
`clientid` varchar(255) DEFAULT NULL,
`clientmodifiedtime` datetime DEFAULT NULL,
`appid` int(11) DEFAULT NULL,
`servermodifiedtime` datetime DEFAULT NULL,
`serverappid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_recordmapping`
--
LOCK TABLES `vtiger_wsapp_recordmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_recordmapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_recordmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_wsapp_sync_state`
--
DROP TABLE IF EXISTS `vtiger_wsapp_sync_state`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_sync_state` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`stateencodedvalues` varchar(300) NOT NULL,
`userid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_wsapp_sync_state`
--
LOCK TABLES `vtiger_wsapp_sync_state` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_sync_state` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_sync_state` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-07-19 10:52:15