| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 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/Nidhi/75/ |
Upload File : |
-- MySQL dump 10.13 Distrib 8.0.42, for Linux (x86_64)
--
-- Host: localhost Database: 75n
-- ------------------------------------------------------
-- Server version 8.0.42-0ubuntu0.20.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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflow_activatedonce` (
`workflow_id` int NOT NULL,
`entity_id` int NOT NULL,
PRIMARY KEY (`workflow_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflow_tasktypes` (
`id` int NOT NULL,
`tasktypename` varchar(255) NOT NULL,
`label` varchar(255) DEFAULT NULL,
`classname` varchar(255) DEFAULT NULL,
`classpath` varchar(255) DEFAULT NULL,
`templatepath` varchar(255) DEFAULT NULL,
`modules` varchar(500) DEFAULT NULL,
`sourcemodule` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflow_tasktypes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflows` (
`workflow_id` int NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) DEFAULT NULL,
`summary` varchar(400) NOT NULL,
`test` text NOT NULL,
`execution_condition` int NOT NULL,
`defaultworkflow` int DEFAULT NULL,
`type` varchar(255) DEFAULT NULL,
`filtersavedinnew` int DEFAULT NULL,
`schtypeid` int DEFAULT NULL,
`schdayofmonth` varchar(100) DEFAULT NULL,
`schdayofweek` varchar(100) DEFAULT NULL,
`schannualdates` varchar(100) DEFAULT NULL,
`schtime` varchar(50) DEFAULT NULL,
`nexttrigger_time` datetime DEFAULT NULL,
`status` tinyint(1) DEFAULT '1',
`workflowname` varchar(100) DEFAULT NULL,
PRIMARY KEY (`workflow_id`),
UNIQUE KEY `com_vtiger_workflows_idx` (`workflow_id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflows_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (24);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtask_queue` (
`task_id` int DEFAULT NULL,
`entity_id` varchar(100) DEFAULT NULL,
`do_after` int DEFAULT NULL,
`relatedinfo` varchar(255) DEFAULT NULL,
`task_contents` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,'12x2',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>CON1<\\/b><br>LastName:<b>Record<\\/b><br>FirstName:<b>test<\\/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,'12x2',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>CON1<\\/b><br>LastName:<b>Record 12<\\/b><br>FirstName:<b>test<\\/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,'12x28',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>CON2<\\/b><br>LastName:<b>darji<\\/b><br>FirstName:<b>chirag<\\/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,'12x28',0,'false','{\"fromEmail\":\"jack@yopmail.com\",\"fromName\":\"Jack Paul\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"jack@yopmail.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>CON2<\\/b><br>LastName:<b>darji<\\/b><br>FirstName:<b>chirag<\\/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,'12x35',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>Reed<\\/b><br>FirstName:<b>William<\\/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,'12x36',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>Kunz<\\/b><br>FirstName:<b>Janet<\\/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,'12x37',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>Miller<\\/b><br>FirstName:<b>Rachel<\\/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,'12x38',0,'false','{\"fromEmail\":\"nidhi.jethva@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"nidhi.jethva@crmtiger.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>Smith<\\/b><br>FirstName:<b>Lawrence<\\/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,'12x35',0,'false','{\"fromEmail\":\"jack@yopmail.com\",\"fromName\":\"Jack Paul\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"jack@yopmail.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>Reed<\\/b><br>FirstName:<b>William<\\/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,'12x38',0,'false','{\"fromEmail\":\"Richa@yopmail.com\",\"fromName\":\"Richa Johnson\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"Richa@yopmail.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>Smith<\\/b><br>FirstName:<b>Lawrence<\\/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,'12x37',0,'false','{\"fromEmail\":\"Richa@yopmail.com\",\"fromName\":\"Richa Johnson\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"Richa@yopmail.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>Miller<\\/b><br>FirstName:<b>Rachel<\\/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,'12x36',0,'false','{\"fromEmail\":\"jack@yopmail.com\",\"fromName\":\"Jack Paul\",\"replyTo\":\"nidhi.jethva@crmtiger.com\",\"toEmail\":\"jack@yopmail.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>Kunz<\\/b><br>FirstName:<b>Janet<\\/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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks` (
`task_id` int NOT NULL AUTO_INCREMENT,
`workflow_id` int DEFAULT NULL,
`summary` varchar(400) NOT NULL,
`task` text NOT NULL,
PRIMARY KEY (`task_id`),
UNIQUE KEY `com_vtiger_workflowtasks_idx` (`task_id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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\";}');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod` (
`workflowtasks_entitymethod_id` int NOT NULL,
`module_name` varchar(100) DEFAULT NULL,
`method_name` varchar(100) DEFAULT NULL,
`function_path` varchar(400) DEFAULT NULL,
`function_name` varchar(100) DEFAULT NULL,
PRIMARY KEY (`workflowtasks_entitymethod_id`),
UNIQUE KEY `com_vtiger_workflowtasks_entitymethod_idx` (`workflowtasks_entitymethod_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtasks_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (28);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `com_vtiger_workflowtemplates` (
`template_id` int NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) DEFAULT NULL,
`title` varchar(400) DEFAULT NULL,
`template` text,
PRIMARY KEY (`template_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 `vtiger_account`
--
DROP TABLE IF EXISTS `vtiger_account`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_account` (
`accountid` int NOT NULL DEFAULT '0',
`account_no` varchar(100) NOT NULL,
`accountname` varchar(100) NOT NULL,
`parentid` int DEFAULT '0',
`account_type` varchar(200) DEFAULT NULL,
`industry` varchar(200) DEFAULT NULL,
`annualrevenue` decimal(25,8) DEFAULT NULL,
`rating` varchar(200) DEFAULT NULL,
`ownership` varchar(50) DEFAULT NULL,
`siccode` varchar(50) DEFAULT NULL,
`tickersymbol` varchar(30) DEFAULT NULL,
`phone` varchar(30) DEFAULT NULL,
`otherphone` varchar(30) DEFAULT NULL,
`email1` varchar(100) DEFAULT NULL,
`email2` varchar(100) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`fax` varchar(30) DEFAULT NULL,
`employees` int DEFAULT '0',
`emailoptout` varchar(3) DEFAULT '0',
`notify_owner` varchar(3) DEFAULT '0',
`isconvertedfromlead` varchar(3) DEFAULT '0',
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountbillads` (
`accountaddressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountrating` (
`accountratingid` int NOT NULL AUTO_INCREMENT,
`rating` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`accountratingid`),
UNIQUE KEY `accountrating_rating_idx` (`rating`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountscf` (
`accountid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accountshipads` (
`accountaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_pobox` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accounttype` (
`accounttypeid` int NOT NULL AUTO_INCREMENT,
`accounttype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`accounttypeid`),
UNIQUE KEY `accounttype_accounttype_idx` (`accounttype`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_accounttype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_actionmapping` (
`actionid` int NOT NULL,
`actionname` varchar(200) NOT NULL,
`securitycheck` int DEFAULT NULL,
PRIMARY KEY (`actionid`,`actionname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(11,'ReceiveIncomingCalls',0),(12,'MakeOutgoingCalls',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity` (
`activityid` int NOT NULL DEFAULT '0',
`subject` varchar(255) DEFAULT NULL,
`semodule` varchar(20) DEFAULT NULL,
`activitytype` varchar(200) NOT NULL,
`date_start` date NOT NULL,
`due_date` date DEFAULT NULL,
`time_start` varchar(50) DEFAULT NULL,
`time_end` varchar(50) DEFAULT NULL,
`sendnotification` varchar(3) NOT NULL DEFAULT '0',
`duration_hours` varchar(200) DEFAULT NULL,
`duration_minutes` varchar(200) DEFAULT NULL,
`status` varchar(200) DEFAULT NULL,
`eventstatus` varchar(200) DEFAULT NULL,
`priority` varchar(200) DEFAULT NULL,
`location` varchar(150) DEFAULT NULL,
`notime` varchar(3) NOT NULL DEFAULT '0',
`visibility` varchar(50) NOT NULL DEFAULT 'all',
`recurringtype` varchar(200) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`related_to_case` varchar(255) 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_0900_ai_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 */;
INSERT INTO `vtiger_activity` VALUES (5,'test',NULL,'Task','2025-11-14','2025-11-14','13:03:00','','0','18','57','Not Started','','','','0','Private','','',NULL),(6,'test2',NULL,'Task','2025-11-14','2025-11-14','13:04:00','','0','18','56','Not Started','','','','0','Private','','',NULL),(7,'sssssss',NULL,'Call','2025-11-14','2025-11-14','13:09:00','13:14:00','0','0','5',NULL,'Planned','','','0','Public','','',NULL),(8,'test',NULL,'Task','2025-11-17','2025-11-17','07:02:00','','0','24','58','In Progress','','','','0','Private','','',NULL),(9,'asd',NULL,'Task','2025-11-17','2025-11-17','07:03:00','','0','24','57','Not Started','','','','0','Private','','',NULL),(11,'Test 22',NULL,'Call','2025-11-17','2025-11-17','07:21:00','07:26:00','0','0','5',NULL,'Planned','','','0','Public','--None--','',NULL),(12,'Test',NULL,'Task','2025-11-17','2025-11-17','07:23:00','','0','24','37','Not Started','','','','0','Private','','',NULL),(13,'Test',NULL,'Call','2025-11-17','2025-11-17','07:39:00','07:44:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(16,'wwwww',NULL,'Call','2025-11-17','2025-11-17','07:44:00','07:49:00','0','0','5',NULL,'Planned','','','0','Public','','','3'),(17,'task',NULL,'Task','2025-11-17','2025-11-17','07:44:00','','0','24','16','Not Started','','','','0','Private','','','3'),(18,'TASSSk',NULL,'Task','2025-11-17','2025-11-17','07:46:00','','0','24','14','Not Started','','','','0','Private','','',''),(19,'Events',NULL,'Call','2025-11-17','2025-11-17','07:47:00','07:52:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(20,'Test Event',NULL,'Call','2025-11-17','2025-11-17','07:49:00','07:54:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(21,'www',NULL,'Call','2025-11-17','2025-11-17','07:51:00','07:56:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(22,'tEst',NULL,'Call','2025-11-17','2025-11-17','07:50:00','07:55:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(23,'w',NULL,'Call','2025-11-17','2025-11-17','07:56:00','08:01:00','0','0','5',NULL,'Planned','','','0','Public','','',NULL),(24,'TEST EVENTS',NULL,'Call','2025-11-17','2025-11-17','08:00:00','08:05:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(25,'Test',NULL,'Call','2025-11-17','2025-11-17','08:04:00','08:09:00','0','0','5',NULL,'Planned','','','0','Public','','',''),(26,'Test',NULL,'Task','2025-11-17','2025-11-17','09:06:00','','0','22','54','Not Started','','','','0','Private','','','3'),(34,'Final Resolution meeting',NULL,'Meeting','2025-12-04','2025-12-04','09:30:00','09:35:00','0','0','5',NULL,'Planned','','','0','Public','--None--','','29'),(41,'Site Inspection Follow-up for Boundary Dispute',NULL,'Task','2025-11-19','2025-11-19','11:07:00','','0','20','53','In Progress','','','','0','Private','','',''),(42,'Site Inspection Follow-up for Boundary Dispute',NULL,'Task','2025-11-19','2025-11-19','11:08:00','','0','20','52','In Progress','','','','0','Private','','','39'),(46,'ICC Hearing Follow-up',NULL,'Task','2025-11-16','2025-11-16','11:17:00','','0','20','43','Completed','','','','0','Private','','','44'),(53,'Medical Expert Panel Coordination',NULL,'Meeting','2025-11-18','2025-11-18','11:26:00','11:31:00','0','0','5',NULL,'Planned','','','0','Public','','','50'),(56,'Fraud Investigation Call',NULL,'Call','2025-11-16','2025-11-16','11:27:00','11:32:00','0','0','5',NULL,'Held','','','0','Public','','','54'),(79,'case 2 - jack , Paul',NULL,'Meeting','2026-03-23','2026-03-23','09:30:00','09:35:00','0','0','5',NULL,'Planned','','','0','Public','','','');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_recurring_info` (
`activityid` int NOT NULL,
`recurrenceid` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_reminder` (
`activity_id` int NOT NULL,
`reminder_time` int NOT NULL,
`reminder_sent` int NOT NULL,
`recurringid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_activity_reminder` VALUES (41,0,0,0),(42,0,0,0),(46,0,0,0),(53,0,0,0),(56,0,0,0),(79,0,0,0);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_reminder_popup` (
`reminderid` int NOT NULL AUTO_INCREMENT,
`semodule` varchar(100) NOT NULL,
`recordid` int NOT NULL,
`date_start` date NOT NULL,
`time_start` varchar(100) NOT NULL,
`status` int NOT NULL,
PRIMARY KEY (`reminderid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
INSERT INTO `vtiger_activity_reminder_popup` VALUES (1,'Events',34,'2025-12-04','09:30:00',0),(2,'Calendar',41,'2025-11-19','11:07:00',0),(3,'Calendar',42,'2025-11-19','11:08:00',0),(4,'Events',53,'2025-11-18','11:26:00',1);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_view` (
`activity_viewid` int NOT NULL AUTO_INCREMENT,
`activity_view` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`activity_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activity_view_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activitycf` (
`activityid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_activitycf` VALUES (5),(6),(7),(8),(9),(11),(12),(13),(16),(17),(18),(19),(20),(21),(22),(23),(24),(25),(26),(34),(41),(42),(46),(53),(56),(79);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activityproductrel` (
`activityid` int NOT NULL DEFAULT '0',
`productid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activitytype` (
`activitytypeid` int NOT NULL AUTO_INCREMENT,
`activitytype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`activitytypeid`),
UNIQUE KEY `activitytype_activitytype_idx` (`activitytype`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_activitytype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_announcement`
--
DROP TABLE IF EXISTS `vtiger_announcement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_announcement` (
`creatorid` int NOT NULL,
`announcement` text,
`title` varchar(255) DEFAULT NULL,
`time` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`creatorid`),
KEY `announcement_creatorid_idx` (`creatorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_app2tab` (
`tabid` int DEFAULT NULL,
`appname` varchar(20) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`visible` int 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_0900_ai_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 (32,'INVENTORY',2,1),(34,'TOOLS',5,1),(36,'SUPPORT',3,1),(40,'TOOLS',4,1),(46,'TOOLS',1,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),(32,'SALES',4,1),(4,'MARKETING',3,1),(6,'MARKETING',4,1),(7,'MARKETING',2,1),(26,'MARKETING',1,1),(4,'INVENTORY',8,1),(6,'INVENTORY',9,1),(22,'INVENTORY',5,1),(23,'INVENTORY',4,1),(14,'INVENTORY',1,1),(18,'INVENTORY',7,1),(19,'INVENTORY',3,1),(21,'INVENTORY',6,1),(4,'SUPPORT',6,1),(6,'SUPPORT',7,1),(13,'SUPPORT',1,1),(15,'SUPPORT',2,1),(42,'SUPPORT',4,1),(45,'PROJECT',1,1),(44,'PROJECT',2,1),(43,'PROJECT',3,1),(4,'PROJECT',4,1),(6,'PROJECT',5,1),(41,'SALES',5,1),(41,'SUPPORT',5,1),(24,'TOOLS',2,1),(27,'TOOLS',3,1),(50,'SALES',7,1),(51,'SALES',8,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assets` (
`assetsid` int NOT NULL,
`asset_no` varchar(30) NOT NULL,
`account` int DEFAULT NULL,
`product` int 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 DEFAULT NULL,
`shippingmethod` varchar(200) DEFAULT NULL,
`shippingtrackingnumber` varchar(200) DEFAULT NULL,
`assetname` varchar(100) DEFAULT NULL,
`contact` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assetscf` (
`assetsid` int NOT NULL,
PRIMARY KEY (`assetsid`),
CONSTRAINT `fk_assetsid_vtiger_assetscf` FOREIGN KEY (`assetsid`) REFERENCES `vtiger_assets` (`assetsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assetstatus` (
`assetstatusid` int NOT NULL AUTO_INCREMENT,
`assetstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`assetstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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,235,1,NULL),(2,'Out-of-service',1,236,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_assetstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asterisk` (
`server` varchar(30) DEFAULT NULL,
`port` varchar(30) DEFAULT NULL,
`username` varchar(50) DEFAULT NULL,
`password` varchar(50) DEFAULT NULL,
`version` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asteriskextensions` (
`userid` int DEFAULT NULL,
`asterisk_extension` varchar(50) DEFAULT NULL,
`use_asterisk` varchar(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asteriskincomingcalls` (
`from_number` varchar(50) DEFAULT NULL,
`from_name` varchar(50) DEFAULT NULL,
`to_number` varchar(50) DEFAULT NULL,
`callertype` varchar(30) DEFAULT NULL,
`flag` int DEFAULT NULL,
`timer` int DEFAULT NULL,
`refuid` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_asteriskincomingevents` (
`uid` varchar(255) NOT NULL,
`channel` varchar(100) DEFAULT NULL,
`from_number` bigint DEFAULT NULL,
`from_name` varchar(100) DEFAULT NULL,
`to_number` bigint DEFAULT NULL,
`callertype` varchar(100) DEFAULT NULL,
`timer` int DEFAULT NULL,
`flag` varchar(3) DEFAULT NULL,
`pbxrecordid` int DEFAULT NULL,
`relcrmid` int DEFAULT NULL,
PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attachments` (
`attachmentsid` int NOT NULL,
`name` varchar(255) NOT NULL,
`description` text,
`type` varchar(100) DEFAULT NULL,
`path` text,
`storedname` varchar(255) DEFAULT NULL,
`subject` varchar(255) 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_0900_ai_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 (15,'4.png',NULL,'image/png','storage/2025/November/week3/','a82f5837b72b1d5c5ad18cbd10bc980d.png',NULL),(33,'Second_Meeting_Resolution_Note.docx',NULL,'application/vnd.openxmlformats-officedocument.wordprocessingml.document','storage/2025/November/week3/','d24f282d37012aec0a081b87685f8eed.docx',NULL),(64,'Group_1520.png',NULL,'image/png','storage/2025/December/week4/','75ded4286f20fd96254057c533164564.png',NULL),(66,'Group_1520.png',NULL,'image/png','storage/2025/December/week4/','1f427de47be40f403b2a10e9d41ba26e.png',NULL),(75,'Group_1520.png',NULL,'image/png','storage/2025/December/week4/','56dfeda714d93a724b445df629d7589c.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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attachmentsfolder` (
`folderid` int NOT NULL AUTO_INCREMENT,
`foldername` varchar(200) NOT NULL,
`description` varchar(250) DEFAULT NULL,
`createdby` int NOT NULL,
`sequence` int DEFAULT NULL,
PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attachmentsfolder_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_audit_trial` (
`auditid` int NOT NULL,
`userid` int DEFAULT NULL,
`module` varchar(255) DEFAULT NULL,
`action` varchar(255) DEFAULT NULL,
`recordid` varchar(20) DEFAULT NULL,
`actiondate` datetime DEFAULT NULL,
PRIMARY KEY (`auditid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_blocks`
--
DROP TABLE IF EXISTS `vtiger_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_blocks` (
`blockid` int NOT NULL,
`tabid` int NOT NULL,
`blocklabel` varchar(100) NOT NULL,
`sequence` int DEFAULT NULL,
`show_title` int DEFAULT NULL,
`visible` int NOT NULL DEFAULT '0',
`create_view` int NOT NULL DEFAULT '0',
`edit_view` int NOT NULL DEFAULT '0',
`detail_view` int NOT NULL DEFAULT '0',
`display_status` int NOT NULL DEFAULT '1',
`iscustom` int 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_0900_ai_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,32,'LBL_SERVICE_INFORMATION',1,0,0,0,0,0,1,0),(89,32,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(90,32,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(91,32,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(92,34,'LBL_PBXMANAGER_INFORMATION',1,0,0,0,0,0,1,0),(93,36,'LBL_SERVICE_CONTRACT_INFORMATION',1,0,0,0,0,0,1,0),(94,36,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(95,38,'LBL_MODCOMMENTS_INFORMATION',1,0,0,0,0,0,1,0),(96,38,'LBL_OTHER_INFORMATION',2,0,0,0,0,0,1,0),(97,38,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(98,41,'LBL_SMSNOTIFIER_INFORMATION',1,0,0,0,0,0,1,0),(99,41,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(100,41,'StatusInformation',3,0,0,0,0,0,1,0),(101,42,'LBL_ASSET_INFORMATION',1,0,0,0,0,0,1,0),(102,42,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(103,42,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(104,43,'LBL_PROJECT_MILESTONE_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,44,'LBL_PROJECT_TASK_INFORMATION',1,0,0,0,0,0,1,0),(108,44,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(109,44,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(110,45,'LBL_PROJECT_INFORMATION',1,0,0,0,0,0,1,0),(111,45,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(112,45,'LBL_DESCRIPTION_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,50,'Case Information',1,0,0,0,0,0,1,0),(122,51,'Resolution 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_blocks_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (122);
/*!40000 ALTER TABLE `vtiger_blocks_seq` 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_default_activitytypes` (
`id` int NOT NULL,
`module` varchar(50) DEFAULT NULL,
`fieldname` varchar(50) DEFAULT NULL,
`defaultcolor` varchar(50) DEFAULT NULL,
`isdefault` int DEFAULT '1',
`conditions` varchar(255) DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_default_activitytypes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_user_activitytypes` (
`id` int NOT NULL,
`defaultid` int DEFAULT NULL,
`userid` int DEFAULT NULL,
`color` varchar(50) DEFAULT NULL,
`visible` int DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendar_user_activitytypes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendarsharedtype` (
`calendarsharedtypeid` int NOT NULL AUTO_INCREMENT,
`calendarsharedtype` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`calendarsharedtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_calendarsharedtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_callduration` (
`calldurationid` int NOT NULL AUTO_INCREMENT,
`callduration` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`calldurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_callduration_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaign` (
`campaign_no` varchar(100) NOT NULL,
`campaignname` varchar(255) DEFAULT NULL,
`campaigntype` varchar(200) DEFAULT NULL,
`campaignstatus` varchar(200) DEFAULT NULL,
`expectedrevenue` decimal(25,8) DEFAULT NULL,
`budgetcost` decimal(25,8) DEFAULT NULL,
`actualcost` decimal(25,8) DEFAULT NULL,
`expectedresponse` varchar(200) DEFAULT NULL,
`numsent` decimal(11,0) DEFAULT NULL,
`product_id` int DEFAULT NULL,
`sponsor` varchar(255) DEFAULT NULL,
`targetaudience` varchar(255) DEFAULT NULL,
`targetsize` int DEFAULT NULL,
`expectedresponsecount` int DEFAULT NULL,
`expectedsalescount` int DEFAULT NULL,
`expectedroi` decimal(25,8) DEFAULT NULL,
`actualresponsecount` int DEFAULT NULL,
`actualsalescount` int DEFAULT NULL,
`actualroi` decimal(25,8) DEFAULT NULL,
`campaignid` int NOT NULL,
`closingdate` date DEFAULT NULL,
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignaccountrel` (
`campaignid` int DEFAULT NULL,
`accountid` int DEFAULT NULL,
`campaignrelstatusid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaigncontrel` (
`campaignid` int NOT NULL DEFAULT '0',
`contactid` int NOT NULL DEFAULT '0',
`campaignrelstatusid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignleadrel` (
`campaignid` int NOT NULL DEFAULT '0',
`leadid` int NOT NULL DEFAULT '0',
`campaignrelstatusid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignrelstatus` (
`campaignrelstatusid` int DEFAULT NULL,
`campaignrelstatus` varchar(256) DEFAULT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignrelstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignscf` (
`campaignid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignstatus` (
`campaignstatusid` int NOT NULL AUTO_INCREMENT,
`campaignstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`campaignstatusid`),
KEY `campaignstatus_campaignstatus_idx` (`campaignstatus`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaignstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaigntype` (
`campaigntypeid` int NOT NULL AUTO_INCREMENT,
`campaigntype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`campaigntypeid`),
UNIQUE KEY `campaigntype_campaigntype_idx` (`campaigntype`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_campaigntype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_carrier` (
`carrierid` int NOT NULL AUTO_INCREMENT,
`carrier` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`carrierid`),
UNIQUE KEY `carrier_carrier_idx` (`carrier`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_carrier_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_case_multi_assigned_user_id`
--
DROP TABLE IF EXISTS `vtiger_case_multi_assigned_user_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_case_multi_assigned_user_id` (
`case_multi_assigned_user_idid` int NOT NULL AUTO_INCREMENT,
`case_multi_assigned_user_id` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`case_multi_assigned_user_idid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_case_multi_assigned_user_id`
--
LOCK TABLES `vtiger_case_multi_assigned_user_id` WRITE;
/*!40000 ALTER TABLE `vtiger_case_multi_assigned_user_id` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_case_multi_assigned_user_id` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_case_status`
--
DROP TABLE IF EXISTS `vtiger_case_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_case_status` (
`case_statusid` int NOT NULL AUTO_INCREMENT,
`case_status` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`case_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_case_status`
--
LOCK TABLES `vtiger_case_status` WRITE;
/*!40000 ALTER TABLE `vtiger_case_status` DISABLE KEYS */;
INSERT INTO `vtiger_case_status` VALUES (1,'Initiated',1,305,1,NULL),(2,'InProgress',1,306,2,'#fffb91'),(3,'Completed',1,307,3,'#4bff0a');
/*!40000 ALTER TABLE `vtiger_case_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_case_status_seq`
--
DROP TABLE IF EXISTS `vtiger_case_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_case_status_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_case_status_seq`
--
LOCK TABLES `vtiger_case_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_case_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_case_status_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_case_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cases`
--
DROP TABLE IF EXISTS `vtiger_cases`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cases` (
`casesid` int NOT NULL,
`case_no` varchar(100) DEFAULT NULL,
`related_to` varchar(255) DEFAULT NULL,
`case_details` text,
`case_status` varchar(255) DEFAULT NULL,
`case_title` varchar(150) DEFAULT NULL,
PRIMARY KEY (`casesid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cases`
--
LOCK TABLES `vtiger_cases` WRITE;
/*!40000 ALTER TABLE `vtiger_cases` DISABLE KEYS */;
INSERT INTO `vtiger_cases` VALUES (3,'CASE01','2','This is the test case','Initiated',NULL),(29,'CASE02','36','The Patel family owns a 3-floor house purchased by the father in 1985.\n\nAfter the father passed away, the property remained in the mother’s possession.\n\nThe elder son claims he invested money in renovation, so he wants a bigger share.\n\nThe younger son argues that the property should be divided equally among all children.\n\nThe daughter says she was not informed about earlier decisions and demands her legal share.\n\nThe mother wants to keep one floor for herself and divide the remaining floors among the children.\n\nThe sons disagree on valuation and want the court to appoint an official valuer.\n\nThe daughter files a legal notice asking for equal partition of the property.\n\nThe dispute escalates, and the family files a civil suit in the district court.\n\nThe court begins hearings to determine rightful shares as per inheritance law.','Initiated','Family Dispute'),(39,'CASE03','36','This case concerns a boundary dispute between two neighbouring families, the Gupta and Khanna families, who purchased adjacent land plots in 1998. The conflict emerged when the Gupta family observed that the boundary fence dividing the two properties appeared to have been shifted. They allege that the Khannas moved the fence nearly three feet into their land, reducing their plot area. The Khanna family denies this claim and insists that the fence has always been correctly placed according to their understanding of the property lines.\n\nDue to the disagreement, both families approached the local municipal authorities for clarification. A municipal surveyor inspected the site and compared the physical boundary with official land records. The survey revealed inconsistencies between the recorded map and the actual on-site measurements. However, both parties disputed the findings, stating that the report did not accurately represent the true boundary.\n\nWith the municipal decision rejected by both sides, the Gupta family filed a civil claim seeking correction of the boundary and compensation. Recognizing the complexity of the issue, the court appointed an independent government-approved surveyor to conduct a fresh and impartial measurement. The case remains pending, awaiting the final survey report to guide the court’s judgment.','InProgress','Boundary Marking Conflict Between Adjacent Plots'),(44,'CASE04','37','An employee, Ms. Raina Sharma, filed a formal complaint against her team leader, Mr. Varun Mehta, alleging repeated verbal harassment, belittling remarks, and inappropriate comments during office meetings. According to Raina, the behaviour escalated over a period of three months, affecting her mental well-being and productivity. Following her complaint, the HR department initiated a confidential inquiry. Initial witness statements revealed mixed views — while some colleagues supported Raina’s claims, others reported that the team leader had a strict communication style but did not cross professional boundaries. HR requested emails, chat logs, and meeting recordings to verify the allegations.\n\nThe accused, Mr. Mehta, denied intentional misconduct and stated that his feedback was strictly performance-oriented. Given the sensitive nature of the complaint, HR formed an Internal Complaints Committee (ICC) as per workplace harassment guidelines. The committee scheduled interviews, reviewed digital evidence, and analysed behavioural patterns. The ICC’s preliminary findings indicated that certain comments made by Mr. Mehta were inappropriate and unprofessional, even if not intentionally harmful. To ensure fairness, both sides were allowed to submit additional statements before the final decision.','Completed','Workplace Harassment Complaint'),(48,'CASE05','36','Mr. and Mrs. Sen filed a negligence complaint against CityCare Hospital after their 8-year-old son developed complications following a minor appendix surgery. According to the parents, the doctor failed to diagnose an early post-surgery infection, leading to high fever, prolonged hospitalization, and additional treatment. The family argues that timely medical action could have prevented complications. The hospital denies negligence, stating that complications were “rare but medically possible.” Internal hospital records were reviewed, revealing that follow-up monitoring notes were incomplete.\n\nThe family filed a legal complaint with the Consumer Court seeking compensation for medical costs and emotional distress. The court requested independent medical experts to review the case. The expert panel reported that the infection could have been detected earlier had the vitals been monitored every 4 hours as per standard guidelines. This pointed to a lapse in post-operative care.','Initiated','Medical Negligence Claim'),(50,'CASE06','36','Mr. and Mrs. Sen filed a negligence complaint against CityCare Hospital after their 8-year-old son developed complications following a minor appendix surgery. According to the parents, the doctor failed to diagnose an early post-surgery infection, leading to high fever, prolonged hospitalization, and additional treatment. The family argues that timely medical action could have prevented complications. The hospital denies negligence, stating that complications were “rare but medically possible.” Internal hospital records were reviewed, revealing that follow-up monitoring notes were incomplete.\n\nThe family filed a legal complaint with the Consumer Court seeking compensation for medical costs and emotional distress. The court requested independent medical experts to review the case. The expert panel reported that the infection could have been detected earlier had the vitals been monitored every 4 hours as per standard guidelines. This pointed to a lapse in post-operative care.','InProgress','Medical Negligence Claim'),(54,'CASE07','38','Mr. Dilip Verma reported a fraudulent debit of ₹48,000 from his bank account through an online payment gateway. He claimed he never shared his OTP and suspected that his card details were stolen from a compromised website. After raising a complaint with the bank, the fraud investigation team traced the transaction to a merchant account that had previously been flagged for suspicious activity. The bank temporarily blocked Verma’s card and initiated a charge dispute.\n\nThe merchant denied involvement and claimed the transaction was authorized by the customer. Since the matter involved potential cybercrime, a police FIR was registered. Digital forensic analysis revealed the transaction originated from an IP address linked to a phishing domain. Investigators concluded that Verma’s credentials were likely stolen through a fake login page.','InProgress','Fraudulent Online Transaction'),(59,'CASE08','35','Nuevo caso prueba','Initiated','Property dispute'),(82,'CASE13','','','','Test Case');
/*!40000 ALTER TABLE `vtiger_cases` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_casescf`
--
DROP TABLE IF EXISTS `vtiger_casescf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_casescf` (
`casesid` int NOT NULL,
`cf_871` varchar(255) DEFAULT '',
PRIMARY KEY (`casesid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_casescf`
--
LOCK TABLES `vtiger_casescf` WRITE;
/*!40000 ALTER TABLE `vtiger_casescf` DISABLE KEYS */;
INSERT INTO `vtiger_casescf` VALUES (3,''),(29,''),(39,''),(44,''),(48,''),(50,''),(54,''),(59,''),(82,'');
/*!40000 ALTER TABLE `vtiger_casescf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cntactivityrel`
--
DROP TABLE IF EXISTS `vtiger_cntactivityrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cntactivityrel` (
`contactid` int NOT NULL DEFAULT '0',
`activityid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_cntactivityrel` VALUES (28,34),(35,41);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactaddress` (
`contactaddressid` int NOT NULL DEFAULT '0',
`mailingcity` varchar(40) DEFAULT NULL,
`mailingstreet` varchar(250) DEFAULT NULL,
`mailingcountry` varchar(40) DEFAULT NULL,
`othercountry` varchar(30) DEFAULT NULL,
`mailingstate` varchar(30) DEFAULT NULL,
`mailingpobox` varchar(30) DEFAULT NULL,
`othercity` varchar(40) DEFAULT NULL,
`otherstate` varchar(50) DEFAULT NULL,
`mailingzip` varchar(30) DEFAULT NULL,
`otherzip` varchar(30) DEFAULT NULL,
`otherstreet` varchar(250) DEFAULT NULL,
`otherpobox` varchar(30) 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_0900_ai_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 */;
INSERT INTO `vtiger_contactaddress` VALUES (2,'','','','','','','','','','','',''),(28,'','','','','','','','','','','',''),(35,'','','','','','','','','','','',''),(36,'','','','','','','','','','','',''),(37,'','','','','','','','','','','',''),(38,'','','','','','','','','','','','');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactdetails` (
`contactid` int NOT NULL DEFAULT '0',
`contact_no` varchar(100) NOT NULL,
`accountid` int DEFAULT NULL,
`salutation` varchar(200) DEFAULT NULL,
`firstname` varchar(40) DEFAULT NULL,
`lastname` varchar(80) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`phone` varchar(50) DEFAULT NULL,
`mobile` varchar(50) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`department` varchar(30) DEFAULT NULL,
`fax` varchar(50) DEFAULT NULL,
`reportsto` varchar(30) DEFAULT NULL,
`training` varchar(50) DEFAULT NULL,
`usertype` varchar(50) DEFAULT NULL,
`contacttype` varchar(50) DEFAULT NULL,
`otheremail` varchar(100) DEFAULT NULL,
`secondaryemail` varchar(100) DEFAULT NULL,
`donotcall` varchar(3) DEFAULT NULL,
`emailoptout` varchar(3) DEFAULT '0',
`imagename` varchar(150) DEFAULT NULL,
`reference` varchar(3) DEFAULT NULL,
`notify_owner` varchar(3) DEFAULT '0',
`isconvertedfromlead` varchar(3) DEFAULT '0',
`tags` varchar(1) 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_0900_ai_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 */;
INSERT INTO `vtiger_contactdetails` VALUES (2,'CON1',0,'','test','Record 12','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0',''),(28,'CON2',0,'','chirag','darji','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0',''),(35,'CON3',0,'','William','Reed','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0',''),(36,'CON4',0,'','Janet','Kunz','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0',''),(37,'CON5',0,'','Rachel','Miller','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0',''),(38,'CON6',0,'','Lawrence','Smith','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactscf` (
`contactid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_contactscf` VALUES (2),(28),(35),(36),(37),(38);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contactsubdetails` (
`contactsubscriptionid` int NOT NULL DEFAULT '0',
`homephone` varchar(50) DEFAULT NULL,
`otherphone` varchar(50) DEFAULT NULL,
`assistant` varchar(30) DEFAULT NULL,
`assistantphone` varchar(50) DEFAULT NULL,
`birthday` date DEFAULT NULL,
`laststayintouchrequest` int DEFAULT '0',
`laststayintouchsavedate` int DEFAULT '0',
`leadsource` varchar(200) 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_0900_ai_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 */;
INSERT INTO `vtiger_contactsubdetails` VALUES (2,'','','','',NULL,0,0,''),(28,'','','','',NULL,0,0,''),(35,'','','','',NULL,0,0,''),(36,'','','','',NULL,0,0,''),(37,'','','','',NULL,0,0,''),(38,'','','','',NULL,0,0,'');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contpotentialrel` (
`contactid` int NOT NULL DEFAULT '0',
`potentialid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_priority` (
`contract_priorityid` int NOT NULL AUTO_INCREMENT,
`contract_priority` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`contract_priorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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,229,1,NULL),(2,'Normal',1,230,2,NULL),(3,'High',1,231,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_priority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_status` (
`contract_statusid` int NOT NULL AUTO_INCREMENT,
`contract_status` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`contract_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!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,223,1,NULL),(2,'In Planning',1,224,2,NULL),(3,'In Progress',1,225,3,NULL),(4,'On Hold',1,226,4,NULL),(5,'Complete',0,227,5,NULL),(6,'Archived',1,228,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_status_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_type` (
`contract_typeid` int NOT NULL AUTO_INCREMENT,
`contract_type` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`contract_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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,232,1,NULL),(2,'Services',1,233,2,NULL),(3,'Administrative',1,234,3,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_contract_type_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (3);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_convertleadmapping` (
`cfmid` int NOT NULL AUTO_INCREMENT,
`leadfid` int NOT NULL,
`accountfid` int DEFAULT NULL,
`contactfid` int DEFAULT NULL,
`potentialfid` int DEFAULT NULL,
`editable` int DEFAULT '1',
PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_convertpotentialmapping` (
`cfmid` int NOT NULL AUTO_INCREMENT,
`potentialfid` int NOT NULL,
`projectfid` int DEFAULT NULL,
`editable` int DEFAULT '1',
PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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,654,1),(2,125,670,1);
/*!40000 ALTER TABLE `vtiger_convertpotentialmapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_crmentity`
--
DROP TABLE IF EXISTS `vtiger_crmentity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentity` (
`crmid` int NOT NULL,
`smcreatorid` int NOT NULL DEFAULT '0',
`smownerid` varchar(255) NOT NULL DEFAULT '0',
`modifiedby` int NOT NULL DEFAULT '0',
`setype` varchar(100) DEFAULT NULL,
`description` mediumtext,
`createdtime` datetime NOT NULL,
`modifiedtime` datetime NOT NULL,
`viewedtime` datetime DEFAULT NULL,
`status` varchar(50) DEFAULT NULL,
`version` int NOT NULL DEFAULT '0',
`presence` int DEFAULT '1',
`deleted` int NOT NULL DEFAULT '0',
`smgroupid` int DEFAULT NULL,
`source` varchar(100) DEFAULT NULL,
`label` varchar(255) 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_0900_ai_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 (2,1,'1',5,'Contacts','','2025-11-14 12:39:15','2025-11-17 09:20:53',NULL,NULL,0,1,1,0,'CRM','test Record 12'),(3,1,'1',6,'Cases',NULL,'2025-11-14 12:39:44','2025-11-17 09:33:20',NULL,NULL,0,1,1,0,'CRM','CASE01'),(4,1,'1',1,'Resolutions',NULL,'2025-11-14 12:45:43','2025-11-17 06:14:58',NULL,NULL,0,1,0,0,'CRM','RS01'),(5,1,'1',1,'Calendar','','2025-11-14 13:03:53','2025-11-18 08:50:07',NULL,NULL,0,1,1,0,'CRM','test'),(6,1,'1',1,'Calendar','','2025-11-14 13:06:23','2025-11-18 08:50:07',NULL,NULL,0,1,1,0,'CRM','test2'),(7,1,'1',1,'Calendar','','2025-11-14 13:09:39','2025-11-18 08:50:07',NULL,NULL,0,1,1,0,'CRM','sssssss'),(8,1,'1',1,'Calendar','','2025-11-17 07:02:25','2025-11-18 08:50:07',NULL,NULL,0,1,1,0,'CRM','test'),(9,1,'1',1,'Calendar','','2025-11-17 07:03:39','2025-11-18 08:50:07',NULL,NULL,0,1,1,0,'CRM','asd'),(10,1,'1',1,'Resolutions',NULL,'2025-11-17 07:08:07','2025-11-17 07:08:07',NULL,NULL,0,1,0,0,'CRM',''),(11,1,'1',1,'Calendar','','2025-11-17 07:21:55','2025-11-17 07:46:51',NULL,NULL,0,1,1,0,'CRM','Test 22'),(12,1,'1',1,'Calendar','','2025-11-17 07:24:12','2025-11-17 07:46:45',NULL,NULL,0,1,1,0,'CRM','Test'),(13,1,'1',1,'Calendar','','2025-11-17 07:39:55','2025-11-17 07:46:45',NULL,NULL,0,1,1,0,'CRM','Test'),(14,1,'1',1,'Documents',NULL,'2025-11-17 07:44:08','2025-11-17 07:44:08',NULL,NULL,0,1,0,0,'CRM','4'),(15,1,'1',0,'Documents Attachment',NULL,'2025-11-17 07:44:08','2025-11-17 07:44:08',NULL,NULL,0,1,0,NULL,NULL,NULL),(16,1,'1',1,'Calendar','','2025-11-17 07:44:29','2025-11-17 07:46:45',NULL,NULL,0,1,1,0,'CRM','wwwww'),(17,1,'1',1,'Calendar','','2025-11-17 07:44:53','2025-11-17 07:46:45',NULL,NULL,0,1,1,0,'CRM','task'),(18,1,'1',1,'Calendar','','2025-11-17 07:46:25','2025-11-17 07:46:45',NULL,NULL,0,1,1,0,'CRM','TASSSk'),(19,1,'1',1,'Calendar','','2025-11-17 07:47:57','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','Events'),(20,1,'1',1,'Calendar','','2025-11-17 07:49:55','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','Test Event'),(21,1,'1',1,'Calendar','','2025-11-17 07:51:31','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','www'),(22,1,'1',1,'Calendar','','2025-11-17 07:52:06','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','tEst'),(23,1,'1',1,'Calendar','','2025-11-17 07:57:00','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','w'),(24,1,'1',1,'Calendar','','2025-11-17 08:01:11','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','TEST EVENTS'),(25,1,'1',1,'Calendar','','2025-11-17 08:04:30','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','Test'),(26,1,'1',1,'Calendar','','2025-11-17 09:06:23','2025-11-18 08:50:08',NULL,NULL,0,1,1,0,'CRM','Test'),(27,1,'1',1,'ModComments',NULL,'2025-11-17 09:14:34','2025-11-17 09:14:34',NULL,NULL,0,1,0,0,'CRM','test bhavin'),(28,1,'5',5,'Contacts','','2025-11-17 09:18:34','2025-11-17 09:22:26',NULL,NULL,0,1,0,0,'CRM','chirag darji'),(29,5,'1| ## |8| ## |5',1,'Cases',NULL,'2025-11-17 09:22:26','2026-04-01 12:30:46',NULL,NULL,0,1,0,0,'CRM','CASE02'),(30,5,'5',5,'Resolutions',NULL,'2025-11-17 09:24:53','2025-11-17 09:24:53',NULL,NULL,0,1,0,0,'CRM',''),(31,5,'5',5,'ModComments',NULL,'2025-11-17 09:26:42','2025-11-17 09:26:42',NULL,NULL,0,1,0,0,'CRM','Assigned this case to Richa for further investigation'),(32,6,'6',6,'Documents',NULL,'2025-11-17 09:30:13','2025-11-17 09:30:13',NULL,NULL,0,1,0,0,'CRM','second meeting Resolution'),(33,6,'6',0,'Documents Attachment',NULL,'2025-11-17 09:30:13','2025-11-17 09:30:13',NULL,NULL,0,1,0,NULL,NULL,NULL),(34,6,'6',6,'Calendar','','2025-11-17 09:31:22','2025-11-17 09:32:59',NULL,NULL,0,1,0,0,'CRM','Final Resolution meeting'),(35,1,'5',1,'Contacts','','2025-11-17 10:49:52','2025-11-17 11:07:27',NULL,NULL,0,1,0,0,'CRM','William Reed'),(36,1,'5',1,'Contacts','','2025-11-17 10:50:39','2025-11-17 11:00:16',NULL,NULL,0,1,0,0,'CRM','Janet Kunz'),(37,1,'6',8,'Contacts','','2025-11-17 10:50:55','2026-02-02 01:31:12',NULL,NULL,0,1,0,0,'CRM','Rachel Miller'),(38,1,'6',1,'Contacts','','2025-11-17 10:51:40','2025-11-17 10:59:54',NULL,NULL,0,1,0,0,'CRM','Lawrence Smith'),(39,1,'5',5,'Cases',NULL,'2025-11-17 11:04:44','2026-04-08 16:25:49',NULL,NULL,0,1,0,0,'CRM','CASE03'),(40,1,'5',1,'Resolutions',NULL,'2025-11-17 11:05:52','2025-11-17 11:05:52',NULL,NULL,0,1,0,0,'CRM',''),(41,1,'5',1,'Calendar','','2025-11-17 11:07:26','2025-11-17 11:07:26',NULL,NULL,0,1,0,0,'CRM','Site Inspection Follow-up for Boundary Dispute'),(42,1,'5',1,'Calendar','','2025-11-17 11:08:45','2025-11-17 11:08:45',NULL,NULL,0,1,0,0,'CRM','Site Inspection Follow-up for Boundary Dispute'),(43,1,'5',1,'Documents',NULL,'2025-11-17 11:14:38','2025-11-17 11:14:38',NULL,NULL,0,1,0,0,'CRM','Independent Surveyor Appointment Order'),(44,1,'6',1,'Cases',NULL,'2025-11-17 11:16:22','2025-11-17 11:18:50',NULL,NULL,0,1,0,0,'CRM','CASE04'),(45,1,'6',1,'Resolutions',NULL,'2025-11-17 11:16:54','2025-11-17 11:16:54',NULL,NULL,0,1,0,0,'CRM',''),(46,1,'6',1,'Calendar','','2025-11-17 11:17:13','2025-11-17 11:17:13',NULL,NULL,0,1,0,0,'CRM','ICC Hearing Follow-up'),(47,1,'6',1,'Documents',NULL,'2025-11-17 11:18:50','2025-11-17 11:18:50',NULL,NULL,0,1,0,0,'CRM','ICC Final Report – Harassment Inquiry'),(48,1,'5',1,'Cases',NULL,'2025-11-17 11:19:50','2025-11-17 11:26:24',NULL,NULL,0,1,1,0,'CRM',''),(49,1,'6',1,'Resolutions',NULL,'2025-11-17 11:20:21','2025-11-17 11:21:13',NULL,NULL,0,1,1,0,'CRM',''),(50,1,'5',1,'Cases',NULL,'2025-11-17 11:24:20','2025-11-17 11:26:15',NULL,NULL,0,1,0,0,'CRM','CASE06'),(51,1,'5',1,'Resolutions',NULL,'2025-11-17 11:25:13','2025-11-17 11:25:13',NULL,NULL,0,1,0,0,'CRM',''),(52,1,'5',1,'Documents',NULL,'2025-11-17 11:25:54','2025-11-17 11:25:54',NULL,NULL,0,1,0,0,'CRM','Expert Medical Review Report'),(53,1,'1',1,'Calendar','','2025-11-17 11:26:15','2025-11-17 11:26:15',NULL,NULL,0,1,0,0,'CRM','Medical Expert Panel Coordination'),(54,1,'6',1,'Cases',NULL,'2025-11-17 11:27:00','2025-11-17 11:59:38',NULL,NULL,0,1,0,0,'CRM','CASE07'),(55,1,'6',1,'Resolutions',NULL,'2025-11-17 11:27:28','2025-11-17 11:27:28',NULL,NULL,0,1,0,0,'CRM',''),(56,1,'6',1,'Calendar','','2025-11-17 11:28:02','2025-11-17 11:28:02',NULL,NULL,0,1,0,0,'CRM','Fraud Investigation Call'),(57,1,'6',1,'Documents',NULL,'2025-11-17 11:28:28','2025-11-17 11:28:28',NULL,NULL,0,1,0,0,'CRM','Cyber Forensic Report'),(58,1,'1',1,'ModComments',NULL,'2025-11-17 11:59:38','2025-11-17 11:59:38',NULL,NULL,0,1,0,0,'CRM','Forensic evidence confirmed the phishing attack, leading to a full refund and closure of the fraudulent transaction case.'),(59,6,'6',1,'Cases',NULL,'2025-11-18 15:04:03','2025-12-23 12:35:50',NULL,NULL,0,1,0,0,'CRM','CASE08'),(60,6,'6',6,'ModComments',NULL,'2025-12-16 15:31:30','2025-12-16 15:31:30',NULL,NULL,0,1,0,0,'CRM','We decide to approve divorce.'),(61,5,'5',5,'ModComments',NULL,'2025-12-16 15:32:04','2025-12-16 15:32:04',NULL,NULL,0,1,0,0,'CRM','Las partes de hace convenio'),(62,5,'5',5,'ModComments',NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50',NULL,NULL,0,1,0,0,'CRM','comentario dos sobre prueba de divorcio'),(63,1,'1',1,'ModComments',NULL,'2025-12-22 12:35:44','2025-12-22 12:35:44',NULL,NULL,0,1,0,0,'CRM','test'),(64,1,'1',0,'ModComments Attachment',NULL,'2025-12-22 12:35:44','2025-12-22 12:35:44',NULL,NULL,0,1,0,NULL,NULL,NULL),(65,1,'6',1,'Documents',NULL,'2025-12-22 12:54:17','2025-12-23 10:03:58',NULL,NULL,0,1,0,0,'CRM','Group 1520'),(66,1,'1',0,'Documents Attachment',NULL,'2025-12-22 12:54:17','2025-12-22 12:54:17',NULL,NULL,0,1,0,NULL,NULL,NULL),(67,1,'1',1,'ModComments',NULL,'2025-12-23 09:11:16','2025-12-23 09:11:16',NULL,NULL,0,1,0,0,'CRM','Test'),(68,1,'1',1,'ModComments',NULL,'2025-12-23 09:11:24','2025-12-23 09:11:24',NULL,NULL,0,1,0,0,'CRM','Test new'),(69,1,'1',1,'ModComments',NULL,'2025-12-23 09:34:07','2025-12-23 09:34:07',NULL,NULL,0,1,0,0,'CRM','testtt'),(70,1,'1',1,'ModComments',NULL,'2025-12-23 09:34:14','2025-12-23 09:34:14',NULL,NULL,0,1,0,0,'CRM','testttt'),(71,1,'1',1,'ModComments',NULL,'2025-12-23 09:34:20','2025-12-23 09:34:20',NULL,NULL,0,1,0,0,'CRM','testttttt new'),(72,1,'1',1,'ModComments',NULL,'2025-12-23 09:34:26','2025-12-23 09:34:26',NULL,NULL,0,1,0,0,'CRM','test nnnn'),(73,1,'1',1,'ModComments',NULL,'2025-12-23 09:34:40','2025-12-23 12:34:01',NULL,NULL,0,1,0,0,'CRM','This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the s'),(74,1,'1',1,'Documents',NULL,'2025-12-23 10:12:45','2025-12-23 10:12:45',NULL,NULL,0,1,0,0,'CRM','Group 1520'),(75,1,'1',0,'Documents Attachment',NULL,'2025-12-23 10:12:45','2025-12-23 10:12:45',NULL,NULL,0,1,0,NULL,NULL,NULL),(76,1,'1',1,'ModComments',NULL,'2025-12-23 12:35:50','2025-12-23 12:35:50',NULL,NULL,0,1,0,0,'CRM','This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the s'),(77,8,'8',8,'ModComments',NULL,'2026-02-02 01:30:24','2026-02-02 01:30:24',NULL,NULL,0,1,0,0,'CRM','Reunion 1 de feb 2026\n\nprueba aaaaa bbbbbb ccccccc ddddddd eeeee ffffffff ggggggg'),(78,8,'8',8,'ModComments',NULL,'2026-02-02 01:31:12','2026-02-02 01:31:12',NULL,NULL,0,1,0,0,'CRM','reunion 2 de feb 2026\n\n\nseguimiento de reunion zzzzz wwwww yyyyyyyy'),(79,5,'5',5,'Calendar','','2026-03-24 00:46:34','2026-03-24 00:46:34',NULL,NULL,0,1,0,0,'CRM','case 2 - jack , Paul'),(80,5,'5',5,'ModComments',NULL,'2026-03-25 16:39:33','2026-03-25 16:39:33',NULL,NULL,0,1,0,0,'CRM','Nota de ejemplo para identificado de miembro'),(81,5,'5',5,'ModComments',NULL,'2026-03-30 15:48:30','2026-03-30 15:48:30',NULL,NULL,0,1,0,0,'CRM','Segunda Prueba'),(82,1,'9',1,'Cases',NULL,'2026-03-31 12:36:53','2026-04-01 11:33:48',NULL,NULL,0,1,0,0,'CRM','CASE13');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentity_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (82);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentity_user_field` (
`recordid` int NOT NULL,
`userid` int 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=utf8mb3;
/*!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 (2,1,'0'),(3,1,NULL),(4,1,NULL),(5,1,'0'),(6,1,'0'),(7,1,'0'),(8,1,'0'),(9,1,'0'),(10,1,NULL),(11,1,'0'),(12,1,'0'),(13,1,'0'),(14,1,'0'),(16,1,'0'),(17,1,'0'),(18,1,'0'),(19,1,'0'),(20,1,'0'),(21,1,'0'),(22,1,'0'),(23,1,'0'),(24,1,'0'),(25,1,'0'),(26,1,'0'),(28,1,'0'),(28,5,'0'),(29,5,NULL),(30,5,NULL),(32,6,'0'),(34,6,'0'),(35,1,'0'),(36,1,'0'),(37,1,'0'),(38,1,'0'),(39,1,NULL),(40,1,NULL),(41,1,'0'),(42,1,'0'),(43,1,'0'),(44,1,NULL),(45,1,NULL),(46,1,'0'),(47,1,'0'),(48,1,NULL),(49,1,NULL),(50,1,NULL),(51,1,NULL),(52,1,'0'),(53,1,'0'),(54,1,NULL),(55,1,NULL),(56,1,'0'),(57,1,'0'),(29,1,NULL),(59,6,NULL),(65,1,'0'),(74,1,'0'),(79,5,'0'),(82,1,NULL),(39,5,NULL);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmentityrel` (
`crmid` int NOT NULL,
`module` varchar(100) NOT NULL,
`relcrmid` int NOT NULL,
`relmodule` varchar(100) NOT NULL,
KEY `crmid_idx` (`crmid`),
KEY `relcrmid_idx` (`relcrmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (3,'Cases',8,'Calendar'),(3,'Cases',9,'Calendar'),(3,'Cases',10,'Resolutions'),(2,'Contacts',13,'Calendar'),(3,'Cases',16,'Calendar'),(3,'Cases',17,'Calendar'),(3,'Cases',18,'Calendar'),(2,'Contacts',20,'Calendar'),(2,'Contacts',21,'Calendar'),(3,'Cases',26,'Calendar'),(28,'Contacts',29,'Cases'),(29,'Cases',30,'Resolutions'),(29,'Cases',34,'Calendar'),(39,'Cases',40,'Resolutions'),(35,'Contacts',41,'Calendar'),(39,'Cases',42,'Calendar'),(44,'Cases',45,'Resolutions'),(44,'Cases',46,'Calendar'),(48,'Cases',49,'Resolutions'),(50,'Cases',51,'Resolutions'),(50,'Cases',53,'Calendar'),(54,'Cases',55,'Resolutions'),(54,'Cases',56,'Calendar');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_crmsetup` (
`userid` int DEFAULT NULL,
`setup_status` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(5,1),(6,1),(8,1),(7,1),(9,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cron_task` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`handler_file` varchar(100) DEFAULT NULL,
`frequency` int DEFAULT NULL,
`laststart` int unsigned DEFAULT NULL,
`lastend` int unsigned DEFAULT NULL,
`status` int DEFAULT NULL,
`module` varchar(100) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`description` text,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
UNIQUE KEY `handler_file` (`handler_file`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currencies` (
`currencyid` int NOT NULL AUTO_INCREMENT,
`currency_name` varchar(200) DEFAULT NULL,
`currency_code` varchar(50) DEFAULT NULL,
`currency_symbol` varchar(11) DEFAULT NULL,
PRIMARY KEY (`currencyid`)
) ENGINE=InnoDB AUTO_INCREMENT=139 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currencies_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency` (
`currencyid` int NOT NULL AUTO_INCREMENT,
`currency` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currencyid`),
UNIQUE KEY `currency_currency_idx` (`currency`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_decimal_separator` (
`currency_decimal_separatorid` int NOT NULL AUTO_INCREMENT,
`currency_decimal_separator` varchar(2) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_decimal_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_decimal_separator_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_pattern` (
`currency_grouping_patternid` int NOT NULL AUTO_INCREMENT,
`currency_grouping_pattern` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_grouping_patternid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_pattern_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_separator` (
`currency_grouping_separatorid` int NOT NULL AUTO_INCREMENT,
`currency_grouping_separator` varchar(2) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_grouping_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_grouping_separator_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_info` (
`id` int NOT NULL AUTO_INCREMENT,
`currency_name` varchar(100) DEFAULT NULL,
`currency_code` varchar(100) DEFAULT NULL,
`currency_symbol` varchar(30) DEFAULT NULL,
`conversion_rate` decimal(12,5) DEFAULT NULL,
`currency_status` varchar(25) DEFAULT NULL,
`defaultid` varchar(10) NOT NULL DEFAULT '0',
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_info_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (1);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_symbol_placement` (
`currency_symbol_placementid` int NOT NULL AUTO_INCREMENT,
`currency_symbol_placement` varchar(30) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`currency_symbol_placementid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_currency_symbol_placement_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customaction` (
`cvid` int NOT NULL,
`subject` varchar(250) NOT NULL,
`module` varchar(50) NOT NULL,
`content` text,
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_0900_ai_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_customerdetails`
--
DROP TABLE IF EXISTS `vtiger_customerdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerdetails` (
`customerid` int NOT NULL,
`portal` varchar(3) 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_0900_ai_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 */;
INSERT INTO `vtiger_customerdetails` VALUES (2,'0',NULL,NULL),(28,'0','2025-11-17','2026-11-17'),(35,'0','2025-11-17','2026-11-17'),(36,'0','2025-11-17','2026-11-17'),(37,'0','2025-11-17','2026-11-17'),(38,'0','2025-11-17','2026-11-17');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_fields` (
`tabid` int NOT NULL,
`fieldinfo` text,
`records_visible` int DEFAULT NULL,
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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),(32,'{\"servicename\":1}',1),(36,'{\"subject\":1,\"assigned_user_id\":1}',NULL),(42,'{\"product\":1,\"assigned_user_id\":1,\"serialnumber\":1,\"datesold\":1,\"dateinservice\":1,\"assetstatus\":1,\"assetname\":1,\"account\":1}',1),(43,'{\"projectmilestonename\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(44,'{\"projecttaskname\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(45,'{\"projectname\":1,\"assigned_user_id\":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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_prefs` (
`tabid` int NOT NULL,
`prefkey` varchar(100) NOT NULL,
`prefvalue` int DEFAULT NULL,
PRIMARY KEY (`tabid`,`prefkey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(32,'showrelatedinfo',1),(42,'showrelatedinfo',1),(43,'showrelatedinfo',1),(44,'showrelatedinfo',1),(45,'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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_relatedmoduleinfo` (
`tabid` int NOT NULL,
`relatedmodules` text,
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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}]'),(32,'[{\"name\":\"History\",\"value\":1}]'),(36,'[{\"name\":\"History\",\"value\":1}]'),(42,'[{\"name\":\"History\",\"value\":1}]'),(43,'[{\"name\":\"History\",\"value\":1}]'),(44,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1}]'),(45,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1},{\"name\":\"ProjectTask\",\"value\":1},{\"name\":\"ProjectMilestone\",\"value\":1},{\"name\":\"Documents\",\"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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_settings` (
`id` int DEFAULT NULL,
`url` varchar(250) DEFAULT NULL,
`default_assignee` int DEFAULT NULL,
`support_notification` int DEFAULT NULL,
`announcement` text,
`shortcuts` text,
`widgets` text,
`charts` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customerportal_tabs` (
`tabid` int NOT NULL,
`visible` int DEFAULT '1',
`sequence` int 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_0900_ai_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),(32,1,7,0,0),(36,1,25,0,0),(42,1,11,0,1),(43,1,12,0,0),(44,1,13,0,0),(45,1,14,0,0);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customview` (
`cvid` int NOT NULL,
`viewname` varchar(100) NOT NULL,
`setdefault` int DEFAULT '0',
`setmetrics` int DEFAULT '0',
`entitytype` varchar(25) NOT NULL,
`status` int DEFAULT '1',
`userid` int 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_0900_ai_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,'Services',0,1),(39,'All',1,0,'PBXManager',0,1),(40,'All',1,0,'ServiceContracts',0,1),(41,'All',0,0,'ModComments',0,1),(42,'All',0,0,'SMSNotifier',0,1),(43,'All',1,0,'Assets',0,1),(47,'All',1,0,'ProjectMilestone',0,1),(48,'All',1,0,'ProjectTask',0,1),(49,'All',1,0,'Project',0,1),(50,'All',1,0,'Cases',0,1),(51,'All',1,0,'Resolutions',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_customview_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (51);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cv2group` (
`cvid` int NOT NULL,
`groupid` int 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=utf8mb3;
/*!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_cv2role`
--
DROP TABLE IF EXISTS `vtiger_cv2role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cv2role` (
`cvid` int NOT NULL,
`roleid` varchar(255) NOT NULL,
KEY `vtiger_cv2role_ibfk_1` (`cvid`),
KEY `vtiger_role_ibfk_1` (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cv2role`
--
LOCK TABLES `vtiger_cv2role` WRITE;
/*!40000 ALTER TABLE `vtiger_cv2role` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cv2role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cv2rs`
--
DROP TABLE IF EXISTS `vtiger_cv2rs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cv2rs` (
`cvid` int NOT NULL,
`rsid` varchar(255) NOT NULL,
KEY `vtiger_cv2role_ibfk_1` (`cvid`),
KEY `vtiger_rolesd_ibfk_1` (`rsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_cv2rs`
--
LOCK TABLES `vtiger_cv2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_cv2rs` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cv2rs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_cv2users`
--
DROP TABLE IF EXISTS `vtiger_cv2users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cv2users` (
`cvid` int NOT NULL,
`userid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvadvfilter` (
`cvid` int NOT NULL,
`columnindex` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`comparator` varchar(20) DEFAULT NULL,
`value` varchar(512) DEFAULT NULL,
`groupid` int DEFAULT '1',
`column_condition` varchar(255) 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_0900_ai_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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvadvfilter_grouping` (
`groupid` int NOT NULL,
`cvid` int NOT NULL,
`group_condition` varchar(255) DEFAULT NULL,
`condition_expression` text,
PRIMARY KEY (`groupid`,`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,'','');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvcolumnlist` (
`cvid` int NOT NULL,
`columnindex` int NOT NULL,
`columnname` varchar(250) 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_0900_ai_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,1,'vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(7,2,'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V'),(7,3,'vtiger_contactdetails:title:title:Contacts_Title:V'),(7,4,'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:V'),(7,5,'vtiger_contactdetails:email:email:Contacts_Email:V'),(7,6,'vtiger_contactdetails:phone:phone:Contacts_Office_Phone:V'),(7,7,'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),(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,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_service:servicename:servicename:Services_Service_Name:V'),(38,2,'vtiger_service:service_usageunit:service_usageunit:Services_Usage_Unit:V'),(38,3,'vtiger_service:unit_price:unit_price:Services_Price:N'),(38,4,'vtiger_service:qty_per_unit:qty_per_unit:Services_No_of_Units:N'),(38,5,'vtiger_service:servicecategory:servicecategory:Services_Service_Category:V'),(38,6,'vtiger_crmentity:smownerid:assigned_user_id:Services_Owner:I'),(39,0,'vtiger_pbxmanager:callstatus:callstatus:PBXManager_Call_Status:V'),(39,1,'vtiger_pbxmanager:customernumber:customernumber:PBXManager_Customer_Number:V'),(39,2,'vtiger_pbxmanager:customer:customer:PBXManager_Customer:V'),(39,3,'vtiger_pbxmanager:user:user:PBXManager_User:V'),(39,4,'vtiger_pbxmanager:recordingurl:recordingurl:PBXManager_Recording_URL:V'),(39,5,'vtiger_pbxmanager:totalduration:totalduration:PBXManager_Total_Duration:I'),(39,6,'vtiger_pbxmanager:starttime:starttime:PBXManager_Start_Time:DT'),(40,1,'vtiger_servicecontracts:subject:subject:ServiceContracts_Subject:V'),(40,2,'vtiger_servicecontracts:sc_related_to:sc_related_to:ServiceContracts_Related_to:V'),(40,3,'vtiger_crmentity:smownerid:assigned_user_id:ServiceContracts_Assigned_To:V'),(40,4,'vtiger_servicecontracts:start_date:start_date:ServiceContracts_Start_Date:D'),(40,5,'vtiger_servicecontracts:due_date:due_date:ServiceContracts_Due_date:D'),(40,7,'vtiger_servicecontracts:progress:progress:ServiceContracts_Progress:N'),(40,8,'vtiger_servicecontracts:contract_status:contract_status:ServiceContracts_Status:V'),(41,0,'vtiger_modcomments:commentcontent:commentcontent:ModComments_Comment:V'),(41,1,'vtiger_modcomments:related_to:related_to:ModComments_Related_To:V'),(41,2,'vtiger_crmentity:modifiedtime:modifiedtime:ModComments_Modified_Time:DT'),(41,3,'vtiger_crmentity:smownerid:assigned_user_id:ModComments_Assigned_To:V'),(42,0,'vtiger_smsnotifier:message:message:SMSNotifier_message:V'),(42,2,'vtiger_crmentity:smownerid:assigned_user_id:SMSNotifier_Assigned_To:V'),(42,3,'vtiger_crmentity:createdtime:createdtime:SMSNotifier_Created_Time:DT'),(42,4,'vtiger_crmentity:modifiedtime:modifiedtime:SMSNotifier_Modified_Time:DT'),(43,1,'vtiger_assets:assetname:assetname:Assets_Asset_Name:V'),(43,2,'vtiger_assets:account:account:Assets_Customer_Name:V'),(43,3,'vtiger_assets:product:product:Assets_Product_Name: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_cases:case_no:case_no:Cases_Case_No:V'),(50,1,'vtiger_cases:case_title:case_title:Cases_Case_Title:V'),(50,2,'vtiger_cases:related_to:related_to:Cases_Case_Member:V'),(50,3,'vtiger_cases:case_details:case_details:Cases_Case_Details:V'),(50,4,'vtiger_cases:case_status:case_status:Cases_Case_Status:V'),(50,5,'vtiger_crmentity:createdtime:createdtime:Cases_Created_Time:DT'),(50,6,'vtiger_crmentity:modifiedtime:modifiedtime:Cases_Modified_Time:DT'),(51,1,'vtiger_resolutions:resolution_no:resolution_no:Resolutions_Resolution_No:V'),(51,2,'vtiger_resolutions:related_to:related_to:Resolutions_Case_No:V'),(51,3,'vtiger_resolutions:resolution_details:resolution_details:Resolutions_Resolution_Details:V'),(51,4,'vtiger_resolutions:resolution_status:resolution_status:Resolutions_Resolution_Status:V'),(51,5,'vtiger_crmentity:smownerid:assigned_user_id:Resolutions_Assigned_To:V'),(51,6,'vtiger_crmentity:createdtime:createdtime:Resolutions_Created_Time:DT'),(51,7,'vtiger_crmentity:modifiedtime:modifiedtime:Resolutions_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cvstdfilter` (
`cvid` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`stdfilter` varchar(250) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_dashboard_tabs` (
`id` int NOT NULL AUTO_INCREMENT,
`tabname` varchar(50) DEFAULT NULL,
`isdefault` int DEFAULT '0',
`sequence` int DEFAULT '2',
`appname` varchar(20) DEFAULT NULL,
`modulename` varchar(50) DEFAULT NULL,
`userid` int 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=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (1,'Default',0,2,NULL,NULL,1),(2,'My Dashboard',1,1,'','',1),(3,'My Dashboard',1,1,'','',5),(5,'My Dashboard',1,1,'','',6),(10,'My Dashboard',1,1,'','',7),(11,'My Dashboard',1,1,'','',8),(16,'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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_grp2grp` (
`shareid` int NOT NULL,
`share_groupid` int DEFAULT NULL,
`to_groupid` int DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_grp2role` (
`shareid` int NOT NULL,
`share_groupid` int DEFAULT NULL,
`to_roleid` varchar(255) DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_grp2rs` (
`shareid` int NOT NULL,
`share_groupid` int DEFAULT NULL,
`to_roleandsubid` varchar(255) DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_module_rel` (
`shareid` int NOT NULL,
`tabid` int NOT NULL,
`relationtype` varchar(200) 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_0900_ai_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 */;
INSERT INTO `vtiger_datashare_module_rel` VALUES (4,50,'ROLE::ROLE'),(5,50,'ROLE::ROLE'),(6,50,'ROLE::ROLE'),(7,50,'ROLE::ROLE'),(8,50,'ROLE::ROLE'),(9,38,'ROLE::ROLE'),(10,38,'ROLE::ROLE'),(11,38,'ROLE::ROLE'),(12,38,'ROLE::ROLE'),(13,38,'ROLE::ROLE'),(14,8,'ROLE::ROLE'),(15,8,'ROLE::ROLE'),(16,8,'ROLE::ROLE'),(17,8,'ROLE::ROLE'),(18,8,'ROLE::ROLE'),(19,4,'ROLE::ROLE'),(20,4,'ROLE::ROLE'),(21,4,'ROLE::ROLE'),(22,4,'ROLE::ROLE'),(23,4,'ROLE::ROLE'),(24,9,'ROLE::ROLE'),(25,9,'ROLE::ROLE'),(26,9,'ROLE::ROLE'),(27,9,'ROLE::ROLE'),(28,9,'ROLE::ROLE');
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_datashare_module_rel_seq`
--
DROP TABLE IF EXISTS `vtiger_datashare_module_rel_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_module_rel_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_datashare_module_rel_seq`
--
LOCK TABLES `vtiger_datashare_module_rel_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel_seq` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_module_rel_seq` VALUES (28);
/*!40000 ALTER TABLE `vtiger_datashare_module_rel_seq` 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_relatedmodule_permission` (
`shareid` int NOT NULL,
`datashare_relatedmodule_id` int NOT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`shareid`,`datashare_relatedmodule_id`),
KEY `datashare_relatedmodule_permission_shareid_permissions_idx` (`shareid`,`permission`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_relatedmodules` (
`datashare_relatedmodule_id` int NOT NULL,
`tabid` int DEFAULT NULL,
`relatedto_tabid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_relatedmodules_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_role2group` (
`shareid` int NOT NULL,
`share_roleid` varchar(255) DEFAULT NULL,
`to_groupid` int DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_role2role` (
`shareid` int NOT NULL,
`share_roleid` varchar(255) DEFAULT NULL,
`to_roleid` varchar(255) DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
INSERT INTO `vtiger_datashare_role2role` VALUES (4,'H6','H6',1),(5,'H7','H7',1),(6,'H8','H8',1),(7,'H9','H9',1),(8,'H11','H11',1),(9,'H6','H6',1),(10,'H7','H7',1),(11,'H8','H8',1),(12,'H9','H9',1),(13,'H11','H11',1),(14,'H6','H6',1),(15,'H7','H7',1),(16,'H8','H8',1),(17,'H9','H9',1),(18,'H11','H11',1),(19,'H6','H6',1),(20,'H7','H7',1),(21,'H8','H8',1),(22,'H9','H9',1),(23,'H11','H11',1),(24,'H6','H6',1),(25,'H7','H7',1),(26,'H8','H8',1),(27,'H9','H9',1),(28,'H11','H11',1);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_role2rs` (
`shareid` int NOT NULL,
`share_roleid` varchar(255) DEFAULT NULL,
`to_roleandsubid` varchar(255) DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_rs2grp` (
`shareid` int NOT NULL,
`share_roleandsubid` varchar(255) DEFAULT NULL,
`to_groupid` int DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_rs2role` (
`shareid` int NOT NULL,
`share_roleandsubid` varchar(255) DEFAULT NULL,
`to_roleid` varchar(255) DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_datashare_rs2rs` (
`shareid` int NOT NULL,
`share_roleandsubid` varchar(255) DEFAULT NULL,
`to_roleandsubid` varchar(255) DEFAULT NULL,
`permission` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_date_format` (
`date_formatid` int NOT NULL AUTO_INCREMENT,
`date_format` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`date_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_date_format_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_dayoftheweek` (
`dayoftheweekid` int NOT NULL AUTO_INCREMENT,
`dayoftheweek` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`dayoftheweekid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_dayoftheweek_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_def_org_field` (
`tabid` int DEFAULT NULL,
`fieldid` int NOT NULL,
`visible` int DEFAULT NULL,
`readonly` int 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_0900_ai_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),(29,475,0,0),(29,479,0,0),(29,480,0,0),(29,481,0,0),(29,482,0,0),(29,489,0,0),(29,490,0,0),(29,491,0,0),(29,492,0,0),(29,493,0,0),(29,494,0,0),(29,495,0,0),(29,496,0,0),(29,497,0,0),(29,498,0,0),(29,499,0,0),(29,504,0,0),(29,505,0,0),(29,506,0,0),(29,507,0,0),(29,510,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),(32,526,0,0),(32,527,0,0),(32,528,0,0),(32,529,0,0),(32,530,0,0),(32,531,0,0),(32,532,0,0),(32,533,0,0),(32,534,0,0),(32,535,0,0),(32,536,0,0),(32,537,0,0),(32,538,0,0),(32,539,0,0),(32,540,0,0),(32,541,0,0),(32,542,0,0),(32,543,0,0),(32,544,0,0),(32,545,0,0),(32,546,0,0),(32,547,0,0),(34,548,0,0),(34,549,0,0),(34,550,0,0),(34,551,0,0),(34,552,0,0),(34,553,0,0),(34,554,0,0),(34,555,0,0),(34,556,0,0),(34,557,0,0),(34,558,0,0),(34,559,0,0),(34,560,0,0),(34,561,0,0),(34,562,0,0),(34,563,0,0),(34,564,0,0),(29,565,0,0),(36,566,0,0),(36,567,0,0),(36,568,0,0),(36,569,0,0),(36,570,0,0),(36,571,0,0),(36,572,0,0),(36,573,0,0),(36,574,0,0),(36,575,0,0),(36,576,0,0),(36,577,0,0),(36,578,0,0),(36,579,0,0),(36,580,0,0),(36,581,0,0),(36,582,0,0),(36,583,0,0),(36,584,0,0),(36,585,0,0),(36,586,0,0),(36,587,0,0),(38,588,0,0),(38,589,0,0),(38,590,0,0),(38,591,0,0),(38,592,0,0),(38,593,0,0),(38,594,0,0),(38,595,0,0),(41,596,0,0),(41,597,0,0),(41,598,0,0),(41,599,0,0),(41,600,0,0),(41,601,0,0),(42,602,0,0),(42,603,0,0),(42,604,0,0),(42,605,0,0),(42,606,0,0),(42,607,0,0),(42,608,0,0),(42,609,0,0),(42,610,0,0),(42,611,0,0),(42,612,0,0),(42,613,0,0),(42,614,0,0),(42,615,0,0),(42,616,0,0),(42,617,0,0),(42,618,0,0),(42,619,0,0),(42,620,0,0),(42,621,0,0),(42,622,0,0),(43,623,0,0),(43,624,0,0),(43,625,0,0),(43,626,0,0),(43,627,0,0),(43,628,0,0),(43,629,0,0),(43,630,0,0),(43,631,0,0),(43,632,0,0),(43,633,0,0),(43,634,0,0),(43,635,0,0),(44,636,0,0),(44,637,0,0),(44,638,0,0),(44,639,0,0),(44,640,0,0),(44,641,0,0),(44,642,0,0),(44,643,0,0),(44,644,0,0),(44,645,0,0),(44,646,0,0),(44,647,0,0),(44,648,0,0),(44,649,0,0),(44,650,0,0),(44,651,0,0),(44,652,0,0),(44,653,0,0),(45,654,0,0),(45,655,0,0),(45,656,0,0),(45,657,0,0),(45,658,0,0),(45,659,0,0),(45,660,0,0),(45,661,0,0),(45,662,0,0),(45,663,0,0),(45,664,0,0),(45,665,0,0),(45,666,0,0),(45,667,0,0),(45,668,0,0),(45,669,0,0),(45,670,0,0),(45,671,0,0),(45,672,0,0),(45,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),(44,713,0,0),(38,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),(38,733,0,0),(38,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),(32,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),(38,786,0,0),(38,787,0,0),(38,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),(45,848,0,0),(45,849,0,0),(29,850,0,0),(22,851,0,0),(29,852,0,0),(50,853,0,0),(50,854,0,0),(50,855,0,0),(50,856,0,0),(50,857,0,0),(50,858,0,0),(50,859,0,0),(51,860,0,0),(51,861,0,0),(51,862,0,0),(51,863,0,0),(51,864,0,0),(51,865,0,0),(51,866,0,0),(16,867,0,0),(9,868,0,0),(16,869,0,0),(50,870,0,0),(50,872,0,0),(NULL,873,0,0),(NULL,874,0,0),(50,875,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_def_org_share` (
`ruleid` int NOT NULL AUTO_INCREMENT,
`tabid` int NOT NULL,
`permission` int DEFAULT NULL,
`editstatus` int 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=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,3,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,3,0),(14,14,2,0),(15,32,2,0),(16,34,3,0),(17,36,2,0),(18,38,3,0),(19,41,2,0),(20,42,2,0),(21,43,2,0),(22,44,2,0),(23,45,2,0),(24,18,2,0),(25,10,3,0),(26,50,3,0),(27,51,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_def_org_share_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (27);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_default_record_view` (
`default_record_viewid` int NOT NULL AUTO_INCREMENT,
`default_record_view` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`default_record_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_default_record_view_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultactivitytype` (
`defaultactivitytypeid` int NOT NULL AUTO_INCREMENT,
`defaultactivitytype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`defaultactivitytypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultactivitytype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultcalendarview` (
`defaultcalendarviewid` int NOT NULL AUTO_INCREMENT,
`defaultcalendarview` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`defaultcalendarviewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultcalendarview_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultcv` (
`tabid` int NOT NULL,
`defaultviewname` varchar(50) NOT NULL,
`query` text,
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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaulteventstatus` (
`defaulteventstatusid` int NOT NULL AUTO_INCREMENT,
`defaulteventstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
PRIMARY KEY (`defaulteventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaulteventstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultlandingpage` (
`defaultlandingpageid` int NOT NULL AUTO_INCREMENT,
`defaultlandingpage` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`defaultlandingpageid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_defaultlandingpage_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_duration_minutes` (
`minutesid` int NOT NULL AUTO_INCREMENT,
`duration_minutes` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`minutesid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_duration_minutes_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_durationhrs` (
`hrsid` int NOT NULL AUTO_INCREMENT,
`hrs` varchar(50) DEFAULT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`hrsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_durationmins` (
`minsid` int NOT NULL AUTO_INCREMENT,
`mins` varchar(50) DEFAULT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`minsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_email_access` (
`crmid` int DEFAULT NULL,
`mailid` int DEFAULT NULL,
`accessdate` date DEFAULT NULL,
`accesstime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_email_track` (
`crmid` int DEFAULT NULL,
`mailid` int DEFAULT NULL,
`access_count` int DEFAULT NULL,
`click_count` int NOT NULL DEFAULT '0',
UNIQUE KEY `link_tabidtype_idx` (`crmid`,`mailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emaildetails` (
`emailid` int NOT NULL,
`from_email` varchar(50) NOT NULL DEFAULT '',
`to_email` text NOT NULL,
`cc_email` text NOT NULL,
`bcc_email` text NOT NULL,
`assigned_user_email` varchar(50) NOT NULL DEFAULT '',
`idlists` text NOT NULL,
`email_flag` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`emailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emails_recipientprefs` (
`id` int NOT NULL AUTO_INCREMENT,
`tabid` int NOT NULL,
`prefs` varchar(255) DEFAULT NULL,
`userid` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emailslookup` (
`crmid` int DEFAULT NULL,
`setype` varchar(100) DEFAULT NULL,
`value` varchar(100) DEFAULT NULL,
`fieldid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emailtemplates` (
`foldername` varchar(100) DEFAULT NULL,
`templatename` varchar(100) DEFAULT NULL,
`templatepath` varchar(100) DEFAULT NULL,
`subject` varchar(255) DEFAULT NULL,
`description` text,
`body` text,
`deleted` int NOT NULL DEFAULT '0',
`templateid` int NOT NULL AUTO_INCREMENT,
`systemtemplate` int NOT NULL DEFAULT '0',
`module` varchar(100) DEFAULT NULL,
PRIMARY KEY (`templateid`),
KEY `emailtemplates_foldernamd_templatename_subject_idx` (`foldername`,`templatename`,`subject`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_emailtemplates_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_entityname` (
`tabid` int NOT NULL DEFAULT '0',
`modulename` varchar(100) DEFAULT NULL,
`tablename` varchar(100) NOT NULL,
`fieldname` varchar(150) NOT NULL,
`entityidfield` varchar(150) NOT NULL,
`entityidcolumn` varchar(150) 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_0900_ai_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'),(32,'Services','vtiger_service','servicename','serviceid','serviceid'),(34,'PBXManager','vtiger_pbxmanager','customernumber','pbxmanagerid','pbxmanagerid'),(36,'ServiceContracts','vtiger_servicecontracts','subject','servicecontractsid','servicecontractsid'),(38,'ModComments','vtiger_modcomments','commentcontent','modcommentsid','modcommentsid'),(41,'SMSNotifier','vtiger_smsnotifier','message','smsnotifierid','smsnotifierid'),(42,'Assets','vtiger_assets','assetname','assetsid','assetsid'),(43,'ProjectMilestone','vtiger_projectmilestone','projectmilestonename','projectmilestoneid','projectmilestoneid'),(44,'ProjectTask','vtiger_projecttask','projecttaskname','projecttaskid','projecttaskid'),(45,'Project','vtiger_project','projectname','projectid','projectid'),(50,'Cases','vtiger_cases','case_no','casesid','casesid'),(51,'Resolutions','vtiger_resolutions','resolution_no','resolutionsid','resolutionsid');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandler_module` (
`eventhandler_module_id` int NOT NULL AUTO_INCREMENT,
`module_name` varchar(100) DEFAULT NULL,
`handler_class` varchar(100) DEFAULT NULL,
PRIMARY KEY (`eventhandler_module_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,'ModTracker','ModTrackerHandler'),(2,'ServiceContracts','ServiceContractsHandler'),(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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandler_module_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandlers` (
`eventhandler_id` int NOT NULL AUTO_INCREMENT,
`event_name` varchar(100) NOT NULL,
`handler_path` varchar(400) NOT NULL,
`handler_class` varchar(100) NOT NULL,
`cond` text NOT NULL,
`is_active` int NOT NULL,
`dependent_on` varchar(255) 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_0900_ai_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.aftersave','modules/WSAPP/WorkFlowHandlers/WSAPPAssignToTracker.php','WSAPPAssignToTracker','',1,'[\"VTEntityDelta\"]'),(8,'vtiger.entity.aftersave.final','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(9,'vtiger.entity.beforedelete','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(10,'vtiger.entity.afterrestore','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(11,'vtiger.entity.aftersave','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[\"VTEntityDelta\"]'),(12,'vtiger.entity.afterdelete','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(13,'vtiger.entity.afterrestore','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(14,'vtiger.batchevent.save','modules/PBXManager/PBXManagerHandler.php','PBXManagerBatchHandler','',1,'[]'),(15,'vtiger.batchevent.delete','modules/PBXManager/PBXManagerHandler.php','PBXManagerBatchHandler','',1,'[]'),(16,'vtiger.lead.convertlead','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(17,'vtiger.entity.beforesave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',1,'[]'),(18,'vtiger.entity.aftersave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',1,'[]'),(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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventhandlers_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventstatus` (
`eventstatusid` int NOT NULL AUTO_INCREMENT,
`eventstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`eventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_eventstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_expectedresponse` (
`expectedresponseid` int NOT NULL AUTO_INCREMENT,
`expectedresponse` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`expectedresponseid`),
UNIQUE KEY `CampaignExpRes_UK01` (`expectedresponse`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_expectedresponse_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_extnstore_users` (
`id` int 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 NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faq` (
`id` int NOT NULL AUTO_INCREMENT,
`faq_no` varchar(100) NOT NULL,
`product_id` varchar(100) DEFAULT NULL,
`question` text NOT NULL,
`answer` text,
`category` varchar(200) NOT NULL,
`status` varchar(200) NOT NULL,
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcategories` (
`faqcategories_id` int NOT NULL AUTO_INCREMENT,
`faqcategories` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`faqcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcategories_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcf` (
`faqid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqcomments` (
`commentid` int NOT NULL AUTO_INCREMENT,
`faqid` int DEFAULT NULL,
`comments` text,
`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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqstatus` (
`faqstatus_id` int NOT NULL AUTO_INCREMENT,
`faqstatus` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`faqstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_faqstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_feedback` (
`userid` int DEFAULT NULL,
`dontshow` varchar(19) DEFAULT 'false'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_field` (
`tabid` int NOT NULL,
`fieldid` int NOT NULL AUTO_INCREMENT,
`columnname` varchar(30) NOT NULL,
`tablename` varchar(100) DEFAULT NULL,
`generatedtype` int NOT NULL DEFAULT '0',
`uitype` varchar(30) NOT NULL,
`fieldname` varchar(50) NOT NULL,
`fieldlabel` varchar(50) NOT NULL,
`readonly` int NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`defaultvalue` text,
`maximumlength` int DEFAULT NULL,
`sequence` int DEFAULT NULL,
`block` int DEFAULT NULL,
`displaytype` int DEFAULT NULL,
`typeofdata` varchar(100) DEFAULT NULL,
`quickcreate` int NOT NULL DEFAULT '1',
`quickcreatesequence` int DEFAULT NULL,
`info_type` varchar(20) DEFAULT NULL,
`masseditable` int NOT NULL DEFAULT '1',
`helpinfo` text,
`summaryfield` int NOT NULL DEFAULT '0',
`headerfield` int 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=876 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,2,'',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,2,'',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,2,'',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,2,'',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 Out',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,2,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,3,4,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(4,69,'phone','vtiger_contactdetails',1,'11','phone','Office Phone',1,2,'',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,4,4,1,'V~M',0,2,'BAS',1,NULL,1,0,0),(4,71,'mobile','vtiger_contactdetails',1,'11','mobile','Mobile',1,2,'',100,7,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,6,4,1,'I~O',2,3,'BAS',1,NULL,1,0,0),(4,73,'homephone','vtiger_contactsubdetails',1,'11','homephone','Home Phone',1,2,'',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,8,4,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,75,'otherphone','vtiger_contactsubdetails',1,'11','otherphone','Other Phone',1,2,'',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,10,4,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(4,77,'fax','vtiger_contactdetails',1,'11','fax','Fax',1,2,'',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,12,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,79,'birthday','vtiger_contactsubdetails',1,'5','birthday','Birthdate',1,2,'',100,16,4,1,'D~O',1,NULL,'ADV',1,NULL,0,0,0),(4,80,'email','vtiger_contactdetails',1,'13','email','Email',1,2,'',100,15,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,18,4,1,'V~O',1,NULL,'ADV',0,NULL,0,0,0),(4,82,'assistant','vtiger_contactsubdetails',1,'1','assistant','Assistant',1,2,'',100,17,4,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,83,'secondaryemail','vtiger_contactdetails',1,'13','secondaryemail','Secondary Email',1,2,'',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,2,'',100,19,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,22,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,21,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,24,4,1,'V~M',0,6,'BAS',1,NULL,1,0,0),(4,88,'reference','vtiger_contactdetails',1,'56','reference','Reference',1,2,'',10,23,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,26,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,25,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,27,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',0,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~O',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,'V~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,2,'',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,2,'',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,2,'',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,2,'',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,0,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,0,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',1,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,0,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,2,61,1,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(22,392,'customerno','vtiger_salesorder',1,'1','customerno','Customer No',1,2,'',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,2,'',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,2,'',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','Due 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,2,'',100,9,61,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(22,398,'pending','vtiger_salesorder',1,'1','pending','Pending',1,2,'',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,2,'',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,2,'',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,2,'',100,2,63,1,'V~M',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',100,2,69,1,'V~M',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,2,'',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,2,'',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,2,'',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,2,'',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,2,'',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),(32,526,'servicename','vtiger_service',1,'2','servicename','Service Name',1,0,'',100,1,88,1,'V~M',0,1,'BAS',1,'',1,0,0),(32,527,'service_no','vtiger_service',1,'4','service_no','Service No',1,0,'',100,2,88,1,'V~O',3,0,'BAS',0,'',1,0,0),(32,528,'discontinued','vtiger_service',1,'56','discontinued','Service Active',1,2,'1',100,4,88,1,'V~O',2,3,'BAS',1,'',0,0,0),(32,529,'sales_start_date','vtiger_service',1,'5','sales_start_date','Sales Start Date',1,2,'',100,9,88,1,'D~O',1,0,'BAS',1,'',0,0,0),(32,530,'sales_end_date','vtiger_service',1,'5','sales_end_date','Sales End Date',1,2,'',100,10,88,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,0,'BAS',1,'',0,0,0),(32,531,'start_date','vtiger_service',1,'5','start_date','Support Start Date',1,2,'',100,11,88,1,'D~O',1,0,'BAS',1,'',0,0,0),(32,532,'expiry_date','vtiger_service',1,'5','expiry_date','Support Expiry Date',1,2,'',100,12,88,1,'D~O~OTH~GE~start_date~Start Date',1,0,'BAS',1,'',0,0,0),(32,533,'website','vtiger_service',1,'17','website','Website',1,2,'',100,6,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,534,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,13,88,2,'DT~O',3,0,'BAS',0,'',0,0,0),(32,535,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,14,88,2,'DT~O',3,0,'BAS',0,'',0,0,0),(32,536,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,88,3,'V~O',3,0,'BAS',0,'',0,0,0),(32,537,'service_usageunit','vtiger_service',1,'15','service_usageunit','Usage Unit',1,2,'',100,3,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,538,'qty_per_unit','vtiger_service',1,'1','qty_per_unit','No of Units',1,2,'',100,5,88,1,'N~O',1,0,'BAS',1,'',1,0,0),(32,539,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Owner',1,0,'',100,8,88,1,'I~O',1,0,'BAS',1,'',0,0,0),(32,540,'servicecategory','vtiger_service',1,'15','servicecategory','Service Category',1,2,'',100,7,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,541,'unit_price','vtiger_service',1,'72','unit_price','Price',1,0,'',100,1,89,1,'N~O',2,2,'BAS',0,'',1,0,0),(32,542,'taxclass','vtiger_service',1,'83','taxclass','Taxes',1,2,'',100,4,89,1,'V~O',2,0,'BAS',1,'',0,0,0),(32,543,'commissionrate','vtiger_service',1,'9','commissionrate','Commission Rate',1,2,'',100,2,89,1,'N~O',1,0,'BAS',1,'',1,0,0),(32,544,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,91,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,545,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,88,2,'V~O',3,4,'BAS',0,'',0,0,0),(32,546,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,88,6,'C~O',3,5,'BAS',0,'',0,0,0),(32,547,'tags','vtiger_service',1,'1','tags','tags',1,2,'',100,19,88,6,'V~O',3,6,'BAS',0,'',0,0,0),(34,548,'direction','vtiger_pbxmanager',1,'1','direction','Direction',1,2,'',100,1,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,549,'callstatus','vtiger_pbxmanager',1,'1','callstatus','Call Status',1,2,'',100,2,92,1,'V~O',1,0,'BAS',1,'',1,0,0),(34,550,'starttime','vtiger_pbxmanager',1,'70','starttime','Start Time',1,2,'',100,7,92,1,'DT~O',1,0,'BAS',1,'',1,0,0),(34,551,'endtime','vtiger_pbxmanager',1,'70','endtime','End Time',1,2,'',100,8,92,1,'DT~O',1,0,'BAS',1,'',0,0,0),(34,552,'totalduration','vtiger_pbxmanager',1,'7','totalduration','Total Duration',1,2,'',100,10,92,1,'I~O',1,0,'BAS',1,'',0,0,0),(34,553,'billduration','vtiger_pbxmanager',1,'7','billduration','Bill Duration',1,2,'',100,11,92,1,'I~O',1,0,'BAS',1,'',0,0,0),(34,554,'recordingurl','vtiger_pbxmanager',1,'17','recordingurl','Recording URL',1,2,'',100,9,92,1,'V~O',1,0,'BAS',1,'',1,0,0),(34,555,'sourceuuid','vtiger_pbxmanager',1,'1','sourceuuid','Source UUID',1,2,'',100,12,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,556,'gateway','vtiger_pbxmanager',1,'1','gateway','Gateway',1,2,'',100,13,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,557,'customer','vtiger_pbxmanager',1,'10','customer','Customer',1,2,'',100,3,92,1,'V~O',1,0,'BAS',1,'',1,0,0),(34,558,'user','vtiger_pbxmanager',1,'52','user','User',1,2,'',100,4,92,1,'V~O',1,0,'BAS',1,'',1,0,0),(34,559,'customernumber','vtiger_pbxmanager',1,'11','customernumber','Customer Number',1,2,'',100,5,92,1,'V~M',1,0,'BAS',1,'',0,0,0),(34,560,'customertype','vtiger_pbxmanager',1,'1','customertype','Customer Type',1,2,'',100,6,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,561,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,14,92,1,'V~M',1,0,'BAS',1,'',0,0,0),(34,562,'createdtime','vtiger_crmentity',1,'70','CreatedTime','Created Time',1,2,'',100,15,92,2,'DT~O',1,0,'BAS',0,'',0,0,0),(34,563,'modifiedtime','vtiger_crmentity',1,'70','ModifiedTime','Modified Time',1,2,'',100,16,92,2,'DT~O',1,0,'BAS',0,'',0,0,0),(34,564,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,92,2,'V~O',3,1,'BAS',0,'',0,0,0),(29,565,'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),(36,566,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,93,1,'V~M',2,2,'BAS',1,'',1,0,0),(36,567,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,93,2,'DT~O',3,0,'BAS',0,'',0,0,0),(36,568,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,93,2,'DT~O',3,0,'BAS',0,'',0,0,0),(36,569,'start_date','vtiger_servicecontracts',1,'5','start_date','Start Date',1,2,'',100,7,93,1,'D~O',2,4,'BAS',1,'',0,0,0),(36,570,'end_date','vtiger_servicecontracts',1,'5','end_date','End Date',1,2,'',100,11,93,2,'D~O',3,0,'BAS',0,'',0,0,0),(36,571,'sc_related_to','vtiger_servicecontracts',1,'10','sc_related_to','Related to',1,2,'',100,3,93,1,'V~O',2,6,'BAS',1,'',0,0,0),(36,572,'tracking_unit','vtiger_servicecontracts',1,'15','tracking_unit','Tracking Unit',1,2,'',100,6,93,1,'V~O',2,7,'BAS',1,'',0,0,0),(36,573,'total_units','vtiger_servicecontracts',1,'7','total_units','Total Units',1,2,'',100,8,93,1,'NN~O',2,8,'BAS',1,'',1,0,0),(36,574,'used_units','vtiger_servicecontracts',1,'7','used_units','Used Units',1,2,'',100,10,93,1,'NN~O',2,9,'BAS',1,'',1,0,0),(36,575,'subject','vtiger_servicecontracts',1,'1','subject','Subject',1,0,'',100,1,93,1,'V~M',0,1,'BAS',1,'',1,0,0),(36,576,'due_date','vtiger_servicecontracts',1,'23','due_date','Due date',1,2,'',100,9,93,1,'D~O',2,5,'BAS',1,'',0,0,0),(36,577,'planned_duration','vtiger_servicecontracts',1,'1','planned_duration','Planned Duration',1,2,'',100,13,93,2,'V~O',3,0,'BAS',0,'',0,0,0),(36,578,'actual_duration','vtiger_servicecontracts',1,'1','actual_duration','Actual Duration',1,2,'',100,15,93,2,'V~O',3,0,'BAS',0,'',0,0,0),(36,579,'contract_status','vtiger_servicecontracts',1,'15','contract_status','Status',1,2,'',100,12,93,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,580,'priority','vtiger_servicecontracts',1,'15','contract_priority','Priority',1,2,'',100,14,93,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,581,'contract_type','vtiger_servicecontracts',1,'15','contract_type','Type',1,2,'',100,5,93,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,582,'progress','vtiger_servicecontracts',1,'9','progress','Progress',1,2,'',100,16,93,2,'N~O~2~2',3,3,'BAS',0,'',0,0,0),(36,583,'contract_no','vtiger_servicecontracts',1,'4','contract_no','Contract No',1,0,'',100,2,93,1,'V~O',3,0,'BAS',0,'',1,0,0),(36,584,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,93,3,'V~O',3,0,'BAS',0,'',0,0,0),(36,585,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,19,93,2,'V~O',3,10,'BAS',0,'',0,0,0),(36,586,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,20,93,6,'C~O',3,11,'BAS',0,'',0,0,0),(36,587,'tags','vtiger_servicecontracts',1,'1','tags','tags',1,2,'',100,21,93,6,'V~O',3,12,'BAS',0,'',0,0,0),(38,588,'commentcontent','vtiger_modcomments',1,'19','commentcontent','Comment',1,0,'',100,4,95,1,'V~M',0,4,'BAS',2,'',1,0,0),(38,589,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,1,96,1,'V~M',0,1,'BAS',2,'',1,0,0),(38,590,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,96,2,'DT~O',0,2,'BAS',0,'',0,0,0),(38,591,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,96,2,'DT~O',0,3,'BAS',0,'',0,0,0),(38,592,'related_to','vtiger_modcomments',1,'10','related_to','Related To',1,2,'',100,2,96,1,'V~M',2,5,'BAS',2,'',0,0,0),(38,593,'smcreatorid','vtiger_crmentity',1,'52','creator','Creator',1,2,'',100,4,96,2,'V~O',1,0,'BAS',1,'',0,0,0),(38,594,'parent_comments','vtiger_modcomments',1,'10','parent_comments','Related To Comments',1,2,'',100,7,96,1,'V~O',1,0,'BAS',1,'',0,0,0),(38,595,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,5,95,2,'V~O',3,6,'BAS',0,'',0,0,0),(41,596,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,98,1,'V~M',1,0,'BAS',1,'',1,0,0),(41,597,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,98,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,598,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,98,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,599,'message','vtiger_smsnotifier',1,'21','message','message',1,0,'',100,1,98,1,'V~M',1,0,'BAS',1,'',1,0,0),(41,600,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,98,3,'V~O',1,0,'BAS',0,'',0,0,0),(41,601,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,98,2,'V~O',3,1,'BAS',0,'',0,0,0),(42,602,'asset_no','vtiger_assets',1,'4','asset_no','Asset No',1,0,'',100,2,101,1,'V~O',3,0,'BAS',0,'\n ',1,0,0),(42,603,'product','vtiger_assets',1,'10','product','Product Name',1,2,'',100,3,101,1,'V~M',0,3,'BAS',1,'\n ',1,0,0),(42,604,'serialnumber','vtiger_assets',1,'2','serialnumber','Serial Number',1,2,'',100,4,101,1,'V~M',0,5,'BAS',1,'\n ',0,0,0),(42,605,'datesold','vtiger_assets',1,'5','datesold','Date Sold',1,2,'',100,5,101,1,'D~M~OTH~GE~datesold~Date Sold',0,0,'BAS',1,'\n ',0,0,0),(42,606,'dateinservice','vtiger_assets',1,'5','dateinservice','Date in Service',1,2,'',100,6,101,1,'D~M~OTH~GE~dateinservice~Date in Service',0,4,'BAS',1,'\n ',0,0,0),(42,607,'assetstatus','vtiger_assets',1,'15','assetstatus','Status',1,2,'',100,7,101,1,'V~M',0,0,'BAS',1,'\n ',0,0,0),(42,608,'tagnumber','vtiger_assets',1,'2','tagnumber','Tag Number',1,2,'',100,8,101,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(42,609,'invoiceid','vtiger_assets',1,'10','invoiceid','Invoice Name',1,2,'',100,9,101,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(42,610,'shippingmethod','vtiger_assets',1,'2','shippingmethod','Shipping Method',1,2,'',100,10,101,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(42,611,'shippingtrackingnumber','vtiger_assets',1,'2','shippingtrackingnumber','Shipping Tracking Number',1,2,'',100,11,101,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(42,612,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,101,1,'V~M',0,2,'BAS',1,'\n ',0,0,0),(42,613,'assetname','vtiger_assets',1,'1','assetname','Asset Name',1,0,'',100,12,101,1,'V~M',0,6,'BAS',1,'\n ',1,0,0),(42,614,'account','vtiger_assets',1,'10','account','Customer Name',1,2,'',100,13,101,1,'V~M',0,0,'BAS',1,'\n ',1,0,0),(42,615,'contact','vtiger_assets',1,'10','contact','Contact Name',1,2,'',100,14,101,1,'V~O',0,0,'BAS',1,'\n ',0,0,0),(42,616,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,101,2,'DT~O',3,0,'BAS',0,'\n ',0,0,0),(42,617,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,101,2,'DT~O',3,0,'BAS',0,'\n ',0,0,0),(42,618,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,101,3,'V~O',3,0,'BAS',0,'\n ',0,0,0),(42,619,'description','vtiger_crmentity',1,'19','description','Notes',1,2,'',100,1,103,1,'V~O',1,0,'BAS',1,'\n ',0,0,0),(42,620,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,101,2,'V~O',3,7,'BAS',0,'',0,0,0),(42,621,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,101,6,'C~O',3,8,'BAS',0,'',0,0,0),(42,622,'tags','vtiger_assets',1,'1','tags','tags',1,2,'',100,19,101,6,'V~O',3,9,'BAS',0,'',0,0,0),(43,623,'projectmilestonename','vtiger_projectmilestone',1,'2','projectmilestonename','Project Milestone Name',1,2,'',100,1,104,1,'V~M',0,1,'BAS',1,'',1,0,0),(43,624,'projectmilestonedate','vtiger_projectmilestone',1,'5','projectmilestonedate','Milestone Date',1,2,'',100,5,104,1,'D~O',0,3,'BAS',1,'',1,0,0),(43,625,'projectid','vtiger_projectmilestone',1,'10','projectid','Related to',1,0,'',100,4,104,1,'V~M',0,4,'BAS',1,'',0,0,0),(43,626,'projectmilestonetype','vtiger_projectmilestone',1,'15','projectmilestonetype','Type',1,2,'',100,7,104,1,'V~O',1,0,'BAS',1,'',1,0,0),(43,627,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,6,104,1,'V~M',0,2,'BAS',1,'',0,0,0),(43,628,'projectmilestone_no','vtiger_projectmilestone',2,'4','projectmilestone_no','Project Milestone No',1,0,'',100,2,104,1,'V~O',3,4,'BAS',0,'',0,0,0),(43,629,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,1,105,2,'DT~O',1,0,'BAS',0,'',0,0,0),(43,630,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,2,105,2,'DT~O',1,0,'BAS',0,'',0,0,0),(43,631,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,3,105,3,'V~O',3,0,'BAS',0,'',0,0,0),(43,632,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,106,1,'V~O',1,0,'BAS',1,'',0,0,0),(43,633,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,104,2,'V~O',3,5,'BAS',0,'',0,0,0),(43,634,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,104,6,'C~O',3,6,'BAS',0,'',0,0,0),(43,635,'tags','vtiger_projectmilestone',1,'1','tags','tags',1,2,'',100,10,104,6,'V~O',3,7,'BAS',0,'',0,0,0),(44,636,'projecttaskname','vtiger_projecttask',1,'2','projecttaskname','Project Task Name',1,2,'',100,1,107,1,'V~M',0,1,'BAS',1,'',1,0,0),(44,637,'projecttasktype','vtiger_projecttask',1,'15','projecttasktype','Type',1,2,'',100,4,107,1,'V~O',1,0,'BAS',1,'',1,0,0),(44,638,'projecttaskpriority','vtiger_projecttask',1,'15','projecttaskpriority','Priority',1,2,'',100,3,107,1,'V~O',1,0,'BAS',1,'',0,0,0),(44,639,'projectid','vtiger_projecttask',1,'10','projectid','Related to',1,0,'',100,6,107,1,'V~M',0,5,'BAS',1,'',0,0,0),(44,640,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,7,107,1,'V~M',0,2,'BAS',1,'',1,0,0),(44,641,'projecttasknumber','vtiger_projecttask',1,'7','projecttasknumber','Project Task Number',1,2,'',100,5,107,1,'I~O',1,0,'BAS',1,'',0,0,0),(44,642,'projecttask_no','vtiger_projecttask',2,'4','projecttask_no','Project Task No',1,0,'',100,2,107,1,'V~O',3,4,'BAS',0,'',0,0,0),(44,643,'projecttaskprogress','vtiger_projecttask',1,'15','projecttaskprogress','Progress',1,2,'',100,1,108,1,'V~O',1,0,'BAS',1,'',1,0,0),(44,644,'projecttaskhours','vtiger_projecttask',1,'7','projecttaskhours','Worked Hours',1,2,'',100,2,108,1,'V~O',1,0,'BAS',1,'',0,0,0),(44,645,'startdate','vtiger_projecttask',1,'5','startdate','Start Date',1,2,'',100,3,108,1,'D~O',0,3,'BAS',1,'',1,0,0),(44,646,'enddate','vtiger_projecttask',1,'5','enddate','End Date',1,2,'',100,4,108,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',1,0,0),(44,647,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,108,2,'DT~O',1,0,'BAS',0,'',0,0,0),(44,648,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,108,2,'DT~O',1,0,'BAS',0,'',0,0,0),(44,649,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,108,3,'V~O',3,0,'BAS',0,'',0,0,0),(44,650,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,109,1,'V~O',1,0,'BAS',1,'',0,0,0),(44,651,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,107,2,'V~O',3,6,'BAS',0,'',0,0,0),(44,652,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,107,6,'C~O',3,7,'BAS',0,'',0,0,0),(44,653,'tags','vtiger_projecttask',1,'1','tags','tags',1,2,'',100,10,107,6,'V~O',3,8,'BAS',0,'',0,0,0),(45,654,'projectname','vtiger_project',1,'2','projectname','Project Name',1,2,'',100,1,110,1,'V~M',0,1,'BAS',1,'',1,0,0),(45,655,'startdate','vtiger_project',1,'23','startdate','Start Date',1,2,'',100,3,110,1,'D~O',0,3,'BAS',1,'',1,0,0),(45,656,'targetenddate','vtiger_project',1,'23','targetenddate','Target End Date',1,2,'',100,5,110,1,'D~O~OTH~GE~startdate~Start Date',0,4,'BAS',1,'',1,0,0),(45,657,'actualenddate','vtiger_project',1,'23','actualenddate','Actual End Date',1,2,'',100,6,110,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',0,0,0),(45,658,'projectstatus','vtiger_project',1,'15','projectstatus','Status',1,2,'',100,7,110,1,'V~O',1,0,'BAS',1,'',1,0,0),(45,659,'projecttype','vtiger_project',1,'15','projecttype','Type',1,2,'',100,8,110,1,'V~O',1,0,'BAS',1,'',1,0,0),(45,660,'linktoaccountscontacts','vtiger_project',1,'10','linktoaccountscontacts','Related to',1,2,'',100,9,110,1,'V~O',1,0,'BAS',1,'',0,1,0),(45,661,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,110,1,'V~M',0,2,'BAS',1,'',1,0,0),(45,662,'project_no','vtiger_project',2,'4','project_no','Project No',1,0,'',100,2,110,1,'V~O',3,0,'BAS',0,'',0,0,0),(45,663,'targetbudget','vtiger_project',1,'7','targetbudget','Target Budget',1,2,'',100,1,111,1,'V~O',1,0,'BAS',1,'',0,0,0),(45,664,'projecturl','vtiger_project',1,'17','projecturl','Project Url',1,2,'',100,2,111,1,'V~O',1,0,'BAS',1,'',0,0,0),(45,665,'projectpriority','vtiger_project',1,'15','projectpriority','Priority',1,2,'',100,3,111,1,'V~O',1,0,'BAS',1,'',0,0,0),(45,666,'progress','vtiger_project',1,'15','progress','Progress',1,2,'',100,4,111,1,'V~O',1,0,'BAS',1,'',0,0,0),(45,667,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,111,2,'DT~O',1,0,'BAS',0,'',0,0,0),(45,668,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,111,2,'DT~O',1,0,'BAS',0,'',0,0,0),(45,669,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,111,3,'V~O',3,0,'BAS',0,'',0,0,0),(45,670,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,112,1,'V~O',1,0,'BAS',1,'',0,0,0),(45,671,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,10,110,2,'V~O',3,5,'BAS',0,'',0,0,0),(45,672,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,11,110,6,'C~O',3,6,'BAS',0,'',0,0,0),(45,673,'tags','vtiger_project',1,'1','tags','tags',1,2,'',100,12,110,6,'V~O',3,7,'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',1,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),(44,713,'projecttaskstatus','vtiger_projecttask',1,'15','projecttaskstatus','Status',1,2,'',100,11,107,1,'V~O',0,9,'BAS',1,'',0,0,0),(38,714,'customer','vtiger_modcomments',1,'10','customer','Customer',1,2,'',100,6,95,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,29,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),(38,733,'userid','vtiger_modcomments',1,'10','userid','UserId',1,2,'',100,7,95,3,'V~O',1,0,'BAS',1,'',0,0,0),(38,734,'reasontoedit','vtiger_modcomments',1,'19','reasontoedit','ReasonToEdit',1,2,'',100,8,95,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,'V~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),(32,773,'purchase_cost','vtiger_service',1,'71','purchase_cost','Purchase Cost',1,0,'',100,5,89,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,26,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),(38,786,'is_private','vtiger_modcomments',1,'7','is_private','Is Private',1,2,'',100,9,95,1,'I~O',1,0,'BAS',1,'',0,0,0),(38,787,'filename','vtiger_modcomments',1,'61','filename','Attachment',1,0,'',100,10,95,1,'V~O',1,0,'BAS',1,'',0,0,0),(38,788,'related_email_id','vtiger_modcomments',1,'1','related_email_id','Related Email Id',1,2,'0',100,11,95,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,30,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',3,9,'BAS',0,'',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),(45,848,'isconvertedfrompotential','vtiger_project',1,'56','isconvertedfrompotential','Is Converted From Opportunity',1,2,'',100,13,110,1,'C~O',1,0,'BAS',1,'',0,0,0),(45,849,'potentialid','vtiger_project',1,'10','potentialid','Potential Name',1,2,'',100,14,110,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),(50,853,'case_no','vtiger_cases',1,'4','case_no','Case No',1,2,'',100,1,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,854,'related_to','vtiger_cases',1,'10','related_to','Case Member',1,2,'',100,2,121,1,'V~O',2,0,'BAS',1,'',1,0,0),(50,855,'case_details','vtiger_cases',1,'21','case_details','Case Details',1,2,'',100,3,121,1,'V~O',2,0,'BAS',1,'',1,0,0),(50,856,'case_status','vtiger_cases',1,'15','case_status','Case Status',1,2,'',100,4,121,1,'V~O',2,0,'BAS',1,'',1,0,0),(50,857,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,5,121,1,'V~M',1,0,'BAS',1,'',0,0,0),(50,858,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,121,2,'DT~O',1,0,'BAS',1,'',0,0,0),(50,859,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,121,2,'DT~O',1,0,'BAS',1,'',0,0,0),(51,860,'resolution_no','vtiger_resolutions',1,'4','resolution_no','Resolution No',1,2,'',100,1,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,861,'related_to','vtiger_resolutions',1,'10','related_to','Case No',1,2,'',100,2,122,1,'V~O',2,0,'BAS',1,'',0,0,0),(51,862,'resolution_details','vtiger_resolutions',1,'21','resolution_details','Resolution Details',1,2,'',100,3,122,1,'V~O',2,0,'BAS',1,'',0,0,0),(51,863,'resolution_status','vtiger_resolutions',1,'15','resolution_status','Resolution Status',1,2,'',100,4,122,1,'V~O',2,0,'BAS',1,'',0,0,0),(51,864,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,5,122,1,'V~M',1,0,'BAS',1,'',0,0,0),(51,865,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,122,2,'DT~O',1,0,'BAS',1,'',0,0,0),(51,866,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,122,2,'DT~O',1,0,'BAS',1,'',0,0,0),(9,868,'related_to_case','vtiger_activity',1,'10','related_to_case','Related Case',1,2,'',100,26,19,1,'V~O',2,0,'BAS',1,'',0,0,0),(16,869,'related_to_case','vtiger_activity',1,'10','related_to_case','Related Case',1,2,'',100,10,119,1,'V~O',2,0,'BAS',1,'',0,0,0),(50,870,'case_title','vtiger_cases',1,'2','case_title','Case Title',1,2,'',100,8,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,872,'cf_871','vtiger_casescf',2,'1','cf_871','Members',1,2,'',100,9,121,1,'V~O~LE~255',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_field_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (875);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_fieldmodulerel` (
`fieldid` int NOT NULL,
`module` varchar(100) NOT NULL,
`relmodule` varchar(100) NOT NULL,
`status` varchar(10) DEFAULT NULL,
`sequence` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(557,'PBXManager','Leads',NULL,NULL),(557,'PBXManager','Contacts',NULL,NULL),(557,'PBXManager','Accounts',NULL,NULL),(571,'ServiceContracts','Contacts',NULL,NULL),(571,'ServiceContracts','Accounts',NULL,NULL),(592,'ModComments','Leads',NULL,NULL),(592,'ModComments','Contacts',NULL,NULL),(592,'ModComments','Accounts',NULL,NULL),(594,'ModComments','ModComments',NULL,NULL),(592,'ModComments','Potentials',NULL,NULL),(603,'Assets','Products',NULL,NULL),(609,'Assets','Invoice',NULL,NULL),(614,'Assets','Accounts',NULL,NULL),(615,'Assets','Contacts',NULL,NULL),(625,'ProjectMilestone','Project',NULL,NULL),(639,'ProjectTask','Project',NULL,NULL),(592,'ModComments','ProjectTask',NULL,NULL),(660,'Project','Accounts',NULL,NULL),(660,'Project','Contacts',NULL,NULL),(592,'ModComments','Project',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),(592,'ModComments','HelpDesk',NULL,NULL),(592,'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),(592,'ModComments','Invoice',NULL,NULL),(592,'ModComments','Quotes',NULL,NULL),(592,'ModComments','PurchaseOrder',NULL,NULL),(592,'ModComments','SalesOrder',NULL,NULL),(849,'Project','Potentials',NULL,NULL),(854,'Cases','Contacts',NULL,NULL),(861,'Resolutions','Cases',NULL,NULL),(867,'Events','Cases',NULL,NULL),(868,'Calendar','Cases',NULL,NULL),(869,'Events','Cases',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_freetagged_objects` (
`tag_id` int NOT NULL DEFAULT '0',
`tagger_id` int NOT NULL DEFAULT '0',
`object_id` int NOT NULL DEFAULT '0',
`tagged_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`module` varchar(100) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_freetags` (
`id` int NOT NULL,
`tag` varchar(50) NOT NULL DEFAULT '',
`raw_tag` varchar(50) NOT NULL DEFAULT '',
`visibility` varchar(100) NOT NULL DEFAULT 'PRIVATE',
`owner` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_freetags_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_glacct` (
`glacctid` int NOT NULL AUTO_INCREMENT,
`glacct` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`glacctid`),
UNIQUE KEY `glacct_glacct_idx` (`glacct`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_glacct_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_event_calendar_mapping` (
`event_id` varchar(255) DEFAULT NULL,
`calendar_id` varchar(255) DEFAULT NULL,
`user_id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_oauth2` (
`service` varchar(20) DEFAULT NULL,
`access_token` varchar(500) DEFAULT NULL,
`refresh_token` varchar(500) DEFAULT NULL,
`userid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_sync_fieldmapping` (
`vtiger_field` varchar(255) DEFAULT NULL,
`google_field` varchar(255) DEFAULT NULL,
`google_field_type` varchar(255) DEFAULT NULL,
`google_custom_label` varchar(255) DEFAULT NULL,
`user` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_google_sync_settings` (
`user` int DEFAULT NULL,
`module` varchar(50) DEFAULT NULL,
`clientgroup` varchar(255) DEFAULT NULL,
`direction` varchar(50) DEFAULT NULL,
`enabled` tinyint DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_group2grouprel` (
`groupid` int NOT NULL,
`containsgroupid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_group2role` (
`groupid` int NOT NULL,
`roleid` varchar(255) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_group2rs` (
`groupid` int NOT NULL,
`roleandsubid` varchar(255) 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_0900_ai_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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_groups` (
`groupid` int NOT NULL,
`groupname` varchar(100) DEFAULT NULL,
`description` text,
PRIMARY KEY (`groupid`),
UNIQUE KEY `groups_groupname_idx` (`groupname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_home_layout` (
`userid` int NOT NULL,
`layout` int NOT NULL DEFAULT '4',
PRIMARY KEY (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homedashbd` (
`stuffid` int NOT NULL DEFAULT '0',
`dashbdname` varchar(100) DEFAULT NULL,
`dashbdtype` varchar(100) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homedefault` (
`stuffid` int NOT NULL DEFAULT '0',
`hometype` varchar(30) NOT NULL,
`maxentries` int DEFAULT NULL,
`setype` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homemodule` (
`stuffid` int NOT NULL,
`modulename` varchar(100) DEFAULT NULL,
`maxentries` int NOT NULL,
`customviewid` int NOT NULL,
`setype` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homemoduleflds` (
`stuffid` int DEFAULT NULL,
`fieldname` varchar(100) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homereportchart` (
`stuffid` int NOT NULL,
`reportid` int DEFAULT NULL,
`reportcharttype` varchar(100) DEFAULT NULL,
PRIMARY KEY (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homerss` (
`stuffid` int NOT NULL DEFAULT '0',
`url` varchar(100) DEFAULT NULL,
`maxentries` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homestuff` (
`stuffid` int NOT NULL DEFAULT '0',
`stuffsequence` int NOT NULL DEFAULT '0',
`stufftype` varchar(100) DEFAULT NULL,
`userid` int NOT NULL,
`visible` int NOT NULL DEFAULT '0',
`stufftitle` varchar(100) 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_0900_ai_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,1,'Top Potentials'),(34,4,'Default',6,1,'Top Quotes'),(35,5,'Default',6,1,'Key Metrics'),(36,6,'Default',6,1,'Top Trouble Tickets'),(37,7,'Default',6,1,'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,1,'Top Potentials'),(49,4,'Default',7,1,'Top Quotes'),(50,5,'Default',7,1,'Key Metrics'),(51,6,'Default',7,1,'Top Trouble Tickets'),(52,7,'Default',7,1,'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,1,'Top Potentials'),(64,4,'Default',8,1,'Top Quotes'),(65,5,'Default',8,1,'Key Metrics'),(66,6,'Default',8,1,'Top Trouble Tickets'),(67,7,'Default',8,1,'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,1,'Top Potentials'),(79,4,'Default',9,1,'Top Quotes'),(80,5,'Default',9,1,'Key Metrics'),(81,6,'Default',9,1,'Top Trouble Tickets'),(82,7,'Default',9,1,'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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_homestuff_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_hour_format` (
`hour_formatid` int NOT NULL AUTO_INCREMENT,
`hour_format` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`hour_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_hour_format_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_locks`
--
DROP TABLE IF EXISTS `vtiger_import_locks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_import_locks` (
`vtiger_import_lock_id` int NOT NULL,
`userid` int NOT NULL,
`tabid` int NOT NULL,
`importid` int NOT NULL,
`locked_since` datetime DEFAULT NULL,
PRIMARY KEY (`vtiger_import_lock_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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_maps`
--
DROP TABLE IF EXISTS `vtiger_import_maps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_import_maps` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(36) NOT NULL,
`module` varchar(36) NOT NULL,
`content` longblob,
`has_header` int NOT NULL DEFAULT '1',
`deleted` int NOT NULL DEFAULT '0',
`date_entered` timestamp NOT NULL,
`date_modified` datetime DEFAULT NULL,
`assigned_user_id` varchar(36) DEFAULT NULL,
`is_published` varchar(3) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_import_queue` (
`importid` int NOT NULL,
`userid` int NOT NULL,
`tabid` int NOT NULL,
`field_mapping` text,
`default_values` text,
`merge_type` int DEFAULT NULL,
`merge_fields` text,
`status` int DEFAULT '0',
`lineitem_currency_id` int DEFAULT NULL,
`paging` int DEFAULT '0',
PRIMARY KEY (`importid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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_industry`
--
DROP TABLE IF EXISTS `vtiger_industry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_industry` (
`industryid` int NOT NULL AUTO_INCREMENT,
`industry` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`industryid`),
UNIQUE KEY `industry_industry_idx` (`industry`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_industry_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventory_tandc` (
`id` int NOT NULL,
`type` varchar(30) NOT NULL,
`tandc` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventory_tandc_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorycharges` (
`chargeid` int NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`format` varchar(10) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`value` decimal(12,5) DEFAULT NULL,
`regions` text,
`istaxable` int NOT NULL DEFAULT '1',
`taxes` varchar(1024) DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`chargeid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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',NULL,'[]',1,'[\"1\",\"2\",\"3\"]',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorychargesrel` (
`recordid` int NOT NULL,
`charges` text,
KEY `record_idx` (`recordid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorynotification` (
`notificationid` int NOT NULL AUTO_INCREMENT,
`notificationname` varchar(200) DEFAULT NULL,
`notificationsubject` varchar(200) DEFAULT NULL,
`notificationbody` text,
`label` varchar(50) DEFAULT NULL,
`status` varchar(30) DEFAULT NULL,
PRIMARY KEY (`notificationid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorynotification_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventoryproductrel` (
`id` int DEFAULT NULL,
`productid` int DEFAULT NULL,
`sequence_no` int 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,
`description` text,
`incrementondel` int NOT NULL DEFAULT '0',
`lineitem_id` int 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) DEFAULT NULL,
`purchase_cost` decimal(27,8) DEFAULT NULL,
`margin` decimal(27,8) 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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventoryproductrel_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventoryshippingrel` (
`id` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorysubproductrel` (
`id` int NOT NULL,
`sequence_no` int NOT NULL,
`productid` int NOT NULL,
`quantity` int DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorytaxinfo` (
`taxid` int NOT NULL,
`taxname` varchar(50) DEFAULT NULL,
`taxlabel` varchar(50) DEFAULT NULL,
`percentage` decimal(7,3) DEFAULT NULL,
`deleted` int DEFAULT NULL,
`method` varchar(10) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`compoundon` varchar(400) DEFAULT NULL,
`regions` text,
PRIMARY KEY (`taxid`),
KEY `inventorytaxinfo_taxname_idx` (`taxname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,0,'Simple','Fixed','[]','[]'),(2,'tax2','Sales',10.000,0,'Simple','Fixed','[]','[]'),(3,'tax3','Service',12.500,0,'Simple','Fixed','[]','[]');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_inventorytaxinfo_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (3);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invitees` (
`activityid` int NOT NULL,
`inviteeid` int NOT NULL,
`status` varchar(50) DEFAULT NULL,
PRIMARY KEY (`activityid`,`inviteeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
INSERT INTO `vtiger_invitees` VALUES (34,5,'sent');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoice` (
`invoiceid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`salesorderid` int DEFAULT NULL,
`customerno` varchar(100) DEFAULT NULL,
`contactid` int DEFAULT NULL,
`notes` varchar(100) DEFAULT NULL,
`invoicedate` date DEFAULT NULL,
`duedate` date DEFAULT NULL,
`invoiceterms` varchar(100) DEFAULT NULL,
`type` varchar(100) 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) 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) DEFAULT NULL,
`accountid` int DEFAULT NULL,
`terms_conditions` text,
`purchaseorder` varchar(200) DEFAULT NULL,
`invoicestatus` varchar(200) DEFAULT NULL,
`invoice_no` varchar(100) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`compound_taxes_info` text,
`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) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`region_id` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoice_recurring_info` (
`salesorderid` int NOT NULL,
`recurring_frequency` varchar(200) DEFAULT NULL,
`start_period` date DEFAULT NULL,
`end_period` date DEFAULT NULL,
`last_recurring_date` date DEFAULT NULL,
`payment_duration` varchar(200) DEFAULT NULL,
`invoice_status` varchar(200) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicebillads` (
`invoicebilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicecf` (
`invoiceid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoiceshipads` (
`invoiceshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicestatus` (
`invoicestatusid` int NOT NULL AUTO_INCREMENT,
`invoicestatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`invoicestatusid`),
UNIQUE KEY `invoicestatus_invoiestatus_idx` (`invoicestatus`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicestatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (7);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_invoicestatushistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`invoiceid` int NOT NULL,
`accountname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`invoicestatus` varchar(200) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_language` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`prefix` varchar(10) DEFAULT NULL,
`label` varchar(30) DEFAULT NULL,
`lastupdated` datetime DEFAULT NULL,
`sequence` int DEFAULT NULL,
`isdefault` int DEFAULT NULL,
`active` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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','2025-11-14 08:00:54',NULL,1,1),(2,'British English','en_gb','British English','2025-11-14 08:02:06',NULL,0,1),(3,'Deutsch','de_de','DE Deutsch','2025-11-14 08:02:06',NULL,0,1),(4,'Italian','it_it','IT Italian','2025-11-14 08:02:09',NULL,0,1),(5,'Spanish','es_es','ES Spanish','2025-11-14 08:02:13',NULL,0,1),(6,'Język Polski','pl_pl','Język Polski','2025-11-14 08:02:25',NULL,0,1),(7,'Dutch','nl_nl','NL-Dutch','2025-11-14 08:02:13',NULL,0,1),(8,'Hungarian','hu_hu','HU Magyar','2025-11-14 08:02:13',NULL,0,1),(9,'Pack de langue français','fr_fr','Pack de langue français','2025-11-14 08:02:24',NULL,0,1),(10,'Romana','ro_ro','Romana','2025-11-14 08:02:25',NULL,0,1),(11,'Swedish','sv_se','Swedish','2025-11-14 08:02:55',NULL,0,1),(12,'Brazilian','pt_br','PT Brasil','2025-11-14 08:02:24',NULL,0,1),(13,'Russian','ru_ru','Russian','2025-11-14 08:02:23',NULL,0,1),(14,'Arabic','ar_ae','Arabic','2025-11-14 08:02:55',NULL,0,1),(15,'Turkce','tr_tr','Turkce Dil Paketi','2025-11-14 08:02:23',NULL,0,1),(16,'Mexican Spanish','es_mx','ES Mexico','2025-11-14 08:02:23',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_language_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_lead_view`
--
DROP TABLE IF EXISTS `vtiger_lead_view`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_lead_view` (
`lead_viewid` int NOT NULL AUTO_INCREMENT,
`lead_view` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`lead_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_lead_view_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadaddress` (
`leadaddressid` int NOT NULL DEFAULT '0',
`city` varchar(30) DEFAULT NULL,
`code` varchar(30) DEFAULT NULL,
`state` varchar(30) DEFAULT NULL,
`pobox` varchar(30) DEFAULT NULL,
`country` varchar(30) DEFAULT NULL,
`phone` varchar(50) DEFAULT NULL,
`mobile` varchar(50) DEFAULT NULL,
`fax` varchar(50) DEFAULT NULL,
`lane` varchar(250) DEFAULT NULL,
`leadaddresstype` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leaddetails` (
`leadid` int NOT NULL,
`lead_no` varchar(100) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`interest` varchar(50) DEFAULT NULL,
`firstname` varchar(40) DEFAULT NULL,
`salutation` varchar(200) DEFAULT NULL,
`lastname` varchar(80) NOT NULL,
`company` varchar(100) NOT NULL,
`annualrevenue` decimal(25,8) DEFAULT NULL,
`industry` varchar(200) DEFAULT NULL,
`campaign` varchar(30) DEFAULT NULL,
`rating` varchar(200) DEFAULT NULL,
`leadstatus` varchar(200) DEFAULT NULL,
`leadsource` varchar(200) DEFAULT NULL,
`converted` int DEFAULT '0',
`designation` varchar(50) DEFAULT 'SalesMan',
`licencekeystatus` varchar(50) DEFAULT NULL,
`space` varchar(250) DEFAULT NULL,
`comments` text,
`priority` varchar(50) DEFAULT NULL,
`demorequest` varchar(50) DEFAULT NULL,
`partnercontact` varchar(50) DEFAULT NULL,
`productversion` varchar(20) DEFAULT NULL,
`product` varchar(50) DEFAULT NULL,
`maildate` date DEFAULT NULL,
`nextstepdate` date DEFAULT NULL,
`fundingsituation` varchar(50) DEFAULT NULL,
`purpose` varchar(50) DEFAULT NULL,
`evaluationstatus` varchar(50) DEFAULT NULL,
`transferdate` date DEFAULT NULL,
`revenuetype` varchar(50) DEFAULT NULL,
`noofemployees` int DEFAULT NULL,
`secondaryemail` varchar(100) DEFAULT NULL,
`assignleadchk` int DEFAULT '0',
`emailoptout` varchar(3) DEFAULT NULL,
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadscf` (
`leadid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadsource` (
`leadsourceid` int NOT NULL AUTO_INCREMENT,
`leadsource` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`leadsourceid`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadsource_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (13);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadstage` (
`leadstageid` int NOT NULL AUTO_INCREMENT,
`stage` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`leadstageid`),
UNIQUE KEY `leadstage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadstatus` (
`leadstatusid` int NOT NULL AUTO_INCREMENT,
`leadstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`leadstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_leadsubdetails` (
`leadsubscriptionid` int NOT NULL DEFAULT '0',
`website` varchar(255) DEFAULT NULL,
`callornot` int DEFAULT '0',
`readornot` int DEFAULT '0',
`empct` int 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_0900_ai_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_links`
--
DROP TABLE IF EXISTS `vtiger_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_links` (
`linkid` int NOT NULL,
`tabid` int DEFAULT NULL,
`linktype` varchar(50) DEFAULT NULL,
`linklabel` varchar(50) DEFAULT NULL,
`linkurl` varchar(255) DEFAULT NULL,
`linkicon` varchar(100) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`handler_path` varchar(128) DEFAULT NULL,
`handler_class` varchar(50) DEFAULT NULL,
`handler` varchar(50) DEFAULT NULL,
`parent_link` int DEFAULT NULL,
PRIMARY KEY (`linkid`),
KEY `link_tabidtype_idx` (`tabid`,`linktype`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(5,0,'HEADERSCRIPT','Incoming Calls','modules/PBXManager/resources/PBXManagerJS.js','',0,'modules/PBXManager/PBXManager.php','PBXManager','checkLinkPermission',NULL),(6,7,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(7,4,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(8,6,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(9,2,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(10,38,'HEADERSCRIPT','ModCommentsCommonHeaderScript','modules/ModComments/ModCommentsCommon.js','',0,NULL,NULL,NULL,NULL),(11,41,'HEADERSCRIPT','SMSNotifierCommonJS','modules/SMSNotifier/SMSNotifierCommon.js','',0,NULL,NULL,NULL,NULL),(12,7,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL,NULL),(13,7,'DETAILVIEW','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL,NULL),(14,4,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL,NULL),(15,4,'DETAILVIEW','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL,NULL),(16,6,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL,NULL),(17,6,'DETAILVIEW','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL,NULL),(23,4,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(24,7,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(25,6,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(26,4,'LISTVIEWSIDEBARWIDGET','Google Contacts','module=Google&view=List&sourcemodule=Contacts','',0,NULL,NULL,NULL,NULL),(27,9,'LISTVIEWSIDEBARWIDGET','Google Calendar','module=Google&view=List&sourcemodule=Calendar','',0,NULL,NULL,NULL,NULL),(28,49,'HEADERSCRIPT','ExtensionStoreCommonHeaderScript','modules/ExtensionStore/ExtensionStore.js','',0,NULL,NULL,NULL,NULL),(30,44,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(31,45,'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,45,'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,50,'DETAILVIEWBASIC','View History','javascript:ModTrackerCommon.showhistory(\'$RECORD$\')','',0,'modules/ModTracker/ModTracker.php','ModTracker','isViewPermitted',NULL),(112,51,'DETAILVIEWBASIC','View History','javascript:ModTrackerCommon.showhistory(\'$RECORD$\')','',0,'modules/ModTracker/ModTracker.php','ModTracker','isViewPermitted',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_links_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (112);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_loginhistory` (
`login_id` int NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) DEFAULT NULL,
`user_ip` varchar(25) NOT NULL,
`logout_time` timestamp NULL DEFAULT NULL,
`login_time` datetime DEFAULT NULL,
`status` varchar(25) DEFAULT NULL,
PRIMARY KEY (`login_id`)
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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','122.169.119.200','2025-11-14 08:03:54','2025-11-14 08:03:54','Signed in'),(2,'admin','122.169.119.200','2025-11-14 12:29:54','2025-11-14 12:29:54','Signed in'),(3,'admin','122.169.119.200','2025-11-14 12:47:06','2025-11-14 12:38:27','Signed off'),(4,'admin','122.169.119.200','2025-11-14 12:55:53','2025-11-14 12:47:09','Signed off'),(5,'admin','122.169.119.200','2025-11-14 14:07:18','2025-11-14 12:55:59','Signed off'),(6,'admin','122.169.119.200','2025-11-14 14:07:56','2025-11-14 14:07:56','Signed in'),(7,'admin','122.169.119.200','2025-11-14 14:07:56','2025-11-14 14:07:56','Signed in'),(8,'admin','122.169.119.200','2025-11-17 06:29:54','2025-11-17 05:53:50','Signed off'),(9,'admin','122.169.119.200','2025-11-17 07:02:01','2025-11-17 07:02:01','Signed in'),(10,'admin','122.169.119.200','2025-11-17 09:20:28','2025-11-17 07:12:30','Signed off'),(11,'Jack','122.169.119.200','2025-11-17 09:28:47','2025-11-17 09:20:37','Signed off'),(12,'Richa','122.169.119.200','2025-11-17 09:33:56','2025-11-17 09:28:54','Signed off'),(13,'admin','122.169.119.200','2025-11-17 10:45:26','2025-11-17 09:34:33','Signed off'),(14,'admin','122.169.119.200','2025-11-17 10:48:42','2025-11-17 10:48:42','Signed in'),(15,'admin','122.169.119.200','2025-11-17 11:58:06','2025-11-17 11:57:57','Signed off'),(16,'admin','122.169.119.200','2025-11-17 11:58:26','2025-11-17 11:58:09','Signed off'),(17,'admin','122.169.119.200','2025-11-18 08:51:50','2025-11-18 08:28:20','Signed off'),(18,'Jack','49.36.90.87','2025-11-18 08:31:26','2025-11-18 08:31:26','Signed in'),(19,'Jack','122.169.119.200','2025-11-18 08:52:50','2025-11-18 08:51:57','Signed off'),(20,'Richa','122.169.119.200','2025-11-18 08:56:13','2025-11-18 08:53:03','Signed off'),(21,'admin','122.169.119.200','2025-11-18 08:57:04','2025-11-18 08:56:15','Signed off'),(22,'Jack','122.169.119.200','2025-11-18 08:57:32','2025-11-18 08:57:14','Signed off'),(23,'Richa','122.169.119.200','2025-11-18 08:57:44','2025-11-18 08:57:44','Signed in'),(24,'Richa','189.203.2.197','2025-11-18 15:00:17','2025-11-18 15:00:17','Signed in'),(25,'Jack','189.236.68.184','2025-11-18 15:13:42','2025-11-18 15:13:42','Signed in'),(26,'Jack','200.68.183.178','2025-11-19 01:38:21','2025-11-19 01:38:21','Signed in'),(27,'Jack','189.236.24.103','2025-11-19 01:58:53','2025-11-19 01:58:53','Signed in'),(28,'Jack','200.68.173.229','2025-11-19 21:35:53','2025-11-19 21:35:53','Signed in'),(29,'Jack','200.68.173.229','2025-11-19 21:35:59','2025-11-19 21:35:59','Signed in'),(30,'Jack','187.228.191.6','2025-12-16 14:12:29','2025-12-16 14:12:29','Signed in'),(31,'Jack','187.228.191.6','2025-12-16 15:23:40','2025-12-16 15:23:40','Signed in'),(32,'Richa','103.85.10.108','2025-12-16 15:30:58','2025-12-16 15:30:58','Signed in'),(33,'admin','122.169.119.200','2025-12-22 11:46:45','2025-12-22 11:46:45','Signed in'),(34,'admin','122.169.119.200','2025-12-22 11:47:14','2025-12-22 11:47:14','Signed in'),(35,'admin','34.246.227.166','2025-12-23 07:16:29','2025-12-23 07:16:29','Signed in'),(36,'admin','122.169.119.200','2025-12-23 09:10:41','2025-12-23 09:10:41','Signed in'),(37,'admin','122.169.119.200','2025-12-23 10:40:24','2025-12-23 10:35:51','Signed off'),(38,'admin','122.169.119.200','2025-12-23 11:00:13','2025-12-23 10:40:26','Signed off'),(39,'Richa','122.169.119.200','2025-12-23 11:00:55','2025-12-23 11:00:19','Signed off'),(40,'admin','122.169.119.200','2025-12-23 11:01:49','2025-12-23 11:01:02','Signed off'),(41,'Richa','122.169.119.200','2025-12-23 11:02:30','2025-12-23 11:01:56','Signed off'),(42,'Richa','122.169.119.200','2025-12-23 11:02:53','2025-12-23 11:02:39','Signed off'),(43,'admin','122.169.119.200','2025-12-23 11:02:59','2025-12-23 11:02:59','Signed in'),(44,'Richa','122.169.119.200','2025-12-23 11:03:43','2025-12-23 11:03:43','Signed in'),(45,'Richa','122.169.119.200','2025-12-23 11:05:05','2025-12-23 11:05:05','Signed in'),(46,'Richa','122.169.119.200','2025-12-23 11:26:05','2025-12-23 11:09:58','Signed off'),(47,'Barbara','122.169.119.200','2025-12-23 11:37:21','2025-12-23 11:26:16','Signed off'),(48,'Barbara','122.169.119.200','2025-12-23 12:14:42','2025-12-23 12:13:00','Signed off'),(49,'Richa','122.169.119.200','2025-12-23 12:18:00','2025-12-23 12:18:00','Signed in'),(50,'Barbara','75.71.78.97','2026-01-03 15:51:58','2026-01-03 15:51:58','Signed in'),(51,'Barbara','189.236.44.207','2026-02-02 01:33:41','2026-02-02 01:28:40','Signed off'),(52,'Jack','189.236.44.207','2026-02-02 01:33:56','2026-02-02 01:33:56','Signed in'),(53,'James','138.118.10.174','2026-02-10 01:30:00','2026-02-10 01:30:00','Signed in'),(54,'Jack','187.131.107.132','2026-02-13 16:01:29','2026-02-13 15:59:42','Signed off'),(55,'Barbara','187.131.107.132','2026-02-13 16:02:49','2026-02-13 16:01:52','Signed off'),(56,'James','187.131.107.132','2026-02-13 16:07:29','2026-02-13 16:03:09','Signed off'),(57,'admin','122.169.119.200','2026-02-16 09:18:37','2026-02-16 09:18:37','Signed in'),(58,'admin','122.169.119.200','2026-02-16 09:38:29','2026-02-16 09:24:58','Signed off'),(59,'admin','122.169.119.200','2026-02-16 09:39:43','2026-02-16 09:39:43','Signed in'),(60,'admin','122.169.119.200','2026-02-16 09:46:07','2026-02-16 09:46:02','Signed off'),(61,'admin','122.169.119.200','2026-02-16 09:51:47','2026-02-16 09:51:11','Signed off'),(62,'admin','122.169.119.200','2026-02-16 10:58:43','2026-02-16 10:57:27','Signed off'),(63,'Jack','189.216.40.147','2026-02-16 20:17:13','2026-02-16 20:17:13','Signed in'),(64,'Barbara','200.68.173.139','2026-02-16 21:39:45','2026-02-16 21:39:45','Signed in'),(65,'Barbara','138.118.10.174','2026-03-24 00:43:11','2026-03-24 00:27:57','Signed off'),(66,'Jack','138.118.10.174','2026-03-24 00:43:23','2026-03-24 00:43:23','Signed in'),(67,'Jack','187.234.46.194','2026-03-24 13:43:26','2026-03-24 13:43:26','Signed in'),(68,'Jack','187.131.97.105','2026-03-25 14:06:30','2026-03-25 14:06:30','Signed in'),(69,'Jack','187.131.97.105','2026-03-25 16:38:08','2026-03-25 16:38:08','Signed in'),(70,'admin','122.169.119.200','2026-03-26 09:31:07','2026-03-26 09:31:07','Signed in'),(71,'admin','122.169.119.200','2026-03-27 11:13:21','2026-03-27 11:13:21','Signed in'),(72,'Jack','187.225.119.12','2026-03-30 15:47:23','2026-03-30 15:47:23','Signed in'),(73,'admin','122.169.119.200','2026-03-31 09:31:42','2026-03-31 09:31:42','Signed in'),(74,'admin','122.169.119.200','2026-03-31 09:46:31','2026-03-31 09:46:31','Signed in'),(75,'admin','122.169.119.200','2026-03-31 14:02:25','2026-03-31 14:02:25','Signed in'),(76,'admin','122.169.119.200','2026-04-01 04:37:49','2026-04-01 04:37:49','Signed in'),(77,'admin','122.169.119.200','2026-04-01 04:41:32','2026-04-01 04:41:32','Signed in'),(78,'admin','122.169.119.200','2026-04-01 06:21:03','2026-04-01 06:21:03','Signed in'),(79,'admin','122.169.119.200','2026-04-01 06:33:09','2026-04-01 06:32:54','Signed off'),(80,'admintest','122.169.119.200','2026-04-01 06:33:18','2026-04-01 06:33:18','Signed in'),(81,'admin','49.43.33.253','2026-04-01 08:48:24','2026-04-01 08:47:17','Signed off'),(82,'admin','49.43.33.253','2026-04-01 08:48:26','2026-04-01 08:48:26','Signed in'),(83,'admin','34.246.227.166','2026-04-01 10:48:43','2026-04-01 10:48:43','Signed in'),(84,'admintest','122.169.119.200','2026-04-01 11:17:52','2026-04-01 11:17:52','Signed in'),(85,'admin','122.169.119.200','2026-04-01 12:19:12','2026-04-01 12:16:11','Signed off'),(86,'admin','122.169.119.200','2026-04-01 12:19:42','2026-04-01 12:19:24','Signed off'),(87,'James','122.169.119.200','2026-04-01 12:20:02','2026-04-01 12:19:46','Signed off'),(88,'Jack','122.169.119.200','2026-04-01 12:20:37','2026-04-01 12:20:08','Signed off'),(89,'admin','122.169.119.200','2026-04-01 12:21:39','2026-04-01 12:20:41','Signed off'),(90,'admintest','122.169.119.200','2026-04-01 12:28:43','2026-04-01 12:28:43','Signed in'),(91,'admin','122.169.119.200','2026-04-01 12:30:09','2026-04-01 12:30:09','Signed in'),(92,'Jack','187.225.119.12','2026-04-08 16:24:01','2026-04-08 16:24:01','Signed in'),(93,'admin','122.169.119.200','2026-04-09 15:06:44','2026-04-09 15:06:44','Signed in');
/*!40000 ALTER TABLE `vtiger_loginhistory` 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mail_accounts` (
`account_id` int NOT NULL,
`user_id` int NOT NULL,
`display_name` varchar(50) DEFAULT NULL,
`mail_id` varchar(50) DEFAULT NULL,
`account_name` varchar(50) DEFAULT NULL,
`mail_protocol` varchar(20) DEFAULT NULL,
`mail_username` varchar(50) NOT NULL,
`mail_password` text,
`mail_servername` varchar(50) DEFAULT NULL,
`box_refresh` int DEFAULT NULL,
`mails_per_page` int DEFAULT NULL,
`ssltype` varchar(50) DEFAULT NULL,
`sslmeth` varchar(50) DEFAULT NULL,
`int_mailer` int DEFAULT '0',
`status` varchar(10) DEFAULT NULL,
`set_default` int DEFAULT NULL,
`sent_folder` varchar(50) DEFAULT NULL,
PRIMARY KEY (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailer_queue` (
`id` int 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 DEFAULT NULL,
`failed` int NOT NULL DEFAULT '0',
`failreason` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailer_queueattachments` (
`id` int DEFAULT NULL,
`path` text,
`name` varchar(100) DEFAULT NULL,
`encoding` varchar(50) DEFAULT NULL,
`type` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailer_queueinfo` (
`id` int DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`type` varchar(7) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailmanager_mailattachments` (
`userid` int DEFAULT NULL,
`muid` int DEFAULT NULL,
`aname` varchar(100) DEFAULT NULL,
`lastsavedtime` int DEFAULT NULL,
`attachid` int NOT NULL,
`path` varchar(200) NOT NULL,
`cid` varchar(100) DEFAULT NULL,
KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailmanager_mailrecord` (
`userid` int 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 DEFAULT NULL,
`mplainmessage` int DEFAULT NULL,
`mhtmlmessage` int DEFAULT NULL,
`muniqueid` varchar(500) DEFAULT NULL,
`mbodyparsed` int DEFAULT NULL,
`muid` int DEFAULT NULL,
`lastsavedtime` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailmanager_mailrel` (
`mailuid` varchar(999) DEFAULT NULL,
`crmid` int DEFAULT NULL,
`emailid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner` (
`scannerid` int NOT NULL AUTO_INCREMENT,
`scannername` varchar(30) DEFAULT NULL,
`server` varchar(100) DEFAULT NULL,
`protocol` varchar(10) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`ssltype` varchar(10) DEFAULT NULL,
`sslmethod` varchar(30) DEFAULT NULL,
`connecturl` varchar(255) DEFAULT NULL,
`searchfor` varchar(10) DEFAULT NULL,
`markas` varchar(10) DEFAULT NULL,
`isvalid` int DEFAULT NULL,
`scanfrom` varchar(10) DEFAULT 'ALL',
`time_zone` varchar(10) DEFAULT NULL,
PRIMARY KEY (`scannerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_actions` (
`actionid` int NOT NULL AUTO_INCREMENT,
`scannerid` int DEFAULT NULL,
`actiontype` varchar(10) DEFAULT NULL,
`module` varchar(30) DEFAULT NULL,
`lookup` varchar(30) DEFAULT NULL,
`sequence` int DEFAULT NULL,
PRIMARY KEY (`actionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_folders` (
`folderid` int NOT NULL AUTO_INCREMENT,
`scannerid` int DEFAULT NULL,
`foldername` varchar(255) DEFAULT NULL,
`lastscan` varchar(30) DEFAULT NULL,
`rescan` int DEFAULT NULL,
`enabled` int DEFAULT NULL,
PRIMARY KEY (`folderid`),
KEY `folderid_idx` (`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_ids` (
`scannerid` int DEFAULT NULL,
`messageid` varchar(512) DEFAULT NULL,
`crmid` int DEFAULT NULL,
`refids` text,
KEY `scanner_message_ids_idx` (`scannerid`,`messageid`),
KEY `messageids_crmid_idx` (`crmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_ruleactions` (
`ruleid` int DEFAULT NULL,
`actionid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mailscanner_rules` (
`ruleid` int NOT NULL AUTO_INCREMENT,
`scannerid` int DEFAULT NULL,
`fromaddress` varchar(255) DEFAULT NULL,
`toaddress` varchar(255) DEFAULT NULL,
`subjectop` varchar(20) DEFAULT NULL,
`subject` varchar(255) DEFAULT NULL,
`bodyop` varchar(20) DEFAULT NULL,
`body` varchar(255) DEFAULT NULL,
`matchusing` varchar(5) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`assigned_to` int DEFAULT NULL,
`cc` varchar(255) DEFAULT NULL,
`bcc` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ruleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_manufacturer` (
`manufacturerid` int NOT NULL AUTO_INCREMENT,
`manufacturer` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`manufacturerid`),
UNIQUE KEY `manufacturer_manufacturer_idx` (`manufacturer`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_manufacturer_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_mobile_alerts`
--
DROP TABLE IF EXISTS `vtiger_mobile_alerts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_mobile_alerts` (
`id` int NOT NULL AUTO_INCREMENT,
`handler_path` varchar(500) DEFAULT NULL,
`handler_class` varchar(50) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modcomments` (
`modcommentsid` int DEFAULT NULL,
`commentcontent` text,
`related_to` int DEFAULT NULL,
`parent_comments` int DEFAULT NULL,
`customer` int DEFAULT NULL,
`userid` int DEFAULT NULL,
`reasontoedit` varchar(100) DEFAULT NULL,
`is_private` int DEFAULT '0',
`filename` varchar(255) DEFAULT NULL,
`related_email_id` int 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=utf8mb3;
/*!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 (27,'test bhavin',3,0,0,1,'',0,'0',0),(31,'Assigned this case to Richa for further investigation',29,0,0,5,'',0,'0',0),(58,'Forensic evidence confirmed the phishing attack, leading to a full refund and closure of the fraudulent transaction case.',54,0,0,1,'',0,'0',0),(76,'This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the same property. The dispute appears to stem from discrepancies in documentation, historical possession, and interpretation of agreements executed in the past.\n\nThe complainant claims lawful ownership based on registered documents, including sale deed(s), inheritance records, and continuous possession of the property for a substantial period. It is further stated that the complainant has been paying applicable taxes, utility charges, and maintenance costs, which supports their claim of ownership and lawful possession.\n\nOn the other hand, the opposing party disputes these claims and asserts their own rights, either through ancestral ownership, an unregistered agreement, alleged prior possession, or verbal understanding. There are also allegations of unauthorized occupation, interference with peaceful possession, and attempts to transfer or encumber the property without mutual consent.\n\nDue to the dispute, the property is currently under contention, and the relationship between the parties has deteriorated significantly. There have been repeated objections raised regarding access, usage, and development of the property. The situation has caused mental stress, financial loss, and uncertainty for the concerned parties.\n\nAt this stage, the case requires thorough verification of all supporting documents, including title deeds, agreements, land records, tax receipts, and any court orders or notices previously issued. Statements from both parties need to be reviewed carefully to establish the sequence of events and determine the legitimacy of each claim.\n\nUntil the matter is conclusively resolved through legal proceedings or mutual settlement, any alteration, sale, transfer, or third-party involvement in the property should be restricted to prevent further complications. It is advised that the status quo of the property be maintained to avoid escalation of the dispute.\n\nFurther action will be taken based on legal advice, document verification, and directions from the appropriate judicial or administrative authority. The objective is to reach a lawful and fair resolution while safeguarding the rights and interests of all parties involved.',59,0,0,1,'',0,'0',0),(77,'Reunion 1 de feb 2026\n\nprueba aaaaa bbbbbb ccccccc ddddddd eeeee ffffffff ggggggg',37,0,0,8,'',0,'0',0),(78,'reunion 2 de feb 2026\n\n\nseguimiento de reunion zzzzz wwwww yyyyyyyy',37,0,0,8,'',0,'0',0),(80,'Nota de ejemplo para identificado de miembro',29,0,0,5,'',0,'0',0),(81,'Segunda Prueba',29,0,0,5,'',0,'0',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modcommentscf` (
`modcommentsid` int NOT NULL,
PRIMARY KEY (`modcommentsid`),
CONSTRAINT `fk_modcommentsid_vtiger_modcommentscf` FOREIGN KEY (`modcommentsid`) REFERENCES `vtiger_modcomments` (`modcommentsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 (27),(31),(58),(76),(77),(78),(80),(81);
/*!40000 ALTER TABLE `vtiger_modcommentscf` 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modentity_num` (
`num_id` int NOT NULL,
`semodule` varchar(100) DEFAULT NULL,
`prefix` varchar(50) NOT NULL DEFAULT '',
`start_id` varchar(50) NOT NULL,
`cur_id` varchar(50) NOT NULL,
`active` varchar(2) 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_0900_ai_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','1','1'),(3,'Campaigns','CAM','1','1','1'),(4,'Contacts','CON','1','7','1'),(5,'Potentials','POT','1','1','1'),(6,'HelpDesk','TT','1','1','1'),(7,'Quotes','QUO','1','1','1'),(8,'SalesOrder','SO','1','1','1'),(9,'PurchaseOrder','PO','1','1','1'),(10,'Invoice','INV','1','1','1'),(11,'Products','PRO','1','1','1'),(12,'Vendors','VEN','1','1','1'),(13,'PriceBooks','PB','1','1','1'),(14,'Faq','FAQ','1','1','1'),(15,'Documents','DOC','1','9','1'),(16,'Services','SER','1','1','1'),(17,'ServiceContracts','SERCON','1','1','1'),(18,'Assets','ASSET','1','1','1'),(19,'ProjectMilestone','PM','1','1','1'),(20,'ProjectTask','PT','1','1','1'),(21,'Project','PROJ','1','1','1'),(22,'Cases','CASE','01','14','1'),(23,'Resolutions','RS','01','09','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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modentity_num_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (23);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_basic` (
`id` int NOT NULL,
`crmid` int DEFAULT NULL,
`module` varchar(50) DEFAULT NULL,
`whodid` int DEFAULT NULL,
`changedon` datetime DEFAULT NULL,
`status` int DEFAULT '0',
PRIMARY KEY (`id`),
KEY `crmidx` (`crmid`),
KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 (1,2,'Contacts',1,'2025-11-14 12:39:15',2),(2,2,'Contacts',1,'2025-11-14 12:46:19',0),(3,3,'Cases',1,'2025-11-17 06:10:35',0),(4,4,'Resolutions',1,'2025-11-17 06:14:58',0),(5,8,'Calendar',1,'2025-11-17 07:02:25',2),(6,3,'Cases',1,'2025-11-17 07:02:26',4),(7,9,'Calendar',1,'2025-11-17 07:03:39',2),(8,3,'Cases',1,'2025-11-17 07:03:40',4),(9,10,'Resolutions',1,'2025-11-17 07:08:07',2),(10,3,'Cases',1,'2025-11-17 07:08:08',4),(11,11,'Events',1,'2025-11-17 07:21:55',2),(12,3,'Cases',1,'2025-11-17 07:21:55',4),(13,11,'Events',1,'2025-11-17 07:22:18',0),(14,12,'Calendar',1,'2025-11-17 07:24:12',2),(15,3,'Cases',1,'2025-11-17 07:24:13',4),(16,3,'Cases',1,'2025-11-17 07:37:11',5),(17,3,'Cases',1,'2025-11-17 07:37:15',5),(18,13,'Events',1,'2025-11-17 07:39:55',2),(19,2,'Contacts',1,'2025-11-17 07:39:56',4),(20,14,'Documents',1,'2025-11-17 07:44:08',2),(21,3,'Cases',1,'2025-11-17 07:44:08',4),(22,16,'Events',1,'2025-11-17 07:44:29',2),(23,3,'Cases',1,'2025-11-17 07:44:29',4),(24,17,'Calendar',1,'2025-11-17 07:44:53',2),(25,3,'Cases',1,'2025-11-17 07:44:54',4),(26,18,'Calendar',1,'2025-11-17 07:46:25',2),(27,3,'Cases',1,'2025-11-17 07:46:25',4),(28,18,'Calendar',1,'2025-11-17 07:46:45',1),(29,17,'Calendar',1,'2025-11-17 07:46:45',1),(30,16,'Events',1,'2025-11-17 07:46:45',1),(31,13,'Events',1,'2025-11-17 07:46:45',1),(32,12,'Calendar',1,'2025-11-17 07:46:45',1),(33,11,'Events',1,'2025-11-17 07:46:51',1),(34,19,'Events',1,'2025-11-17 07:47:57',2),(35,3,'Cases',1,'2025-11-17 07:47:57',4),(36,20,'Events',1,'2025-11-17 07:49:55',2),(37,2,'Contacts',1,'2025-11-17 07:49:55',4),(38,21,'Events',1,'2025-11-17 07:51:31',2),(39,2,'Contacts',1,'2025-11-17 07:51:32',4),(40,22,'Events',1,'2025-11-17 07:52:06',2),(41,3,'Cases',1,'2025-11-17 07:52:06',4),(42,23,'Events',1,'2025-11-17 07:57:00',2),(43,3,'Cases',1,'2025-11-17 07:57:01',4),(44,3,'Cases',1,'2025-11-17 08:00:25',5),(45,3,'Cases',1,'2025-11-17 08:00:34',5),(46,24,'Events',1,'2025-11-17 08:01:11',2),(47,3,'Cases',1,'2025-11-17 08:01:11',4),(48,25,'Events',1,'2025-11-17 08:04:30',2),(49,3,'Cases',1,'2025-11-17 08:04:31',4),(50,3,'Cases',1,'2025-11-17 08:05:44',5),(51,3,'Cases',1,'2025-11-17 08:05:52',5),(52,3,'Cases',1,'2025-11-17 08:05:55',5),(53,26,'Calendar',1,'2025-11-17 09:06:23',2),(54,3,'Cases',1,'2025-11-17 09:06:23',4),(55,3,'Cases',1,'2025-11-17 09:14:34',4),(56,27,'ModComments',1,'2025-11-17 09:14:34',2),(57,28,'Contacts',1,'2025-11-17 09:18:34',2),(58,2,'Contacts',5,'2025-11-17 09:20:53',1),(59,28,'Contacts',5,'2025-11-17 09:21:06',0),(60,29,'Cases',5,'2025-11-17 09:22:26',2),(61,28,'Contacts',5,'2025-11-17 09:22:26',4),(62,30,'Resolutions',5,'2025-11-17 09:24:53',2),(63,29,'Cases',5,'2025-11-17 09:24:53',4),(64,29,'Cases',5,'2025-11-17 09:26:42',4),(65,31,'ModComments',5,'2025-11-17 09:26:42',2),(66,32,'Documents',6,'2025-11-17 09:30:13',2),(67,29,'Cases',6,'2025-11-17 09:30:13',4),(68,34,'Events',6,'2025-11-17 09:31:22',2),(69,29,'Cases',6,'2025-11-17 09:31:22',4),(70,34,'Events',6,'2025-11-17 09:32:59',0),(71,3,'Cases',6,'2025-11-17 09:33:20',1),(72,35,'Contacts',1,'2025-11-17 10:49:52',2),(73,36,'Contacts',1,'2025-11-17 10:50:39',2),(74,37,'Contacts',1,'2025-11-17 10:50:55',2),(75,38,'Contacts',1,'2025-11-17 10:51:40',2),(76,35,'Contacts',1,'2025-11-17 10:59:39',0),(77,38,'Contacts',1,'2025-11-17 10:59:54',0),(78,37,'Contacts',1,'2025-11-17 11:00:07',0),(79,36,'Contacts',1,'2025-11-17 11:00:16',0),(80,39,'Cases',1,'2025-11-17 11:04:44',2),(81,39,'Cases',1,'2025-11-17 11:05:20',0),(82,40,'Resolutions',1,'2025-11-17 11:05:52',2),(83,39,'Cases',1,'2025-11-17 11:05:52',4),(84,41,'Calendar',1,'2025-11-17 11:07:26',2),(85,35,'Contacts',1,'2025-11-17 11:07:27',4),(86,42,'Calendar',1,'2025-11-17 11:08:45',2),(87,39,'Cases',1,'2025-11-17 11:08:45',4),(88,43,'Documents',1,'2025-11-17 11:14:38',2),(89,39,'Cases',1,'2025-11-17 11:14:38',4),(90,44,'Cases',1,'2025-11-17 11:16:22',2),(91,44,'Cases',1,'2025-11-17 11:16:36',0),(92,45,'Resolutions',1,'2025-11-17 11:16:54',2),(93,44,'Cases',1,'2025-11-17 11:16:54',4),(94,46,'Calendar',1,'2025-11-17 11:17:13',2),(95,44,'Cases',1,'2025-11-17 11:17:13',4),(96,47,'Documents',1,'2025-11-17 11:18:50',2),(97,44,'Cases',1,'2025-11-17 11:18:50',4),(98,48,'Cases',1,'2025-11-17 11:19:50',2),(99,49,'Resolutions',1,'2025-11-17 11:20:21',2),(100,48,'Cases',1,'2025-11-17 11:20:21',4),(101,49,'Resolutions',1,'2025-11-17 11:21:13',1),(102,50,'Cases',1,'2025-11-17 11:24:20',2),(103,50,'Cases',1,'2025-11-17 11:24:47',0),(104,51,'Resolutions',1,'2025-11-17 11:25:13',2),(105,50,'Cases',1,'2025-11-17 11:25:13',4),(106,52,'Documents',1,'2025-11-17 11:25:54',2),(107,50,'Cases',1,'2025-11-17 11:25:54',4),(108,53,'Events',1,'2025-11-17 11:26:15',2),(109,50,'Cases',1,'2025-11-17 11:26:15',4),(110,48,'Cases',1,'2025-11-17 11:26:24',1),(111,54,'Cases',1,'2025-11-17 11:27:00',2),(112,54,'Cases',1,'2025-11-17 11:27:08',0),(113,55,'Resolutions',1,'2025-11-17 11:27:28',2),(114,54,'Cases',1,'2025-11-17 11:27:29',4),(115,56,'Events',1,'2025-11-17 11:28:02',2),(116,54,'Cases',1,'2025-11-17 11:28:03',4),(117,57,'Documents',1,'2025-11-17 11:28:28',2),(118,54,'Cases',1,'2025-11-17 11:28:30',4),(119,54,'Cases',1,'2025-11-17 11:59:38',4),(120,58,'ModComments',1,'2025-11-17 11:59:38',2),(121,29,'Cases',1,'2025-11-18 08:28:55',0),(122,5,'Calendar',1,'2025-11-18 08:50:07',1),(123,6,'Calendar',1,'2025-11-18 08:50:07',1),(124,7,'Events',1,'2025-11-18 08:50:07',1),(125,8,'Calendar',1,'2025-11-18 08:50:07',1),(126,9,'Calendar',1,'2025-11-18 08:50:07',1),(127,19,'Events',1,'2025-11-18 08:50:08',1),(128,20,'Events',1,'2025-11-18 08:50:08',1),(129,22,'Events',1,'2025-11-18 08:50:08',1),(130,21,'Events',1,'2025-11-18 08:50:08',1),(131,23,'Events',1,'2025-11-18 08:50:08',1),(132,24,'Events',1,'2025-11-18 08:50:08',1),(133,25,'Events',1,'2025-11-18 08:50:08',1),(134,26,'Calendar',1,'2025-11-18 08:50:08',1),(135,59,'Cases',6,'2025-11-18 15:04:03',2),(136,59,'Cases',6,'2025-12-16 15:31:31',4),(137,60,'ModComments',6,'2025-12-16 15:31:30',2),(138,59,'Cases',5,'2025-12-16 15:32:04',4),(139,61,'ModComments',5,'2025-12-16 15:32:04',2),(140,59,'Cases',5,'2025-12-16 15:32:50',4),(141,62,'ModComments',5,'2025-12-16 15:32:50',2),(142,59,'Cases',1,'2025-12-22 12:35:44',4),(143,63,'ModComments',1,'2025-12-22 12:35:44',2),(144,65,'Documents',1,'2025-12-22 12:54:17',2),(145,59,'Cases',1,'2025-12-22 12:54:18',4),(146,59,'Cases',1,'2025-12-23 09:11:16',4),(147,67,'ModComments',1,'2025-12-23 09:11:16',2),(148,59,'Cases',1,'2025-12-23 09:11:24',4),(149,68,'ModComments',1,'2025-12-23 09:11:24',2),(150,59,'Cases',1,'2025-12-23 09:34:07',4),(151,69,'ModComments',1,'2025-12-23 09:34:07',2),(152,59,'Cases',1,'2025-12-23 09:34:14',4),(153,70,'ModComments',1,'2025-12-23 09:34:14',2),(154,59,'Cases',1,'2025-12-23 09:34:20',4),(155,71,'ModComments',1,'2025-12-23 09:34:20',2),(156,59,'Cases',1,'2025-12-23 09:34:26',4),(157,72,'ModComments',1,'2025-12-23 09:34:26',2),(158,59,'Cases',1,'2025-12-23 09:34:40',4),(159,73,'ModComments',1,'2025-12-23 09:34:40',2),(160,65,'Documents',1,'2025-12-23 10:03:58',0),(161,74,'Documents',1,'2025-12-23 10:12:45',2),(162,59,'Cases',1,'2025-12-23 10:12:45',4),(163,59,'Cases',6,'2025-12-23 12:18:45',0),(164,73,'ModComments',1,'2025-12-23 12:34:01',0),(165,59,'Cases',1,'2025-12-23 12:35:50',4),(166,76,'ModComments',1,'2025-12-23 12:35:50',2),(167,37,'Contacts',8,'2026-02-02 01:30:24',4),(168,77,'ModComments',8,'2026-02-02 01:30:24',2),(169,37,'Contacts',8,'2026-02-02 01:31:12',4),(170,78,'ModComments',8,'2026-02-02 01:31:12',2),(171,79,'Events',5,'2026-03-24 00:46:34',2),(172,29,'Cases',5,'2026-03-25 16:39:33',4),(173,80,'ModComments',5,'2026-03-25 16:39:33',2),(174,29,'Cases',5,'2026-03-30 15:48:30',4),(175,81,'ModComments',5,'2026-03-30 15:48:30',2),(176,29,'Cases',5,'2026-03-30 15:52:09',0),(177,82,'Cases',1,'2026-03-31 12:36:53',2),(178,82,'Cases',1,'2026-03-31 12:46:23',0),(179,82,'Cases',1,'2026-03-31 12:46:53',0),(180,82,'Cases',1,'2026-03-31 12:46:59',0),(181,82,'Cases',1,'2026-03-31 13:07:42',0),(182,82,'Cases',1,'2026-03-31 13:34:38',0),(183,82,'Cases',1,'2026-03-31 13:34:38',0),(184,82,'Cases',1,'2026-04-01 06:21:05',0),(185,82,'Cases',1,'2026-04-01 06:32:10',0),(186,82,'Cases',1,'2026-04-01 06:35:11',0),(187,82,'Cases',1,'2026-04-01 06:41:48',0),(188,82,'Cases',1,'2026-04-01 08:48:00',0),(189,82,'Cases',1,'2026-04-01 10:38:54',0),(190,82,'Cases',1,'2026-04-01 10:39:41',0),(191,82,'Cases',1,'2026-04-01 11:16:13',0),(192,82,'Cases',1,'2026-04-01 11:16:35',0),(193,82,'Cases',1,'2026-04-01 11:16:47',0),(194,82,'Cases',1,'2026-04-01 11:17:21',0),(195,82,'Cases',1,'2026-04-01 11:32:48',0),(196,82,'Cases',1,'2026-04-01 11:33:34',0),(197,82,'Cases',1,'2026-04-01 11:33:48',0),(198,29,'Cases',1,'2026-04-01 12:30:46',0),(199,39,'Cases',5,'2026-04-08 16:25:38',0),(200,39,'Cases',5,'2026-04-08 16:25:49',0);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_basic_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!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 (200);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_detail` (
`id` int DEFAULT NULL,
`fieldname` varchar(100) DEFAULT NULL,
`prevalue` text,
`postvalue` text,
KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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,'test Record'),(1,'firstname',NULL,'test'),(1,'contact_no',NULL,'CON1'),(1,'lastname',NULL,'Record'),(1,'assigned_user_id',NULL,'1'),(1,'createdtime',NULL,'2025-11-14 12:39:15'),(1,'modifiedby',NULL,'1'),(1,'support_start_date',NULL,'2025-11-14'),(1,'support_end_date',NULL,'2026-11-14'),(1,'source',NULL,'CRM'),(1,'record_id',NULL,'2'),(1,'record_module',NULL,'Contacts'),(2,'label','test Record','test Record 12'),(2,'lastname','Record','Record 12'),(3,'case_details','This is the case','This is the test case'),(4,'resolution_details','OK','OK Updates'),(5,'label',NULL,'test'),(5,'subject',NULL,'test'),(5,'assigned_user_id',NULL,'1'),(5,'date_start',NULL,'2025-11-17'),(5,'time_start',NULL,'07:02:00'),(5,'due_date',NULL,'2025-11-17'),(5,'duration_hours',NULL,'24'),(5,'duration_minutes',NULL,'58'),(5,'activitytype',NULL,'Task'),(5,'createdtime',NULL,'2025-11-17 07:02:25'),(5,'visibility',NULL,'Private'),(5,'modifiedby',NULL,'1'),(5,'source',NULL,'CRM'),(5,'taskstatus',NULL,'In Progress'),(5,'record_id',NULL,'8'),(5,'record_module',NULL,'Calendar'),(7,'label',NULL,'asd'),(7,'subject',NULL,'asd'),(7,'assigned_user_id',NULL,'1'),(7,'date_start',NULL,'2025-11-17'),(7,'time_start',NULL,'07:03:00'),(7,'due_date',NULL,'2025-11-17'),(7,'duration_hours',NULL,'24'),(7,'duration_minutes',NULL,'57'),(7,'activitytype',NULL,'Task'),(7,'createdtime',NULL,'2025-11-17 07:03:39'),(7,'visibility',NULL,'Private'),(7,'modifiedby',NULL,'1'),(7,'source',NULL,'CRM'),(7,'taskstatus',NULL,'Not Started'),(7,'record_id',NULL,'9'),(7,'record_module',NULL,'Calendar'),(9,'label',NULL,'RS02'),(9,'resolution_no',NULL,'RS02'),(9,'related_to',NULL,'3'),(9,'resolution_details',NULL,'test2'),(9,'resolution_status',NULL,'Active'),(9,'assigned_user_id',NULL,'1'),(9,'createdtime',NULL,'2025-11-17 07:08:07'),(9,'record_id',NULL,'10'),(9,'record_module',NULL,'Resolutions'),(11,'label',NULL,'Test 22'),(11,'subject',NULL,'Test 22'),(11,'assigned_user_id',NULL,'1'),(11,'date_start',NULL,'2025-11-17'),(11,'time_start',NULL,'07:21:00'),(11,'due_date',NULL,'2025-11-17'),(11,'time_end',NULL,'07:26:00'),(11,'duration_minutes',NULL,'5'),(11,'eventstatus',NULL,'Planned'),(11,'activitytype',NULL,'Call'),(11,'createdtime',NULL,'2025-11-17 07:21:55'),(11,'visibility',NULL,'Public'),(11,'modifiedby',NULL,'1'),(11,'source',NULL,'CRM'),(11,'record_id',NULL,'11'),(11,'record_module',NULL,'Events'),(13,'recurringtype','','--None--'),(13,'related_to_case','','3'),(14,'label',NULL,'Test'),(14,'subject',NULL,'Test'),(14,'assigned_user_id',NULL,'1'),(14,'date_start',NULL,'2025-11-17'),(14,'time_start',NULL,'07:23:00'),(14,'due_date',NULL,'2025-11-17'),(14,'duration_hours',NULL,'24'),(14,'duration_minutes',NULL,'37'),(14,'activitytype',NULL,'Task'),(14,'createdtime',NULL,'2025-11-17 07:24:12'),(14,'visibility',NULL,'Private'),(14,'modifiedby',NULL,'1'),(14,'source',NULL,'CRM'),(14,'related_to_case',NULL,'3'),(14,'taskstatus',NULL,'Not Started'),(14,'record_id',NULL,'12'),(14,'record_module',NULL,'Calendar'),(18,'label',NULL,'Test'),(18,'subject',NULL,'Test'),(18,'assigned_user_id',NULL,'1'),(18,'date_start',NULL,'2025-11-17'),(18,'time_start',NULL,'07:39:00'),(18,'due_date',NULL,'2025-11-17'),(18,'time_end',NULL,'07:44:00'),(18,'duration_minutes',NULL,'5'),(18,'eventstatus',NULL,'Planned'),(18,'activitytype',NULL,'Call'),(18,'createdtime',NULL,'2025-11-17 07:39:55'),(18,'visibility',NULL,'Public'),(18,'modifiedby',NULL,'1'),(18,'contact_id',NULL,'2'),(18,'source',NULL,'CRM'),(18,'record_id',NULL,'13'),(18,'record_module',NULL,'Events'),(20,'label',NULL,'4'),(20,'notes_title',NULL,'4'),(20,'createdtime',NULL,'2025-11-17 07:44:08'),(20,'filename',NULL,'4.png'),(20,'assigned_user_id',NULL,'1'),(20,'filetype',NULL,'image/png'),(20,'filesize',NULL,'28332'),(20,'filelocationtype',NULL,'I'),(20,'filestatus',NULL,'1'),(20,'folderid',NULL,'1'),(20,'note_no',NULL,'DOC1'),(20,'modifiedby',NULL,'1'),(20,'source',NULL,'CRM'),(20,'record_id',NULL,'14'),(20,'record_module',NULL,'Documents'),(22,'label',NULL,'wwwww'),(22,'subject',NULL,'wwwww'),(22,'assigned_user_id',NULL,'1'),(22,'date_start',NULL,'2025-11-17'),(22,'time_start',NULL,'07:44:00'),(22,'due_date',NULL,'2025-11-17'),(22,'time_end',NULL,'07:49:00'),(22,'duration_minutes',NULL,'5'),(22,'eventstatus',NULL,'Planned'),(22,'activitytype',NULL,'Call'),(22,'createdtime',NULL,'2025-11-17 07:44:29'),(22,'visibility',NULL,'Public'),(22,'modifiedby',NULL,'1'),(22,'source',NULL,'CRM'),(22,'related_to_case',NULL,'3'),(22,'record_id',NULL,'16'),(22,'record_module',NULL,'Events'),(24,'label',NULL,'task'),(24,'subject',NULL,'task'),(24,'assigned_user_id',NULL,'1'),(24,'date_start',NULL,'2025-11-17'),(24,'time_start',NULL,'07:44:00'),(24,'due_date',NULL,'2025-11-17'),(24,'duration_hours',NULL,'24'),(24,'duration_minutes',NULL,'16'),(24,'activitytype',NULL,'Task'),(24,'createdtime',NULL,'2025-11-17 07:44:53'),(24,'visibility',NULL,'Private'),(24,'modifiedby',NULL,'1'),(24,'source',NULL,'CRM'),(24,'related_to_case',NULL,'3'),(24,'taskstatus',NULL,'Not Started'),(24,'record_id',NULL,'17'),(24,'record_module',NULL,'Calendar'),(26,'label',NULL,'TASSSk'),(26,'subject',NULL,'TASSSk'),(26,'assigned_user_id',NULL,'1'),(26,'date_start',NULL,'2025-11-17'),(26,'time_start',NULL,'07:46:00'),(26,'due_date',NULL,'2025-11-17'),(26,'duration_hours',NULL,'24'),(26,'duration_minutes',NULL,'14'),(26,'activitytype',NULL,'Task'),(26,'createdtime',NULL,'2025-11-17 07:46:25'),(26,'visibility',NULL,'Private'),(26,'modifiedby',NULL,'1'),(26,'source',NULL,'CRM'),(26,'taskstatus',NULL,'Not Started'),(26,'record_id',NULL,'18'),(26,'record_module',NULL,'Calendar'),(34,'label',NULL,'Events'),(34,'subject',NULL,'Events'),(34,'assigned_user_id',NULL,'1'),(34,'date_start',NULL,'2025-11-17'),(34,'time_start',NULL,'07:47:00'),(34,'due_date',NULL,'2025-11-17'),(34,'time_end',NULL,'07:52:00'),(34,'duration_minutes',NULL,'5'),(34,'eventstatus',NULL,'Planned'),(34,'activitytype',NULL,'Call'),(34,'createdtime',NULL,'2025-11-17 07:47:57'),(34,'visibility',NULL,'Public'),(34,'modifiedby',NULL,'1'),(34,'source',NULL,'CRM'),(34,'record_id',NULL,'19'),(34,'record_module',NULL,'Events'),(36,'label',NULL,'Test Event'),(36,'subject',NULL,'Test Event'),(36,'assigned_user_id',NULL,'1'),(36,'date_start',NULL,'2025-11-17'),(36,'time_start',NULL,'07:49:00'),(36,'due_date',NULL,'2025-11-17'),(36,'time_end',NULL,'07:54:00'),(36,'duration_minutes',NULL,'5'),(36,'eventstatus',NULL,'Planned'),(36,'activitytype',NULL,'Call'),(36,'createdtime',NULL,'2025-11-17 07:49:55'),(36,'visibility',NULL,'Public'),(36,'modifiedby',NULL,'1'),(36,'contact_id',NULL,'2'),(36,'source',NULL,'CRM'),(36,'record_id',NULL,'20'),(36,'record_module',NULL,'Events'),(38,'label',NULL,'www'),(38,'subject',NULL,'www'),(38,'assigned_user_id',NULL,'1'),(38,'date_start',NULL,'2025-11-17'),(38,'time_start',NULL,'07:51:00'),(38,'due_date',NULL,'2025-11-17'),(38,'time_end',NULL,'07:56:00'),(38,'duration_minutes',NULL,'5'),(38,'eventstatus',NULL,'Planned'),(38,'activitytype',NULL,'Call'),(38,'createdtime',NULL,'2025-11-17 07:51:31'),(38,'visibility',NULL,'Public'),(38,'modifiedby',NULL,'1'),(38,'contact_id',NULL,'2'),(38,'source',NULL,'CRM'),(38,'record_id',NULL,'21'),(38,'record_module',NULL,'Events'),(40,'label',NULL,'tEst'),(40,'subject',NULL,'tEst'),(40,'assigned_user_id',NULL,'1'),(40,'date_start',NULL,'2025-11-17'),(40,'time_start',NULL,'07:50:00'),(40,'due_date',NULL,'2025-11-17'),(40,'time_end',NULL,'07:55:00'),(40,'duration_minutes',NULL,'5'),(40,'eventstatus',NULL,'Planned'),(40,'activitytype',NULL,'Call'),(40,'createdtime',NULL,'2025-11-17 07:52:06'),(40,'visibility',NULL,'Public'),(40,'modifiedby',NULL,'1'),(40,'source',NULL,'CRM'),(40,'record_id',NULL,'22'),(40,'record_module',NULL,'Events'),(42,'label',NULL,'w'),(42,'subject',NULL,'w'),(42,'assigned_user_id',NULL,'1'),(42,'date_start',NULL,'2025-11-17'),(42,'time_start',NULL,'07:56:00'),(42,'due_date',NULL,'2025-11-17'),(42,'time_end',NULL,'08:01:00'),(42,'duration_minutes',NULL,'5'),(42,'eventstatus',NULL,'Planned'),(42,'activitytype',NULL,'Call'),(42,'createdtime',NULL,'2025-11-17 07:57:00'),(42,'visibility',NULL,'Public'),(42,'modifiedby',NULL,'1'),(42,'source',NULL,'CRM'),(42,'related_to_case',NULL,'3'),(42,'record_id',NULL,'23'),(42,'record_module',NULL,'Events'),(46,'label',NULL,'TEST EVENTS'),(46,'subject',NULL,'TEST EVENTS'),(46,'assigned_user_id',NULL,'1'),(46,'date_start',NULL,'2025-11-17'),(46,'time_start',NULL,'08:00:00'),(46,'due_date',NULL,'2025-11-17'),(46,'time_end',NULL,'08:05:00'),(46,'duration_minutes',NULL,'5'),(46,'eventstatus',NULL,'Planned'),(46,'activitytype',NULL,'Call'),(46,'createdtime',NULL,'2025-11-17 08:01:11'),(46,'visibility',NULL,'Public'),(46,'modifiedby',NULL,'1'),(46,'source',NULL,'CRM'),(46,'record_id',NULL,'24'),(46,'record_module',NULL,'Events'),(48,'label',NULL,'Test'),(48,'subject',NULL,'Test'),(48,'assigned_user_id',NULL,'1'),(48,'date_start',NULL,'2025-11-17'),(48,'time_start',NULL,'08:04:00'),(48,'due_date',NULL,'2025-11-17'),(48,'time_end',NULL,'08:09:00'),(48,'duration_minutes',NULL,'5'),(48,'eventstatus',NULL,'Planned'),(48,'activitytype',NULL,'Call'),(48,'createdtime',NULL,'2025-11-17 08:04:30'),(48,'visibility',NULL,'Public'),(48,'modifiedby',NULL,'1'),(48,'source',NULL,'CRM'),(48,'record_id',NULL,'25'),(48,'record_module',NULL,'Events'),(53,'label',NULL,'Test'),(53,'subject',NULL,'Test'),(53,'assigned_user_id',NULL,'1'),(53,'date_start',NULL,'2025-11-17'),(53,'time_start',NULL,'09:06:00'),(53,'due_date',NULL,'2025-11-17'),(53,'duration_hours',NULL,'22'),(53,'duration_minutes',NULL,'54'),(53,'activitytype',NULL,'Task'),(53,'createdtime',NULL,'2025-11-17 09:06:23'),(53,'visibility',NULL,'Private'),(53,'modifiedby',NULL,'1'),(53,'source',NULL,'CRM'),(53,'related_to_case',NULL,'3'),(53,'taskstatus',NULL,'Not Started'),(53,'record_id',NULL,'26'),(53,'record_module',NULL,'Calendar'),(56,'label',NULL,'test bhavin'),(56,'commentcontent',NULL,'test bhavin'),(56,'assigned_user_id',NULL,'1'),(56,'createdtime',NULL,'2025-11-17 09:14:34'),(56,'related_to',NULL,'3'),(56,'creator',NULL,'1'),(56,'source',NULL,'CRM'),(56,'userid',NULL,'1'),(56,'record_id',NULL,'27'),(56,'record_module',NULL,'ModComments'),(57,'label',NULL,'chirag darji'),(57,'firstname',NULL,'chirag'),(57,'contact_no',NULL,'CON2'),(57,'lastname',NULL,'darji'),(57,'assigned_user_id',NULL,'1'),(57,'createdtime',NULL,'2025-11-17 09:18:34'),(57,'modifiedby',NULL,'1'),(57,'support_start_date',NULL,'2025-11-17'),(57,'support_end_date',NULL,'2026-11-17'),(57,'source',NULL,'CRM'),(57,'record_id',NULL,'28'),(57,'record_module',NULL,'Contacts'),(59,'assigned_user_id','1','5'),(59,'modifiedby','1','5'),(60,'label',NULL,'CASE02'),(60,'case_no',NULL,'CASE02'),(60,'related_to',NULL,'28'),(60,'case_details',NULL,'The Patel family owns a 3-floor house purchased by the father in 1985.\n\nAfter the father passed away, the property remained in the mother’s possession.\n\nThe elder son claims he invested money in renovation, so he wants a bigger share.\n\nThe younger son argues that the property should be divided equally among all children.\n\nThe daughter says she was not informed about earlier decisions and demands her legal share.\n\nThe mother wants to keep one floor for herself and divide the remaining floors among the children.\n\nThe sons disagree on valuation and want the court to appoint an official valuer.\n\nThe daughter files a legal notice asking for equal partition of the property.\n\nThe dispute escalates, and the family files a civil suit in the district court.\n\nThe court begins hearings to determine rightful shares as per inheritance law.'),(60,'case_status',NULL,'Initiated'),(60,'assigned_user_id',NULL,'5'),(60,'createdtime',NULL,'2025-11-17 09:22:26'),(60,'record_id',NULL,'29'),(60,'record_module',NULL,'Cases'),(62,'label',NULL,'RS03'),(62,'resolution_no',NULL,'RS03'),(62,'related_to',NULL,'29'),(62,'resolution_details',NULL,'Sample Resolution Notes – First Meeting (Case Not Resolved Yet)\n\nDate: 17-11-2025\nParties Present: All family members (Mother, Elder Son, Younger Son, Daughter)\nPurpose of Meeting: Initial discussion to understand concerns related to property division.\n\nAll parties explained their individual viewpoints regarding the property.\n\nElder Son stated he contributed financially to renovation and requested consideration.\n\nYounger Son insisted that property should be divided equally as per law.\n\nDaughter expressed that she was not included in earlier discussions and wants her rightful share.\n\nMother stated she wants to retain one portion for her own residence and support.\n\nAll parties agreed that clear documentation of the property’s valuation is required.\n\nDiscussion remained respectful but no mutual agreement was reached on division.\n\nIt was decided that an independent property valuer may be appointed in the next step.\n\nParties agreed to gather all relevant documents (purchase deed, renovation expenses, etc.) before the next meeting.\n\nCase remains unresolved, and a second meeting will be scheduled when documents and valuation reports are ready.'),(62,'resolution_status',NULL,'Active'),(62,'assigned_user_id',NULL,'5'),(62,'createdtime',NULL,'2025-11-17 09:24:53'),(62,'record_id',NULL,'30'),(62,'record_module',NULL,'Resolutions'),(65,'label',NULL,'Assigned this case to Richa for further investigation'),(65,'commentcontent',NULL,'Assigned this case to Richa for further investigation'),(65,'assigned_user_id',NULL,'5'),(65,'createdtime',NULL,'2025-11-17 09:26:42'),(65,'related_to',NULL,'29'),(65,'creator',NULL,'5'),(65,'source',NULL,'CRM'),(65,'userid',NULL,'5'),(65,'record_id',NULL,'31'),(65,'record_module',NULL,'ModComments'),(66,'label',NULL,'second meeting Resolution'),(66,'notes_title',NULL,'second meeting Resolution'),(66,'createdtime',NULL,'2025-11-17 09:30:13'),(66,'filename',NULL,'Second_Meeting_Resolution_Note.docx'),(66,'assigned_user_id',NULL,'6'),(66,'filetype',NULL,'application/vnd.openxmlformats-officedocument.word'),(66,'filesize',NULL,'37117'),(66,'filelocationtype',NULL,'I'),(66,'filestatus',NULL,'1'),(66,'folderid',NULL,'1'),(66,'note_no',NULL,'DOC2'),(66,'modifiedby',NULL,'6'),(66,'source',NULL,'CRM'),(66,'record_id',NULL,'32'),(66,'record_module',NULL,'Documents'),(68,'label',NULL,'Final Resolution meeting'),(68,'subject',NULL,'Final Resolution meeting'),(68,'assigned_user_id',NULL,'6'),(68,'date_start',NULL,'2025-12-04'),(68,'time_start',NULL,'09:30:00'),(68,'due_date',NULL,'2025-12-04'),(68,'time_end',NULL,'09:35:00'),(68,'duration_minutes',NULL,'5'),(68,'eventstatus',NULL,'Planned'),(68,'activitytype',NULL,'Meeting'),(68,'createdtime',NULL,'2025-11-17 09:31:22'),(68,'visibility',NULL,'Public'),(68,'modifiedby',NULL,'6'),(68,'source',NULL,'CRM'),(68,'related_to_case',NULL,'29'),(68,'record_id',NULL,'34'),(68,'record_module',NULL,'Events'),(70,'recurringtype','','--None--'),(70,'contact_id','','28'),(72,'label',NULL,'William Reed'),(72,'firstname',NULL,'William'),(72,'contact_no',NULL,'CON3'),(72,'lastname',NULL,'Reed'),(72,'assigned_user_id',NULL,'1'),(72,'createdtime',NULL,'2025-11-17 10:49:52'),(72,'modifiedby',NULL,'1'),(72,'support_start_date',NULL,'2025-11-17'),(72,'support_end_date',NULL,'2026-11-17'),(72,'source',NULL,'CRM'),(72,'record_id',NULL,'35'),(72,'record_module',NULL,'Contacts'),(73,'label',NULL,'Janet Kunz'),(73,'firstname',NULL,'Janet'),(73,'contact_no',NULL,'CON4'),(73,'lastname',NULL,'Kunz'),(73,'assigned_user_id',NULL,'1'),(73,'createdtime',NULL,'2025-11-17 10:50:39'),(73,'modifiedby',NULL,'1'),(73,'support_start_date',NULL,'2025-11-17'),(73,'support_end_date',NULL,'2026-11-17'),(73,'source',NULL,'CRM'),(73,'record_id',NULL,'36'),(73,'record_module',NULL,'Contacts'),(74,'label',NULL,'Rachel Miller'),(74,'firstname',NULL,'Rachel'),(74,'contact_no',NULL,'CON5'),(74,'lastname',NULL,'Miller'),(74,'assigned_user_id',NULL,'1'),(74,'createdtime',NULL,'2025-11-17 10:50:55'),(74,'modifiedby',NULL,'1'),(74,'support_start_date',NULL,'2025-11-17'),(74,'support_end_date',NULL,'2026-11-17'),(74,'source',NULL,'CRM'),(74,'record_id',NULL,'37'),(74,'record_module',NULL,'Contacts'),(75,'label',NULL,'Lawrence Smith'),(75,'firstname',NULL,'Lawrence'),(75,'contact_no',NULL,'CON6'),(75,'lastname',NULL,'Smith'),(75,'assigned_user_id',NULL,'1'),(75,'createdtime',NULL,'2025-11-17 10:51:40'),(75,'modifiedby',NULL,'1'),(75,'support_start_date',NULL,'2025-11-17'),(75,'support_end_date',NULL,'2026-11-17'),(75,'source',NULL,'CRM'),(75,'record_id',NULL,'38'),(75,'record_module',NULL,'Contacts'),(76,'assigned_user_id','1','5'),(77,'assigned_user_id','1','6'),(78,'assigned_user_id','1','6'),(79,'assigned_user_id','1','5'),(80,'label',NULL,'CASE03'),(80,'case_no',NULL,'CASE03'),(80,'related_to',NULL,'35'),(80,'case_details',NULL,'The case involves a long-standing boundary dispute between two neighbouring families, the Gupta family and the Khanna family, who purchased their adjacent plots in 1998. Tensions began when the Gupta family noticed that the boundary fence separating the two plots had seemingly been shifted. They claim that the Khannas moved the fence approximately three feet inside their land, effectively reducing their plot area. The Khanna family denies this allegation and maintains that the fence has always been positioned accurately as per their understanding of the plot lines.\n\nConcerned about the conflicting claims, both families approached the local municipal authorities. A municipal surveyor was sent to inspect the site and compare the physical boundary with the official land records. The survey revealed discrepancies between the mapped boundaries and the actual on-ground measurements. However, the findings were disputed by both parties, each arguing that the report did not accurately reflect the true demarcation of their respective properties.\n\nWith no agreement reached and the municipal conclusion rejected by both sides, the Gupta family proceeded to file a civil claim. Their application requested the court to correct the boundary as per the original land records and to award compensation for the portion of land they believe they lost due to the fence shift.\n\nIn response, the court acknowledged the complexity of the case and ordered the appointment of an independent government-approved surveyor to conduct a fresh, unbiased measurement. The objective is to establish the exact legal boundary and provide clarity for judicial decision-making.'),(80,'case_status',NULL,'InProgress'),(80,'assigned_user_id',NULL,'5'),(80,'createdtime',NULL,'2025-11-17 11:04:44'),(80,'case_title',NULL,'Boundary Marking Conflict Between Adjacent Plots'),(80,'record_id',NULL,'39'),(80,'record_module',NULL,'Cases'),(81,'case_details','The case involves a long-standing boundary dispute between two neighbouring families, the Gupta family and the Khanna family, who purchased their adjacent plots in 1998. Tensions began when the Gupta family noticed that the boundary fence separating the two plots had seemingly been shifted. They claim that the Khannas moved the fence approximately three feet inside their land, effectively reducing their plot area. The Khanna family denies this allegation and maintains that the fence has always been positioned accurately as per their understanding of the plot lines.\n\nConcerned about the conflicting claims, both families approached the local municipal authorities. A municipal surveyor was sent to inspect the site and compare the physical boundary with the official land records. The survey revealed discrepancies between the mapped boundaries and the actual on-ground measurements. However, the findings were disputed by both parties, each arguing that the report did not accurately reflect the true demarcation of their respective properties.\n\nWith no agreement reached and the municipal conclusion rejected by both sides, the Gupta family proceeded to file a civil claim. Their application requested the court to correct the boundary as per the original land records and to award compensation for the portion of land they believe they lost due to the fence shift.\n\nIn response, the court acknowledged the complexity of the case and ordered the appointment of an independent government-approved surveyor to conduct a fresh, unbiased measurement. The objective is to establish the exact legal boundary and provide clarity for judicial decision-making.','This case concerns a boundary dispute between two neighbouring families, the Gupta and Khanna families, who purchased adjacent land plots in 1998. The conflict emerged when the Gupta family observed that the boundary fence dividing the two properties appeared to have been shifted. They allege that the Khannas moved the fence nearly three feet into their land, reducing their plot area. The Khanna family denies this claim and insists that the fence has always been correctly placed according to their understanding of the property lines.\n\nDue to the disagreement, both families approached the local municipal authorities for clarification. A municipal surveyor inspected the site and compared the physical boundary with official land records. The survey revealed inconsistencies between the recorded map and the actual on-site measurements. However, both parties disputed the findings, stating that the report did not accurately represent the true boundary.\n\nWith the municipal decision rejected by both sides, the Gupta family filed a civil claim seeking correction of the boundary and compensation. Recognizing the complexity of the issue, the court appointed an independent government-approved surveyor to conduct a fresh and impartial measurement. The case remains pending, awaiting the final survey report to guide the court’s judgment.'),(82,'label',NULL,'RS04'),(82,'resolution_no',NULL,'RS04'),(82,'related_to',NULL,'39'),(82,'resolution_details',NULL,'A definitive outcome will be determined once the fresh measurement report is submitted, upon which the court will make a judgment regarding boundary correction, responsibility, and any applicable compensation.'),(82,'resolution_status',NULL,'Active'),(82,'assigned_user_id',NULL,'5'),(82,'createdtime',NULL,'2025-11-17 11:05:52'),(82,'record_id',NULL,'40'),(82,'record_module',NULL,'Resolutions'),(84,'label',NULL,'Site Inspection Follow-up for Boundary Dispute'),(84,'subject',NULL,'Site Inspection Follow-up for Boundary Dispute'),(84,'assigned_user_id',NULL,'5'),(84,'date_start',NULL,'2025-11-19'),(84,'time_start',NULL,'11:07:00'),(84,'due_date',NULL,'2025-11-19'),(84,'duration_hours',NULL,'20'),(84,'duration_minutes',NULL,'53'),(84,'activitytype',NULL,'Task'),(84,'createdtime',NULL,'2025-11-17 11:07:26'),(84,'visibility',NULL,'Private'),(84,'modifiedby',NULL,'1'),(84,'contact_id',NULL,'35'),(84,'source',NULL,'CRM'),(84,'taskstatus',NULL,'In Progress'),(84,'record_id',NULL,'41'),(84,'record_module',NULL,'Calendar'),(86,'label',NULL,'Site Inspection Follow-up for Boundary Dispute'),(86,'subject',NULL,'Site Inspection Follow-up for Boundary Dispute'),(86,'assigned_user_id',NULL,'5'),(86,'date_start',NULL,'2025-11-19'),(86,'time_start',NULL,'11:08:00'),(86,'due_date',NULL,'2025-11-19'),(86,'duration_hours',NULL,'20'),(86,'duration_minutes',NULL,'52'),(86,'activitytype',NULL,'Task'),(86,'createdtime',NULL,'2025-11-17 11:08:45'),(86,'visibility',NULL,'Private'),(86,'modifiedby',NULL,'1'),(86,'source',NULL,'CRM'),(86,'related_to_case',NULL,'39'),(86,'taskstatus',NULL,'In Progress'),(86,'record_id',NULL,'42'),(86,'record_module',NULL,'Calendar'),(88,'label',NULL,'Independent Surveyor Appointment Order'),(88,'notes_title',NULL,'Independent Surveyor Appointment Order'),(88,'createdtime',NULL,'2025-11-17 11:14:38'),(88,'assigned_user_id',NULL,'5'),(88,'notecontent',NULL,'This document contains the court’s directive appointing an independent government-approved surveyor to conduct a fresh boundary measurement for the dispute between the Gupta and Khanna families. The order highlights inconsistencies in the municipal survey, the rejection of earlier findings by both parties, and the need for an impartial evaluation. The surveyor is instructed to compare physical boundaries with original land records from 1998 and provide a detailed report within a stipulated timeframe. The final survey report will be used to determine legal ownership and guide the court’s judgment regarding boundary correction and compensation claims.'),(88,'filelocationtype',NULL,'I'),(88,'filestatus',NULL,'1'),(88,'folderid',NULL,'1'),(88,'note_no',NULL,'DOC3'),(88,'modifiedby',NULL,'1'),(88,'source',NULL,'CRM'),(88,'record_id',NULL,'43'),(88,'record_module',NULL,'Documents'),(90,'label',NULL,'CASE04'),(90,'case_no',NULL,'CASE04'),(90,'related_to',NULL,'37'),(90,'case_details',NULL,'An employee, Ms. Raina Sharma, filed a formal complaint against her team leader, Mr. Varun Mehta, alleging repeated verbal harassment, belittling remarks, and inappropriate comments during office meetings. According to Raina, the behaviour escalated over a period of three months, affecting her mental well-being and productivity. Following her complaint, the HR department initiated a confidential inquiry. Initial witness statements revealed mixed views — while some colleagues supported Raina’s claims, others reported that the team leader had a strict communication style but did not cross professional boundaries. HR requested emails, chat logs, and meeting recordings to verify the allegations.\n\nThe accused, Mr. Mehta, denied intentional misconduct and stated that his feedback was strictly performance-oriented. Given the sensitive nature of the complaint, HR formed an Internal Complaints Committee (ICC) as per workplace harassment guidelines. The committee scheduled interviews, reviewed digital evidence, and analysed behavioural patterns. The ICC’s preliminary findings indicated that certain comments made by Mr. Mehta were inappropriate and unprofessional, even if not intentionally harmful. To ensure fairness, both sides were allowed to submit additional statements before the final decision.'),(90,'case_status',NULL,'Initiated'),(90,'assigned_user_id',NULL,'6'),(90,'createdtime',NULL,'2025-11-17 11:16:22'),(90,'case_title',NULL,'Workplace Harassment Complaint'),(90,'record_id',NULL,'44'),(90,'record_module',NULL,'Cases'),(91,'case_status','Initiated','Completed'),(92,'label',NULL,'RS05'),(92,'resolution_no',NULL,'RS05'),(92,'related_to',NULL,'44'),(92,'resolution_details',NULL,'ICC ordered sensitivity training for Mr. Mehta, issued a formal warning, and recommended team restructuring. Raina was transferred to another reporting manager.'),(92,'resolution_status',NULL,'InActive'),(92,'assigned_user_id',NULL,'6'),(92,'createdtime',NULL,'2025-11-17 11:16:54'),(92,'record_id',NULL,'45'),(92,'record_module',NULL,'Resolutions'),(94,'label',NULL,'ICC Hearing Follow-up'),(94,'subject',NULL,'ICC Hearing Follow-up'),(94,'assigned_user_id',NULL,'6'),(94,'date_start',NULL,'2025-11-16'),(94,'time_start',NULL,'11:17:00'),(94,'due_date',NULL,'2025-11-16'),(94,'duration_hours',NULL,'20'),(94,'duration_minutes',NULL,'43'),(94,'activitytype',NULL,'Task'),(94,'createdtime',NULL,'2025-11-17 11:17:13'),(94,'visibility',NULL,'Private'),(94,'modifiedby',NULL,'1'),(94,'source',NULL,'CRM'),(94,'related_to_case',NULL,'44'),(94,'taskstatus',NULL,'Completed'),(94,'record_id',NULL,'46'),(94,'record_module',NULL,'Calendar'),(96,'label',NULL,'ICC Final Report – Harassment Inquiry'),(96,'notes_title',NULL,'ICC Final Report – Harassment Inquiry'),(96,'createdtime',NULL,'2025-11-17 11:18:50'),(96,'assigned_user_id',NULL,'6'),(96,'notecontent',NULL,'Detailed investigation findings, evidence summary, recommendations, and final actions.'),(96,'filelocationtype',NULL,'I'),(96,'filestatus',NULL,'1'),(96,'folderid',NULL,'1'),(96,'note_no',NULL,'DOC4'),(96,'modifiedby',NULL,'1'),(96,'source',NULL,'CRM'),(96,'record_id',NULL,'47'),(96,'record_module',NULL,'Documents'),(98,'label',NULL,'CASE05'),(98,'case_no',NULL,'CASE05'),(98,'related_to',NULL,'36'),(98,'case_details',NULL,'Mr. and Mrs. Sen filed a negligence complaint against CityCare Hospital after their 8-year-old son developed complications following a minor appendix surgery. According to the parents, the doctor failed to diagnose an early post-surgery infection, leading to high fever, prolonged hospitalization, and additional treatment. The family argues that timely medical action could have prevented complications. The hospital denies negligence, stating that complications were “rare but medically possible.” Internal hospital records were reviewed, revealing that follow-up monitoring notes were incomplete.\n\nThe family filed a legal complaint with the Consumer Court seeking compensation for medical costs and emotional distress. The court requested independent medical experts to review the case. The expert panel reported that the infection could have been detected earlier had the vitals been monitored every 4 hours as per standard guidelines. This pointed to a lapse in post-operative care.'),(98,'case_status',NULL,'Initiated'),(98,'assigned_user_id',NULL,'5'),(98,'createdtime',NULL,'2025-11-17 11:19:50'),(98,'case_title',NULL,'Medical Negligence Claim'),(98,'record_id',NULL,'48'),(98,'record_module',NULL,'Cases'),(99,'label',NULL,'RS06'),(99,'resolution_no',NULL,'RS06'),(99,'resolution_details',NULL,'Court ordered the hospital to pay partial compensation and implement stricter post-operative monitoring protocols.'),(99,'resolution_status',NULL,'Active'),(99,'assigned_user_id',NULL,'6'),(99,'createdtime',NULL,'2025-11-17 11:20:21'),(99,'record_id',NULL,'49'),(99,'record_module',NULL,'Resolutions'),(102,'label',NULL,'CASE06'),(102,'case_no',NULL,'CASE06'),(102,'related_to',NULL,'36'),(102,'case_details',NULL,'Mr. and Mrs. Sen filed a negligence complaint against CityCare Hospital after their 8-year-old son developed complications following a minor appendix surgery. According to the parents, the doctor failed to diagnose an early post-surgery infection, leading to high fever, prolonged hospitalization, and additional treatment. The family argues that timely medical action could have prevented complications. The hospital denies negligence, stating that complications were “rare but medically possible.” Internal hospital records were reviewed, revealing that follow-up monitoring notes were incomplete.\n\nThe family filed a legal complaint with the Consumer Court seeking compensation for medical costs and emotional distress. The court requested independent medical experts to review the case. The expert panel reported that the infection could have been detected earlier had the vitals been monitored every 4 hours as per standard guidelines. This pointed to a lapse in post-operative care.'),(102,'case_status',NULL,'Initiated'),(102,'assigned_user_id',NULL,'5'),(102,'createdtime',NULL,'2025-11-17 11:24:20'),(102,'case_title',NULL,'Medical Negligence Claim'),(102,'record_id',NULL,'50'),(102,'record_module',NULL,'Cases'),(103,'case_status','Initiated','InProgress'),(104,'label',NULL,'RS07'),(104,'resolution_no',NULL,'RS07'),(104,'related_to',NULL,'50'),(104,'resolution_details',NULL,'Court ordered the hospital to pay partial compensation and implement stricter post-operative monitoring protocols.'),(104,'resolution_status',NULL,'Active'),(104,'assigned_user_id',NULL,'5'),(104,'createdtime',NULL,'2025-11-17 11:25:13'),(104,'record_id',NULL,'51'),(104,'record_module',NULL,'Resolutions'),(106,'label',NULL,'Expert Medical Review Report'),(106,'notes_title',NULL,'Expert Medical Review Report'),(106,'createdtime',NULL,'2025-11-17 11:25:54'),(106,'assigned_user_id',NULL,'5'),(106,'notecontent',NULL,'Independent experts’ opinion on the alleged negligence.'),(106,'filelocationtype',NULL,'I'),(106,'filestatus',NULL,'1'),(106,'folderid',NULL,'1'),(106,'note_no',NULL,'DOC5'),(106,'modifiedby',NULL,'1'),(106,'source',NULL,'CRM'),(106,'record_id',NULL,'52'),(106,'record_module',NULL,'Documents'),(108,'label',NULL,'Medical Expert Panel Coordination'),(108,'subject',NULL,'Medical Expert Panel Coordination'),(108,'assigned_user_id',NULL,'1'),(108,'date_start',NULL,'2025-11-18'),(108,'time_start',NULL,'11:26:00'),(108,'due_date',NULL,'2025-11-18'),(108,'time_end',NULL,'11:31:00'),(108,'duration_minutes',NULL,'5'),(108,'eventstatus',NULL,'Planned'),(108,'activitytype',NULL,'Meeting'),(108,'createdtime',NULL,'2025-11-17 11:26:15'),(108,'visibility',NULL,'Public'),(108,'modifiedby',NULL,'1'),(108,'source',NULL,'CRM'),(108,'related_to_case',NULL,'50'),(108,'record_id',NULL,'53'),(108,'record_module',NULL,'Events'),(111,'label',NULL,'CASE07'),(111,'case_no',NULL,'CASE07'),(111,'related_to',NULL,'38'),(111,'case_details',NULL,'Mr. Dilip Verma reported a fraudulent debit of ₹48,000 from his bank account through an online payment gateway. He claimed he never shared his OTP and suspected that his card details were stolen from a compromised website. After raising a complaint with the bank, the fraud investigation team traced the transaction to a merchant account that had previously been flagged for suspicious activity. The bank temporarily blocked Verma’s card and initiated a charge dispute.\n\nThe merchant denied involvement and claimed the transaction was authorized by the customer. Since the matter involved potential cybercrime, a police FIR was registered. Digital forensic analysis revealed the transaction originated from an IP address linked to a phishing domain. Investigators concluded that Verma’s credentials were likely stolen through a fake login page.'),(111,'assigned_user_id',NULL,'6'),(111,'createdtime',NULL,'2025-11-17 11:27:00'),(111,'case_title',NULL,'Fraudulent Online Transaction'),(111,'record_id',NULL,'54'),(111,'record_module',NULL,'Cases'),(112,'case_status','','InProgress'),(113,'label',NULL,'RS08'),(113,'resolution_no',NULL,'RS08'),(113,'related_to',NULL,'54'),(113,'resolution_details',NULL,'Bank refunded the full amount under RBI zero-liability rules, and police shut down the phishing domain.'),(113,'resolution_status',NULL,'Active'),(113,'assigned_user_id',NULL,'6'),(113,'createdtime',NULL,'2025-11-17 11:27:28'),(113,'record_id',NULL,'55'),(113,'record_module',NULL,'Resolutions'),(115,'label',NULL,'Fraud Investigation Call'),(115,'subject',NULL,'Fraud Investigation Call'),(115,'assigned_user_id',NULL,'6'),(115,'date_start',NULL,'2025-11-16'),(115,'time_start',NULL,'11:27:00'),(115,'due_date',NULL,'2025-11-16'),(115,'time_end',NULL,'11:32:00'),(115,'duration_minutes',NULL,'5'),(115,'eventstatus',NULL,'Held'),(115,'activitytype',NULL,'Call'),(115,'createdtime',NULL,'2025-11-17 11:28:02'),(115,'visibility',NULL,'Public'),(115,'modifiedby',NULL,'1'),(115,'source',NULL,'CRM'),(115,'related_to_case',NULL,'54'),(115,'record_id',NULL,'56'),(115,'record_module',NULL,'Events'),(117,'label',NULL,'Cyber Forensic Report'),(117,'notes_title',NULL,'Cyber Forensic Report'),(117,'createdtime',NULL,'2025-11-17 11:28:28'),(117,'assigned_user_id',NULL,'6'),(117,'notecontent',NULL,'IP tracing details, phishing URL analysis, and fraud confirmation.'),(117,'filelocationtype',NULL,'I'),(117,'filestatus',NULL,'1'),(117,'folderid',NULL,'1'),(117,'note_no',NULL,'DOC6'),(117,'modifiedby',NULL,'1'),(117,'source',NULL,'CRM'),(117,'record_id',NULL,'57'),(117,'record_module',NULL,'Documents'),(120,'label',NULL,'Forensic evidence confirmed the phishing attack, leading to a full refund and closure of the fraudulent transaction case.'),(120,'commentcontent',NULL,'Forensic evidence confirmed the phishing attack, leading to a full refund and closure of the fraudulent transaction case.'),(120,'assigned_user_id',NULL,'1'),(120,'createdtime',NULL,'2025-11-17 11:59:38'),(120,'related_to',NULL,'54'),(120,'creator',NULL,'1'),(120,'source',NULL,'CRM'),(120,'userid',NULL,'1'),(120,'record_id',NULL,'58'),(120,'record_module',NULL,'ModComments'),(121,'case_title','','Family Dispute'),(135,'label',NULL,'CASE08'),(135,'case_no',NULL,'CASE08'),(135,'related_to',NULL,'35'),(135,'case_details',NULL,'Nuevo caso prueba'),(135,'case_status',NULL,'Initiated'),(135,'assigned_user_id',NULL,'6'),(135,'createdtime',NULL,'2025-11-18 15:04:03'),(135,'case_title',NULL,'Aaaaa vs bbbbbb'),(135,'record_id',NULL,'59'),(135,'record_module',NULL,'Cases'),(137,'label',NULL,'We decide to approve divorce.'),(137,'commentcontent',NULL,'We decide to approve divorce.'),(137,'assigned_user_id',NULL,'6'),(137,'createdtime',NULL,'2025-12-16 15:31:30'),(137,'related_to',NULL,'59'),(137,'creator',NULL,'6'),(137,'source',NULL,'CRM'),(137,'userid',NULL,'6'),(137,'record_id',NULL,'60'),(137,'record_module',NULL,'ModComments'),(139,'label',NULL,'Las partes de hace convenio'),(139,'commentcontent',NULL,'Las partes de hace convenio'),(139,'assigned_user_id',NULL,'5'),(139,'createdtime',NULL,'2025-12-16 15:32:04'),(139,'related_to',NULL,'59'),(139,'creator',NULL,'5'),(139,'source',NULL,'CRM'),(139,'userid',NULL,'5'),(139,'record_id',NULL,'61'),(139,'record_module',NULL,'ModComments'),(141,'label',NULL,'comentario dos sobre prueba de divorcio'),(141,'commentcontent',NULL,'comentario dos sobre prueba de divorcio'),(141,'assigned_user_id',NULL,'5'),(141,'createdtime',NULL,'2025-12-16 15:32:50'),(141,'related_to',NULL,'59'),(141,'creator',NULL,'5'),(141,'source',NULL,'CRM'),(141,'userid',NULL,'5'),(141,'record_id',NULL,'62'),(141,'record_module',NULL,'ModComments'),(143,'label',NULL,'test'),(143,'commentcontent',NULL,'test'),(143,'assigned_user_id',NULL,'1'),(143,'createdtime',NULL,'2025-12-22 12:35:44'),(143,'related_to',NULL,'59'),(143,'creator',NULL,'1'),(143,'source',NULL,'CRM'),(143,'userid',NULL,'1'),(143,'filename',NULL,'64'),(143,'record_id',NULL,'63'),(143,'record_module',NULL,'ModComments'),(144,'label',NULL,'Group 1520'),(144,'notes_title',NULL,'Group 1520'),(144,'createdtime',NULL,'2025-12-22 12:54:17'),(144,'filename',NULL,'Group_1520.png'),(144,'assigned_user_id',NULL,'1'),(144,'filetype',NULL,'image/png'),(144,'filesize',NULL,'43644'),(144,'filelocationtype',NULL,'I'),(144,'filestatus',NULL,'1'),(144,'folderid',NULL,'1'),(144,'note_no',NULL,'DOC7'),(144,'modifiedby',NULL,'1'),(144,'source',NULL,'CRM'),(144,'record_id',NULL,'65'),(144,'record_module',NULL,'Documents'),(147,'label',NULL,'Test'),(147,'commentcontent',NULL,'Test'),(147,'assigned_user_id',NULL,'1'),(147,'createdtime',NULL,'2025-12-23 09:11:16'),(147,'related_to',NULL,'59'),(147,'creator',NULL,'1'),(147,'source',NULL,'CRM'),(147,'userid',NULL,'1'),(147,'record_id',NULL,'67'),(147,'record_module',NULL,'ModComments'),(149,'label',NULL,'Test new'),(149,'commentcontent',NULL,'Test new'),(149,'assigned_user_id',NULL,'1'),(149,'createdtime',NULL,'2025-12-23 09:11:24'),(149,'related_to',NULL,'59'),(149,'creator',NULL,'1'),(149,'source',NULL,'CRM'),(149,'userid',NULL,'1'),(149,'record_id',NULL,'68'),(149,'record_module',NULL,'ModComments'),(151,'label',NULL,'testtt'),(151,'commentcontent',NULL,'testtt'),(151,'assigned_user_id',NULL,'1'),(151,'createdtime',NULL,'2025-12-23 09:34:07'),(151,'related_to',NULL,'59'),(151,'creator',NULL,'1'),(151,'source',NULL,'CRM'),(151,'userid',NULL,'1'),(151,'record_id',NULL,'69'),(151,'record_module',NULL,'ModComments'),(153,'label',NULL,'testttt'),(153,'commentcontent',NULL,'testttt'),(153,'assigned_user_id',NULL,'1'),(153,'createdtime',NULL,'2025-12-23 09:34:14'),(153,'related_to',NULL,'59'),(153,'creator',NULL,'1'),(153,'source',NULL,'CRM'),(153,'userid',NULL,'1'),(153,'record_id',NULL,'70'),(153,'record_module',NULL,'ModComments'),(155,'label',NULL,'testttttt new'),(155,'commentcontent',NULL,'testttttt new'),(155,'assigned_user_id',NULL,'1'),(155,'createdtime',NULL,'2025-12-23 09:34:20'),(155,'related_to',NULL,'59'),(155,'creator',NULL,'1'),(155,'source',NULL,'CRM'),(155,'userid',NULL,'1'),(155,'record_id',NULL,'71'),(155,'record_module',NULL,'ModComments'),(157,'label',NULL,'test nnnn'),(157,'commentcontent',NULL,'test nnnn'),(157,'assigned_user_id',NULL,'1'),(157,'createdtime',NULL,'2025-12-23 09:34:26'),(157,'related_to',NULL,'59'),(157,'creator',NULL,'1'),(157,'source',NULL,'CRM'),(157,'userid',NULL,'1'),(157,'record_id',NULL,'72'),(157,'record_module',NULL,'ModComments'),(159,'label',NULL,'dffgggg'),(159,'commentcontent',NULL,'dffgggg'),(159,'assigned_user_id',NULL,'1'),(159,'createdtime',NULL,'2025-12-23 09:34:40'),(159,'related_to',NULL,'59'),(159,'creator',NULL,'1'),(159,'source',NULL,'CRM'),(159,'userid',NULL,'1'),(159,'record_id',NULL,'73'),(159,'record_module',NULL,'ModComments'),(160,'assigned_user_id','1','6'),(161,'label',NULL,'Group 1520'),(161,'notes_title',NULL,'Group 1520'),(161,'createdtime',NULL,'2025-12-23 10:12:45'),(161,'filename',NULL,'Group_1520.png'),(161,'assigned_user_id',NULL,'1'),(161,'filetype',NULL,'image/png'),(161,'filesize',NULL,'43644'),(161,'filelocationtype',NULL,'I'),(161,'filestatus',NULL,'1'),(161,'folderid',NULL,'1'),(161,'note_no',NULL,'DOC8'),(161,'modifiedby',NULL,'1'),(161,'source',NULL,'CRM'),(161,'record_id',NULL,'74'),(161,'record_module',NULL,'Documents'),(163,'case_title','Aaaaa vs bbbbbb','Property dispute'),(164,'label','dffgggg','This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the s'),(164,'commentcontent','dffgggg','This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the same property. The dispute appears to stem from discrepancies in documentation, historical possession, and interpretation of agreements executed in the past.\n\nThe complainant claims lawful ownership based on registered documents, including sale deed(s), inheritance records, and continuous possession of the property for a substantial period. It is further stated that the complainant has been paying applicable taxes, utility charges, and maintenance costs, which supports their claim of ownership and lawful possession.\n\nOn the other hand, the opposing party disputes these claims and asserts their own rights, either through ancestral ownership, an unregistered agreement, alleged prior possession, or verbal understanding. There are also allegations of unauthorized occupation, interference with peaceful possession, and attempts to transfer or encumber the property without mutual consent.\n\nDue to the dispute, the property is currently under contention, and the relationship between the parties has deteriorated significantly. There have been repeated objections raised regarding access, usage, and development of the property. The situation has caused mental stress, financial loss, and uncertainty for the concerned parties.\n\nAt this stage, the case requires thorough verification of all supporting documents, including title deeds, agreements, land records, tax receipts, and any court orders or notices previously issued. Statements from both parties need to be reviewed carefully to establish the sequence of events and determine the legitimacy of each claim.\n\nUntil the matter is conclusively resolved through legal proceedings or mutual settlement, any alteration, sale, transfer, or third-party involvement in the property should be restricted to prevent further complications. It is advised that the status quo of the property be maintained to avoid escalation of the dispute.\n\nFurther action will be taken based on legal advice, document verification, and directions from the appropriate judicial or administrative authority. The objective is to reach a lawful and fair resolution while safeguarding the rights and interests of all parties involved.'),(166,'label',NULL,'This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the s'),(166,'commentcontent',NULL,'This case relates to an ongoing property dispute concerning ownership, possession, and usage rights of the subject property. The matter has arisen due to conflicting claims between the involved parties, each asserting legal and equitable rights over the same property. The dispute appears to stem from discrepancies in documentation, historical possession, and interpretation of agreements executed in the past.\n\nThe complainant claims lawful ownership based on registered documents, including sale deed(s), inheritance records, and continuous possession of the property for a substantial period. It is further stated that the complainant has been paying applicable taxes, utility charges, and maintenance costs, which supports their claim of ownership and lawful possession.\n\nOn the other hand, the opposing party disputes these claims and asserts their own rights, either through ancestral ownership, an unregistered agreement, alleged prior possession, or verbal understanding. There are also allegations of unauthorized occupation, interference with peaceful possession, and attempts to transfer or encumber the property without mutual consent.\n\nDue to the dispute, the property is currently under contention, and the relationship between the parties has deteriorated significantly. There have been repeated objections raised regarding access, usage, and development of the property. The situation has caused mental stress, financial loss, and uncertainty for the concerned parties.\n\nAt this stage, the case requires thorough verification of all supporting documents, including title deeds, agreements, land records, tax receipts, and any court orders or notices previously issued. Statements from both parties need to be reviewed carefully to establish the sequence of events and determine the legitimacy of each claim.\n\nUntil the matter is conclusively resolved through legal proceedings or mutual settlement, any alteration, sale, transfer, or third-party involvement in the property should be restricted to prevent further complications. It is advised that the status quo of the property be maintained to avoid escalation of the dispute.\n\nFurther action will be taken based on legal advice, document verification, and directions from the appropriate judicial or administrative authority. The objective is to reach a lawful and fair resolution while safeguarding the rights and interests of all parties involved.'),(166,'assigned_user_id',NULL,'1'),(166,'createdtime',NULL,'2025-12-23 12:35:50'),(166,'related_to',NULL,'59'),(166,'creator',NULL,'1'),(166,'source',NULL,'CRM'),(166,'userid',NULL,'1'),(166,'record_id',NULL,'76'),(166,'record_module',NULL,'ModComments'),(168,'label',NULL,'Reunion 1 de feb 2026\n\nprueba aaaaa bbbbbb ccccccc ddddddd eeeee ffffffff ggggggg'),(168,'commentcontent',NULL,'Reunion 1 de feb 2026\n\nprueba aaaaa bbbbbb ccccccc ddddddd eeeee ffffffff ggggggg'),(168,'assigned_user_id',NULL,'8'),(168,'createdtime',NULL,'2026-02-02 01:30:24'),(168,'related_to',NULL,'37'),(168,'creator',NULL,'8'),(168,'source',NULL,'CRM'),(168,'userid',NULL,'8'),(168,'record_id',NULL,'77'),(168,'record_module',NULL,'ModComments'),(170,'label',NULL,'reunion 2 de feb 2026\n\n\nseguimiento de reunion zzzzz wwwww yyyyyyyy'),(170,'commentcontent',NULL,'reunion 2 de feb 2026\n\n\nseguimiento de reunion zzzzz wwwww yyyyyyyy'),(170,'assigned_user_id',NULL,'8'),(170,'createdtime',NULL,'2026-02-02 01:31:12'),(170,'related_to',NULL,'37'),(170,'creator',NULL,'8'),(170,'source',NULL,'CRM'),(170,'userid',NULL,'8'),(170,'record_id',NULL,'78'),(170,'record_module',NULL,'ModComments'),(171,'label',NULL,'case 2 - jack , Paul'),(171,'subject',NULL,'case 2 - jack , Paul'),(171,'assigned_user_id',NULL,'5'),(171,'date_start',NULL,'2026-03-23'),(171,'time_start',NULL,'09:30:00'),(171,'due_date',NULL,'2026-03-23'),(171,'time_end',NULL,'09:35:00'),(171,'duration_minutes',NULL,'5'),(171,'eventstatus',NULL,'Planned'),(171,'activitytype',NULL,'Meeting'),(171,'createdtime',NULL,'2026-03-24 00:46:34'),(171,'visibility',NULL,'Public'),(171,'modifiedby',NULL,'5'),(171,'source',NULL,'CRM'),(171,'record_id',NULL,'79'),(171,'record_module',NULL,'Events'),(173,'label',NULL,'Nota de ejemplo para identificado de miembro'),(173,'commentcontent',NULL,'Nota de ejemplo para identificado de miembro'),(173,'assigned_user_id',NULL,'5'),(173,'createdtime',NULL,'2026-03-25 16:39:33'),(173,'related_to',NULL,'29'),(173,'creator',NULL,'5'),(173,'source',NULL,'CRM'),(173,'userid',NULL,'5'),(173,'record_id',NULL,'80'),(173,'record_module',NULL,'ModComments'),(175,'label',NULL,'Segunda Prueba'),(175,'commentcontent',NULL,'Segunda Prueba'),(175,'assigned_user_id',NULL,'5'),(175,'createdtime',NULL,'2026-03-30 15:48:30'),(175,'related_to',NULL,'29'),(175,'creator',NULL,'5'),(175,'source',NULL,'CRM'),(175,'userid',NULL,'5'),(175,'record_id',NULL,'81'),(175,'record_module',NULL,'ModComments'),(176,'related_to','28','36'),(177,'assigned_user_id',NULL,'1'),(177,'createdtime',NULL,'2026-03-31 12:36:53'),(177,'record_id',NULL,'82'),(177,'record_module',NULL,'Cases'),(178,'label',NULL,'CASE13'),(178,'case_no','','CASE13'),(178,'case_multi_assigned_user_id','','1|5'),(179,'case_multi_assigned_user_id','1|5',''),(180,'case_multi_assigned_user_id','','8| ## |5'),(181,'case_multi_assigned_user_id','8| ## |5','8| ## |5| ## |3'),(182,'case_multi_assigned_user_id','8| ## |5| ## |3','8| ## |5| ## |6| ## |3'),(183,'case_multi_assigned_user_id','8| ## |5| ## |6| ## |3',''),(184,'assigned_user_id','1','1| ## |8'),(185,'assigned_user_id','1| ## |8','1| ## |9| ## |8'),(186,'case_title','','Test Case'),(187,'assigned_user_id','1| ## |9| ## |8','1| ## |9'),(188,'assigned_user_id','1| ## |9','1| ## |8| ## |5'),(189,'assigned_user_id','1| ## |8| ## |5','9| ## |8| ## |5'),(190,'assigned_user_id','9| ## |8| ## |5','1| ## |9| ## |8| ## |5| ## |7| ## |6| ## |3| ## |4| ## |2'),(191,'assigned_user_id','1| ## |9| ## |8| ## |5| ## |7| ## |6| ## |3| ## |4| ## |2','5| ## |7| ## |6| ## |4| ## |2'),(192,'assigned_user_id','5| ## |7| ## |6| ## |4| ## |2','8| ## |5| ## |6| ## |4| ## |2'),(193,'assigned_user_id','8| ## |5| ## |6| ## |4| ## |2','8'),(194,'assigned_user_id','8','9'),(195,'assigned_user_id','9','1| ## |9'),(196,'assigned_user_id','1| ## |9','1'),(197,'assigned_user_id','1','9'),(198,'assigned_user_id','5','1| ## |8| ## |5'),(199,'related_to','35',''),(200,'related_to','','36');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_relations` (
`id` int NOT NULL,
`targetmodule` varchar(100) NOT NULL,
`targetid` int NOT NULL,
`changedon` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 (6,'Calendar',8,'2025-11-17 07:02:26'),(8,'Calendar',9,'2025-11-17 07:03:40'),(10,'Resolutions',10,'2025-11-17 07:08:08'),(12,'Calendar',11,'2025-11-17 07:21:55'),(15,'Calendar',12,'2025-11-17 07:24:13'),(16,'Calendar',12,'2025-11-17 07:37:11'),(17,'Calendar',11,'2025-11-17 07:37:15'),(19,'Calendar',13,'2025-11-17 07:39:56'),(21,'Documents',14,'2025-11-17 07:44:08'),(23,'Calendar',16,'2025-11-17 07:44:29'),(25,'Calendar',17,'2025-11-17 07:44:54'),(27,'Calendar',18,'2025-11-17 07:46:25'),(35,'Calendar',19,'2025-11-17 07:47:57'),(37,'Calendar',20,'2025-11-17 07:49:55'),(39,'Calendar',21,'2025-11-17 07:51:32'),(41,'Calendar',22,'2025-11-17 07:52:06'),(43,'Calendar',23,'2025-11-17 07:57:01'),(44,'Calendar',23,'2025-11-17 08:00:25'),(45,'Calendar',22,'2025-11-17 08:00:34'),(47,'Calendar',24,'2025-11-17 08:01:11'),(49,'Calendar',25,'2025-11-17 08:04:31'),(50,'Calendar',25,'2025-11-17 08:05:44'),(51,'Calendar',24,'2025-11-17 08:05:52'),(52,'Calendar',19,'2025-11-17 08:05:55'),(54,'Calendar',26,'2025-11-17 09:06:23'),(55,'ModComments',27,'2025-11-17 09:14:34'),(61,'Cases',29,'2025-11-17 09:22:26'),(63,'Resolutions',30,'2025-11-17 09:24:53'),(64,'ModComments',31,'2025-11-17 09:26:42'),(67,'Documents',32,'2025-11-17 09:30:13'),(69,'Calendar',34,'2025-11-17 09:31:22'),(83,'Resolutions',40,'2025-11-17 11:05:52'),(85,'Calendar',41,'2025-11-17 11:07:27'),(87,'Calendar',42,'2025-11-17 11:08:45'),(89,'Documents',43,'2025-11-17 11:14:38'),(93,'Resolutions',45,'2025-11-17 11:16:54'),(95,'Calendar',46,'2025-11-17 11:17:13'),(97,'Documents',47,'2025-11-17 11:18:50'),(100,'Resolutions',49,'2025-11-17 11:20:21'),(105,'Resolutions',51,'2025-11-17 11:25:13'),(107,'Documents',52,'2025-11-17 11:25:54'),(109,'Calendar',53,'2025-11-17 11:26:15'),(114,'Resolutions',55,'2025-11-17 11:27:29'),(116,'Calendar',56,'2025-11-17 11:28:03'),(118,'Documents',57,'2025-11-17 11:28:30'),(119,'ModComments',58,'2025-11-17 11:59:38'),(136,'ModComments',60,'2025-12-16 15:31:31'),(138,'ModComments',61,'2025-12-16 15:32:04'),(140,'ModComments',62,'2025-12-16 15:32:50'),(142,'ModComments',63,'2025-12-22 12:35:44'),(145,'Documents',65,'2025-12-22 12:54:18'),(146,'ModComments',67,'2025-12-23 09:11:16'),(148,'ModComments',68,'2025-12-23 09:11:24'),(150,'ModComments',69,'2025-12-23 09:34:07'),(152,'ModComments',70,'2025-12-23 09:34:14'),(154,'ModComments',71,'2025-12-23 09:34:20'),(156,'ModComments',72,'2025-12-23 09:34:26'),(158,'ModComments',73,'2025-12-23 09:34:40'),(162,'Documents',74,'2025-12-23 10:12:45'),(165,'ModComments',76,'2025-12-23 12:35:50'),(167,'ModComments',77,'2026-02-02 01:30:24'),(169,'ModComments',78,'2026-02-02 01:31:12'),(172,'ModComments',80,'2026-03-25 16:39:33'),(174,'ModComments',81,'2026-03-30 15:48:30');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_modtracker_tabs` (
`tabid` int NOT NULL,
`visible` int DEFAULT '0',
PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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),(32,1),(34,1),(36,1),(38,1),(41,1),(42,1),(43,1),(44,1),(45,1),(50,1),(51,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_module_dashboard_widgets` (
`id` int NOT NULL AUTO_INCREMENT,
`linkid` int DEFAULT NULL,
`userid` int DEFAULT NULL,
`filterid` int DEFAULT NULL,
`title` varchar(100) DEFAULT NULL,
`data` text,
`position` varchar(50) DEFAULT NULL,
`reportid` int DEFAULT NULL,
`dashboardtabid` int DEFAULT NULL,
`size` varchar(50) 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=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (2,57,1,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"3\"}',NULL,2,NULL),(3,0,1,NULL,'ChartReportWidget_Cases_26',NULL,'{\"row\":\"1\",\"col\":\"1\"}',26,2,NULL),(5,0,1,NULL,'ChartReportWidget_Calendar_27',NULL,'{\"row\":\"1\",\"col\":\"2\"}',27,2,NULL),(8,0,5,NULL,'ChartReportWidget_Cases_26',NULL,'{\"row\":\"1\",\"col\":\"2\"}',26,3,NULL),(9,0,5,NULL,'ChartReportWidget_Calendar_27',NULL,'{\"row\":\"1\",\"col\":\"3\"}',27,3,NULL),(10,0,6,NULL,'ChartReportWidget_Cases_26',NULL,'{\"row\":\"1\",\"col\":\"2\"}',26,5,NULL),(11,0,6,NULL,'ChartReportWidget_Calendar_27',NULL,'{\"row\":\"1\",\"col\":\"1\"}',27,5,NULL),(12,57,5,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"1\"}',NULL,3,NULL),(13,57,6,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"1\"}',NULL,5,NULL);
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_multi_assigned_user_id`
--
DROP TABLE IF EXISTS `vtiger_multi_assigned_user_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_multi_assigned_user_id` (
`multi_assigned_user_idid` int NOT NULL AUTO_INCREMENT,
`multi_assigned_user_id` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`multi_assigned_user_idid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_multi_assigned_user_id`
--
LOCK TABLES `vtiger_multi_assigned_user_id` WRITE;
/*!40000 ALTER TABLE `vtiger_multi_assigned_user_id` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_multi_assigned_user_id` 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_no_of_currency_decimals` (
`no_of_currency_decimalsid` int NOT NULL AUTO_INCREMENT,
`no_of_currency_decimals` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`no_of_currency_decimalsid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_no_of_currency_decimals_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notebook_contents` (
`userid` int NOT NULL,
`notebookid` int NOT NULL,
`contents` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notes` (
`notesid` int NOT NULL DEFAULT '0',
`note_no` varchar(100) NOT NULL,
`title` varchar(50) NOT NULL,
`filename` varchar(200) DEFAULT NULL,
`notecontent` text,
`folderid` int NOT NULL DEFAULT '1',
`filetype` varchar(50) DEFAULT NULL,
`filelocationtype` varchar(5) DEFAULT NULL,
`filedownloadcount` int DEFAULT NULL,
`filestatus` int DEFAULT NULL,
`filesize` int NOT NULL DEFAULT '0',
`fileversion` varchar(50) DEFAULT NULL,
`tags` varchar(1) 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_0900_ai_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 */;
INSERT INTO `vtiger_notes` VALUES (14,'DOC1','4','4.png','',1,'image/png','I',NULL,1,28332,'',''),(32,'DOC2','second meeting Resolution','Second_Meeting_Resolution_Note.docx','',1,'application/vnd.openxmlformats-officedocument.word','I',1,1,37117,'',''),(43,'DOC3','Independent Surveyor Appointment Order','','This document contains the court’s directive appointing an independent government-approved surveyor to conduct a fresh boundary measurement for the dispute between the Gupta and Khanna families. The order highlights inconsistencies in the municipal survey, the rejection of earlier findings by both parties, and the need for an impartial evaluation. The surveyor is instructed to compare physical boundaries with original land records from 1998 and provide a detailed report within a stipulated timeframe. The final survey report will be used to determine legal ownership and guide the court’s judgment regarding boundary correction and compensation claims.',1,'','I',NULL,1,0,'',''),(47,'DOC4','ICC Final Report – Harassment Inquiry','','Detailed investigation findings, evidence summary, recommendations, and final actions.',1,'','I',NULL,1,0,'',''),(52,'DOC5','Expert Medical Review Report','','Independent experts’ opinion on the alleged negligence.',1,'','I',NULL,1,0,'',''),(57,'DOC6','Cyber Forensic Report','','IP tracing details, phishing URL analysis, and fraud confirmation.',1,'','I',NULL,1,0,'',''),(65,'DOC7','Group 1520','Group_1520.png','',1,'image/png','I',1,1,43644,'',''),(74,'DOC8','Group 1520','Group_1520.png','',1,'image/png','I',NULL,1,43644,'','');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notescf` (
`notesid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_notescf` VALUES (14),(32),(43),(47),(52),(57),(65),(74);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notificationscheduler` (
`schedulednotificationid` int NOT NULL AUTO_INCREMENT,
`schedulednotificationname` varchar(200) DEFAULT NULL,
`active` int DEFAULT NULL,
`notificationsubject` varchar(200) DEFAULT NULL,
`notificationbody` text,
`label` varchar(50) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
PRIMARY KEY (`schedulednotificationid`),
UNIQUE KEY `notificationscheduler_schedulednotificationname_idx` (`schedulednotificationname`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_notificationscheduler_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_opportunity_type`
--
DROP TABLE IF EXISTS `vtiger_opportunity_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_opportunity_type` (
`opptypeid` int NOT NULL AUTO_INCREMENT,
`opportunity_type` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`opptypeid`),
UNIQUE KEY `opportunity_type_opportunity_type_idx` (`opportunity_type`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_opportunity_type_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_opportunitystage` (
`potstageid` int NOT NULL AUTO_INCREMENT,
`stage` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_org_share_action2tab` (
`share_action_id` int NOT NULL,
`tabid` int 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_0900_ai_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,32),(1,32),(2,32),(3,32),(0,34),(1,34),(2,34),(3,34),(0,36),(1,36),(2,36),(3,36),(0,38),(1,38),(2,38),(3,38),(0,41),(1,41),(2,41),(3,41),(0,42),(1,42),(2,42),(3,42),(0,43),(1,43),(2,43),(3,43),(0,44),(1,44),(2,44),(3,44),(0,45),(1,45),(2,45),(3,45),(0,50),(1,50),(2,50),(3,50),(0,51),(1,51),(2,51),(3,51);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_org_share_action_mapping` (
`share_action_id` int NOT NULL,
`share_action_name` varchar(200) DEFAULT NULL,
PRIMARY KEY (`share_action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_organizationdetails`
--
DROP TABLE IF EXISTS `vtiger_organizationdetails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_organizationdetails` (
`organization_id` int NOT NULL,
`organizationname` varchar(60) DEFAULT NULL,
`address` varchar(150) DEFAULT NULL,
`city` varchar(100) DEFAULT NULL,
`state` varchar(100) DEFAULT NULL,
`country` varchar(100) DEFAULT NULL,
`code` varchar(30) DEFAULT NULL,
`phone` varchar(30) DEFAULT NULL,
`fax` varchar(30) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`logoname` varchar(50) DEFAULT NULL,
`logo` text,
`vatid` varchar(100) DEFAULT NULL,
PRIMARY KEY (`organization_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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','Logo.jpg',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_organizationdetails_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_othereventduration` (
`othereventdurationid` int NOT NULL AUTO_INCREMENT,
`othereventduration` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`othereventdurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_othereventduration_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_parenttab` (
`parenttabid` int NOT NULL,
`parenttab_label` varchar(100) NOT NULL,
`sequence` int NOT NULL,
`visible` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_parenttabrel` (
`parenttabid` int NOT NULL,
`tabid` int NOT NULL,
`sequence` int 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_0900_ai_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),(6,32,8),(6,32,9),(7,34,4),(7,34,5),(4,36,9),(4,36,10),(7,37,6),(7,37,7),(7,40,8),(7,40,9),(3,41,12),(3,41,13),(6,42,10),(6,42,11),(4,43,11),(4,43,12),(4,44,13),(4,44,14),(4,45,15),(4,45,16),(7,46,10),(7,46,11),(8,49,1),(8,49,2),(7,24,12),(7,27,13),(7,46,14),(7,40,15),(3,50,14),(3,51,15);
/*!40000 ALTER TABLE `vtiger_parenttabrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payment_duration`
--
DROP TABLE IF EXISTS `vtiger_payment_duration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_payment_duration` (
`payment_duration_id` int DEFAULT NULL,
`payment_duration` varchar(200) DEFAULT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payment_duration`
--
LOCK TABLES `vtiger_payment_duration` WRITE;
/*!40000 ALTER TABLE `vtiger_payment_duration` DISABLE KEYS */;
INSERT INTO `vtiger_payment_duration` VALUES (1,'Net 30 days',6,1,NULL),(2,'Net 45 days',7,1,NULL),(3,'Net 60 days',8,1,NULL),(4,'Net 01 day',1,1,NULL),(5,'Net 05 days',2,1,NULL),(6,'Net 07 days',3,1,NULL),(7,'Net 10 days',4,1,NULL),(8,'Net 15 days',5,1,NULL);
/*!40000 ALTER TABLE `vtiger_payment_duration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_payment_duration_seq`
--
DROP TABLE IF EXISTS `vtiger_payment_duration_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_payment_duration_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_payment_duration_seq`
--
LOCK TABLES `vtiger_payment_duration_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_payment_duration_seq` DISABLE KEYS */;
INSERT INTO `vtiger_payment_duration_seq` VALUES (8);
/*!40000 ALTER TABLE `vtiger_payment_duration_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pbxmanager`
--
DROP TABLE IF EXISTS `vtiger_pbxmanager`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanager` (
`pbxmanagerid` int NOT NULL AUTO_INCREMENT,
`direction` varchar(10) DEFAULT NULL,
`callstatus` varchar(20) DEFAULT NULL,
`starttime` datetime DEFAULT NULL,
`endtime` datetime DEFAULT NULL,
`totalduration` int DEFAULT NULL,
`billduration` int 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 AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanager_gateway` (
`id` int NOT NULL AUTO_INCREMENT,
`gateway` varchar(20) DEFAULT NULL,
`parameters` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanager_phonelookup` (
`crmid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pbxmanagercf` (
`pbxmanagerid` int NOT NULL,
PRIMARY KEY (`pbxmanagerid`),
CONSTRAINT `fk_pbxmanagerid_vtiger_pbxmanagercf` FOREIGN KEY (`pbxmanagerid`) REFERENCES `vtiger_pbxmanager` (`pbxmanagerid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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_picklist`
--
DROP TABLE IF EXISTS `vtiger_picklist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklist` (
`picklistid` int NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
PRIMARY KEY (`picklistid`),
UNIQUE KEY `picklist_name_idx` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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'),(37,'assetstatus'),(3,'campaignstatus'),(4,'campaigntype'),(5,'carrier'),(53,'case_multi_assigned_user_id'),(50,'case_status'),(35,'contract_priority'),(34,'contract_status'),(36,'contract_type'),(48,'defaultactivitytype'),(47,'defaulteventstatus'),(49,'defaultlandingpage'),(6,'eventstatus'),(7,'expectedresponse'),(8,'faqcategories'),(9,'faqstatus'),(10,'glacct'),(11,'industry'),(12,'invoicestatus'),(13,'leadsource'),(14,'leadstatus'),(15,'manufacturer'),(52,'multi_assigned_user_id'),(16,'opportunity_type'),(17,'postatus'),(18,'productcategory'),(45,'progress'),(38,'projectmilestonetype'),(44,'projectpriority'),(42,'projectstatus'),(40,'projecttaskpriority'),(41,'projecttaskprogress'),(46,'projecttaskstatus'),(39,'projecttasktype'),(43,'projecttype'),(19,'quotestage'),(20,'rating'),(51,'resolution_status'),(21,'sales_stage'),(22,'salutationtype'),(31,'service_usageunit'),(32,'servicecategory'),(23,'sostatus'),(24,'taskpriority'),(25,'taskstatus'),(26,'ticketcategories'),(27,'ticketpriorities'),(28,'ticketseverities'),(29,'ticketstatus'),(33,'tracking_unit'),(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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklist_dependency` (
`id` int NOT NULL,
`tabid` int NOT NULL,
`sourcefield` varchar(255) DEFAULT NULL,
`targetfield` varchar(255) DEFAULT NULL,
`sourcevalue` varchar(100) DEFAULT NULL,
`targetvalues` text,
`criteria` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklist_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (53);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_picklistvalues_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (309);
/*!40000 ALTER TABLE `vtiger_picklistvalues_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_pobillads`
--
DROP TABLE IF EXISTS `vtiger_pobillads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pobillads` (
`pobilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_portal` (
`portalid` int NOT NULL,
`portalname` varchar(200) NOT NULL,
`portalurl` varchar(255) NOT NULL,
`sequence` int NOT NULL,
`setdefault` int NOT NULL DEFAULT '0',
`createdtime` datetime DEFAULT NULL,
PRIMARY KEY (`portalid`),
KEY `portal_portalname_idx` (`portalname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_portalinfo` (
`id` int NOT NULL,
`user_name` varchar(50) DEFAULT NULL,
`user_password` varchar(255) DEFAULT NULL,
`type` varchar(5) DEFAULT NULL,
`cryptmode` varchar(20) DEFAULT NULL,
`last_login_time` datetime DEFAULT NULL,
`login_time` datetime DEFAULT NULL,
`logout_time` datetime DEFAULT NULL,
`isactive` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_poshipads` (
`poshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_postatus` (
`postatusid` int NOT NULL AUTO_INCREMENT,
`postatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`postatusid`),
UNIQUE KEY `postatus_postatus_idx` (`postatus`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_postatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_postatushistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`purchaseorderid` int NOT NULL,
`vendorname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`postatus` varchar(200) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_potential` (
`potentialid` int NOT NULL DEFAULT '0',
`potential_no` varchar(100) NOT NULL,
`related_to` int DEFAULT NULL,
`potentialname` varchar(120) NOT NULL,
`amount` decimal(25,8) DEFAULT NULL,
`currency` varchar(20) DEFAULT NULL,
`closingdate` date DEFAULT NULL,
`typeofrevenue` varchar(50) DEFAULT NULL,
`nextstep` varchar(100) DEFAULT NULL,
`private` int DEFAULT '0',
`probability` decimal(7,3) DEFAULT '0.000',
`campaignid` int DEFAULT NULL,
`sales_stage` varchar(200) DEFAULT NULL,
`potentialtype` varchar(200) DEFAULT NULL,
`leadsource` varchar(200) DEFAULT NULL,
`productid` int DEFAULT NULL,
`productversion` varchar(50) DEFAULT NULL,
`quotationref` varchar(50) DEFAULT NULL,
`partnercontact` varchar(50) DEFAULT NULL,
`remarks` varchar(50) DEFAULT NULL,
`runtimefee` int DEFAULT '0',
`followupdate` date DEFAULT NULL,
`evaluationstatus` varchar(50) DEFAULT NULL,
`description` text,
`forecastcategory` int DEFAULT '0',
`outcomeanalysis` int DEFAULT '0',
`forecast_amount` decimal(25,8) DEFAULT NULL,
`isconvertedfromlead` varchar(3) DEFAULT '0',
`contact_id` int DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`converted` int NOT NULL DEFAULT '0',
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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_potentialscf` (
`potentialid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_potstagehistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`potentialid` int NOT NULL,
`amount` decimal(10,0) DEFAULT NULL,
`stage` varchar(100) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pricebook` (
`pricebookid` int NOT NULL DEFAULT '0',
`pricebook_no` varchar(100) NOT NULL,
`bookname` varchar(100) DEFAULT NULL,
`active` int DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pricebookcf` (
`pricebookid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pricebookproductrel` (
`pricebookid` int NOT NULL,
`productid` int NOT NULL,
`listprice` decimal(27,8) DEFAULT NULL,
`usedcurrency` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_priority` (
`priorityid` int NOT NULL AUTO_INCREMENT,
`priority` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`priorityid`),
UNIQUE KEY `priority_priority_idx` (`priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcategory` (
`productcategoryid` int NOT NULL AUTO_INCREMENT,
`productcategory` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`productcategoryid`),
UNIQUE KEY `productcategory_productcategory_idx` (`productcategory`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcategory_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcf` (
`productid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_productcurrencyrel` (
`productid` int NOT NULL,
`currencyid` int NOT NULL,
`converted_price` decimal(28,8) DEFAULT NULL,
`actual_price` decimal(28,8) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_products` (
`productid` int NOT NULL,
`product_no` varchar(100) NOT NULL,
`productname` varchar(100) DEFAULT NULL,
`productcode` varchar(40) DEFAULT NULL,
`productcategory` varchar(200) DEFAULT NULL,
`manufacturer` varchar(200) 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 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 DEFAULT NULL,
`commissionrate` decimal(7,3) DEFAULT NULL,
`commissionmethod` varchar(50) DEFAULT NULL,
`discontinued` int NOT NULL DEFAULT '0',
`usageunit` varchar(200) DEFAULT NULL,
`reorderlevel` int DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`taxclass` varchar(200) DEFAULT NULL,
`mfr_part_no` varchar(200) DEFAULT NULL,
`vendor_part_no` varchar(200) DEFAULT NULL,
`serialno` varchar(200) DEFAULT NULL,
`qtyinstock` decimal(25,3) DEFAULT NULL,
`productsheet` varchar(200) DEFAULT NULL,
`qtyindemand` int DEFAULT NULL,
`glacct` varchar(200) DEFAULT NULL,
`vendor_id` int DEFAULT NULL,
`imagename` text,
`currency_id` int NOT NULL DEFAULT '1',
`is_subproducts_viewable` int DEFAULT '1',
`purchase_cost` decimal(27,8) DEFAULT NULL,
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_producttaxrel` (
`productid` int NOT NULL,
`taxid` int NOT NULL,
`taxpercentage` decimal(7,3) DEFAULT NULL,
`regions` text,
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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile` (
`profileid` int NOT NULL AUTO_INCREMENT,
`profilename` varchar(50) NOT NULL,
`description` text,
`directly_related_to_role` int DEFAULT '0',
PRIMARY KEY (`profileid`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(5,'Table 1+Profile',NULL,1),(6,'Table 2+Profile',NULL,1),(7,'Table 3+Profile',NULL,1),(8,'Table 4+Profile',NULL,1),(9,'Table 5+Profile',NULL,1);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2field` (
`profileid` int NOT NULL,
`tabid` int DEFAULT NULL,
`fieldid` int NOT NULL,
`visible` int DEFAULT NULL,
`readonly` int 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_0900_ai_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,32,526,0,0),(1,32,527,0,0),(1,32,528,0,0),(1,32,529,0,0),(1,32,530,0,0),(1,32,531,0,0),(1,32,532,0,0),(1,32,533,0,0),(1,32,534,0,0),(1,32,535,0,0),(1,32,536,0,0),(1,32,537,0,0),(1,32,538,0,0),(1,32,539,0,0),(1,32,540,0,0),(1,32,541,0,0),(1,32,542,0,0),(1,32,543,0,0),(1,32,544,0,0),(1,32,545,0,0),(1,32,546,0,0),(1,32,547,0,0),(1,34,548,0,0),(1,34,549,0,0),(1,34,550,0,0),(1,34,551,0,0),(1,34,552,0,0),(1,34,553,0,0),(1,34,554,0,0),(1,34,555,0,0),(1,34,556,0,0),(1,34,557,0,0),(1,34,558,0,0),(1,34,559,0,0),(1,34,560,0,0),(1,34,561,0,0),(1,34,562,0,0),(1,34,563,0,0),(1,34,564,0,0),(1,29,565,0,0),(1,36,566,0,0),(1,36,567,0,0),(1,36,568,0,0),(1,36,569,0,0),(1,36,570,0,0),(1,36,571,0,0),(1,36,572,0,0),(1,36,573,0,0),(1,36,574,0,0),(1,36,575,0,0),(1,36,576,0,0),(1,36,577,0,0),(1,36,578,0,0),(1,36,579,0,0),(1,36,580,0,0),(1,36,581,0,0),(1,36,582,0,0),(1,36,583,0,0),(1,36,584,0,0),(1,36,585,0,0),(1,36,586,0,0),(1,36,587,0,0),(1,38,588,0,0),(1,38,589,0,0),(1,38,590,0,0),(1,38,591,0,0),(1,38,592,0,0),(1,38,593,0,0),(1,38,594,0,0),(1,38,595,0,0),(1,41,596,0,0),(1,41,597,0,0),(1,41,598,0,0),(1,41,599,0,0),(1,41,600,0,0),(1,41,601,0,0),(1,42,602,0,0),(1,42,603,0,0),(1,42,604,0,0),(1,42,605,0,0),(1,42,606,0,0),(1,42,607,0,0),(1,42,608,0,0),(1,42,609,0,0),(1,42,610,0,0),(1,42,611,0,0),(1,42,612,0,0),(1,42,613,0,0),(1,42,614,0,0),(1,42,615,0,0),(1,42,616,0,0),(1,42,617,0,0),(1,42,618,0,0),(1,42,619,0,0),(1,42,620,0,0),(1,42,621,0,0),(1,42,622,0,0),(1,43,623,0,0),(1,43,624,0,0),(1,43,625,0,0),(1,43,626,0,0),(1,43,627,0,0),(1,43,628,0,0),(1,43,629,0,0),(1,43,630,0,0),(1,43,631,0,0),(1,43,632,0,0),(1,43,633,0,0),(1,43,634,0,0),(1,43,635,0,0),(1,44,636,0,0),(1,44,637,0,0),(1,44,638,0,0),(1,44,639,0,0),(1,44,640,0,0),(1,44,641,0,0),(1,44,642,0,0),(1,44,643,0,0),(1,44,644,0,0),(1,44,645,0,0),(1,44,646,0,0),(1,44,647,0,0),(1,44,648,0,0),(1,44,649,0,0),(1,44,650,0,0),(1,44,651,0,0),(1,44,652,0,0),(1,44,653,0,0),(1,45,654,0,0),(1,45,655,0,0),(1,45,656,0,0),(1,45,657,0,0),(1,45,658,0,0),(1,45,659,0,0),(1,45,660,0,0),(1,45,661,0,0),(1,45,662,0,0),(1,45,663,0,0),(1,45,664,0,0),(1,45,665,0,0),(1,45,666,0,0),(1,45,667,0,0),(1,45,668,0,0),(1,45,669,0,0),(1,45,670,0,0),(1,45,671,0,0),(1,45,672,0,0),(1,45,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,44,713,0,0),(1,38,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,38,733,0,0),(1,38,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,32,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,38,786,0,0),(1,38,787,0,0),(1,38,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,45,848,0,0),(1,45,849,0,0),(1,29,850,0,0),(1,22,851,0,0),(1,29,852,0,0),(1,50,853,0,0),(1,50,854,0,0),(1,50,855,0,0),(1,50,856,0,0),(1,50,857,0,0),(1,50,858,0,0),(1,50,859,0,0),(1,51,860,0,0),(1,51,861,0,0),(1,51,862,0,0),(1,51,863,0,0),(1,51,864,0,0),(1,51,865,0,0),(1,51,866,0,0),(1,16,867,0,0),(1,9,868,0,0),(1,16,869,0,0),(1,50,870,0,0),(1,50,872,0,0),(1,NULL,873,0,0),(1,NULL,874,0,0),(1,50,875,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,32,526,0,0),(2,32,527,0,0),(2,32,528,0,0),(2,32,529,0,0),(2,32,530,0,0),(2,32,531,0,0),(2,32,532,0,0),(2,32,533,0,0),(2,32,534,0,0),(2,32,535,0,0),(2,32,536,0,0),(2,32,537,0,0),(2,32,538,0,0),(2,32,539,0,0),(2,32,540,0,0),(2,32,541,0,0),(2,32,542,0,0),(2,32,543,0,0),(2,32,544,0,0),(2,32,545,0,0),(2,32,546,0,0),(2,32,547,0,0),(2,34,548,0,0),(2,34,549,0,0),(2,34,550,0,0),(2,34,551,0,0),(2,34,552,0,0),(2,34,553,0,0),(2,34,554,0,0),(2,34,555,0,0),(2,34,556,0,0),(2,34,557,0,0),(2,34,558,0,0),(2,34,559,0,0),(2,34,560,0,0),(2,34,561,0,0),(2,34,562,0,0),(2,34,563,0,0),(2,34,564,0,0),(2,29,565,0,0),(2,36,566,0,0),(2,36,567,0,0),(2,36,568,0,0),(2,36,569,0,0),(2,36,570,0,0),(2,36,571,0,0),(2,36,572,0,0),(2,36,573,0,0),(2,36,574,0,0),(2,36,575,0,0),(2,36,576,0,0),(2,36,577,0,0),(2,36,578,0,0),(2,36,579,0,0),(2,36,580,0,0),(2,36,581,0,0),(2,36,582,0,0),(2,36,583,0,0),(2,36,584,0,0),(2,36,585,0,0),(2,36,586,0,0),(2,36,587,0,0),(2,38,588,0,0),(2,38,589,0,0),(2,38,590,0,0),(2,38,591,0,0),(2,38,592,0,0),(2,38,593,0,0),(2,38,594,0,0),(2,38,595,0,0),(2,41,596,0,0),(2,41,597,0,0),(2,41,598,0,0),(2,41,599,0,0),(2,41,600,0,0),(2,41,601,0,0),(2,42,602,0,0),(2,42,603,0,0),(2,42,604,0,0),(2,42,605,0,0),(2,42,606,0,0),(2,42,607,0,0),(2,42,608,0,0),(2,42,609,0,0),(2,42,610,0,0),(2,42,611,0,0),(2,42,612,0,0),(2,42,613,0,0),(2,42,614,0,0),(2,42,615,0,0),(2,42,616,0,0),(2,42,617,0,0),(2,42,618,0,0),(2,42,619,0,0),(2,42,620,0,0),(2,42,621,0,0),(2,42,622,0,0),(2,43,623,0,0),(2,43,624,0,0),(2,43,625,0,0),(2,43,626,0,0),(2,43,627,0,0),(2,43,628,0,0),(2,43,629,0,0),(2,43,630,0,0),(2,43,631,0,0),(2,43,632,0,0),(2,43,633,0,0),(2,43,634,0,0),(2,43,635,0,0),(2,44,636,0,0),(2,44,637,0,0),(2,44,638,0,0),(2,44,639,0,0),(2,44,640,0,0),(2,44,641,0,0),(2,44,642,0,0),(2,44,643,0,0),(2,44,644,0,0),(2,44,645,0,0),(2,44,646,0,0),(2,44,647,0,0),(2,44,648,0,0),(2,44,649,0,0),(2,44,650,0,0),(2,44,651,0,0),(2,44,652,0,0),(2,44,653,0,0),(2,45,654,0,0),(2,45,655,0,0),(2,45,656,0,0),(2,45,657,0,0),(2,45,658,0,0),(2,45,659,0,0),(2,45,660,0,0),(2,45,661,0,0),(2,45,662,0,0),(2,45,663,0,0),(2,45,664,0,0),(2,45,665,0,0),(2,45,666,0,0),(2,45,667,0,0),(2,45,668,0,0),(2,45,669,0,0),(2,45,670,0,0),(2,45,671,0,0),(2,45,672,0,0),(2,45,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,44,713,0,0),(2,38,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,38,733,0,0),(2,38,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,32,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,38,786,0,0),(2,38,787,0,0),(2,38,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,45,848,0,0),(2,45,849,0,0),(2,29,850,0,0),(2,22,851,0,0),(2,29,852,0,0),(2,50,853,0,0),(2,50,854,0,0),(2,50,855,0,0),(2,50,856,0,0),(2,50,857,0,0),(2,50,858,0,0),(2,50,859,0,0),(2,51,860,0,0),(2,51,861,0,0),(2,51,862,0,0),(2,51,863,0,0),(2,51,864,0,0),(2,51,865,0,0),(2,51,866,0,0),(2,16,867,0,0),(2,9,868,0,0),(2,16,869,0,0),(2,50,870,0,0),(2,50,872,0,0),(2,NULL,873,0,0),(2,NULL,874,0,0),(2,50,875,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,32,526,0,0),(3,32,527,0,0),(3,32,528,0,0),(3,32,529,0,0),(3,32,530,0,0),(3,32,531,0,0),(3,32,532,0,0),(3,32,533,0,0),(3,32,534,0,0),(3,32,535,0,0),(3,32,536,0,0),(3,32,537,0,0),(3,32,538,0,0),(3,32,539,0,0),(3,32,540,0,0),(3,32,541,0,0),(3,32,542,0,0),(3,32,543,0,0),(3,32,544,0,0),(3,32,545,0,0),(3,32,546,0,0),(3,32,547,0,0),(3,34,548,0,0),(3,34,549,0,0),(3,34,550,0,0),(3,34,551,0,0),(3,34,552,0,0),(3,34,553,0,0),(3,34,554,0,0),(3,34,555,0,0),(3,34,556,0,0),(3,34,557,0,0),(3,34,558,0,0),(3,34,559,0,0),(3,34,560,0,0),(3,34,561,0,0),(3,34,562,0,0),(3,34,563,0,0),(3,34,564,0,0),(3,29,565,0,0),(3,36,566,0,0),(3,36,567,0,0),(3,36,568,0,0),(3,36,569,0,0),(3,36,570,0,0),(3,36,571,0,0),(3,36,572,0,0),(3,36,573,0,0),(3,36,574,0,0),(3,36,575,0,0),(3,36,576,0,0),(3,36,577,0,0),(3,36,578,0,0),(3,36,579,0,0),(3,36,580,0,0),(3,36,581,0,0),(3,36,582,0,0),(3,36,583,0,0),(3,36,584,0,0),(3,36,585,0,0),(3,36,586,0,0),(3,36,587,0,0),(3,38,588,0,0),(3,38,589,0,0),(3,38,590,0,0),(3,38,591,0,0),(3,38,592,0,0),(3,38,593,0,0),(3,38,594,0,0),(3,38,595,0,0),(3,41,596,0,0),(3,41,597,0,0),(3,41,598,0,0),(3,41,599,0,0),(3,41,600,0,0),(3,41,601,0,0),(3,42,602,0,0),(3,42,603,0,0),(3,42,604,0,0),(3,42,605,0,0),(3,42,606,0,0),(3,42,607,0,0),(3,42,608,0,0),(3,42,609,0,0),(3,42,610,0,0),(3,42,611,0,0),(3,42,612,0,0),(3,42,613,0,0),(3,42,614,0,0),(3,42,615,0,0),(3,42,616,0,0),(3,42,617,0,0),(3,42,618,0,0),(3,42,619,0,0),(3,42,620,0,0),(3,42,621,0,0),(3,42,622,0,0),(3,43,623,0,0),(3,43,624,0,0),(3,43,625,0,0),(3,43,626,0,0),(3,43,627,0,0),(3,43,628,0,0),(3,43,629,0,0),(3,43,630,0,0),(3,43,631,0,0),(3,43,632,0,0),(3,43,633,0,0),(3,43,634,0,0),(3,43,635,0,0),(3,44,636,0,0),(3,44,637,0,0),(3,44,638,0,0),(3,44,639,0,0),(3,44,640,0,0),(3,44,641,0,0),(3,44,642,0,0),(3,44,643,0,0),(3,44,644,0,0),(3,44,645,0,0),(3,44,646,0,0),(3,44,647,0,0),(3,44,648,0,0),(3,44,649,0,0),(3,44,650,0,0),(3,44,651,0,0),(3,44,652,0,0),(3,44,653,0,0),(3,45,654,0,0),(3,45,655,0,0),(3,45,656,0,0),(3,45,657,0,0),(3,45,658,0,0),(3,45,659,0,0),(3,45,660,0,0),(3,45,661,0,0),(3,45,662,0,0),(3,45,663,0,0),(3,45,664,0,0),(3,45,665,0,0),(3,45,666,0,0),(3,45,667,0,0),(3,45,668,0,0),(3,45,669,0,0),(3,45,670,0,0),(3,45,671,0,0),(3,45,672,0,0),(3,45,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,44,713,0,0),(3,38,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,38,733,0,0),(3,38,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,32,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,38,786,0,0),(3,38,787,0,0),(3,38,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,45,848,0,0),(3,45,849,0,0),(3,29,850,0,0),(3,22,851,0,0),(3,29,852,0,0),(3,50,853,0,0),(3,50,854,0,0),(3,50,855,0,0),(3,50,856,0,0),(3,50,857,0,0),(3,50,858,0,0),(3,50,859,0,0),(3,51,860,0,0),(3,51,861,0,0),(3,51,862,0,0),(3,51,863,0,0),(3,51,864,0,0),(3,51,865,0,0),(3,51,866,0,0),(3,16,867,0,0),(3,9,868,0,0),(3,16,869,0,0),(3,50,870,0,0),(3,50,872,0,0),(3,NULL,873,0,0),(3,NULL,874,0,0),(3,50,875,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,32,526,0,0),(4,32,527,0,0),(4,32,528,0,0),(4,32,529,0,0),(4,32,530,0,0),(4,32,531,0,0),(4,32,532,0,0),(4,32,533,0,0),(4,32,534,0,0),(4,32,535,0,0),(4,32,536,0,0),(4,32,537,0,0),(4,32,538,0,0),(4,32,539,0,0),(4,32,540,0,0),(4,32,541,0,0),(4,32,542,0,0),(4,32,543,0,0),(4,32,544,0,0),(4,32,545,0,0),(4,32,546,0,0),(4,32,547,0,0),(4,34,548,0,0),(4,34,549,0,0),(4,34,550,0,0),(4,34,551,0,0),(4,34,552,0,0),(4,34,553,0,0),(4,34,554,0,0),(4,34,555,0,0),(4,34,556,0,0),(4,34,557,0,0),(4,34,558,0,0),(4,34,559,0,0),(4,34,560,0,0),(4,34,561,0,0),(4,34,562,0,0),(4,34,563,0,0),(4,34,564,0,0),(4,29,565,0,0),(4,36,566,0,0),(4,36,567,0,0),(4,36,568,0,0),(4,36,569,0,0),(4,36,570,0,0),(4,36,571,0,0),(4,36,572,0,0),(4,36,573,0,0),(4,36,574,0,0),(4,36,575,0,0),(4,36,576,0,0),(4,36,577,0,0),(4,36,578,0,0),(4,36,579,0,0),(4,36,580,0,0),(4,36,581,0,0),(4,36,582,0,0),(4,36,583,0,0),(4,36,584,0,0),(4,36,585,0,0),(4,36,586,0,0),(4,36,587,0,0),(4,38,588,0,0),(4,38,589,0,0),(4,38,590,0,0),(4,38,591,0,0),(4,38,592,0,0),(4,38,593,0,0),(4,38,594,0,0),(4,38,595,0,0),(4,41,596,0,0),(4,41,597,0,0),(4,41,598,0,0),(4,41,599,0,0),(4,41,600,0,0),(4,41,601,0,0),(4,42,602,0,0),(4,42,603,0,0),(4,42,604,0,0),(4,42,605,0,0),(4,42,606,0,0),(4,42,607,0,0),(4,42,608,0,0),(4,42,609,0,0),(4,42,610,0,0),(4,42,611,0,0),(4,42,612,0,0),(4,42,613,0,0),(4,42,614,0,0),(4,42,615,0,0),(4,42,616,0,0),(4,42,617,0,0),(4,42,618,0,0),(4,42,619,0,0),(4,42,620,0,0),(4,42,621,0,0),(4,42,622,0,0),(4,43,623,0,0),(4,43,624,0,0),(4,43,625,0,0),(4,43,626,0,0),(4,43,627,0,0),(4,43,628,0,0),(4,43,629,0,0),(4,43,630,0,0),(4,43,631,0,0),(4,43,632,0,0),(4,43,633,0,0),(4,43,634,0,0),(4,43,635,0,0),(4,44,636,0,0),(4,44,637,0,0),(4,44,638,0,0),(4,44,639,0,0),(4,44,640,0,0),(4,44,641,0,0),(4,44,642,0,0),(4,44,643,0,0),(4,44,644,0,0),(4,44,645,0,0),(4,44,646,0,0),(4,44,647,0,0),(4,44,648,0,0),(4,44,649,0,0),(4,44,650,0,0),(4,44,651,0,0),(4,44,652,0,0),(4,44,653,0,0),(4,45,654,0,0),(4,45,655,0,0),(4,45,656,0,0),(4,45,657,0,0),(4,45,658,0,0),(4,45,659,0,0),(4,45,660,0,0),(4,45,661,0,0),(4,45,662,0,0),(4,45,663,0,0),(4,45,664,0,0),(4,45,665,0,0),(4,45,666,0,0),(4,45,667,0,0),(4,45,668,0,0),(4,45,669,0,0),(4,45,670,0,0),(4,45,671,0,0),(4,45,672,0,0),(4,45,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,44,713,0,0),(4,38,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,38,733,0,0),(4,38,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,32,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,38,786,0,0),(4,38,787,0,0),(4,38,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,45,848,0,0),(4,45,849,0,0),(4,29,850,0,0),(4,22,851,0,0),(4,29,852,0,0),(4,50,853,0,0),(4,50,854,0,0),(4,50,855,0,0),(4,50,856,0,0),(4,50,857,0,0),(4,50,858,0,0),(4,50,859,0,0),(4,51,860,0,0),(4,51,861,0,0),(4,51,862,0,0),(4,51,863,0,0),(4,51,864,0,0),(4,51,865,0,0),(4,51,866,0,0),(4,16,867,0,0),(4,9,868,0,0),(4,16,869,0,0),(4,50,870,0,0),(4,50,872,0,0),(4,NULL,873,0,0),(4,NULL,874,0,0),(4,50,875,0,0),(5,4,66,0,0),(5,4,67,0,0),(5,4,68,0,0),(5,4,69,0,0),(5,4,70,0,0),(5,4,71,0,0),(5,4,72,0,0),(5,4,73,0,0),(5,4,74,0,0),(5,4,75,0,0),(5,4,76,0,0),(5,4,77,0,0),(5,4,78,0,0),(5,4,79,0,0),(5,4,80,0,0),(5,4,81,0,0),(5,4,82,0,0),(5,4,83,0,0),(5,4,84,0,0),(5,4,85,0,0),(5,4,86,0,0),(5,4,87,0,0),(5,4,88,0,0),(5,4,89,0,0),(5,4,90,0,1),(5,4,91,0,1),(5,4,92,0,0),(5,4,93,0,0),(5,4,94,0,0),(5,4,95,0,0),(5,4,96,0,0),(5,4,97,0,0),(5,4,98,0,0),(5,4,99,0,0),(5,4,100,0,0),(5,4,101,0,0),(5,4,102,0,0),(5,4,103,0,0),(5,4,104,0,0),(5,4,105,0,0),(5,4,106,0,0),(5,4,107,0,0),(5,4,108,0,0),(5,4,109,0,0),(5,8,205,0,0),(5,8,206,0,1),(5,8,207,0,1),(5,8,208,0,0),(5,8,209,0,0),(5,8,210,0,0),(5,8,211,0,1),(5,8,212,0,1),(5,8,213,0,0),(5,8,214,0,0),(5,8,215,0,0),(5,8,216,0,1),(5,8,217,0,0),(5,8,218,0,0),(5,8,219,0,0),(5,10,220,0,0),(5,10,221,0,0),(5,10,222,0,0),(5,10,223,0,0),(5,10,224,0,0),(5,10,225,0,0),(5,10,226,0,0),(5,10,227,0,0),(5,10,228,0,0),(5,10,229,0,1),(5,10,230,0,0),(5,10,231,0,0),(5,9,232,0,0),(5,9,233,0,0),(5,9,234,0,0),(5,9,235,0,0),(5,9,236,0,0),(5,9,237,0,0),(5,9,238,0,0),(5,9,239,0,0),(5,9,240,0,0),(5,9,241,0,0),(5,9,242,0,0),(5,9,243,0,0),(5,9,244,0,1),(5,9,245,0,1),(5,9,246,0,0),(5,9,247,0,0),(5,9,248,0,0),(5,9,249,0,0),(5,9,250,0,0),(5,9,251,0,0),(5,9,252,0,0),(5,9,253,0,0),(5,9,254,0,0),(5,9,255,0,0),(5,16,256,0,0),(5,16,257,0,0),(5,16,258,0,0),(5,16,259,0,0),(5,16,260,0,0),(5,16,261,0,0),(5,16,262,0,0),(5,16,263,0,0),(5,16,264,0,0),(5,16,265,0,0),(5,16,266,0,0),(5,16,267,0,0),(5,16,268,0,0),(5,16,269,0,0),(5,16,270,0,1),(5,16,271,0,1),(5,16,272,0,0),(5,16,273,0,0),(5,16,274,0,0),(5,16,275,0,0),(5,16,276,0,0),(5,16,277,0,0),(5,16,278,0,0),(5,15,279,0,0),(5,15,280,0,0),(5,15,281,0,0),(5,15,282,0,0),(5,15,283,0,0),(5,15,284,0,0),(5,15,286,0,1),(5,15,287,0,1),(5,15,288,0,0),(5,29,475,0,0),(5,29,479,0,0),(5,29,480,0,0),(5,29,481,0,0),(5,29,482,0,0),(5,29,489,0,0),(5,29,490,0,0),(5,29,491,0,0),(5,29,492,0,0),(5,29,493,0,0),(5,29,494,0,0),(5,29,495,0,0),(5,29,496,0,0),(5,29,497,0,0),(5,29,498,0,0),(5,29,499,0,0),(5,29,504,0,0),(5,29,505,0,0),(5,29,506,0,0),(5,29,507,0,0),(5,29,510,0,0),(5,10,520,0,0),(5,10,521,0,0),(5,10,522,0,0),(5,10,523,0,0),(5,10,524,0,0),(5,10,525,0,0),(5,29,565,0,0),(5,38,588,0,0),(5,38,589,0,0),(5,38,590,0,1),(5,38,591,0,1),(5,38,592,0,0),(5,38,593,0,1),(5,38,594,0,0),(5,38,595,0,1),(5,38,714,0,0),(5,4,724,0,1),(5,38,733,0,0),(5,38,734,0,0),(5,38,786,0,0),(5,38,787,0,0),(5,38,788,0,0),(5,4,790,0,1),(5,8,793,0,1),(5,9,794,0,1),(5,10,795,0,1),(5,15,798,0,1),(5,16,799,0,1),(5,10,807,0,0),(5,4,809,0,0),(5,8,812,0,0),(5,9,813,0,0),(5,10,814,0,0),(5,15,817,0,0),(5,16,818,0,1),(5,4,827,0,0),(5,8,830,0,0),(5,9,831,0,0),(5,10,832,0,0),(5,15,835,0,0),(5,16,836,0,1),(5,29,852,0,0),(5,50,853,0,0),(5,50,854,0,0),(5,50,855,0,0),(5,50,856,0,0),(5,50,857,0,0),(5,50,858,0,1),(5,50,859,0,1),(5,9,868,0,0),(5,16,869,0,0),(5,50,870,0,0),(5,50,872,0,0),(5,NULL,873,0,0),(5,NULL,874,0,0),(5,50,875,0,0),(6,4,66,0,0),(6,4,67,0,0),(6,4,68,0,0),(6,4,69,0,0),(6,4,70,0,0),(6,4,71,0,0),(6,4,72,0,0),(6,4,73,0,0),(6,4,74,0,0),(6,4,75,0,0),(6,4,76,0,0),(6,4,77,0,0),(6,4,78,0,0),(6,4,79,0,0),(6,4,80,0,0),(6,4,81,0,0),(6,4,82,0,0),(6,4,83,0,0),(6,4,84,0,0),(6,4,85,0,0),(6,4,86,0,0),(6,4,87,0,0),(6,4,88,0,0),(6,4,89,0,0),(6,4,90,0,1),(6,4,91,0,1),(6,4,92,0,0),(6,4,93,0,0),(6,4,94,0,0),(6,4,95,0,0),(6,4,96,0,0),(6,4,97,0,0),(6,4,98,0,0),(6,4,99,0,0),(6,4,100,0,0),(6,4,101,0,0),(6,4,102,0,0),(6,4,103,0,0),(6,4,104,0,0),(6,4,105,0,0),(6,4,106,0,0),(6,4,107,0,0),(6,4,108,0,0),(6,4,109,0,0),(6,8,205,0,0),(6,8,206,0,1),(6,8,207,0,1),(6,8,208,0,0),(6,8,209,0,0),(6,8,210,0,0),(6,8,211,0,1),(6,8,212,0,1),(6,8,213,0,0),(6,8,214,0,0),(6,8,215,0,0),(6,8,216,0,1),(6,8,217,0,0),(6,8,218,0,0),(6,8,219,0,0),(6,10,220,0,0),(6,10,221,0,0),(6,10,222,0,0),(6,10,223,0,0),(6,10,224,0,0),(6,10,225,0,0),(6,10,226,0,0),(6,10,227,0,0),(6,10,228,0,0),(6,10,229,0,1),(6,10,230,0,0),(6,10,231,0,0),(6,9,232,0,0),(6,9,233,0,0),(6,9,234,0,0),(6,9,235,0,0),(6,9,236,0,0),(6,9,237,0,0),(6,9,238,0,0),(6,9,239,0,0),(6,9,240,0,0),(6,9,241,0,0),(6,9,242,0,0),(6,9,243,0,0),(6,9,244,0,1),(6,9,245,0,1),(6,9,246,0,0),(6,9,247,0,0),(6,9,248,0,0),(6,9,249,0,0),(6,9,250,0,0),(6,9,251,0,0),(6,9,252,0,0),(6,9,253,0,0),(6,9,254,0,0),(6,9,255,0,0),(6,16,256,0,0),(6,16,257,0,0),(6,16,258,0,0),(6,16,259,0,0),(6,16,260,0,0),(6,16,261,0,0),(6,16,262,0,0),(6,16,263,0,0),(6,16,264,0,0),(6,16,265,0,0),(6,16,266,0,0),(6,16,267,0,0),(6,16,268,0,0),(6,16,269,0,0),(6,16,270,0,1),(6,16,271,0,1),(6,16,272,0,0),(6,16,273,0,0),(6,16,274,0,0),(6,16,275,0,0),(6,16,276,0,0),(6,16,277,0,0),(6,16,278,0,0),(6,15,279,0,0),(6,15,280,0,0),(6,15,281,0,0),(6,15,282,0,0),(6,15,283,0,0),(6,15,284,0,0),(6,15,286,0,1),(6,15,287,0,1),(6,15,288,0,0),(6,29,475,0,0),(6,29,479,0,0),(6,29,480,0,0),(6,29,481,0,0),(6,29,482,0,0),(6,29,489,0,0),(6,29,490,0,0),(6,29,491,0,0),(6,29,492,0,0),(6,29,493,0,0),(6,29,494,0,0),(6,29,495,0,0),(6,29,496,0,0),(6,29,497,0,0),(6,29,498,0,0),(6,29,499,0,0),(6,29,504,0,0),(6,29,505,0,0),(6,29,506,0,0),(6,29,507,0,0),(6,29,510,0,0),(6,10,520,0,0),(6,10,521,0,0),(6,10,522,0,0),(6,10,523,0,0),(6,10,524,0,0),(6,10,525,0,0),(6,29,565,0,0),(6,38,588,0,0),(6,38,589,0,0),(6,38,590,0,1),(6,38,591,0,1),(6,38,592,0,0),(6,38,593,0,1),(6,38,594,0,0),(6,38,595,0,1),(6,38,714,0,0),(6,4,724,0,1),(6,38,733,0,0),(6,38,734,0,0),(6,38,786,0,0),(6,38,787,0,0),(6,38,788,0,0),(6,4,790,0,1),(6,8,793,0,1),(6,9,794,0,1),(6,10,795,0,1),(6,15,798,0,1),(6,16,799,0,1),(6,10,807,0,0),(6,4,809,0,0),(6,8,812,0,0),(6,9,813,0,0),(6,10,814,0,0),(6,15,817,0,0),(6,16,818,0,1),(6,4,827,0,0),(6,8,830,0,0),(6,9,831,0,0),(6,10,832,0,0),(6,15,835,0,0),(6,16,836,0,1),(6,29,852,0,0),(6,50,853,0,0),(6,50,854,0,0),(6,50,855,0,0),(6,50,856,0,0),(6,50,857,0,0),(6,50,858,0,1),(6,50,859,0,1),(6,9,868,0,0),(6,16,869,0,0),(6,50,870,0,0),(6,50,872,0,0),(6,NULL,873,0,0),(6,NULL,874,0,0),(6,50,875,0,0),(7,4,66,0,0),(7,4,67,0,0),(7,4,68,0,0),(7,4,69,0,0),(7,4,70,0,0),(7,4,71,0,0),(7,4,72,0,0),(7,4,73,0,0),(7,4,74,0,0),(7,4,75,0,0),(7,4,76,0,0),(7,4,77,0,0),(7,4,78,0,0),(7,4,79,0,0),(7,4,80,0,0),(7,4,81,0,0),(7,4,82,0,0),(7,4,83,0,0),(7,4,84,0,0),(7,4,85,0,0),(7,4,86,0,0),(7,4,87,0,0),(7,4,88,0,0),(7,4,89,0,0),(7,4,90,0,1),(7,4,91,0,1),(7,4,92,0,0),(7,4,93,0,0),(7,4,94,0,0),(7,4,95,0,0),(7,4,96,0,0),(7,4,97,0,0),(7,4,98,0,0),(7,4,99,0,0),(7,4,100,0,0),(7,4,101,0,0),(7,4,102,0,0),(7,4,103,0,0),(7,4,104,0,0),(7,4,105,0,0),(7,4,106,0,0),(7,4,107,0,0),(7,4,108,0,0),(7,4,109,0,0),(7,8,205,0,0),(7,8,206,0,1),(7,8,207,0,1),(7,8,208,0,0),(7,8,209,0,0),(7,8,210,0,0),(7,8,211,0,1),(7,8,212,0,1),(7,8,213,0,0),(7,8,214,0,0),(7,8,215,0,0),(7,8,216,0,1),(7,8,217,0,0),(7,8,218,0,0),(7,8,219,0,0),(7,10,220,0,0),(7,10,221,0,0),(7,10,222,0,0),(7,10,223,0,0),(7,10,224,0,0),(7,10,225,0,0),(7,10,226,0,0),(7,10,227,0,0),(7,10,228,0,0),(7,10,229,0,1),(7,10,230,0,0),(7,10,231,0,0),(7,9,232,0,0),(7,9,233,0,0),(7,9,234,0,0),(7,9,235,0,0),(7,9,236,0,0),(7,9,237,0,0),(7,9,238,0,0),(7,9,239,0,0),(7,9,240,0,0),(7,9,241,0,0),(7,9,242,0,0),(7,9,243,0,0),(7,9,244,0,1),(7,9,245,0,1),(7,9,246,0,0),(7,9,247,0,0),(7,9,248,0,0),(7,9,249,0,0),(7,9,250,0,0),(7,9,251,0,0),(7,9,252,0,0),(7,9,253,0,0),(7,9,254,0,0),(7,9,255,0,0),(7,16,256,0,0),(7,16,257,0,0),(7,16,258,0,0),(7,16,259,0,0),(7,16,260,0,0),(7,16,261,0,0),(7,16,262,0,0),(7,16,263,0,0),(7,16,264,0,0),(7,16,265,0,0),(7,16,266,0,0),(7,16,267,0,0),(7,16,268,0,0),(7,16,269,0,0),(7,16,270,0,1),(7,16,271,0,1),(7,16,272,0,0),(7,16,273,0,0),(7,16,274,0,0),(7,16,275,0,0),(7,16,276,0,0),(7,16,277,0,0),(7,16,278,0,0),(7,15,279,0,0),(7,15,280,0,0),(7,15,281,0,0),(7,15,282,0,0),(7,15,283,0,0),(7,15,284,0,0),(7,15,286,0,1),(7,15,287,0,1),(7,15,288,0,0),(7,29,475,0,0),(7,29,479,0,0),(7,29,480,0,0),(7,29,481,0,0),(7,29,482,0,0),(7,29,489,0,0),(7,29,490,0,0),(7,29,491,0,0),(7,29,492,0,0),(7,29,493,0,0),(7,29,494,0,0),(7,29,495,0,0),(7,29,496,0,0),(7,29,497,0,0),(7,29,498,0,0),(7,29,499,0,0),(7,29,504,0,0),(7,29,505,0,0),(7,29,506,0,0),(7,29,507,0,0),(7,29,510,0,0),(7,10,520,0,0),(7,10,521,0,0),(7,10,522,0,0),(7,10,523,0,0),(7,10,524,0,0),(7,10,525,0,0),(7,29,565,0,0),(7,38,588,0,0),(7,38,589,0,0),(7,38,590,0,1),(7,38,591,0,1),(7,38,592,0,0),(7,38,593,0,1),(7,38,594,0,0),(7,38,595,0,1),(7,38,714,0,0),(7,4,724,0,1),(7,38,733,0,0),(7,38,734,0,0),(7,38,786,0,0),(7,38,787,0,0),(7,38,788,0,0),(7,4,790,0,1),(7,8,793,0,1),(7,9,794,0,1),(7,10,795,0,1),(7,15,798,0,1),(7,16,799,0,1),(7,10,807,0,0),(7,4,809,0,0),(7,8,812,0,0),(7,9,813,0,0),(7,10,814,0,0),(7,15,817,0,0),(7,16,818,0,1),(7,4,827,0,0),(7,8,830,0,0),(7,9,831,0,0),(7,10,832,0,0),(7,15,835,0,0),(7,16,836,0,1),(7,29,852,0,0),(7,50,853,0,0),(7,50,854,0,0),(7,50,855,0,0),(7,50,856,0,0),(7,50,857,0,0),(7,50,858,0,1),(7,50,859,0,1),(7,9,868,0,0),(7,16,869,0,0),(7,50,870,0,0),(7,50,872,0,0),(7,NULL,873,0,0),(7,NULL,874,0,0),(7,50,875,0,0),(8,4,66,0,0),(8,4,67,0,0),(8,4,68,0,0),(8,4,69,0,0),(8,4,70,0,0),(8,4,71,0,0),(8,4,72,0,0),(8,4,73,0,0),(8,4,74,0,0),(8,4,75,0,0),(8,4,76,0,0),(8,4,77,0,0),(8,4,78,0,0),(8,4,79,0,0),(8,4,80,0,0),(8,4,81,0,0),(8,4,82,0,0),(8,4,83,0,0),(8,4,84,0,0),(8,4,85,0,0),(8,4,86,0,0),(8,4,87,0,0),(8,4,88,0,0),(8,4,89,0,0),(8,4,90,0,1),(8,4,91,0,1),(8,4,92,0,0),(8,4,93,0,0),(8,4,94,0,0),(8,4,95,0,0),(8,4,96,0,0),(8,4,97,0,0),(8,4,98,0,0),(8,4,99,0,0),(8,4,100,0,0),(8,4,101,0,0),(8,4,102,0,0),(8,4,103,0,0),(8,4,104,0,0),(8,4,105,0,0),(8,4,106,0,0),(8,4,107,0,0),(8,4,108,0,0),(8,4,109,0,0),(8,8,205,0,0),(8,8,206,0,1),(8,8,207,0,1),(8,8,208,0,0),(8,8,209,0,0),(8,8,210,0,0),(8,8,211,0,1),(8,8,212,0,1),(8,8,213,0,0),(8,8,214,0,0),(8,8,215,0,0),(8,8,216,0,1),(8,8,217,0,0),(8,8,218,0,0),(8,8,219,0,0),(8,10,220,0,0),(8,10,221,0,0),(8,10,222,0,0),(8,10,223,0,0),(8,10,224,0,0),(8,10,225,0,0),(8,10,226,0,0),(8,10,227,0,0),(8,10,228,0,0),(8,10,229,0,1),(8,10,230,0,0),(8,10,231,0,0),(8,9,232,0,0),(8,9,233,0,0),(8,9,234,0,0),(8,9,235,0,0),(8,9,236,0,0),(8,9,237,0,0),(8,9,238,0,0),(8,9,239,0,0),(8,9,240,0,0),(8,9,241,0,0),(8,9,242,0,0),(8,9,243,0,0),(8,9,244,0,1),(8,9,245,0,1),(8,9,246,0,0),(8,9,247,0,0),(8,9,248,0,0),(8,9,249,0,0),(8,9,250,0,0),(8,9,251,0,0),(8,9,252,0,0),(8,9,253,0,0),(8,9,254,0,0),(8,9,255,0,0),(8,16,256,0,0),(8,16,257,0,0),(8,16,258,0,0),(8,16,259,0,0),(8,16,260,0,0),(8,16,261,0,0),(8,16,262,0,0),(8,16,263,0,0),(8,16,264,0,0),(8,16,265,0,0),(8,16,266,0,0),(8,16,267,0,0),(8,16,268,0,0),(8,16,269,0,0),(8,16,270,0,1),(8,16,271,0,1),(8,16,272,0,0),(8,16,273,0,0),(8,16,274,0,0),(8,16,275,0,0),(8,16,276,0,0),(8,16,277,0,0),(8,16,278,0,0),(8,15,279,0,0),(8,15,280,0,0),(8,15,281,0,0),(8,15,282,0,0),(8,15,283,0,0),(8,15,284,0,0),(8,15,286,0,1),(8,15,287,0,1),(8,15,288,0,0),(8,29,475,0,0),(8,29,479,0,0),(8,29,480,0,0),(8,29,481,0,0),(8,29,482,0,0),(8,29,489,0,0),(8,29,490,0,0),(8,29,491,0,0),(8,29,492,0,0),(8,29,493,0,0),(8,29,494,0,0),(8,29,495,0,0),(8,29,496,0,0),(8,29,497,0,0),(8,29,498,0,0),(8,29,499,0,0),(8,29,504,0,0),(8,29,505,0,0),(8,29,506,0,0),(8,29,507,0,0),(8,29,510,0,0),(8,10,520,0,0),(8,10,521,0,0),(8,10,522,0,0),(8,10,523,0,0),(8,10,524,0,0),(8,10,525,0,0),(8,29,565,0,0),(8,38,588,0,0),(8,38,589,0,0),(8,38,590,0,1),(8,38,591,0,1),(8,38,592,0,0),(8,38,593,0,1),(8,38,594,0,0),(8,38,595,0,1),(8,38,714,0,0),(8,4,724,0,1),(8,38,733,0,0),(8,38,734,0,0),(8,38,786,0,0),(8,38,787,0,0),(8,38,788,0,0),(8,4,790,0,1),(8,8,793,0,1),(8,9,794,0,1),(8,10,795,0,1),(8,15,798,0,1),(8,16,799,0,1),(8,10,807,0,0),(8,4,809,0,0),(8,8,812,0,0),(8,9,813,0,0),(8,10,814,0,0),(8,15,817,0,0),(8,16,818,0,1),(8,4,827,0,0),(8,8,830,0,0),(8,9,831,0,0),(8,10,832,0,0),(8,15,835,0,0),(8,16,836,0,1),(8,29,852,0,0),(8,50,853,0,0),(8,50,854,0,0),(8,50,855,0,0),(8,50,856,0,0),(8,50,857,0,0),(8,50,858,0,1),(8,50,859,0,1),(8,9,868,0,0),(8,16,869,0,0),(8,50,870,0,0),(8,50,872,0,0),(8,NULL,873,0,0),(8,NULL,874,0,0),(8,50,875,0,0),(9,4,66,0,0),(9,4,67,0,0),(9,4,68,0,0),(9,4,69,0,0),(9,4,70,0,0),(9,4,71,0,0),(9,4,72,0,0),(9,4,73,0,0),(9,4,74,0,0),(9,4,75,0,0),(9,4,76,0,0),(9,4,77,0,0),(9,4,78,0,0),(9,4,79,0,0),(9,4,80,0,0),(9,4,81,0,0),(9,4,82,0,0),(9,4,83,0,0),(9,4,84,0,0),(9,4,85,0,0),(9,4,86,0,0),(9,4,87,0,0),(9,4,88,0,0),(9,4,89,0,0),(9,4,90,0,1),(9,4,91,0,1),(9,4,92,0,0),(9,4,93,0,0),(9,4,94,0,0),(9,4,95,0,0),(9,4,96,0,0),(9,4,97,0,0),(9,4,98,0,0),(9,4,99,0,0),(9,4,100,0,0),(9,4,101,0,0),(9,4,102,0,0),(9,4,103,0,0),(9,4,104,0,0),(9,4,105,0,0),(9,4,106,0,0),(9,4,107,0,0),(9,4,108,0,0),(9,4,109,0,0),(9,8,205,0,0),(9,8,206,0,1),(9,8,207,0,1),(9,8,208,0,0),(9,8,209,0,0),(9,8,210,0,0),(9,8,211,0,1),(9,8,212,0,1),(9,8,213,0,0),(9,8,214,0,0),(9,8,215,0,0),(9,8,216,0,1),(9,8,217,0,0),(9,8,218,0,0),(9,8,219,0,0),(9,10,220,0,0),(9,10,221,0,0),(9,10,222,0,0),(9,10,223,0,0),(9,10,224,0,0),(9,10,225,0,0),(9,10,226,0,0),(9,10,227,0,0),(9,10,228,0,0),(9,10,229,0,1),(9,10,230,0,0),(9,10,231,0,0),(9,9,232,0,0),(9,9,233,0,0),(9,9,234,0,0),(9,9,235,0,0),(9,9,236,0,0),(9,9,237,0,0),(9,9,238,0,0),(9,9,239,0,0),(9,9,240,0,0),(9,9,241,0,0),(9,9,242,0,0),(9,9,243,0,0),(9,9,244,0,1),(9,9,245,0,1),(9,9,246,0,0),(9,9,247,0,0),(9,9,248,0,0),(9,9,249,0,0),(9,9,250,0,0),(9,9,251,0,0),(9,9,252,0,0),(9,9,253,0,0),(9,9,254,0,0),(9,9,255,0,0),(9,16,256,0,0),(9,16,257,0,0),(9,16,258,0,0),(9,16,259,0,0),(9,16,260,0,0),(9,16,261,0,0),(9,16,262,0,0),(9,16,263,0,0),(9,16,264,0,0),(9,16,265,0,0),(9,16,266,0,0),(9,16,267,0,0),(9,16,268,0,0),(9,16,269,0,0),(9,16,270,0,1),(9,16,271,0,1),(9,16,272,0,0),(9,16,273,0,0),(9,16,274,0,0),(9,16,275,0,0),(9,16,276,0,0),(9,16,277,0,0),(9,16,278,0,0),(9,15,279,0,0),(9,15,280,0,0),(9,15,281,0,0),(9,15,282,0,0),(9,15,283,0,0),(9,15,284,0,0),(9,15,286,0,1),(9,15,287,0,1),(9,15,288,0,0),(9,29,475,0,0),(9,29,479,0,0),(9,29,480,0,0),(9,29,481,0,0),(9,29,482,0,0),(9,29,489,0,0),(9,29,490,0,0),(9,29,491,0,0),(9,29,492,0,0),(9,29,493,0,0),(9,29,494,0,0),(9,29,495,0,0),(9,29,496,0,0),(9,29,497,0,0),(9,29,498,0,0),(9,29,499,0,0),(9,29,504,0,0),(9,29,505,0,0),(9,29,506,0,0),(9,29,507,0,0),(9,29,510,0,0),(9,10,520,0,0),(9,10,521,0,0),(9,10,522,0,0),(9,10,523,0,0),(9,10,524,0,0),(9,10,525,0,0),(9,29,565,0,0),(9,38,588,0,0),(9,38,589,0,0),(9,38,590,0,1),(9,38,591,0,1),(9,38,592,0,0),(9,38,593,0,1),(9,38,594,0,0),(9,38,595,0,1),(9,38,714,0,0),(9,4,724,0,1),(9,38,733,0,0),(9,38,734,0,0),(9,38,786,0,0),(9,38,787,0,0),(9,38,788,0,0),(9,4,790,0,1),(9,8,793,0,1),(9,9,794,0,1),(9,10,795,0,1),(9,15,798,0,1),(9,16,799,0,1),(9,10,807,0,0),(9,4,809,0,0),(9,8,812,0,0),(9,9,813,0,0),(9,10,814,0,0),(9,15,817,0,0),(9,16,818,0,1),(9,4,827,0,0),(9,8,830,0,0),(9,9,831,0,0),(9,10,832,0,0),(9,15,835,0,0),(9,16,836,0,1),(9,29,852,0,0),(9,50,853,0,0),(9,50,854,0,0),(9,50,855,0,0),(9,50,856,0,0),(9,50,857,0,0),(9,50,858,0,1),(9,50,859,0,1),(9,9,868,0,0),(9,16,869,0,0),(9,50,870,0,0),(9,50,872,0,0),(9,NULL,873,0,0),(9,NULL,874,0,0),(9,50,875,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2globalpermissions` (
`profileid` int NOT NULL,
`globalactionid` int NOT NULL,
`globalactionpermission` int 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_0900_ai_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),(5,1,1),(5,2,1),(6,1,1),(6,2,1),(7,1,1),(7,2,1),(8,1,1),(8,2,1),(9,1,0),(9,2,0);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2standardpermissions` (
`profileid` int NOT NULL,
`tabid` int NOT NULL,
`operation` int NOT NULL,
`permissions` int DEFAULT NULL,
PRIMARY KEY (`profileid`,`tabid`,`operation`),
KEY `profile2standardpermissions_profileid_tabid_operation_idx` (`profileid`,`tabid`,`operation`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,32,0,0),(1,32,1,0),(1,32,2,0),(1,32,3,0),(1,32,4,0),(1,32,7,0),(1,34,0,0),(1,34,1,0),(1,34,2,0),(1,34,3,0),(1,34,4,0),(1,34,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,38,0,0),(1,38,1,0),(1,38,2,0),(1,38,3,0),(1,38,4,0),(1,38,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,42,0,0),(1,42,1,0),(1,42,2,0),(1,42,3,0),(1,42,4,0),(1,42,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,44,0,0),(1,44,1,0),(1,44,2,0),(1,44,3,0),(1,44,4,0),(1,44,7,0),(1,45,0,0),(1,45,1,0),(1,45,2,0),(1,45,3,0),(1,45,4,0),(1,45,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),(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,32,0,0),(2,32,1,0),(2,32,2,0),(2,32,3,0),(2,32,4,0),(2,32,7,0),(2,34,0,0),(2,34,1,0),(2,34,2,0),(2,34,3,0),(2,34,4,0),(2,34,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,38,0,0),(2,38,1,0),(2,38,2,0),(2,38,3,0),(2,38,4,0),(2,38,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,42,0,0),(2,42,1,0),(2,42,2,0),(2,42,3,0),(2,42,4,0),(2,42,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,44,0,0),(2,44,1,0),(2,44,2,0),(2,44,3,0),(2,44,4,0),(2,44,7,0),(2,45,0,0),(2,45,1,0),(2,45,2,0),(2,45,3,0),(2,45,4,0),(2,45,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),(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,32,0,0),(3,32,1,0),(3,32,2,0),(3,32,3,0),(3,32,4,0),(3,32,7,0),(3,34,0,0),(3,34,1,0),(3,34,2,0),(3,34,3,0),(3,34,4,0),(3,34,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,38,0,0),(3,38,1,0),(3,38,2,0),(3,38,3,0),(3,38,4,0),(3,38,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,42,0,0),(3,42,1,0),(3,42,2,0),(3,42,3,0),(3,42,4,0),(3,42,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,44,0,0),(3,44,1,0),(3,44,2,0),(3,44,3,0),(3,44,4,0),(3,44,7,0),(3,45,0,0),(3,45,1,0),(3,45,2,0),(3,45,3,0),(3,45,4,0),(3,45,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),(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,32,0,0),(4,32,1,0),(4,32,2,0),(4,32,3,0),(4,32,4,0),(4,32,7,0),(4,34,0,0),(4,34,1,0),(4,34,2,0),(4,34,3,0),(4,34,4,0),(4,34,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,38,0,0),(4,38,1,0),(4,38,2,0),(4,38,3,0),(4,38,4,0),(4,38,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,42,0,0),(4,42,1,0),(4,42,2,0),(4,42,3,0),(4,42,4,0),(4,42,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,44,0,0),(4,44,1,0),(4,44,2,0),(4,44,3,0),(4,44,4,0),(4,44,7,0),(4,45,0,0),(4,45,1,0),(4,45,2,0),(4,45,3,0),(4,45,4,0),(4,45,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),(5,4,0,0),(5,4,1,0),(5,4,2,0),(5,4,4,0),(5,4,7,0),(5,8,0,0),(5,8,1,0),(5,8,2,0),(5,8,4,0),(5,8,7,0),(5,9,0,0),(5,9,1,0),(5,9,2,0),(5,9,4,0),(5,9,7,0),(5,10,0,0),(5,10,1,0),(5,10,2,0),(5,10,4,0),(5,10,7,1),(5,15,0,0),(5,15,1,0),(5,15,2,0),(5,15,4,0),(5,15,7,0),(5,16,0,0),(5,16,1,0),(5,16,2,0),(5,16,4,0),(5,16,7,0),(5,25,0,1),(5,25,1,0),(5,25,2,0),(5,25,4,0),(5,25,7,0),(5,38,0,0),(5,38,1,0),(5,38,2,0),(5,38,4,0),(5,38,7,0),(5,50,0,0),(5,50,1,0),(5,50,2,0),(5,50,4,0),(5,50,7,0),(6,4,0,0),(6,4,1,0),(6,4,2,0),(6,4,4,0),(6,4,7,0),(6,8,0,0),(6,8,1,0),(6,8,2,0),(6,8,4,0),(6,8,7,0),(6,9,0,0),(6,9,1,0),(6,9,2,0),(6,9,4,0),(6,9,7,0),(6,10,0,0),(6,10,1,0),(6,10,2,0),(6,10,4,0),(6,10,7,1),(6,15,0,0),(6,15,1,0),(6,15,2,0),(6,15,4,0),(6,15,7,0),(6,16,0,0),(6,16,1,0),(6,16,2,0),(6,16,4,0),(6,16,7,0),(6,25,0,1),(6,25,1,0),(6,25,2,0),(6,25,4,0),(6,25,7,0),(6,38,0,0),(6,38,1,0),(6,38,2,0),(6,38,4,0),(6,38,7,0),(6,50,0,0),(6,50,1,0),(6,50,2,0),(6,50,4,0),(6,50,7,0),(7,4,0,0),(7,4,1,0),(7,4,2,0),(7,4,4,0),(7,4,7,0),(7,8,0,0),(7,8,1,0),(7,8,2,0),(7,8,4,0),(7,8,7,0),(7,9,0,0),(7,9,1,0),(7,9,2,0),(7,9,4,0),(7,9,7,0),(7,10,0,0),(7,10,1,0),(7,10,2,0),(7,10,4,0),(7,10,7,0),(7,15,0,0),(7,15,1,0),(7,15,2,0),(7,15,4,0),(7,15,7,0),(7,16,0,0),(7,16,1,0),(7,16,2,0),(7,16,4,0),(7,16,7,0),(7,25,0,1),(7,25,1,0),(7,25,2,0),(7,25,4,0),(7,25,7,0),(7,38,0,0),(7,38,1,0),(7,38,2,0),(7,38,4,0),(7,38,7,0),(7,50,0,0),(7,50,1,0),(7,50,2,0),(7,50,4,0),(7,50,7,0),(8,4,0,0),(8,4,1,0),(8,4,2,0),(8,4,4,0),(8,4,7,0),(8,8,0,0),(8,8,1,0),(8,8,2,0),(8,8,4,0),(8,8,7,0),(8,9,0,0),(8,9,1,0),(8,9,2,0),(8,9,4,0),(8,9,7,0),(8,10,0,0),(8,10,1,0),(8,10,2,0),(8,10,4,0),(8,10,7,0),(8,15,0,0),(8,15,1,0),(8,15,2,0),(8,15,4,0),(8,15,7,0),(8,16,0,0),(8,16,1,0),(8,16,2,0),(8,16,4,0),(8,16,7,0),(8,25,0,1),(8,25,1,0),(8,25,2,0),(8,25,4,0),(8,25,7,0),(8,38,0,0),(8,38,1,0),(8,38,2,0),(8,38,4,0),(8,38,7,0),(8,50,0,0),(8,50,1,0),(8,50,2,0),(8,50,4,0),(8,50,7,0),(9,4,0,0),(9,4,1,0),(9,4,2,0),(9,4,4,0),(9,4,7,0),(9,8,0,0),(9,8,1,0),(9,8,2,0),(9,8,4,0),(9,8,7,0),(9,9,0,0),(9,9,1,0),(9,9,2,0),(9,9,4,0),(9,9,7,0),(9,10,0,0),(9,10,1,0),(9,10,2,0),(9,10,4,0),(9,10,7,1),(9,15,0,0),(9,15,1,0),(9,15,2,0),(9,15,4,0),(9,15,7,0),(9,16,0,0),(9,16,1,0),(9,16,2,0),(9,16,4,0),(9,16,7,0),(9,25,0,1),(9,25,1,0),(9,25,2,0),(9,25,4,0),(9,25,7,0),(9,38,0,0),(9,38,1,0),(9,38,2,0),(9,38,4,0),(9,38,7,0),(9,50,0,0),(9,50,1,0),(9,50,2,0),(9,50,4,0),(9,50,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2tab` (
`profileid` int DEFAULT NULL,
`tabid` int DEFAULT NULL,
`permissions` int NOT NULL DEFAULT '0',
KEY `profile2tab_profileid_tabid_idx` (`profileid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(7,1,0),(7,4,0),(7,8,0),(7,9,0),(7,10,0),(7,15,0),(7,25,0),(7,38,0),(7,47,0),(7,48,0),(7,50,0),(7,16,0),(8,1,0),(8,4,0),(8,8,0),(8,9,0),(8,10,0),(8,15,0),(8,25,0),(8,38,0),(8,47,0),(8,48,0),(8,50,0),(8,16,0),(9,1,0),(9,4,0),(9,8,0),(9,9,0),(9,10,0),(9,15,0),(9,25,0),(9,38,0),(9,47,0),(9,48,0),(9,50,0),(9,16,0),(6,1,0),(6,4,0),(6,8,0),(6,9,0),(6,10,0),(6,15,0),(6,25,0),(6,38,0),(6,47,0),(6,48,0),(6,50,0),(6,16,0),(5,1,0),(5,4,0),(5,8,0),(5,9,0),(5,10,0),(5,15,0),(5,25,0),(5,38,0),(5,47,0),(5,48,0),(5,50,0),(5,16,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile2utility` (
`profileid` int NOT NULL,
`tabid` int NOT NULL,
`activityid` int NOT NULL,
`permission` int DEFAULT NULL,
PRIMARY KEY (`profileid`,`tabid`,`activityid`),
KEY `profile2utility_profileid_tabid_activityid_idx` (`profileid`,`tabid`,`activityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,32,5,0),(1,32,6,0),(1,32,10,0),(1,34,11,0),(1,34,12,0),(1,36,5,0),(1,36,6,0),(1,36,10,0),(1,43,5,1),(1,43,6,1),(1,43,10,1),(1,44,5,0),(1,44,6,0),(1,44,10,0),(1,45,5,0),(1,45,6,0),(1,45,10,0),(1,50,5,0),(1,50,6,0),(1,51,5,0),(1,51,6,0),(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,32,5,0),(2,32,6,0),(2,32,10,0),(2,34,11,0),(2,34,12,0),(2,36,5,0),(2,36,6,0),(2,36,10,0),(2,43,5,1),(2,43,6,1),(2,43,10,1),(2,44,5,0),(2,44,6,0),(2,44,10,0),(2,45,5,0),(2,45,6,0),(2,45,10,0),(2,50,5,0),(2,50,6,0),(2,51,5,0),(2,51,6,0),(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,32,5,0),(3,32,6,0),(3,32,10,0),(3,34,11,0),(3,34,12,0),(3,36,5,0),(3,36,6,0),(3,36,10,0),(3,43,5,1),(3,43,6,1),(3,43,10,1),(3,44,5,0),(3,44,6,0),(3,44,10,0),(3,45,5,0),(3,45,6,0),(3,45,10,0),(3,50,5,0),(3,50,6,0),(3,51,5,0),(3,51,6,0),(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,32,5,0),(4,32,6,0),(4,32,10,0),(4,34,11,0),(4,34,12,0),(4,36,5,0),(4,36,6,0),(4,36,10,0),(4,43,5,1),(4,43,6,1),(4,43,10,1),(4,44,5,0),(4,44,6,0),(4,44,10,0),(4,45,5,0),(4,45,6,0),(4,45,10,0),(4,50,5,0),(4,50,6,0),(4,51,5,0),(4,51,6,0),(5,4,5,1),(5,4,6,1),(5,4,8,0),(5,4,10,0),(5,8,6,1),(5,9,5,0),(5,9,6,0),(5,16,5,0),(5,16,6,0),(5,25,6,0),(5,25,13,0),(5,50,5,0),(5,50,6,0),(5,50,8,1),(5,50,10,1),(6,4,5,1),(6,4,6,1),(6,4,8,0),(6,4,10,0),(6,8,6,1),(6,9,5,0),(6,9,6,0),(6,16,5,0),(6,16,6,0),(6,25,6,0),(6,25,13,0),(6,50,5,0),(6,50,6,0),(6,50,8,1),(6,50,10,1),(7,4,5,0),(7,4,6,0),(7,4,8,0),(7,4,10,0),(7,8,6,0),(7,9,5,0),(7,9,6,0),(7,16,5,0),(7,16,6,0),(7,25,6,0),(7,25,13,0),(7,50,5,0),(7,50,6,0),(7,50,8,0),(7,50,10,0),(8,4,5,0),(8,4,6,0),(8,4,8,0),(8,4,10,0),(8,8,6,0),(8,9,5,0),(8,9,6,0),(8,16,5,0),(8,16,6,0),(8,25,6,0),(8,25,13,0),(8,50,5,0),(8,50,6,0),(8,50,8,0),(8,50,10,0),(9,4,5,0),(9,4,6,0),(9,4,8,0),(9,4,10,0),(9,8,6,0),(9,9,5,0),(9,9,6,0),(9,16,5,0),(9,16,6,0),(9,25,6,0),(9,25,13,0),(9,50,5,0),(9,50,6,0),(9,50,8,1),(9,50,10,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_profile_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (9);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_progress` (
`progressid` int NOT NULL AUTO_INCREMENT,
`progress` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`progressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3;
/*!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,278,2,NULL),(3,'20%',1,279,3,NULL),(4,'30%',1,280,4,NULL),(5,'40%',1,281,5,NULL),(6,'50%',1,282,6,NULL),(7,'60%',1,283,7,NULL),(8,'70%',1,284,8,NULL),(9,'80%',1,285,9,NULL),(10,'90%',1,286,10,NULL),(11,'100%',1,287,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_progress_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_project` (
`projectid` int 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 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectcf` (
`projectid` int NOT NULL,
PRIMARY KEY (`projectid`),
CONSTRAINT `fk_projectid_vtiger_projectcf` FOREIGN KEY (`projectid`) REFERENCES `vtiger_project` (`projectid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestone` (
`projectmilestoneid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestonecf` (
`projectmilestoneid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestonetype` (
`projectmilestonetypeid` int NOT NULL AUTO_INCREMENT,
`projectmilestonetype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projectmilestonetypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!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,238,2,NULL),(3,'operative',1,239,3,NULL),(4,'other',1,240,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectmilestonetype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectpriority` (
`projectpriorityid` int NOT NULL AUTO_INCREMENT,
`projectpriority` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projectpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!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,274,2,NULL),(3,'normal',1,275,3,NULL),(4,'high',1,276,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectpriority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectstatus` (
`projectstatusid` int NOT NULL AUTO_INCREMENT,
`projectstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projectstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3;
/*!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,261,2,NULL),(3,'initiated',1,262,3,NULL),(4,'in progress',1,263,4,NULL),(5,'waiting for feedback',1,264,5,NULL),(6,'on hold',1,265,6,NULL),(7,'completed',1,266,7,NULL),(8,'delivered',1,267,8,NULL),(9,'archived',1,268,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projectstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttask` (
`projecttaskid` int 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 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskcf` (
`projecttaskid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskpriority` (
`projecttaskpriorityid` int NOT NULL AUTO_INCREMENT,
`projecttaskpriority` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttaskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!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,246,2,NULL),(3,'normal',1,247,3,NULL),(4,'high',1,248,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskpriority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskprogress` (
`projecttaskprogressid` int NOT NULL AUTO_INCREMENT,
`projecttaskprogress` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttaskprogressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3;
/*!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,250,2,NULL),(3,'20%',1,251,3,NULL),(4,'30%',1,252,4,NULL),(5,'40%',1,253,5,NULL),(6,'50%',1,254,6,NULL),(7,'60%',1,255,7,NULL),(8,'70%',1,256,8,NULL),(9,'80%',1,257,9,NULL),(10,'90%',1,258,10,NULL),(11,'100%',1,259,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskprogress_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskstatus` (
`projecttaskstatusid` int NOT NULL AUTO_INCREMENT,
`projecttaskstatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttaskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttaskstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttasktype` (
`projecttasktypeid` int NOT NULL AUTO_INCREMENT,
`projecttasktype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttasktypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!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,242,2,NULL),(3,'operative',1,243,3,NULL),(4,'other',1,244,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttasktype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttype` (
`projecttypeid` int NOT NULL AUTO_INCREMENT,
`projecttype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`projecttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!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,270,2,NULL),(3,'operative',1,271,3,NULL),(4,'other',1,272,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_projecttype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_purchaseorder` (
`purchaseorderid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`quoteid` int DEFAULT NULL,
`vendorid` int DEFAULT NULL,
`requisition_no` varchar(100) DEFAULT NULL,
`purchaseorder_no` varchar(100) DEFAULT NULL,
`tracking_no` varchar(100) DEFAULT NULL,
`contactid` int DEFAULT NULL,
`duedate` date DEFAULT NULL,
`carrier` varchar(200) DEFAULT NULL,
`type` varchar(100) 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) 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,
`postatus` varchar(200) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`compound_taxes_info` text,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`paid` decimal(25,8) DEFAULT NULL,
`balance` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`region_id` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_purchaseordercf` (
`purchaseorderid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotes` (
`quoteid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`potentialid` int DEFAULT NULL,
`quotestage` varchar(200) DEFAULT NULL,
`validtill` date DEFAULT NULL,
`contactid` int DEFAULT NULL,
`quote_no` varchar(100) DEFAULT NULL,
`subtotal` decimal(25,8) DEFAULT NULL,
`carrier` varchar(200) DEFAULT NULL,
`shipping` varchar(100) DEFAULT NULL,
`inventorymanager` int DEFAULT NULL,
`type` varchar(100) DEFAULT NULL,
`adjustment` decimal(25,8) DEFAULT NULL,
`total` decimal(25,8) DEFAULT NULL,
`taxtype` varchar(25) 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 DEFAULT NULL,
`terms_conditions` text,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`compound_taxes_info` text,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`region_id` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotesbillads` (
`quotebilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotescf` (
`quoteid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotesshipads` (
`quoteshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotestage` (
`quotestageid` int NOT NULL AUTO_INCREMENT,
`quotestage` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`quotestageid`),
UNIQUE KEY `quotestage_quotestage_idx` (`quotestage`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotestage_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_quotestagehistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`quoteid` int NOT NULL,
`accountname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`quotestage` varchar(200) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rating` (
`rating_id` int NOT NULL AUTO_INCREMENT,
`rating` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`rating_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rating_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurring_frequency` (
`recurring_frequency_id` int DEFAULT NULL,
`recurring_frequency` varchar(200) DEFAULT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurring_frequency_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurringevents` (
`recurringid` int NOT NULL AUTO_INCREMENT,
`activityid` int NOT NULL,
`recurringdate` date DEFAULT NULL,
`recurringtype` varchar(30) DEFAULT NULL,
`recurringfreq` int DEFAULT NULL,
`recurringinfo` varchar(50) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurringtype` (
`recurringeventid` int NOT NULL AUTO_INCREMENT,
`recurringtype` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`recurringeventid`),
UNIQUE KEY `recurringtype_status_idx` (`recurringtype`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_recurringtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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_relatedlists`
--
DROP TABLE IF EXISTS `vtiger_relatedlists`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relatedlists` (
`relation_id` int NOT NULL,
`tabid` int DEFAULT NULL,
`related_tabid` int DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`sequence` int DEFAULT NULL,
`label` varchar(100) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`actions` varchar(50) NOT NULL DEFAULT '',
`relationfieldid` int DEFAULT NULL,
`source` varchar(25) DEFAULT NULL,
`relationtype` varchar(10) DEFAULT NULL,
PRIMARY KEY (`relation_id`),
KEY `relatedlists_relation_id_idx` (`relation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,32,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(91,32,20,'get_quotes',2,'Quotes',0,'ADD',703,NULL,'1:N'),(92,32,21,'get_purchase_orders',3,'Purchase Order',0,'ADD',694,NULL,'1:N'),(93,32,22,'get_salesorder',4,'Sales Order',0,'ADD',685,NULL,'1:N'),(94,32,23,'get_invoices',5,'Invoice',0,'ADD',676,NULL,'1:N'),(95,32,19,'get_service_pricebooks',6,'PriceBooks',0,'ADD',NULL,NULL,'N:N'),(96,32,7,'get_related_list',7,'Leads',0,'SELECT',NULL,NULL,'N:N'),(97,32,6,'get_related_list',8,'Accounts',0,'SELECT',NULL,NULL,'N:N'),(98,32,4,'get_related_list',9,'Contacts',0,'SELECT',NULL,NULL,'N:N'),(99,32,2,'get_related_list',10,'Potentials',0,'SELECT',NULL,NULL,'N:N'),(100,32,8,'get_attachments',11,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(101,13,32,'get_related_list',6,'Services',0,'SELECT',NULL,NULL,'N:N'),(102,7,32,'get_related_list',8,'Services',0,'SELECT',NULL,NULL,'N:N'),(103,6,32,'get_related_list',15,'Services',0,'SELECT',NULL,NULL,'N:N'),(104,4,32,'get_related_list',14,'Services',0,'SELECT',NULL,NULL,'N:N'),(105,2,32,'get_related_list',10,'Services',0,'SELECT',NULL,NULL,'N:N'),(106,19,32,'get_pricebook_services',3,'Services',0,'SELECT',NULL,NULL,'N:N'),(107,4,34,'get_dependents_list',15,'PBXManager',0,'',557,NULL,'1:N'),(108,7,34,'get_dependents_list',9,'PBXManager',0,'',557,NULL,'1:N'),(109,6,34,'get_dependents_list',16,'PBXManager',0,'',557,NULL,'1:N'),(110,36,13,'get_related_list',1,'Service Requests',0,'ADD,SELECT',NULL,NULL,'N:N'),(111,36,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(112,6,36,'get_merged_list',17,'Service Contracts',0,'ADD',571,NULL,'1:N'),(113,4,36,'get_dependents_list',16,'Service Contracts',0,'ADD',571,NULL,'1:N'),(114,13,36,'get_related_list',7,'Service Contracts',0,'ADD,SELECT',NULL,NULL,'N:N'),(115,7,38,'get_comments',10,'ModComments',0,'',592,NULL,'1:N'),(116,4,38,'get_comments',17,'ModComments',0,'',592,NULL,'1:N'),(117,6,38,'get_comments',18,'ModComments',0,'',592,NULL,'1:N'),(118,2,38,'get_comments',11,'ModComments',0,'',592,NULL,'1:N'),(119,41,6,'get_related_list',1,'Accounts',0,' ',NULL,NULL,'N:N'),(120,41,4,'get_related_list',2,'Contacts',0,' ',NULL,NULL,'N:N'),(121,41,7,'get_related_list',3,'Leads',0,' ',NULL,NULL,'N:N'),(122,42,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(123,42,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(124,6,42,'get_merged_list',19,'Assets',0,'ADD',614,NULL,'1:N'),(125,14,42,'get_dependents_list',15,'Assets',0,'ADD',603,NULL,'1:N'),(126,23,42,'get_dependents_list',5,'Assets',0,'ADD',609,NULL,'1:N'),(134,6,45,'get_merged_list',20,'Projects',0,'add',660,NULL,'1:N'),(135,4,45,'get_dependents_list',18,'Projects',0,'add',660,NULL,'1:N'),(136,13,45,'get_related_list',8,'Projects',0,'SELECT',NULL,NULL,'N:N'),(138,44,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(139,44,38,'get_comments',3,'ModComments',0,'',592,NULL,'1:N'),(140,45,44,'get_dependents_list',2,'Project Tasks',0,'ADD',639,NULL,'1:N'),(141,45,43,'get_dependents_list',3,'Project Milestones',0,'ADD',625,NULL,'1:N'),(142,45,8,'get_attachments',4,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(143,45,13,'get_related_list',5,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(144,45,0,'get_gantt_chart',6,'Charts',0,'',NULL,NULL,'N:N'),(145,45,38,'get_comments',7,'ModComments',0,'',592,NULL,'1:N'),(146,13,38,'get_comments',9,'ModComments',0,'',592,NULL,'1:N'),(147,15,38,'get_comments',3,'ModComments',0,'',592,NULL,'1:N'),(148,4,42,'get_dependents_list',19,'Assets',0,'ADD',615,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,32,'get_related_list',6,'Services',0,'1',NULL,NULL,'N:N'),(157,8,45,'get_related_list',7,'Project',0,'1',NULL,NULL,'N:N'),(158,8,42,'get_related_list',8,'Assets',0,'1',NULL,NULL,'N:N'),(159,8,36,'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,45,10,'get_emails',8,'Emails',0,'ADD',NULL,NULL,'N:N'),(167,44,10,'get_emails',4,'Emails',0,'ADD',NULL,NULL,'N:N'),(168,45,9,'get_related_list',9,'Activities',0,'ADD',NULL,NULL,'N:N'),(169,45,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'),(173,50,8,'get_attachments',1,'Documents',0,'ADD',NULL,NULL,'N:N'),(174,50,51,'get_dependents_list',2,'Resolutions',1,'ADD',NULL,NULL,'N:N'),(175,50,9,'get_related_list',3,'Activities',1,'ADD',868,NULL,'N:N'),(176,51,8,'get_dependents_list',1,'Documents',0,'ADD',NULL,NULL,'N:N'),(177,4,50,'get_dependents_list',21,'Cases',0,'ADD',NULL,NULL,'N:N'),(178,50,38,'get_comments',4,'ModComments',1,'',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relatedlists_rb` (
`entityid` int DEFAULT NULL,
`action` varchar(50) DEFAULT NULL,
`rel_table` varchar(200) DEFAULT NULL,
`rel_column` varchar(200) DEFAULT NULL,
`ref_column` varchar(200) DEFAULT NULL,
`related_crm_ids` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
INSERT INTO `vtiger_relatedlists_rb` VALUES (2,'update','vtiger_crmentity','deleted','crmid',''),(2,'update','vtiger_cases','related_to','casesid','3'),(3,'update','vtiger_resolutions','related_to','resolutionsid','4,10'),(3,'update','vtiger_activity','related_to_case','activityid','16,17,26'),(3,'update','vtiger_activity','related_to_case','activityid','16,17,26');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relatedlists_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (178);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relcriteria` (
`queryid` int NOT NULL,
`columnindex` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`comparator` varchar(20) DEFAULT NULL,
`value` varchar(512) DEFAULT NULL,
`groupid` int DEFAULT '1',
`column_condition` varchar(256) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_relcriteria_grouping` (
`groupid` int NOT NULL,
`queryid` int NOT NULL,
`group_condition` varchar(256) DEFAULT NULL,
`condition_expression` text,
PRIMARY KEY (`groupid`,`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reminder_interval` (
`reminder_intervalid` int NOT NULL AUTO_INCREMENT,
`reminder_interval` varchar(200) NOT NULL,
`sortorderid` int NOT NULL,
`presence` int NOT NULL,
PRIMARY KEY (`reminder_intervalid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reminder_interval_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_report` (
`reportid` int NOT NULL,
`folderid` int NOT NULL,
`reportname` varchar(100) DEFAULT '',
`description` varchar(250) DEFAULT '',
`reporttype` varchar(50) DEFAULT '',
`queryid` int NOT NULL DEFAULT '0',
`state` varchar(50) DEFAULT 'SAVED',
`customizable` int DEFAULT '1',
`category` int DEFAULT '1',
`owner` int DEFAULT '1',
`sharingtype` varchar(200) 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_0900_ai_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,4,'Case Stutus','show Case with status','chart',26,'CUSTOM',1,1,1,'Public'),(27,4,'Activity Report','','chart',27,'CUSTOM',1,1,1,'Public');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_report_sharegroups` (
`reportid` int NOT NULL,
`groupid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_report_shareusers` (
`reportid` int NOT NULL,
`userid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportdatefilter` (
`datefilterid` int NOT NULL,
`datecolumnname` varchar(250) DEFAULT '',
`datefilter` varchar(250) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportfilters` (
`filterid` int NOT NULL,
`name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportfolder` (
`folderid` int NOT NULL AUTO_INCREMENT,
`foldername` varchar(100) NOT NULL DEFAULT '',
`description` varchar(250) DEFAULT '',
`state` varchar(50) DEFAULT 'SAVED',
PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportgroupbycolumn` (
`reportid` int DEFAULT NULL,
`sortid` int DEFAULT NULL,
`sortcolname` varchar(250) DEFAULT NULL,
`dategroupbycriteria` varchar(250) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportmodules` (
`reportmodulesid` int NOT NULL,
`primarymodule` varchar(100) DEFAULT NULL,
`secondarymodules` varchar(250) 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_0900_ai_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,'Cases',''),(27,'Calendar','');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportsharing` (
`reportid` int NOT NULL,
`shareid` int NOT NULL,
`setype` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportsortcol` (
`sortcolid` int NOT NULL,
`reportid` int NOT NULL,
`columnname` varchar(250) DEFAULT '',
`sortorder` varchar(250) 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_0900_ai_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 (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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reportsummary` (
`reportsummaryid` int NOT NULL,
`summarytype` int NOT NULL,
`columnname` varchar(250) 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_0900_ai_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 */;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_reporttype` (
`reportid` int NOT NULL,
`data` text,
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_0900_ai_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 */;
INSERT INTO `vtiger_reporttype` VALUES (26,'{\"type\":\"pieChart\",\"groupbyfield\":\"vtiger_cases:case_status:Cases_Case_Status:case_status:V\",\"datafields\":[\"count(*)\"]}'),(27,'{\"type\":\"pieChart\",\"groupbyfield\":\"vtiger_activity:status:Calendar_Status:taskstatus:V\",\"datafields\":[\"count(*)\"]}');
/*!40000 ALTER TABLE `vtiger_reporttype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_resolution_status`
--
DROP TABLE IF EXISTS `vtiger_resolution_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_resolution_status` (
`resolution_statusid` int NOT NULL AUTO_INCREMENT,
`resolution_status` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`resolution_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_resolution_status`
--
LOCK TABLES `vtiger_resolution_status` WRITE;
/*!40000 ALTER TABLE `vtiger_resolution_status` DISABLE KEYS */;
INSERT INTO `vtiger_resolution_status` VALUES (1,'Active',1,308,1,NULL),(2,'InActive',1,309,2,NULL);
/*!40000 ALTER TABLE `vtiger_resolution_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_resolution_status_seq`
--
DROP TABLE IF EXISTS `vtiger_resolution_status_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_resolution_status_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_resolution_status_seq`
--
LOCK TABLES `vtiger_resolution_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_resolution_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_resolution_status_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_resolution_status_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_resolutions`
--
DROP TABLE IF EXISTS `vtiger_resolutions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_resolutions` (
`resolutionsid` int NOT NULL,
`resolution_no` varchar(100) DEFAULT NULL,
`related_to` varchar(255) DEFAULT NULL,
`resolution_details` text,
`resolution_status` varchar(255) DEFAULT NULL,
PRIMARY KEY (`resolutionsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_resolutions`
--
LOCK TABLES `vtiger_resolutions` WRITE;
/*!40000 ALTER TABLE `vtiger_resolutions` DISABLE KEYS */;
INSERT INTO `vtiger_resolutions` VALUES (4,'RS01','3','OK Updates','Active'),(10,'RS02','3','test2','Active'),(30,'RS03','29','Sample Resolution Notes – First Meeting (Case Not Resolved Yet)\n\nDate: 17-11-2025\nParties Present: All family members (Mother, Elder Son, Younger Son, Daughter)\nPurpose of Meeting: Initial discussion to understand concerns related to property division.\n\nAll parties explained their individual viewpoints regarding the property.\n\nElder Son stated he contributed financially to renovation and requested consideration.\n\nYounger Son insisted that property should be divided equally as per law.\n\nDaughter expressed that she was not included in earlier discussions and wants her rightful share.\n\nMother stated she wants to retain one portion for her own residence and support.\n\nAll parties agreed that clear documentation of the property’s valuation is required.\n\nDiscussion remained respectful but no mutual agreement was reached on division.\n\nIt was decided that an independent property valuer may be appointed in the next step.\n\nParties agreed to gather all relevant documents (purchase deed, renovation expenses, etc.) before the next meeting.\n\nCase remains unresolved, and a second meeting will be scheduled when documents and valuation reports are ready.','Active'),(40,'RS04','39','A definitive outcome will be determined once the fresh measurement report is submitted, upon which the court will make a judgment regarding boundary correction, responsibility, and any applicable compensation.','Active'),(45,'RS05','44','ICC ordered sensitivity training for Mr. Mehta, issued a formal warning, and recommended team restructuring. Raina was transferred to another reporting manager.','InActive'),(49,'RS06','','Court ordered the hospital to pay partial compensation and implement stricter post-operative monitoring protocols.','Active'),(51,'RS07','50','Court ordered the hospital to pay partial compensation and implement stricter post-operative monitoring protocols.','Active'),(55,'RS08','54','Bank refunded the full amount under RBI zero-liability rules, and police shut down the phishing domain.','Active');
/*!40000 ALTER TABLE `vtiger_resolutions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_resolutionscf`
--
DROP TABLE IF EXISTS `vtiger_resolutionscf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_resolutionscf` (
`resolutionsid` int NOT NULL,
PRIMARY KEY (`resolutionsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vtiger_resolutionscf`
--
LOCK TABLES `vtiger_resolutionscf` WRITE;
/*!40000 ALTER TABLE `vtiger_resolutionscf` DISABLE KEYS */;
INSERT INTO `vtiger_resolutionscf` VALUES (4),(10),(30),(40),(45),(49),(51),(55);
/*!40000 ALTER TABLE `vtiger_resolutionscf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_role`
--
DROP TABLE IF EXISTS `vtiger_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role` (
`roleid` varchar(255) NOT NULL,
`rolename` varchar(200) DEFAULT NULL,
`parentrole` varchar(255) DEFAULT NULL,
`depth` int DEFAULT NULL,
`allowassignedrecordsto` int NOT NULL DEFAULT '1',
PRIMARY KEY (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),('H11','Table 5','H1::H2::H3::H4::H11',4,1),('H2','CEO','H1::H2',1,1),('H3','Vice President','H1::H2::H3',2,1),('H4','Sales Manager','H1::H2::H3::H4',3,1),('H6','Table 1','H1::H2::H3::H4::H6',4,1),('H7','Table 2','H1::H2::H3::H4::H7',4,1),('H8','Table 3','H1::H2::H3::H4::H8',4,1),('H9','Table 4','H1::H2::H3::H4::H9',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role2picklist` (
`roleid` varchar(255) NOT NULL,
`picklistvalueid` int NOT NULL,
`picklistid` int NOT NULL,
`sortid` int 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_0900_ai_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,32,1),('H1',214,32,2),('H1',215,32,3),('H1',216,32,4),('H1',217,32,5),('H1',218,32,6),('H1',219,33,1),('H1',220,33,2),('H1',221,33,3),('H1',222,33,4),('H1',223,34,1),('H1',224,34,2),('H1',225,34,3),('H1',226,34,4),('H1',227,34,5),('H1',228,34,6),('H1',229,35,1),('H1',230,35,2),('H1',231,35,3),('H1',232,36,1),('H1',233,36,2),('H1',234,36,3),('H1',235,37,1),('H1',236,37,2),('H1',237,38,1),('H1',238,38,2),('H1',239,38,3),('H1',240,38,4),('H1',241,39,1),('H1',242,39,2),('H1',243,39,3),('H1',244,39,4),('H1',245,40,1),('H1',246,40,2),('H1',247,40,3),('H1',248,40,4),('H1',249,41,1),('H1',250,41,2),('H1',251,41,3),('H1',252,41,4),('H1',253,41,5),('H1',254,41,6),('H1',255,41,7),('H1',256,41,8),('H1',257,41,9),('H1',258,41,10),('H1',259,41,11),('H1',260,42,1),('H1',261,42,2),('H1',262,42,3),('H1',263,42,4),('H1',264,42,5),('H1',265,42,6),('H1',266,42,7),('H1',267,42,8),('H1',268,42,9),('H1',269,43,1),('H1',270,43,2),('H1',271,43,3),('H1',272,43,4),('H1',273,44,1),('H1',274,44,2),('H1',275,44,3),('H1',276,44,4),('H1',277,45,1),('H1',278,45,2),('H1',279,45,3),('H1',280,45,4),('H1',281,45,5),('H1',282,45,6),('H1',283,45,7),('H1',284,45,8),('H1',285,45,9),('H1',286,45,10),('H1',287,45,11),('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,51,1),('H1',309,51,2),('H11',1,1,0),('H11',2,1,1),('H11',3,1,2),('H11',4,1,3),('H11',5,1,4),('H11',6,1,5),('H11',7,1,6),('H11',8,1,7),('H11',9,1,8),('H11',10,1,9),('H11',11,1,10),('H11',12,2,0),('H11',13,2,1),('H11',14,3,0),('H11',15,3,1),('H11',16,3,2),('H11',17,3,3),('H11',18,3,4),('H11',19,3,5),('H11',20,4,0),('H11',21,4,1),('H11',22,4,2),('H11',23,4,3),('H11',24,4,4),('H11',25,4,5),('H11',26,4,6),('H11',27,4,7),('H11',28,4,8),('H11',29,4,9),('H11',30,4,10),('H11',31,4,11),('H11',32,4,12),('H11',33,5,0),('H11',34,5,1),('H11',35,5,2),('H11',36,5,3),('H11',37,5,4),('H11',38,6,0),('H11',39,6,1),('H11',40,6,2),('H11',41,7,0),('H11',42,7,1),('H11',43,7,2),('H11',44,7,3),('H11',45,7,4),('H11',46,8,0),('H11',47,9,0),('H11',48,9,1),('H11',49,9,2),('H11',50,9,3),('H11',51,10,0),('H11',52,10,1),('H11',53,10,2),('H11',54,10,3),('H11',55,10,4),('H11',56,10,5),('H11',57,10,6),('H11',58,10,7),('H11',59,10,8),('H11',60,11,0),('H11',61,11,1),('H11',62,11,2),('H11',63,11,3),('H11',64,11,4),('H11',65,11,5),('H11',66,11,6),('H11',67,11,7),('H11',68,11,8),('H11',69,11,9),('H11',70,11,10),('H11',71,11,11),('H11',72,11,12),('H11',73,11,13),('H11',74,11,14),('H11',75,11,15),('H11',76,11,16),('H11',77,11,17),('H11',78,11,18),('H11',79,11,19),('H11',80,11,20),('H11',81,11,21),('H11',82,11,22),('H11',83,11,23),('H11',84,11,24),('H11',85,11,25),('H11',86,11,26),('H11',87,11,27),('H11',88,11,28),('H11',89,11,29),('H11',90,11,30),('H11',91,11,31),('H11',92,12,0),('H11',93,12,1),('H11',94,12,2),('H11',95,12,3),('H11',96,12,4),('H11',97,12,5),('H11',98,13,0),('H11',99,13,1),('H11',100,13,2),('H11',101,13,3),('H11',102,13,4),('H11',103,13,5),('H11',104,13,6),('H11',105,13,7),('H11',106,13,8),('H11',107,13,9),('H11',108,13,10),('H11',109,13,11),('H11',110,13,12),('H11',111,14,0),('H11',112,14,1),('H11',113,14,2),('H11',114,14,3),('H11',115,14,4),('H11',116,14,5),('H11',117,14,6),('H11',118,14,7),('H11',119,14,8),('H11',120,14,9),('H11',121,14,10),('H11',122,14,11),('H11',123,15,0),('H11',124,15,1),('H11',125,15,2),('H11',126,15,3),('H11',127,16,0),('H11',128,16,1),('H11',129,16,2),('H11',130,17,0),('H11',131,17,1),('H11',132,17,2),('H11',133,17,3),('H11',134,17,4),('H11',135,18,0),('H11',136,18,1),('H11',137,18,2),('H11',138,18,3),('H11',139,19,0),('H11',140,19,1),('H11',141,19,2),('H11',142,19,3),('H11',143,19,4),('H11',144,20,0),('H11',145,20,1),('H11',146,20,2),('H11',147,20,3),('H11',148,20,4),('H11',149,20,5),('H11',150,21,0),('H11',151,21,1),('H11',152,21,2),('H11',153,21,3),('H11',154,21,4),('H11',155,21,5),('H11',156,21,6),('H11',157,21,7),('H11',158,21,8),('H11',159,21,9),('H11',160,22,0),('H11',161,22,1),('H11',162,22,2),('H11',163,22,3),('H11',164,22,4),('H11',165,22,5),('H11',166,23,0),('H11',167,23,1),('H11',168,23,2),('H11',169,23,3),('H11',170,24,0),('H11',171,24,1),('H11',172,24,2),('H11',173,25,0),('H11',174,25,1),('H11',175,25,2),('H11',176,25,3),('H11',177,25,4),('H11',178,25,5),('H11',179,26,0),('H11',180,26,1),('H11',181,26,2),('H11',182,27,0),('H11',183,27,1),('H11',184,27,2),('H11',185,27,3),('H11',186,28,0),('H11',187,28,1),('H11',188,28,2),('H11',189,28,3),('H11',190,29,0),('H11',191,29,1),('H11',192,29,2),('H11',193,29,3),('H11',194,30,0),('H11',195,30,1),('H11',196,30,2),('H11',197,30,3),('H11',198,30,4),('H11',199,30,5),('H11',200,30,6),('H11',201,30,7),('H11',202,30,8),('H11',203,30,9),('H11',204,30,10),('H11',205,30,11),('H11',206,30,12),('H11',207,30,13),('H11',208,30,14),('H11',209,30,15),('H11',210,31,1),('H11',211,31,2),('H11',212,31,3),('H11',213,32,1),('H11',214,32,2),('H11',215,32,3),('H11',216,32,4),('H11',217,32,5),('H11',218,32,6),('H11',219,33,1),('H11',220,33,2),('H11',221,33,3),('H11',222,33,4),('H11',223,34,1),('H11',224,34,2),('H11',225,34,3),('H11',226,34,4),('H11',227,34,5),('H11',228,34,6),('H11',229,35,1),('H11',230,35,2),('H11',231,35,3),('H11',232,36,1),('H11',233,36,2),('H11',234,36,3),('H11',235,37,1),('H11',236,37,2),('H11',237,38,1),('H11',238,38,2),('H11',239,38,3),('H11',240,38,4),('H11',241,39,1),('H11',242,39,2),('H11',243,39,3),('H11',244,39,4),('H11',245,40,1),('H11',246,40,2),('H11',247,40,3),('H11',248,40,4),('H11',249,41,1),('H11',250,41,2),('H11',251,41,3),('H11',252,41,4),('H11',253,41,5),('H11',254,41,6),('H11',255,41,7),('H11',256,41,8),('H11',257,41,9),('H11',258,41,10),('H11',259,41,11),('H11',260,42,1),('H11',261,42,2),('H11',262,42,3),('H11',263,42,4),('H11',264,42,5),('H11',265,42,6),('H11',266,42,7),('H11',267,42,8),('H11',268,42,9),('H11',269,43,1),('H11',270,43,2),('H11',271,43,3),('H11',272,43,4),('H11',273,44,1),('H11',274,44,2),('H11',275,44,3),('H11',276,44,4),('H11',277,45,1),('H11',278,45,2),('H11',279,45,3),('H11',280,45,4),('H11',281,45,5),('H11',282,45,6),('H11',283,45,7),('H11',284,45,8),('H11',285,45,9),('H11',286,45,10),('H11',287,45,11),('H11',288,12,1),('H11',289,46,1),('H11',290,46,2),('H11',291,46,3),('H11',292,46,4),('H11',293,46,5),('H11',294,46,6),('H11',295,2,1),('H11',296,47,1),('H11',297,47,2),('H11',298,47,3),('H11',299,48,1),('H11',300,48,2),('H11',303,49,1),('H11',304,49,2),('H11',305,50,1),('H11',306,50,2),('H11',307,50,3),('H11',308,51,1),('H11',309,51,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,32,1),('H2',214,32,2),('H2',215,32,3),('H2',216,32,4),('H2',217,32,5),('H2',218,32,6),('H2',219,33,1),('H2',220,33,2),('H2',221,33,3),('H2',222,33,4),('H2',223,34,1),('H2',224,34,2),('H2',225,34,3),('H2',226,34,4),('H2',227,34,5),('H2',228,34,6),('H2',229,35,1),('H2',230,35,2),('H2',231,35,3),('H2',232,36,1),('H2',233,36,2),('H2',234,36,3),('H2',235,37,1),('H2',236,37,2),('H2',237,38,1),('H2',238,38,2),('H2',239,38,3),('H2',240,38,4),('H2',241,39,1),('H2',242,39,2),('H2',243,39,3),('H2',244,39,4),('H2',245,40,1),('H2',246,40,2),('H2',247,40,3),('H2',248,40,4),('H2',249,41,1),('H2',250,41,2),('H2',251,41,3),('H2',252,41,4),('H2',253,41,5),('H2',254,41,6),('H2',255,41,7),('H2',256,41,8),('H2',257,41,9),('H2',258,41,10),('H2',259,41,11),('H2',260,42,1),('H2',261,42,2),('H2',262,42,3),('H2',263,42,4),('H2',264,42,5),('H2',265,42,6),('H2',266,42,7),('H2',267,42,8),('H2',268,42,9),('H2',269,43,1),('H2',270,43,2),('H2',271,43,3),('H2',272,43,4),('H2',273,44,1),('H2',274,44,2),('H2',275,44,3),('H2',276,44,4),('H2',277,45,1),('H2',278,45,2),('H2',279,45,3),('H2',280,45,4),('H2',281,45,5),('H2',282,45,6),('H2',283,45,7),('H2',284,45,8),('H2',285,45,9),('H2',286,45,10),('H2',287,45,11),('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,51,1),('H2',309,51,2),('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,32,1),('H3',214,32,2),('H3',215,32,3),('H3',216,32,4),('H3',217,32,5),('H3',218,32,6),('H3',219,33,1),('H3',220,33,2),('H3',221,33,3),('H3',222,33,4),('H3',223,34,1),('H3',224,34,2),('H3',225,34,3),('H3',226,34,4),('H3',227,34,5),('H3',228,34,6),('H3',229,35,1),('H3',230,35,2),('H3',231,35,3),('H3',232,36,1),('H3',233,36,2),('H3',234,36,3),('H3',235,37,1),('H3',236,37,2),('H3',237,38,1),('H3',238,38,2),('H3',239,38,3),('H3',240,38,4),('H3',241,39,1),('H3',242,39,2),('H3',243,39,3),('H3',244,39,4),('H3',245,40,1),('H3',246,40,2),('H3',247,40,3),('H3',248,40,4),('H3',249,41,1),('H3',250,41,2),('H3',251,41,3),('H3',252,41,4),('H3',253,41,5),('H3',254,41,6),('H3',255,41,7),('H3',256,41,8),('H3',257,41,9),('H3',258,41,10),('H3',259,41,11),('H3',260,42,1),('H3',261,42,2),('H3',262,42,3),('H3',263,42,4),('H3',264,42,5),('H3',265,42,6),('H3',266,42,7),('H3',267,42,8),('H3',268,42,9),('H3',269,43,1),('H3',270,43,2),('H3',271,43,3),('H3',272,43,4),('H3',273,44,1),('H3',274,44,2),('H3',275,44,3),('H3',276,44,4),('H3',277,45,1),('H3',278,45,2),('H3',279,45,3),('H3',280,45,4),('H3',281,45,5),('H3',282,45,6),('H3',283,45,7),('H3',284,45,8),('H3',285,45,9),('H3',286,45,10),('H3',287,45,11),('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,51,1),('H3',309,51,2),('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,32,1),('H4',214,32,2),('H4',215,32,3),('H4',216,32,4),('H4',217,32,5),('H4',218,32,6),('H4',219,33,1),('H4',220,33,2),('H4',221,33,3),('H4',222,33,4),('H4',223,34,1),('H4',224,34,2),('H4',225,34,3),('H4',226,34,4),('H4',227,34,5),('H4',228,34,6),('H4',229,35,1),('H4',230,35,2),('H4',231,35,3),('H4',232,36,1),('H4',233,36,2),('H4',234,36,3),('H4',235,37,1),('H4',236,37,2),('H4',237,38,1),('H4',238,38,2),('H4',239,38,3),('H4',240,38,4),('H4',241,39,1),('H4',242,39,2),('H4',243,39,3),('H4',244,39,4),('H4',245,40,1),('H4',246,40,2),('H4',247,40,3),('H4',248,40,4),('H4',249,41,1),('H4',250,41,2),('H4',251,41,3),('H4',252,41,4),('H4',253,41,5),('H4',254,41,6),('H4',255,41,7),('H4',256,41,8),('H4',257,41,9),('H4',258,41,10),('H4',259,41,11),('H4',260,42,1),('H4',261,42,2),('H4',262,42,3),('H4',263,42,4),('H4',264,42,5),('H4',265,42,6),('H4',266,42,7),('H4',267,42,8),('H4',268,42,9),('H4',269,43,1),('H4',270,43,2),('H4',271,43,3),('H4',272,43,4),('H4',273,44,1),('H4',274,44,2),('H4',275,44,3),('H4',276,44,4),('H4',277,45,1),('H4',278,45,2),('H4',279,45,3),('H4',280,45,4),('H4',281,45,5),('H4',282,45,6),('H4',283,45,7),('H4',284,45,8),('H4',285,45,9),('H4',286,45,10),('H4',287,45,11),('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,51,1),('H4',309,51,2),('H6',1,1,0),('H6',2,1,1),('H6',3,1,2),('H6',4,1,3),('H6',5,1,4),('H6',6,1,5),('H6',7,1,6),('H6',8,1,7),('H6',9,1,8),('H6',10,1,9),('H6',11,1,10),('H6',12,2,0),('H6',13,2,1),('H6',14,3,0),('H6',15,3,1),('H6',16,3,2),('H6',17,3,3),('H6',18,3,4),('H6',19,3,5),('H6',20,4,0),('H6',21,4,1),('H6',22,4,2),('H6',23,4,3),('H6',24,4,4),('H6',25,4,5),('H6',26,4,6),('H6',27,4,7),('H6',28,4,8),('H6',29,4,9),('H6',30,4,10),('H6',31,4,11),('H6',32,4,12),('H6',33,5,0),('H6',34,5,1),('H6',35,5,2),('H6',36,5,3),('H6',37,5,4),('H6',38,6,0),('H6',39,6,1),('H6',40,6,2),('H6',41,7,0),('H6',42,7,1),('H6',43,7,2),('H6',44,7,3),('H6',45,7,4),('H6',46,8,0),('H6',47,9,0),('H6',48,9,1),('H6',49,9,2),('H6',50,9,3),('H6',51,10,0),('H6',52,10,1),('H6',53,10,2),('H6',54,10,3),('H6',55,10,4),('H6',56,10,5),('H6',57,10,6),('H6',58,10,7),('H6',59,10,8),('H6',60,11,0),('H6',61,11,1),('H6',62,11,2),('H6',63,11,3),('H6',64,11,4),('H6',65,11,5),('H6',66,11,6),('H6',67,11,7),('H6',68,11,8),('H6',69,11,9),('H6',70,11,10),('H6',71,11,11),('H6',72,11,12),('H6',73,11,13),('H6',74,11,14),('H6',75,11,15),('H6',76,11,16),('H6',77,11,17),('H6',78,11,18),('H6',79,11,19),('H6',80,11,20),('H6',81,11,21),('H6',82,11,22),('H6',83,11,23),('H6',84,11,24),('H6',85,11,25),('H6',86,11,26),('H6',87,11,27),('H6',88,11,28),('H6',89,11,29),('H6',90,11,30),('H6',91,11,31),('H6',92,12,0),('H6',93,12,1),('H6',94,12,2),('H6',95,12,3),('H6',96,12,4),('H6',97,12,5),('H6',98,13,0),('H6',99,13,1),('H6',100,13,2),('H6',101,13,3),('H6',102,13,4),('H6',103,13,5),('H6',104,13,6),('H6',105,13,7),('H6',106,13,8),('H6',107,13,9),('H6',108,13,10),('H6',109,13,11),('H6',110,13,12),('H6',111,14,0),('H6',112,14,1),('H6',113,14,2),('H6',114,14,3),('H6',115,14,4),('H6',116,14,5),('H6',117,14,6),('H6',118,14,7),('H6',119,14,8),('H6',120,14,9),('H6',121,14,10),('H6',122,14,11),('H6',123,15,0),('H6',124,15,1),('H6',125,15,2),('H6',126,15,3),('H6',127,16,0),('H6',128,16,1),('H6',129,16,2),('H6',130,17,0),('H6',131,17,1),('H6',132,17,2),('H6',133,17,3),('H6',134,17,4),('H6',135,18,0),('H6',136,18,1),('H6',137,18,2),('H6',138,18,3),('H6',139,19,0),('H6',140,19,1),('H6',141,19,2),('H6',142,19,3),('H6',143,19,4),('H6',144,20,0),('H6',145,20,1),('H6',146,20,2),('H6',147,20,3),('H6',148,20,4),('H6',149,20,5),('H6',150,21,0),('H6',151,21,1),('H6',152,21,2),('H6',153,21,3),('H6',154,21,4),('H6',155,21,5),('H6',156,21,6),('H6',157,21,7),('H6',158,21,8),('H6',159,21,9),('H6',160,22,0),('H6',161,22,1),('H6',162,22,2),('H6',163,22,3),('H6',164,22,4),('H6',165,22,5),('H6',166,23,0),('H6',167,23,1),('H6',168,23,2),('H6',169,23,3),('H6',170,24,0),('H6',171,24,1),('H6',172,24,2),('H6',173,25,0),('H6',174,25,1),('H6',175,25,2),('H6',176,25,3),('H6',177,25,4),('H6',178,25,5),('H6',179,26,0),('H6',180,26,1),('H6',181,26,2),('H6',182,27,0),('H6',183,27,1),('H6',184,27,2),('H6',185,27,3),('H6',186,28,0),('H6',187,28,1),('H6',188,28,2),('H6',189,28,3),('H6',190,29,0),('H6',191,29,1),('H6',192,29,2),('H6',193,29,3),('H6',194,30,0),('H6',195,30,1),('H6',196,30,2),('H6',197,30,3),('H6',198,30,4),('H6',199,30,5),('H6',200,30,6),('H6',201,30,7),('H6',202,30,8),('H6',203,30,9),('H6',204,30,10),('H6',205,30,11),('H6',206,30,12),('H6',207,30,13),('H6',208,30,14),('H6',209,30,15),('H6',210,31,1),('H6',211,31,2),('H6',212,31,3),('H6',213,32,1),('H6',214,32,2),('H6',215,32,3),('H6',216,32,4),('H6',217,32,5),('H6',218,32,6),('H6',219,33,1),('H6',220,33,2),('H6',221,33,3),('H6',222,33,4),('H6',223,34,1),('H6',224,34,2),('H6',225,34,3),('H6',226,34,4),('H6',227,34,5),('H6',228,34,6),('H6',229,35,1),('H6',230,35,2),('H6',231,35,3),('H6',232,36,1),('H6',233,36,2),('H6',234,36,3),('H6',235,37,1),('H6',236,37,2),('H6',237,38,1),('H6',238,38,2),('H6',239,38,3),('H6',240,38,4),('H6',241,39,1),('H6',242,39,2),('H6',243,39,3),('H6',244,39,4),('H6',245,40,1),('H6',246,40,2),('H6',247,40,3),('H6',248,40,4),('H6',249,41,1),('H6',250,41,2),('H6',251,41,3),('H6',252,41,4),('H6',253,41,5),('H6',254,41,6),('H6',255,41,7),('H6',256,41,8),('H6',257,41,9),('H6',258,41,10),('H6',259,41,11),('H6',260,42,1),('H6',261,42,2),('H6',262,42,3),('H6',263,42,4),('H6',264,42,5),('H6',265,42,6),('H6',266,42,7),('H6',267,42,8),('H6',268,42,9),('H6',269,43,1),('H6',270,43,2),('H6',271,43,3),('H6',272,43,4),('H6',273,44,1),('H6',274,44,2),('H6',275,44,3),('H6',276,44,4),('H6',277,45,1),('H6',278,45,2),('H6',279,45,3),('H6',280,45,4),('H6',281,45,5),('H6',282,45,6),('H6',283,45,7),('H6',284,45,8),('H6',285,45,9),('H6',286,45,10),('H6',287,45,11),('H6',288,12,1),('H6',289,46,1),('H6',290,46,2),('H6',291,46,3),('H6',292,46,4),('H6',293,46,5),('H6',294,46,6),('H6',295,2,1),('H6',296,47,1),('H6',297,47,2),('H6',298,47,3),('H6',299,48,1),('H6',300,48,2),('H6',303,49,1),('H6',304,49,2),('H6',305,50,1),('H6',306,50,2),('H6',307,50,3),('H6',308,51,1),('H6',309,51,2),('H7',1,1,0),('H7',2,1,1),('H7',3,1,2),('H7',4,1,3),('H7',5,1,4),('H7',6,1,5),('H7',7,1,6),('H7',8,1,7),('H7',9,1,8),('H7',10,1,9),('H7',11,1,10),('H7',12,2,0),('H7',13,2,1),('H7',14,3,0),('H7',15,3,1),('H7',16,3,2),('H7',17,3,3),('H7',18,3,4),('H7',19,3,5),('H7',20,4,0),('H7',21,4,1),('H7',22,4,2),('H7',23,4,3),('H7',24,4,4),('H7',25,4,5),('H7',26,4,6),('H7',27,4,7),('H7',28,4,8),('H7',29,4,9),('H7',30,4,10),('H7',31,4,11),('H7',32,4,12),('H7',33,5,0),('H7',34,5,1),('H7',35,5,2),('H7',36,5,3),('H7',37,5,4),('H7',38,6,0),('H7',39,6,1),('H7',40,6,2),('H7',41,7,0),('H7',42,7,1),('H7',43,7,2),('H7',44,7,3),('H7',45,7,4),('H7',46,8,0),('H7',47,9,0),('H7',48,9,1),('H7',49,9,2),('H7',50,9,3),('H7',51,10,0),('H7',52,10,1),('H7',53,10,2),('H7',54,10,3),('H7',55,10,4),('H7',56,10,5),('H7',57,10,6),('H7',58,10,7),('H7',59,10,8),('H7',60,11,0),('H7',61,11,1),('H7',62,11,2),('H7',63,11,3),('H7',64,11,4),('H7',65,11,5),('H7',66,11,6),('H7',67,11,7),('H7',68,11,8),('H7',69,11,9),('H7',70,11,10),('H7',71,11,11),('H7',72,11,12),('H7',73,11,13),('H7',74,11,14),('H7',75,11,15),('H7',76,11,16),('H7',77,11,17),('H7',78,11,18),('H7',79,11,19),('H7',80,11,20),('H7',81,11,21),('H7',82,11,22),('H7',83,11,23),('H7',84,11,24),('H7',85,11,25),('H7',86,11,26),('H7',87,11,27),('H7',88,11,28),('H7',89,11,29),('H7',90,11,30),('H7',91,11,31),('H7',92,12,0),('H7',93,12,1),('H7',94,12,2),('H7',95,12,3),('H7',96,12,4),('H7',97,12,5),('H7',98,13,0),('H7',99,13,1),('H7',100,13,2),('H7',101,13,3),('H7',102,13,4),('H7',103,13,5),('H7',104,13,6),('H7',105,13,7),('H7',106,13,8),('H7',107,13,9),('H7',108,13,10),('H7',109,13,11),('H7',110,13,12),('H7',111,14,0),('H7',112,14,1),('H7',113,14,2),('H7',114,14,3),('H7',115,14,4),('H7',116,14,5),('H7',117,14,6),('H7',118,14,7),('H7',119,14,8),('H7',120,14,9),('H7',121,14,10),('H7',122,14,11),('H7',123,15,0),('H7',124,15,1),('H7',125,15,2),('H7',126,15,3),('H7',127,16,0),('H7',128,16,1),('H7',129,16,2),('H7',130,17,0),('H7',131,17,1),('H7',132,17,2),('H7',133,17,3),('H7',134,17,4),('H7',135,18,0),('H7',136,18,1),('H7',137,18,2),('H7',138,18,3),('H7',139,19,0),('H7',140,19,1),('H7',141,19,2),('H7',142,19,3),('H7',143,19,4),('H7',144,20,0),('H7',145,20,1),('H7',146,20,2),('H7',147,20,3),('H7',148,20,4),('H7',149,20,5),('H7',150,21,0),('H7',151,21,1),('H7',152,21,2),('H7',153,21,3),('H7',154,21,4),('H7',155,21,5),('H7',156,21,6),('H7',157,21,7),('H7',158,21,8),('H7',159,21,9),('H7',160,22,0),('H7',161,22,1),('H7',162,22,2),('H7',163,22,3),('H7',164,22,4),('H7',165,22,5),('H7',166,23,0),('H7',167,23,1),('H7',168,23,2),('H7',169,23,3),('H7',170,24,0),('H7',171,24,1),('H7',172,24,2),('H7',173,25,0),('H7',174,25,1),('H7',175,25,2),('H7',176,25,3),('H7',177,25,4),('H7',178,25,5),('H7',179,26,0),('H7',180,26,1),('H7',181,26,2),('H7',182,27,0),('H7',183,27,1),('H7',184,27,2),('H7',185,27,3),('H7',186,28,0),('H7',187,28,1),('H7',188,28,2),('H7',189,28,3),('H7',190,29,0),('H7',191,29,1),('H7',192,29,2),('H7',193,29,3),('H7',194,30,0),('H7',195,30,1),('H7',196,30,2),('H7',197,30,3),('H7',198,30,4),('H7',199,30,5),('H7',200,30,6),('H7',201,30,7),('H7',202,30,8),('H7',203,30,9),('H7',204,30,10),('H7',205,30,11),('H7',206,30,12),('H7',207,30,13),('H7',208,30,14),('H7',209,30,15),('H7',210,31,1),('H7',211,31,2),('H7',212,31,3),('H7',213,32,1),('H7',214,32,2),('H7',215,32,3),('H7',216,32,4),('H7',217,32,5),('H7',218,32,6),('H7',219,33,1),('H7',220,33,2),('H7',221,33,3),('H7',222,33,4),('H7',223,34,1),('H7',224,34,2),('H7',225,34,3),('H7',226,34,4),('H7',227,34,5),('H7',228,34,6),('H7',229,35,1),('H7',230,35,2),('H7',231,35,3),('H7',232,36,1),('H7',233,36,2),('H7',234,36,3),('H7',235,37,1),('H7',236,37,2),('H7',237,38,1),('H7',238,38,2),('H7',239,38,3),('H7',240,38,4),('H7',241,39,1),('H7',242,39,2),('H7',243,39,3),('H7',244,39,4),('H7',245,40,1),('H7',246,40,2),('H7',247,40,3),('H7',248,40,4),('H7',249,41,1),('H7',250,41,2),('H7',251,41,3),('H7',252,41,4),('H7',253,41,5),('H7',254,41,6),('H7',255,41,7),('H7',256,41,8),('H7',257,41,9),('H7',258,41,10),('H7',259,41,11),('H7',260,42,1),('H7',261,42,2),('H7',262,42,3),('H7',263,42,4),('H7',264,42,5),('H7',265,42,6),('H7',266,42,7),('H7',267,42,8),('H7',268,42,9),('H7',269,43,1),('H7',270,43,2),('H7',271,43,3),('H7',272,43,4),('H7',273,44,1),('H7',274,44,2),('H7',275,44,3),('H7',276,44,4),('H7',277,45,1),('H7',278,45,2),('H7',279,45,3),('H7',280,45,4),('H7',281,45,5),('H7',282,45,6),('H7',283,45,7),('H7',284,45,8),('H7',285,45,9),('H7',286,45,10),('H7',287,45,11),('H7',288,12,1),('H7',289,46,1),('H7',290,46,2),('H7',291,46,3),('H7',292,46,4),('H7',293,46,5),('H7',294,46,6),('H7',295,2,1),('H7',296,47,1),('H7',297,47,2),('H7',298,47,3),('H7',299,48,1),('H7',300,48,2),('H7',303,49,1),('H7',304,49,2),('H7',305,50,1),('H7',306,50,2),('H7',307,50,3),('H7',308,51,1),('H7',309,51,2),('H8',1,1,0),('H8',2,1,1),('H8',3,1,2),('H8',4,1,3),('H8',5,1,4),('H8',6,1,5),('H8',7,1,6),('H8',8,1,7),('H8',9,1,8),('H8',10,1,9),('H8',11,1,10),('H8',12,2,0),('H8',13,2,1),('H8',14,3,0),('H8',15,3,1),('H8',16,3,2),('H8',17,3,3),('H8',18,3,4),('H8',19,3,5),('H8',20,4,0),('H8',21,4,1),('H8',22,4,2),('H8',23,4,3),('H8',24,4,4),('H8',25,4,5),('H8',26,4,6),('H8',27,4,7),('H8',28,4,8),('H8',29,4,9),('H8',30,4,10),('H8',31,4,11),('H8',32,4,12),('H8',33,5,0),('H8',34,5,1),('H8',35,5,2),('H8',36,5,3),('H8',37,5,4),('H8',38,6,0),('H8',39,6,1),('H8',40,6,2),('H8',41,7,0),('H8',42,7,1),('H8',43,7,2),('H8',44,7,3),('H8',45,7,4),('H8',46,8,0),('H8',47,9,0),('H8',48,9,1),('H8',49,9,2),('H8',50,9,3),('H8',51,10,0),('H8',52,10,1),('H8',53,10,2),('H8',54,10,3),('H8',55,10,4),('H8',56,10,5),('H8',57,10,6),('H8',58,10,7),('H8',59,10,8),('H8',60,11,0),('H8',61,11,1),('H8',62,11,2),('H8',63,11,3),('H8',64,11,4),('H8',65,11,5),('H8',66,11,6),('H8',67,11,7),('H8',68,11,8),('H8',69,11,9),('H8',70,11,10),('H8',71,11,11),('H8',72,11,12),('H8',73,11,13),('H8',74,11,14),('H8',75,11,15),('H8',76,11,16),('H8',77,11,17),('H8',78,11,18),('H8',79,11,19),('H8',80,11,20),('H8',81,11,21),('H8',82,11,22),('H8',83,11,23),('H8',84,11,24),('H8',85,11,25),('H8',86,11,26),('H8',87,11,27),('H8',88,11,28),('H8',89,11,29),('H8',90,11,30),('H8',91,11,31),('H8',92,12,0),('H8',93,12,1),('H8',94,12,2),('H8',95,12,3),('H8',96,12,4),('H8',97,12,5),('H8',98,13,0),('H8',99,13,1),('H8',100,13,2),('H8',101,13,3),('H8',102,13,4),('H8',103,13,5),('H8',104,13,6),('H8',105,13,7),('H8',106,13,8),('H8',107,13,9),('H8',108,13,10),('H8',109,13,11),('H8',110,13,12),('H8',111,14,0),('H8',112,14,1),('H8',113,14,2),('H8',114,14,3),('H8',115,14,4),('H8',116,14,5),('H8',117,14,6),('H8',118,14,7),('H8',119,14,8),('H8',120,14,9),('H8',121,14,10),('H8',122,14,11),('H8',123,15,0),('H8',124,15,1),('H8',125,15,2),('H8',126,15,3),('H8',127,16,0),('H8',128,16,1),('H8',129,16,2),('H8',130,17,0),('H8',131,17,1),('H8',132,17,2),('H8',133,17,3),('H8',134,17,4),('H8',135,18,0),('H8',136,18,1),('H8',137,18,2),('H8',138,18,3),('H8',139,19,0),('H8',140,19,1),('H8',141,19,2),('H8',142,19,3),('H8',143,19,4),('H8',144,20,0),('H8',145,20,1),('H8',146,20,2),('H8',147,20,3),('H8',148,20,4),('H8',149,20,5),('H8',150,21,0),('H8',151,21,1),('H8',152,21,2),('H8',153,21,3),('H8',154,21,4),('H8',155,21,5),('H8',156,21,6),('H8',157,21,7),('H8',158,21,8),('H8',159,21,9),('H8',160,22,0),('H8',161,22,1),('H8',162,22,2),('H8',163,22,3),('H8',164,22,4),('H8',165,22,5),('H8',166,23,0),('H8',167,23,1),('H8',168,23,2),('H8',169,23,3),('H8',170,24,0),('H8',171,24,1),('H8',172,24,2),('H8',173,25,0),('H8',174,25,1),('H8',175,25,2),('H8',176,25,3),('H8',177,25,4),('H8',178,25,5),('H8',179,26,0),('H8',180,26,1),('H8',181,26,2),('H8',182,27,0),('H8',183,27,1),('H8',184,27,2),('H8',185,27,3),('H8',186,28,0),('H8',187,28,1),('H8',188,28,2),('H8',189,28,3),('H8',190,29,0),('H8',191,29,1),('H8',192,29,2),('H8',193,29,3),('H8',194,30,0),('H8',195,30,1),('H8',196,30,2),('H8',197,30,3),('H8',198,30,4),('H8',199,30,5),('H8',200,30,6),('H8',201,30,7),('H8',202,30,8),('H8',203,30,9),('H8',204,30,10),('H8',205,30,11),('H8',206,30,12),('H8',207,30,13),('H8',208,30,14),('H8',209,30,15),('H8',210,31,1),('H8',211,31,2),('H8',212,31,3),('H8',213,32,1),('H8',214,32,2),('H8',215,32,3),('H8',216,32,4),('H8',217,32,5),('H8',218,32,6),('H8',219,33,1),('H8',220,33,2),('H8',221,33,3),('H8',222,33,4),('H8',223,34,1),('H8',224,34,2),('H8',225,34,3),('H8',226,34,4),('H8',227,34,5),('H8',228,34,6),('H8',229,35,1),('H8',230,35,2),('H8',231,35,3),('H8',232,36,1),('H8',233,36,2),('H8',234,36,3),('H8',235,37,1),('H8',236,37,2),('H8',237,38,1),('H8',238,38,2),('H8',239,38,3),('H8',240,38,4),('H8',241,39,1),('H8',242,39,2),('H8',243,39,3),('H8',244,39,4),('H8',245,40,1),('H8',246,40,2),('H8',247,40,3),('H8',248,40,4),('H8',249,41,1),('H8',250,41,2),('H8',251,41,3),('H8',252,41,4),('H8',253,41,5),('H8',254,41,6),('H8',255,41,7),('H8',256,41,8),('H8',257,41,9),('H8',258,41,10),('H8',259,41,11),('H8',260,42,1),('H8',261,42,2),('H8',262,42,3),('H8',263,42,4),('H8',264,42,5),('H8',265,42,6),('H8',266,42,7),('H8',267,42,8),('H8',268,42,9),('H8',269,43,1),('H8',270,43,2),('H8',271,43,3),('H8',272,43,4),('H8',273,44,1),('H8',274,44,2),('H8',275,44,3),('H8',276,44,4),('H8',277,45,1),('H8',278,45,2),('H8',279,45,3),('H8',280,45,4),('H8',281,45,5),('H8',282,45,6),('H8',283,45,7),('H8',284,45,8),('H8',285,45,9),('H8',286,45,10),('H8',287,45,11),('H8',288,12,1),('H8',289,46,1),('H8',290,46,2),('H8',291,46,3),('H8',292,46,4),('H8',293,46,5),('H8',294,46,6),('H8',295,2,1),('H8',296,47,1),('H8',297,47,2),('H8',298,47,3),('H8',299,48,1),('H8',300,48,2),('H8',303,49,1),('H8',304,49,2),('H8',305,50,1),('H8',306,50,2),('H8',307,50,3),('H8',308,51,1),('H8',309,51,2),('H9',1,1,0),('H9',2,1,1),('H9',3,1,2),('H9',4,1,3),('H9',5,1,4),('H9',6,1,5),('H9',7,1,6),('H9',8,1,7),('H9',9,1,8),('H9',10,1,9),('H9',11,1,10),('H9',12,2,0),('H9',13,2,1),('H9',14,3,0),('H9',15,3,1),('H9',16,3,2),('H9',17,3,3),('H9',18,3,4),('H9',19,3,5),('H9',20,4,0),('H9',21,4,1),('H9',22,4,2),('H9',23,4,3),('H9',24,4,4),('H9',25,4,5),('H9',26,4,6),('H9',27,4,7),('H9',28,4,8),('H9',29,4,9),('H9',30,4,10),('H9',31,4,11),('H9',32,4,12),('H9',33,5,0),('H9',34,5,1),('H9',35,5,2),('H9',36,5,3),('H9',37,5,4),('H9',38,6,0),('H9',39,6,1),('H9',40,6,2),('H9',41,7,0),('H9',42,7,1),('H9',43,7,2),('H9',44,7,3),('H9',45,7,4),('H9',46,8,0),('H9',47,9,0),('H9',48,9,1),('H9',49,9,2),('H9',50,9,3),('H9',51,10,0),('H9',52,10,1),('H9',53,10,2),('H9',54,10,3),('H9',55,10,4),('H9',56,10,5),('H9',57,10,6),('H9',58,10,7),('H9',59,10,8),('H9',60,11,0),('H9',61,11,1),('H9',62,11,2),('H9',63,11,3),('H9',64,11,4),('H9',65,11,5),('H9',66,11,6),('H9',67,11,7),('H9',68,11,8),('H9',69,11,9),('H9',70,11,10),('H9',71,11,11),('H9',72,11,12),('H9',73,11,13),('H9',74,11,14),('H9',75,11,15),('H9',76,11,16),('H9',77,11,17),('H9',78,11,18),('H9',79,11,19),('H9',80,11,20),('H9',81,11,21),('H9',82,11,22),('H9',83,11,23),('H9',84,11,24),('H9',85,11,25),('H9',86,11,26),('H9',87,11,27),('H9',88,11,28),('H9',89,11,29),('H9',90,11,30),('H9',91,11,31),('H9',92,12,0),('H9',93,12,1),('H9',94,12,2),('H9',95,12,3),('H9',96,12,4),('H9',97,12,5),('H9',98,13,0),('H9',99,13,1),('H9',100,13,2),('H9',101,13,3),('H9',102,13,4),('H9',103,13,5),('H9',104,13,6),('H9',105,13,7),('H9',106,13,8),('H9',107,13,9),('H9',108,13,10),('H9',109,13,11),('H9',110,13,12),('H9',111,14,0),('H9',112,14,1),('H9',113,14,2),('H9',114,14,3),('H9',115,14,4),('H9',116,14,5),('H9',117,14,6),('H9',118,14,7),('H9',119,14,8),('H9',120,14,9),('H9',121,14,10),('H9',122,14,11),('H9',123,15,0),('H9',124,15,1),('H9',125,15,2),('H9',126,15,3),('H9',127,16,0),('H9',128,16,1),('H9',129,16,2),('H9',130,17,0),('H9',131,17,1),('H9',132,17,2),('H9',133,17,3),('H9',134,17,4),('H9',135,18,0),('H9',136,18,1),('H9',137,18,2),('H9',138,18,3),('H9',139,19,0),('H9',140,19,1),('H9',141,19,2),('H9',142,19,3),('H9',143,19,4),('H9',144,20,0),('H9',145,20,1),('H9',146,20,2),('H9',147,20,3),('H9',148,20,4),('H9',149,20,5),('H9',150,21,0),('H9',151,21,1),('H9',152,21,2),('H9',153,21,3),('H9',154,21,4),('H9',155,21,5),('H9',156,21,6),('H9',157,21,7),('H9',158,21,8),('H9',159,21,9),('H9',160,22,0),('H9',161,22,1),('H9',162,22,2),('H9',163,22,3),('H9',164,22,4),('H9',165,22,5),('H9',166,23,0),('H9',167,23,1),('H9',168,23,2),('H9',169,23,3),('H9',170,24,0),('H9',171,24,1),('H9',172,24,2),('H9',173,25,0),('H9',174,25,1),('H9',175,25,2),('H9',176,25,3),('H9',177,25,4),('H9',178,25,5),('H9',179,26,0),('H9',180,26,1),('H9',181,26,2),('H9',182,27,0),('H9',183,27,1),('H9',184,27,2),('H9',185,27,3),('H9',186,28,0),('H9',187,28,1),('H9',188,28,2),('H9',189,28,3),('H9',190,29,0),('H9',191,29,1),('H9',192,29,2),('H9',193,29,3),('H9',194,30,0),('H9',195,30,1),('H9',196,30,2),('H9',197,30,3),('H9',198,30,4),('H9',199,30,5),('H9',200,30,6),('H9',201,30,7),('H9',202,30,8),('H9',203,30,9),('H9',204,30,10),('H9',205,30,11),('H9',206,30,12),('H9',207,30,13),('H9',208,30,14),('H9',209,30,15),('H9',210,31,1),('H9',211,31,2),('H9',212,31,3),('H9',213,32,1),('H9',214,32,2),('H9',215,32,3),('H9',216,32,4),('H9',217,32,5),('H9',218,32,6),('H9',219,33,1),('H9',220,33,2),('H9',221,33,3),('H9',222,33,4),('H9',223,34,1),('H9',224,34,2),('H9',225,34,3),('H9',226,34,4),('H9',227,34,5),('H9',228,34,6),('H9',229,35,1),('H9',230,35,2),('H9',231,35,3),('H9',232,36,1),('H9',233,36,2),('H9',234,36,3),('H9',235,37,1),('H9',236,37,2),('H9',237,38,1),('H9',238,38,2),('H9',239,38,3),('H9',240,38,4),('H9',241,39,1),('H9',242,39,2),('H9',243,39,3),('H9',244,39,4),('H9',245,40,1),('H9',246,40,2),('H9',247,40,3),('H9',248,40,4),('H9',249,41,1),('H9',250,41,2),('H9',251,41,3),('H9',252,41,4),('H9',253,41,5),('H9',254,41,6),('H9',255,41,7),('H9',256,41,8),('H9',257,41,9),('H9',258,41,10),('H9',259,41,11),('H9',260,42,1),('H9',261,42,2),('H9',262,42,3),('H9',263,42,4),('H9',264,42,5),('H9',265,42,6),('H9',266,42,7),('H9',267,42,8),('H9',268,42,9),('H9',269,43,1),('H9',270,43,2),('H9',271,43,3),('H9',272,43,4),('H9',273,44,1),('H9',274,44,2),('H9',275,44,3),('H9',276,44,4),('H9',277,45,1),('H9',278,45,2),('H9',279,45,3),('H9',280,45,4),('H9',281,45,5),('H9',282,45,6),('H9',283,45,7),('H9',284,45,8),('H9',285,45,9),('H9',286,45,10),('H9',287,45,11),('H9',288,12,1),('H9',289,46,1),('H9',290,46,2),('H9',291,46,3),('H9',292,46,4),('H9',293,46,5),('H9',294,46,6),('H9',295,2,1),('H9',296,47,1),('H9',297,47,2),('H9',298,47,3),('H9',299,48,1),('H9',300,48,2),('H9',303,49,1),('H9',304,49,2),('H9',305,50,1),('H9',306,50,2),('H9',307,50,3),('H9',308,51,1),('H9',309,51,2);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role2profile` (
`roleid` varchar(255) NOT NULL,
`profileid` int NOT NULL,
PRIMARY KEY (`roleid`,`profileid`),
KEY `role2profile_roleid_profileid_idx` (`roleid`,`profileid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 ('H11',9),('H2',1),('H3',2),('H4',2),('H6',5),('H7',6),('H8',7),('H9',8);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_role_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (11);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rollupcomments_settings` (
`rollupid` int NOT NULL AUTO_INCREMENT,
`userid` int NOT NULL,
`tabid` int NOT NULL,
`rollup_status` int NOT NULL DEFAULT '0',
PRIMARY KEY (`rollupid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!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 */;
INSERT INTO `vtiger_rollupcomments_settings` VALUES (1,6,50,1),(2,5,50,0);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rowheight` (
`rowheightid` int NOT NULL AUTO_INCREMENT,
`rowheight` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`rowheightid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rowheight_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_rss` (
`rssid` int NOT NULL,
`rssurl` varchar(200) NOT NULL DEFAULT '',
`rsstitle` varchar(200) DEFAULT NULL,
`rsstype` int DEFAULT '0',
`starred` int DEFAULT '0',
PRIMARY KEY (`rssid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sales_stage` (
`sales_stage_id` int NOT NULL AUTO_INCREMENT,
`sales_stage` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`sales_stage_id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sales_stage_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (10);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesmanactivityrel` (
`smid` int NOT NULL DEFAULT '0',
`activityid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_salesmanactivityrel` VALUES (1,5),(1,6),(1,7),(1,8),(1,9),(1,11),(1,12),(1,13),(1,16),(1,17),(1,18),(1,19),(1,20),(1,21),(1,22),(1,23),(1,24),(1,25),(1,26),(5,34),(6,34),(5,41),(5,42),(6,46),(1,53),(6,56),(5,79);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesmanattachmentsrel` (
`smid` int NOT NULL DEFAULT '0',
`attachmentsid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesmanticketrel` (
`smid` int NOT NULL DEFAULT '0',
`id` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesorder` (
`salesorderid` int NOT NULL DEFAULT '0',
`subject` varchar(100) DEFAULT NULL,
`potentialid` int DEFAULT NULL,
`customerno` varchar(100) DEFAULT NULL,
`salesorder_no` varchar(100) DEFAULT NULL,
`quoteid` int DEFAULT NULL,
`vendorterms` varchar(100) DEFAULT NULL,
`contactid` int DEFAULT NULL,
`vendorid` int DEFAULT NULL,
`duedate` date DEFAULT NULL,
`carrier` varchar(200) DEFAULT NULL,
`pending` varchar(200) DEFAULT NULL,
`type` varchar(100) 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) 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 DEFAULT NULL,
`terms_conditions` text,
`purchaseorder` varchar(200) DEFAULT NULL,
`sostatus` varchar(200) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
`enable_recurring` int DEFAULT '0',
`compound_taxes_info` text,
`pre_tax_total` decimal(25,8) DEFAULT NULL,
`s_h_percent` int DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`region_id` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salesordercf` (
`salesorderid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salutationtype` (
`salutationid` int NOT NULL AUTO_INCREMENT,
`salutationtype` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`salutationid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_salutationtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_scheduled_reports` (
`reportid` int NOT NULL,
`recipients` text,
`schedule` text,
`format` varchar(10) DEFAULT NULL,
`next_trigger_time` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`reportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_schedulereports` (
`reportid` int DEFAULT NULL,
`scheduleid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seactivityrel` (
`crmid` int NOT NULL,
`activityid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seactivityrel_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seattachmentsrel` (
`crmid` int NOT NULL DEFAULT '0',
`attachmentsid` int 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_0900_ai_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 (14,15),(32,33),(63,64),(65,66),(74,75);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_selectcolumn` (
`queryid` int NOT NULL,
`columnindex` int NOT NULL DEFAULT '0',
`columnname` varchar(250) 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_0900_ai_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');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_selectquery` (
`queryid` int NOT NULL,
`startindex` int DEFAULT '0',
`numofobjects` int DEFAULT '0',
PRIMARY KEY (`queryid`),
KEY `selectquery_queryid_idx` (`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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),(27,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_selectquery_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (27);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_senotesrel` (
`crmid` int NOT NULL DEFAULT '0',
`notesid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_senotesrel` VALUES (3,14),(29,32),(39,43),(44,47),(50,52),(54,57),(59,65),(59,74);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seproductsrel` (
`crmid` int NOT NULL DEFAULT '0',
`productid` int NOT NULL DEFAULT '0',
`setype` varchar(30) NOT NULL,
`quantity` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_service` (
`serviceid` int 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 NOT NULL DEFAULT '0',
`service_usageunit` varchar(200) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`taxclass` varchar(200) DEFAULT NULL,
`currency_id` int NOT NULL DEFAULT '1',
`commissionrate` decimal(7,3) DEFAULT NULL,
`tags` varchar(1) DEFAULT NULL,
`purchase_cost` decimal(27,8) DEFAULT NULL,
PRIMARY KEY (`serviceid`),
CONSTRAINT `fk_1_vtiger_service` FOREIGN KEY (`serviceid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_service_usageunit` (
`service_usageunitid` int NOT NULL AUTO_INCREMENT,
`service_usageunit` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`service_usageunitid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!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,210,1,NULL),(2,'Days',1,211,2,NULL),(3,'Incidents',1,212,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_service_usageunit_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecategory` (
`servicecategoryid` int NOT NULL AUTO_INCREMENT,
`servicecategory` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`servicecategoryid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!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,214,2,NULL),(3,'Installation',1,215,3,NULL),(4,'Migration',1,216,4,NULL),(5,'Customization',1,217,5,NULL),(6,'Training',1,218,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecategory_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecf` (
`serviceid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecontracts` (
`servicecontractsid` int DEFAULT NULL,
`start_date` date DEFAULT NULL,
`end_date` date DEFAULT NULL,
`sc_related_to` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_servicecontractscf` (
`servicecontractsid` int NOT NULL,
PRIMARY KEY (`servicecontractsid`),
CONSTRAINT `fk_servicecontractsid_vtiger_servicecontractscf` FOREIGN KEY (`servicecontractsid`) REFERENCES `vtiger_servicecontracts` (`servicecontractsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_seticketsrel` (
`crmid` int NOT NULL DEFAULT '0',
`ticketid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_blocks` (
`blockid` int NOT NULL,
`label` varchar(250) DEFAULT NULL,
`sequence` int DEFAULT NULL,
PRIMARY KEY (`blockid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_blocks_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_field` (
`fieldid` int NOT NULL,
`blockid` int DEFAULT NULL,
`name` varchar(250) DEFAULT NULL,
`iconpath` varchar(300) DEFAULT NULL,
`description` text,
`linkto` text,
`sequence` int DEFAULT NULL,
`active` int DEFAULT '0',
`pinned` int 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_0900_ai_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),(29,6,'LBL_PBXMANAGER','','PBXManager module Configuration','index.php?module=PBXManager&parent=Settings&view=Index',2,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,0,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,0,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,0,1);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_settings_field_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (39);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sharedcalendar` (
`userid` int NOT NULL,
`sharedid` int NOT NULL,
PRIMARY KEY (`userid`,`sharedid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shareduserinfo` (
`userid` int NOT NULL DEFAULT '0',
`shareduserid` int NOT NULL DEFAULT '0',
`color` varchar(50) DEFAULT NULL,
`visible` int DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shippingtaxinfo` (
`taxid` int NOT NULL,
`taxname` varchar(50) DEFAULT NULL,
`taxlabel` varchar(50) DEFAULT NULL,
`percentage` decimal(7,3) DEFAULT NULL,
`deleted` int DEFAULT NULL,
`method` varchar(10) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`compoundon` varchar(400) DEFAULT NULL,
`regions` text,
PRIMARY KEY (`taxid`),
KEY `shippingtaxinfo_taxname_idx` (`taxname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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','Fixed','[]','[]'),(2,'shtax2','Sales',10.000,0,'Simple','Fixed','[]','[]'),(3,'shtax3','Service',12.500,0,'Simple','Fixed','[]','[]');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shippingtaxinfo_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_shorturls` (
`id` int 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 DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!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 */;
INSERT INTO `vtiger_shorturls` VALUES (1,'691aebcc1171f6.43702674','modules/Events/handlers/TrackAcceptInvitation.php','Events_TrackAcceptInvitation_Handler','acceptInvitation','{\"eventId\":\"34\",\"userId\":\"5\"}',0);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifier` (
`smsnotifierid` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifier_servers` (
`id` int NOT NULL AUTO_INCREMENT,
`password` varchar(255) DEFAULT NULL,
`isactive` int DEFAULT NULL,
`providertype` varchar(50) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
`parameters` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifier_status` (
`smsnotifierid` int DEFAULT NULL,
`tonumber` varchar(20) DEFAULT NULL,
`status` varchar(10) DEFAULT NULL,
`smsmessageid` varchar(50) DEFAULT NULL,
`needlookup` int DEFAULT '1',
`statusid` int NOT NULL AUTO_INCREMENT,
`statusmessage` varchar(100) DEFAULT NULL,
PRIMARY KEY (`statusid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_smsnotifiercf` (
`smsnotifierid` int NOT NULL,
PRIMARY KEY (`smsnotifierid`),
CONSTRAINT `fk_smsnotifierid_vtiger_smsnotifiercf` FOREIGN KEY (`smsnotifierid`) REFERENCES `vtiger_smsnotifier` (`smsnotifierid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_soapservice` (
`id` int DEFAULT NULL,
`type` varchar(25) DEFAULT NULL,
`sessionid` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sobillads` (
`sobilladdressid` int NOT NULL DEFAULT '0',
`bill_city` varchar(30) DEFAULT NULL,
`bill_code` varchar(30) DEFAULT NULL,
`bill_country` varchar(30) DEFAULT NULL,
`bill_state` varchar(30) DEFAULT NULL,
`bill_street` varchar(250) DEFAULT NULL,
`bill_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_soshipads` (
`soshipaddressid` int NOT NULL DEFAULT '0',
`ship_city` varchar(30) DEFAULT NULL,
`ship_code` varchar(30) DEFAULT NULL,
`ship_country` varchar(30) DEFAULT NULL,
`ship_state` varchar(30) DEFAULT NULL,
`ship_street` varchar(250) DEFAULT NULL,
`ship_pobox` varchar(30) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sostatus` (
`sostatusid` int NOT NULL AUTO_INCREMENT,
`sostatus` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`sostatusid`),
UNIQUE KEY `sostatus_sostatus_idx` (`sostatus`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sostatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (4);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sostatushistory` (
`historyid` int NOT NULL AUTO_INCREMENT,
`salesorderid` int NOT NULL,
`accountname` varchar(100) DEFAULT NULL,
`total` decimal(10,0) DEFAULT NULL,
`sostatus` varchar(200) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_sqltimelog` (
`id` int DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`data` text,
`started` decimal(20,6) DEFAULT NULL,
`ended` decimal(20,6) DEFAULT NULL,
`loggedon` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_start_hour` (
`start_hourid` int NOT NULL AUTO_INCREMENT,
`start_hour` varchar(200) NOT NULL,
`sortorderid` int DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`start_hourid`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_start_hour_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_status` (
`statusid` int NOT NULL AUTO_INCREMENT,
`status` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
PRIMARY KEY (`statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_status_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (2);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_systems` (
`id` int NOT NULL,
`server` varchar(100) DEFAULT NULL,
`server_port` int DEFAULT NULL,
`server_username` varchar(100) DEFAULT NULL,
`server_password` text,
`server_type` varchar(20) DEFAULT NULL,
`smtp_auth` varchar(5) DEFAULT NULL,
`server_path` varchar(256) DEFAULT NULL,
`from_email_field` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tab` (
`tabid` int NOT NULL DEFAULT '0',
`name` varchar(25) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`tabsequence` int DEFAULT NULL,
`tablabel` varchar(100) DEFAULT NULL,
`modifiedby` int DEFAULT NULL,
`modifiedtime` int DEFAULT NULL,
`customized` int DEFAULT NULL,
`ownedby` int DEFAULT NULL,
`isentitytype` int NOT NULL DEFAULT '1',
`trial` int NOT NULL DEFAULT '0',
`version` varchar(10) DEFAULT NULL,
`parent` varchar(30) DEFAULT NULL,
`source` varchar(255) DEFAULT 'custom',
`issyncable` tinyint(1) DEFAULT '0',
`allowduplicates` tinyint(1) DEFAULT '1',
`sync_action_for_duplicates` int 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_0900_ai_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',1,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',1,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',0,3,'Calendar',NULL,NULL,0,0,1,0,NULL,'Tools',NULL,1,1,1),(10,'Emails',0,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',1,8,'Products',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(15,'Faq',0,-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',1,-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',1,-1,'SalesOrder',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(23,'Invoice',1,-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,'WSAPP',0,-1,'WSAPP',NULL,NULL,1,0,0,0,'3.4.4','',NULL,1,1,1),(31,'ModTracker',0,-1,'ModTracker',NULL,NULL,0,0,0,0,'1.2','',NULL,1,1,1),(32,'Services',1,-1,'Services',NULL,NULL,0,0,1,0,'2.6','Inventory',NULL,1,1,1),(33,'Import',0,-1,'Import',NULL,NULL,1,0,0,0,'1.7','',NULL,1,1,1),(34,'PBXManager',1,-1,'PBXManager',NULL,NULL,1,0,1,0,'2.2','Tools',NULL,1,1,1),(35,'Mobile',0,-1,'Mobile',NULL,NULL,1,0,0,0,'2.0','',NULL,1,1,1),(36,'ServiceContracts',1,-1,'Service Contracts',NULL,NULL,0,0,1,0,'2.4','Support',NULL,1,1,1),(37,'MailManager',1,-1,'MailManager',NULL,NULL,1,0,0,0,'1.9','Tools',NULL,1,1,1),(38,'ModComments',0,-1,'Comments',NULL,NULL,0,0,1,0,'2.1','',NULL,1,1,1),(39,'CustomerPortal',0,-1,'CustomerPortal',NULL,NULL,0,0,0,0,'1.4','',NULL,1,1,1),(40,'RecycleBin',1,-1,'Recycle Bin',NULL,NULL,0,0,0,0,'1.5','Tools',NULL,1,1,1),(41,'SMSNotifier',1,-1,'SMSNotifier',NULL,NULL,0,0,1,0,'2.1','Sales',NULL,1,1,1),(42,'Assets',1,-1,'Assets',NULL,NULL,0,0,1,0,'2.0','Inventory',NULL,1,1,1),(43,'ProjectMilestone',1,-1,'ProjectMilestone',NULL,NULL,0,0,1,0,'3.0','Support',NULL,1,1,1),(44,'ProjectTask',1,-1,'ProjectTask',NULL,NULL,0,0,1,0,'3.1','Support',NULL,1,1,1),(45,'Project',1,-1,'Project',NULL,NULL,0,0,1,0,'3.3','Support',NULL,1,1,1),(46,'EmailTemplates',1,-1,'Email Templates',NULL,NULL,1,0,0,0,'1.0','Tools',NULL,1,1,1),(47,'Webforms',0,-1,'Webforms',NULL,NULL,0,0,0,0,'1.6','',NULL,1,1,1),(48,'Google',0,-1,'Google',NULL,NULL,0,0,0,0,'1.5','',NULL,1,1,1),(49,'ExtensionStore',1,-1,'Extension Store',NULL,NULL,1,0,0,0,'1.2',NULL,NULL,1,1,1),(50,'Cases',0,-1,'Cases',NULL,NULL,1,0,1,0,'0','Sales','custom',0,1,1),(51,'Resolutions',1,-1,'Resolutions',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tab_info` (
`tabid` int DEFAULT NULL,
`prefname` varchar(256) DEFAULT NULL,
`prefvalue` varchar(256) 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_0900_ai_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'),(32,'vtiger_max_version','7.*'),(33,'vtiger_min_version','6.0.0rc'),(33,'vtiger_max_version','7.*'),(34,'vtiger_min_version','6.0.0'),(34,'vtiger_max_version','7.*'),(35,'vtiger_min_version','6.0.0rc'),(36,'vtiger_min_version','6.0.0rc'),(37,'vtiger_min_version','6.0.0RC'),(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'),(40,'vtiger_max_version','7.*'),(41,'vtiger_min_version','6.0.0'),(41,'vtiger_max_version','7.*'),(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'),(45,'vtiger_min_version','6.0.0rc'),(46,'vtiger_min_version','6.0.0rc'),(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.*');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskpriority` (
`taskpriorityid` int NOT NULL AUTO_INCREMENT,
`taskpriority` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`taskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskpriority_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskstatus` (
`taskstatusid` int NOT NULL AUTO_INCREMENT,
`taskstatus` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`taskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taskstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taxclass` (
`taxclassid` int NOT NULL AUTO_INCREMENT,
`taxclass` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`taxclassid`),
UNIQUE KEY `taxclass_carrier_idx` (`taxclass`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taxclass_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_taxregions` (
`regionid` int NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
PRIMARY KEY (`regionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!40000 ALTER TABLE `vtiger_taxregions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vtiger_ticketcategories`
--
DROP TABLE IF EXISTS `vtiger_ticketcategories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcategories` (
`ticketcategories_id` int NOT NULL AUTO_INCREMENT,
`ticketcategories` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`ticketcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcategories_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcf` (
`ticketid` int NOT NULL DEFAULT '0',
`from_portal` varchar(3) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketcomments` (
`commentid` int NOT NULL AUTO_INCREMENT,
`ticketid` int DEFAULT NULL,
`comments` text,
`ownerid` int NOT NULL DEFAULT '0',
`ownertype` varchar(10) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketpriorities` (
`ticketpriorities_id` int NOT NULL AUTO_INCREMENT,
`ticketpriorities` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`ticketpriorities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketpriorities_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketseverities` (
`ticketseverities_id` int NOT NULL AUTO_INCREMENT,
`ticketseverities` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`ticketseverities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketseverities_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketstatus` (
`ticketstatus_id` int NOT NULL AUTO_INCREMENT,
`ticketstatus` varchar(200) DEFAULT NULL,
`presence` int NOT NULL DEFAULT '0',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`ticketstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ticketstatus_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_time_zone` (
`time_zoneid` int NOT NULL AUTO_INCREMENT,
`time_zone` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
PRIMARY KEY (`time_zoneid`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_time_zone_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_group_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`sharedgroupid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_group_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`sharedgroupid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_user_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`shareduserid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_read_user_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`shareduserid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_tmp_read_user_sharing_per` VALUES (5,4,5),(5,8,5),(5,38,5),(5,50,5),(5,4,7),(5,8,7),(5,38,7),(5,50,7),(6,4,6),(6,8,6),(6,38,6),(6,50,6),(6,4,8),(6,8,8),(6,38,8),(6,50,8),(7,4,5),(7,8,5),(7,38,5),(7,50,5),(7,4,7),(7,8,7),(7,38,7),(7,50,7),(8,4,6),(8,8,6),(8,38,6),(8,50,6),(8,4,8),(8,8,8),(8,38,8),(8,50,8);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_group_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`sharedgroupid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_group_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`sharedgroupid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_user_rel_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`relatedtabid` int NOT NULL,
`shareduserid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tmp_write_user_sharing_per` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`shareduserid` int 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_0900_ai_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 */;
INSERT INTO `vtiger_tmp_write_user_sharing_per` VALUES (5,4,5),(5,8,5),(5,38,5),(5,50,5),(5,4,7),(5,8,7),(5,38,7),(5,50,7),(6,4,6),(6,8,6),(6,38,6),(6,50,6),(6,4,8),(6,8,8),(6,38,8),(6,50,8),(7,4,5),(7,8,5),(7,38,5),(7,50,5),(7,4,7),(7,8,7),(7,38,7),(7,50,7),(8,4,6),(8,8,6),(8,38,6),(8,50,6),(8,4,8),(8,8,8),(8,38,8),(8,50,8);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracker` (
`id` int NOT NULL AUTO_INCREMENT,
`user_id` varchar(36) DEFAULT NULL,
`module_name` varchar(25) DEFAULT NULL,
`item_id` varchar(36) DEFAULT NULL,
`item_summary` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracking_unit` (
`tracking_unitid` int NOT NULL AUTO_INCREMENT,
`tracking_unit` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT '0',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`tracking_unitid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!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,220,2,NULL),(3,'Days',1,221,3,NULL),(4,'Incidents',1,222,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracking_unit_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_troubletickets` (
`ticketid` int NOT NULL,
`ticket_no` varchar(100) NOT NULL,
`groupname` varchar(100) DEFAULT NULL,
`parent_id` varchar(100) DEFAULT NULL,
`product_id` varchar(100) DEFAULT NULL,
`priority` varchar(200) DEFAULT NULL,
`severity` varchar(200) DEFAULT NULL,
`status` varchar(200) DEFAULT NULL,
`category` varchar(200) DEFAULT NULL,
`title` varchar(255) NOT NULL,
`solution` text,
`update_log` text,
`version_id` int DEFAULT NULL,
`hours` decimal(25,8) DEFAULT NULL,
`days` decimal(25,8) DEFAULT NULL,
`contact_id` int DEFAULT NULL,
`tags` varchar(1) 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_0900_ai_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_usageunit`
--
DROP TABLE IF EXISTS `vtiger_usageunit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_usageunit` (
`usageunitid` int NOT NULL AUTO_INCREMENT,
`usageunit` varchar(200) NOT NULL,
`presence` int NOT NULL DEFAULT '1',
`picklist_valueid` int NOT NULL DEFAULT '0',
`sortorderid` int DEFAULT NULL,
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`usageunitid`),
UNIQUE KEY `usageunit_usageunit_idx` (`usageunit`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_usageunit_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_user2mergefields` (
`userid` int DEFAULT NULL,
`tabid` int DEFAULT NULL,
`fieldid` int DEFAULT NULL,
`visible` int DEFAULT NULL,
KEY `userid_tabid_idx` (`userid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_user2role` (
`userid` int NOT NULL,
`roleid` varchar(255) 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_0900_ai_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'),(9,'H2'),(5,'H6'),(7,'H6'),(6,'H7'),(8,'H7');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_user_module_preferences` (
`userid` int NOT NULL,
`tabid` int NOT NULL,
`default_cvid` int 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_0900_ai_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 */;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users` (
`id` int NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) DEFAULT NULL,
`user_password` varchar(200) DEFAULT NULL,
`cal_color` varchar(25) DEFAULT '#E6FAD8',
`first_name` varchar(30) DEFAULT NULL,
`last_name` varchar(30) DEFAULT NULL,
`reports_to_id` varchar(36) DEFAULT NULL,
`is_admin` varchar(3) DEFAULT '0',
`currency_id` int NOT NULL DEFAULT '1',
`description` text,
`date_entered` timestamp NOT NULL,
`date_modified` datetime DEFAULT NULL,
`modified_user_id` varchar(36) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`department` varchar(50) DEFAULT NULL,
`phone_home` varchar(50) DEFAULT NULL,
`phone_mobile` varchar(50) DEFAULT NULL,
`phone_work` varchar(50) DEFAULT NULL,
`phone_other` varchar(50) DEFAULT NULL,
`phone_fax` varchar(50) DEFAULT NULL,
`email1` varchar(100) DEFAULT NULL,
`email2` varchar(100) DEFAULT NULL,
`secondaryemail` varchar(100) DEFAULT NULL,
`status` varchar(25) DEFAULT NULL,
`signature` text,
`address_street` varchar(150) DEFAULT NULL,
`address_city` varchar(100) DEFAULT NULL,
`address_state` varchar(100) DEFAULT NULL,
`address_country` varchar(25) DEFAULT NULL,
`address_postalcode` varchar(9) DEFAULT NULL,
`user_preferences` text,
`tz` varchar(30) DEFAULT NULL,
`holidays` varchar(60) DEFAULT NULL,
`namedays` varchar(60) DEFAULT NULL,
`workdays` varchar(30) DEFAULT NULL,
`weekstart` int DEFAULT NULL,
`date_format` varchar(200) DEFAULT NULL,
`hour_format` varchar(30) DEFAULT 'am/pm',
`start_hour` varchar(30) DEFAULT '10:00',
`end_hour` varchar(30) DEFAULT '23:00',
`is_owner` varchar(100) DEFAULT '0',
`activity_view` varchar(200) DEFAULT 'Today',
`lead_view` varchar(200) DEFAULT 'Today',
`imagename` varchar(250) DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
`confirm_password` varchar(300) DEFAULT NULL,
`internal_mailer` varchar(3) NOT NULL DEFAULT '1',
`reminder_interval` varchar(100) DEFAULT NULL,
`reminder_next_time` varchar(100) DEFAULT NULL,
`crypt_type` varchar(20) NOT NULL DEFAULT 'MD5',
`accesskey` varchar(36) DEFAULT NULL,
`theme` varchar(100) DEFAULT NULL,
`language` varchar(36) DEFAULT NULL,
`time_zone` varchar(200) DEFAULT NULL,
`currency_grouping_pattern` varchar(100) DEFAULT NULL,
`currency_decimal_separator` varchar(2) DEFAULT NULL,
`currency_grouping_separator` varchar(2) DEFAULT NULL,
`currency_symbol_placement` varchar(20) DEFAULT NULL,
`userlabel` varchar(255) DEFAULT NULL,
`defaultlandingpage` varchar(200) DEFAULT NULL,
`phone_crm_extension` varchar(100) DEFAULT NULL,
`no_of_currency_decimals` varchar(2) DEFAULT NULL,
`truncate_trailing_zeros` varchar(3) DEFAULT NULL,
`dayoftheweek` varchar(100) DEFAULT NULL,
`callduration` varchar(100) DEFAULT NULL,
`othereventduration` varchar(100) DEFAULT NULL,
`calendarsharedtype` varchar(100) DEFAULT NULL,
`default_record_view` varchar(10) DEFAULT NULL,
`leftpanelhide` varchar(3) DEFAULT NULL,
`rowheight` varchar(10) DEFAULT NULL,
`defaulteventstatus` varchar(50) DEFAULT NULL,
`defaultactivitytype` varchar(50) DEFAULT NULL,
`hidecompletedevents` int DEFAULT NULL,
`defaultcalendarview` varchar(100) 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_0900_ai_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$bH2n7n4S1aqaps8B9K3x1eXz4OIpuIUafpMW0PXN/yVkRJxbzNu9q','#E6FAD8','admin','Administrator','','on',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','nidhi.jethva@crmtiger.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'mm-dd-yyyy','12','00:00','23:00','1','This Week','Today','',0,'$2y$10$bH2n7n4S1aqaps8B9K3x1eXz4OIpuIUafpMW0PXN/yVkRJxbzNu9q','1','1 Minute',NULL,'PHASH','iKXvI6IiXi8nTlNb','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,'Jack','$2y$10$fwDSO.IWyfgaSG.vEH..F.SGMc0VSzJUvpuOTtTLEyDQ.Ftn7JXYm','#E6FAD8','Jack','Paul','','off',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','jack@yopmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$.hpTmCiILD1ejJ3Flely4./hKd0e/2waTvVbXQBoBMk8zzZ0K2Nza','0','',NULL,'PHASH','KJtTMI0507pxpuWG','softed','en_us','UTC','123,456,789','.',',','$1.0','Jack Paul','Home','','2','0','Sunday','5','5','public','Summary','1','medium','','',0,''),(6,'Richa','$2y$10$1rLwsbt20Lzzy48IJ5jjbOUwNJ8v.A.109.rMTNYnZ05O0Cdr7r56','#E6FAD8','Richa','Johnson','','off',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','Richa@yopmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$H5W2TKxYfn67T2P8SexKYeeD4fop98eeBXfn.9fgQWyhgaR.2M6lm','0','',NULL,'PHASH','gQXBh7DC8pL3v3w','softed','en_us','UTC','123,456,789','.',',','$1.0','Richa Johnson','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(7,'James','$2y$10$s/Qb1YTKxX0CxxrR8.Rrses4TsG3yT/I3FPqcFMAkCLyUt5WoBnbW','#E6FAD8','James','smith','','off',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','james@yopmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$IkxGnJ9HvAiq8.Y1nQeegu8rXsRMJtWtDO4in4mnVnIFN/obWnRLC','0','',NULL,'PHASH','6FiPjiBUex2UXjby','softed','en_us','UTC','123,456,789','.',',','$1.0','James smith','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(8,'Barbara','$2y$10$5dyUkN55xts9cP3ibBCaZeDvZA4BfdVRE/VVkWYWoHwiW9mBuoGxG','#E6FAD8','Barbara','Coleman','','off',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','Barbara@yopmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$3q2pWaaO0FnC6BdtCgvZ9O61kOhbHytsN0NNr9quAoS/YGD3ndtkq','0','',NULL,'PHASH','sBIlcESppYExIzRp','softed','en_us','UTC','123,456,789','.',',','$1.0','Barbara Coleman','Home','','2','0','Sunday','5','5','public','Summary','0','medium','','',0,''),(9,'admintest','$2y$10$cVgFKis0j3EYwWmIoJSPNuVKu4XFSviWyPuRK2up5XAMKdnKAV/A6','#E6FAD8','','crmtiger','','on',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','nidhi.variance@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$c/J5rHPJp4z/8jp8Z7iPSO7CwOz6An1sn20ce1t7W./WsIDCwquM2','0','',NULL,'PHASH','ei54TsPPpoCgG6D3','softed','en_us','UTC','123,456,789','.',',','$1.0','crmtiger','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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users2group` (
`groupid` int NOT NULL,
`userid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users_last_import` (
`id` int NOT NULL AUTO_INCREMENT,
`assigned_user_id` varchar(36) DEFAULT NULL,
`bean_type` varchar(36) DEFAULT NULL,
`bean_id` varchar(36) DEFAULT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`assigned_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_users_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_vendor` (
`vendorid` int NOT NULL DEFAULT '0',
`vendor_no` varchar(100) NOT NULL,
`vendorname` varchar(100) DEFAULT NULL,
`phone` varchar(100) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`website` varchar(100) DEFAULT NULL,
`glacct` varchar(200) DEFAULT NULL,
`category` varchar(50) DEFAULT NULL,
`street` text,
`city` varchar(30) DEFAULT NULL,
`state` varchar(30) DEFAULT NULL,
`pobox` varchar(30) DEFAULT NULL,
`postalcode` varchar(100) DEFAULT NULL,
`country` varchar(100) DEFAULT NULL,
`description` text,
`tags` varchar(1) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_vendorcf` (
`vendorid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_vendorcontactrel` (
`vendorid` int NOT NULL DEFAULT '0',
`contactid` int 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_version` (
`id` int NOT NULL AUTO_INCREMENT,
`old_version` varchar(30) DEFAULT NULL,
`current_version` varchar(30) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_version_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_visibility` (
`visibilityid` int NOT NULL AUTO_INCREMENT,
`visibility` varchar(200) NOT NULL,
`sortorderid` int NOT NULL DEFAULT '0',
`presence` int NOT NULL DEFAULT '1',
`color` varchar(10) DEFAULT NULL,
PRIMARY KEY (`visibilityid`),
UNIQUE KEY `visibility_visibility_idx` (`visibility`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_visibility_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_webform_file_fields` (
`id` int NOT NULL AUTO_INCREMENT,
`webformid` int NOT NULL,
`fieldname` varchar(100) NOT NULL,
`fieldlabel` varchar(100) NOT NULL,
`required` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_webforms` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`publicid` varchar(100) NOT NULL,
`enabled` int NOT NULL DEFAULT '1',
`targetmodule` varchar(50) NOT NULL,
`description` text,
`ownerid` int NOT NULL,
`returnurl` varchar(250) DEFAULT NULL,
`captcha` int NOT NULL DEFAULT '0',
`roundrobin` int NOT NULL DEFAULT '0',
`roundrobin_userid` varchar(256) DEFAULT NULL,
`roundrobin_logic` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wordtemplates` (
`templateid` int NOT NULL,
`filename` varchar(100) NOT NULL,
`module` varchar(30) NOT NULL,
`date_entered` timestamp NOT NULL,
`parent_type` varchar(50) NOT NULL,
`data` longblob NOT NULL,
`description` text,
`filesize` varchar(50) NOT NULL,
`filetype` varchar(20) NOT NULL,
`deleted` int NOT NULL DEFAULT '0',
PRIMARY KEY (`templateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(25) NOT NULL,
`handler_path` varchar(255) NOT NULL,
`handler_class` varchar(64) NOT NULL,
`ismodule` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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,'Services','include/Webservices/VtigerProductOperation.php','VtigerProductOperation',1),(25,'PBXManager','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(26,'ServiceContracts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(27,'ModComments','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(28,'SMSNotifier','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(29,'Assets','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(30,'ProjectMilestone','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(31,'ProjectTask','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(32,'Project','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),(36,'Cases','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(37,'Resolutions','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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_fieldtype` (
`fieldtypeid` int NOT NULL AUTO_INCREMENT,
`table_name` varchar(50) NOT NULL,
`field_name` varchar(50) NOT NULL,
`fieldtype` varchar(200) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_fieldtype_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_name` (
`entity_id` int NOT NULL,
`name_fields` varchar(50) NOT NULL,
`index_field` varchar(50) NOT NULL,
`table_name` varchar(50) NOT NULL,
PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_referencetype` (
`fieldtypeid` int NOT NULL,
`type` varchar(25) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (37);
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_entity_tables` (
`webservice_entity_id` int NOT NULL,
`table_name` varchar(50) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_fieldinfo` (
`id` varchar(64) NOT NULL,
`property_name` varchar(32) DEFAULT NULL,
`property_value` varchar(64) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_fieldtype` (
`fieldtypeid` int NOT NULL AUTO_INCREMENT,
`uitype` varchar(30) NOT NULL,
`fieldtype` varchar(200) NOT NULL,
PRIMARY KEY (`fieldtypeid`),
UNIQUE KEY `uitype_idx` (`uitype`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_operation` (
`operationid` int NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`handler_path` varchar(255) NOT NULL,
`handler_method` varchar(64) NOT NULL,
`type` varchar(8) NOT NULL,
`prelogin` int NOT NULL,
PRIMARY KEY (`operationid`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_operation_parameters` (
`operationid` int NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`type` varchar(64) NOT NULL,
`sequence` int NOT NULL,
PRIMARY KEY (`operationid`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_operation_seq` (
`id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_referencetype` (
`fieldtypeid` int NOT NULL,
`type` varchar(25) 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_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ws_userauthtoken` (
`userid` int NOT NULL,
`token` varchar(36) NOT NULL,
`expiretime` int NOT NULL,
PRIMARY KEY (`userid`,`expiretime`),
UNIQUE KEY `userid_idx` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp` (
`appid` int 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=utf8mb3;
/*!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','6916e1f0ce326','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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_handlerdetails` (
`type` varchar(200) NOT NULL,
`handlerclass` varchar(100) DEFAULT NULL,
`handlerpath` varchar(300) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_logs_basic` (
`id` int NOT NULL AUTO_INCREMENT,
`extensiontabid` int DEFAULT NULL,
`module` varchar(50) NOT NULL,
`sync_datetime` datetime NOT NULL,
`app_create_count` int DEFAULT NULL,
`app_update_count` int DEFAULT NULL,
`app_delete_count` int DEFAULT NULL,
`app_skip_count` int DEFAULT NULL,
`vt_create_count` int DEFAULT NULL,
`vt_update_count` int DEFAULT NULL,
`vt_delete_count` int DEFAULT NULL,
`vt_skip_count` int DEFAULT NULL,
`userid` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_logs_details` (
`id` int 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=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_queuerecords` (
`syncserverid` int DEFAULT NULL,
`details` varchar(300) DEFAULT NULL,
`flag` varchar(100) DEFAULT NULL,
`appid` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_recordmapping` (
`id` int NOT NULL AUTO_INCREMENT,
`serverid` varchar(10) DEFAULT NULL,
`clientid` varchar(255) DEFAULT NULL,
`clientmodifiedtime` datetime DEFAULT NULL,
`appid` int DEFAULT NULL,
`servermodifiedtime` datetime DEFAULT NULL,
`serverappid` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_wsapp_sync_state` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`stateencodedvalues` varchar(300) NOT NULL,
`userid` int DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!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 2026-04-14 7:58:51