403Webshell
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/automatecrm75/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/automatecrm75/automatecrm_08102025.sql
-- MySQL dump 10.13  Distrib 8.0.42, for Linux (x86_64)
--
-- Host: localhost    Database: automatecrm
-- ------------------------------------------------------
-- 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'),(8,'VTPushNotification','CRMTiger Mobile - Push Notification','VTPushNotification','modules/com_vtiger_workflow/tasks/VTPushNotification.inc','modules/Settings/Workflows/Tasks/VTPushNotification.tpl','{\"include\":[],\"exclude\":[]}','CTPushNotification');
/*!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 (8);
/*!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=30 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'),(25,'Leads','create latlong','[]',3,0,'basic',6,0,'0','0','0','0','0000-00-00 00:00:00',1,'CTLatLong for Leads Module'),(26,'Contacts','create latlong','[]',3,0,'basic',6,0,'0','0','0','0','0000-00-00 00:00:00',1,'CTLatLong for Contacts Module'),(27,'Accounts','create latlong','[]',3,0,'basic',6,0,'0','0','0','0','0000-00-00 00:00:00',1,'CTLatLong for Organization Module'),(28,'Calendar','create latlong','[]',3,0,'basic',6,0,'0','0','0','0','0000-00-00 00:00:00',1,'CTLatLong for Calendar Module'),(29,'Events','create latlong','[]',3,0,'basic',6,0,'0','0','0','0','0000-00-00 00:00:00',1,'CTLatLong for Events Module');
/*!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 (29);
/*!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,'12x3',0,'false','{\"fromEmail\":\"info@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"info@crmtiger.com\",\"toEmail\":\"info@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>test<\\/b><br>FirstName:<b><\\/b><br>Lead Source:<b> <\\/b><br>Department:<b><\\/b><br>Description:<b><\\/b><br><br><br>And <b>CustomerPortal Login Details<\\/b> is sent to the EmailID :-<br><br>Thank You<br>Admin<br><br>\"}'),(5,'13x6',0,'false','{\"fromEmail\":\"info@crmtiger.com\",\"fromName\":\"admin Administrator\",\"replyTo\":\"info@crmtiger.com\",\"toEmail\":\"info@crmtiger.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Regarding Potential Assignment\",\"content\":\"An Potential has been assigned to you on vtigerCRM<br>Details of Potential are :<br><br>Potential No:<b>POT1<\\/b><br>Potential Name:<b>Sample 1<\\/b><br>Amount:<b>$80,000<\\/b><br>Expected Close Date:<b>08-19-2024 (mm-dd-yyyy)<\\/b><br>Type:<b> <\\/b><br><br><br>Description :<br><br>Thank You<br>Admin<br><br>\"}'),(25,'17x7',0,'false','{\"fromEmail\":\"info@crmtiger.com\",\"fromName\":\"your-support name\",\"replyTo\":\"info@crmtiger.com\",\"toEmail\":\",info@crmtiger.com\",\"ccEmail\":\"\",\"bccEmail\":\"\",\"subject\":\"Ticket Number : TT1 Document attachment issue\",\"content\":\"Ticket ID : 7<br>Ticket Title : Document attachment issue<br><br>\\n\\t\\t\\t\\t\\t\\t\\t\\tDear Administrator admin,<br><br>\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Ticket is replied the details are :<br><br>\\n\\t\\t\\t\\t\\t\\t\\t\\tTicket No : TT1<br>\\n\\t\\t\\t\\t\\t\\t\\t\\tStatus : Open<br>\\n\\t\\t\\t\\t\\t\\t\\t\\tCategory :  <br>\\n\\t\\t\\t\\t\\t\\t\\t\\tSeverity :  <br>\\n\\t\\t\\t\\t\\t\\t\\t\\tPriority : Normal<br><br>\\n\\t\\t\\t\\t\\t\\t\\t\\tDescription : <br><br><br>\\n\\t\\t\\t\\t\\t\\t\\t\\tSolution : <br>\\n\\t\\t\\t\\t\\t\\t\\t\\t<br><br>\\n\\t\\t\\t\\t\\t\\t\\t\\tRegards<br>Support Administrator<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=34 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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(contact_id : (Contacts) email)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";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)&lt;$(general : (__VtigerMeta__) supportEmailId)&gt;\";s:9:\"recepient\";s:33:\",$(contact_id : (Contacts) email)\";s:7:\"subject\";s:79:\"$ticket_no [ Ticket Id : $(general : (__VtigerMeta__) recordId) ] $ticket_title\";s:7:\"content\";s:624:\"Ticket ID : $(general : (__VtigerMeta__) recordId)<br>Ticket Title : $ticket_title<br><br>\n								Dear $(contact_id : (Contacts) lastname) $(contact_id : (Contacts) firstname),<br><br>\n								The Ticket is replied the details are :<br><br>\n								Ticket No : $ticket_no<br>\n								Status : $ticketstatus<br>\n								Category : $ticketcategories<br>\n								Severity : $ticketseverities<br>\n								Priority : $ticketpriorities<br><br>\n								Description : <br>$description<br><br>\n								Solution : <br>$solution<br>\n								The comments are : <br>\n								$allComments<br><br>\n								Regards<br>Support Administrator\";s:10:\"workflowId\";s:2:\"24\";}'),(29,25,'add lat long','O:18:\"VTEntityMethodTask\":7:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"25\";s:7:\"summary\";s:12:\"add lat long\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"AddRecordLatLong\";s:2:\"id\";i:29;}'),(30,26,'add lat long','O:18:\"VTEntityMethodTask\":7:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"26\";s:7:\"summary\";s:12:\"add lat long\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"AddRecordLatLong\";s:2:\"id\";i:30;}'),(31,27,'add lat long','O:18:\"VTEntityMethodTask\":7:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"27\";s:7:\"summary\";s:12:\"add lat long\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"AddRecordLatLong\";s:2:\"id\";i:31;}'),(32,28,'add lat long','O:18:\"VTEntityMethodTask\":7:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"28\";s:7:\"summary\";s:12:\"add lat long\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"AddRecordLatLong\";s:2:\"id\";i:32;}'),(33,29,'add lat long','O:18:\"VTEntityMethodTask\":7:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"29\";s:7:\"summary\";s:12:\"add lat long\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"AddRecordLatLong\";s:2:\"id\";i:33;}');
/*!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'),(11,'Leads','AddRecordLatLong','modules/CTUserFilterView/AddRecordLatLong.php','AddRecordLatLong'),(12,'Contacts','AddRecordLatLong','modules/CTUserFilterView/AddRecordLatLong.php','AddRecordLatLong'),(13,'Accounts','AddRecordLatLong','modules/CTUserFilterView/AddRecordLatLong.php','AddRecordLatLong'),(14,'Calendar','AddRecordLatLong','modules/CTUserFilterView/AddRecordLatLong.php','AddRecordLatLong'),(15,'Events','AddRecordLatLong','modules/CTUserFilterView/AddRecordLatLong.php','AddRecordLatLong');
/*!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 (15);
/*!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 (33);
/*!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 `ct_address_lat_long`
--

DROP TABLE IF EXISTS `ct_address_lat_long`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ct_address_lat_long` (
  `id` int NOT NULL AUTO_INCREMENT,
  `recordid` int NOT NULL,
  `moduleid` int NOT NULL,
  `latitude` varchar(255) DEFAULT NULL,
  `longitude` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=194 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ct_address_lat_long`
--

LOCK TABLES `ct_address_lat_long` WRITE;
/*!40000 ALTER TABLE `ct_address_lat_long` DISABLE KEYS */;
INSERT INTO `ct_address_lat_long` VALUES (188,2,10,'0.0','0.0'),(189,3,12,'0.0','0.0'),(190,4,18,'0.0','0.0'),(191,6,13,'0.0','0.0'),(192,7,17,'0.0','0.0'),(193,8,10,'0.0','0.0');
/*!40000 ALTER TABLE `ct_address_lat_long` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cte_modules`
--

DROP TABLE IF EXISTS `cte_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cte_modules` (
  `module` varchar(50) NOT NULL,
  `valid` int DEFAULT NULL,
  PRIMARY KEY (`module`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cte_modules`
--

LOCK TABLES `cte_modules` WRITE;
/*!40000 ALTER TABLE `cte_modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `cte_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_access_users`
--

DROP TABLE IF EXISTS `ctmobile_access_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_access_users` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userid` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_access_users`
--

LOCK TABLES `ctmobile_access_users` WRITE;
/*!40000 ALTER TABLE `ctmobile_access_users` DISABLE KEYS */;
INSERT INTO `ctmobile_access_users` VALUES (1,'1');
/*!40000 ALTER TABLE `ctmobile_access_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_address_autofields`
--

DROP TABLE IF EXISTS `ctmobile_address_autofields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_address_autofields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) NOT NULL,
  `auto_search` varchar(50) NOT NULL,
  `street` varchar(100) NOT NULL,
  `city` varchar(100) NOT NULL,
  `state` varchar(100) NOT NULL,
  `postalCode` varchar(50) NOT NULL,
  `country` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_address_autofields`
--

LOCK TABLES `ctmobile_address_autofields` WRITE;
/*!40000 ALTER TABLE `ctmobile_address_autofields` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_address_autofields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_address_fields`
--

DROP TABLE IF EXISTS `ctmobile_address_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_address_fields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) DEFAULT NULL,
  `fieldname` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_address_fields`
--

LOCK TABLES `ctmobile_address_fields` WRITE;
/*!40000 ALTER TABLE `ctmobile_address_fields` DISABLE KEYS */;
INSERT INTO `ctmobile_address_fields` VALUES (60,'Contacts','vtiger_contactaddress:mailingstreet:mailingstreet:Contacts_Mailing_Street:V'),(61,'Contacts','vtiger_contactaddress:mailingcity:mailingcity:Contacts_Mailing_City:V'),(62,'Contacts','vtiger_contactaddress:mailingstate:mailingstate:Contacts_Mailing_State:V'),(63,'Contacts','vtiger_contactaddress:mailingcountry:mailingcountry:Contacts_Mailing_Country:V'),(64,'Contacts','vtiger_contactaddress:mailingzip:mailingzip:Contacts_Mailing_Zip:V'),(65,'Accounts','vtiger_accountshipads:ship_street:ship_street:Accounts_Shipping_Address:V'),(66,'Accounts','vtiger_accountshipads:ship_city:ship_city:Accounts_Shipping_City:V'),(67,'Accounts','vtiger_accountshipads:ship_state:ship_state:Accounts_Shipping_State:V'),(68,'Accounts','vtiger_accountshipads:ship_country:ship_country:Accounts_Shipping_Country:V'),(69,'Accounts','vtiger_accountshipads:ship_code:ship_code:Accounts_Shipping_Code:V'),(70,'Leads','vtiger_leadaddress:lane:lane:Leads_Street:V'),(71,'Leads','vtiger_leadaddress:city:city:Leads_City:V'),(72,'Leads','vtiger_leadaddress:state:state:Leads_State:V'),(73,'Leads','vtiger_leadaddress:country:country:Leads_Country:V'),(74,'Leads','vtiger_leadaddress:code:code:Leads_Postal_Code:V'),(75,'Calendar','vtiger_activity:location:location:Events_Location:V');
/*!40000 ALTER TABLE `ctmobile_address_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_address_modules`
--

DROP TABLE IF EXISTS `ctmobile_address_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_address_modules` (
  `module` varchar(250) NOT NULL DEFAULT '',
  `active` int DEFAULT NULL,
  `sequence` int DEFAULT NULL,
  PRIMARY KEY (`module`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_address_modules`
--

LOCK TABLES `ctmobile_address_modules` WRITE;
/*!40000 ALTER TABLE `ctmobile_address_modules` DISABLE KEYS */;
INSERT INTO `ctmobile_address_modules` VALUES ('Accounts',1,NULL),('Assets',1,NULL),('Calendar',1,NULL),('Campaigns',1,NULL),('Contacts',1,NULL),('Documents',1,NULL),('Faq',1,NULL),('HelpDesk',1,NULL),('Invoice',1,NULL),('Leads',1,NULL),('ModComments',1,NULL),('PBXManager',1,NULL),('Potentials',1,NULL),('PriceBooks',1,NULL),('Products',1,NULL),('Project',1,NULL),('ProjectMilestone',1,NULL),('ProjectTask',1,NULL),('PurchaseOrder',1,NULL),('Quotes',1,NULL),('SalesOrder',1,NULL),('ServiceContracts',1,NULL),('Services',1,NULL),('SMSNotifier',1,NULL),('Vendors',1,NULL);
/*!40000 ALTER TABLE `ctmobile_address_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_api_settings`
--

DROP TABLE IF EXISTS `ctmobile_api_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_api_settings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `api_key` varchar(255) DEFAULT NULL,
  `order_no` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_api_settings`
--

LOCK TABLES `ctmobile_api_settings` WRITE;
/*!40000 ALTER TABLE `ctmobile_api_settings` DISABLE KEYS */;
INSERT INTO `ctmobile_api_settings` VALUES (1,'','GOOGLE::0'),(2,'','LOCATIONIQ::0'),(3,'','OPENSTREET::1');
/*!40000 ALTER TABLE `ctmobile_api_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_apilogs`
--

DROP TABLE IF EXISTS `ctmobile_apilogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_apilogs` (
  `apilogid` int NOT NULL AUTO_INCREMENT,
  `userid` int NOT NULL,
  `apirequest` longtext,
  `apiresponse` longtext,
  PRIMARY KEY (`apilogid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_apilogs`
--

LOCK TABLES `ctmobile_apilogs` WRITE;
/*!40000 ALTER TABLE `ctmobile_apilogs` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_apilogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_asset_field`
--

DROP TABLE IF EXISTS `ctmobile_asset_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_asset_field` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) DEFAULT NULL,
  `fieldname` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_asset_field`
--

LOCK TABLES `ctmobile_asset_field` WRITE;
/*!40000 ALTER TABLE `ctmobile_asset_field` DISABLE KEYS */;
INSERT INTO `ctmobile_asset_field` VALUES (1,'Assets','vtiger_assets:asset_no:asset_no:Assets_Asset_No:V');
/*!40000 ALTER TABLE `ctmobile_asset_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_barcode_fields`
--

DROP TABLE IF EXISTS `ctmobile_barcode_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_barcode_fields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) DEFAULT NULL,
  `fieldname` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_barcode_fields`
--

LOCK TABLES `ctmobile_barcode_fields` WRITE;
/*!40000 ALTER TABLE `ctmobile_barcode_fields` DISABLE KEYS */;
INSERT INTO `ctmobile_barcode_fields` VALUES (1,'Products','vtiger_products:product_no:product_no:Products_Product_No:V');
/*!40000 ALTER TABLE `ctmobile_barcode_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_calllog_activity`
--

DROP TABLE IF EXISTS `ctmobile_calllog_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_calllog_activity` (
  `calllogid` int NOT NULL AUTO_INCREMENT,
  `activityid` int NOT NULL,
  `attachmentsid` int NOT NULL,
  PRIMARY KEY (`calllogid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_calllog_activity`
--

LOCK TABLES `ctmobile_calllog_activity` WRITE;
/*!40000 ALTER TABLE `ctmobile_calllog_activity` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_calllog_activity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_calllog_autoactivity`
--

DROP TABLE IF EXISTS `ctmobile_calllog_autoactivity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_calllog_autoactivity` (
  `isAutoActivityCreate` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_calllog_autoactivity`
--

LOCK TABLES `ctmobile_calllog_autoactivity` WRITE;
/*!40000 ALTER TABLE `ctmobile_calllog_autoactivity` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_calllog_autoactivity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_calllog_users`
--

DROP TABLE IF EXISTS `ctmobile_calllog_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_calllog_users` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userid` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_calllog_users`
--

LOCK TABLES `ctmobile_calllog_users` WRITE;
/*!40000 ALTER TABLE `ctmobile_calllog_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_calllog_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_dashboard_sequence`
--

DROP TABLE IF EXISTS `ctmobile_dashboard_sequence`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_dashboard_sequence` (
  `id` int NOT NULL,
  `userid` int NOT NULL,
  `type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_dashboard_sequence`
--

LOCK TABLES `ctmobile_dashboard_sequence` WRITE;
/*!40000 ALTER TABLE `ctmobile_dashboard_sequence` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_dashboard_sequence` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_display_fields`
--

DROP TABLE IF EXISTS `ctmobile_display_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_display_fields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userid` int NOT NULL,
  `module` varchar(255) NOT NULL,
  `fieldname` varchar(255) NOT NULL,
  `fieldtype` enum('First Field','Second Field','Third Field') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_display_fields`
--

LOCK TABLES `ctmobile_display_fields` WRITE;
/*!40000 ALTER TABLE `ctmobile_display_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_display_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_filter_shortcut`
--

DROP TABLE IF EXISTS `ctmobile_filter_shortcut`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_filter_shortcut` (
  `shortcutid` int NOT NULL AUTO_INCREMENT,
  `shortcutname` varchar(255) NOT NULL,
  `filterid` int NOT NULL,
  `fieldname` varchar(100) NOT NULL,
  `search_value` varchar(255) NOT NULL,
  `userid` int NOT NULL,
  `module` varchar(100) NOT NULL,
  `createdtime` datetime NOT NULL,
  PRIMARY KEY (`shortcutid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_filter_shortcut`
--

LOCK TABLES `ctmobile_filter_shortcut` WRITE;
/*!40000 ALTER TABLE `ctmobile_filter_shortcut` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_filter_shortcut` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_language_keyword`
--

DROP TABLE IF EXISTS `ctmobile_language_keyword`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_language_keyword` (
  `keyword_id` int NOT NULL AUTO_INCREMENT,
  `keyword` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `keyword_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `keyword_lang` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `language_keyword` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `sectionid` int NOT NULL,
  PRIMARY KEY (`keyword_id`)
) ENGINE=InnoDB AUTO_INCREMENT=13582 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_language_keyword`
--

LOCK TABLES `ctmobile_language_keyword` WRITE;
/*!40000 ALTER TABLE `ctmobile_language_keyword` DISABLE KEYS */;
INSERT INTO `ctmobile_language_keyword` VALUES (1,'network_error','Network connection error!','ar_ae','خطأ في الشبكة!',1),(2,'connection_check','Could not connect to CRM, Please check your Internet connection.','ar_ae','الرجاء التحقق من اتصال الانترنت الخاص بك.',1),(3,'update','Update','ar_ae','تحديث',1),(4,'cancel','Cancel','ar_ae','Cancel',1),(5,'ok','Ok','ar_ae','حسنا',1),(6,'more_information','Click here for more information.','ar_ae','انقر هنا للمزيد من المعلومات.',1),(7,'yes','Yes','ar_ae','نعم فعلا',1),(8,'no','No','ar_ae','لا',1),(9,'click_again_exit','Click again to exit','ar_ae','انقر مرة أخرى للخروج',1),(10,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','ar_ae','ليس لديك إذن لعرض هذه الميزات. يرجى الاشتراك للحصول على نسخة متميزة انقر هنا للاشتراك.',1),(11,'clickhere','Click here','ar_ae','انقر هنا',1),(12,'clickhere_subscribe','Click here to subscribe premium version','ar_ae','انقر هنا للاشتراك في الإصدار المميز',1),(13,'clickhere_configure','Click here and view how to Configure.','ar_ae','انقر هنا وعرض كيفية تكوين.',1),(14,'please_wait','Please Wait…','ar_ae','ارجوك انتظر…',1),(15,'share__msg','Share file with','ar_ae','مشاركة الملف مع',1),(16,'dialog_camera','Camera','ar_ae','الة تصوير',1),(17,'dialog_add_file_by','Take Photo from','ar_ae','إضافة ملفات',1),(18,'add','Add','ar_ae','إضافة',1),(19,'mail_manager_configured','Mail Manager is not configured','ar_ae','لم يتم تكوين مدير البريد',1),(20,'dialog_add_files_by','Add Files by','ar_ae','إضافة ملفات',1),(21,'dialog_drive','Drive','ar_ae','قيادة',1),(22,'dialog_drop_box','Drop Box','ar_ae','بصندوق الإسقاط',1),(23,'dialog_need_signin','You need to Sign-in to your Drive account first.','ar_ae','يجب تسجيل الدخول إلى حساب Drive أولاً.',1),(24,'dialog_gallery','Gallery','ar_ae','صالة عرض',1),(25,'delete','Delete','ar_ae','حذف',1),(26,'timeoutmessage','Oops! Request is taking more time than expected.','ar_ae','انتبه! الطلب يستغرق وقتًا أكثر مما هو متوقع.',1),(27,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','ar_ae','لم يتم تمكين GPS. يرجى تشغيلها للحصول على قرب من المواقع.',1),(28,'sure_want_delete','Are you sure want to delete ?','ar_ae','هل أنت متأكد من حذف؟',1),(29,'select','Select','ar_ae','تحديد',1),(30,'msgforrecordaudio','Minimum record duration one second.','ar_ae','اقل وقت للتسجيل ثانيه واحده',1),(31,'permission_storage','Permission denied to read your External storage','ar_ae','تم رفض الإذن لقراءة وحدة التخزين الخارجية',1),(32,'send_permission_msg','Send message permission denied','ar_ae','إرسال تم رفض الإذن',1),(33,'choosefile','Choose File','ar_ae','اختر ملف',1),(34,'enter','Enter','ar_ae','أدخل',1),(35,'select_an_option','Select an Option','ar_ae','اختار',1),(36,'email_validation','Email is not valid','ar_ae','البريد الإلكتروني غير صالح',1),(37,'please_enter','Please Enter','ar_ae','تفضل ',1),(38,'website_validation_text','Website URL is not valid','ar_ae','عنوان url للموقع غير صالح',1),(39,'selectvalue','Select value first','ar_ae','حدد القيمة أولا',1),(40,'email','Email','ar_ae','البريد الإلكتروني',1),(41,'enter_email_address','Enter email address','ar_ae','أدخل عنوان البريد الالكتروني',1),(42,'email_address_not_correct','Email address incorrect','ar_ae','عنوان البريد الالكتروني غير صحيح',1),(43,'pls_enter_subject','Please Enter Subject','ar_ae','من فضلك أدخل الموضوع',1),(44,'attachFiles','Attached File','ar_ae','ملف مرفق',1),(45,'from','From','ar_ae','من عند',1),(46,'to','To','ar_ae','إلى',1),(47,'call_permission_msg','Call permission denied','ar_ae','رفض تصريح المكالمة',1),(48,'no_records','No records found','ar_ae','لا توجد سجلات',1),(49,'fullform','Create New','ar_ae','خلق جديد إبداع جديد',1),(50,'save','Save','ar_ae','حفظ',1),(51,'total','Total','ar_ae','مجموع',1),(52,'discount','Discount','ar_ae','خصم(٪)',1),(53,'price','Price','ar_ae','السعر *',1),(54,'quantity','Quantity','ar_ae','الكمية *',1),(55,'select_module','Select Module','ar_ae','حدد الوحدة',1),(56,'item_list','Item List','ar_ae','قائمة البند',1),(57,'quickcreate','Quick Create','ar_ae','إنشاء سريع',1),(58,'overwrite_msg_part1','Overwrite the existing address with the selected','ar_ae','الكتابه علي العنوان الحالي بالعنوان المختار',1),(59,'once_in_every','Once in every','ar_ae','مرة واحدة في كل',1),(60,'overwrite_msg_part2','address details?','ar_ae','تفاصيل العنوان',1),(61,'add_item','Add Item','ar_ae','اضافة عنصر',1),(62,'recordsave','Record saved successfully','ar_ae','حفظ السجل بنجاح',1),(63,'recordnotsave','Could not save record. Try again later','ar_ae','السجل لا يحفظ',1),(64,'minutes','Minutes','ar_ae','الدقائق',1),(65,'hours','Hours','ar_ae','ساعات',1),(66,'days','Days','ar_ae','أيام',1),(67,'on','On','ar_ae','على',1),(68,'day_of_the_month','day of the month','ar_ae','يوم من الشهر',1),(69,'list_price','List Price','ar_ae','قائمة الأسعار *',1),(70,'add_record','Add Record','ar_ae','أضف سجل',1),(71,'add_product','Add Product','ar_ae','أضف منتج',1),(72,'add_service','Add Service','ar_ae','أضف خدمة',1),(73,'discountin','Discount in %','ar_ae','الخصم في٪',1),(74,'unitprice','Unit price','ar_ae','Unit price',1),(75,'netprice','Net price','ar_ae','السعر الصافي*',1),(76,'comments','Comments','ar_ae','تعليقات',1),(77,'add_close','Add & Close','ar_ae','إضافة وإغلاق',1),(78,'fetching_rout_message','Fetching route, Please wait…','ar_ae','إحضار الطريق ، يرجى الانتظار …',1),(79,'setting','Settings','ar_ae','الإعدادات',1),(80,'utc','UTC','ar_ae','التوقيت العالمي',1),(81,'in','In','ar_ae','في ',1),(82,'days_ago','days ago','ar_ae','أيام مضت',1),(83,'mins_ago','Minutes ago','ar_ae','قبل دقيقة',1),(84,'justnow','Just now','ar_ae','الآن فقط',1),(85,'hours_ago','hours ago','ar_ae','منذ ساعات',1),(86,'in_1_day','In 1 day','ar_ae','في يوم واحد',1),(87,'scanqrcode','Asset / Card scanner','ar_ae','ماسحة بطاقة',1),(88,'call_log','Call Log','ar_ae','سجل المكالمات',1),(89,'voice_message','Hi','ar_ae','اهلا',1),(90,'voice_message1','What can I search for you in','ar_ae','عن ماذا تريد ان ابحث لك',1),(91,'live_tracking','Live Tracking','ar_ae','تتبع مباشر (فريق)',1),(92,'mailmanager','Mail Manager','ar_ae','مدير البريد',1),(93,'my_location','My location','ar_ae','موقعي',1),(94,'created_on','Created On','ar_ae','تم إنشاؤها على',1),(95,'modified_on','Modified On','ar_ae','تعديل على',1),(96,'enter_comments','Enter Comments','ar_ae','أدخل التعليقات',1),(97,'viewmore','View More','ar_ae','عرض المزيد',1),(98,'viewless','View Less','ar_ae','عرض أقل',1),(99,'gotofullform','Go to Full Form','ar_ae','الذهاب إلى النموذج الكامل',1),(100,'post','Post','ar_ae','بريد',1),(101,'url','URL','ar_ae','URL',1),(102,'dialog_title_text_back_color','Select a Text Background Color','ar_ae','Select a Text Background Color',1),(103,'event_or_task','Add event/task','ar_ae','اضافه حدث/ مهمه',1),(104,'shortcut','Shortcuts','ar_ae','اختصارات',1),(105,'select_field','Select Field','ar_ae','اختر المجال',1),(106,'share','Share','ar_ae','شارك',1),(107,'title_insert_link','Insert Link','ar_ae','Insert Link',1),(108,'addyourcommentshere','Add your comments here','ar_ae','أضف تعليقاتك هنا',1),(109,'nocomment','No Comments','ar_ae','لا تعليقات',1),(110,'leads','Leads','ar_ae','يؤدي',1),(111,'true_val','true','ar_ae','true',1),(112,'noresult','No Result','ar_ae','No Result',1),(113,'version','Version','ar_ae','الإصدار',1),(114,'convert_lead','Convert Lead','ar_ae','تحويل العميل المحتمل',1),(115,'app_name','CRMTiger','ar_ae','SalesHiker',1),(116,'enter_url','Please Enter url','ar_ae','يرجى إدخال url',1),(117,'help','Help','ar_ae','مساعدة',1),(118,'contact_us','Contact Us','ar_ae','اتصل بنا',1),(119,'updates','Updates','ar_ae','تحديث',1),(120,'logout','LogOut','ar_ae','الخروج',1),(121,'busnies_cardscanner','Business Card Scanner','ar_ae','مسح ضوئي للكارت',1),(122,'sure_want_logout','Are you sure want to logout ?','ar_ae','هل أنت متأكد من تسجيل الخروج؟',1),(123,'logout_message','Logout successfully','ar_ae','Logout successfully',1),(124,'all','All','ar_ae','الكل',1),(125,'add_event','Add event','ar_ae','اضافه حدث',1),(126,'add_task','Add Task','ar_ae','اضافه مهمه',1),(127,'next','Next','ar_ae','التالي',1),(128,'terms_conditions','Terms and Conditions','ar_ae','Terms and Conditions',1),(129,'login','Login','ar_ae','تسجيل الدخول',2),(130,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','ar_ae','من خلال تسجيل الدخول ، فإنك توافق على الشروط والأحكام  سياسة خاصة',2),(131,'copyright','Copyright © 2019 CRMTiger Version','ar_ae','حقوق الطبع والنشر © 2019clickhere_subscribe CRMTiger الإصدار',2),(132,'enter_username','Please enter username','ar_ae','الرجاء إدخال اسم المستخدم',2),(133,'enter_password','Please enter password','ar_ae','يرجى إدخال كلمة المرور',2),(134,'remanberme','Remember Me','ar_ae','تذكرنى',2),(135,'forgot_password','Forgot password?','ar_ae','هل نسيت كلمة المرور؟',2),(136,'privacy_policay1','Privacy Policy','ar_ae','سياسة خاصة',2),(137,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','ar_ae','هناك خطا ما يرجي الضغط هنا للتواصل مع الدعم الفني',2),(138,'enter_username_password','Entered Username or Password is wrong','ar_ae','اسم المستخدم أو كلمة المرور المدخلتين غير صحيحين',2),(139,'server_issue_occured','Server issues occurred','ar_ae','ظهر تعطل بالخادم ',2),(140,'password','Password','ar_ae','كلمه السر',3),(141,'user_name','Username','ar_ae','اسم المستخدم',3),(142,'reset_pwd','Reset Password','ar_ae','إعادة ضبط كلمة المرور',3),(143,'forgot_password_title','Forgot password','ar_ae','هل نسيت كلمة المرور',3),(144,'enter_user_name','Enter user name','ar_ae','ادخل اسم المستخدم',3),(145,'cc','Cc','ar_ae','سم مكعب',4),(146,'body','Body','ar_ae','الجسم',4),(147,'bcc','BCC','ar_ae','مخفية',4),(148,'dialog_title_text_color','Select a Text Color','ar_ae','حدد لون النص',4),(149,'date','Date','ar_ae','تاريخ',4),(150,'subject','Subject','ar_ae','موضوع',4),(151,'composeMail','Compose Mail','ar_ae','كتابة رسالة',4),(152,'send','Send','ar_ae','إرسال',4),(153,'select_message','Select message','ar_ae','اختر الرسالة',4),(154,'title_insert_table','Insert Table','ar_ae','إدراج جدول',4),(155,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','ar_ae','أوافق على مشاركة سجل API إلى الفريق الفني لمزيد من استكشاف الأخطاء وإصلاحها',5),(156,'edit_record','Edit Records','ar_ae','تحرير السجل',5),(157,'select_time','Select Time','ar_ae','اختر الوقت',5),(158,'edit_item','Edit Item','ar_ae','Edit Item',5),(159,'items_total','Items Total','ar_ae','Items Total',5),(160,'number_less_then_31','Number should be less than 31','ar_ae','الرقم لابد ان يكون اقل من 31',5),(161,'users','Users','ar_ae','المستخدمين',5),(162,'groups','Groups','ar_ae','المجموعات',5),(163,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','ar_ae','ملاحظة: سيتم استبدال المرفقات الحالية (الصور / الملفات)',5),(164,'greaterdatetime','End DateTime should be greater than Start DateTime','ar_ae','يجب أن يكون تاريخ ووقت الانتهاء أكبر من تاريخ ووقت البدء',5),(165,'until','Until','ar_ae','حتى',5),(166,'organizations','Organizations','ar_ae','المنظمات',6),(167,'contacts','Contacts','ar_ae','جهات الاتصال',6),(168,'opportunity','Opportunity','ar_ae','فرصة',6),(169,'lbl_sun','SUN','ar_ae','شمس',7),(170,'lbl_mon','MON','ar_ae','MON',7),(171,'lbl_tue','TUE','ar_ae','TUE',7),(172,'lbl_wed','WED','ar_ae','WED',7),(173,'lbl_thu','THU','ar_ae','THU',7),(174,'lbl_fri','FRI','ar_ae','جمعة',7),(175,'lbl_sat','SAT','ar_ae','جلسنا',7),(176,'lbl_1','1','ar_ae','1',7),(177,'lbl_2','2','ar_ae','2',7),(178,'lbl_3','3','ar_ae','3',7),(179,'lbl_4','4','ar_ae','4',7),(180,'lbl_5','5','ar_ae','5',7),(181,'lbl_6','6','ar_ae','6',7),(182,'lbl_7','7','ar_ae','7',7),(183,'lbl_8','8','ar_ae','8',7),(184,'lbl_9','9','ar_ae','9',7),(185,'lbl_10','10','ar_ae','10',7),(186,'lbl_11','11','ar_ae','11',7),(187,'lbl_12','12','ar_ae','12',7),(188,'lbl_13','13','ar_ae','13',7),(189,'lbl_14','14','ar_ae','14',7),(190,'lbl_15','15','ar_ae','15',7),(191,'lbl_16','16','ar_ae','16',7),(192,'lbl_17','17','ar_ae','17',7),(193,'lbl_18','18','ar_ae','18',7),(194,'lbl_19','19','ar_ae','19',7),(195,'lbl_20','20','ar_ae','20',7),(196,'lbl_21','21','ar_ae','21',7),(197,'lbl_22','22','ar_ae','22',7),(198,'lbl_23','23','ar_ae','23',7),(199,'lbl_24','24','ar_ae','24',7),(200,'lbl_25','25','ar_ae','25',7),(201,'lbl_26','26','ar_ae','26',7),(202,'lbl_27','27','ar_ae','27',7),(203,'lbl_28','28','ar_ae','28',7),(204,'lbl_29','29','ar_ae','29',7),(205,'lbl_30','30','ar_ae','30',7),(206,'lbl_31','31','ar_ae','31',7),(207,'lbl_32','32','ar_ae','32',7),(208,'lbl_33','33','ar_ae','33',7),(209,'lbl_34','34','ar_ae','34',7),(210,'lbl_35','35','ar_ae','35',7),(211,'lbl_36','36','ar_ae','36',7),(212,'lbl_37','37','ar_ae','37',7),(213,'lbl_38','38','ar_ae','38',7),(214,'lbl_39','39','ar_ae','39',7),(215,'lbl_40','40','ar_ae','40',7),(216,'lbl_41','41','ar_ae','41',7),(217,'lbl_42','42','ar_ae','42',7),(218,'current_date','current date','ar_ae','التاريخ الحالي',7),(219,'event','Events','ar_ae','أحداث',7),(220,'calendar','Calendar','ar_ae','التقويم',7),(221,'latest_version','Latest Version :','ar_ae','احدث اصدار : ',8),(222,'expire_on','Expire On :','ar_ae','تنتهي في:',8),(223,'ctmobile_ext_version','CTMobile Ext. Version :','ar_ae','CTMobile تحويلة. الإصدار :',8),(224,'you_have_latest_version','You already have latest version','ar_ae','لديك بالفعل أحدث نسخة',8),(225,'latest_version1','You Already have latest version','ar_ae','لديك بالفعل أحدث نسخة',8),(226,'upgreaded','Upgrade','ar_ae','تطوير',8),(227,'downgrade','Downgrade','ar_ae','تخفيض',8),(228,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','ar_ae','يمكنك تعيين عدد السجلات التي تريد إظهارها على الشاشة الرئيسية للحدث الأخير من هنا.',8),(229,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','ar_ae','يمكنك تعيين عدد السجلات التي تريد إظهارها على الشاشة الرئيسية للحدث الأخير من هنا.',8),(230,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','ar_ae','يتم استخدام وظيفة سجل لدعم / مساعدة العملاء ، إذا كنت تواجه أي مشاكل في التطبيق أو أي وحدة نمطية أو وظيفة لا يعمل بشكل صحيح ، يمكنك تمكين سجل المشاركة مع فريق التطوير لدينا.',8),(231,'info','Info','ar_ae','معلومات',8),(232,'recent_history','Recent History','ar_ae','التاريخ الحديث',8),(233,'recent_feedback','Feedback','ar_ae','ردود الفعل',8),(234,'recent_log','Log','ar_ae','سجل',8),(235,'crmtiger_app_version','CRMTiger App Version :','ar_ae','إصدار تطبيق CRMTiger:',8),(236,'historylimit','Recent History Limit','ar_ae','حد التاريخ الحديث',8),(237,'radious_in_miles','Radius in miles','ar_ae','نصف القطر بالأميال',8),(238,'recentlimit','Recent Event Limit','ar_ae','حدود الأحداث الأخيرة',8),(239,'upcoming_events','Upcoming Events','ar_ae','الأحداث القادمة',8),(240,'rate_our_app','Rate Our App!','ar_ae','قيم التطبيق',8),(241,'feedback','Submit Feedback','ar_ae','إرسال ملاحظات',8),(242,'sendfeedback','Feedback Send','ar_ae','Feedback Send',8),(243,'emaillimit','Email limit','ar_ae','حد البريد الإلكتروني',8),(244,'log','Log','ar_ae','سجل',8),(245,'logclear','Log cleared successfully.','ar_ae','تم محو السجل بنجاح',8),(246,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','ar_ae','يمكنك تعيين عدد السجلات التي تريد إظهارها على الشاشة الرئيسية للسجل الحديث من هنا.',8),(247,'proceed_to_upgrade1','Proceed to','ar_ae','الشروع في',8),(248,'upgradation_message','will required logout and login again later.','ar_ae','يتطلب الخروج من البرنامج و الخول مره اخري',8),(249,'proceed_to_upgrade','Proceed to Upgrade','ar_ae','يجري التحديث الان',8),(250,'module_setting','Module Setting','ar_ae','إعدادات الوحدة',9),(251,'sortbyfield','Sort by field','ar_ae','الترتيب حسب المجال',9),(252,'ascending','Ascending  A to Z','ar_ae','تصاعدي A إلى Z',9),(253,'descending','Descending  Z to A','ar_ae','تنازلي Z إلى A',9),(254,'first_field','First Field','ar_ae','الحقل الأول',9),(255,'second_field','Second Field','ar_ae','الحقل الثاني',9),(256,'third_field','Third Field','ar_ae','المجال الثالث',9),(257,'sure_want_restore','Are you sure you want to reset to default settings?','ar_ae','هل تريد بالتأكيد إعادة تعيين الإعدادات الافتراضية؟',9),(258,'orderlist','List Order','ar_ae','ترتيب القائمة',9),(259,'module_reset','Restore to Default','ar_ae','إعادة تعيين إلى الافتراضي',9),(260,'display_fields','Display Fields','ar_ae','حقول العرض',9),(261,'discount_lessthen_100','Discount % should be less than 100','ar_ae','يجب أن يكون الخصم٪ أقل من 100',10),(262,'select_item','Select Item','ar_ae','اختر البند',10),(263,'item_comment','Item Comment','ar_ae','تعليق البند',10),(264,'record_name','Record Name is :','ar_ae','مسجل باسم',11),(265,'go_back','Go Back','ar_ae','Go Back',11),(266,'please_enter_shortcut_name','Please Enter Shortcut Name','ar_ae','الرجاء إدخال اسم الاختصار',11),(267,'number_not_found','Contact Number not found','ar_ae','رقم الاتصال غير موجود',11),(268,'mail_not_found','Mail Address not found','ar_ae','عنوان البريد غير موجود ',11),(269,'create_shortcut','Create Shortcut','ar_ae','انشاء اختصار',11),(270,'contact_summary','Summary','ar_ae','Summary',11),(271,'activites','Activities','ar_ae','أنشطة',11),(272,'details','Details','ar_ae','Details',11),(273,'related','Related','ar_ae','Related',11),(274,'share_link','Share record with','ar_ae','مشاركه المجل مع',11),(275,'edit','Edit','ar_ae','اضافه',11),(276,'duplicate','Duplicate','ar_ae','مكرر',11),(277,'whatsapp','Whatsapp','ar_ae','واتس اب',11),(278,'call','Call','ar_ae','مكالمه',11),(279,'choose_contact_for_call','Choose Contact for Call','ar_ae','اختار اسم للاتصال',11),(280,'choose_contact_for_sms','Choose Contact for SMS','ar_ae','اختار اسم لارسال رساله قصيره',11),(281,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','ar_ae','اختار اسم لارسال واتس اب',11),(282,'chosse_contact_for_email','Choose Email','ar_ae','اختار بريد الكتروني',11),(283,'attach_file','Attach Files','ar_ae','اضافه ملحقات',11),(284,'close','Close','ar_ae','اغلق',11),(285,'status','Status','ar_ae','الحالة',11),(286,'stop','Stop','ar_ae','توقف',11),(287,'zero','0','ar_ae','0',11),(288,'record','Record','ar_ae','تسجيل',11),(289,'voice_note','Voice Note','ar_ae','مفكره صوتيه',11),(290,'tickets','Tickets','ar_ae','تذاكر',12),(291,'check_out','Check Out','ar_ae','الدفع',12),(292,'check_in','Check In','ar_ae','تحقق في',12),(293,'select_any','Select any','ar_ae','Select any',12),(294,'fulldetails','Show Full Details','ar_ae','إظهار التفاصيل الكاملة',12),(295,'checkin','Check-in','ar_ae','تحقق في',12),(296,'navigate','Navigate','ar_ae','التنقل',12),(297,'product','Products','ar_ae','منتجات',12),(298,'projectMilestone','Project Milestone','ar_ae','معلما المشروع',12),(299,'projecttask','Project Tasks','ar_ae','المشاريع المهمة',12),(300,'nearby','NearBy','ar_ae','مجاوز',13),(301,'document','Document','ar_ae','وثيقة',14),(302,'reply','Reply','ar_ae','الرد',14),(303,'reply_all','Reply All','ar_ae','الرد على الجميع',14),(304,'forward','Forward','ar_ae','إلى الأمام',14),(305,'action','Action','ar_ae','عمل',14),(306,'select_first','Select First','ar_ae','اختار اولا',14),(307,'commentaddsuccessful','Comment added successfull','ar_ae','تم إضافة التعليق بنجاح',14),(308,'move_to','Move to','ar_ae','الانتقال إلى',14),(309,'attach','Attach','ar_ae','يربط',14),(310,'addcoment','Add Comment','ar_ae','أضف تعليق',14),(311,'adddocument','Add Document','ar_ae','إضافة وثيقة',14),(312,'home','Home','ar_ae','الصفحة الرئيسية',15),(313,'checkout','Check-out','ar_ae','الدفع',15),(314,'message_search','Search by name','ar_ae','البحث عن طريق الإسم',15),(315,'start_shift','Start shift','ar_ae','بدء التحول',15),(316,'end_shift','End shift','ar_ae','نهاية التحول',15),(317,'today_meeting','Meetings','ar_ae','اجتماعات',15),(318,'shift_time_track','Shift Time Track','ar_ae','التحول الزمني المسار',15),(319,'logout_msg','You have to login again , click','ar_ae','لابد من الدخول مره اخري    اضغط',15),(320,'logout_msg1','to continue.','ar_ae','يستمر',15),(321,'permission_denied','You don\'t have permission to create','ar_ae','ليس لديك إذن لإنشاء',15),(322,'history','Activity stream','ar_ae','تيار النشاط',15),(323,'search_value','Search value :','ar_ae','قيمه البحث',15),(324,'feed_back_msg','Please enter feedback message','ar_ae','يرجى إدخال رسالة ملاحظات',16),(325,'feed_back_hint_msg','Enter feedback message','ar_ae','أدخل رسالة التعليقات',16),(326,'submit','Submit','ar_ae','خضع',16),(327,'check_app_not_installed','Application is not currently installed.','ar_ae','التطبيق غير مثبت حاليا.',17),(328,'send_sms_fail_message','SMS failed, please try again later!','ar_ae','فشلت رسالة SMS ، يرجى المحاولة مرة أخرى في وقت لاحق!',17),(329,'documentaddsuccessfully','Document Attach successfully','ar_ae','إرفاق المستند بنجاح',17),(330,'send_message','Send message','ar_ae','ارسل رساله',17),(331,'sms_to','smsto:','ar_ae','رساله الي ',17),(332,'add_list_message','Add List','ar_ae','اضف قائمة',18),(333,'mylist','My List','ar_ae','قوائمي',18),(334,'filtername','Filter Name','ar_ae','اسم الفلتر',18),(335,'selectlist','Select a List','ar_ae','حدد وحدة نمطية *',18),(336,'assingedto','Assigned To','ar_ae','مخصص ل*',18),(337,'selectmodule','Select a module','ar_ae','حدد وحدة نمطية',18),(338,'add_list','Add Filter','ar_ae','إضافة مرشح',18),(339,'recent_event','Recent Event','ar_ae','حدث حديث',19),(340,'recent_hostory','Recent History','ar_ae','التاريخ الحديث',19),(341,'module_specific_settings','Module-Specific Settings','ar_ae','إعدادات الوحدة النمطية',19),(342,'talk_to_us','Talk to us','ar_ae','تكلم معنا',19),(343,'report_a_bug','Report A Bug','ar_ae','الإبلاغ عن خطأ',19),(344,'faq','FAQ','ar_ae','التعليمات',19),(345,'selectmodules','Select Module','ar_ae','اختر الوحدة',19),(346,'myplan','My Plan','ar_ae','My Plan',19),(347,'message','Message','ar_ae','رسالة',20),(348,'message_validation','Please enter Message','ar_ae','يرجى إدخال الرسالة',20),(349,'contact_select','Please Select contact','ar_ae','يرجى تحديد الاتصال',20),(350,'global_search','Global Search','ar_ae','بحث عام',21),(351,'records','Records','ar_ae','تسجيل',21),(352,'dont_show_again','Don\'t Show Again','ar_ae','لا تراه مره اخري',22),(353,'skip','Skip','ar_ae','تخطي',22),(354,'file_downloading','File Downloading','ar_ae','تحميل الملف',23),(355,'add_screenshots_optional','Add screenshots (optional)','ar_ae','إضافة لقطات شاشة (اختياري)',24),(356,'describe_your_problem','Describe your problem','ar_ae','صف مشكلتك',24),(357,'default_filter_shortcut','Default Filter Shortcut','ar_ae','اختصار افتراضي عام ',25),(358,'record_shortcut','Record Shortcut','ar_ae','Record Shortcut',25),(359,'enter_url','Please Enter url','ar_ae','يرجي ادخال الموقع الالكتروني ',26),(360,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','ar_ae','لابد من تحديث التطبيق للاستمرا يرجي تحديث التطبيق و معاوده المحاوله',26),(361,'search_by','Search by','ar_ae','البحث ب',27),(362,'selected_filter','Selected filter :','ar_ae','مرشح محدد: -',27),(363,'selected_field','Selected field :','ar_ae','الحقل المحدد: -',27),(364,'choose','Choose','ar_ae','اختار',28),(365,'qr_cardscanner','QR Code Scanner','ar_ae','اجراء مسح QR',28),(366,'error_message_for_scan','Could not read the card Try again later.','ar_ae','لا يمكن قراءة البطاقة حاول مرة أخرى لاحقًا.',28),(367,'press_start_scan','Press to Start Scan','ar_ae','اضغط بدء المسح',28),(368,'line_item_quntity_validation_msg','Value should be greater than zero','ar_ae','القيمه لابد انت تكون اكبر من صفر',29),(369,'percentage_msg','Percentage should be less than 100','ar_ae','النسبه المئويه لابد ان تكون اقل من 100',29),(370,'MSG_NO_DATA','No data found!','ar_ae','لا توجد بيانات',29),(371,'MSG_SOMETHING_WRONG','Something went wrong!','ar_ae','هناك خطا ما',29),(372,'MSG_COMING_SOON','Coming Soon!','ar_ae','قريبا',29),(373,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','ar_ae','يرجي رفع صوره البروفايل',29),(374,'ALERT_TITLE_LOCATION_ACCESS','Location Access','ar_ae','الوصول الي الموقع',29),(375,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','ar_ae','لابد من الحصول علي موقعك لامكانيه ايضاح المواقع القريبه',29),(376,'ALERT_BTN_ALLOW','ALLOW','ar_ae','سماح',29),(377,'ALERT_BTN_DENY','DENY','ar_ae','رفض',29),(378,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','ar_ae','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(379,'DELETE_RECORD','Delete Record','ar_ae','الغاء ',29),(380,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','ar_ae','هل انت متاكد من الالغاء؟',29),(381,'DELETE_SHORTCUT','Delete Shortcut','ar_ae','اختصار الالغاء',29),(382,'LBL_TERMS','By logging in, you agree to our Terms and','ar_ae','بدخولك علي الموقع فقد وافقت علي الشروط و الاحكام',29),(383,'LBL_CONDITIONS','Conditions &','ar_ae','شرط',29),(384,'ALERT_TITLE','Alert','ar_ae','تنبيه',29),(385,'ALERT_BTN_SUBSCRIBE','Subscribe','ar_ae','اشترك',29),(386,'MSG_SELECT_MODULE','Please select any Module','ar_ae','برجاء اختار الموديول',29),(387,'MSG_SELECT_LIST','Please select any List','ar_ae','برجاء اختيار القائمه',29),(388,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','ar_ae','لا توجد كاميرا',29),(389,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','ar_ae','انت لا تملك الصلاحيه للدخول الي معرض الصور',29),(390,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','ar_ae','انت لا تملك الصلاحيه للدخول الي معرض الصور برجاء الدخول الي اعدادات و انزل الي نهايه الصفحه و اختار تطبيق ',29),(391,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','ar_ae','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(392,'BTN_DONE','Done','ar_ae','انتهي',29),(393,'COMMENT','Comment','ar_ae','تعليق',29),(394,'FULL_FORM','Full Form','ar_ae','الاستماره الكامله',29),(395,'QUICK_CREATE','Create','ar_ae','انشاء',29),(396,'LBL_SELECT_FIELDS','Select Fields','ar_ae','اختار حقل',29),(397,'LBL_SELECT_FIELDS','Select Fields','ar_ae','اختار حقل',29),(398,'LBL_SELECT_FIRST_FIELDS','Select First Field','ar_ae','اختار اول حقل',29),(399,'LBL_SELECT_SECOND_FIELDS','Select Second Field','ar_ae','اختار ثاني حقل',29),(400,'LBL_SELECT_THIRD_FIELDS','Select Third Field','ar_ae','اختار ثالث حقل',29),(401,'LBL_SORT_BY_FIELD','Select Sort By Field','ar_ae','اختيار ب',29),(402,'BTN_RESET_TO_DEFAULT','Reset to Default','ar_ae','الرجوع الي الافتراضي',29),(403,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','ar_ae','اختيار ب',29),(404,'kStrClearBtnTitle','Clear','ar_ae','امسح',29),(405,'kStrShowMoreBtnTitle','Show More','ar_ae','ارني اكثر',29),(406,'kStrAddActivitiesBtnTitle','Add Activities','ar_ae','اضافه نشاطات',29),(407,'kStrAddCommentPlaceHolder','Add your comments here','ar_ae','ضع تعليقك هنا',29),(408,'MSG_ENTER_TO_EMAIL','Please enter to field.','ar_ae','يرجي ادخال الحقل',29),(409,'WARNING_FILE','File can\'t open.','ar_ae','الملف لا يفتح',29),(410,'MSG_FILE_SAVED','File saved.','ar_ae','تم حفظ الملف',29),(411,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','ar_ae','فشل في التنزيل برجاء المحاوله بعد فتره',29),(412,'LBL_SHORTCUT','Shortcut','ar_ae','اختصار',29),(413,'TXT_MESSAGE_PLACEHOLDER','Type Message','ar_ae','اكتب الرساله',29),(414,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','ar_ae','تنزيل واتس اب',29),(415,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','ar_ae','لا يوجد صندوق بريد برجاء انشاء صندوق بريد',29),(416,'LBL_WROTE','Wrote','ar_ae','كتب',29),(417,'MSG_MAIL_SEND','Mail sent','ar_ae','تم ارسال الرساله',29),(418,'log_file_not_found','API Log file not found.','ar_ae','لم يتم العثور علي API',29),(419,'unknown_error','An unknown error occurred, try again','ar_ae','خطا غير معروف برجاء المحاوله مره اخري',29),(420,'CTMTigerAppVersion','CRMTiger App Version','ar_ae','نسخه تطبيق CRM Tiger',29),(421,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','ar_ae','امتداد CT Mobile  تم تحديثه',29),(422,'dialog_Premium_downgrade','Downgrade will required logout and login again later','ar_ae','النزول الي الفئه الادني يتطلب الخروج و الدخول مره اخري',29),(423,'dialog_Premium','Upgrade will required logout and login again later','ar_ae','التحديث الي الفئه الاعلي يتطلب الخروج و الدخول مره اخري',29),(424,'Overwrite','Overwrite','ar_ae','الكتابه فوق',29),(425,'MSGAddressOverwrite1','Overwrite the existing address with the selected','ar_ae','الكتابه فوق العنوان المكتوب سيتم اختياره',29),(426,'MSGAddressOverwrite2','address details?','ar_ae','تفاصيل العنوان',29),(427,'UPGRADE_PLAN','Upgrade Plan','ar_ae','خطه التحديث',29),(428,'DOWNGRADE_PLAN','Downgrade Plan','ar_ae','خطه النزول الي افئه الادني',29),(429,'UPGRADE_EXTENSION','Upgrade Extension','ar_ae','امتدادات التحديث',29),(430,'UPGRADE_APP','Upgrade App','ar_ae','تحديث التطبيق',29),(431,'SELECT_OPTION','Select Option','ar_ae','اختار ',29),(432,'PLEASE_SELECT','Please select','ar_ae','برجاء الاختيار',29),(433,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','ar_ae','انت لا تملك الصلاحيه للدخول لهذا القسم',29),(434,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','ar_ae','برجاء اختيار اليوم المكرر في الشهر',29),(435,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','ar_ae','برجاء اختيار اليوم المكرر في الاسبوع',29),(436,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','ar_ae','برجاء اختيار اليوم المكرر',29),(437,'Please select reccuring days.','Please select reccuring days.','ar_ae','برجاء اختيار اليوم المكرر',29),(438,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','ar_ae','برجاء اختيار اليوم النهائي',29),(439,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','ar_ae','برجاء اختيار النوع',29),(440,'FREQ_TIME','Times','ar_ae','عدد المرات',29),(441,'REPEAT_YEARLY','Repeat Yearly','ar_ae','الاعاده سنويا',29),(442,'REPEAT_MONTHLY','Repeat Monthly','ar_ae','الاعاده شهريا',29),(443,'REPEAT_WEEKLY','Repeat Weekly','ar_ae','الاعاده اسبوعيا',29),(444,'REPEAT_DAILY','Repeat Daily','ar_ae','الاعاده يوميا',29),(445,'ACTION_TITLE','Action Title','ar_ae','عنوان الحدث',29),(446,'MSG_SELECT_VALID_DATE','Please select valid day of month.','ar_ae','برجاء اختيار يوم مناسب في الشهر',29),(447,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','ar_ae','تاريخ البدايه لابد ان يكون اقل من تاريخ الانتهاء',29),(448,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','ar_ae','اختيار بدء الوقت لابد ان يكون قبل وقت الانتهاء',29),(449,'LBL_LINEITEM_DETAILS','Lineitem Details','ar_ae','Lineitem Details',29),(450,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','ar_ae','الخصم لابد ان يكون اقل من الاجمالي',29),(451,'VIEW','View','ar_ae','View',29),(452,'MSG_ENTER_VALID','Please enter valid','ar_ae','برجاء ادخال صحيح',29),(453,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','ar_ae','النسبه المئويه لابد ان تكون اقل من 100',29),(454,'ITEM_TOTAL','Item Total','ar_ae','الاجمالي',29),(455,'ADJUSTMENT','Adjustment','ar_ae','تعديل',29),(456,'TITLE_CHOOSE_IMAGE','Choose Image','ar_ae','اختار صوره',29),(457,'COMPRESS','Compress','ar_ae','ضغط',29),(458,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','ar_ae','الصوره كبيره جدا برجاء اختيار صوره اخري',29),(459,'OnDayOfMonth','On day of month','ar_ae','يوم في الشهر',29),(460,'OnDayOfWeek','On day of week','ar_ae','يوم في الاسبوع',29),(461,'AddAndClose','Add & Close','ar_ae','اضافه&اغلاق',29),(462,'Repeat','Repeat','ar_ae','اعاده',29),(463,'OnDay','On day','ar_ae','في يوم',29),(464,'View_Line_Item','View Line Item','ar_ae','View Line Item',29),(465,'TITLE_IMAGE','Image','ar_ae','صوره',29),(466,'TITLE_ICLOUD','iCloud','ar_ae','اي كلود',29),(467,'GOOGLE','Google','ar_ae','جوجل',29),(468,'ALERT_BTN_OKAY','Okay','ar_ae','حسنا',29),(469,'ALERT_TITLE_ACCESS_DENIED','Access Denied','ar_ae','الدخول مرفوض',29),(470,'Dont_Show_Again','Don\'t show again','ar_ae','لا تظهرها مره اخري',29),(471,'Skip','Skip','ar_ae','تخطي',29),(472,'Fillter_Name','Fillter Name','ar_ae','اسم الفلتر',29),(473,'Fillter_Record_Count','Fillter Record Count','ar_ae','Fillter Record Count',29),(474,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','ar_ae','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(475,'vtiger_url','Your vTiger CRM URL','ar_ae','Your vTiger CRM URL',26),(476,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','ar_ae','You don\'t have permission to Add either This is read-only or Private Field.',31),(477,'CLEAR','Clear','ar_ae','Clear',31),(478,'Files/photos uploaded successfully','Files/photos uploaded successfully','ar_ae','Files/photos uploaded successfully',32),(479,'Digital signature saved','Digital signature saved','ar_ae','Digital signature saved',32),(480,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','ar_ae','Please upload Signature or Files/photos',32),(481,'Files / Photos','Files / Photos','ar_ae','Files / Photos',32),(482,'Signature','Signature','ar_ae','Signature',32),(483,'add_photo_using','Add Photo Using','ar_ae','Add Photo Using',31),(484,'btn_upload_sign','(+) Add Signature','ar_ae','(+) Add Signature',31),(485,'btn_upload_photo_doc','(+) Upload Files/Photos','ar_ae','(+) Upload Files/Photos',31),(486,'select_photo_doc_to_upload','Please select files/photos to upload','ar_ae','Please select files/photos to upload',31),(487,'related_module_title','Search from related module and Add to \"Route\"','ar_ae','Search from related module and Add to \"Route\"',30),(488,'Route status updated successfully','Route status updated successfully','ar_ae','Route status updated successfully',32),(489,'Session init failed','Session init failed','ar_ae','Session init failed',32),(490,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','ar_ae','You don\'t have permission to access this resource',32),(491,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','ar_ae','Could not get the Related To - Try again later',32),(492,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','ar_ae','Could not get the Route Planning Record - Try again later',32),(493,'Something went wrong - Try again later','Something went wrong - Try again later','ar_ae','Something went wrong - Try again later',32),(494,'sequence updated successfully','sequence updated successfully','ar_ae','sequence updated successfully',32),(495,'sequence cannot be empty','sequence cannot be empty','ar_ae','sequence cannot be empty',32),(496,'Shortcut details not saved','Shortcut details not saved','ar_ae','Shortcut details not saved',32),(497,'Shortcut details saved successfully','Shortcut details saved successfully','ar_ae','Shortcut details saved successfully',32),(498,'Route save successfully','Route save successfully','ar_ae','Route save successfully',32),(499,'Record save successfully','Record save successfully','ar_ae','Record save successfully',32),(500,'No dependency found for picklist','No dependency found for picklist','ar_ae','No dependency found for picklist',32),(501,'No records found','No records found','ar_ae','No records found',32),(502,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','ar_ae','Outgoing server is not enabled, please configure from CRM',32),(503,'Removed Successfully','Removed Successfully','ar_ae','Removed Successfully',32),(504,'Shortcut has been deleted','Shortcut has been deleted','ar_ae','Shortcut has been deleted',32),(505,'relation of records removed successfully','relation of records removed successfully','ar_ae','relation of records removed successfully',32),(506,'relation of records not removed','relation of records not removed','ar_ae','relation of records not removed',32),(507,'Record has been deleted successfully','Record has been deleted successfully','ar_ae','Record has been deleted successfully',32),(508,'Time Tracking saved successfully','Time Tracking saved successfully','ar_ae','Time Tracking saved successfully',32),(509,'Time Tracking updated successfully','Time Tracking updated successfully','ar_ae','Time Tracking updated successfully',32),(510,'Time Tracking ended successfully','Time Tracking ended successfully','ar_ae','Time Tracking ended successfully',32),(511,'Time Tracking started successfully','Time Tracking started successfully','ar_ae','Time Tracking started successfully',32),(512,'record cannot be empty','record cannot be empty','ar_ae','record cannot be empty',32),(513,'Module is disabled','Module is disabled','ar_ae','Module is disabled',32),(514,'Shift ended successfully','Shift ended successfully','ar_ae','Shift ended successfully',32),(515,'Shift started successfully','Shift started successfully','ar_ae','Shift started successfully',32),(516,'relation of records added successfully','relation of records added successfully','ar_ae','relation of records added successfully',32),(517,'Comment saved successfully','Comment saved successfully','ar_ae','Comment saved successfully',32),(518,'Comment not saved','Comment not saved','ar_ae','Comment not saved',32),(519,'Comment module is not active','Comment module is not active','ar_ae','Comment module is not active',32),(520,'No Upcoming Event','No Upcoming Event','ar_ae','No Upcoming Event',32),(521,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','ar_ae','No Templates found - create it from Message Templates module',32),(522,'No event or task for this date','No event or task for this date','ar_ae','No event or task for this date',32),(523,'No filters created','No filters created','ar_ae','No filters created',32),(524,'Select at least one record to attach','Select at least one record to attach','ar_ae','Select at least one record to attach',32),(525,'Please select one or more attachments','Please select one or more attachments','ar_ae','Please select one or more attachments',32),(526,'No event for this month','No event for this month','ar_ae','No event for this month',32),(527,'No Activity found','No Activity found','ar_ae','No Activity found',32),(528,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','ar_ae','Your feedback is valuable for us - it cannot be empty',32),(529,'Could not send mail, Please try later','Could not send mail, Please try later','ar_ae','Could not send mail, Please try later',32),(530,'Latest Version updated successfully','Latest Version updated successfully','ar_ae','Latest Version updated successfully',32),(531,'User Location Updated Successfully','User Location Updated Successfully','ar_ae','User Location Updated Successfully',32),(532,'User Location not Updated Successfully','User Location not Updated Successfully','ar_ae','User Location not Updated Successfully',32),(533,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','ar_ae','SMSNotifier is not enable in CRM. Please enable it first',32),(534,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','ar_ae','Could not submit your feedback - Please try again later',32),(535,'Thank you for submitting your feedback','Thank you for submitting your feedback','ar_ae','Thank you for submitting your feedback',32),(536,'Please upload User Image','Please upload User Image','ar_ae','Please upload User Image',32),(537,'Image Not Uploading, please try again','Image Not Uploading, please try again','ar_ae','Image Not Uploading, please try again',32),(538,'User Image Uploaded Successfully','User Image Uploaded Successfully','ar_ae','User Image Uploaded Successfully',32),(539,'Invalid Module name','Invalid Module name','ar_ae','Invalid Module name',32),(540,'Records Sync Successfully','Records Sync Successfully','ar_ae','Records Sync Successfully',32),(541,'Values cannot be empty','Values cannot be empty','ar_ae','Values cannot be empty',32),(542,'Record id is empty','Record id is empty','ar_ae','Record id is empty',32),(543,'Logout Successfully','Logout Successfully','ar_ae','Logout Successfully',32),(544,'Please Enable CTMobile Module','Please Enable CTMobile Module','ar_ae','Please Enable CTMobile Module',32),(545,'Authentication Failed','Username and Password do not match','ar_ae','Username and Password do not match',32),(546,'Mismatched module information','Something gone wrong, please try again later','ar_ae','Something gone wrong, please try again later',32),(547,'Field does not exists','Please set display fields again','ar_ae','Please set display fields again',32),(548,'Module does not exists','Module does not exists or disabled by admin','ar_ae','Module does not exists or disabled by admin',32),(549,'Month cannot be empty','Could not get the Month - Try again later','ar_ae','Could not get the Month - Try again later',32),(550,'Year cannot be empty','Could not get the Year - Try again later','ar_ae','Could not get the Year - Try again later',32),(551,'Date cannot be empty','Could not get the Date - Try again later','ar_ae','Could not get the Date - Try again later',32),(552,'Userid cannot be empty','Could not get the Userid - Try again later','ar_ae','Could not get the Userid - Try again later',32),(553,'End Date cannot be empty','Could not get the status - Try again later','ar_ae','Could not get the status - Try again later',32),(554,'Start Date cannot be empty','Could not get the Start Date - Try again later','ar_ae','Could not get the Start Date - Try again later',32),(555,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','ar_ae','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(556,'Longitude cannot be empty','Could not get location-Please try again','ar_ae','Could not get location-Please try again',32),(557,'Latitude cannot be empty','Could not get location-Please try again','ar_ae','Could not get location-Please try again',32),(558,'User cannot be empty','Could not get the User - Try again later','ar_ae','Could not get the User - Try again later',32),(559,'Status cannot be empty','Could not get the status - Try again later','ar_ae','Could not get the status - Try again later',32),(560,'Required fields not found','Required fields not found','ar_ae','Required fields not found',32),(561,'Tracking module not active','Tracking module not active-Please contact CRM Admin','ar_ae','Tracking module not active-Please contact CRM Admin',32),(562,'Missing mandatory input values','Missing mandatory input values','ar_ae','Missing mandatory input values',32),(563,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','ar_ae','No MailBox found. Please Create Mailbox',32),(564,'Mail not sent','Mail not sent','ar_ae','Mail not sent',32),(565,'Mail send successfully','Mail send successfully','ar_ae','Mail send successfully',32),(566,'Email Id or username not match with your record','Email Id or username not match with your record','ar_ae','Email Id or username not match with your record',32),(567,'Module not specified','Module not specified','ar_ae','Module not specified',32),(568,'No messages found','No messages found','ar_ae','No messages found',32),(569,'No Dependency Found For This Module','No Dependency Found For This Module','ar_ae','No Dependency Found For This Module',32),(570,'Outgoing server is not Enabled','Outgoing server is not Enabled','ar_ae','Outgoing server is not Enabled',32),(571,'Outgoing server is Enabled','Outgoing server is Enabled','ar_ae','Outgoing server is Enabled',32),(572,'Email Attached Successfully','Email Attached Successfully','ar_ae','Email Attached Successfully',32),(573,'Documents Attached Successfully','Documents Attached Successfully','ar_ae','Documents Attached Successfully',32),(574,'Login required - Please login again','Login required - Please login again','ar_ae','Login required - Please login again',32),(575,'time_tracking_module_disable','Time tracking module is disable','ar_ae','Time tracking module is disable',31),(576,'route_planning_module_disable','Route planning module is disable','ar_ae','Route planning module is disable',31),(577,'mark_as_held','Are you sure you want to mark Event as Held?','ar_ae','Are you sure you want to mark Event as Held?',31),(578,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','ar_ae','You have already started Time tracking for another record, Do you want to stop it first ?',31),(579,'access_denied_routeplanning','Access denied for route planning','ar_ae','Access denied for route planning',31),(580,'time_spent','Time Spent','ar_ae','Time Spent',31),(581,'select_user','Select User','ar_ae','Select User',30),(582,'status_cannot_be_held','Status cannot be held for future date start','ar_ae','Status cannot be held for future date start',30),(583,'please_select_end_date','Please select end date','ar_ae','Please select end date',30),(584,'please_select_start_date','Please select start date','ar_ae','Please select start date',30),(585,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','ar_ae','Tap on + icon to select record for your route.',30),(586,'please_enter_notes','Please enter notes','ar_ae','Please enter notes',30),(587,'please_enter_title','Please enter title','ar_ae','Please enter title',30),(588,'please_select_date','Please Select Date','ar_ae','Please Select Date',30),(589,'search_by_date','Search by Date','ar_ae','Search by Date',30),(590,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','ar_ae','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(591,'max_upload_size','max file Upload exceeds','ar_ae','max file Upload exceeds',30),(592,'unselect_all','UnSelect All','ar_ae','UnSelect All',30),(593,'select_all','Select All','ar_ae','Select All',30),(594,'please_select_records','Please select records','ar_ae','Please select records',30),(595,'select_date','Select Date','ar_ae','Select Date',30),(596,'quantity_in_stock_is','Quantity in stock is','ar_ae','Quantity in stock is',30),(597,'replies','Replies','ar_ae','Replies',30),(598,'conversation_require_selection','Conversion requires selection of Contact or Organization','ar_ae','Conversion requires selection of Contact or Organization',30),(599,'please_select_product','Please Select Product','ar_ae','Please Select Product',30),(600,'timer_msg','You can start timer for single task only at same time','ar_ae','You can start timer for single task only at same time',31),(601,'save_start_tracking','Save & Start Tracking','ar_ae','Save & Start Tracking',31),(602,'lbl_notes','Notes','ar_ae','Notes',31),(603,'enter_title','Enter Title','ar_ae','Enter Title',31),(604,'select_module_record','Select Module / Record','ar_ae','Select Module / Record',31),(605,'lbl_tomorrow','Tomorrow','ar_ae','Tomorrow',30),(606,'lbl_yesterday','Yesterday','ar_ae','Yesterday',30),(607,'lbl_today','Today','ar_ae','Today',30),(608,'time_tracker','Time Tracker','ar_ae','Time Tracker',31),(609,'time_end','End Time','ar_ae','End Time',5),(610,'due_date','End Date','ar_ae','End Date',5),(611,'time_start','Time Start','ar_ae','Time Start',5),(612,'date_start','Start Date','ar_ae','Start Date',5),(613,'delete_widget_msg','Display widget again by using (+) option','ar_ae','Display widget again by using (+) option',15),(614,'no_upcoming_activities','No scheduled activities      ','ar_ae','No scheduled activities      ',15),(615,'check_in_first','Please check-in first','ar_ae','Please check-in first',30),(616,'duration','Duration','ar_ae','Duration',30),(617,'distance','Distance','ar_ae','Distance',30),(618,'proper_address_message','Please enter proper address in record\n','ar_ae','Please enter proper address in record',30),(619,'select_status','Select Status','ar_ae','Select Status',30),(620,'route_planner','Route Planner','ar_ae','Route Planner',30),(621,'route_planning','Route Planning','ar_ae','Route Planning',30),(622,'add_route','Add Route','ar_ae','Add Route',30),(623,'calender_disabled','Calendar Module is disabled','ar_ae','Calendar Module is disabled',30),(624,'close_dialog','Close form','ar_ae','Close form',30),(625,'cancel_form_message','Are You sure want to close ?','ar_ae','Are You sure want to close ?',30),(626,'create_route','Create Route','ar_ae','Create Route',30),(627,'select_module_create_route','Select Module to create Route','ar_ae','Select Module to create Route',30),(628,'cancel','Cancel','ar_ae','الغاء',30),(629,'assign_route','Assign Route','ar_ae','Assign Route',30),(630,'route_for','Route for','ar_ae','Route for',30),(631,'assigned_to','Assigned To','ar_ae','Assigned To',30),(632,'enter_route_name','Enter Route Name','ar_ae','Enter Route Name',30),(633,'list','List','ar_ae','List',30),(634,'map','Map','ar_ae','Map',30),(635,'other_modules','Other Modules','ar_ae','Other Modules',15),(636,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','ar_ae','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(637,'clear','Clear','ar_ae','Clear',25),(638,'open','Open','ar_ae','Open',11),(639,'max_file_msg','Too many files selected (max:6)','ar_ae','Too many files selected (max:6)',11),(640,'error_voicenote_record','Unable to recording voice while another application is recording sound.','ar_ae','Unable to recording voice while another application is recording sound.',11),(641,'msg_warning','Warning!','ar_ae','Warning!',11),(642,'Permision_denied_contact','Permission denied to access your contacts','ar_ae','Permission denied to access your contacts',15),(643,'no_widget_added','Please click + icon to add new widget to your dashboard.','ar_ae','Please click + icon to add new widget to your dashboard.',15),(644,'no_data_available','Data not available, please check the selected fields','ar_ae','Data not available, please check the selected fields',15),(645,'check_out_successfully','Check out successfully','ar_ae','Checked out successfully',11),(646,'check_in_successfully','Check in successfully','ar_ae','Checked in successfully',11),(647,'check_out','Check out','ar_ae','Check out',11),(648,'check_in','Check in','ar_ae','Check in',11),(649,'navigate','Navigate','ar_ae','Navigate',11),(650,'save_to_phone_vcard_success','VCard Saved to phone successfully','ar_ae','VCard Saved to phone successfully',15),(651,'download_vcard_success','VCard downloaded successfully','ar_ae','VCard downloaded successfully',15),(652,'card_details','Card Details','ar_ae','Card Details',15),(653,'add_widget','Add Widget','ar_ae','Add Widget',15),(654,'delete_widget','Are you sure to hide widget?','ar_ae','Are you sure to hide widget?',15),(655,'already_widgets_added','All types of Widget & reports are already added','ar_ae','All types of Widget & reports are already added',15),(656,'retry','Retry','ar_ae','Retry',28),(657,'retake','Retake','ar_ae','Retake',28),(658,'Reports','Reports','ar_ae','Reports',15),(659,'Widgets','Widgets','ar_ae','Widgets',15),(660,'vcard_config','Vcard Configuration','ar_ae','Vcard Configuration',8),(661,'save_to_phone','Save to phone','ar_ae','Save to phone',11),(662,'download_vcard','Download Vcard','ar_ae','Download Vcard',11),(663,'share_vcard','Share Vcard','ar_ae','Share Vcard',11),(664,'share_record','Share Record','ar_ae','شارك ',11),(665,'permission_denied_edit','You don\'t have permission to edit this record.','ar_ae','انت لا تملك صلاحيه الاضافه',27),(666,'permission_denied_delete','You don\'t have permission to delete this record.','ar_ae','انهت لا تملك صلاحيه الغاء هذا ',27),(667,'Voice_Recording_Started','Recording Started','ar_ae','بدء التسجيل',12),(668,'Voice_Recording_Stopped','Recording Stopped','ar_ae','وقف التسجيل',12),(669,'SEARCH','Search','ar_ae','بحث',7),(670,'LAST','Last','ar_ae','الاخير',7),(671,'FIRST','First','ar_ae','الاول',7),(672,'MONDAY','Monday','ar_ae','الاثنين',7),(673,'TUESDAY','Tuesday','ar_ae','الثلاثاء',7),(674,'WEDNESDAY','Wednesday','ar_ae','الاربعاء',7),(675,'THURSDAY','Thursday','ar_ae','الخميس',7),(676,'FRIDAY','Friday','ar_ae','الجمعه',7),(677,'SATURDAY','Saturday','ar_ae','السبت',7),(678,'SUNDAY','Sunday','ar_ae','الاحد',7),(679,'DAILY','Daily','ar_ae','يوميا',7),(680,'WEEKLY','Weekly','ar_ae','اسبوعيا',7),(681,'MONTHLY','Monthly','ar_ae','شهريا',7),(682,'YEARLY','Yearly','ar_ae','سنويا',7),(683,'asset_tracking','Asset tracking','ar_ae','مساعده في البحث',15),(684,'open_file','Open File','ar_ae','Open File',1),(685,'download_pdf_successfully','Download PDF Successfully','ar_ae','Download PDF Successfully',1),(686,'select_pdf','Select PDF','ar_ae','Select PDF',1),(687,'email_pdf','Email PDF','ar_ae','Email PDF',1),(688,'download_pdf','Download PDF','ar_ae','Download PDF',1),(689,'edit_route','Edit Route','ar_ae','Edit Route',1),(690,'save_route','Save Route','ar_ae','Save Route',1),(691,'clear_all','Clear All','ar_ae','Clear All',1),(692,'notification','Notifications','ar_ae','Notifications',1),(693,'menu_management','Menu Management','ar_ae','Menu Management',1),(694,'select_menu','Select Menu','ar_ae','Select Menu',1),(695,'module_record_not_found','Module and Record not found','ar_ae','Module and Record not found',1),(696,'reason_for_changing_comments','Reason for changing comments','ar_ae','Reason for changing comments',1),(697,'edit_reason','Edit Reason','ar_ae','Edit Reason',1),(698,'create_filters','Create Filter','ar_ae','Create Filter',1),(699,'you_checked','You Checked','ar_ae','You Checked',1),(700,'you_un_checked','You UnChecked','ar_ae','You UnChecked',1),(701,'log_the_call','Log the call ?','ar_ae','Log the call ?',1),(702,'add_a_description_(optional)','Add a description (optional)','ar_ae','Add a description (optional)',1),(703,'called','Called','ar_ae','Called',1),(704,'call_log','Call Log','ar_ae','Call Log',1),(705,'subject','Subject','ar_ae','Subject',1),(706,'add_condition','Add Condition','ar_ae','Add Condition',1),(707,'select_condition','Select Condition','ar_ae','Select Condition',1),(708,'select_field','Select Field','ar_ae','Select Field',1),(709,'please_select_first_field','Please First Select field','ar_ae','Please First Select field',1),(710,'filter_name','Filter Name','ar_ae','Filter Name',1),(711,'enter_filter_name','Enter filter name','ar_ae','Enter filter name',1),(712,'choose_conditions','Choose Conditions','ar_ae','Choose Conditions',1),(713,'all_condition','All Conditions(All conditions must be met)','ar_ae','All Conditions(All conditions must be met)',1),(714,'any_condition','Any Conditions(At least one the conditions must be met)','ar_ae','Any Conditions(At least one the conditions must be met)',1),(715,'lattitude','latitude','ar_ae','latitude',1),(716,'notification_settings','Notification Settings','ar_ae','Notification Settings',1),(717,'notification_management','Notification Management','ar_ae','Notification Management',1),(718,'addyourcommentshere','Type @ to mention user','ar_ae','Type @ to mention user',1),(719,'google_api_key_missing','Google Api key is missing.','ar_ae','Google Api key is missing.',1),(720,'event_filter_by','Event Filter by','ar_ae','Event Filter by',1),(721,'apply','Apply','ar_ae','Apply',1),(722,'choose_from_gallery','Choose From Gallery','ar_ae','Choose From Gallery',1),(723,'choose_from_camera','Choose From Camera','ar_ae','Choose From Camera',1),(724,'mutli_select_CB','Mutli Select CB','ar_ae','Mutli Select CB',1),(725,'please_select_condition','Please Select Condition','ar_ae','Please Select Condition',1),(726,'please_enter_value_or_field','Please Enter Value or Field','ar_ae','Please Enter Value or Field',1),(727,'set_as_default','Set as Default','ar_ae','Set as Default',1),(728,'list_in_metrics','List in Metrics','ar_ae','List in Metrics',1),(729,'order_number','Order Number','ar_ae','Order Number',1),(730,'recording_saved_message','Recording saved successfully.','ar_ae','Recording saved successfully.',1),(731,'recording_file','Recording File','ar_ae','Recording File',1),(732,'file_not_found','File not found','ar_ae','File not found',1),(733,'please_enter_valid_path','Please enter valid path','ar_ae','Please enter valid path',1),(734,'enter_path_here','Enter path here...','ar_ae','Enter path here...',1),(735,'set_call_recording_path','Set Call Recording Path','ar_ae','Set Call Recording Path',1),(736,'set_call_recording_path_here','Set call recording path here','ar_ae','Set call recording path here',1),(737,'call_recording_path','Call Recording Path','ar_ae','Call Recording Path',1),(738,'please_place_api','Please enable place api','ar_ae','Please enable place api',1),(739,'event_filters_by','Event Filters by','ar_ae','Event Filters by',1),(740,'select_at_least_one_option','Please select at least one option','ar_ae','Please select at least one option',1),(741,'enable_call_feature','Please enable call feature','ar_ae','Please enable call feature',1),(742,'enable_email_feature','Please enable email feature','ar_ae','Please enable email feature',1),(743,'demo_login','Demo Login','ar_ae','Demo Login',1),(744,'select_email_template','Select Email Template','ar_ae','Select Email Template',1),(745,'template_name','Template Name','ar_ae','Template Name',1),(746,'example_storage_path','example : storage/Music/Recordings/Call Recordings','ar_ae','example : storage/Music/Recordings/Call Recordings',1),(747,'User Notification Settings saved successfully','User Notification Settings saved successfully','ar_ae','User Notification Settings saved successfully',33),(748,'This Notification has been disabled by admin','This Notification has been disabled by admin','ar_ae','This Notification has been disabled by admin',33),(749,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','ar_ae','Notify when any updates to the record you\'re following',33),(750,'Task assigned to you','Task assigned to you','ar_ae','Task assigned to you',33),(751,'Task Reminder','Task Reminder','ar_ae','Task Reminder',33),(752,'You were mentioned in comments','You were mentioned in comments','ar_ae','You were mentioned in comments',33),(753,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','ar_ae','Comments has been added to record assigned to you',33),(754,'When Record Assigned','When Record Assigned','ar_ae','When Record Assigned',33),(755,'Event Reminder','Event Reminder','ar_ae','Event Reminder',33),(756,'Event Invitation','Event Invitation','ar_ae','Event Invitation',33),(757,'Follow record','Follow record','ar_ae','Follow record',33),(758,'Task','Task','ar_ae','Task',33),(759,'Conversions','Conversions','ar_ae','Conversions',33),(760,'Events','Events','ar_ae','Events',33),(761,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','ar_ae','No record(s) found Please click on filter icon to change filter',1),(762,'title','Title','ar_ae','Title',1),(763,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','ar_ae','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(764,'call_recording','Call recording','ar_ae','Call recording',1),(765,'voice_recorder','Voice Recorder','ar_ae','Voice Recorder',1),(766,'no_address_reference_found','No Address Reference found','ar_ae','No Address Reference found',32),(767,'no_overdue_activities','No OverDue Activities','ar_ae','No OverDue Activities',32),(768,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','ar_ae','Please enter proper address from this address we are not getting proper latitude and longitude',32),(769,'Default_Search_Field','Default search field','ar_ae','Default search field',32),(770,'Calender_Reminder_Message','Free user can\'t send local reminder','ar_ae','Free user can\'t send local reminder',32),(771,'you_must_have_permission','You must give permissions to use this features.','ar_ae','You must give permissions to use this features.',32),(772,'internal_comment','Internal Comment','ar_ae','Internal Comment',1),(773,'unlink_record','Unlink Record','ar_ae','Unlink Record',11),(774,'unlink_record_msg','Are you sure want to unlink record?','ar_ae','Are you sure want to unlink record?',11),(775,'file_format_not_support','File format not supported','ar_ae','File format not supported',11),(776,'file_upload','File Upload','ar_ae','File Upload',5),(777,'to_vtiger','To Vtiger','ar_ae','To Vtiger',5),(778,'link_external_document','Link External Document','ar_ae','Link External Document',5),(779,'from_file_url','From File Url','ar_ae','From File Url',5),(780,'create_new_document','Create New Document','ar_ae','Create New Document',5),(781,'select_document_type','Select Document type','ar_ae','Select Document type',5),(782,'add_signature','Please add signature','ar_ae','Please add signature',11),(783,'date_greater_then_equal','should be greater than or equal to','ar_ae','should be greater than or equal to',1),(784,'date_less_then_equal','should be less than or equal to','ar_ae','should be less than or equal to',1),(785,'Click_on_plus_for_add','Please tap on  +  to create a new record.','ar_ae','Please tap on  +  to create a new record.',15),(786,'display_map','Display map','ar_ae','Display map',15),(787,'other_settings','Other settings','ar_ae','Other settings',15),(788,'total_hours','Total hours','ar_ae','Total hours',15),(789,'widget_not_found','No widgets found','ar_ae','No widgets found',15),(790,'quickaction','Quick action','ar_ae','Quick action',15),(791,'dashboard','Dashboard','ar_ae','Dashboard',15),(792,'new','New','ar_ae','New',15),(793,'global_search_hint','Please try to search using search box at top','ar_ae','Please try to search using search box at top',15),(794,'near_by_map','Near By Map','ar_ae','Near By Map',15),(795,'miles','Miles','ar_ae','Miles',15),(796,'lbl_filters','Filters','ar_ae','Filters',27),(797,'warning','Warning','ar_ae','Warning',27),(798,'no_filter_created','No filter is created.','ar_ae','No filter is created.',27),(799,'please_create_new_ilter','Please create a new filter','ar_ae','Please create a new filter',27),(800,'select_search_fields','Select fields for the search record.','ar_ae','Select fields for the search record.',27),(801,'apply_fliters','Apply filters','ar_ae','Apply filters',27),(802,'sort_by','Sort by','ar_ae','Sort by',27),(803,'sort_order','Sort order','ar_ae','Sort order',27),(804,'Start_time_tracking','Start time tracking','ar_ae','Start time tracking',31),(805,'Stop_time_tracking','Stop time tracking','ar_ae','Stop time tracking',31),(806,'image_preview','Image preview','ar_ae','Image preview',11),(807,'phone_number','Phone number','ar_ae','Phone number',11),(808,'email_address','Email address','ar_ae','Email address',11),(809,'edit_your_preferences','Edit your preferences','ar_ae','Edit your preferences',8),(810,'about_app','About app','ar_ae','About app',8),(811,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','ar_ae','You already have latest CTMobile Ext. Version',8),(812,'updated_app_version','You already have latest CRMTiger App Version','ar_ae','You already have latest CRMTiger App Version',8),(813,'plan','Plan','ar_ae','Plan',8),(814,'time','Time','ar_ae','Time',31),(815,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','ar_ae','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(816,'add_to_quick_action','Add to quick action','ar_ae','Add to quick action',1),(817,'add_filter_to_quick_action','Add filter to quick action','ar_ae','Add filter to quick action',1),(818,'create_record','Create Record','ar_ae','Create Record',1),(819,'quick_action_hint','You can Add Quick Action here','ar_ae','You can Add Quick Action here',1),(820,'str_send','Send','ar_ae','Send',3),(821,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','ar_ae','Do you want to update tax & charge values corresponding to selected region?',1),(822,'delete_quick_action_widgest','Delete Widget?','ar_ae','Delete Widget?',15),(823,'add_record_to_dashboard','Add record to dashboard','ar_ae','Add record to dashboard',15),(824,'module_quick_action_msg','Module added to dashboard','ar_ae','Module added to dashboard',15),(825,'filter_quick_action_msg','Filter added to dashboard','ar_ae','Filter added to dashboard',15),(826,'record_quick_action_msg','Record added to dashboard','ar_ae','Record added to dashboard',15),(827,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','ar_ae','Filter shortcut added to dashboard',15),(828,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','ar_ae','Record shortcut added to dashboard',15),(829,'documents_disabled','Documents Module is disabled','ar_ae','Documents Module is disabled',1),(830,'document_dont_attachment','Document does not have a attachment','ar_ae','Document does not have a attachment',1),(831,'go_to_neat_by','Go to NearBy','ar_ae','Go to NearBy',15),(832,'go_to_time_tracking','Go to Time Tracker','ar_ae','Go to Time Tracker',13),(833,'nearby_quick_action_msg','NearBy added to dashboard','ar_ae','NearBy added to dashboard',15),(834,'time_tracking_quick_action_msg','Time Tracking added to dashboard','ar_ae','Time Tracking added to dashboard',15),(835,'attendance_quick_action_msg','Attendance added to dashboard','ar_ae','Attendance added to dashboard',15),(836,'attachment','Attachment','ar_ae','Attachment',15),(837,'search_by_fields','Search by fields','ar_ae','Search by fields',27),(838,'apply_selected','Apply selected','ar_ae','Apply selected',27),(839,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','ar_ae','auto address finder is disabled, please enable it from CRMTiger Settings',1),(840,'Attendance','Attendance','ar_ae','Attendance',15),(841,'Check-in successfully','Check-in successfully','ar_ae','Check-in successfully',32),(842,'Check-out successfully','Check-out successfully','ar_ae','Check-out successfully',32),(843,'Nothing around here','Nothing around here','ar_ae','Nothing around here',13),(844,'select_days','Select Days','ar_ae','Select Days',5),(845,'select_minutes','Select Minutes','ar_ae','Select Minutes',5),(846,'select_hours','Select Hours','ar_ae','Select Hours',5),(847,'no_lat_long_found','Location information (Latitude,Longitude) not found','ar_ae','Location information (Latitude,Longitude) not found',32),(848,'Call Log save successfully','Call Log save successfully','ar_ae','Call Log save successfully',32),(849,'Files/photos deleted successfully','Files/photos deleted successfully','ar_ae','Files/photos deleted successfully',32),(850,'network_error','Network connection error!','en_gb','Network connection error!',1),(851,'connection_check','Could not connect to CRM, Please check your Internet connection.','en_gb','Could not connect to CRM, Please check your Internet connection.',1),(852,'update','Update','en_gb','Update',1),(853,'cancel','Cancel','en_gb','Cancel',1),(854,'ok','Ok','en_gb','Ok',1),(855,'more_information','Click here for more information.','en_gb','Click here for more information.',1),(856,'yes','Yes','en_gb','Yes',1),(857,'no','No','en_gb','No',1),(858,'click_again_exit','Click again to exit','en_gb','Click again to exit',1),(859,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','en_gb','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(860,'clickhere','Click here','en_gb','Click here',1),(861,'clickhere_subscribe','Click here to subscribe premium version','en_gb','Click here to subscribe premium version',1),(862,'clickhere_configure','Click here and view how to Configure.','en_gb','Click here and view how to Configure.',1),(863,'please_wait','Please Wait…','en_gb','Please Wait…',1),(864,'share__msg','Share file with','en_gb','Share file with',1),(865,'dialog_camera','Camera','en_gb','Camera',1),(866,'dialog_add_file_by','Take Photo from','en_gb','Take Photo from',1),(867,'add','Add','en_gb','Add',1),(868,'mail_manager_configured','Mail Manager is not configured','en_gb','Mail Manager is not configured',1),(869,'dialog_add_files_by','Add Files by','en_gb','Add Files by',1),(870,'dialog_drive','Drive','en_gb','Drive',1),(871,'dialog_drop_box','Drop Box','en_gb','Drop Box',1),(872,'dialog_need_signin','You need to Sign-in to your Drive account first.','en_gb','You need to Sign-in to your Drive account first.',1),(873,'dialog_gallery','Gallery','en_gb','Gallery',1),(874,'delete','Delete','en_gb','Delete',1),(875,'timeoutmessage','Oops! Request is taking more time than expected.','en_gb','Oops! Request is taking more time than expected.',1),(876,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','en_gb','GPS is not enabled. Please turn it on to get your near by locations.',1),(877,'sure_want_delete','Are you sure want to delete ?','en_gb','Are you sure want to delete ?',1),(878,'select','Select','en_gb','Select',1),(879,'msgforrecordaudio','Minimum record duration one second.','en_gb','Minimum record duration one second.',1),(880,'permission_storage','Permission denied to read your External storage','en_gb','Permission denied to read your External storage',1),(881,'send_permission_msg','Send message permission denied','en_gb','Send message permission denied',1),(882,'choosefile','Choose File','en_gb','Choose File',1),(883,'enter','Enter','en_gb','Enter',1),(884,'select_an_option','Select an Option','en_gb','Select an Option',1),(885,'email_validation','Email is not valid','en_gb','Email is not valid',1),(886,'please_enter','Please Enter','en_gb','Please Enter',1),(887,'website_validation_text','Website URL is not valid','en_gb','Website URL is not valid',1),(888,'selectvalue','Select value first','en_gb','Select value first',1),(889,'email','Email','en_gb','Email',1),(890,'enter_email_address','Enter email address','en_gb','Enter email address',1),(891,'email_address_not_correct','Email address incorrect','en_gb','Email address incorrect',1),(892,'pls_enter_subject','Please Enter Subject','en_gb','Please Enter Subject',1),(893,'attachFiles','Attached File','en_gb','Attached File',1),(894,'from','From','en_gb','From',1),(895,'to','To','en_gb','To',1),(896,'call_permission_msg','Call permission denied','en_gb','Call permission denied',1),(897,'no_records','No records found','en_gb','No records found',1),(898,'fullform','Create New','en_gb','Create New',1),(899,'save','Save','en_gb','Save',1),(900,'total','Total','en_gb','Total',1),(901,'discount','Discount','en_gb','Discount',1),(902,'price','Price','en_gb','Price',1),(903,'quantity','Quantity','en_gb','Quantity',1),(904,'select_module','Select Module','en_gb','Select Module',1),(905,'item_list','Item List','en_gb','Item List',1),(906,'quickcreate','Quick Create','en_gb','Quick Create',1),(907,'overwrite_msg_part1','Overwrite the existing address with the selected','en_gb','Overwrite the existing address with the selected',1),(908,'once_in_every','Once in every','en_gb','Once in every',1),(909,'overwrite_msg_part2','address details?','en_gb','address details?',1),(910,'add_item','Add Item','en_gb','Add Item',1),(911,'recordsave','Record saved successfully','en_gb','Record saved successfully',1),(912,'recordnotsave','Could not save record. Try again later','en_gb','Could not save record. Try again later',1),(913,'minutes','Minutes','en_gb','Minutes',1),(914,'hours','Hours','en_gb','Hours',1),(915,'days','Days','en_gb','Days',1),(916,'on','On','en_gb','On',1),(917,'day_of_the_month','day of the month','en_gb','day of the month',1),(918,'list_price','List Price','en_gb','List Price',1),(919,'add_record','Add Record','en_gb','Add Record',1),(920,'add_product','Add Product','en_gb','Add Product',1),(921,'add_service','Add Service','en_gb','Add Service',1),(922,'discountin','Discount in %','en_gb','Discount in %',1),(923,'unitprice','Unit price','en_gb','Unit price',1),(924,'netprice','Net price','en_gb','Net price',1),(925,'comments','Comments','en_gb','Comments',1),(926,'add_close','Add & Close','en_gb','Add & Close',1),(927,'fetching_rout_message','Fetching route, Please wait…','en_gb','Fetching route, Please wait…',1),(928,'setting','Settings','en_gb','Settings',1),(929,'utc','UTC','en_gb','UTC',1),(930,'in','In','en_gb','In',1),(931,'days_ago','days ago','en_gb','days ago',1),(932,'mins_ago','Minutes ago','en_gb','Minutes ago',1),(933,'justnow','Just now','en_gb','Just now',1),(934,'hours_ago','hours ago','en_gb','hours ago',1),(935,'in_1_day','In 1 day','en_gb','In 1 day',1),(936,'scanqrcode','Asset / Card scanner','en_gb','Asset / Card scanner',1),(937,'call_log','Call Log','en_gb','Call Log',1),(938,'voice_message','Hi','en_gb','Hi',1),(939,'voice_message1','What can I search for you in','en_gb','What can I search for you in',1),(940,'live_tracking','Live Tracking','en_gb','Live Tracking',1),(941,'mailmanager','Mail Manager','en_gb','Mail Manager',1),(942,'my_location','My location','en_gb','My location',1),(943,'created_on','Created On','en_gb','Created On',1),(944,'modified_on','Modified On','en_gb','Modified On',1),(945,'enter_comments','Enter Comments','en_gb','Enter Comments',1),(946,'viewmore','View More','en_gb','View More',1),(947,'viewless','View Less','en_gb','View Less',1),(948,'gotofullform','Go to Full Form','en_gb','Go to Full Form',1),(949,'post','Post','en_gb','Post',1),(950,'url','URL','en_gb','URL',1),(951,'dialog_title_text_back_color','Select a Text Background Color','en_gb','Select a Text Background Color',1),(952,'event_or_task','Add event/task','en_gb','Add event/task',1),(953,'shortcut','Shortcuts','en_gb','Shortcuts',1),(954,'select_field','Select Field','en_gb','Select Field',1),(955,'share','Share','en_gb','Share',1),(956,'title_insert_link','Insert Link','en_gb','Insert Link',1),(957,'addyourcommentshere','Add your comments here','en_gb','Add your comments here',1),(958,'nocomment','No Comments','en_gb','No Comments',1),(959,'leads','Leads','en_gb','Leads',1),(960,'true_val','true','en_gb','true',1),(961,'noresult','No Result','en_gb','No Result',1),(962,'version','Version','en_gb','Version',1),(963,'convert_lead','Convert Lead','en_gb','Convert Lead',1),(964,'app_name','CRMTiger','en_gb','CRMTiger',1),(965,'enter_url','Please Enter url','en_gb','Please Enter url',1),(966,'help','Help','en_gb','Help',1),(967,'contact_us','Contact Us','en_gb','Contact Us',1),(968,'updates','Updates','en_gb','Updates',1),(969,'logout','LogOut','en_gb','LogOut',1),(970,'busnies_cardscanner','Business Card Scanner','en_gb','Business Card Scanner',1),(971,'sure_want_logout','Are you sure want to logout ?','en_gb','Are you sure want to logout ?',1),(972,'logout_message','Logout successfully','en_gb','Logout successfully',1),(973,'all','All','en_gb','All',1),(974,'add_event','Add event','en_gb','Add event',1),(975,'add_task','Add Task','en_gb','Add Task',1),(976,'next','Next','en_gb','Next',1),(977,'terms_conditions','Terms and Conditions','en_gb','Terms and Conditions',1),(978,'login','Login','en_gb','Login',2),(979,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','en_gb','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(980,'copyright','Copyright © 2020 CRMTiger Version','en_gb','Copyright © 2020 CRMTiger Version',2),(981,'enter_username','Please enter username','en_gb','Please enter username',2),(982,'enter_password','Please enter password','en_gb','Please enter password',2),(983,'remanberme','Remember Me','en_gb','Remember Me',2),(984,'forgot_password','Forgot password?','en_gb','Forgot password?',2),(985,'privacy_policay1','Privacy Policy','en_gb','Privacy Policy',2),(986,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','en_gb','Something went wrong. \n please Click here to contact support.',2),(987,'enter_username_password','Entered Username or Password is wrong','en_gb','Entered Username or Password is wrong',2),(988,'server_issue_occured','Server issues occurred','en_gb','Server issues occurred',2),(989,'password','Password','en_gb','Password',3),(990,'user_name','Username','en_gb','Username',3),(991,'reset_pwd','Reset Password','en_gb','Reset Password',3),(992,'forgot_password_title','Forgot password','en_gb','Forgot password',3),(993,'enter_user_name','Enter user name','en_gb','Enter user name',3),(994,'cc','Cc','en_gb','Cc',4),(995,'body','Body','en_gb','Body',4),(996,'bcc','BCC','en_gb','BCC',4),(997,'dialog_title_text_color','Select a Text Color','en_gb','Select a Text Color',4),(998,'date','Date','en_gb','Date',4),(999,'subject','Subject','en_gb','Subject',4),(1000,'composeMail','Compose Mail','en_gb','Compose Mail',4),(1001,'send','Send','en_gb','Send',4),(1002,'select_message','Select message','en_gb','Select message',4),(1003,'title_insert_table','Insert Table','en_gb','Insert Table',4),(1004,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','en_gb','I agree to Share API Log to Technical team for further troubleshooting',5),(1005,'edit_record','Edit Records','en_gb','Edit Records',5),(1006,'select_time','Select Time','en_gb','Select Time',5),(1007,'edit_item','Edit Item','en_gb','Edit Item',5),(1008,'items_total','Items Total','en_gb','Items Total',5),(1009,'number_less_then_31','Number should be less than 31','en_gb','Number should be less than 31',5),(1010,'users','Users','en_gb','Users',5),(1011,'groups','Groups','en_gb','Groups',5),(1012,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','en_gb','Note : Existing attachments(images/files) will be replaced',5),(1013,'greaterdatetime','End DateTime should be greater than Start DateTime','en_gb','End DateTime should be greater than Start DateTime',5),(1014,'until','Until','en_gb','Until',5),(1015,'organizations','Organizations','en_gb','Organizations',6),(1016,'contacts','Contacts','en_gb','Contacts',6),(1017,'opportunity','Opportunity','en_gb','Opportunity',6),(1018,'lbl_sun','SUN','en_gb','SUN',7),(1019,'lbl_mon','MON','en_gb','MON',7),(1020,'lbl_tue','TUE','en_gb','TUE',7),(1021,'lbl_wed','WED','en_gb','WED',7),(1022,'lbl_thu','THU','en_gb','THU',7),(1023,'lbl_fri','FRI','en_gb','FRI',7),(1024,'lbl_sat','SAT','en_gb','SAT',7),(1025,'lbl_1','1','en_gb','1',7),(1026,'lbl_2','2','en_gb','2',7),(1027,'lbl_3','3','en_gb','3',7),(1028,'lbl_4','4','en_gb','4',7),(1029,'lbl_5','5','en_gb','5',7),(1030,'lbl_6','6','en_gb','6',7),(1031,'lbl_7','7','en_gb','7',7),(1032,'lbl_8','8','en_gb','8',7),(1033,'lbl_9','9','en_gb','9',7),(1034,'lbl_10','10','en_gb','10',7),(1035,'lbl_11','11','en_gb','11',7),(1036,'lbl_12','12','en_gb','12',7),(1037,'lbl_13','13','en_gb','13',7),(1038,'lbl_14','14','en_gb','14',7),(1039,'lbl_15','15','en_gb','15',7),(1040,'lbl_16','16','en_gb','16',7),(1041,'lbl_17','17','en_gb','17',7),(1042,'lbl_18','18','en_gb','18',7),(1043,'lbl_19','19','en_gb','19',7),(1044,'lbl_20','20','en_gb','20',7),(1045,'lbl_21','21','en_gb','21',7),(1046,'lbl_22','22','en_gb','22',7),(1047,'lbl_23','23','en_gb','23',7),(1048,'lbl_24','24','en_gb','24',7),(1049,'lbl_25','25','en_gb','25',7),(1050,'lbl_26','26','en_gb','26',7),(1051,'lbl_27','27','en_gb','27',7),(1052,'lbl_28','28','en_gb','28',7),(1053,'lbl_29','29','en_gb','29',7),(1054,'lbl_30','30','en_gb','30',7),(1055,'lbl_31','31','en_gb','31',7),(1056,'lbl_32','32','en_gb','32',7),(1057,'lbl_33','33','en_gb','33',7),(1058,'lbl_34','34','en_gb','34',7),(1059,'lbl_35','35','en_gb','35',7),(1060,'lbl_36','36','en_gb','36',7),(1061,'lbl_37','37','en_gb','37',7),(1062,'lbl_38','38','en_gb','38',7),(1063,'lbl_39','39','en_gb','39',7),(1064,'lbl_40','40','en_gb','40',7),(1065,'lbl_41','41','en_gb','41',7),(1066,'lbl_42','42','en_gb','42',7),(1067,'current_date','current date','en_gb','current date',7),(1068,'event','Events','en_gb','Events',7),(1069,'calendar','Calendar','en_gb','Calendar',7),(1070,'latest_version','Latest Version :','en_gb','Latest Version :',8),(1071,'expire_on','Next renewal date : ','en_gb','Next renewal date : ',8),(1072,'ctmobile_ext_version','CTMobile Ext. Version : ','en_gb','CTMobile Ext. Version : ',8),(1073,'you_have_latest_version','You already have latest version','en_gb','You already have latest version',8),(1074,'latest_version1','You Already have latest version','en_gb','You Already have latest version',8),(1075,'upgreaded','Upgrade','en_gb','Upgrade',8),(1076,'downgrade','Downgrade','en_gb','Downgrade',8),(1077,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','en_gb','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(1078,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','en_gb','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(1079,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','en_gb','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(1080,'info','Info','en_gb','Info',8),(1081,'recent_history','Recent History','en_gb','Recent History',8),(1082,'recent_feedback','Feedback','en_gb','Feedback',8),(1083,'recent_log','Log','en_gb','Log',8),(1084,'crmtiger_app_version','CRMTiger App Version : ','en_gb','CRMTiger App Version : ',8),(1085,'historylimit','Recent History Limit','en_gb','Recent History Limit',8),(1086,'radious_in_miles','Radius in miles','en_gb','Radius in miles',8),(1087,'recentlimit','Recent Event Limit','en_gb','Recent Event Limit',8),(1088,'upcoming_events','Upcoming Events','en_gb','Upcoming Events',8),(1089,'rate_our_app','Rate Our App!','en_gb','Rate Our App!',8),(1090,'feedback','Submit Feedback','en_gb','Submit Feedback',8),(1091,'sendfeedback','Feedback Send','en_gb','Feedback Send',8),(1092,'emaillimit','Email limit','en_gb','Email limit',8),(1093,'log','Log','en_gb','Log',8),(1094,'logclear','Log cleared successfully.','en_gb','Log cleared successfully.',8),(1095,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','en_gb','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(1096,'proceed_to_upgrade1','Proceed to','en_gb','Proceed to',8),(1097,'upgradation_message','will required logout and login again later.','en_gb','will required logout and login again later.',8),(1098,'proceed_to_upgrade','Proceed to Upgrade','en_gb','Proceed to Upgrade',8),(1099,'module_setting','Module Setting','en_gb','Module Setting',9),(1100,'sortbyfield','Sort by field','en_gb','Sort by field',9),(1101,'ascending','Ascending  A to Z','en_gb','Ascending  A to Z',9),(1102,'descending','Descending  Z to A','en_gb','Descending  Z to A',9),(1103,'first_field','First Field','en_gb','First Field',9),(1104,'second_field','Second Field','en_gb','Second Field',9),(1105,'third_field','Third Field','en_gb','Third Field',9),(1106,'sure_want_restore','Are you sure you want to reset to default settings?','en_gb','Are you sure you want to reset to default settings?',9),(1107,'orderlist','List Order','en_gb','List Order',9),(1108,'module_reset','Restore to Default','en_gb','Restore to Default',9),(1109,'display_fields','Display Fields','en_gb','Display Fields',9),(1110,'discount_lessthen_100','Discount % should be less than 100','en_gb','Discount % should be less than 100',10),(1111,'select_item','Select Item','en_gb','Select Item',10),(1112,'item_comment','Item Comment','en_gb','Item Comment',10),(1113,'record_name','Record Name is :','en_gb','Record Name is :',11),(1114,'go_back','Go Back','en_gb','Go Back',11),(1115,'please_enter_shortcut_name','Please Enter Shortcut Name','en_gb','Please Enter Shortcut Name',11),(1116,'number_not_found','Contact Number not found','en_gb','Contact Number not found',11),(1117,'mail_not_found','Mail Address not found','en_gb','Mail Address not found',11),(1118,'create_shortcut','Create Shortcut','en_gb','Create Shortcut',11),(1119,'contact_summary','Summary','en_gb','Summary',11),(1120,'activites','Activities','en_gb','Activities',11),(1121,'details','Details','en_gb','Details',11),(1122,'related','Related','en_gb','Related',11),(1123,'share_link','Share record with','en_gb','Share record with',11),(1124,'edit','Edit','en_gb','Edit',11),(1125,'duplicate','Duplicate','en_gb','Duplicate',11),(1126,'whatsapp','Whatsapp','en_gb','Whatsapp',11),(1127,'call','Call','en_gb','Call',11),(1128,'choose_contact_for_call','Choose Contact for Call','en_gb','Choose Contact for Call',11),(1129,'choose_contact_for_sms','Choose Contact for SMS','en_gb','Choose Contact for SMS',11),(1130,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','en_gb','Choose Contact for WhatsApp',11),(1131,'chosse_contact_for_email','Choose Email','en_gb','Choose Email',11),(1132,'attach_file','Attach Files','en_gb','Attach Files',11),(1133,'close','Close','en_gb','Close',11),(1134,'status','Status','en_gb','Status',11),(1135,'stop','Stop','en_gb','Stop',11),(1136,'zero','0','en_gb','0',11),(1137,'record','Record','en_gb','Record',11),(1138,'voice_note','Voice Note','en_gb','Voice Note',11),(1139,'tickets','Tickets','en_gb','Tickets',12),(1140,'check_out','Check Out','en_gb','Check Out',12),(1141,'check_in','Check In','en_gb','Check In',12),(1142,'select_any','Select any','en_gb','Select any',12),(1143,'fulldetails','Show Full Details','en_gb','Show Full Details',12),(1144,'checkin','Check-in','en_gb','Check-in',12),(1145,'navigate','Navigate','en_gb','Navigate',12),(1146,'product','Products','en_gb','Products',12),(1147,'projectMilestone','Project Milestone','en_gb','Project Milestone',12),(1148,'projecttask','Project Tasks','en_gb','Project Tasks',12),(1149,'nearby','NearBy','en_gb','NearBy',13),(1150,'document','Document','en_gb','Document',14),(1151,'reply','Reply','en_gb','Reply',14),(1152,'reply_all','Reply All','en_gb','Reply All',14),(1153,'forward','Forward','en_gb','Forward',14),(1154,'action','Action','en_gb','Action',14),(1155,'select_first','Select First','en_gb','Select First',14),(1156,'commentaddsuccessful','Comment added successfull','en_gb','Comment added successfull',14),(1157,'move_to','Move to','en_gb','Move to',14),(1158,'attach','Attach','en_gb','Attach',14),(1159,'addcoment','Add Comment','en_gb','Add Comment',14),(1160,'adddocument','Add Document','en_gb','Add Document',14),(1161,'home','Home','en_gb','Home',15),(1162,'checkout','Check-out','en_gb','Check-out',15),(1163,'message_search','Search by name','en_gb','Search by name',15),(1164,'start_shift','Start shift','en_gb','Start shift',15),(1165,'end_shift','End shift','en_gb','End shift',15),(1166,'today_meeting','Meetings','en_gb','Meetings',15),(1167,'shift_time_track','Shift Time Track','en_gb','Shift Time Track',15),(1168,'logout_msg','You have to login again , click','en_gb','You have to login again , click',15),(1169,'logout_msg1','to continue.','en_gb','to continue.',15),(1170,'permission_denied','You don\'t have permission to create','en_gb','You don\'t have permission to create',15),(1171,'history','Activity stream','en_gb','Activity stream',15),(1172,'search_value','Search value :','en_gb','Search value :',15),(1173,'feed_back_msg','Please enter feedback message','en_gb','Please enter feedback message',16),(1174,'feed_back_hint_msg','Enter feedback message','en_gb','Enter feedback message',16),(1175,'submit','Submit','en_gb','Submit',16),(1176,'check_app_not_installed','Application is not currently installed.','en_gb','Application is not currently installed.',17),(1177,'send_sms_fail_message','SMS failed, please try again later!','en_gb','SMS failed, please try again later!',17),(1178,'documentaddsuccessfully','Document Attach successfully','en_gb','Document Attach successfully',17),(1179,'send_message','Send message','en_gb','Send message',17),(1180,'sms_to','smsto:','en_gb','smsto:',17),(1181,'add_list_message','Add List','en_gb','Add List',18),(1182,'mylist','My List','en_gb','My List',18),(1183,'filtername','Filter Name','en_gb','Filter Name',18),(1184,'selectlist','Select a List','en_gb','Select a List',18),(1185,'assingedto','Assigned To','en_gb','Assigned To',18),(1186,'selectmodule','Select a module','en_gb','Select a module',18),(1187,'add_list','Add Filter','en_gb','Add Filter',18),(1188,'recent_event','Recent Event','en_gb','Recent Event',19),(1189,'recent_hostory','Recent History','en_gb','Recent History',19),(1190,'module_specific_settings','Module-Specific Settings','en_gb','Module-Specific Settings',19),(1191,'talk_to_us','Talk to us','en_gb','Talk to us',19),(1192,'report_a_bug','Report A Bug','en_gb','Report A Bug',19),(1193,'faq','FAQ','en_gb','FAQ',19),(1194,'selectmodules','Select Module','en_gb','Select Module',19),(1195,'myplan','My Plan','en_gb','My Plan',19),(1196,'message','Message','en_gb','Message',20),(1197,'message_validation','Please enter Message','en_gb','Please enter Message',20),(1198,'contact_select','Please Select contact','en_gb','Please Select contact',20),(1199,'global_search','Global Search','en_gb','Global Search',21),(1200,'records','Records','en_gb','Records',21),(1201,'dont_show_again','Don\'t Show Again','en_gb','Don\'t Show Again',22),(1202,'skip','Skip','en_gb','Skip',22),(1203,'file_downloading','File Downloading','en_gb','File Downloading',23),(1204,'add_screenshots_optional','Add screenshots (optional)','en_gb','Add screenshots (optional)',24),(1205,'describe_your_problem','Describe your problem','en_gb','Describe your problem',24),(1206,'default_filter_shortcut','Default Filter Shortcut','en_gb','Default Filter Shortcut',25),(1207,'record_shortcut','Record Shortcut','en_gb','Record Shortcut',25),(1208,'enter_url','Please Enter url','en_gb','Please Enter url',26),(1209,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','en_gb','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(1210,'search_by','Search by','en_gb','Search by',27),(1211,'selected_filter','Selected filter :','en_gb','Selected filter :',27),(1212,'selected_field','Selected field :','en_gb','Selected field :',27),(1213,'choose','Choose','en_gb','Choose',28),(1214,'qr_cardscanner','QR Code Scanner','en_gb','QR Code Scanner',28),(1215,'error_message_for_scan','Could not read the card Try again later.','en_gb','Could not read the card Try again later.',28),(1216,'press_start_scan','Press to Start Scan','en_gb','Press to Start Scan',28),(1217,'line_item_quntity_validation_msg','Value should be greater than zero','en_gb','Value should be greater than zero',29),(1218,'percentage_msg','Percentage should be less than 100','en_gb','Percentage should be less than 100',29),(1219,'MSG_NO_DATA','No data found!','en_gb','No data found!',29),(1220,'MSG_SOMETHING_WRONG','Something went wrong!','en_gb','Something went wrong!',29),(1221,'MSG_COMING_SOON','Coming Soon!','en_gb','Coming Soon!',29),(1222,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','en_gb','Please upload profile image.',29),(1223,'ALERT_TITLE_LOCATION_ACCESS','Location Access','en_gb','Location Access',29),(1224,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','en_gb','Requires your location to show nearby events.',29),(1225,'ALERT_BTN_ALLOW','ALLOW','en_gb','ALLOW',29),(1226,'ALERT_BTN_DENY','DENY','en_gb','DENY',29),(1227,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','en_gb','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(1228,'DELETE_RECORD','Delete Record','en_gb','Delete Record',29),(1229,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','en_gb','Are you sure want to delete this shortcut?',29),(1230,'DELETE_SHORTCUT','Delete Shortcut','en_gb','Delete Shortcut',29),(1231,'LBL_TERMS','By logging in, you agree to our Terms and','en_gb','By logging in, you agree to our Terms and',29),(1232,'LBL_CONDITIONS','Conditions &','en_gb','Conditions &',29),(1233,'ALERT_TITLE','Alert','en_gb','Alert',29),(1234,'ALERT_BTN_SUBSCRIBE','Subscribe','en_gb','Subscribe',29),(1235,'MSG_SELECT_MODULE','Please select any Module','en_gb','Please select any Module',29),(1236,'MSG_SELECT_LIST','Please select any List','en_gb','Please select any List',29),(1237,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','en_gb','You don\'t have camera',29),(1238,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','en_gb','You don\'t have permission to access gallery.',29),(1239,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','en_gb','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(1240,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','en_gb','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(1241,'BTN_DONE','Done','en_gb','Done',29),(1242,'COMMENT','Comment','en_gb','Comment',29),(1243,'FULL_FORM','Full Form','en_gb','Full Form',29),(1244,'QUICK_CREATE','Create','en_gb','Create',29),(1245,'LBL_SELECT_FIELDS','Select Fields','en_gb','Select Fields',29),(1246,'LBL_SELECT_FIELDS','Select Fields','en_gb','Select Fields',29),(1247,'LBL_SELECT_FIRST_FIELDS','Select First Field','en_gb','Select First Field',29),(1248,'LBL_SELECT_SECOND_FIELDS','Select Second Field','en_gb','Select Second Field',29),(1249,'LBL_SELECT_THIRD_FIELDS','Select Third Field','en_gb','Select Third Field',29),(1250,'LBL_SORT_BY_FIELD','Select Sort By Field','en_gb','Select Sort By Field',29),(1251,'BTN_RESET_TO_DEFAULT','Reset to Default','en_gb','Reset to Default',29),(1252,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','en_gb','Select Sort by field',29),(1253,'kStrClearBtnTitle','Clear','en_gb','Clear',29),(1254,'kStrShowMoreBtnTitle','Show More','en_gb','Show More',29),(1255,'kStrAddActivitiesBtnTitle','Add Activities','en_gb','Add Activities',29),(1256,'kStrAddCommentPlaceHolder','Add your comments here','en_gb','Add your comments here',29),(1257,'MSG_ENTER_TO_EMAIL','Please enter to field.','en_gb','Please enter to field.',29),(1258,'WARNING_FILE','File can\'t open.','en_gb','File can\'t open.',29),(1259,'MSG_FILE_SAVED','File saved.','en_gb','File saved.',29),(1260,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','en_gb','Download fail!, please try after sometime.',29),(1261,'LBL_SHORTCUT','Shortcut','en_gb','Shortcut',29),(1262,'TXT_MESSAGE_PLACEHOLDER','Type Message','en_gb','Type Message',29),(1263,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','en_gb','Install Whatsapp',29),(1264,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','en_gb','No MailBox found. Please Create Mailbox',29),(1265,'LBL_WROTE','Wrote','en_gb','Wrote',29),(1266,'MSG_MAIL_SEND','Mail sent','en_gb','Mail sent',29),(1267,'log_file_not_found','API Log file not found.','en_gb','API Log file not found.',29),(1268,'unknown_error','An unknown error occurred, try again','en_gb','An unknown error occurred, try again',29),(1269,'CTMTigerAppVersion','CRMTiger App Version','en_gb','CRMTiger App Version',29),(1270,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','en_gb','CTMobile Ext. Version Update Successfully',29),(1271,'dialog_Premium_downgrade','Downgrade will required logout and login again later','en_gb','Downgrade will required logout and login again later',29),(1272,'dialog_Premium','Upgrade will required logout and login again later','en_gb','Upgrade will required logout and login again later',29),(1273,'Overwrite','Overwrite','en_gb','Overwrite',29),(1274,'MSGAddressOverwrite1','Overwrite the existing address with the selected','en_gb','Overwrite the existing address with the selected',29),(1275,'MSGAddressOverwrite2','address details?','en_gb','address details?',29),(1276,'UPGRADE_PLAN','Upgrade Plan','en_gb','Upgrade Plan',29),(1277,'DOWNGRADE_PLAN','Downgrade Plan','en_gb','Downgrade Plan',29),(1278,'UPGRADE_EXTENSION','Upgrade Extension','en_gb','Upgrade Extension',29),(1279,'UPGRADE_APP','Upgrade App','en_gb','Upgrade App',29),(1280,'SELECT_OPTION','Select Option','en_gb','Select Option',29),(1281,'PLEASE_SELECT','Please select','en_gb','Please select',29),(1282,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','en_gb','You don\'t have permission for this module.',29),(1283,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','en_gb','Please select reccuring day of month.',29),(1284,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','en_gb','Please select reccuring day of week.',29),(1285,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','en_gb','Please select reccuring days.',29),(1286,'Please select reccuring days.','Please select reccuring days.','en_gb','Please select reccuring days.',29),(1287,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','en_gb','Please select reccuring end date.',29),(1288,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','en_gb','Please select reccuring type.',29),(1289,'FREQ_TIME','Times','en_gb','Times',29),(1290,'REPEAT_YEARLY','Repeat Yearly','en_gb','Repeat Yearly',29),(1291,'REPEAT_MONTHLY','Repeat Monthly','en_gb','Repeat Monthly',29),(1292,'REPEAT_WEEKLY','Repeat Weekly','en_gb','Repeat Weekly',29),(1293,'REPEAT_DAILY','Repeat Daily','en_gb','Repeat Daily',29),(1294,'ACTION_TITLE','Action Title','en_gb','Action Title',29),(1295,'MSG_SELECT_VALID_DATE','Please select valid day of month.','en_gb','Please select valid day of month.',29),(1296,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','en_gb','Start date should be less than end date.',29),(1297,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','en_gb','Start time should be less than end time.',29),(1298,'LBL_LINEITEM_DETAILS','Lineitem Details','en_gb','Lineitem Details',29),(1299,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','en_gb','Discount amount should be less than the total.',29),(1300,'VIEW','View','en_gb','View',29),(1301,'MSG_ENTER_VALID','Please enter valid','en_gb','Please enter valid',29),(1302,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','en_gb','Percentage should be less than 100.',29),(1303,'ITEM_TOTAL','Item Total','en_gb','Item Total',29),(1304,'ADJUSTMENT','Adjustment','en_gb','Adjustment',29),(1305,'TITLE_CHOOSE_IMAGE','Choose Image','en_gb','Choose Image',29),(1306,'COMPRESS','Compress','en_gb','Compress',29),(1307,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','en_gb','Your image size is too large, please select another image',29),(1308,'OnDayOfMonth','On day of month','en_gb','On day of month',29),(1309,'OnDayOfWeek','On day of week','en_gb','On day of week',29),(1310,'AddAndClose','Add & Close','en_gb','Add & Close',29),(1311,'Repeat','Repeat','en_gb','Repeat',29),(1312,'OnDay','On day','en_gb','On day',29),(1313,'View_Line_Item','View Line Item','en_gb','View Line Item',29),(1314,'TITLE_IMAGE','Image','en_gb','Image',29),(1315,'TITLE_ICLOUD','iCloud','en_gb','iCloud',29),(1316,'GOOGLE','Google','en_gb','Google',29),(1317,'ALERT_BTN_OKAY','Okay','en_gb','Okay',29),(1318,'ALERT_TITLE_ACCESS_DENIED','Access Denied','en_gb','Access Denied',29),(1319,'Dont_Show_Again','Don\'t show again','en_gb','Don\'t show again',29),(1320,'Skip','Skip','en_gb','Skip',29),(1321,'Fillter_Name','Fillter Name','en_gb','Fillter Name',29),(1322,'Fillter_Record_Count','Fillter Record Count','en_gb','Fillter Record Count',29),(1323,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','en_gb','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(1324,'vtiger_url','Your vTiger CRM URL','en_gb','Your vTiger CRM URL',26),(1325,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','en_gb','You don\'t have permission to Add either This is read-only or Private Field.',31),(1326,'CLEAR','Clear','en_gb','Clear',31),(1327,'Files/photos uploaded successfully','Files/photos uploaded successfully','en_gb','Files/photos uploaded successfully',32),(1328,'Digital signature saved','Digital signature saved','en_gb','Digital signature saved',32),(1329,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','en_gb','Please upload Signature or Files/photos',32),(1330,'Files / Photos','Files / Photos','en_gb','Files / Photos',32),(1331,'Signature','Signature','en_gb','Signature',32),(1332,'add_photo_using','Add Photo Using','en_gb','Add Photo Using',31),(1333,'btn_upload_sign','(+) Add Signature','en_gb','(+) Add Signature',31),(1334,'btn_upload_photo_doc','(+) Upload Files/Photos','en_gb','(+) Upload Files/Photos',31),(1335,'select_photo_doc_to_upload','Please select files/photos to upload','en_gb','Please select files/photos to upload',31),(1336,'related_module_title','Search from related module and Add to \"Route\"','en_gb','Search from related module and Add to \"Route\"',30),(1337,'Route status updated successfully','Route status updated successfully','en_gb','Route status updated successfully',32),(1338,'Session init failed','Session init failed','en_gb','Session init failed',32),(1339,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','en_gb','You don\'t have permission to access this resource',32),(1340,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','en_gb','Could not get the Related To - Try again later',32),(1341,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','en_gb','Could not get the Route Planning Record - Try again later',32),(1342,'Something went wrong - Try again later','Something went wrong - Try again later','en_gb','Something went wrong - Try again later',32),(1343,'sequence updated successfully','sequence updated successfully','en_gb','sequence updated successfully',32),(1344,'sequence cannot be empty','sequence cannot be empty','en_gb','sequence cannot be empty',32),(1345,'Shortcut details not saved','Shortcut details not saved','en_gb','Shortcut details not saved',32),(1346,'Shortcut details saved successfully','Shortcut details saved successfully','en_gb','Shortcut details saved successfully',32),(1347,'Route save successfully','Route save successfully','en_gb','Route save successfully',32),(1348,'Record save successfully','Record save successfully','en_gb','Record save successfully',32),(1349,'No dependency found for picklist','No dependency found for picklist','en_gb','No dependency found for picklist',32),(1350,'No records found','No records found','en_gb','No records found',32),(1351,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','en_gb','Outgoing server is not enabled, please configure from CRM',32),(1352,'Removed Successfully','Removed Successfully','en_gb','Removed Successfully',32),(1353,'Shortcut has been deleted','Shortcut has been deleted','en_gb','Shortcut has been deleted',32),(1354,'relation of records removed successfully','relation of records removed successfully','en_gb','relation of records removed successfully',32),(1355,'relation of records not removed','relation of records not removed','en_gb','relation of records not removed',32),(1356,'Record has been deleted successfully','Record has been deleted successfully','en_gb','Record has been deleted successfully',32),(1357,'Time Tracking saved successfully','Time Tracking saved successfully','en_gb','Time Tracking saved successfully',32),(1358,'Time Tracking updated successfully','Time Tracking updated successfully','en_gb','Time Tracking updated successfully',32),(1359,'Time Tracking ended successfully','Time Tracking ended successfully','en_gb','Time Tracking ended successfully',32),(1360,'Time Tracking started successfully','Time Tracking started successfully','en_gb','Time Tracking started successfully',32),(1361,'record cannot be empty','record cannot be empty','en_gb','record cannot be empty',32),(1362,'Module is disabled','Module is disabled','en_gb','Module is disabled',32),(1363,'Shift ended successfully','Shift ended successfully','en_gb','Shift ended successfully',32),(1364,'Shift started successfully','Shift started successfully','en_gb','Shift started successfully',32),(1365,'relation of records added successfully','relation of records added successfully','en_gb','relation of records added successfully',32),(1366,'Comment saved successfully','Comment saved successfully','en_gb','Comment saved successfully',32),(1367,'Comment not saved','Comment not saved','en_gb','Comment not saved',32),(1368,'Comment module is not active','Comment module is not active','en_gb','Comment module is not active',32),(1369,'No Upcoming Event','No Upcoming Event','en_gb','No Upcoming Event',32),(1370,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','en_gb','No Templates found - create it from Message Templates module',32),(1371,'No event or task for this date','No event or task for this date','en_gb','No event or task for this date',32),(1372,'No filters created','No filters created','en_gb','No filters created',32),(1373,'Select at least one record to attach','Select at least one record to attach','en_gb','Select at least one record to attach',32),(1374,'Please select one or more attachments','Please select one or more attachments','en_gb','Please select one or more attachments',32),(1375,'No event for this month','No event for this month','en_gb','No event for this month',32),(1376,'No Activity found','No Activity found','en_gb','No Activity found',32),(1377,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','en_gb','Your feedback is valuable for us - it cannot be empty',32),(1378,'Could not send mail, Please try later','Could not send mail, Please try later','en_gb','Could not send mail, Please try later',32),(1379,'Latest Version updated successfully','Latest Version updated successfully','en_gb','Latest Version updated successfully',32),(1380,'User Location Updated Successfully','User Location Updated Successfully','en_gb','User Location Updated Successfully',32),(1381,'User Location not Updated Successfully','User Location not Updated Successfully','en_gb','User Location not Updated Successfully',32),(1382,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','en_gb','SMSNotifier is not enable in CRM. Please enable it first',32),(1383,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','en_gb','Could not submit your feedback - Please try again later',32),(1384,'Thank you for submitting your feedback','Thank you for submitting your feedback','en_gb','Thank you for submitting your feedback',32),(1385,'Please upload User Image','Please upload User Image','en_gb','Please upload User Image',32),(1386,'Image Not Uploading, please try again','Image Not Uploading, please try again','en_gb','Image Not Uploading, please try again',32),(1387,'User Image Uploaded Successfully','User Image Uploaded Successfully','en_gb','User Image Uploaded Successfully',32),(1388,'Invalid Module name','Invalid Module name','en_gb','Invalid Module name',32),(1389,'Records Sync Successfully','Records Sync Successfully','en_gb','Records Sync Successfully',32),(1390,'Values cannot be empty','Values cannot be empty','en_gb','Values cannot be empty',32),(1391,'Record id is empty','Record id is empty','en_gb','Record id is empty',32),(1392,'Logout Successfully','Logout Successfully','en_gb','Logout Successfully',32),(1393,'Please Enable CTMobile Module','Please Enable CTMobile Module','en_gb','Please Enable CTMobile Module',32),(1394,'Authentication Failed','Username and Password do not match','en_gb','Username and Password do not match',32),(1395,'Mismatched module information','Something gone wrong, please try again later','en_gb','Something gone wrong, please try again later',32),(1396,'Field does not exists','Please set display fields again','en_gb','Please set display fields again',32),(1397,'Module does not exists','Module does not exists or disabled by admin','en_gb','Module does not exists or disabled by admin',32),(1398,'Month cannot be empty','Could not get the Month - Try again later','en_gb','Could not get the Month - Try again later',32),(1399,'Year cannot be empty','Could not get the Year - Try again later','en_gb','Could not get the Year - Try again later',32),(1400,'Date cannot be empty','Could not get the Date - Try again later','en_gb','Could not get the Date - Try again later',32),(1401,'Userid cannot be empty','Could not get the Userid - Try again later','en_gb','Could not get the Userid - Try again later',32),(1402,'End Date cannot be empty','Could not get the status - Try again later','en_gb','Could not get the status - Try again later',32),(1403,'Start Date cannot be empty','Could not get the Start Date - Try again later','en_gb','Could not get the Start Date - Try again later',32),(1404,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','en_gb','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(1405,'Longitude cannot be empty','Could not get location-Please try again','en_gb','Could not get location-Please try again',32),(1406,'Latitude cannot be empty','Could not get location-Please try again','en_gb','Could not get location-Please try again',32),(1407,'User cannot be empty','Could not get the User - Try again later','en_gb','Could not get the User - Try again later',32),(1408,'Status cannot be empty','Could not get the status - Try again later','en_gb','Could not get the status - Try again later',32),(1409,'Required fields not found','Required fields not found','en_gb','Required fields not found',32),(1410,'Tracking module not active','Tracking module not active-Please contact CRM Admin','en_gb','Tracking module not active-Please contact CRM Admin',32),(1411,'Missing mandatory input values','Missing mandatory input values','en_gb','Missing mandatory input values',32),(1412,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','en_gb','No MailBox found. Please Create Mailbox',32),(1413,'Mail not sent','Mail not sent','en_gb','Mail not sent',32),(1414,'Mail send successfully','Mail send successfully','en_gb','Mail send successfully',32),(1415,'Email Id or username not match with your record','Email Id or username not match with your record','en_gb','Email Id or username not match with your record',32),(1416,'Module not specified','Module not specified','en_gb','Module not specified',32),(1417,'No messages found','No messages found','en_gb','No messages found',32),(1418,'No Dependency Found For This Module','No Dependency Found For This Module','en_gb','No Dependency Found For This Module',32),(1419,'Outgoing server is not Enabled','Outgoing server is not Enabled','en_gb','Outgoing server is not Enabled',32),(1420,'Outgoing server is Enabled','Outgoing server is Enabled','en_gb','Outgoing server is Enabled',32),(1421,'Email Attached Successfully','Email Attached Successfully','en_gb','Email Attached Successfully',32),(1422,'Documents Attached Successfully','Documents Attached Successfully','en_gb','Documents Attached Successfully',32),(1423,'Login required - Please login again','Login required - Please login again','en_gb','Login required - Please login again',32),(1424,'time_tracking_module_disable','Time tracking module is disable','en_gb','Time tracking module is disable',31),(1425,'route_planning_module_disable','Route planning module is disable','en_gb','Route planning module is disable',31),(1426,'mark_as_held','Are you sure you want to mark Event as Held?','en_gb','Are you sure you want to mark Event as Held?',31),(1427,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','en_gb','You have already started Time tracking for another record, Do you want to stop it first ?',31),(1428,'access_denied_routeplanning','Access denied for route planning','en_gb','Access denied for route planning',31),(1429,'time_spent','Time Spent','en_gb','Time Spent',31),(1430,'select_user','Select User','en_gb','Select User',30),(1431,'status_cannot_be_held','Status cannot be held for future date start','en_gb','Status cannot be held for future date start',30),(1432,'please_select_end_date','Please select end date','en_gb','Please select end date',30),(1433,'please_select_start_date','Please select start date','en_gb','Please select start date',30),(1434,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','en_gb','Tap on + icon to select record for your route.',30),(1435,'please_enter_notes','Please enter notes','en_gb','Please enter notes',30),(1436,'please_enter_title','Please enter title','en_gb','Please enter title',30),(1437,'please_select_date','Please Select Date','en_gb','Please Select Date',30),(1438,'search_by_date','Search by Date','en_gb','Search by Date',30),(1439,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','en_gb','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(1440,'max_upload_size','max file Upload exceeds','en_gb','max file Upload exceeds',30),(1441,'unselect_all','UnSelect All','en_gb','UnSelect All',30),(1442,'select_all','Select All','en_gb','Select All',30),(1443,'please_select_records','Please select records','en_gb','Please select records',30),(1444,'select_date','Select Date','en_gb','Select Date',30),(1445,'quantity_in_stock_is','Quantity in stock is','en_gb','Quantity in stock is',30),(1446,'replies','Replies','en_gb','Replies',30),(1447,'conversation_require_selection','Conversion requires selection of Contact or Organization','en_gb','Conversion requires selection of Contact or Organization',30),(1448,'please_select_product','Please Select Product','en_gb','Please Select Product',30),(1449,'timer_msg','You can start timer for single task only at same time','en_gb','You can start timer for single task only at same time',31),(1450,'save_start_tracking','Save & Start Tracking','en_gb','Save & Start Tracking',31),(1451,'lbl_notes','Notes','en_gb','Notes',31),(1452,'enter_title','Enter Title','en_gb','Enter Title',31),(1453,'select_module_record','Select Module / Record','en_gb','Select Module / Record',31),(1454,'lbl_tomorrow','Tomorrow','en_gb','Tomorrow',30),(1455,'lbl_yesterday','Yesterday','en_gb','Yesterday',30),(1456,'lbl_today','Today','en_gb','Today',30),(1457,'time_tracker','Time Tracker','en_gb','Time Tracker',31),(1458,'time_end','End Time','en_gb','End Time',5),(1459,'due_date','End Date','en_gb','End Date',5),(1460,'time_start','Time Start','en_gb','Time Start',5),(1461,'date_start','Start Date','en_gb','Start Date',5),(1462,'delete_widget_msg','Display widget again by using (+) option','en_gb','Display widget again by using (+) option',15),(1463,'no_upcoming_activities','No scheduled activities    ','en_gb','No scheduled activities    ',15),(1464,'check_in_first','Please check-in first','en_gb','Please check-in first',30),(1465,'duration','Duration','en_gb','Duration',30),(1466,'distance','Distance','en_gb','Distance',30),(1467,'proper_address_message','Please enter proper address in record\n','en_gb','Please enter proper address in record',30),(1468,'select_status','Select Status','en_gb','Select Status',30),(1469,'route_planner','Route Planner','en_gb','Route Planner',30),(1470,'route_planning','Route Planning','en_gb','Route Planning',30),(1471,'add_route','Add Route','en_gb','Add Route',30),(1472,'calender_disabled','Calendar Module is disabled','en_gb','Calendar Module is disabled',30),(1473,'close_dialog','Close form','en_gb','Close form',30),(1474,'cancel_form_message','Are You sure want to close ?','en_gb','Are You sure want to close ?',30),(1475,'create_route','Create Route','en_gb','Create Route',30),(1476,'select_module_create_route','Select Module to create Route','en_gb','Select Module to create Route',30),(1477,'cancel','Cancel','en_gb','Cancel',30),(1478,'assign_route','Assign Route','en_gb','Assign Route',30),(1479,'route_for','Route for','en_gb','Route for',30),(1480,'assigned_to','Assigned To','en_gb','Assigned To',30),(1481,'enter_route_name','Enter Route Name','en_gb','Enter Route Name',30),(1482,'list','List','en_gb','List',30),(1483,'map','Map','en_gb','Map',30),(1484,'other_modules','Other Modules','en_gb','Other Modules',15),(1485,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','en_gb','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(1486,'clear','Clear','en_gb','Clear',25),(1487,'open','Open','en_gb','Open',11),(1488,'max_file_msg','Too many files selected (max:6)','en_gb','Too many files selected (max:6)',11),(1489,'error_voicenote_record','Unable to recording voice while another application is recording sound.','en_gb','Unable to recording voice while another application is recording sound.',11),(1490,'msg_warning','Warning!','en_gb','Warning!',11),(1491,'Permision_denied_contact','Permission denied to access your contacts','en_gb','Permission denied to access your contacts',15),(1492,'no_widget_added','Please click + icon to add new widget to your dashboard.','en_gb','Please click + icon to add new widget to your dashboard.',15),(1493,'no_data_available','Data not available, please check the selected fields','en_gb','Data not available, please check the selected fields',15),(1494,'check_out_successfully','Check out successfully','en_gb','Checked out successfully',11),(1495,'check_in_successfully','Check in successfully','en_gb','Checked in successfully',11),(1496,'check_out','Check out','en_gb','Check out',11),(1497,'check_in','Check in','en_gb','Check in',11),(1498,'navigate','Navigate','en_gb','Navigate',11),(1499,'save_to_phone_vcard_success','VCard Saved to phone successfully','en_gb','VCard Saved to phone successfully',15),(1500,'download_vcard_success','VCard downloaded successfully','en_gb','VCard downloaded successfully',15),(1501,'card_details','Card Details','en_gb','Card Details',15),(1502,'add_widget','Add Widget','en_gb','Add Widget',15),(1503,'delete_widget','Are you sure to hide widget?','en_gb','Are you sure to hide widget?',15),(1504,'already_widgets_added','All types of Widget & reports are already added','en_gb','All types of Widget & reports are already added',15),(1505,'retry','Retry','en_gb','Retry',28),(1506,'retake','Retake','en_gb','Retake',28),(1507,'Reports','Reports','en_gb','Reports',15),(1508,'Widgets','Widgets','en_gb','Widgets',15),(1509,'vcard_config','Vcard Configuration','en_gb','Vcard Configuration',8),(1510,'save_to_phone','Save to phone','en_gb','Save to phone',11),(1511,'download_vcard','Download Vcard','en_gb','Download Vcard',11),(1512,'share_vcard','Share Vcard','en_gb','Share Vcard',11),(1513,'share_record','Share Record','en_gb','Share Record',11),(1514,'permission_denied_edit','You don\'t have permission to edit this record.','en_gb','You don\'t have permission to edit this record.',27),(1515,'permission_denied_delete','You don\'t have permission to delete this record.','en_gb','You don\'t have permission to delete this record.',27),(1516,'Voice_Recording_Started','Recording Started','en_gb','Recording Started',12),(1517,'Voice_Recording_Stopped','Recording Stopped','en_gb','Recording Stopped',12),(1518,'SEARCH','Search','en_gb','Search',7),(1519,'LAST','Last','en_gb','Last',7),(1520,'FIRST','First','en_gb','First',7),(1521,'MONDAY','Monday','en_gb','Monday',7),(1522,'TUESDAY','Tuesday','en_gb','Tuesday',7),(1523,'WEDNESDAY','Wednesday','en_gb','Wednesday',7),(1524,'THURSDAY','Thursday','en_gb','Thursday',7),(1525,'FRIDAY','Friday','en_gb','Friday',7),(1526,'SATURDAY','Saturday','en_gb','Saturday',7),(1527,'SUNDAY','Sunday','en_gb','Sunday',7),(1528,'DAILY','Daily','en_gb','Daily',7),(1529,'WEEKLY','Weekly','en_gb','Weekly',7),(1530,'MONTHLY','Monthly','en_gb','Monthly',7),(1531,'YEARLY','Yearly','en_gb','Yearly',7),(1532,'asset_tracking','Asset tracking','en_gb','Asset tracking',15),(1533,'open_file','Open File','en_gb','Open File',1),(1534,'download_pdf_successfully','Download PDF Successfully','en_gb','Download PDF Successfully',1),(1535,'select_pdf','Select PDF','en_gb','Select PDF',1),(1536,'email_pdf','Email PDF','en_gb','Email PDF',1),(1537,'download_pdf','Download PDF','en_gb','Download PDF',1),(1538,'edit_route','Edit Route','en_gb','Edit Route',1),(1539,'save_route','Save Route','en_gb','Save Route',1),(1540,'clear_all','Clear All','en_gb','Clear All',1),(1541,'notification','Notifications','en_gb','Notifications',1),(1542,'menu_management','Menu Management','en_gb','Menu Management',1),(1543,'select_menu','Select Menu','en_gb','Select Menu',1),(1544,'module_record_not_found','Module and Record not found','en_gb','Module and Record not found',1),(1545,'reason_for_changing_comments','Reason for changing comments','en_gb','Reason for changing comments',1),(1546,'edit_reason','Edit Reason','en_gb','Edit Reason',1),(1547,'create_filters','Create Filter','en_gb','Create Filter',1),(1548,'you_checked','You Checked','en_gb','You Checked',1),(1549,'you_un_checked','You UnChecked','en_gb','You UnChecked',1),(1550,'log_the_call','Log the call ?','en_gb','Log the call ?',1),(1551,'add_a_description_(optional)','Add a description (optional)','en_gb','Add a description (optional)',1),(1552,'called','Called','en_gb','Called',1),(1553,'call_log','Call Log','en_gb','Call Log',1),(1554,'subject','Subject','en_gb','Subject',1),(1555,'add_condition','Add Condition','en_gb','Add Condition',1),(1556,'select_condition','Select Condition','en_gb','Select Condition',1),(1557,'select_field','Select Field','en_gb','Select Field',1),(1558,'please_select_first_field','Please First Select field','en_gb','Please First Select field',1),(1559,'filter_name','Filter Name','en_gb','Filter Name',1),(1560,'enter_filter_name','Enter filter name','en_gb','Enter filter name',1),(1561,'choose_conditions','Choose Conditions','en_gb','Choose Conditions',1),(1562,'all_condition','All Conditions(All conditions must be met)','en_gb','All Conditions(All conditions must be met)',1),(1563,'any_condition','Any Conditions(At least one the conditions must be met)','en_gb','Any Conditions(At least one the conditions must be met)',1),(1564,'lattitude','latitude','en_gb','latitude',1),(1565,'notification_settings','Notification Settings','en_gb','Notification Settings',1),(1566,'notification_management','Notification Management','en_gb','Notification Management',1),(1567,'addyourcommentshere','Type @ to mention user','en_gb','Type @ to mention user',1),(1568,'google_api_key_missing','Google Api key is missing.','en_gb','Google Api key is missing.',1),(1569,'event_filter_by','Event Filter by','en_gb','Event Filter by',1),(1570,'apply','Apply','en_gb','Apply',1),(1571,'choose_from_gallery','Choose From Gallery','en_gb','Choose From Gallery',1),(1572,'choose_from_camera','Choose From Camera','en_gb','Choose From Camera',1),(1573,'mutli_select_CB','Mutli Select CB','en_gb','Mutli Select CB',1),(1574,'please_select_condition','Please Select Condition','en_gb','Please Select Condition',1),(1575,'please_enter_value_or_field','Please Enter Value or Field','en_gb','Please Enter Value or Field',1),(1576,'set_as_default','Set as Default','en_gb','Set as Default',1),(1577,'list_in_metrics','List in Metrics','en_gb','List in Metrics',1),(1578,'order_number','Order Number','en_gb','Order Number',1),(1579,'recording_saved_message','Recording saved successfully.','en_gb','Recording saved successfully.',1),(1580,'recording_file','Recording File','en_gb','Recording File',1),(1581,'file_not_found','File not found','en_gb','File not found',1),(1582,'please_enter_valid_path','Please enter valid path','en_gb','Please enter valid path',1),(1583,'enter_path_here','Enter path here...','en_gb','Enter path here...',1),(1584,'set_call_recording_path','Set Call Recording Path','en_gb','Set Call Recording Path',1),(1585,'set_call_recording_path_here','Set call recording path here','en_gb','Set call recording path here',1),(1586,'call_recording_path','Call Recording Path','en_gb','Call Recording Path',1),(1587,'please_place_api','Please enable place api','en_gb','Please enable place api',1),(1588,'event_filters_by','Event Filters by','en_gb','Event Filters by',1),(1589,'select_at_least_one_option','Please select at least one option','en_gb','Please select at least one option',1),(1590,'enable_call_feature','Please enable call feature','en_gb','Please enable call feature',1),(1591,'enable_email_feature','Please enable email feature','en_gb','Please enable email feature',1),(1592,'demo_login','Demo Login','en_gb','Demo Login',1),(1593,'select_email_template','Select Email Template','en_gb','Select Email Template',1),(1594,'template_name','Template Name','en_gb','Template Name',1),(1595,'example_storage_path','example : storage/Music/Recordings/Call Recordings','en_gb','example : storage/Music/Recordings/Call Recordings',1),(1596,'User Notification Settings saved successfully','User Notification Settings saved successfully','en_gb','User Notification Settings saved successfully',33),(1597,'This Notification has been disabled by admin','This Notification has been disabled by admin','en_gb','This Notification has been disabled by admin',33),(1598,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','en_gb','Notify when any updates to the record you\'re following',33),(1599,'Task assigned to you','Task assigned to you','en_gb','Task assigned to you',33),(1600,'Task Reminder','Task Reminder','en_gb','Task Reminder',33),(1601,'You were mentioned in comments','You were mentioned in comments','en_gb','You were mentioned in comments',33),(1602,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','en_gb','Comments has been added to record assigned to you',33),(1603,'When Record Assigned','When Record Assigned','en_gb','When Record Assigned',33),(1604,'Event Reminder','Event Reminder','en_gb','Event Reminder',33),(1605,'Event Invitation','Event Invitation','en_gb','Event Invitation',33),(1606,'Follow record','Follow record','en_gb','Follow record',33),(1607,'Task','Task','en_gb','Task',33),(1608,'Conversions','Conversions','en_gb','Conversions',33),(1609,'Events','Events','en_gb','Events',33),(1610,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','en_gb','No record(s) found Please click on filter icon to change filter',1),(1611,'title','Title','en_gb','Title',1),(1612,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','en_gb','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(1613,'call_recording','Call recording','en_gb','Call recording',1),(1614,'voice_recorder','Voice Recorder','en_gb','Voice Recorder',1),(1615,'no_address_reference_found','No Address Reference found','en_gb','No Address Reference found',32),(1616,'no_overdue_activities','No OverDue Activities','en_gb','No OverDue Activities',32),(1617,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','en_gb','Please enter proper address from this address we are not getting proper latitude and longitude',32),(1618,'Default_Search_Field','Default search field','en_gb','Default search field',32),(1619,'Calender_Reminder_Message','Free user can\'t send local reminder','en_gb','Free user can\'t send local reminder',32),(1620,'you_must_have_permission','You must give permissions to use this features.','en_gb','You must give permissions to use this features.',32),(1621,'internal_comment','Internal Comment','en_gb','Internal Comment',1),(1622,'unlink_record','Unlink Record','en_gb','Unlink Record',11),(1623,'unlink_record_msg','Are you sure want to unlink record?','en_gb','Are you sure want to unlink record?',11),(1624,'file_format_not_support','File format not supported','en_gb','File format not supported',11),(1625,'file_upload','File Upload','en_gb','File Upload',5),(1626,'to_vtiger','To Vtiger','en_gb','To Vtiger',5),(1627,'link_external_document','Link External Document','en_gb','Link External Document',5),(1628,'from_file_url','From File Url','en_gb','From File Url',5),(1629,'create_new_document','Create New Document','en_gb','Create New Document',5),(1630,'select_document_type','Select Document type','en_gb','Select Document type',5),(1631,'add_signature','Please add signature','en_gb','Please add signature',11),(1632,'date_greater_then_equal','should be greater than or equal to','en_gb','should be greater than or equal to',1),(1633,'date_less_then_equal','should be less than or equal to','en_gb','should be less than or equal to',1),(1634,'Click_on_plus_for_add','Please tap on  +  to create a new record.','en_gb','Please tap on  +  to create a new record.',15),(1635,'display_map','Display map','en_gb','Display map',15),(1636,'other_settings','Other settings','en_gb','Other settings',15),(1637,'total_hours','Total hours','en_gb','Total hours',15),(1638,'widget_not_found','No widgets found','en_gb','No widgets found',15),(1639,'quickaction','Quick action','en_gb','Quick action',15),(1640,'dashboard','Dashboard','en_gb','Dashboard',15),(1641,'new','New','en_gb','New',15),(1642,'global_search_hint','Please try to search using search box at top','en_gb','Please try to search using search box at top',15),(1643,'near_by_map','Near By Map','en_gb','Near By Map',15),(1644,'miles','Miles','en_gb','Miles',15),(1645,'lbl_filters','Filters','en_gb','Filters',27),(1646,'warning','Warning','en_gb','Warning',27),(1647,'no_filter_created','No filter is created.','en_gb','No filter is created.',27),(1648,'please_create_new_ilter','Please create a new filter','en_gb','Please create a new filter',27),(1649,'select_search_fields','Select fields for the search record.','en_gb','Select fields for the search record.',27),(1650,'apply_fliters','Apply filters','en_gb','Apply filters',27),(1651,'sort_by','Sort by','en_gb','Sort by',27),(1652,'sort_order','Sort order','en_gb','Sort order',27),(1653,'Start_time_tracking','Start time tracking','en_gb','Start time tracking',31),(1654,'Stop_time_tracking','Stop time tracking','en_gb','Stop time tracking',31),(1655,'image_preview','Image preview','en_gb','Image preview',11),(1656,'phone_number','Phone number','en_gb','Phone number',11),(1657,'email_address','Email address','en_gb','Email address',11),(1658,'edit_your_preferences','Edit your preferences','en_gb','Edit your preferences',8),(1659,'about_app','About app','en_gb','About app',8),(1660,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','en_gb','You already have latest CTMobile Ext. Version',8),(1661,'updated_app_version','You already have latest CRMTiger App Version','en_gb','You already have latest CRMTiger App Version',8),(1662,'plan','Plan','en_gb','Plan',8),(1663,'time','Time','en_gb','Time',31),(1664,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','en_gb','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(1665,'add_to_quick_action','Add to quick action','en_gb','Add to quick action',1),(1666,'add_filter_to_quick_action','Add filter to quick action','en_gb','Add filter to quick action',1),(1667,'create_record','Create Record','en_gb','Create Record',1),(1668,'quick_action_hint','You can Add Quick Action here','en_gb','You can Add Quick Action here',1),(1669,'str_send','Send','en_gb','Send',3),(1670,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','en_gb','Do you want to update tax & charge values corresponding to selected region?',1),(1671,'delete_quick_action_widgest','Delete Widget?','en_gb','Delete Widget?',15),(1672,'add_record_to_dashboard','Add record to dashboard','en_gb','Add record to dashboard',15),(1673,'module_quick_action_msg','Module added to dashboard','en_gb','Module added to dashboard',15),(1674,'filter_quick_action_msg','Filter added to dashboard','en_gb','Filter added to dashboard',15),(1675,'record_quick_action_msg','Record added to dashboard','en_gb','Record added to dashboard',15),(1676,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','en_gb','Filter shortcut added to dashboard',15),(1677,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','en_gb','Record shortcut added to dashboard',15),(1678,'documents_disabled','Documents Module is disabled','en_gb','Documents Module is disabled',1),(1679,'document_dont_attachment','Document does not have a attachment','en_gb','Document does not have a attachment',1),(1680,'go_to_neat_by','Go to NearBy','en_gb','Go to NearBy',15),(1681,'go_to_time_tracking','Go to Time Tracker','en_gb','Go to Time Tracker',13),(1682,'nearby_quick_action_msg','NearBy added to dashboard','en_gb','NearBy added to dashboard',15),(1683,'time_tracking_quick_action_msg','Time Tracking added to dashboard','en_gb','Time Tracking added to dashboard',15),(1684,'attendance_quick_action_msg','Attendance added to dashboard','en_gb','Attendance added to dashboard',15),(1685,'attachment','Attachment','en_gb','Attachment',15),(1686,'search_by_fields','Search by fields','en_gb','Search by fields',27),(1687,'apply_selected','Apply selected','en_gb','Apply selected',27),(1688,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','en_gb','auto address finder is disabled, please enable it from CRMTiger Settings',1),(1689,'Attendance','Attendance','en_gb','Attendance',15),(1690,'Check-in successfully','Check-in successfully','en_gb','Check-in successfully',32),(1691,'Check-out successfully','Check-out successfully','en_gb','Check-out successfully',32),(1692,'Nothing around here','Nothing around here','en_gb','Nothing around here',13),(1693,'select_days','Select Days','en_gb','Select Days',5),(1694,'select_minutes','Select Minutes','en_gb','Select Minutes',5),(1695,'select_hours','Select Hours','en_gb','Select Hours',5),(1696,'no_lat_long_found','Location information (Latitude,Longitude) not found','en_gb','Location information (Latitude,Longitude) not found',32),(1697,'Call Log save successfully','Call Log save successfully','en_gb','Call Log save successfully',32),(1698,'Files/photos deleted successfully','Files/photos deleted successfully','en_gb','Files/photos deleted successfully',32),(1699,'network_error','Network connection error!','de_de','Netzwerkfehler!',1),(1700,'connection_check','Could not connect to CRM, Please check your Internet connection.','de_de','Bitte überprüfe deine Internetverbindung.',1),(1701,'update','Update','de_de','Update',1),(1702,'cancel','Cancel','de_de','Cancel',1),(1703,'ok','Ok','de_de','Ok',1),(1704,'more_information','Click here for more information.','de_de','Klicken Sie hier für weitere Informationen.',1),(1705,'yes','Yes','de_de','Ja',1),(1706,'no','No','de_de','Nein',1),(1707,'click_again_exit','Click again to exit','de_de','Klicken Sie erneut, um den Vorgang zu beenden',1),(1708,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','de_de','Sie haben keine Berechtigung, diese Funktion anzuzeigen. Bitte abonnieren Sie die Premium-Version. Klicken Sie hier, um sich anzumelden.',1),(1709,'clickhere','Click here','de_de','Klick hier',1),(1710,'clickhere_subscribe','Click here to subscribe premium version','de_de','Klicken Sie hier, um sich anzumelden',1),(1711,'clickhere_configure','Click here and view how to Configure.','de_de','Klicken Sie hier und sehen Sie, wie Sie konfigurieren.',1),(1712,'please_wait','Please Wait…','de_de','Warten Sie mal…',1),(1713,'share__msg','Share file with','de_de','Datei teilen mit',1),(1714,'dialog_camera','Camera','de_de','Kamera',1),(1715,'dialog_add_file_by','Take Photo from','de_de','Dateien hinzufügen von',1),(1716,'add','Add','de_de','Hinzufügen',1),(1717,'mail_manager_configured','Mail Manager is not configured','de_de','Mail Manager ist nicht konfiguriert',1),(1718,'dialog_add_files_by','Add Files by','de_de','Dateien hinzufügen von',1),(1719,'dialog_drive','Drive','de_de','Fahrt',1),(1720,'dialog_drop_box','Drop Box','de_de','Drop Box',1),(1721,'dialog_need_signin','You need to Sign-in to your Drive account first.','de_de','Sie müssen sich zuerst anmelden',1),(1722,'dialog_gallery','Gallery','de_de','Galerie',1),(1723,'delete','Delete','de_de','Löschen',1),(1724,'timeoutmessage','Oops! Request is taking more time than expected.','de_de','Hoppla, die Anfrage dauert länger als erwartet.',1),(1725,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','de_de','GPS ist nicht aktiviert. Bitte schalten Sie es ein, um in Ihre Nähe zu gelangen.',1),(1726,'sure_want_delete','Are you sure want to delete ?','de_de','Möchten Sie wirklich löschen?',1),(1727,'select','Select','de_de','Wählen',1),(1728,'msgforrecordaudio','Minimum record duration one second.','de_de','Minimum record duration one second.',1),(1729,'permission_storage','Permission denied to read your External storage','de_de','Die Berechtigung zum Lesen Ihres externen Speichers wurde verweigert',1),(1730,'send_permission_msg','Send message permission denied','de_de','Berechtigung zum Senden von Nachrichten verweigert',1),(1731,'choosefile','Choose File','de_de','Datei wählen',1),(1732,'enter','Enter','de_de','Eingeben',1),(1733,'select_an_option','Select an Option','de_de','Select an Option',1),(1734,'email_validation','Email is not valid','de_de','Email ist ungültig',1),(1735,'please_enter','Please Enter','de_de','Bitte eintreten',1),(1736,'website_validation_text','Website URL is not valid','de_de','Die URL der Website ist ungültig',1),(1737,'selectvalue','Select value first','de_de','Wählen Sie zuerst einen Wert aus',1),(1738,'email','Email','de_de','Email',1),(1739,'enter_email_address','Enter email address','de_de','E-Mail Adresse eingeben',1),(1740,'email_address_not_correct','Email address incorrect','de_de','E-Mail-Adresse falsch',1),(1741,'pls_enter_subject','Please Enter Subject','de_de','Bitte geben Sie einen Betreff ein',1),(1742,'attachFiles','Attached File','de_de','Angehängte Datei',1),(1743,'from','From','de_de','Von',1),(1744,'to','To','de_de','Zu',1),(1745,'call_permission_msg','Call permission denied','de_de','Anruferlaubnis verweigert',1),(1746,'no_records','No records found','de_de','Keine Aufzeichnungen gefunden',1),(1747,'fullform','Create New','de_de','Vollständige Form',1),(1748,'save','Save','de_de','sparen',1),(1749,'total','Total','de_de','Gesamt',1),(1750,'discount','Discount','de_de','Rabatt',1),(1751,'price','Price','de_de','Preis *',1),(1752,'quantity','Quantity','de_de','Menge *',1),(1753,'select_module','Select Module','de_de','Modul auswählen',1),(1754,'item_list','Item List','de_de','Artikelliste',1),(1755,'quickcreate','Quick Create','de_de','Schnell erstellen',1),(1756,'overwrite_msg_part1','Overwrite the existing address with the selected','de_de','Overwrite the existing address with the selected',1),(1757,'once_in_every','Once in every','de_de','Einmal in jedem',1),(1758,'overwrite_msg_part2','address details?','de_de','address details?',1),(1759,'add_item','Add Item','de_de','Artikel hinzufügen',1),(1760,'recordsave','Record saved successfully','de_de','Aufzeichnung erfolgreich gespeichert',1),(1761,'recordnotsave','Could not save record. Try again later','de_de','Aufzeichnung nicht speichern',1),(1762,'minutes','Minutes','de_de','Protokoll',1),(1763,'hours','Hours','de_de','Std',1),(1764,'days','Days','de_de','Tage',1),(1765,'on','On','de_de','Auf',1),(1766,'day_of_the_month','day of the month','de_de','Tag des Monats',1),(1767,'list_price','List Price','de_de','Listenpreis *',1),(1768,'add_record','Add Record','de_de','Datensatz hinzufügen',1),(1769,'add_product','Add Product','de_de','Produkt hinzufügen',1),(1770,'add_service','Add Service','de_de','Dienst hinzufügen',1),(1771,'discountin','Discount in %','de_de','Rabatt in%',1),(1772,'unitprice','Unit price','de_de','Stückpreis *',1),(1773,'netprice','Net price','de_de','Nettopreis *',1),(1774,'comments','Comments','de_de','Bemerkungen',1),(1775,'add_close','Add & Close','de_de','Hinzufügen &amp; Schließen',1),(1776,'fetching_rout_message','Fetching route, Please wait…','de_de','Route wird abgerufen, bitte warten ...',1),(1777,'setting','Settings','de_de','die Einstellungen',1),(1778,'utc','UTC','de_de','koordinierte Weltzeit',1),(1779,'in','In','de_de','Im',1),(1780,'days_ago','days ago','de_de','Vor Tagen',1),(1781,'mins_ago','Minutes ago','de_de','vor Minuten',1),(1782,'justnow','Just now','de_de','Gerade jetzt',1),(1783,'hours_ago','hours ago','de_de','Vor Stunden',1),(1784,'in_1_day','In 1 day','de_de','In 1 Tag',1),(1785,'scanqrcode','Asset / Card scanner','de_de','QR-Kartenscanner',1),(1786,'call_log','Call Log','de_de','Anrufliste',1),(1787,'voice_message','Hi','de_de','Hi',1),(1788,'voice_message1','What can I search for you in','de_de','What can I search for you in',1),(1789,'live_tracking','Live Tracking','de_de','Live-Tracking',1),(1790,'mailmanager','Mail Manager','de_de','Mail-Manager',1),(1791,'my_location','My location','de_de','Mein Standort',1),(1792,'created_on','Created On','de_de','Erstellt am',1),(1793,'modified_on','Modified On','de_de','Geändert am',1),(1794,'enter_comments','Enter Comments','de_de','Geben Sie Kommentare ein',1),(1795,'viewmore','View More','de_de','Mehr sehen',1),(1796,'viewless','View Less','de_de','Weniger anzeigen',1),(1797,'gotofullform','Go to Full Form','de_de','Gehe zum vollständigen Formular',1),(1798,'post','Post','de_de','Post',1),(1799,'url','URL','de_de','URL',1),(1800,'dialog_title_text_back_color','Select a Text Background Color','de_de','Wählen Sie eine Texthintergrundfarbe',1),(1801,'event_or_task','Add event/task','de_de','Ereignis / Aufgabe hinzufügen',1),(1802,'shortcut','Shortcuts','de_de','Verknüpfungen',1),(1803,'select_field','Select Field','de_de','Feld auswählen',1),(1804,'share','Share','de_de','Aktie',1),(1805,'title_insert_link','Insert Link','de_de','Link einfügen',1),(1806,'addyourcommentshere','Add your comments here','de_de','Fügen Sie hier Ihre Kommentare hinzu',1),(1807,'nocomment','No Comments','de_de','Keine Kommentare',1),(1808,'leads','Leads','de_de','Führt',1),(1809,'true_val','true','de_de','wahr',1),(1810,'noresult','No Result','de_de','Kein Ergebnis',1),(1811,'version','Version','de_de','Ausführung',1),(1812,'convert_lead','Convert Lead','de_de','Convert Lead',1),(1813,'app_name','CRMTiger','de_de','CRMTiger',1),(1814,'enter_url','Please Enter url','de_de','Bitte geben Sie die URL ein',1),(1815,'help','Help','de_de','Hilfe',1),(1816,'contact_us','Contact Us','de_de','Kontaktiere uns',1),(1817,'updates','Updates','de_de','Aktualisierung',1),(1818,'logout','LogOut','de_de','Ausloggen',1),(1819,'busnies_cardscanner','Business Card Scanner','de_de','Business Card Scanner',1),(1820,'sure_want_logout','Are you sure want to logout ?','de_de','Möchten Sie sich wirklich abmelden?',1),(1821,'logout_message','Logout successfully','de_de','Möchten Sie sich wirklich abmelden?',1),(1822,'all','All','de_de','Alles',1),(1823,'add_event','Add event','de_de','Ereignis hinzufügen',1),(1824,'add_task','Add Task','de_de','Aufgabe hinzufügen',1),(1825,'next','Next','de_de','Next',1),(1826,'terms_conditions','Terms and Conditions','de_de','Terms and Conditions',1),(1827,'login','Login','de_de','Anmeldung',2),(1828,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','de_de','Mit Ihrer Anmeldung stimmen Sie unseren Allgemeinen Geschäftsbedingungen zu &amp; Datenschutz-Bestimmungen',2),(1829,'copyright','Copyright © 2020 CRMTiger Version','de_de','Urheberrechte © u00A9 2019 CRMTiger \n Ausführung',2),(1830,'enter_username','Please enter username','de_de','Bitte geben sie einen Benutzernamen ein',2),(1831,'enter_password','Please enter password','de_de','Bitte Passwort eingeben',2),(1832,'remanberme','Remember Me','de_de','Erinnere dich an mich',2),(1833,'forgot_password','Forgot password?','de_de','Passwort vergessen?',2),(1834,'privacy_policay1','Privacy Policy','de_de','Datenschutz-Bestimmungen',2),(1835,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','de_de','Something went wrong. \n please Click here to contact support.',2),(1836,'enter_username_password','Entered Username or Password is wrong','de_de','Eingegebener Benutzername oder Passwort ist falsch',2),(1837,'server_issue_occured','Server issues occurred','de_de','Server issues occurred',2),(1838,'password','Password','de_de','Passwort',3),(1839,'user_name','Username','de_de','Nutzername',3),(1840,'reset_pwd','Reset Password','de_de','Passwort zurücksetzen',3),(1841,'forgot_password_title','Forgot password','de_de','Passwort vergessen',3),(1842,'enter_user_name','Enter user name','de_de','Benutzernamen eingeben',3),(1843,'cc','Cc','de_de','Cc',4),(1844,'body','Body','de_de','Karosserie',4),(1845,'bcc','BCC','de_de','BCC',4),(1846,'dialog_title_text_color','Select a Text Color','de_de','Wählen Sie eine Textfarbe',4),(1847,'date','Date','de_de','Datum',4),(1848,'subject','Subject','de_de','Gegenstand',4),(1849,'composeMail','Compose Mail','de_de','Mail schreiben',4),(1850,'send','Send','de_de','Senden',4),(1851,'select_message','Select message','de_de','Nachricht auswählen',4),(1852,'title_insert_table','Insert Table','de_de','Tabelle einfügen',4),(1853,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','de_de','Ich bin damit einverstanden, das API-Protokoll an das technische Team zur weiteren Fehlerbehebung weiterzuleiten',5),(1854,'edit_record','Edit Records','de_de','Datensätze bearbeiten',5),(1855,'select_time','Select Time','de_de','Zeit auswählen',5),(1856,'edit_item','Edit Item','de_de','Element bearbeiten',5),(1857,'items_total','Items Total','de_de','Artikel insgesamt',5),(1858,'number_less_then_31','Number should be less than 31','de_de','Die Anzahl sollte kleiner als 31 sein',5),(1859,'users','Users','de_de','Benutzer',5),(1860,'groups','Groups','de_de','Gruppen',5),(1861,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','de_de','Hinweis: Vorhandene Anhänge (Bilder / Dateien) werden ersetzt',5),(1862,'greaterdatetime','End DateTime should be greater than Start DateTime','de_de','End DateTime should be greater than Start DateTime',5),(1863,'until','Until','de_de','Bis um',5),(1864,'organizations','Organizations','de_de','Organisationen',6),(1865,'contacts','Contacts','de_de','Kontakte',6),(1866,'opportunity','Opportunity','de_de','Gelegenheit',6),(1867,'lbl_sun','SUN','de_de','SONNE',7),(1868,'lbl_mon','MON','de_de','MON',7),(1869,'lbl_tue','TUE','de_de','DI',7),(1870,'lbl_wed','WED','de_de','HEIRATEN',7),(1871,'lbl_thu','THU','de_de','DO',7),(1872,'lbl_fri','FRI','de_de','FRI',7),(1873,'lbl_sat','SAT','de_de','SAT',7),(1874,'lbl_1','1','de_de','1',7),(1875,'lbl_2','2','de_de','2',7),(1876,'lbl_3','3','de_de','3',7),(1877,'lbl_4','4','de_de','4',7),(1878,'lbl_5','5','de_de','5',7),(1879,'lbl_6','6','de_de','6',7),(1880,'lbl_7','7','de_de','7',7),(1881,'lbl_8','8','de_de','8',7),(1882,'lbl_9','9','de_de','9',7),(1883,'lbl_10','10','de_de','10',7),(1884,'lbl_11','11','de_de','11',7),(1885,'lbl_12','12','de_de','12',7),(1886,'lbl_13','13','de_de','13',7),(1887,'lbl_14','14','de_de','14',7),(1888,'lbl_15','15','de_de','15',7),(1889,'lbl_16','16','de_de','16',7),(1890,'lbl_17','17','de_de','17',7),(1891,'lbl_18','18','de_de','18',7),(1892,'lbl_19','19','de_de','19',7),(1893,'lbl_20','20','de_de','20',7),(1894,'lbl_21','21','de_de','21',7),(1895,'lbl_22','22','de_de','22',7),(1896,'lbl_23','23','de_de','23',7),(1897,'lbl_24','24','de_de','24',7),(1898,'lbl_25','25','de_de','25',7),(1899,'lbl_26','26','de_de','26',7),(1900,'lbl_27','27','de_de','27',7),(1901,'lbl_28','28','de_de','28',7),(1902,'lbl_29','29','de_de','29',7),(1903,'lbl_30','30','de_de','30',7),(1904,'lbl_31','31','de_de','31',7),(1905,'lbl_32','32','de_de','32',7),(1906,'lbl_33','33','de_de','33',7),(1907,'lbl_34','34','de_de','34',7),(1908,'lbl_35','35','de_de','35',7),(1909,'lbl_36','36','de_de','36',7),(1910,'lbl_37','37','de_de','37',7),(1911,'lbl_38','38','de_de','38',7),(1912,'lbl_39','39','de_de','39',7),(1913,'lbl_40','40','de_de','40',7),(1914,'lbl_41','41','de_de','41',7),(1915,'lbl_42','42','de_de','42',7),(1916,'current_date','current date','de_de','aktuelles Datum',7),(1917,'event','Events','de_de','Veranstaltungen',7),(1918,'calendar','Calendar','de_de','Kalender',7),(1919,'latest_version','Latest Version :','de_de','Letzte Version : ',8),(1920,'expire_on','Next renewal date : ','de_de','Verfällt am :',8),(1921,'ctmobile_ext_version','CTMobile Ext. Version : ','de_de','CTMobile ext. Ausführung :',8),(1922,'you_have_latest_version','You already have latest version','de_de','Sie haben die Version aktualisiert ',8),(1923,'latest_version1','You Already have latest version','de_de','Sie haben bereits die neueste Version',8),(1924,'upgreaded','Upgrade','de_de','Aktualisierung',8),(1925,'downgrade','Downgrade','de_de','Downgrade',8),(1926,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','de_de','Hier können Sie festlegen, wie viele Datensätze auf dem Startbildschirm für das letzte Ereignis angezeigt werden sollen.',8),(1927,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','de_de','Sie können Ihr Feedback mit einer Beschreibung einreichen. Unser Team prüft Ihr Feedback und meldet sich bei Ihnen.',8),(1928,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','de_de','Die Protokollfunktion wird für die Kundenunterstützung / -hilfe verwendet. Wenn Probleme in der App auftreten oder ein Modul oder eine Funktion nicht ordnungsgemäß funktioniert, können Sie die Freigabe des Protokolls für unser Entwicklungsteam aktivieren.',8),(1929,'info','Info','de_de','Info',8),(1930,'recent_history','Recent History','de_de','Jüngste Geschichte',8),(1931,'recent_feedback','Feedback','de_de','Feedback',8),(1932,'recent_log','Log','de_de','Log',8),(1933,'crmtiger_app_version','CRMTiger App Version : ','de_de','CRMTiger App Version: ',8),(1934,'historylimit','Recent History Limit','de_de','Jüngste Historienbegrenzung',8),(1935,'radious_in_miles','Radius in miles','de_de','Radius in Meilen',8),(1936,'recentlimit','Recent Event Limit','de_de','Letzte Ereignisbegrenzung',8),(1937,'upcoming_events','Upcoming Events','de_de','Kommende Veranstaltungen',8),(1938,'rate_our_app','Rate Our App!','de_de','Bewerten Sie unsere App!',8),(1939,'feedback','Submit Feedback','de_de','Feedback senden',8),(1940,'sendfeedback','Feedback Send','de_de','Feedback senden',8),(1941,'emaillimit','Email limit','de_de','E-Mail-Limit',8),(1942,'log','Log','de_de','Log',8),(1943,'logclear','Log cleared successfully.','de_de','Klar erfolgreich',8),(1944,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','de_de','Hier können Sie festlegen, wie viele Datensätze im Startbildschirm für den Verlauf der letzten Zeit angezeigt werden sollen.',8),(1945,'proceed_to_upgrade1','Proceed to','de_de','Proceed to',8),(1946,'upgradation_message','will required logout and login again later.','de_de','will required logout and login again later.',8),(1947,'proceed_to_upgrade','Proceed to Upgrade','de_de','Proceed to Upgrade',8),(1948,'module_setting','Module Setting','de_de','Moduleinstellung ',9),(1949,'sortbyfield','Sort by field','de_de','Nach Feld sortieren',9),(1950,'ascending','Ascending  A to Z','de_de','Aufsteigend von A bis Z.',9),(1951,'descending','Descending  Z to A','de_de','Absteigend von Z nach A',9),(1952,'first_field','First Field','de_de','Erstes Feld',9),(1953,'second_field','Second Field','de_de','Zweites Feld',9),(1954,'third_field','Third Field','de_de','Drittes Feld',9),(1955,'sure_want_restore','Are you sure you want to reset to default settings?','de_de','Möchten Sie die Standardeinstellungen wirklich wiederherstellen?',9),(1956,'orderlist','List Order','de_de','Liste bestellen',9),(1957,'module_reset','Restore to Default','de_de','Zurück zu Werkeinstellungen',9),(1958,'display_fields','Display Fields','de_de','Anzeigefelder',9),(1959,'discount_lessthen_100','Discount % should be less than 100','de_de','Rabatt% sollte weniger als 100 sein',10),(1960,'select_item','Select Item','de_de','Menüpunkt wählen',10),(1961,'item_comment','Item Comment','de_de','Artikelkommentar',10),(1962,'record_name','Record Name is :','de_de','Der Name des Datensatzes lautet:',11),(1963,'go_back','Go Back','de_de','Geh zurück',11),(1964,'please_enter_shortcut_name','Please Enter Shortcut Name','de_de','Bitte geben Sie den Namen der Verknüpfung ein',11),(1965,'number_not_found','Contact Number not found','de_de','Kontaktnummer nicht gefunden',11),(1966,'mail_not_found','Mail Address not found','de_de','Mail-Adresse nicht gefunden',11),(1967,'create_shortcut','Create Shortcut','de_de','Verknüpfung erstellen',11),(1968,'contact_summary','Summary','de_de','Zusammenfassung',11),(1969,'activites','Activities','de_de','Aktivitäten',11),(1970,'details','Details','de_de','Einzelheiten',11),(1971,'related','Related','de_de','verbunden',11),(1972,'share_link','Share record with','de_de','Share record with',11),(1973,'edit','Edit','de_de','Edit',11),(1974,'duplicate','Duplicate','de_de','Duplicate',11),(1975,'whatsapp','Whatsapp','de_de','Whatsapp',11),(1976,'call','Call','de_de','Call',11),(1977,'choose_contact_for_call','Choose Contact for Call','de_de','Choose Contact for Call',11),(1978,'choose_contact_for_sms','Choose Contact for SMS','de_de','Choose Contact for SMS',11),(1979,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','de_de','Choose Contact for WhatsApp',11),(1980,'chosse_contact_for_email','Choose Email','de_de','Choose Email',11),(1981,'attach_file','Attach Files','de_de','Attach Files',11),(1982,'close','Close','de_de','Close',11),(1983,'status','Status','de_de','Status',11),(1984,'stop','Stop','de_de','Stop',11),(1985,'zero','0','de_de','0',11),(1986,'record','Record','de_de','Record',11),(1987,'voice_note','Voice Note','de_de','Voice Note',11),(1988,'tickets','Tickets','de_de','Tickets',12),(1989,'check_out','Check Out','de_de','Auschecken',12),(1990,'check_in','Check In','de_de','Check-In',12),(1991,'select_any','Select any','de_de','Wählen Sie eine',12),(1992,'fulldetails','Show Full Details','de_de','Vollständige Details anzeigen',12),(1993,'checkin','Check-in','de_de','Check-In',12),(1994,'navigate','Navigate','de_de','Navigieren',12),(1995,'product','Products','de_de','Produkte',12),(1996,'projectMilestone','Project Milestone','de_de','Meilenstein des Projekts',12),(1997,'projecttask','Project Tasks','de_de','Projektaufgabe',12),(1998,'nearby','NearBy','de_de','In der Nähe',13),(1999,'document','Document','de_de','Dokumentieren',14),(2000,'reply','Reply','de_de','Antworten',14),(2001,'reply_all','Reply All','de_de','Allen antworten',14),(2002,'forward','Forward','de_de','Nach vorne',14),(2003,'action','Action','de_de','Aktion',14),(2004,'select_first','Select First','de_de','Select First',14),(2005,'commentaddsuccessful','Comment added successfull','de_de','Kommentar hinzufügen Erfolgreich',14),(2006,'move_to','Move to','de_de','Ziehen nach',14),(2007,'attach','Attach','de_de','Anfügen',14),(2008,'addcoment','Add Comment','de_de','Einen Kommentar hinzufügen',14),(2009,'adddocument','Add Document','de_de','Dokument hinzufügen',14),(2010,'home','Home','de_de','Zuhause',15),(2011,'checkout','Check-out','de_de','Auschecken',15),(2012,'message_search','Search by name','de_de','Suche mit Name',15),(2013,'start_shift','Start shift','de_de','Schicht starten',15),(2014,'end_shift','End shift','de_de','Schicht beenden',15),(2015,'today_meeting','Meetings','de_de','Besprechungen',15),(2016,'shift_time_track','Shift Time Track','de_de','Zeitspur verschieben',15),(2017,'logout_msg','You have to login again , click','de_de','You have to login again , click',15),(2018,'logout_msg1','to continue.','de_de','to continue.',15),(2019,'permission_denied','You don\'t have permission to create','de_de','Sie haben keine Berechtigung zum Erstellen',15),(2020,'history','Activity stream','de_de','Aktivitätsanzeige',15),(2021,'search_value','Search value :','de_de','Search value :',15),(2022,'feed_back_msg','Please enter feedback message','de_de','Bitte geben Sie eine Rückmeldung ein',16),(2023,'feed_back_hint_msg','Enter feedback message','de_de','Geben Sie eine Rückmeldung ein',16),(2024,'submit','Submit','de_de','einreichen',16),(2025,'check_app_not_installed','Application is not currently installed.','de_de','Die Anwendung ist derzeit nicht installiert.',17),(2026,'send_sms_fail_message','SMS failed, please try again later!','de_de','SMS fehlgeschlagen, bitte versuchen Sie es später noch einmal!',17),(2027,'documentaddsuccessfully','Document Attach successfully','de_de','Dokument erfolgreich anhängen',17),(2028,'send_message','Send message','de_de','Nachricht senden',17),(2029,'sms_to','smsto:','de_de','smsto:',17),(2030,'add_list_message','Add List','de_de','Liste hinzufügen',18),(2031,'mylist','My List','de_de','Meine Liste',18),(2032,'filtername','Filter Name','de_de','Filtername',18),(2033,'selectlist','Select a List','de_de','Wählen Sie eine Liste *',18),(2034,'assingedto','Assigned To','de_de','Zugewiesen an *',18),(2035,'selectmodule','Select a module','de_de','Wählen Sie ein Modul aus',18),(2036,'add_list','Add Filter','de_de','Filter hinzufügen',18),(2037,'recent_event','Recent Event','de_de','Aktuelles Ereignis',19),(2038,'recent_hostory','Recent History','de_de','Jüngste Geschichte',19),(2039,'module_specific_settings','Module-Specific Settings','de_de','Modulspezifische Einstellungen',19),(2040,'talk_to_us','Talk to us','de_de','Rede mit uns',19),(2041,'report_a_bug','Report A Bug','de_de','Melde einen technischen Fehler',19),(2042,'faq','FAQ','de_de','FAQ',19),(2043,'selectmodules','Select Module','de_de','Modul auswählen',19),(2044,'myplan','My Plan','de_de','Mein Plan',19),(2045,'message','Message','de_de','Botschaft',20),(2046,'message_validation','Please enter Message','de_de','Bitte geben Sie eine Nachricht ein',20),(2047,'contact_select','Please Select contact','de_de','Bitte Kontakt auswählen',20),(2048,'global_search','Global Search','de_de','Global Search',21),(2049,'records','Records','de_de','Records',21),(2050,'dont_show_again','Don\'t Show Again','de_de','Don\'t Show Again',22),(2051,'skip','Skip','de_de','Skip',22),(2052,'file_downloading','File Downloading','de_de','Herunterladen von Dateien',23),(2053,'add_screenshots_optional','Add screenshots (optional)','de_de','Screenshots hinzufügen (optional)',24),(2054,'describe_your_problem','Describe your problem','de_de','Beschreiben Sie Ihr Problem',24),(2055,'default_filter_shortcut','Default Filter Shortcut','de_de','Default Filter Shortcut',25),(2056,'record_shortcut','Record Shortcut','de_de','Record Shortcut',25),(2057,'enter_url','Please Enter url','de_de','Please Enter url',26),(2058,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','de_de','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(2059,'search_by','Search by','de_de','Suche nach',27),(2060,'selected_filter','Selected filter :','de_de','Ausgewählter Filter:',27),(2061,'selected_field','Selected field :','de_de','Ausgewähltes Feld:',27),(2062,'choose','Choose','de_de','Choose',28),(2063,'qr_cardscanner','QR Code Scanner','de_de','QR Code Scanner',28),(2064,'error_message_for_scan','Could not read the card Try again later.','de_de','Could not read the card Try again later.',28),(2065,'press_start_scan','Press to Start Scan','de_de','Press to Start Scan',28),(2066,'line_item_quntity_validation_msg','Value should be greater than zero','de_de','Value should be greater than zero',29),(2067,'percentage_msg','Percentage should be less than 100','de_de','Percentage should be less than 100',29),(2068,'MSG_NO_DATA','No data found!','de_de','No data found!',29),(2069,'MSG_SOMETHING_WRONG','Something went wrong!','de_de','Something went wrong!',29),(2070,'MSG_COMING_SOON','Coming Soon!','de_de','Coming Soon!',29),(2071,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','de_de','Please upload profile image.',29),(2072,'ALERT_TITLE_LOCATION_ACCESS','Location Access','de_de','Location Access',29),(2073,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','de_de','Requires your location to show nearby events.',29),(2074,'ALERT_BTN_ALLOW','ALLOW','de_de','ALLOW',29),(2075,'ALERT_BTN_DENY','DENY','de_de','DENY',29),(2076,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','de_de','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(2077,'DELETE_RECORD','Delete Record','de_de','Delete Record',29),(2078,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','de_de','Are you sure want to delete this shortcut?',29),(2079,'DELETE_SHORTCUT','Delete Shortcut','de_de','Delete Shortcut',29),(2080,'LBL_TERMS','By logging in, you agree to our Terms and','de_de','By logging in, you agree to our Terms and',29),(2081,'LBL_CONDITIONS','Conditions &','de_de','Conditions &',29),(2082,'ALERT_TITLE','Alert','de_de','Alert',29),(2083,'ALERT_BTN_SUBSCRIBE','Subscribe','de_de','Subscribe',29),(2084,'MSG_SELECT_MODULE','Please select any Module','de_de','Please select any Module',29),(2085,'MSG_SELECT_LIST','Please select any List','de_de','Please select any List',29),(2086,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','de_de','You don\'t have camera',29),(2087,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','de_de','You don\'t have permission to access gallery.',29),(2088,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','de_de','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(2089,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','de_de','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(2090,'BTN_DONE','Done','de_de','Done',29),(2091,'COMMENT','Comment','de_de','Comment',29),(2092,'FULL_FORM','Full Form','de_de','Full Form',29),(2093,'QUICK_CREATE','Create','de_de','Create',29),(2094,'LBL_SELECT_FIELDS','Select Fields','de_de','Select Fields',29),(2095,'LBL_SELECT_FIELDS','Select Fields','de_de','Select Fields',29),(2096,'LBL_SELECT_FIRST_FIELDS','Select First Field','de_de','Select First Field',29),(2097,'LBL_SELECT_SECOND_FIELDS','Select Second Field','de_de','Select Second Field',29),(2098,'LBL_SELECT_THIRD_FIELDS','Select Third Field','de_de','Select Third Field',29),(2099,'LBL_SORT_BY_FIELD','Select Sort By Field','de_de','Select Sort By Field',29),(2100,'BTN_RESET_TO_DEFAULT','Reset to Default','de_de','Reset to Default',29),(2101,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','de_de','Select Sort by field',29),(2102,'kStrClearBtnTitle','Clear','de_de','Clear',29),(2103,'kStrShowMoreBtnTitle','Show More','de_de','Show More',29),(2104,'kStrAddActivitiesBtnTitle','Add Activities','de_de','Add Activities',29),(2105,'kStrAddCommentPlaceHolder','Add your comments here','de_de','Add your comments here',29),(2106,'MSG_ENTER_TO_EMAIL','Please enter to field.','de_de','Please enter to field.',29),(2107,'WARNING_FILE','File can\'t open.','de_de','File can\'t open.',29),(2108,'MSG_FILE_SAVED','File saved.','de_de','File saved.',29),(2109,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','de_de','Download fail!, please try after sometime.',29),(2110,'LBL_SHORTCUT','Shortcut','de_de','Shortcut',29),(2111,'TXT_MESSAGE_PLACEHOLDER','Type Message','de_de','Type Message',29),(2112,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','de_de','Install Whatsapp',29),(2113,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','de_de','No MailBox found. Please Create Mailbox',29),(2114,'LBL_WROTE','Wrote','de_de','Wrote',29),(2115,'MSG_MAIL_SEND','Mail sent','de_de','Mail sent',29),(2116,'log_file_not_found','API Log file not found.','de_de','API Log file not found.',29),(2117,'unknown_error','An unknown error occurred, try again','de_de','An unknown error occurred, try again',29),(2118,'CTMTigerAppVersion','CRMTiger App Version','de_de','CRMTiger App Version',29),(2119,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','de_de','CTMobile Ext. Version Update Successfully',29),(2120,'dialog_Premium_downgrade','Downgrade will required logout and login again later','de_de','Downgrade will required logout and login again later',29),(2121,'dialog_Premium','Upgrade will required logout and login again later','de_de','Upgrade will required logout and login again later',29),(2122,'Overwrite','Overwrite','de_de','Overwrite',29),(2123,'MSGAddressOverwrite1','Overwrite the existing address with the selected','de_de','Overwrite the existing address with the selected',29),(2124,'MSGAddressOverwrite2','address details?','de_de','address details?',29),(2125,'UPGRADE_PLAN','Upgrade Plan','de_de','Upgrade Plan',29),(2126,'DOWNGRADE_PLAN','Downgrade Plan','de_de','Downgrade Plan',29),(2127,'UPGRADE_EXTENSION','Upgrade Extension','de_de','Upgrade Extension',29),(2128,'UPGRADE_APP','Upgrade App','de_de','Upgrade App',29),(2129,'SELECT_OPTION','Select Option','de_de','Select Option',29),(2130,'PLEASE_SELECT','Please select','de_de','Please select',29),(2131,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','de_de','You don\'t have permission for this module.',29),(2132,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','de_de','Please select reccuring day of month.',29),(2133,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','de_de','Please select reccuring day of week.',29),(2134,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','de_de','Please select reccuring days.',29),(2135,'Please select reccuring days.','Please select reccuring days.','de_de','Please select reccuring days.',29),(2136,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','de_de','Please select reccuring end date.',29),(2137,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','de_de','Please select reccuring type.',29),(2138,'FREQ_TIME','Times','de_de','Times',29),(2139,'REPEAT_YEARLY','Repeat Yearly','de_de','Repeat Yearly',29),(2140,'REPEAT_MONTHLY','Repeat Monthly','de_de','Repeat Monthly',29),(2141,'REPEAT_WEEKLY','Repeat Weekly','de_de','Repeat Weekly',29),(2142,'REPEAT_DAILY','Repeat Daily','de_de','Repeat Daily',29),(2143,'ACTION_TITLE','Action Title','de_de','Action Title',29),(2144,'MSG_SELECT_VALID_DATE','Please select valid day of month.','de_de','Please select valid day of month.',29),(2145,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','de_de','Start date should be less than end date.',29),(2146,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','de_de','Start time should be less than end time.',29),(2147,'LBL_LINEITEM_DETAILS','Lineitem Details','de_de','Lineitem Details',29),(2148,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','de_de','Discount amount should be less than the total.',29),(2149,'VIEW','View','de_de','View',29),(2150,'MSG_ENTER_VALID','Please enter valid','de_de','Please enter valid',29),(2151,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','de_de','Percentage should be less than 100.',29),(2152,'ITEM_TOTAL','Item Total','de_de','Item Total',29),(2153,'ADJUSTMENT','Adjustment','de_de','Adjustment',29),(2154,'TITLE_CHOOSE_IMAGE','Choose Image','de_de','Choose Image',29),(2155,'COMPRESS','Compress','de_de','Compress',29),(2156,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','de_de','Your image size is too large, please select another image',29),(2157,'OnDayOfMonth','On day of month','de_de','On day of month',29),(2158,'OnDayOfWeek','On day of week','de_de','On day of week',29),(2159,'AddAndClose','Add & Close','de_de','Add & Close',29),(2160,'Repeat','Repeat','de_de','Repeat',29),(2161,'OnDay','On day','de_de','On day',29),(2162,'View_Line_Item','View Line Item','de_de','View Line Item',29),(2163,'TITLE_IMAGE','Image','de_de','Image',29),(2164,'TITLE_ICLOUD','iCloud','de_de','iCloud',29),(2165,'GOOGLE','Google','de_de','Google',29),(2166,'ALERT_BTN_OKAY','Okay','de_de','Okay',29),(2167,'ALERT_TITLE_ACCESS_DENIED','Access Denied','de_de','Access Denied',29),(2168,'Dont_Show_Again','Don\'t show again','de_de','Don\'t show again',29),(2169,'Skip','Skip','de_de','Skip',29),(2170,'Fillter_Name','Fillter Name','de_de','Fillter Name',29),(2171,'Fillter_Record_Count','Fillter Record Count','de_de','Fillter Record Count',29),(2172,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','de_de','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(2173,'vtiger_url','Your vTiger CRM URL','de_de','Your vTiger CRM URL',26),(2174,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','de_de','You don\'t have permission to Add either This is read-only or Private Field.',31),(2175,'CLEAR','Clear','de_de','Clear',31),(2176,'Files/photos uploaded successfully','Files/photos uploaded successfully','de_de','Files/photos uploaded successfully',32),(2177,'Digital signature saved','Digital signature saved','de_de','Digital signature saved',32),(2178,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','de_de','Please upload Signature or Files/photos',32),(2179,'Files / Photos','Files / Photos','de_de','Files / Photos',32),(2180,'Signature','Signature','de_de','Signature',32),(2181,'add_photo_using','Add Photo Using','de_de','Add Photo Using',31),(2182,'btn_upload_sign','(+) Add Signature','de_de','(+) Add Signature',31),(2183,'btn_upload_photo_doc','(+) Upload Files/Photos','de_de','(+) Upload Files/Photos',31),(2184,'select_photo_doc_to_upload','Please select files/photos to upload','de_de','Please select files/photos to upload',31),(2185,'related_module_title','Search from related module and Add to \"Route\"','de_de','Search from related module and Add to \"Route\"',30),(2186,'Route status updated successfully','Route status updated successfully','de_de','Route status updated successfully',32),(2187,'Session init failed','Session init failed','de_de','Session init failed',32),(2188,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','de_de','You don\'t have permission to access this resource',32),(2189,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','de_de','Could not get the Related To - Try again later',32),(2190,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','de_de','Could not get the Route Planning Record - Try again later',32),(2191,'Something went wrong - Try again later','Something went wrong - Try again later','de_de','Something went wrong - Try again later',32),(2192,'sequence updated successfully','sequence updated successfully','de_de','sequence updated successfully',32),(2193,'sequence cannot be empty','sequence cannot be empty','de_de','sequence cannot be empty',32),(2194,'Shortcut details not saved','Shortcut details not saved','de_de','Shortcut details not saved',32),(2195,'Shortcut details saved successfully','Shortcut details saved successfully','de_de','Shortcut details saved successfully',32),(2196,'Route save successfully','Route save successfully','de_de','Route save successfully',32),(2197,'Record save successfully','Record save successfully','de_de','Record save successfully',32),(2198,'No dependency found for picklist','No dependency found for picklist','de_de','No dependency found for picklist',32),(2199,'No records found','No records found','de_de','No records found',32),(2200,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','de_de','Outgoing server is not enabled, please configure from CRM',32),(2201,'Removed Successfully','Removed Successfully','de_de','Removed Successfully',32),(2202,'Shortcut has been deleted','Shortcut has been deleted','de_de','Shortcut has been deleted',32),(2203,'relation of records removed successfully','relation of records removed successfully','de_de','relation of records removed successfully',32),(2204,'relation of records not removed','relation of records not removed','de_de','relation of records not removed',32),(2205,'Record has been deleted successfully','Record has been deleted successfully','de_de','Record has been deleted successfully',32),(2206,'Time Tracking saved successfully','Time Tracking saved successfully','de_de','Time Tracking saved successfully',32),(2207,'Time Tracking updated successfully','Time Tracking updated successfully','de_de','Time Tracking updated successfully',32),(2208,'Time Tracking ended successfully','Time Tracking ended successfully','de_de','Time Tracking ended successfully',32),(2209,'Time Tracking started successfully','Time Tracking started successfully','de_de','Time Tracking started successfully',32),(2210,'record cannot be empty','record cannot be empty','de_de','record cannot be empty',32),(2211,'Module is disabled','Module is disabled','de_de','Module is disabled',32),(2212,'Shift ended successfully','Shift ended successfully','de_de','Shift ended successfully',32),(2213,'Shift started successfully','Shift started successfully','de_de','Shift started successfully',32),(2214,'relation of records added successfully','relation of records added successfully','de_de','relation of records added successfully',32),(2215,'Comment saved successfully','Comment saved successfully','de_de','Comment saved successfully',32),(2216,'Comment not saved','Comment not saved','de_de','Comment not saved',32),(2217,'Comment module is not active','Comment module is not active','de_de','Comment module is not active',32),(2218,'No Upcoming Event','No Upcoming Event','de_de','No Upcoming Event',32),(2219,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','de_de','No Templates found - create it from Message Templates module',32),(2220,'No event or task for this date','No event or task for this date','de_de','No event or task for this date',32),(2221,'No filters created','No filters created','de_de','No filters created',32),(2222,'Select at least one record to attach','Select at least one record to attach','de_de','Select at least one record to attach',32),(2223,'Please select one or more attachments','Please select one or more attachments','de_de','Please select one or more attachments',32),(2224,'No event for this month','No event for this month','de_de','No event for this month',32),(2225,'No Activity found','No Activity found','de_de','No Activity found',32),(2226,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','de_de','Your feedback is valuable for us - it cannot be empty',32),(2227,'Could not send mail, Please try later','Could not send mail, Please try later','de_de','Could not send mail, Please try later',32),(2228,'Latest Version updated successfully','Latest Version updated successfully','de_de','Latest Version updated successfully',32),(2229,'User Location Updated Successfully','User Location Updated Successfully','de_de','User Location Updated Successfully',32),(2230,'User Location not Updated Successfully','User Location not Updated Successfully','de_de','User Location not Updated Successfully',32),(2231,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','de_de','SMSNotifier is not enable in CRM. Please enable it first',32),(2232,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','de_de','Could not submit your feedback - Please try again later',32),(2233,'Thank you for submitting your feedback','Thank you for submitting your feedback','de_de','Thank you for submitting your feedback',32),(2234,'Please upload User Image','Please upload User Image','de_de','Please upload User Image',32),(2235,'Image Not Uploading, please try again','Image Not Uploading, please try again','de_de','Image Not Uploading, please try again',32),(2236,'User Image Uploaded Successfully','User Image Uploaded Successfully','de_de','User Image Uploaded Successfully',32),(2237,'Invalid Module name','Invalid Module name','de_de','Invalid Module name',32),(2238,'Records Sync Successfully','Records Sync Successfully','de_de','Records Sync Successfully',32),(2239,'Values cannot be empty','Values cannot be empty','de_de','Values cannot be empty',32),(2240,'Record id is empty','Record id is empty','de_de','Record id is empty',32),(2241,'Logout Successfully','Logout Successfully','de_de','Logout Successfully',32),(2242,'Please Enable CTMobile Module','Please Enable CTMobile Module','de_de','Please Enable CTMobile Module',32),(2243,'Authentication Failed','Username and Password do not match','de_de','Username and Password do not match',32),(2244,'Mismatched module information','Something gone wrong, please try again later','de_de','Something gone wrong, please try again later',32),(2245,'Field does not exists','Please set display fields again','de_de','Please set display fields again',32),(2246,'Module does not exists','Module does not exists or disabled by admin','de_de','Module does not exists or disabled by admin',32),(2247,'Month cannot be empty','Could not get the Month - Try again later','de_de','Could not get the Month - Try again later',32),(2248,'Year cannot be empty','Could not get the Year - Try again later','de_de','Could not get the Year - Try again later',32),(2249,'Date cannot be empty','Could not get the Date - Try again later','de_de','Could not get the Date - Try again later',32),(2250,'Userid cannot be empty','Could not get the Userid - Try again later','de_de','Could not get the Userid - Try again later',32),(2251,'End Date cannot be empty','Could not get the status - Try again later','de_de','Could not get the status - Try again later',32),(2252,'Start Date cannot be empty','Could not get the Start Date - Try again later','de_de','Could not get the Start Date - Try again later',32),(2253,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','de_de','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(2254,'Longitude cannot be empty','Could not get location-Please try again','de_de','Could not get location-Please try again',32),(2255,'Latitude cannot be empty','Could not get location-Please try again','de_de','Could not get location-Please try again',32),(2256,'User cannot be empty','Could not get the User - Try again later','de_de','Could not get the User - Try again later',32),(2257,'Status cannot be empty','Could not get the status - Try again later','de_de','Could not get the status - Try again later',32),(2258,'Required fields not found','Required fields not found','de_de','Required fields not found',32),(2259,'Tracking module not active','Tracking module not active-Please contact CRM Admin','de_de','Tracking module not active-Please contact CRM Admin',32),(2260,'Missing mandatory input values','Missing mandatory input values','de_de','Missing mandatory input values',32),(2261,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','de_de','No MailBox found. Please Create Mailbox',32),(2262,'Mail not sent','Mail not sent','de_de','Mail not sent',32),(2263,'Mail send successfully','Mail send successfully','de_de','Mail send successfully',32),(2264,'Email Id or username not match with your record','Email Id or username not match with your record','de_de','Email Id or username not match with your record',32),(2265,'Module not specified','Module not specified','de_de','Module not specified',32),(2266,'No messages found','No messages found','de_de','No messages found',32),(2267,'No Dependency Found For This Module','No Dependency Found For This Module','de_de','No Dependency Found For This Module',32),(2268,'Outgoing server is not Enabled','Outgoing server is not Enabled','de_de','Outgoing server is not Enabled',32),(2269,'Outgoing server is Enabled','Outgoing server is Enabled','de_de','Outgoing server is Enabled',32),(2270,'Email Attached Successfully','Email Attached Successfully','de_de','Email Attached Successfully',32),(2271,'Documents Attached Successfully','Documents Attached Successfully','de_de','Documents Attached Successfully',32),(2272,'Login required - Please login again','Login required - Please login again','de_de','Login required - Please login again',32),(2273,'time_tracking_module_disable','Time tracking module is disable','de_de','Time tracking module is disable',31),(2274,'route_planning_module_disable','Route planning module is disable','de_de','Route planning module is disable',31),(2275,'mark_as_held','Are you sure you want to mark Event as Held?','de_de','Are you sure you want to mark Event as Held?',31),(2276,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','de_de','You have already started Time tracking for another record, Do you want to stop it first ?',31),(2277,'access_denied_routeplanning','Access denied for route planning','de_de','Access denied for route planning',31),(2278,'time_spent','Time Spent','de_de','Time Spent',31),(2279,'select_user','Select User','de_de','Select User',30),(2280,'status_cannot_be_held','Status cannot be held for future date start','de_de','Status cannot be held for future date start',30),(2281,'please_select_end_date','Please select end date','de_de','Please select end date',30),(2282,'please_select_start_date','Please select start date','de_de','Please select start date',30),(2283,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','de_de','Tap on + icon to select record for your route.',30),(2284,'please_enter_notes','Please enter notes','de_de','Please enter notes',30),(2285,'please_enter_title','Please enter title','de_de','Please enter title',30),(2286,'please_select_date','Please Select Date','de_de','Please Select Date',30),(2287,'search_by_date','Search by Date','de_de','Search by Date',30),(2288,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','de_de','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(2289,'max_upload_size','max file Upload exceeds','de_de','max file Upload exceeds',30),(2290,'unselect_all','UnSelect All','de_de','UnSelect All',30),(2291,'select_all','Select All','de_de','Select All',30),(2292,'please_select_records','Please select records','de_de','Please select records',30),(2293,'select_date','Select Date','de_de','Select Date',30),(2294,'quantity_in_stock_is','Quantity in stock is','de_de','Quantity in stock is',30),(2295,'replies','Replies','de_de','Replies',30),(2296,'conversation_require_selection','Conversion requires selection of Contact or Organization','de_de','Conversion requires selection of Contact or Organization',30),(2297,'please_select_product','Please Select Product','de_de','Please Select Product',30),(2298,'timer_msg','You can start timer for single task only at same time','de_de','You can start timer for single task only at same time',31),(2299,'save_start_tracking','Save & Start Tracking','de_de','Save & Start Tracking',31),(2300,'lbl_notes','Notes','de_de','Notes',31),(2301,'enter_title','Enter Title','de_de','Enter Title',31),(2302,'select_module_record','Select Module / Record','de_de','Select Module / Record',31),(2303,'lbl_tomorrow','Tomorrow','de_de','Tomorrow',30),(2304,'lbl_yesterday','Yesterday','de_de','Yesterday',30),(2305,'lbl_today','Today','de_de','Today',30),(2306,'time_tracker','Time Tracker','de_de','Time Tracker',31),(2307,'time_end','End Time','de_de','End Time',5),(2308,'due_date','End Date','de_de','End Date',5),(2309,'time_start','Time Start','de_de','Time Start',5),(2310,'date_start','Start Date','de_de','Start Date',5),(2311,'delete_widget_msg','Display widget again by using (+) option','de_de','Display widget again by using (+) option',15),(2312,'no_upcoming_activities','No scheduled activities    ','de_de','No scheduled activities    ',15),(2313,'check_in_first','Please check-in first','de_de','Please check-in first',30),(2314,'duration','Duration','de_de','Duration',30),(2315,'distance','Distance','de_de','Distance',30),(2316,'proper_address_message','Please enter proper address in record\n','de_de','Please enter proper address in record',30),(2317,'select_status','Select Status','de_de','Select Status',30),(2318,'route_planner','Route Planner','de_de','Route Planner',30),(2319,'route_planning','Route Planning','de_de','Route Planning',30),(2320,'add_route','Add Route','de_de','Add Route',30),(2321,'calender_disabled','Calendar Module is disabled','de_de','Calendar Module is disabled',30),(2322,'close_dialog','Close form','de_de','Close form',30),(2323,'cancel_form_message','Are You sure want to close ?','de_de','Are You sure want to close ?',30),(2324,'create_route','Create Route','de_de','Create Route',30),(2325,'select_module_create_route','Select Module to create Route','de_de','Select Module to create Route',30),(2326,'cancel','Cancel','de_de','Stornieren',30),(2327,'assign_route','Assign Route','de_de','Assign Route',30),(2328,'route_for','Route for','de_de','Route for',30),(2329,'assigned_to','Assigned To','de_de','Assigned To',30),(2330,'enter_route_name','Enter Route Name','de_de','Enter Route Name',30),(2331,'list','List','de_de','List',30),(2332,'map','Map','de_de','Map',30),(2333,'other_modules','Other Modules','de_de','Other Modules',15),(2334,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','de_de','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(2335,'clear','Clear','de_de','Clear',25),(2336,'open','Open','de_de','Open',11),(2337,'max_file_msg','Too many files selected (max:6)','de_de','Too many files selected (max:6)',11),(2338,'error_voicenote_record','Unable to recording voice while another application is recording sound.','de_de','Unable to recording voice while another application is recording sound.',11),(2339,'msg_warning','Warning!','de_de','Warning!',11),(2340,'Permision_denied_contact','Permission denied to access your contacts','de_de','Permission denied to access your contacts',15),(2341,'no_widget_added','Please click + icon to add new widget to your dashboard.','de_de','Please click + icon to add new widget to your dashboard.',15),(2342,'no_data_available','Data not available, please check the selected fields','de_de','Data not available, please check the selected fields',15),(2343,'check_out_successfully','Check out successfully','de_de','Checked out successfully',11),(2344,'check_in_successfully','Check in successfully','de_de','Checked in successfully',11),(2345,'check_out','Check out','de_de','Check out',11),(2346,'check_in','Check in','de_de','Check in',11),(2347,'navigate','Navigate','de_de','Navigate',11),(2348,'save_to_phone_vcard_success','VCard Saved to phone successfully','de_de','VCard Saved to phone successfully',15),(2349,'download_vcard_success','VCard downloaded successfully','de_de','VCard downloaded successfully',15),(2350,'card_details','Card Details','de_de','Card Details',15),(2351,'add_widget','Add Widget','de_de','Add Widget',15),(2352,'delete_widget','Are you sure to hide widget?','de_de','Are you sure to hide widget?',15),(2353,'already_widgets_added','All types of Widget & reports are already added','de_de','All types of Widget & reports are already added',15),(2354,'retry','Retry','de_de','Retry',28),(2355,'retake','Retake','de_de','Retake',28),(2356,'Reports','Reports','de_de','Reports',15),(2357,'Widgets','Widgets','de_de','Widgets',15),(2358,'vcard_config','Vcard Configuration','de_de','Vcard Configuration',8),(2359,'save_to_phone','Save to phone','de_de','Save to phone',11),(2360,'download_vcard','Download Vcard','de_de','Download Vcard',11),(2361,'share_vcard','Share Vcard','de_de','Share Vcard',11),(2362,'share_record','Share Record','de_de','Share Record',11),(2363,'permission_denied_edit','You don\'t have permission to edit this record.','de_de','You don\'t have permission to edit this record.',27),(2364,'permission_denied_delete','You don\'t have permission to delete this record.','de_de','You don\'t have permission to delete this record.',27),(2365,'Voice_Recording_Started','Recording Started','de_de','Recording Started',12),(2366,'Voice_Recording_Stopped','Recording Stopped','de_de','Recording Stopped',12),(2367,'SEARCH','Search','de_de','Search',7),(2368,'LAST','Last','de_de','Last',7),(2369,'FIRST','First','de_de','First',7),(2370,'MONDAY','Monday','de_de','Monday',7),(2371,'TUESDAY','Tuesday','de_de','Tuesday',7),(2372,'WEDNESDAY','Wednesday','de_de','Wednesday',7),(2373,'THURSDAY','Thursday','de_de','Thursday',7),(2374,'FRIDAY','Friday','de_de','Friday',7),(2375,'SATURDAY','Saturday','de_de','Saturday',7),(2376,'SUNDAY','Sunday','de_de','Sunday',7),(2377,'DAILY','Daily','de_de','Daily',7),(2378,'WEEKLY','Weekly','de_de','Weekly',7),(2379,'MONTHLY','Monthly','de_de','Monthly',7),(2380,'YEARLY','Yearly','de_de','Yearly',7),(2381,'asset_tracking','Asset tracking','de_de','Asset tracking',15),(2382,'open_file','Open File','de_de','Open File',1),(2383,'download_pdf_successfully','Download PDF Successfully','de_de','Download PDF Successfully',1),(2384,'select_pdf','Select PDF','de_de','Select PDF',1),(2385,'email_pdf','Email PDF','de_de','Email PDF',1),(2386,'download_pdf','Download PDF','de_de','Download PDF',1),(2387,'edit_route','Edit Route','de_de','Edit Route',1),(2388,'save_route','Save Route','de_de','Save Route',1),(2389,'clear_all','Clear All','de_de','Clear All',1),(2390,'notification','Notifications','de_de','Notifications',1),(2391,'menu_management','Menu Management','de_de','Menu Management',1),(2392,'select_menu','Select Menu','de_de','Select Menu',1),(2393,'module_record_not_found','Module and Record not found','de_de','Module and Record not found',1),(2394,'reason_for_changing_comments','Reason for changing comments','de_de','Reason for changing comments',1),(2395,'edit_reason','Edit Reason','de_de','Edit Reason',1),(2396,'create_filters','Create Filter','de_de','Create Filter',1),(2397,'you_checked','You Checked','de_de','You Checked',1),(2398,'you_un_checked','You UnChecked','de_de','You UnChecked',1),(2399,'log_the_call','Log the call ?','de_de','Log the call ?',1),(2400,'add_a_description_(optional)','Add a description (optional)','de_de','Add a description (optional)',1),(2401,'called','Called','de_de','Called',1),(2402,'call_log','Call Log','de_de','Call Log',1),(2403,'subject','Subject','de_de','Subject',1),(2404,'add_condition','Add Condition','de_de','Add Condition',1),(2405,'select_condition','Select Condition','de_de','Select Condition',1),(2406,'select_field','Select Field','de_de','Select Field',1),(2407,'please_select_first_field','Please First Select field','de_de','Please First Select field',1),(2408,'filter_name','Filter Name','de_de','Filter Name',1),(2409,'enter_filter_name','Enter filter name','de_de','Enter filter name',1),(2410,'choose_conditions','Choose Conditions','de_de','Choose Conditions',1),(2411,'all_condition','All Conditions(All conditions must be met)','de_de','All Conditions(All conditions must be met)',1),(2412,'any_condition','Any Conditions(At least one the conditions must be met)','de_de','Any Conditions(At least one the conditions must be met)',1),(2413,'lattitude','latitude','de_de','latitude',1),(2414,'notification_settings','Notification Settings','de_de','Notification Settings',1),(2415,'notification_management','Notification Management','de_de','Notification Management',1),(2416,'addyourcommentshere','Type @ to mention user','de_de','Type @ to mention user',1),(2417,'google_api_key_missing','Google Api key is missing.','de_de','Google Api key is missing.',1),(2418,'event_filter_by','Event Filter by','de_de','Event Filter by',1),(2419,'apply','Apply','de_de','Apply',1),(2420,'choose_from_gallery','Choose From Gallery','de_de','Choose From Gallery',1),(2421,'choose_from_camera','Choose From Camera','de_de','Choose From Camera',1),(2422,'mutli_select_CB','Mutli Select CB','de_de','Mutli Select CB',1),(2423,'please_select_condition','Please Select Condition','de_de','Please Select Condition',1),(2424,'please_enter_value_or_field','Please Enter Value or Field','de_de','Please Enter Value or Field',1),(2425,'set_as_default','Set as Default','de_de','Set as Default',1),(2426,'list_in_metrics','List in Metrics','de_de','List in Metrics',1),(2427,'order_number','Order Number','de_de','Order Number',1),(2428,'recording_saved_message','Recording saved successfully.','de_de','Recording saved successfully.',1),(2429,'recording_file','Recording File','de_de','Recording File',1),(2430,'file_not_found','File not found','de_de','File not found',1),(2431,'please_enter_valid_path','Please enter valid path','de_de','Please enter valid path',1),(2432,'enter_path_here','Enter path here...','de_de','Enter path here...',1),(2433,'set_call_recording_path','Set Call Recording Path','de_de','Set Call Recording Path',1),(2434,'set_call_recording_path_here','Set call recording path here','de_de','Set call recording path here',1),(2435,'call_recording_path','Call Recording Path','de_de','Call Recording Path',1),(2436,'please_place_api','Please enable place api','de_de','Please enable place api',1),(2437,'event_filters_by','Event Filters by','de_de','Event Filters by',1),(2438,'select_at_least_one_option','Please select at least one option','de_de','Please select at least one option',1),(2439,'enable_call_feature','Please enable call feature','de_de','Please enable call feature',1),(2440,'enable_email_feature','Please enable email feature','de_de','Please enable email feature',1),(2441,'demo_login','Demo Login','de_de','Demo Login',1),(2442,'select_email_template','Select Email Template','de_de','Select Email Template',1),(2443,'template_name','Template Name','de_de','Template Name',1),(2444,'example_storage_path','example : storage/Music/Recordings/Call Recordings','de_de','example : storage/Music/Recordings/Call Recordings',1),(2445,'User Notification Settings saved successfully','User Notification Settings saved successfully','de_de','User Notification Settings saved successfully',33),(2446,'This Notification has been disabled by admin','This Notification has been disabled by admin','de_de','This Notification has been disabled by admin',33),(2447,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','de_de','Notify when any updates to the record you\'re following',33),(2448,'Task assigned to you','Task assigned to you','de_de','Task assigned to you',33),(2449,'Task Reminder','Task Reminder','de_de','Task Reminder',33),(2450,'You were mentioned in comments','You were mentioned in comments','de_de','You were mentioned in comments',33),(2451,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','de_de','Comments has been added to record assigned to you',33),(2452,'When Record Assigned','When Record Assigned','de_de','When Record Assigned',33),(2453,'Event Reminder','Event Reminder','de_de','Event Reminder',33),(2454,'Event Invitation','Event Invitation','de_de','Event Invitation',33),(2455,'Follow record','Follow record','de_de','Follow record',33),(2456,'Task','Task','de_de','Task',33),(2457,'Conversions','Conversions','de_de','Conversions',33),(2458,'Events','Events','de_de','Events',33),(2459,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','de_de','No record(s) found Please click on filter icon to change filter',1),(2460,'title','Title','de_de','Title',1),(2461,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','de_de','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(2462,'call_recording','Call recording','de_de','Call recording',1),(2463,'voice_recorder','Voice Recorder','de_de','Voice Recorder',1),(2464,'no_address_reference_found','No Address Reference found','de_de','No Address Reference found',32),(2465,'no_overdue_activities','No OverDue Activities','de_de','No OverDue Activities',32),(2466,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','de_de','Please enter proper address from this address we are not getting proper latitude and longitude',32),(2467,'Default_Search_Field','Default search field','de_de','Default search field',32),(2468,'Calender_Reminder_Message','Free user can\'t send local reminder','de_de','Free user can\'t send local reminder',32),(2469,'you_must_have_permission','You must give permissions to use this features.','de_de','You must give permissions to use this features.',32),(2470,'internal_comment','Internal Comment','de_de','Internal Comment',1),(2471,'unlink_record','Unlink Record','de_de','Unlink Record',11),(2472,'unlink_record_msg','Are you sure want to unlink record?','de_de','Are you sure want to unlink record?',11),(2473,'file_format_not_support','File format not supported','de_de','File format not supported',11),(2474,'file_upload','File Upload','de_de','File Upload',5),(2475,'to_vtiger','To Vtiger','de_de','To Vtiger',5),(2476,'link_external_document','Link External Document','de_de','Link External Document',5),(2477,'from_file_url','From File Url','de_de','From File Url',5),(2478,'create_new_document','Create New Document','de_de','Create New Document',5),(2479,'select_document_type','Select Document type','de_de','Select Document type',5),(2480,'add_signature','Please add signature','de_de','Please add signature',11),(2481,'date_greater_then_equal','should be greater than or equal to','de_de','should be greater than or equal to',1),(2482,'date_less_then_equal','should be less than or equal to','de_de','should be less than or equal to',1),(2483,'Click_on_plus_for_add','Please tap on  +  to create a new record.','de_de','Please tap on  +  to create a new record.',15),(2484,'display_map','Display map','de_de','Display map',15),(2485,'other_settings','Other settings','de_de','Other settings',15),(2486,'total_hours','Total hours','de_de','Total hours',15),(2487,'widget_not_found','No widgets found','de_de','No widgets found',15),(2488,'quickaction','Quick action','de_de','Quick action',15),(2489,'dashboard','Dashboard','de_de','Dashboard',15),(2490,'new','New','de_de','New',15),(2491,'global_search_hint','Please try to search using search box at top','de_de','Please try to search using search box at top',15),(2492,'near_by_map','Near By Map','de_de','Near By Map',15),(2493,'miles','Miles','de_de','Miles',15),(2494,'lbl_filters','Filters','de_de','Filters',27),(2495,'warning','Warning','de_de','Warning',27),(2496,'no_filter_created','No filter is created.','de_de','No filter is created.',27),(2497,'please_create_new_ilter','Please create a new filter','de_de','Please create a new filter',27),(2498,'select_search_fields','Select fields for the search record.','de_de','Select fields for the search record.',27),(2499,'apply_fliters','Apply filters','de_de','Apply filters',27),(2500,'sort_by','Sort by','de_de','Sort by',27),(2501,'sort_order','Sort order','de_de','Sort order',27),(2502,'Start_time_tracking','Start time tracking','de_de','Start time tracking',31),(2503,'Stop_time_tracking','Stop time tracking','de_de','Stop time tracking',31),(2504,'image_preview','Image preview','de_de','Image preview',11),(2505,'phone_number','Phone number','de_de','Phone number',11),(2506,'email_address','Email address','de_de','Email address',11),(2507,'edit_your_preferences','Edit your preferences','de_de','Edit your preferences',8),(2508,'about_app','About app','de_de','About app',8),(2509,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','de_de','You already have latest CTMobile Ext. Version',8),(2510,'updated_app_version','You already have latest CRMTiger App Version','de_de','You already have latest CRMTiger App Version',8),(2511,'plan','Plan','de_de','Plan',8),(2512,'time','Time','de_de','Time',31),(2513,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','de_de','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(2514,'add_to_quick_action','Add to quick action','de_de','Add to quick action',1),(2515,'add_filter_to_quick_action','Add filter to quick action','de_de','Add filter to quick action',1),(2516,'create_record','Create Record','de_de','Create Record',1),(2517,'quick_action_hint','You can Add Quick Action here','de_de','You can Add Quick Action here',1),(2518,'str_send','Send','de_de','Send',3),(2519,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','de_de','Do you want to update tax & charge values corresponding to selected region?',1),(2520,'delete_quick_action_widgest','Delete Widget?','de_de','Delete Widget?',15),(2521,'add_record_to_dashboard','Add record to dashboard','de_de','Add record to dashboard',15),(2522,'module_quick_action_msg','Module added to dashboard','de_de','Module added to dashboard',15),(2523,'filter_quick_action_msg','Filter added to dashboard','de_de','Filter added to dashboard',15),(2524,'record_quick_action_msg','Record added to dashboard','de_de','Record added to dashboard',15),(2525,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','de_de','Filter shortcut added to dashboard',15),(2526,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','de_de','Record shortcut added to dashboard',15),(2527,'documents_disabled','Documents Module is disabled','de_de','Documents Module is disabled',1),(2528,'document_dont_attachment','Document does not have a attachment','de_de','Document does not have a attachment',1),(2529,'go_to_neat_by','Go to NearBy','de_de','Go to NearBy',15),(2530,'go_to_time_tracking','Go to Time Tracker','de_de','Go to Time Tracker',13),(2531,'nearby_quick_action_msg','NearBy added to dashboard','de_de','NearBy added to dashboard',15),(2532,'time_tracking_quick_action_msg','Time Tracking added to dashboard','de_de','Time Tracking added to dashboard',15),(2533,'attendance_quick_action_msg','Attendance added to dashboard','de_de','Attendance added to dashboard',15),(2534,'attachment','Attachment','de_de','Attachment',15),(2535,'search_by_fields','Search by fields','de_de','Search by fields',27),(2536,'apply_selected','Apply selected','de_de','Apply selected',27),(2537,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','de_de','auto address finder is disabled, please enable it from CRMTiger Settings',1),(2538,'Attendance','Attendance','de_de','Attendance',15),(2539,'Check-in successfully','Check-in successfully','de_de','Check-in successfully',32),(2540,'Check-out successfully','Check-out successfully','de_de','Check-out successfully',32),(2541,'Nothing around here','Nothing around here','de_de','Nothing around here',13),(2542,'select_days','Select Days','de_de','Select Days',5),(2543,'select_minutes','Select Minutes','de_de','Select Minutes',5),(2544,'select_hours','Select Hours','de_de','Select Hours',5),(2545,'no_lat_long_found','Location information (Latitude,Longitude) not found','de_de','Location information (Latitude,Longitude) not found',32),(2546,'Call Log save successfully','Call Log save successfully','de_de','Call Log save successfully',32),(2547,'Files/photos deleted successfully','Files/photos deleted successfully','de_de','Files/photos deleted successfully',32),(2548,'network_error','Network connection error!','es_mx','Error en la red',1),(2549,'connection_check','Could not connect to CRM, Please check your Internet connection.','es_mx','Por favor verifica tu conexión a internet.',1),(2550,'update','Update','es_mx','Actualizar',1),(2551,'cancel','Cancel','es_mx','Cancelar',1),(2552,'ok','Ok','es_mx','OK',1),(2553,'more_information','Click here for more information.','es_mx','Haz clic aquí para más información.',1),(2554,'yes','Yes','es_mx','Sí',1),(2555,'no','No','es_mx','No',1),(2556,'click_again_exit','Click again to exit','es_mx','Haz clic nuevamente para salir',1),(2557,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','es_mx','No tienes permiso para ver esta característica. Por favor suscríbete a la versión Premium. Haz clic aquí para suscribirte.',1),(2558,'clickhere','Click here','es_mx','Haz clic aquí',1),(2559,'clickhere_subscribe','Click here to subscribe premium version','es_mx','Haz clic aquí para suscribirte',1),(2560,'clickhere_configure','Click here and view how to Configure.','es_mx','Haz clic aquí para ver cómo configurar.',1),(2561,'please_wait','Please Wait…','es_mx','Por favor espere...',1),(2562,'share__msg','Share file with','es_mx','compartir archivo con',1),(2563,'dialog_camera','Camera','es_mx','Cámara',1),(2564,'dialog_add_file_by','Take Photo from','es_mx','Añadir archivos por',1),(2565,'add','Add','es_mx','Añadir',1),(2566,'mail_manager_configured','Mail Manager is not configured','es_mx','El administrador de correos no está configurado',1),(2567,'dialog_add_files_by','Add Files by','es_mx','Añadir archivos por',1),(2568,'dialog_drive','Drive','es_mx','Drive',1),(2569,'dialog_drop_box','Drop Box','es_mx','Drop Box',1),(2570,'dialog_need_signin','You need to Sign-in to your Drive account first.','es_mx','Necesitas registrarte primero',1),(2571,'dialog_gallery','Gallery','es_mx','Galería',1),(2572,'delete','Delete','es_mx','Borrar',1),(2573,'timeoutmessage','Oops! Request is taking more time than expected.','es_mx','Ups! la solicitud está tardando más de lo esperado.',1),(2574,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','es_mx','El GPS no está habilitado. Por favor enciéndelo para obtener tus ubicaciones cercanas.',1),(2575,'sure_want_delete','Are you sure want to delete ?','es_mx','¿Estás seguro que quieres borrar?',1),(2576,'select','Select','es_mx','Seleccionar',1),(2577,'msgforrecordaudio','Minimum record duration one second.','es_mx','Duración mínima de grabación: un minuto',1),(2578,'permission_storage','Permission denied to read your External storage','es_mx','Permiso denegado para leer tu almacenamiento externo',1),(2579,'send_permission_msg','Send message permission denied','es_mx','Permiso para enviar mensaje denegado',1),(2580,'choosefile','Choose File','es_mx','Seleccione un archivo',1),(2581,'enter','Enter','es_mx','Enter',1),(2582,'select_an_option','Select an Option','es_mx','Elija una opción',1),(2583,'email_validation','Email is not valid','es_mx','El email no es válido',1),(2584,'please_enter','Please Enter','es_mx','Por favor ingresa',1),(2585,'website_validation_text','Website URL is not valid','es_mx','La url del sitio web no es válida',1),(2586,'selectvalue','Select value first','es_mx','Selecciona el valor primero',1),(2587,'email','Email','es_mx','Email',1),(2588,'enter_email_address','Enter email address','es_mx','Ingresa email',1),(2589,'email_address_not_correct','Email address incorrect','es_mx','Email incorrecto',1),(2590,'pls_enter_subject','Please Enter Subject','es_mx','Por favor ingresa el asunto',1),(2591,'attachFiles','Attached File','es_mx','Archivo adjunto',1),(2592,'from','From','es_mx','De',1),(2593,'to','To','es_mx','Para',1),(2594,'call_permission_msg','Call permission denied','es_mx','Permiso de llamada denegado',1),(2595,'no_records','No records found','es_mx','No se encontraron registros',1),(2596,'fullform','Create New','es_mx','Forma completa',1),(2597,'save','Save','es_mx','Guardar',1),(2598,'total','Total','es_mx','Total',1),(2599,'discount','Discount','es_mx','Descuento',1),(2600,'price','Price','es_mx','Precio *',1),(2601,'quantity','Quantity','es_mx','Cantidad *',1),(2602,'select_module','Select Module','es_mx','Seleccionar módulo',1),(2603,'item_list','Item List','es_mx','Lista de Items',1),(2604,'quickcreate','Quick Create','es_mx','Creación rápida',1),(2605,'overwrite_msg_part1','Overwrite the existing address with the selected','es_mx','Sobre escribir la direcccion actual con los detalles ',1),(2606,'once_in_every','Once in every','es_mx','Una vez cada',1),(2607,'overwrite_msg_part2','address details?','es_mx','de la dirección elegida?',1),(2608,'add_item','Add Item','es_mx','Añadir Item',1),(2609,'recordsave','Record saved successfully','es_mx','Registro guardado exitosamente',1),(2610,'recordnotsave','Could not save record. Try again later','es_mx','Registro no guardado',1),(2611,'minutes','Minutes','es_mx','Minutos',1),(2612,'hours','Hours','es_mx','horas',1),(2613,'days','Days','es_mx','Días',1),(2614,'on','On','es_mx','El',1),(2615,'day_of_the_month','day of the month','es_mx','día del mes',1),(2616,'list_price','List Price','es_mx','Precio de lista *',1),(2617,'add_record','Add Record','es_mx','Añadir registro',1),(2618,'add_product','Add Product','es_mx','Añadir Producto',1),(2619,'add_service','Add Service','es_mx','Añadir Servicio',1),(2620,'discountin','Discount in %','es_mx','Descuento en %',1),(2621,'unitprice','Unit price','es_mx','Precio unitario *',1),(2622,'netprice','Net price','es_mx','Precio neto *',1),(2623,'comments','Comments','es_mx','Comentarios',1),(2624,'add_close','Add & Close','es_mx','Añadir &amp; Cerrar',1),(2625,'fetching_rout_message','Fetching route, Please wait…','es_mx','Buscando la ruta, espere por favor…',1),(2626,'setting','Settings','es_mx','Configuración',1),(2627,'utc','UTC','es_mx','UTC',1),(2628,'in','In','es_mx','En',1),(2629,'days_ago','days ago','es_mx','días',1),(2630,'mins_ago','Minutes ago','es_mx','minutos',1),(2631,'justnow','Just now','es_mx','Ahora mismo',1),(2632,'hours_ago','hours ago','es_mx','horas',1),(2633,'in_1_day','In 1 day','es_mx','Dentro de 1 día',1),(2634,'scanqrcode','Asset / Card Scanner','es_mx','QR Card Scanner',1),(2635,'call_log','Call Log','es_mx','Bitácora de llamada',1),(2636,'voice_message','Hi','es_mx','Hola',1),(2637,'voice_message1','What can I search for you in','es_mx','Que quieres que busque',1),(2638,'live_tracking','Live Tracking','es_mx','Rastreo en vivo',1),(2639,'mailmanager','Mail Manager','es_mx','Administrador de correo',1),(2640,'my_location','My location','es_mx','Mi ubicación',1),(2641,'created_on','Created On','es_mx','Creado en',1),(2642,'modified_on','Modified On','es_mx','Modificado en',1),(2643,'enter_comments','Enter Comments','es_mx','Introducir comentarios',1),(2644,'viewmore','View More','es_mx','Ver más',1),(2645,'viewless','View Less','es_mx','Ver menos',1),(2646,'gotofullform','Go to Full Form','es_mx','Ir a la forma completa',1),(2647,'post','Post','es_mx','Postear',1),(2648,'url','URL','es_mx','URL',1),(2649,'dialog_title_text_back_color','Select a Text Background Color','es_mx','Selecciona un color para fondo de texto',1),(2650,'event_or_task','Add event/task','es_mx','Añadir evento/tarea',1),(2651,'shortcut','Shortcuts','es_mx','Accesos directos',1),(2652,'select_field','Select Field','es_mx','Selecciona el campo',1),(2653,'share','Share','es_mx','Compartir',1),(2654,'title_insert_link','Insert Link','es_mx','Insertar Link',1),(2655,'addyourcommentshere','Add your comments here','es_mx','Añade tus comentarios aquí',1),(2656,'nocomment','No Comments','es_mx','Sin comentarios',1),(2657,'leads','Leads','es_mx','Prospectos',1),(2658,'true_val','true','es_mx','verdadero',1),(2659,'noresult','No Result','es_mx','Sin resultados',1),(2660,'version','Version','es_mx','Versión',1),(2661,'convert_lead','Convert Lead','es_mx',' Convertir Prospecto',1),(2662,'app_name','CRMTiger','es_mx','SalesHiker',1),(2663,'enter_url','Please Enter url','es_mx','Por favor ingresa la url',1),(2664,'help','Help','es_mx','Ayuda',1),(2665,'contact_us','Contact Us','es_mx','Contáctanos',1),(2666,'updates','Updates','es_mx','Actualizaciones',1),(2667,'logout','LogOut','es_mx','LogOut',1),(2668,'busnies_cardscanner','Business Card Scanner','es_mx','Escáner de Tarjeta de Presentación',1),(2669,'sure_want_logout','Are you sure want to logout ?','es_mx','¿Estás seguro que quieres salir?',1),(2670,'logout_message','Logout successfully','es_mx','¿Estás seguro que quieres salir?',1),(2671,'all','All','es_mx','Todo',1),(2672,'add_event','Add event','es_mx','Añadir evento',1),(2673,'add_task','Add Task','es_mx','Añadir tarea',1),(2674,'next','Next','es_mx','Siguiente',1),(2675,'terms_conditions','Terms and Conditions','es_mx','Terms and Conditions',1),(2676,'login','Login','es_mx','Login',2),(2677,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','es_mx','Al ingresar, aceptas nuestros términos y condiciones &amp; Política de privacidad',2),(2678,'copyright','Copyright © 2019 CRMTiger Version','es_mx','Copyright u00A9 2019 CRMTiger \n Versión',2),(2679,'enter_username','Please enter username','es_mx','Por favor ingresa tu usuario',2),(2680,'enter_password','Please enter password','es_mx','Por favor ingresa tu contraseña',2),(2681,'remanberme','Remember Me','es_mx','Recordarme',2),(2682,'forgot_password','Forgot password?','es_mx','¿Olvidaste tu contraseña?',2),(2683,'privacy_policay1','Privacy Policy','es_mx','Política de privacidad',2),(2684,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','es_mx','Algo salió mal. Por favor haga clic aqui para contactat a soporte',2),(2685,'enter_username_password','Entered Username or Password is wrong','es_mx','El Usuario o la Contraseña ingresada es incorrecta',2),(2686,'server_issue_occured','Server issues occurred','es_mx','Ocurrieron problemas con el servidor',2),(2687,'password','Password','es_mx','Contraseña',3),(2688,'user_name','Username','es_mx','Usuario',3),(2689,'reset_pwd','Reset Password','es_mx','Reestablecer contraseña',3),(2690,'forgot_password_title','Forgot password','es_mx','Olvidé mi contraseña',3),(2691,'enter_user_name','Enter user name','es_mx','Ingresa nombre de usuario',3),(2692,'cc','Cc','es_mx','Cc',4),(2693,'body','Body','es_mx','Cuerpo',4),(2694,'bcc','BCC','es_mx','BCC',4),(2695,'dialog_title_text_color','Select a Text Color','es_mx','Selecciona un color de texto',4),(2696,'date','Date','es_mx','Fecha',4),(2697,'subject','Subject','es_mx','Asunto',4),(2698,'composeMail','Compose Mail','es_mx','Redactar correo',4),(2699,'send','Send','es_mx','Enviar',4),(2700,'select_message','Select message','es_mx','Seleccionar mensaje',4),(2701,'title_insert_table','Insert Table','es_mx','Insertar tabla',4),(2702,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','es_mx','Estoy de acuerdo con compartir la Bitácora API con el equipo técnico para seguir solucionando el problema',5),(2703,'edit_record','Edit Records','es_mx','Editar registros',5),(2704,'select_time','Select Time','es_mx','Seleccionar hora',5),(2705,'edit_item','Edit Item','es_mx','Editar Item',5),(2706,'items_total','Items Total','es_mx','Total de items',5),(2707,'number_less_then_31','Number should be less than 31','es_mx','El número deber ser menor a 31',5),(2708,'users','Users','es_mx','Usuarios',5),(2709,'groups','Groups','es_mx','Grupos',5),(2710,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','es_mx','Nota : Los adjuntos existentes (imágenes/archivos) serán reemplazados',5),(2711,'greaterdatetime','End DateTime should be greater than Start DateTime','es_mx','La fecha y hora final deben ser mayores que la fecha y hora de inicio',5),(2712,'until','Until','es_mx','Hasta',5),(2713,'organizations','Organizations','es_mx','Organizaciones',6),(2714,'contacts','Contacts','es_mx','Contactos',6),(2715,'opportunity','Opportunity','es_mx','Oportunidad',6),(2716,'lbl_sun','SUN','es_mx','DOM',7),(2717,'lbl_mon','MON','es_mx','LUN',7),(2718,'lbl_tue','TUE','es_mx','MAR',7),(2719,'lbl_wed','WED','es_mx','MIE',7),(2720,'lbl_thu','THU','es_mx','JUE',7),(2721,'lbl_fri','FRI','es_mx','VIE',7),(2722,'lbl_sat','SAT','es_mx','SAB',7),(2723,'lbl_1','1','es_mx','1',7),(2724,'lbl_2','2','es_mx','2',7),(2725,'lbl_3','3','es_mx','3',7),(2726,'lbl_4','4','es_mx','4',7),(2727,'lbl_5','5','es_mx','5',7),(2728,'lbl_6','6','es_mx','6',7),(2729,'lbl_7','7','es_mx','7',7),(2730,'lbl_8','8','es_mx','8',7),(2731,'lbl_9','9','es_mx','9',7),(2732,'lbl_10','10','es_mx','10',7),(2733,'lbl_11','11','es_mx','11',7),(2734,'lbl_12','12','es_mx','12',7),(2735,'lbl_13','13','es_mx','13',7),(2736,'lbl_14','14','es_mx','14',7),(2737,'lbl_15','15','es_mx','15',7),(2738,'lbl_16','16','es_mx','16',7),(2739,'lbl_17','17','es_mx','17',7),(2740,'lbl_18','18','es_mx','18',7),(2741,'lbl_19','19','es_mx','19',7),(2742,'lbl_20','20','es_mx','20',7),(2743,'lbl_21','21','es_mx','21',7),(2744,'lbl_22','22','es_mx','22',7),(2745,'lbl_23','23','es_mx','23',7),(2746,'lbl_24','24','es_mx','24',7),(2747,'lbl_25','25','es_mx','25',7),(2748,'lbl_26','26','es_mx','26',7),(2749,'lbl_27','27','es_mx','27',7),(2750,'lbl_28','28','es_mx','28',7),(2751,'lbl_29','29','es_mx','29',7),(2752,'lbl_30','30','es_mx','30',7),(2753,'lbl_31','31','es_mx','31',7),(2754,'lbl_32','32','es_mx','32',7),(2755,'lbl_33','33','es_mx','33',7),(2756,'lbl_34','34','es_mx','34',7),(2757,'lbl_35','35','es_mx','35',7),(2758,'lbl_36','36','es_mx','36',7),(2759,'lbl_37','37','es_mx','37',7),(2760,'lbl_38','38','es_mx','38',7),(2761,'lbl_39','39','es_mx','39',7),(2762,'lbl_40','40','es_mx','40',7),(2763,'lbl_41','41','es_mx','41',7),(2764,'lbl_42','42','es_mx','42',7),(2765,'current_date','current date','es_mx','fecha actual',7),(2766,'event','Events','es_mx','Eventos',7),(2767,'calendar','Calendar','es_mx','Calendario',7),(2768,'latest_version','Latest Version :','es_mx','Última versión :',8),(2769,'expire_on','Expire On :','es_mx','Expira el :',8),(2770,'ctmobile_ext_version','CTMobile Ext. Version :','es_mx','Versión de la Ext. CRMobile  :',8),(2771,'you_have_latest_version','You already have latest version','es_mx','Tienes la versión actualizada',8),(2772,'latest_version1','You Already have latest version','es_mx','Ya tienes la última versión',8),(2773,'upgreaded','Upgrade','es_mx','Upgrade',8),(2774,'downgrade','Downgrade','es_mx','Downgrade',8),(2775,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','es_mx','Puedes definir aquí cuántos registros quieres mostrar en la pantalla de inicio para el evento reciente.',8),(2776,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','es_mx','Puedes enviar tu retroalimentación con la descripción, nuestro equipo revisará tu retroalimentación y se pondrá en contacto contigo.',8),(2777,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','es_mx','La función de la bitácora es dar soporte / ayuda al cliente, si tienes algún problema con la app o algún módulo o funcionalidad no está funcionando adecuadamente, puedes habilitar la función de compartir la bitácora con nuestro equipo de desarrollo.',8),(2778,'info','Info','es_mx','Info',8),(2779,'recent_history','Recent History','es_mx','Historial reciente',8),(2780,'recent_feedback','Feedback','es_mx','Retroalimentación',8),(2781,'recent_log','Log','es_mx','Bitácora',8),(2782,'crmtiger_app_version','CRMTiger App Version :','es_mx','Versión de la App CRMTiger  :',8),(2783,'historylimit','Recent History Limit','es_mx','Límite historial reciente',8),(2784,'radious_in_miles','Radius in miles','es_mx','Radio en millas',8),(2785,'recentlimit','Recent Event Limit','es_mx','Límite de evento reciente',8),(2786,'upcoming_events','Upcoming Events','es_mx','Eventos próximos',8),(2787,'rate_our_app','Rate Our App!','es_mx','¡Califica nuestra App!',8),(2788,'feedback','Submit Feedback','es_mx','Enviar retroalimentación',8),(2789,'sendfeedback','Feedback Send','es_mx','Retroalimentación enviada',8),(2790,'emaillimit','Email limit','es_mx','Límite de email',8),(2791,'log','Log','es_mx','Bitácora',8),(2792,'logclear','Log cleared successfully.','es_mx','Clear successful',8),(2793,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','es_mx','Puedes definir aquí cuántos registros quieres mostrar en la pantalla de inicio para el historial reciente.',8),(2794,'proceed_to_upgrade1','Proceed to','es_mx','Proceder a',8),(2795,'upgradation_message','will required logout and login again later.','es_mx','se requerirá que salga del sistema y vuelva a entrar luego',8),(2796,'proceed_to_upgrade','Proceed to Upgrade','es_mx','Proceder a actualizar',8),(2797,'module_setting','Module Setting','es_mx','Configuración de módulo',9),(2798,'sortbyfield','Sort by field','es_mx','Ordenar por campo',9),(2799,'ascending','Ascending  A to Z','es_mx','Ascendiente  A a Z',9),(2800,'descending','Descending  Z to A','es_mx','Descendiente  Z a A',9),(2801,'first_field','First Field','es_mx','Primer campo',9),(2802,'second_field','Second Field','es_mx','Segundo campo',9),(2803,'third_field','Third Field','es_mx','Tercer campo',9),(2804,'sure_want_restore','Are you sure you want to reset to default settings?','es_mx','¿Estás seguro que quieres regresar a los valores predeterminados?',9),(2805,'orderlist','List Order','es_mx','Orden de lista',9),(2806,'module_reset','Restore to Default','es_mx','Regresar a los valores predeterminados',9),(2807,'display_fields','Display Fields','es_mx','Desplegar campos',9),(2808,'discount_lessthen_100','Discount % should be less than 100','es_mx','El % de descuento debe ser menor a 100',10),(2809,'select_item','Select Item','es_mx','Seleccionar Item',10),(2810,'item_comment','Item Comment','es_mx','Comentario sobre Item',10),(2811,'record_name','Record Name is :','es_mx','El nombre el registro es :-',11),(2812,'go_back','Go Back','es_mx','Regresar',11),(2813,'please_enter_shortcut_name','Please Enter Shortcut Name','es_mx','Por favor ingresa el nombre del acceso directo',11),(2814,'number_not_found','Contact Number not found','es_mx','Número de contacto no encontrado',11),(2815,'mail_not_found','Mail Address not found','es_mx','Dirección de correo no encontrada',11),(2816,'create_shortcut','Create Shortcut','es_mx','Crear acceso directo',11),(2817,'contact_summary','Summary','es_mx','Resumen',11),(2818,'activites','Activities','es_mx','Actividades',11),(2819,'details','Details','es_mx','Detalles',11),(2820,'related','Related','es_mx','Relacionado',11),(2821,'share_link','Share record with','es_mx','Compartir el registro con',11),(2822,'edit','Edit','es_mx','Editar',11),(2823,'duplicate','Duplicate','es_mx','Duplicar',11),(2824,'whatsapp','Whatsapp','es_mx','Whatsapp',11),(2825,'call','Call','es_mx','Llamar',11),(2826,'choose_contact_for_call','Choose Contact for Call','es_mx','Elegir un Contacto para Llamar',11),(2827,'choose_contact_for_sms','Choose Contact for SMS','es_mx','Elegir un Contacto para enviar SMS',11),(2828,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','es_mx','Elegir un Contacto para enviar mensaje WhatsApp',11),(2829,'chosse_contact_for_email','Choose Email','es_mx','Elegir una direccion de correo',11),(2830,'attach_file','Attach Files','es_mx','Adjuntar Archivos',11),(2831,'close','Close','es_mx','Cerrar',11),(2832,'status','Status','es_mx','Estatus',11),(2833,'stop','Stop','es_mx','Detener',11),(2834,'zero','0','es_mx','0',11),(2835,'record','Record','es_mx','Grabar',11),(2836,'voice_note','Voice Note','es_mx','Nota de Voz',11),(2837,'tickets','Tickets','es_mx','Tickets',12),(2838,'check_out','Check Out','es_mx','Check Out',12),(2839,'check_in','Check In','es_mx','Check In',12),(2840,'select_any','Select any','es_mx','Seleccionar cualquier',12),(2841,'fulldetails','Show Full Details','es_mx','Mostrar todos los detalles',12),(2842,'checkin','Check-in','es_mx','Check-in',12),(2843,'navigate','Navigate','es_mx','Navegar',12),(2844,'product','Products','es_mx','Productos',12),(2845,'projectMilestone','Project Milestone','es_mx','Hitodelproyecto',12),(2846,'projecttask','Project Tasks','es_mx','Tareadelproyecto',12),(2847,'nearby','NearBy','es_mx','Cerca',13),(2848,'document','Document','es_mx','Documento',14),(2849,'reply','Reply','es_mx','Responder',14),(2850,'reply_all','Reply All','es_mx','Responder a todos',14),(2851,'forward','Forward','es_mx','Reenviar',14),(2852,'action','Action','es_mx','Acción',14),(2853,'select_first','Select First','es_mx','Elegir Primero',14),(2854,'commentaddsuccessful','Comment added successfull','es_mx','El comentario se añadió con éxito',14),(2855,'move_to','Move to','es_mx','Mover a',14),(2856,'attach','Attach','es_mx','Adjuntar',14),(2857,'addcoment','Add Comment','es_mx','Añadir comentario',14),(2858,'adddocument','Add Document','es_mx','Añadir documento',14),(2859,'home','Home','es_mx','Home',15),(2860,'checkout','Check-out','es_mx','Check-out',15),(2861,'message_search','Search by name','es_mx','Buscar por nombre',15),(2862,'start_shift','Start shift','es_mx','Empezar turno',15),(2863,'end_shift','End shift','es_mx','Terminar turno',15),(2864,'today_meeting','Meetings','es_mx','Reuniones',15),(2865,'shift_time_track','Shift Time Track','es_mx','Rastrear cambio de turno',15),(2866,'logout_msg','You have to login again , click','es_mx','Tiene que ingresar de nuevo , clic',15),(2867,'logout_msg1','to continue.','es_mx','para continuar',15),(2868,'permission_denied','You don\'t have permission to create','es_mx','No tienes permiso para crear',15),(2869,'history','Activity stream','es_mx','Flujo de actividad',15),(2870,'search_value','Search value :','es_mx','Buscar el valor',15),(2871,'feed_back_msg','Please enter feedback message','es_mx','Por favor ingresa mensaje de retroalimentación',16),(2872,'feed_back_hint_msg','Enter feedback message','es_mx','Ingresa mensaje de retroalimentación',16),(2873,'submit','Submit','es_mx','Enviar',16),(2874,'check_app_not_installed','Application is not currently installed.','es_mx','La aplicación no está instalada actualmente.',17),(2875,'send_sms_fail_message','SMS failed, please try again later!','es_mx','El SMS falló, por favor intenta más tarde',17),(2876,'documentaddsuccessfully','Document Attach successfully','es_mx','El documento se adjuntó con éxito',17),(2877,'send_message','Send message','es_mx','Enviar mensaje',17),(2878,'sms_to','smsto:','es_mx','smspara:',17),(2879,'add_list_message','Add List','es_mx','Añadir lista',18),(2880,'mylist','My List','es_mx','Mi lista',18),(2881,'filtername','Filter Name','es_mx','Nombre del filtro',18),(2882,'selectlist','Select a List','es_mx','Seleccionar una lista *',18),(2883,'assingedto','Assigned To','es_mx','Asignado a *',18),(2884,'selectmodule','Select a module','es_mx','Seleccionar un módulo',18),(2885,'add_list','Add Filter','es_mx','Añadir filtro',18),(2886,'recent_event','Recent Event','es_mx','Evento reciente',19),(2887,'recent_hostory','Recent History','es_mx','Historial reciente',19),(2888,'module_specific_settings','Module-Specific Settings','es_mx','Configuración específica del módulo',19),(2889,'talk_to_us','Talk to us','es_mx','Habla con nosotros',19),(2890,'report_a_bug','Report A Bug','es_mx','Reporta un bug',19),(2891,'faq','FAQ','es_mx','FAQ',19),(2892,'selectmodules','Select Module','es_mx','Selecciona el módulo',19),(2893,'myplan','My Plan','es_mx','Mi plan',19),(2894,'message','Message','es_mx','Mensaje',20),(2895,'message_validation','Please enter Message','es_mx','Please enter Message',20),(2896,'contact_select','Please Select contact','es_mx','Por favor selecciona el contacto',20),(2897,'global_search','Global Search','es_mx','Búsqueda Global',21),(2898,'records','Records','es_mx','Records',21),(2899,'dont_show_again','Don\'t Show Again','es_mx','No mostrar denuevo',22),(2900,'skip','Skip','es_mx','Saltear',22),(2901,'file_downloading','File Downloading','es_mx','Archivo descargándose',23),(2902,'add_screenshots_optional','Add screenshots (optional)','es_mx','Añadir capturas de pantalla (opcional)',24),(2903,'describe_your_problem','Describe your problem','es_mx','Describe tu problema',24),(2904,'default_filter_shortcut','Default Filter Shortcut','es_mx','Atajo de Filtro Predeterminado',25),(2905,'record_shortcut','Record Shortcut','es_mx','Atajo al Registro',25),(2906,'enter_url','Please Enter url','es_mx','Por favor ingrese URL',26),(2907,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','es_mx','Necesita actualizar la app para continuar usándola. Por favor actualice para continuar. Las versiones antiguas ya no están funcionando.',26),(2908,'search_by','Search by','es_mx','Buscar por',27),(2909,'selected_filter','Selected filter :','es_mx','Filtro seleccionado :-',27),(2910,'selected_field','Selected field :','es_mx','Campo seleccionado :-',27),(2911,'choose','Choose','es_mx','Elija',28),(2912,'qr_cardscanner','QR Code Scanner','es_mx','Escaner de Código QR',28),(2913,'error_message_for_scan','Could not read the card Try again later.','es_mx','La tarjeta no pudo ser leída. Trate nuevamente más tarde.',28),(2914,'press_start_scan','Press to Start Scan','es_mx','Presione para iniciar el escaner',28),(2915,'line_item_quntity_validation_msg','Value should be greater than zero','es_mx','El valor debe ser mayor a cero',29),(2916,'percentage_msg','Percentage should be less than 100','es_mx','El porcentaje debe ser menor a cero',29),(2917,'MSG_NO_DATA','No data found!','es_mx','No se encontró información',29),(2918,'MSG_SOMETHING_WRONG','Something went wrong!','es_mx','Algo salió mal',29),(2919,'MSG_COMING_SOON','Coming Soon!','es_mx','Llegará pronto',29),(2920,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','es_mx','Por favor cargue una imagen de perfil',29),(2921,'ALERT_TITLE_LOCATION_ACCESS','Location Access','es_mx','Acceso a ubicación',29),(2922,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','es_mx','Su ubicación es necesaria para mostrar eventos cercanos',29),(2923,'ALERT_BTN_ALLOW','ALLOW','es_mx','PERMITIR',29),(2924,'ALERT_BTN_DENY','DENY','es_mx','DENEGAR',29),(2925,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','es_mx','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(2926,'DELETE_RECORD','Delete Record','es_mx','Borrar registro',29),(2927,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','es_mx','¿Está seguro de que quiere borrar este acceso directo?',29),(2928,'DELETE_SHORTCUT','Delete Shortcut','es_mx','Borrar acceso directo',29),(2929,'LBL_TERMS','By logging in, you agree to our Terms and','es_mx','Al iniciar sesión, acepta nuestros Términos',29),(2930,'LBL_CONDITIONS','Conditions &','es_mx','& Condiciones',29),(2931,'ALERT_TITLE','Alert','es_mx','Alerta',29),(2932,'ALERT_BTN_SUBSCRIBE','Subscribe','es_mx','Suscribirse',29),(2933,'MSG_SELECT_MODULE','Please select any Module','es_mx','Por favor seleccione cualquier Módulo',29),(2934,'MSG_SELECT_LIST','Please select any List','es_mx','Por favor selecciona cualquier Lista',29),(2935,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','es_mx','No tiene cámara',29),(2936,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','es_mx','No tiene permiso para accesar la galería',29),(2937,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','es_mx','No tiene permiso para accesar a la cámara. Ir a configuración -> Desplazar hacia abajo y seleccionar CRMTiger App -> Encender la cámara',29),(2938,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','es_mx','No tiene permiso para accesar el Reconocimiento de voz. Ir a configuración -> Desplazar y seleccionar CRMTiger App -> Encender Reconocimiento de voz',29),(2939,'BTN_DONE','Done','es_mx','Terminado',29),(2940,'COMMENT','Comment','es_mx','Comentar',29),(2941,'FULL_FORM','Full Form','es_mx','Registro completo',29),(2942,'QUICK_CREATE','Create','es_mx','Crear',29),(2943,'LBL_SELECT_FIELDS','Select Fields','es_mx','Seleccionar campos',29),(2944,'LBL_SELECT_FIRST_FIELDS','Select First Field','es_mx','Seleccionar primer campo',29),(2945,'LBL_SELECT_SECOND_FIELDS','Select Second Field','es_mx','Seleccionar segundo campo',29),(2946,'LBL_SELECT_THIRD_FIELDS','Select Third Field','es_mx','Seleccionar tercer campo',29),(2947,'LBL_SORT_BY_FIELD','Select Sort By Field','es_mx','Seleccionar Ordenar por campo',29),(2948,'BTN_RESET_TO_DEFAULT','Reset to Default','es_mx','Resetear a valor predeterminado',29),(2949,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','es_mx','Seleccionar Ordenar por campo',29),(2950,'kStrClearBtnTitle','Clear','es_mx','Limpiar',29),(2951,'kStrShowMoreBtnTitle','Show More','es_mx','Mostrar más',29),(2952,'kStrAddActivitiesBtnTitle','Add Activities','es_mx','Añadir actividades',29),(2953,'kStrAddCommentPlaceHolder','Add your comments here','es_mx','Añadir sus comentarios aquí',29),(2954,'MSG_ENTER_TO_EMAIL','Please enter to field.','es_mx','Por favor ingrese al campo',29),(2955,'WARNING_FILE','File can\'t open.','es_mx','El archivo no se puede abrir',29),(2956,'MSG_FILE_SAVED','File saved.','es_mx','Archivo guardado.',29),(2957,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','es_mx','La descarga no pudo completarse, favor de intentar más tarde',29),(2958,'LBL_SHORTCUT','Shortcut','es_mx','Acceso directo',29),(2959,'TXT_MESSAGE_PLACEHOLDER','Type Message','es_mx','Escribir mensaje',29),(2960,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','es_mx','Instalar Whatsapp',29),(2961,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','es_mx','No se encontró el Buzón de correo. Por favor crear Buzón de correo',29),(2962,'LBL_WROTE','Wrote','es_mx','Escrito',29),(2963,'MSG_MAIL_SEND','Mail sent','es_mx','Correo enviado',29),(2964,'log_file_not_found','API Log file not found.','es_mx','No se encontró el archivo API Log',29),(2965,'unknown_error','An unknown error occurred, try again','es_mx','Ocurrió un error desconocido, trate nuevamente',29),(2966,'CTMTigerAppVersion','CRMTiger App Version','es_mx','Versión de App CRMTiger',29),(2967,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','es_mx','Versión CTMMobile Ext. actualizada exitosamente',29),(2968,'dialog_Premium_downgrade','Downgrade will required logout and login again later','es_mx','Necesitará cerrar e iniciar sesión más tarde para hacer el downgrade',29),(2969,'dialog_Premium','Upgrade will required logout and login again later','es_mx','Necesitará cerrar e iniciar sesión más tarde para hacer el upgrade',29),(2970,'Overwrite','Overwrite','es_mx','Sobreescribir',29),(2971,'MSGAddressOverwrite1','Overwrite the existing address with the selected','es_mx','Sobreescribir la dirección existente con la que está seleccionada',29),(2972,'MSGAddressOverwrite2','address details?','es_mx','¿Detalles de la dirección?',29),(2973,'UPGRADE_PLAN','Upgrade Plan','es_mx','Plan de upgrade',29),(2974,'DOWNGRADE_PLAN','Downgrade Plan','es_mx','Plan de downgrade',29),(2975,'UPGRADE_EXTENSION','Upgrade Extension','es_mx','Extensión de upgrade',29),(2976,'UPGRADE_APP','Upgrade App','es_mx','App de upgrade',29),(2977,'SELECT_OPTION','Select Option','es_mx','Seleccionar opción',29),(2978,'PLEASE_SELECT','Please select','es_mx','Por favor seleccione ',29),(2979,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','es_mx','No tiene permiso para este módulo.',29),(2980,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','es_mx','Por favor seleccione día del mes recurrente.',29),(2981,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','es_mx','Por favor seleccione un día de la semana recurrente.',29),(2982,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','es_mx','Por favor seleccione días recurrentes.',29),(2983,'Please select reccuring days.','Please select reccuring days.','es_mx','Por favor seleccione días recurrentes.',29),(2984,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','es_mx','Por favor seleccione fecha de término recurrente.',29),(2985,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','es_mx','Por favor seleccione tipo recurrente',29),(2986,'FREQ_TIME','Times','es_mx','Horarios',29),(2987,'REPEAT_YEARLY','Repeat Yearly','es_mx','Repetir anualmente',29),(2988,'REPEAT_MONTHLY','Repeat Monthly','es_mx','Repetir mensualmente',29),(2989,'REPEAT_WEEKLY','Repeat Weekly','es_mx','Repetir semanalmente',29),(2990,'REPEAT_DAILY','Repeat Daily','es_mx','Repetir diariamente',29),(2991,'ACTION_TITLE','Action Title','es_mx','Título de la acción',29),(2992,'MSG_SELECT_VALID_DATE','Please select valid day of month.','es_mx','Por favor seleccione un día del mes válido',29),(2993,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','es_mx','La fecha de inicio debe ser menor que la fecha de término',29),(2994,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','es_mx','La hora de inicio debe ser menor que la fecha de término',29),(2995,'LBL_LINEITEM_DETAILS','Lineitem Details','es_mx','Detalles de objetos de línea',29),(2996,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','es_mx','El monto del descuento debe ser menor al total.',29),(2997,'VIEW','View','es_mx','Ver',29),(2998,'MSG_ENTER_VALID','Please enter valid','es_mx','Por favor ingrese un valor válido',29),(2999,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','es_mx','El porcentaje debe ser menor a 100.',29),(3000,'ITEM_TOTAL','Item Total','es_mx','Total de objetos',29),(3001,'ADJUSTMENT','Adjustment','es_mx','Ajuste',29),(3002,'TITLE_CHOOSE_IMAGE','Choose Image','es_mx','Seleccionar imagen',29),(3003,'COMPRESS','Compress','es_mx','Comprimir',29),(3004,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','es_mx','El tamaño de la imagen es muy grande, por favor seleccione otra imagen',29),(3005,'OnDayOfMonth','On day of month','es_mx','El día del mes',29),(3006,'OnDayOfWeek','On day of week','es_mx','El día de la semana',29),(3007,'AddAndClose','Add & Close','es_mx','Añadir & Cerrar',29),(3008,'Repeat','Repeat','es_mx','Repetir',29),(3009,'OnDay','On day','es_mx','El día',29),(3010,'View_Line_Item','View Line Item','es_mx','Ver objeto de línea',29),(3011,'TITLE_IMAGE','Image','es_mx','Imagen',29),(3012,'TITLE_ICLOUD','iCloud','es_mx','iCloud',29),(3013,'GOOGLE','Google','es_mx','Google',29),(3014,'ALERT_BTN_OKAY','Okay','es_mx','Ok',29),(3015,'ALERT_TITLE_ACCESS_DENIED','Access Denied','es_mx','Acceso denegado',29),(3016,'Dont_Show_Again','Don\'t show again','es_mx','No mostrar de nuevo',29),(3017,'Skip','Skip','es_mx','Saltar',29),(3018,'Fillter_Name','Fillter Name','es_mx','Nombre del filtro',29),(3019,'Fillter_Record_Count','Fillter Record Count','es_mx','Count del registro del filtro',29),(3020,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','es_mx','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(3021,'vtiger_url','Your vTiger CRM URL','es_mx','Your vTiger CRM URL',26),(3022,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','es_mx','You don\'t have permission to Add either This is read-only or Private Field.',31),(3023,'CLEAR','Clear','es_mx','Clear',31),(3024,'Files/photos uploaded successfully','Files/photos uploaded successfully','es_mx','Files/photos uploaded successfully',32),(3025,'Digital signature saved','Digital signature saved','es_mx','Digital signature saved',32),(3026,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','es_mx','Please upload Signature or Files/photos',32),(3027,'Files / Photos','Files / Photos','es_mx','Files / Photos',32),(3028,'Signature','Signature','es_mx','Signature',32),(3029,'add_photo_using','Add Photo Using','es_mx','Add Photo Using',31),(3030,'btn_upload_sign','(+) Add Signature','es_mx','(+) Add Signature',31),(3031,'btn_upload_photo_doc','(+) Upload Files/Photos','es_mx','(+) Upload Files/Photos',31),(3032,'select_photo_doc_to_upload','Please select files/photos to upload','es_mx','Please select files/photos to upload',31),(3033,'related_module_title','Search from related module and Add to \"Route\"','es_mx','Search from related module and Add to \"Route\"',30),(3034,'Route status updated successfully','Route status updated successfully','es_mx','Route status updated successfully',32),(3035,'Session init failed','Session init failed','es_mx','Session init failed',32),(3036,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','es_mx','You don\'t have permission to access this resource',32),(3037,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','es_mx','Could not get the Related To - Try again later',32),(3038,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','es_mx','Could not get the Route Planning Record - Try again later',32),(3039,'Something went wrong - Try again later','Something went wrong - Try again later','es_mx','Something went wrong - Try again later',32),(3040,'sequence updated successfully','sequence updated successfully','es_mx','sequence updated successfully',32),(3041,'sequence cannot be empty','sequence cannot be empty','es_mx','sequence cannot be empty',32),(3042,'Shortcut details not saved','Shortcut details not saved','es_mx','Shortcut details not saved',32),(3043,'Shortcut details saved successfully','Shortcut details saved successfully','es_mx','Shortcut details saved successfully',32),(3044,'Route save successfully','Route save successfully','es_mx','Route save successfully',32),(3045,'Record save successfully','Record save successfully','es_mx','Record save successfully',32),(3046,'No dependency found for picklist','No dependency found for picklist','es_mx','No dependency found for picklist',32),(3047,'No records found','No records found','es_mx','No records found',32),(3048,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','es_mx','Outgoing server is not enabled, please configure from CRM',32),(3049,'Removed Successfully','Removed Successfully','es_mx','Removed Successfully',32),(3050,'Shortcut has been deleted','Shortcut has been deleted','es_mx','Shortcut has been deleted',32),(3051,'relation of records removed successfully','relation of records removed successfully','es_mx','relation of records removed successfully',32),(3052,'relation of records not removed','relation of records not removed','es_mx','relation of records not removed',32),(3053,'Record has been deleted successfully','Record has been deleted successfully','es_mx','Record has been deleted successfully',32),(3054,'Time Tracking saved successfully','Time Tracking saved successfully','es_mx','Time Tracking saved successfully',32),(3055,'Time Tracking updated successfully','Time Tracking updated successfully','es_mx','Time Tracking updated successfully',32),(3056,'Time Tracking ended successfully','Time Tracking ended successfully','es_mx','Time Tracking ended successfully',32),(3057,'Time Tracking started successfully','Time Tracking started successfully','es_mx','Time Tracking started successfully',32),(3058,'record cannot be empty','record cannot be empty','es_mx','record cannot be empty',32),(3059,'Module is disabled','Module is disabled','es_mx','Module is disabled',32),(3060,'Shift ended successfully','Shift ended successfully','es_mx','Shift ended successfully',32),(3061,'Shift started successfully','Shift started successfully','es_mx','Shift started successfully',32),(3062,'relation of records added successfully','relation of records added successfully','es_mx','relation of records added successfully',32),(3063,'Comment saved successfully','Comment saved successfully','es_mx','Comment saved successfully',32),(3064,'Comment not saved','Comment not saved','es_mx','Comment not saved',32),(3065,'Comment module is not active','Comment module is not active','es_mx','Comment module is not active',32),(3066,'No Upcoming Event','No Upcoming Event','es_mx','No Upcoming Event',32),(3067,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','es_mx','No Templates found - create it from Message Templates module',32),(3068,'No event or task for this date','No event or task for this date','es_mx','No event or task for this date',32),(3069,'No filters created','No filters created','es_mx','No filters created',32),(3070,'Select at least one record to attach','Select at least one record to attach','es_mx','Select at least one record to attach',32),(3071,'Please select one or more attachments','Please select one or more attachments','es_mx','Please select one or more attachments',32),(3072,'No event for this month','No event for this month','es_mx','No event for this month',32),(3073,'No Activity found','No Activity found','es_mx','No Activity found',32),(3074,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','es_mx','Your feedback is valuable for us - it cannot be empty',32),(3075,'Could not send mail, Please try later','Could not send mail, Please try later','es_mx','Could not send mail, Please try later',32),(3076,'Latest Version updated successfully','Latest Version updated successfully','es_mx','Latest Version updated successfully',32),(3077,'User Location Updated Successfully','User Location Updated Successfully','es_mx','User Location Updated Successfully',32),(3078,'User Location not Updated Successfully','User Location not Updated Successfully','es_mx','User Location not Updated Successfully',32),(3079,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','es_mx','SMSNotifier is not enable in CRM. Please enable it first',32),(3080,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','es_mx','Could not submit your feedback - Please try again later',32),(3081,'Thank you for submitting your feedback','Thank you for submitting your feedback','es_mx','Thank you for submitting your feedback',32),(3082,'Please upload User Image','Please upload User Image','es_mx','Please upload User Image',32),(3083,'Image Not Uploading, please try again','Image Not Uploading, please try again','es_mx','Image Not Uploading, please try again',32),(3084,'User Image Uploaded Successfully','User Image Uploaded Successfully','es_mx','User Image Uploaded Successfully',32),(3085,'Invalid Module name','Invalid Module name','es_mx','Invalid Module name',32),(3086,'Records Sync Successfully','Records Sync Successfully','es_mx','Records Sync Successfully',32),(3087,'Values cannot be empty','Values cannot be empty','es_mx','Values cannot be empty',32),(3088,'Record id is empty','Record id is empty','es_mx','Record id is empty',32),(3089,'Logout Successfully','Logout Successfully','es_mx','Logout Successfully',32),(3090,'Please Enable CTMobile Module','Please Enable CTMobile Module','es_mx','Please Enable CTMobile Module',32),(3091,'Authentication Failed','Username and Password do not match','es_mx','Username and Password do not match',32),(3092,'Mismatched module information','Something gone wrong, please try again later','es_mx','Something gone wrong, please try again later',32),(3093,'Field does not exists','Please set display fields again','es_mx','Please set display fields again',32),(3094,'Module does not exists','Module does not exists or disabled by admin','es_mx','Module does not exists or disabled by admin',32),(3095,'Month cannot be empty','Could not get the Month - Try again later','es_mx','Could not get the Month - Try again later',32),(3096,'Year cannot be empty','Could not get the Year - Try again later','es_mx','Could not get the Year - Try again later',32),(3097,'Date cannot be empty','Could not get the Date - Try again later','es_mx','Could not get the Date - Try again later',32),(3098,'Userid cannot be empty','Could not get the Userid - Try again later','es_mx','Could not get the Userid - Try again later',32),(3099,'End Date cannot be empty','Could not get the status - Try again later','es_mx','Could not get the status - Try again later',32),(3100,'Start Date cannot be empty','Could not get the Start Date - Try again later','es_mx','Could not get the Start Date - Try again later',32),(3101,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','es_mx','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(3102,'Longitude cannot be empty','Could not get location-Please try again','es_mx','Could not get location-Please try again',32),(3103,'Latitude cannot be empty','Could not get location-Please try again','es_mx','Could not get location-Please try again',32),(3104,'User cannot be empty','Could not get the User - Try again later','es_mx','Could not get the User - Try again later',32),(3105,'Status cannot be empty','Could not get the status - Try again later','es_mx','Could not get the status - Try again later',32),(3106,'Required fields not found','Required fields not found','es_mx','Required fields not found',32),(3107,'Tracking module not active','Tracking module not active-Please contact CRM Admin','es_mx','Tracking module not active-Please contact CRM Admin',32),(3108,'Missing mandatory input values','Missing mandatory input values','es_mx','Missing mandatory input values',32),(3109,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','es_mx','No MailBox found. Please Create Mailbox',32),(3110,'Mail not sent','Mail not sent','es_mx','Mail not sent',32),(3111,'Mail send successfully','Mail send successfully','es_mx','Mail send successfully',32),(3112,'Email Id or username not match with your record','Email Id or username not match with your record','es_mx','Email Id or username not match with your record',32),(3113,'Module not specified','Module not specified','es_mx','Módulo no especificado',32),(3114,'No messages found','No messages found','es_mx','Mensajes no encontrados',32),(3115,'No Dependency Found For This Module','No Dependency Found For This Module','es_mx','No se ha encontrado dependencia para este módulo',32),(3116,'Outgoing server is not Enabled','Outgoing server is not Enabled','es_mx','El servidor de salida no está habilitado',32),(3117,'Outgoing server is Enabled','Outgoing server is Enabled','es_mx','El servidor de salida está habilitado',32),(3118,'Email Attached Successfully','Email Attached Successfully','es_mx','Email adjuntado exitosamente',32),(3119,'Documents Attached Successfully','Documents Attached Successfully','es_mx','Documentos adjuntados exitosamente',32),(3120,'Login required - Please login again','Login required - Please login again','es_mx','Inicio de sesión requerido - Favor de iniciar sesión nuevamente',32),(3121,'time_tracking_module_disable','Time tracking module is disable','es_mx','El módulo de rastreo de tiempo está deshabilitado',31),(3122,'route_planning_module_disable','Route planning module is disable','es_mx','El módulo de planeación de ruta está deshabilitado',31),(3123,'mark_as_held','Are you sure you want to mark Event as Held?','es_mx','¿Está seguro de que desea marcar el Evento como realizado?',31),(3124,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','es_mx','Ya ha iniciado el rastreo de tiempo para otro registro. ¿Desea detenerlo primero?',31),(3125,'access_denied_routeplanning','Access denied for route planning','es_mx','Acceso denegado para plan de ruta',31),(3126,'time_spent','Time Spent','es_mx','Tiempo transcurrido',31),(3127,'select_user','Select User','es_mx','Seleccionar usuario',30),(3128,'status_cannot_be_held','Status cannot be held for future date start','es_mx','El estatus no puede realizarse para una fecha de inicio en el futuro',30),(3129,'please_select_end_date','Please select end date','es_mx','Favor de seleccionar fecha de término',30),(3130,'please_select_start_date','Please select start date','es_mx','Favor de seleccionar fecha de inicio',30),(3131,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','es_mx','Toque el ícono de + para seleccionar el registro para su ruta.',30),(3132,'please_enter_notes','Please enter notes','es_mx','Favor de ingresar notas',30),(3133,'please_enter_title','Please enter title','es_mx','Favor de ingresar título',30),(3134,'please_select_date','Please Select Date','es_mx','Favor de seleccionar fecha',30),(3135,'search_by_date','Search by Date','es_mx','Search by Date',30),(3136,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','es_mx','¡Ups, el acceso directo no se ha creado todavía! Por favor añada un acceso directo al hacer clic + ícono desde los resultados de la búsqueda del registro o de la pantalla.',30),(3137,'max_upload_size','max file Upload exceeds','es_mx','El tamaño de carga máximo se ha exedido',30),(3138,'unselect_all','UnSelect All','es_mx','Des-seleccionar todo',30),(3139,'select_all','Select All','es_mx','Seleccionar todo',30),(3140,'please_select_records','Please select records','es_mx','Favor de seleccionar registros',30),(3141,'select_date','Select Date','es_mx','Seleccionar fecha',30),(3142,'quantity_in_stock_is','Quantity in stock is','es_mx','La cantidad en stock es',30),(3143,'replies','Replies','es_mx','Responde',30),(3144,'conversation_require_selection','Conversion requires selection of Contact or Organization','es_mx','La conversión requiere seleccionar un Contacto o una Cuenta',30),(3145,'please_select_product','Please Select Product','es_mx','Favor de seleccionar el Producto',30),(3146,'timer_msg','You can start timer for single task only at same time','es_mx','Puede iniciar el timer solo para una tarea específica al mismo tiempo',31),(3147,'save_start_tracking','Save & Start Tracking','es_mx','Guardar & Iniciar el rastreo',31),(3148,'lbl_notes','Notes','es_mx','Notas',31),(3149,'enter_title','Enter Title','es_mx','Ingresar título',31),(3150,'select_module_record','Select Module / Record','es_mx','Seleccionar módulo / registro',31),(3151,'lbl_tomorrow','Tomorrow','es_mx','Mañana',30),(3152,'lbl_yesterday','Yesterday','es_mx','Ayer',30),(3153,'lbl_today','Today','es_mx','Hoy',30),(3154,'time_tracker','Time Tracker','es_mx','Rastreo de tiempo',31),(3155,'time_end','End Time','es_mx','Hora de término',5),(3156,'due_date','End Date','es_mx','Fecha de término',5),(3157,'time_start','Time Start','es_mx','Hora de inicio',5),(3158,'date_start','Start Date','es_mx','Fecha de inicio',5),(3159,'delete_widget_msg','Display widget again by using (+) option','es_mx','Desplegar widget nuevamente usando opción (+)',15),(3160,'no_upcoming_activities','No scheduled activities      ','es_mx','No hay actividades programadas',15),(3161,'check_in_first','Please check-in first','es_mx','Please check-in first',30),(3162,'duration','Duration','es_mx','Duración',30),(3163,'distance','Distance','es_mx','Distancia',30),(3164,'proper_address_message','Please enter proper address in record\n','es_mx','Por favor ingrese una dirección correcta en el registro',30),(3165,'select_status','Select Status','es_mx','Seleccionar estatus',30),(3166,'route_planner','Route Planner','es_mx','Planeador de ruta',30),(3167,'route_planning','Route Planning','es_mx','Plan de ruta',30),(3168,'add_route','Add Route','es_mx','Añadir ruta',30),(3169,'calender_disabled','Calendar Module is disabled','es_mx','Módulo de calendario deshabilitado',30),(3170,'close_dialog','Close form','es_mx','Cerrar desde',30),(3171,'cancel_form_message','Are You sure want to close ?','es_mx','¿Está seguro de que quiere cerrar?',30),(3172,'create_route','Create Route','es_mx','Crear ruta',30),(3173,'select_module_create_route','Select Module to create Route','es_mx','Seleccionar módulo para crear ruta',30),(3174,'cancel','Cancel','es_mx','Cancelar',30),(3175,'assign_route','Assign Route','es_mx','Asignar ruta',30),(3176,'route_for','Route for','es_mx','Ruta para',30),(3177,'assigned_to','Assigned To','es_mx','Asignado a',30),(3178,'enter_route_name','Enter Route Name','es_mx','Ingrese nombre de ruta',30),(3179,'list','List','es_mx','Lista',30),(3180,'map','Map','es_mx','Mapa',30),(3181,'other_modules','Other Modules','es_mx','Otros módulos',15),(3182,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','es_mx','¡Ups, el acceso directo no se ha creado todavía! Por favor añada un acceso directo al hacer clic + ícono desde los resultados de la búsqueda del registro o de la pantalla de vista de registros.',25),(3183,'clear','Clear','es_mx','Limpiar',25),(3184,'open','Open','es_mx','Abrir',11),(3185,'max_file_msg','Too many files selected (max:6)','es_mx','Se han seleccionado demasiados archivos (max: 6)',11),(3186,'error_voicenote_record','Unable to recording voice while another application is recording sound.','es_mx','No se puede grabar mietnras otrs aplicación está grabando sonido.',11),(3187,'msg_warning','Warning!','es_mx','¡Advertencia!',11),(3188,'Permision_denied_contact','Permission denied to access your contacts','es_mx','Permiso denegado para accesar sus contactos',15),(3189,'no_widget_added','Please click + icon to add new widget to your dashboard.','es_mx','Favor de hacer clic + ícono para añadir en nuevo widget a su tablero.',15),(3190,'no_data_available','Data not available, please check the selected fields','es_mx','Información no disponible, favor de verificar los campos seleccionados',15),(3191,'check_out_successfully','Check out successfully','es_mx','Checked out successfully',11),(3192,'check_in_successfully','Check in successfully','es_mx','Checked in successfully',11),(3193,'check_out','Check out','es_mx','Check out',11),(3194,'check_in','Check in','es_mx','Check in',11),(3195,'navigate','Navigate','es_mx','Navegar',11),(3196,'save_to_phone_vcard_success','VCard Saved to phone successfully','es_mx','La VCard se guardó en el teléfono exitosamente',15),(3197,'download_vcard_success','VCard downloaded successfully','es_mx','La VCard se descargó exitosamente',15),(3198,'card_details','Card Details','es_mx','Detalles de la tarjeta',15),(3199,'add_widget','Add Widget','es_mx','Añadir widget',15),(3200,'delete_widget','Are you sure to hide widget?','es_mx','Está seguro de que quiere esconder el widget?',15),(3201,'already_widgets_added','All types of Widget & reports are already added','es_mx','Todos los tipos de widget & reportes ya están añadidos',15),(3202,'retry','Retry','es_mx','Volver a intentar',28),(3203,'retake','Retake','es_mx','Retake',28),(3204,'Reports','Reports','es_mx','Reportes',15),(3205,'Widgets','Widgets','es_mx','Widgets',15),(3206,'vcard_config','Vcard Configuration','es_mx','Configuración Vcard',8),(3207,'save_to_phone','Save to phone','es_mx','Guardar en teléfono',11),(3208,'download_vcard','Download Vcard','es_mx','Descargar Vcard',11),(3209,'share_vcard','Share Vcard','es_mx','Compartir Vcard',11),(3210,'share_record','Share Record','es_mx','Compartir registro',11),(3211,'permission_denied_edit','You don\'t have permission to edit this record.','es_mx','No tiene permiso para editar este registro.',27),(3212,'permission_denied_delete','You don\'t have permission to delete this record.','es_mx','No tiene permiso para borrar este registro.',27),(3213,'Voice_Recording_Started','Recording Started','es_mx','El registro inició',12),(3214,'Voice_Recording_Stopped','Recording Stopped','es_mx','El registro se detuvo',12),(3215,'SEARCH','Search','es_mx','Búsqueda',7),(3216,'LAST','Last','es_mx','Último',7),(3217,'FIRST','First','es_mx','Primero',7),(3218,'MONDAY','Monday','es_mx','Lunes',7),(3219,'TUESDAY','Tuesday','es_mx','Martes',7),(3220,'WEDNESDAY','Wednesday','es_mx','Miércoles',7),(3221,'THURSDAY','Thursday','es_mx','Jueves',7),(3222,'FRIDAY','Friday','es_mx','Viernes',7),(3223,'SATURDAY','Saturday','es_mx','Sábado',7),(3224,'SUNDAY','Sunday','es_mx','Domingo',7),(3225,'DAILY','Daily','es_mx','Diariamente',7),(3226,'WEEKLY','Weekly','es_mx','Semanalmente',7),(3227,'MONTHLY','Monthly','es_mx','Mensualmente',7),(3228,'YEARLY','Yearly','es_mx','Anualmente',7),(3229,'asset_tracking','Asset tracking','es_mx','Rastreo de activos',15),(3230,'open_file','Open File','es_mx','Open File',1),(3231,'download_pdf_successfully','Download PDF Successfully','es_mx','Download PDF Successfully',1),(3232,'select_pdf','Select PDF','es_mx','Select PDF',1),(3233,'email_pdf','Email PDF','es_mx','Email PDF',1),(3234,'download_pdf','Download PDF','es_mx','Download PDF',1),(3235,'edit_route','Edit Route','es_mx','Edit Route',1),(3236,'save_route','Save Route','es_mx','Save Route',1),(3237,'clear_all','Clear All','es_mx','Clear All',1),(3238,'notification','Notifications','es_mx','Notifications',1),(3239,'menu_management','Menu Management','es_mx','Menu Management',1),(3240,'select_menu','Select Menu','es_mx','Select Menu',1),(3241,'module_record_not_found','Module and Record not found','es_mx','Module and Record not found',1),(3242,'reason_for_changing_comments','Reason for changing comments','es_mx','Reason for changing comments',1),(3243,'edit_reason','Edit Reason','es_mx','Edit Reason',1),(3244,'create_filters','Create Filter','es_mx','Create Filter',1),(3245,'you_checked','You Checked','es_mx','You Checked',1),(3246,'you_un_checked','You UnChecked','es_mx','You UnChecked',1),(3247,'log_the_call','Log the call ?','es_mx','Log the call ?',1),(3248,'add_a_description_(optional)','Add a description (optional)','es_mx','Add a description (optional)',1),(3249,'called','Called','es_mx','Called',1),(3250,'call_log','Call Log','es_mx','Call Log',1),(3251,'subject','Subject','es_mx','Subject',1),(3252,'add_condition','Add Condition','es_mx','Add Condition',1),(3253,'select_condition','Select Condition','es_mx','Select Condition',1),(3254,'select_field','Select Field','es_mx','Select Field',1),(3255,'please_select_first_field','Please First Select field','es_mx','Please First Select field',1),(3256,'filter_name','Filter Name','es_mx','Filter Name',1),(3257,'enter_filter_name','Enter filter name','es_mx','Enter filter name',1),(3258,'choose_conditions','Choose Conditions','es_mx','Choose Conditions',1),(3259,'all_condition','All Conditions(All conditions must be met)','es_mx','All Conditions(All conditions must be met)',1),(3260,'any_condition','Any Conditions(At least one the conditions must be met)','es_mx','Any Conditions(At least one the conditions must be met)',1),(3261,'lattitude','latitude','es_mx','latitude',1),(3262,'notification_settings','Notification Settings','es_mx','Notification Settings',1),(3263,'notification_management','Notification Management','es_mx','Notification Management',1),(3264,'addyourcommentshere','Type @ to mention user','es_mx','Type @ to mention user',1),(3265,'google_api_key_missing','Google Api key is missing.','es_mx','Google Api key is missing.',1),(3266,'event_filter_by','Event Filter by','es_mx','Event Filter by',1),(3267,'apply','Apply','es_mx','Apply',1),(3268,'choose_from_gallery','Choose From Gallery','es_mx','Choose From Gallery',1),(3269,'choose_from_camera','Choose From Camera','es_mx','Choose From Camera',1),(3270,'mutli_select_CB','Mutli Select CB','es_mx','Mutli Select CB',1),(3271,'please_select_condition','Please Select Condition','es_mx','Please Select Condition',1),(3272,'please_enter_value_or_field','Please Enter Value or Field','es_mx','Please Enter Value or Field',1),(3273,'set_as_default','Set as Default','es_mx','Set as Default',1),(3274,'list_in_metrics','List in Metrics','es_mx','List in Metrics',1),(3275,'order_number','Order Number','es_mx','Order Number',1),(3276,'recording_saved_message','Recording saved successfully.','es_mx','Recording saved successfully.',1),(3277,'recording_file','Recording File','es_mx','Recording File',1),(3278,'file_not_found','File not found','es_mx','File not found',1),(3279,'please_enter_valid_path','Please enter valid path','es_mx','Please enter valid path',1),(3280,'enter_path_here','Enter path here...','es_mx','Enter path here...',1),(3281,'set_call_recording_path','Set Call Recording Path','es_mx','Set Call Recording Path',1),(3282,'set_call_recording_path_here','Set call recording path here','es_mx','Set call recording path here',1),(3283,'call_recording_path','Call Recording Path','es_mx','Call Recording Path',1),(3284,'please_place_api','Please enable place api','es_mx','Please enable place api',1),(3285,'event_filters_by','Event Filters by','es_mx','Event Filters by',1),(3286,'select_at_least_one_option','Please select at least one option','es_mx','Please select at least one option',1),(3287,'enable_call_feature','Please enable call feature','es_mx','Please enable call feature',1),(3288,'enable_email_feature','Please enable email feature','es_mx','Please enable email feature',1),(3289,'demo_login','Demo Login','es_mx','Demo Login',1),(3290,'select_email_template','Select Email Template','es_mx','Select Email Template',1),(3291,'template_name','Template Name','es_mx','Template Name',1),(3292,'example_storage_path','example : storage/Music/Recordings/Call Recordings','es_mx','example : storage/Music/Recordings/Call Recordings',1),(3293,'User Notification Settings saved successfully','User Notification Settings saved successfully','es_mx','User Notification Settings saved successfully',33),(3294,'This Notification has been disabled by admin','This Notification has been disabled by admin','es_mx','This Notification has been disabled by admin',33),(3295,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','es_mx','Notify when any updates to the record you\'re following',33),(3296,'Task assigned to you','Task assigned to you','es_mx','Task assigned to you',33),(3297,'Task Reminder','Task Reminder','es_mx','Task Reminder',33),(3298,'You were mentioned in comments','You were mentioned in comments','es_mx','You were mentioned in comments',33),(3299,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','es_mx','Comments has been added to record assigned to you',33),(3300,'When Record Assigned','When Record Assigned','es_mx','When Record Assigned',33),(3301,'Event Reminder','Event Reminder','es_mx','Event Reminder',33),(3302,'Event Invitation','Event Invitation','es_mx','Event Invitation',33),(3303,'Follow record','Follow record','es_mx','Follow record',33),(3304,'Task','Task','es_mx','Task',33),(3305,'Conversions','Conversions','es_mx','Conversions',33),(3306,'Events','Events','es_mx','Events',33),(3307,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','es_mx','No record(s) found Please click on filter icon to change filter',1),(3308,'title','Title','es_mx','Title',1),(3309,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','es_mx','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(3310,'call_recording','Call recording','es_mx','Call recording',1),(3311,'voice_recorder','Voice Recorder','es_mx','Voice Recorder',1),(3312,'no_address_reference_found','No Address Reference found','es_mx','No Address Reference found',32),(3313,'no_overdue_activities','No OverDue Activities','es_mx','No OverDue Activities',32),(3314,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','es_mx','Please enter proper address from this address we are not getting proper latitude and longitude',32),(3315,'Default_Search_Field','Default search field','es_mx','Default search field',32),(3316,'Calender_Reminder_Message','Free user can\'t send local reminder','es_mx','Free user can\'t send local reminder',32),(3317,'you_must_have_permission','You must give permissions to use this features.','es_mx','You must give permissions to use this features.',32),(3318,'internal_comment','Internal Comment','es_mx','Internal Comment',1),(3319,'unlink_record','Unlink Record','es_mx','Unlink Record',11),(3320,'unlink_record_msg','Are you sure want to unlink record?','es_mx','Are you sure want to unlink record?',11),(3321,'file_format_not_support','File format not supported','es_mx','File format not supported',11),(3322,'file_upload','File Upload','es_mx','File Upload',5),(3323,'to_vtiger','To Vtiger','es_mx','To Vtiger',5),(3324,'link_external_document','Link External Document','es_mx','Link External Document',5),(3325,'from_file_url','From File Url','es_mx','From File Url',5),(3326,'create_new_document','Create New Document','es_mx','Create New Document',5),(3327,'select_document_type','Select Document type','es_mx','Select Document type',5),(3328,'add_signature','Please add signature','es_mx','Please add signature',11),(3329,'date_greater_then_equal','should be greater than or equal to','es_mx','should be greater than or equal to',1),(3330,'date_less_then_equal','should be less than or equal to','es_mx','should be less than or equal to',1),(3331,'Click_on_plus_for_add','Please tap on  +  to create a new record.','es_mx','Please tap on  +  to create a new record.',15),(3332,'display_map','Display map','es_mx','Display map',15),(3333,'other_settings','Other settings','es_mx','Other settings',15),(3334,'total_hours','Total hours','es_mx','Total hours',15),(3335,'widget_not_found','No widgets found','es_mx','No widgets found',15),(3336,'quickaction','Quick action','es_mx','Quick action',15),(3337,'dashboard','Dashboard','es_mx','Dashboard',15),(3338,'new','New','es_mx','New',15),(3339,'global_search_hint','Please try to search using search box at top','es_mx','Please try to search using search box at top',15),(3340,'near_by_map','Near By Map','es_mx','Near By Map',15),(3341,'miles','Miles','es_mx','Miles',15),(3342,'lbl_filters','Filters','es_mx','Filters',27),(3343,'warning','Warning','es_mx','Warning',27),(3344,'no_filter_created','No filter is created.','es_mx','No filter is created.',27),(3345,'please_create_new_ilter','Please create a new filter','es_mx','Please create a new filter',27),(3346,'select_search_fields','Select fields for the search record.','es_mx','Select fields for the search record.',27),(3347,'apply_fliters','Apply filters','es_mx','Apply filters',27),(3348,'sort_by','Sort by','es_mx','Sort by',27),(3349,'sort_order','Sort order','es_mx','Sort order',27),(3350,'Start_time_tracking','Start time tracking','es_mx','Start time tracking',31),(3351,'Stop_time_tracking','Stop time tracking','es_mx','Stop time tracking',31),(3352,'image_preview','Image preview','es_mx','Image preview',11),(3353,'phone_number','Phone number','es_mx','Phone number',11),(3354,'email_address','Email address','es_mx','Email address',11),(3355,'edit_your_preferences','Edit your preferences','es_mx','Edit your preferences',8),(3356,'about_app','About app','es_mx','About app',8),(3357,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','es_mx','You already have latest CTMobile Ext. Version',8),(3358,'updated_app_version','You already have latest CRMTiger App Version','es_mx','You already have latest CRMTiger App Version',8),(3359,'plan','Plan','es_mx','Plan',8),(3360,'time','Time','es_mx','Time',31),(3361,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','es_mx','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(3362,'add_to_quick_action','Add to quick action','es_mx','Add to quick action',1),(3363,'add_filter_to_quick_action','Add filter to quick action','es_mx','Add filter to quick action',1),(3364,'create_record','Create Record','es_mx','Create Record',1),(3365,'quick_action_hint','You can Add Quick Action here','es_mx','You can Add Quick Action here',1),(3366,'str_send','Send','es_mx','Send',3),(3367,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','es_mx','Do you want to update tax & charge values corresponding to selected region?',1),(3368,'delete_quick_action_widgest','Delete Widget?','es_mx','Delete Widget?',15),(3369,'add_record_to_dashboard','Add record to dashboard','es_mx','Add record to dashboard',15),(3370,'module_quick_action_msg','Module added to dashboard','es_mx','Module added to dashboard',15),(3371,'filter_quick_action_msg','Filter added to dashboard','es_mx','Filter added to dashboard',15),(3372,'record_quick_action_msg','Record added to dashboard','es_mx','Record added to dashboard',15),(3373,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','es_mx','Filter shortcut added to dashboard',15),(3374,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','es_mx','Record shortcut added to dashboard',15),(3375,'documents_disabled','Documents Module is disabled','es_mx','Documents Module is disabled',1),(3376,'document_dont_attachment','Document does not have a attachment','es_mx','Document does not have a attachment',1),(3377,'go_to_neat_by','Go to NearBy','es_mx','Go to NearBy',15),(3378,'go_to_time_tracking','Go to Time Tracker','es_mx','Go to Time Tracker',13),(3379,'nearby_quick_action_msg','NearBy added to dashboard','es_mx','NearBy added to dashboard',15),(3380,'time_tracking_quick_action_msg','Time Tracking added to dashboard','es_mx','Time Tracking added to dashboard',15),(3381,'attendance_quick_action_msg','Attendance added to dashboard','es_mx','Attendance added to dashboard',15),(3382,'attachment','Attachment','es_mx','Attachment',15),(3383,'search_by_fields','Search by fields','es_mx','Search by fields',27),(3384,'apply_selected','Apply selected','es_mx','Apply selected',27),(3385,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','es_mx','auto address finder is disabled, please enable it from CRMTiger Settings',1),(3386,'Attendance','Attendance','es_mx','Attendance',15),(3387,'Check-in successfully','Check-in successfully','es_mx','Check-in successfully',32),(3388,'Check-out successfully','Check-out successfully','es_mx','Check-out successfully',32),(3389,'Nothing around here','Nothing around here','es_mx','Nothing around here',13),(3390,'select_days','Select Days','es_mx','Select Days',5),(3391,'select_minutes','Select Minutes','es_mx','Select Minutes',5),(3392,'select_hours','Select Hours','es_mx','Select Hours',5),(3393,'no_lat_long_found','Location information (Latitude,Longitude) not found','es_mx','Location information (Latitude,Longitude) not found',32),(3394,'Call Log save successfully','Call Log save successfully','es_mx','Call Log save successfully',32),(3395,'Files/photos deleted successfully','Files/photos deleted successfully','es_mx','Files/photos deleted successfully',32),(3396,'network_error','Network connection error!','es_es','¡Error de red!',1),(3397,'connection_check','Could not connect to CRM, Please check your Internet connection.','es_es','Por favor revise su conexion a internet.',1),(3398,'update','Update','es_es','Update',1),(3399,'cancel','Cancel','es_es','Cancelar',1),(3400,'ok','Ok','es_es','DE ACUERDO',1),(3401,'more_information','Click here for more information.','es_es','Haga clic aquí para mas información.',1),(3402,'yes','Yes','es_es','Sí',1),(3403,'no','No','es_es','No',1),(3404,'click_again_exit','Click again to exit','es_es','Haga clic de nuevo para salir',1),(3405,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','es_es','No tiene permiso para ver estas características, para acceder suscribase a la versión premium Clic aqui para suscribirse.',1),(3406,'clickhere','Click here','es_es','Clic Aquí',1),(3407,'clickhere_subscribe','Click here to subscribe premium version','es_es','Clic aqui para suscribirse',1),(3408,'clickhere_configure','Click here and view how to Configure.','es_es','Haga clic aquí y vea cómo configurar.',1),(3409,'please_wait','Please Wait…','es_es','Por favor espera…',1),(3410,'share__msg','Share file with','es_es','compartir archivo con',1),(3411,'dialog_camera','Camera','es_es','Cámara',1),(3412,'dialog_add_file_by','Take Photo from','es_es','Agregar archivos por',1),(3413,'add','Add','es_es','Agregar',1),(3414,'mail_manager_configured','Mail Manager is not configured','es_es','Mail Manager no está configurado',1),(3415,'dialog_add_files_by','Add Files by','es_es','Agregar archivos por',1),(3416,'dialog_drive','Drive','es_es','Controlar',1),(3417,'dialog_drop_box','Drop Box','es_es','Drop Box',1),(3418,'dialog_need_signin','You need to Sign-in to your Drive account first.','es_es','debe iniciar sesión primero',1),(3419,'dialog_gallery','Gallery','es_es','Galería',1),(3420,'delete','Delete','es_es','Borrar',1),(3421,'timeoutmessage','Oops! Request is taking more time than expected.','es_es','Oops solicitud lleva tiempo de lo esperado.',1),(3422,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','es_es','GPS no está habilitado. Por favor, enciéndelo para obtener su ubicación cercana.',1),(3423,'sure_want_delete','Are you sure want to delete ?','es_es','¿Seguro que quiere borrar?',1),(3424,'select','Select','es_es','Seleccionar',1),(3425,'msgforrecordaudio','Minimum record duration one second.','es_es','Duración mínima del registro un segundo',1),(3426,'permission_storage','Permission denied to read your External storage','es_es','Permiso denegado para leer el almacenamiento externo',1),(3427,'send_permission_msg','Send message permission denied','es_es','Permiso de llamada denegado',1),(3428,'choosefile','Choose File','es_es','Elija el archivo',1),(3429,'enter','Enter','es_es','Entrar',1),(3430,'select_an_option','Select an Option','es_es','Sleccione una opcion',1),(3431,'email_validation','Email is not valid','es_es','El correo no es válido',1),(3432,'please_enter','Please Enter','es_es','Please Enter ',1),(3433,'website_validation_text','Website URL is not valid','es_es','La URL del sitio web no es válida',1),(3434,'selectvalue','Select value first','es_es','Seleccionar valor',1),(3435,'email','Email','es_es','Email',1),(3436,'enter_email_address','Enter email address','es_es','Introduzca la dirección de correo electrónico',1),(3437,'email_address_not_correct','Email address incorrect','es_es','Dirección de correo electrónico incorrecta',1),(3438,'pls_enter_subject','Please Enter Subject','es_es','Por favor ingrese el asunto',1),(3439,'attachFiles','Attached File','es_es','Adjuntar archivo',1),(3440,'from','From','es_es','Desde',1),(3441,'to','To','es_es','A',1),(3442,'call_permission_msg','Call permission denied','es_es','Permiso de llamada denegado',1),(3443,'no_records','No records found','es_es','No se encontrarón registros',1),(3444,'fullform','Create New','es_es','Forma completa',1),(3445,'save','Save','es_es','Guardarng',1),(3446,'total','Total','es_es','Total',1),(3447,'discount','Discount','es_es','Descuento',1),(3448,'price','Price','es_es','Precio *',1),(3449,'quantity','Quantity','es_es','Cantidad *',1),(3450,'select_module','Select Module','es_es','Seleccionar módulo',1),(3451,'item_list','Item List','es_es','Lista de articulos',1),(3452,'quickcreate','Quick Create','es_es','Creación rápida',1),(3453,'overwrite_msg_part1','Overwrite the existing address with the selected','es_es','Sobrescriba la dirección existente con la seleccionada',1),(3454,'once_in_every','Once in every','es_es','Una vez en cada',1),(3455,'overwrite_msg_part2','address details?','es_es','¿detalles de dirección?',1),(3456,'add_item','Add Item','es_es','Agregar artículo',1),(3457,'recordsave','Record saved successfully','es_es','Registro guardado',1),(3458,'recordnotsave','Could not save record. Try again later','es_es','No se guardó el regitro',1),(3459,'minutes','Minutes','es_es','Minutos',1),(3460,'hours','Hours','es_es','horas',1),(3461,'days','Days','es_es','Dias',1),(3462,'on','On','es_es','En',1),(3463,'day_of_the_month','day of the month','es_es','día del mes',1),(3464,'list_price','List Price','es_es','Precio de lista *',1),(3465,'add_record','Add Record','es_es','Agregar registro',1),(3466,'add_product','Add Product','es_es','Agregar Producto',1),(3467,'add_service','Add Service','es_es','Agregar servicio',1),(3468,'discountin','Discount in %','es_es','Descuento en%',1),(3469,'unitprice','Unit price','es_es','Precio unitario *',1),(3470,'netprice','Net price','es_es','Precio neto *',1),(3471,'comments','Comments','es_es','Comentarios',1),(3472,'add_close','Add & Close','es_es','Agregar &amp; amp; Cerrar',1),(3473,'fetching_rout_message','Fetching route, Please wait…','es_es','Recogiendo ruta, por favor espere …',1),(3474,'setting','Settings','es_es','Ajustes',1),(3475,'utc','UTC','es_es','UTC',1),(3476,'in','In','es_es','En ',1),(3477,'days_ago','days ago','es_es','hace días',1),(3478,'mins_ago','Minutes ago','es_es','hace minutos',1),(3479,'justnow','Just now','es_es','Justo ahora',1),(3480,'hours_ago','hours ago','es_es','horas atras',1),(3481,'in_1_day','In 1 day','es_es','En 1 día',1),(3482,'scanqrcode','Asset / Card scanner','es_es','Escáner de tarjetas',1),(3483,'call_log','Call Log','es_es','Registro de llamadas',1),(3484,'voice_message','Hi','es_es','Hola',1),(3485,'voice_message1','What can I search for you in','es_es','¿Qué puedo buscarte en?',1),(3486,'live_tracking','Live Tracking','es_es','Seguimiento en vivo',1),(3487,'mailmanager','Mail Manager','es_es','Administrador de correo',1),(3488,'my_location','My location','es_es','Mi ubicación',1),(3489,'created_on','Created On','es_es','Creado en',1),(3490,'modified_on','Modified On','es_es','Modificado en',1),(3491,'enter_comments','Enter Comments','es_es','Agregar comentarios',1),(3492,'viewmore','View More','es_es','Ver más',1),(3493,'viewless','View Less','es_es','Ver menos',1),(3494,'gotofullform','Go to Full Form','es_es','Ir a formulario completo',1),(3495,'post','Post','es_es','Enviar',1),(3496,'url','URL','es_es','URL',1),(3497,'dialog_title_text_back_color','Select a Text Background Color','es_es','Seleccione un color de fondo de texto',1),(3498,'event_or_task','Add event/task','es_es','Agregar evento / tarea',1),(3499,'shortcut','Shortcuts','es_es','Atajos',1),(3500,'select_field','Select Field','es_es','Seleccionar campo',1),(3501,'share','Share','es_es','Compartir',1),(3502,'title_insert_link','Insert Link','es_es','nsertar el link',1),(3503,'addyourcommentshere','Add your comments here','es_es','Agregue sus comentarios aquí',1),(3504,'nocomment','No Comments','es_es','Sin comentarios',1),(3505,'leads','Leads','es_es','Prospectos',1),(3506,'true_val','true','es_es','Verdadero',1),(3507,'noresult','No Result','es_es','Sin resultados',1),(3508,'version','Version','es_es','Versión',1),(3509,'convert_lead','Convert Lead','es_es','Convertir cliente potencial',1),(3510,'app_name','CRMTiger','es_es','SalesHiker',1),(3511,'enter_url','Please Enter url','es_es','Por favor ingrese url',1),(3512,'help','Help','es_es','Ayuda ',1),(3513,'contact_us','Contact Us','es_es','Contáctenos',1),(3514,'updates','Updates','es_es','Actualizar',1),(3515,'logout','LogOut','es_es','Cerrar sesión',1),(3516,'busnies_cardscanner','Business Card Scanner','es_es','Escáner de tarjetas de visita',1),(3517,'sure_want_logout','Are you sure want to logout ?','es_es','¿Seguro que quiere cerrar sesión?',1),(3518,'logout_message','Logout successfully','es_es','¿Seguro que quiere cerrar sesión?',1),(3519,'all','All','es_es','Todos',1),(3520,'add_event','Add event','es_es','Añadir evento',1),(3521,'add_task','Add Task','es_es','Agregar tarea',1),(3522,'next','Next','es_es','Proximo',1),(3523,'terms_conditions','Terms and Conditions','es_es','Terms and Conditions',1),(3524,'login','Login','es_es','Iniciar sesión',2),(3525,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','es_es','Al iniciar sesión, usted acepta nuestros Términos y condiciones Política de privacidad',2),(3526,'copyright','Copyright © 2019 CRMTiger Version','es_es','Copyright © 2019 CRMTiger Versión ',2),(3527,'enter_username','Please enter username','es_es','Ingrese el usuario',2),(3528,'enter_password','Please enter password','es_es','Ingrese contraseña',2),(3529,'remanberme','Remember Me','es_es','Recordarme',2),(3530,'forgot_password','Forgot password?','es_es','¿Olvidó la contraseña?',2),(3531,'privacy_policay1','Privacy Policy','es_es','Política de privacidad',2),(3532,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','es_es','Algo salió mal.',2),(3533,'enter_username_password','Entered Username or Password is wrong','es_es','El usuario o la contraseña son incorrectos',2),(3534,'server_issue_occured','Server issues occurred','es_es','Ocurrieron problemas con el servidor',2),(3535,'password','Password','es_es','Contraseña',3),(3536,'user_name','Username','es_es','Nombre de usuario',3),(3537,'reset_pwd','Reset Password','es_es','Restablecer la contraseña',3),(3538,'forgot_password_title','Forgot password','es_es','Olvidó la contraseña',3),(3539,'enter_user_name','Enter user name','es_es','Introduzca un nombre de usuario',3),(3540,'cc','Cc','es_es','Cc',4),(3541,'body','Body','es_es','Cuerpo',4),(3542,'bcc','BCC','es_es','BCC',4),(3543,'dialog_title_text_color','Select a Text Color','es_es','Seleccione un color de texto',4),(3544,'date','Date','es_es','Fecha',4),(3545,'subject','Subject','es_es','Tema',4),(3546,'composeMail','Compose Mail','es_es','Redactar correo',4),(3547,'send','Send','es_es','Enviar',4),(3548,'select_message','Select message','es_es','Seleccionar mensaje',4),(3549,'title_insert_table','Insert Table','es_es','Insertar tabla',4),(3550,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','es_es','Estoy de acuerdo en compartir el registro de la API con el equipo técnico para solución de problemas ',5),(3551,'edit_record','Edit Records','es_es','Editar registros',5),(3552,'select_time','Select Time','es_es','Seleccione tiempo',5),(3553,'edit_item','Edit Item','es_es','Editar elemento',5),(3554,'items_total','Items Total','es_es','Total de artículos',5),(3555,'number_less_then_31','Number should be less than 31','es_es','El número debe ser menor que 31',5),(3556,'users','Users','es_es','Usuarios',5),(3557,'groups','Groups','es_es','Los grupos',5),(3558,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','es_es','Nota: los archivos adjuntos existentes (imágenes / archivos) serán reemplazados',5),(3559,'greaterdatetime','End DateTime should be greater than Start DateTime','es_es','La fecha y hora de finalización deben ser mayores que la fecha y hora de inicio',5),(3560,'until','Until','es_es','Hasta',5),(3561,'organizations','Organizations','es_es','Cuentas',6),(3562,'contacts','Contacts','es_es','Contactos',6),(3563,'opportunity','Opportunity','es_es','Oportunidad',6),(3564,'lbl_sun','SUN','es_es','DOM',7),(3565,'lbl_mon','MON','es_es','LUN',7),(3566,'lbl_tue','TUE','es_es','MAR',7),(3567,'lbl_wed','WED','es_es','MIE',7),(3568,'lbl_thu','THU','es_es','JUE',7),(3569,'lbl_fri','FRI','es_es','VIE',7),(3570,'lbl_sat','SAT','es_es','SAB',7),(3571,'lbl_1','1','es_es','1',7),(3572,'lbl_2','2','es_es','2',7),(3573,'lbl_3','3','es_es','3',7),(3574,'lbl_4','4','es_es','4',7),(3575,'lbl_5','5','es_es','5',7),(3576,'lbl_6','6','es_es','6',7),(3577,'lbl_7','7','es_es','7',7),(3578,'lbl_8','8','es_es','8',7),(3579,'lbl_9','9','es_es','9',7),(3580,'lbl_10','10','es_es','10',7),(3581,'lbl_11','11','es_es','11',7),(3582,'lbl_12','12','es_es','12',7),(3583,'lbl_13','13','es_es','13',7),(3584,'lbl_14','14','es_es','14',7),(3585,'lbl_15','15','es_es','15',7),(3586,'lbl_16','16','es_es','16',7),(3587,'lbl_17','17','es_es','17',7),(3588,'lbl_18','18','es_es','18',7),(3589,'lbl_19','19','es_es','19',7),(3590,'lbl_20','20','es_es','20',7),(3591,'lbl_21','21','es_es','21',7),(3592,'lbl_22','22','es_es','22',7),(3593,'lbl_23','23','es_es','23',7),(3594,'lbl_24','24','es_es','24',7),(3595,'lbl_25','25','es_es','25',7),(3596,'lbl_26','26','es_es','26',7),(3597,'lbl_27','27','es_es','27',7),(3598,'lbl_28','28','es_es','28',7),(3599,'lbl_29','29','es_es','29',7),(3600,'lbl_30','30','es_es','30',7),(3601,'lbl_31','31','es_es','31',7),(3602,'lbl_32','32','es_es','32',7),(3603,'lbl_33','33','es_es','33',7),(3604,'lbl_34','34','es_es','34',7),(3605,'lbl_35','35','es_es','35',7),(3606,'lbl_36','36','es_es','36',7),(3607,'lbl_37','37','es_es','37',7),(3608,'lbl_38','38','es_es','38',7),(3609,'lbl_39','39','es_es','39',7),(3610,'lbl_40','40','es_es','40',7),(3611,'lbl_41','41','es_es','41',7),(3612,'lbl_42','42','es_es','42',7),(3613,'current_date','current date','es_es','fecha actual',7),(3614,'event','Events','es_es','أEventos',7),(3615,'calendar','Calendar','es_es','Calendario',7),(3616,'latest_version','Latest Version :','es_es','Ultima versión : ',8),(3617,'expire_on','Expire On :','es_es','Vence en :',8),(3618,'ctmobile_ext_version','CTMobile Ext. Version :','es_es','CTMobile Ext. Versión :',8),(3619,'you_have_latest_version','You already have latest version','es_es','Has actualizado la versión ',8),(3620,'latest_version1','You Already have latest version','es_es','لYa tienes la última versióz',8),(3621,'upgreaded','Upgrade','es_es','Mejorar',8),(3622,'downgrade','Downgrade','es_es','Degradar',8),(3623,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','es_es','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(3624,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','es_es','Puede enviar sus comentarios con una descripción, nuestro equipo revisará sus comentarios y se comunicará con usted.',8),(3625,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','es_es','Puede configurar desde aquí la cantidad de registros que desea mostrar en la pantalla de Inicio para eventos recientes.',8),(3626,'info','Info','es_es','Información',8),(3627,'recent_history','Recent History','es_es','Historia reciente',8),(3628,'recent_feedback','Feedback','es_es','FeedSign In Failed.Trate de nuevo después',8),(3629,'recent_log','Log','es_es','Iniciar sesión',8),(3630,'crmtiger_app_version','CRMTiger App Version :','es_es','Versión de la aplicación CRMTiger:',8),(3631,'historylimit','Recent History Limit','es_es','Límite de historial',8),(3632,'radious_in_miles','Radius in miles','es_es','Radio en millas',8),(3633,'recentlimit','Recent Event Limit','es_es','Límite de eventos recientes',8),(3634,'upcoming_events','Upcoming Events','es_es','Próximos eventos',8),(3635,'rate_our_app','Rate Our App!','es_es','Califica nuestra aplicación!',8),(3636,'feedback','Submit Feedback','es_es','Enviar comentarios',8),(3637,'sendfeedback','Feedback Send','es_es','Enviar comentarios',8),(3638,'emaillimit','Email limit','es_es','Límite de correo electrónico',8),(3639,'log','Log','es_es','Iniciar sesión',8),(3640,'logclear','Log cleared successfully.','es_es','Limpieza exitosa',8),(3641,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','es_es','Puede establecer desde aquí la cantidad de registros que desea mostrar en la pantalla de Inicio para Historial reciente.',8),(3642,'proceed_to_upgrade1','Proceed to','es_es','Proceder a',8),(3643,'upgradation_message','will required logout and login again later.','es_es','será necesario cerrar la sesión y volver a iniciar sesión más tarde.',8),(3644,'proceed_to_upgrade','Proceed to Upgrade','es_es','Continuar con la actualización',8),(3645,'module_setting','Module Setting','es_es','Configuración del módulo',9),(3646,'sortbyfield','Sort by field','es_es','Ordenar por campo',9),(3647,'ascending','Ascending  A to Z','es_es','Ascendiendo de la A a la Z',9),(3648,'descending','Descending  Z to A','es_es','Z descendente a A',9),(3649,'first_field','First Field','es_es','Primer campo',9),(3650,'second_field','Second Field','es_es','Segundo campo',9),(3651,'third_field','Third Field','es_es','Tercer campo',9),(3652,'sure_want_restore','Are you sure you want to reset to default settings?','es_es','¿Estás seguro de que quieres restaurar el predeterminado',9),(3653,'orderlist','List Order','es_es','Orden de la lista',9),(3654,'module_reset','Restore to Default','es_es','Restablecen a los predeterminados',9),(3655,'display_fields','Display Fields','es_es','Campos de visualización',9),(3656,'discount_lessthen_100','Discount % should be less than 100','es_es','% El descuento debeser menor a 100',10),(3657,'select_item','Select Item','es_es','Seleccione un artículo',10),(3658,'item_comment','Item Comment','es_es','Comentario del artículo',10),(3659,'record_name','Record Name is :','es_es','El nombre del registro es:',11),(3660,'go_back','Go Back','es_es','Regresa',11),(3661,'please_enter_shortcut_name','Please Enter Shortcut Name','es_es','Por favor ingrese el nombre del atajo',11),(3662,'number_not_found','Contact Number not found','es_es','Número de contacto no encontrado',11),(3663,'mail_not_found','Mail Address not found','es_es','Dirección de correo no encontrada',11),(3664,'create_shortcut','Create Shortcut','es_es','Crear acceso directo',11),(3665,'contact_summary','Summary','es_es','Resumen',11),(3666,'activites','Activities','es_es','Actividadess',11),(3667,'details','Details','es_es','Detalles',11),(3668,'related','Related','es_es','Relacionado',11),(3669,'share_link','Share record with','es_es','Compartir registro con',11),(3670,'edit','Edit','es_es','Editar',11),(3671,'duplicate','Duplicate','es_es','Duplicar',11),(3672,'whatsapp','Whatsapp','es_es','Whatsapp',11),(3673,'call','Call','es_es','LLamada',11),(3674,'choose_contact_for_call','Choose Contact for Call','es_es','Elija contacto para llamar',11),(3675,'choose_contact_for_sms','Choose Contact for SMS','es_es','Elija Contacto para SMS',11),(3676,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','es_es','Elija Contacto para WhatsApp',11),(3677,'chosse_contact_for_email','Choose Email','es_es','Elija Email',11),(3678,'attach_file','Attach Files','es_es','Adjuntar archivos',11),(3679,'close','Close','es_es','Cerrar',11),(3680,'status','Status','es_es','Estado',11),(3681,'stop','Stop','es_es','Detener',11),(3682,'zero','0','es_es','Cero',11),(3683,'record','Record','es_es','Grabar',11),(3684,'voice_note','Voice Note','es_es','Nota de Voz',11),(3685,'tickets','Tickets','es_es','Entradas',12),(3686,'check_out','Check Out','es_es','Revisa',12),(3687,'check_in','Check In','es_es','Registrarse',12),(3688,'select_any','Select any','es_es','Seleccione cualquiera',12),(3689,'fulldetails','Show Full Details','es_es','Mostrar detalles completos',12),(3690,'checkin','Check-in','es_es','Registrarse',12),(3691,'navigate','Navigate','es_es','Navegar',12),(3692,'product','Products','es_es','Productos',12),(3693,'projectMilestone','Project Milestone','es_es','Hito del proyecto',12),(3694,'projecttask','Project Tasks','es_es','Tarea de proyecto',12),(3695,'nearby','NearBy','es_es','Cerca',13),(3696,'document','Document','es_es','Documento',14),(3697,'reply','Reply','es_es','Respuesta',14),(3698,'reply_all','Reply All','es_es','Responder a todos',14),(3699,'forward','Forward','es_es','Adelante',14),(3700,'action','Action','es_es','Action',14),(3701,'select_first','Select First','es_es','Seleccionar primero',14),(3702,'commentaddsuccessful','Comment added successfull','es_es','Comentar agregar con éxito',14),(3703,'move_to','Move to','es_es','Mover a',14),(3704,'attach','Attach','es_es','Adjuntar',14),(3705,'addcoment','Add Comment','es_es','Agregar comentario',14),(3706,'adddocument','Add Document','es_es','Agregar documento',14),(3707,'home','Home','es_es','Inicio',15),(3708,'checkout','Check-out','es_es','Revisar',15),(3709,'message_search','Search by name','es_es','Buscar por nombre',15),(3710,'start_shift','Start shift','es_es','Inicio de turno',15),(3711,'end_shift','End shift','es_es','Fin de turno',15),(3712,'today_meeting','Meetings','es_es','Reuniones',15),(3713,'shift_time_track','Shift Time Track','es_es','Cambiar tiempo',15),(3714,'logout_msg','You have to login again , click','es_es','Tienes que iniciar sesión de nuevo, haz clic',15),(3715,'logout_msg1','to continue.','es_es','Continuar.',15),(3716,'permission_denied','You don\'t have permission to create','es_es','No tienes permiso para crear',15),(3717,'history','Activity stream','es_es','Últimas acciones',15),(3718,'search_value','Search value :','es_es','Enviar mensaje',15),(3719,'feed_back_msg','Please enter feedback message','es_es','Ingrese un mensaje de retroalimentación',16),(3720,'feed_back_hint_msg','Enter feedback message','es_es','Ingresar mensaje de retroalimentación',16),(3721,'submit','Submit','es_es','Enviar',16),(3722,'check_app_not_installed','Application is not currently installed.','es_es','La aplicación no está instalada actualmente.',17),(3723,'send_sms_fail_message','SMS failed, please try again later!','es_es','Error de SMS, por favor intente de nuevo más tarde!',17),(3724,'documentaddsuccessfully','Document Attach successfully','es_es','Documento adjunto exitosamente',17),(3725,'send_message','Send message','es_es','Send message',17),(3726,'sms_to','smsto:','es_es','smsto:',17),(3727,'add_list_message','Add List','es_es','Agregar lista',18),(3728,'mylist','My List','es_es','Mi lista',18),(3729,'filtername','Filter Name','es_es','Nombre del filtro',18),(3730,'selectlist','Select a List','es_es','Seleccione una lista *',18),(3731,'assingedto','Assigned To','es_es','Asignado a *',18),(3732,'selectmodule','Select a module','es_es','Seleccione un modulo',18),(3733,'add_list','Add Filter','es_es','Agregar filtro',18),(3734,'recent_event','Recent Event','es_es','Evento reciente',19),(3735,'recent_hostory','Recent History','es_es','Historial reciente',19),(3736,'module_specific_settings','Module-Specific Settings','es_es','Configuración específica del módulo',19),(3737,'talk_to_us','Talk to us','es_es','Háblanos',19),(3738,'report_a_bug','Report A Bug','es_es','Reportar un error',19),(3739,'faq','FAQ','es_es','Preguntas más frecuentes',19),(3740,'selectmodules','Select Module','es_es','Seleccionar módulo',19),(3741,'myplan','My Plan','es_es','Mi Plan',19),(3742,'message','Message','es_es','Mensaje',20),(3743,'message_validation','Please enter Message','es_es','Por favor ingrese un mensaje',20),(3744,'contact_select','Please Select contact','es_es','Seleccione contacto',20),(3745,'global_search','Global Search','es_es','Búsqueda global',21),(3746,'records','Records','es_es','Grabar',21),(3747,'dont_show_again','Don\'t Show Again','es_es','No volver a mostrar',22),(3748,'skip','Skip','es_es','Omitir',22),(3749,'file_downloading','File Downloading','es_es','Descarga de archivos',23),(3750,'add_screenshots_optional','Add screenshots (optional)','es_es','Añadir capturas de pantalla (opcional)ss',24),(3751,'describe_your_problem','Describe your problem','es_es','Describe tu problema',24),(3752,'default_filter_shortcut','Default Filter Shortcut','es_es','Atajo de filtro predeterminado',25),(3753,'record_shortcut','Record Shortcut','es_es','enter_url',25),(3754,'enter_url','Please Enter url','es_es','Por favor ingrese url',26),(3755,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','es_es','Necesita actualizar la aplicación para continuar usando. Actualice a',26),(3756,'search_by','Search by','es_es','Búsqueda por',27),(3757,'selected_filter','Selected filter :','es_es','Filtro seleccionado: -',27),(3758,'selected_field','Selected field :','es_es','Campo seleccionado: -',27),(3759,'choose','Choose','es_es','Escoger',28),(3760,'qr_cardscanner','QR Code Scanner','es_es','Escáner de código QR',28),(3761,'error_message_for_scan','Could not read the card Try again later.','es_es','No se pudo leer la tarjeta vuelva a intentarlo más tarde.',28),(3762,'press_start_scan','Press to Start Scan','es_es','Presione para comenzar a escanear',28),(3763,'line_item_quntity_validation_msg','Value should be greater than zero','es_es','El valor debe ser mayor que cero',29),(3764,'percentage_msg','Percentage should be less than 100','es_es','El porcentaje debe ser inferior a 100',29),(3765,'MSG_NO_DATA','No data found!','es_es','¡Datos no encontrados!',29),(3766,'MSG_SOMETHING_WRONG','Something went wrong!','es_es','¡Algo salió mal!',29),(3767,'MSG_COMING_SOON','Coming Soon!','es_es','¡Próximamente!',29),(3768,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','es_es','Sube la imagen de perfil.',29),(3769,'ALERT_TITLE_LOCATION_ACCESS','Location Access','es_es','Acceso a la ubicación',29),(3770,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','es_es','Requiere su ubicación para mostrar eventos cercanos.',29),(3771,'ALERT_BTN_ALLOW','ALLOW','es_es','PERMITIR',29),(3772,'ALERT_BTN_DENY','DENY','es_es','NEGAR',29),(3773,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','es_es','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(3774,'DELETE_RECORD','Delete Record','es_es','Eliminar el registro',29),(3775,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','es_es','¿Estás seguro de que quieres eliminar este acceso directo?',29),(3776,'DELETE_SHORTCUT','Delete Shortcut','es_es','Eliminar acceso directo',29),(3777,'LBL_TERMS','By logging in, you agree to our Terms and','es_es','Al iniciar sesión, acepta nuestros Términos y',29),(3778,'LBL_CONDITIONS','Conditions &','es_es','Condiciones y',29),(3779,'ALERT_TITLE','Alert','es_es','Alerta',29),(3780,'ALERT_BTN_SUBSCRIBE','Subscribe','es_es','Suscribir',29),(3781,'MSG_SELECT_MODULE','Please select any Module','es_es','Seleccione cualquier módulo',29),(3782,'MSG_SELECT_LIST','Please select any List','es_es','Seleccione cualquier listas',29),(3783,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','es_es','No tienes camara',29),(3784,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','es_es','No tienes permiso para acceder a la galería.',29),(3785,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','es_es','No tienes permiso para acceder a la cámara. Ir a configuración ->\n            Desplácese hacia abajo y seleccione la aplicación CRMTiger -> Activar cámar',29),(3786,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','es_es','No tiene permiso para acceder al reconocimiento de voz.\n            Vaya a configuración -> Desplácese hacia abajo y seleccione Aplicación CRMTiger ->\n            Activar el reconocimiento de voz',29),(3787,'BTN_DONE','Done','es_es','Listo',29),(3788,'COMMENT','Comment','es_es','Comentario',29),(3789,'FULL_FORM','Full Form','es_es','Forma completa',29),(3790,'QUICK_CREATE','Create','es_es','Crear',29),(3791,'LBL_SELECT_FIELDS','Select Fields','es_es','Seleccionar campos',29),(3792,'LBL_SELECT_FIELDS','Select Fields','es_es','Seleccionar campos',29),(3793,'LBL_SELECT_FIRST_FIELDS','Select First Field','es_es','Seleccionar primer campo',29),(3794,'LBL_SELECT_SECOND_FIELDS','Select Second Field','es_es','Seleccionar segundo campo',29),(3795,'LBL_SELECT_THIRD_FIELDS','Select Third Field','es_es','Seleccionar tercer campo',29),(3796,'LBL_SORT_BY_FIELD','Select Sort By Field','es_es','Seleccione Ordenar por campo',29),(3797,'BTN_RESET_TO_DEFAULT','Reset to Default','es_es','restablecen a los predeterminados',29),(3798,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','es_es','Seleccione Ordenar por campo',29),(3799,'kStrClearBtnTitle','Clear','es_es','Claro',29),(3800,'kStrShowMoreBtnTitle','Show More','es_es','Mostrar más',29),(3801,'kStrAddActivitiesBtnTitle','Add Activities','es_es','Agregar actividades',29),(3802,'kStrAddCommentPlaceHolder','Add your comments here','es_es','Agrega tus comentarios aquí',29),(3803,'MSG_ENTER_TO_EMAIL','Please enter to field.','es_es','Ingrese al campo.',29),(3804,'WARNING_FILE','File can\'t open.','es_es','El archivo no se puede abrir.',29),(3805,'MSG_FILE_SAVED','File saved.','es_es','Archivo guardado.',29),(3806,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','es_es','¡Error de descarga !, inténtelo más tarde.',29),(3807,'LBL_SHORTCUT','Shortcut','es_es','Atajo',29),(3808,'TXT_MESSAGE_PLACEHOLDER','Type Message','es_es','Escribir mensaje',29),(3809,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','es_es','Instalar whatsapp',29),(3810,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','es_es','No se encontró ningún buzón. Crear buzón',29),(3811,'LBL_WROTE','Wrote','es_es','Escribió',29),(3812,'MSG_MAIL_SEND','Mail sent','es_es','Correo enviado',29),(3813,'log_file_not_found','API Log file not found.','es_es','No se encontró el archivo de registro de API.',29),(3814,'unknown_error','An unknown error occurred, try again','es_es','Ocurrió un error desconocido, inténtalo de nuevo',29),(3815,'CTMTigerAppVersion','CRMTiger App Version','es_es','Versión de la aplicación CRMTiger',29),(3816,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','es_es','CTMobile Ext. Actualización de la versión con éxito',29),(3817,'dialog_Premium_downgrade','Downgrade will required logout and login again later','es_es','La degradación requerirá cerrar sesión y volver a iniciar sesión más tarde',29),(3818,'dialog_Premium','Upgrade will required logout and login again later','es_es','La actualización requerirá cerrar sesión y volver a iniciar sesión más tarde',29),(3819,'Overwrite','Overwrite','es_es','Sobrescribir',29),(3820,'MSGAddressOverwrite1','Overwrite the existing address with the selected','es_es','Sobrescriba la dirección existente con la seleccionada',29),(3821,'MSGAddressOverwrite2','address details?','es_es','¿detalles de dirección?',29),(3822,'UPGRADE_PLAN','Upgrade Plan','es_es','Plan de actualización',29),(3823,'DOWNGRADE_PLAN','Downgrade Plan','es_es','Plan de degradación',29),(3824,'UPGRADE_EXTENSION','Upgrade Extension','es_es','Actualizar extensión',29),(3825,'UPGRADE_APP','Upgrade App','es_es','Actualizar aplicación',29),(3826,'SELECT_OPTION','Select Option','es_es','Seleccionar opción',29),(3827,'PLEASE_SELECT','Please select','es_es','Por favor seleccione',29),(3828,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','es_es','No tienes permiso para este módulo',29),(3829,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','es_es','Seleccione el día recurrente del mes.',29),(3830,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','es_es','Seleccione el día de la semana recurrente.',29),(3831,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','es_es','Seleccione días recurrentes.',29),(3832,'Please select reccuring days.','Please select reccuring days.','es_es','Seleccione días recurrentes.',29),(3833,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','es_es','Seleccione la fecha de finalización recurrente.',29),(3834,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','es_es','Seleccione el tipo recurrente.',29),(3835,'FREQ_TIME','Times','es_es','Veces ',29),(3836,'REPEAT_YEARLY','Repeat Yearly','es_es','Repetir anualmente',29),(3837,'REPEAT_MONTHLY','Repeat Monthly','es_es','Repetir mensualmente',29),(3838,'REPEAT_WEEKLY','Repeat Weekly','es_es','Repetir semanalmente',29),(3839,'REPEAT_DAILY','Repeat Daily','es_es','Repetir diariamente',29),(3840,'ACTION_TITLE','Action Title','es_es','Título de la acción',29),(3841,'MSG_SELECT_VALID_DATE','Please select valid day of month.','es_es','Seleccione un día válido del mes.',29),(3842,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','es_es','La fecha de inicio debe ser menor que la fecha de finalización.',29),(3843,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','es_es','La hora de inicio debe ser menor que la hora de finalización.',29),(3844,'LBL_LINEITEM_DETAILS','Lineitem Details','es_es','Detalles del elemento de línea',29),(3845,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','es_es','El monto del descuento debe ser menor que el total.',29),(3846,'VIEW','View','es_es','Ver',29),(3847,'MSG_ENTER_VALID','Please enter valid','es_es','Por favor enter válido',29),(3848,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','es_es','El porcentaje debe ser inferior a 100.',29),(3849,'ITEM_TOTAL','Item Total','es_es','Item Total',29),(3850,'ADJUSTMENT','Adjustment','es_es','Ajustamiento',29),(3851,'TITLE_CHOOSE_IMAGE','Choose Image','es_es','Elegir imagen',29),(3852,'COMPRESS','Compress','es_es','Comprimir',29),(3853,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','es_es','El tamaño de su imagen es demasiado grande, seleccione otra imagen',29),(3854,'OnDayOfMonth','On day of month','es_es','El día del mes',29),(3855,'OnDayOfWeek','On day of week','es_es','El día de la semana',29),(3856,'AddAndClose','Add & Close','es_es','Agregar y cerrar',29),(3857,'Repeat','Repeat','es_es','Repetir',29),(3858,'OnDay','On day','es_es','En el día',29),(3859,'View_Line_Item','View Line Item','es_es','Ver línea de pedido',29),(3860,'TITLE_IMAGE','Image','es_es','Imagen',29),(3861,'TITLE_ICLOUD','iCloud','es_es','ICloud',29),(3862,'GOOGLE','Google','es_es','Google',29),(3863,'ALERT_BTN_OKAY','Okay','es_es','Bueno',29),(3864,'ALERT_TITLE_ACCESS_DENIED','Access Denied','es_es','Acceso denegado',29),(3865,'Dont_Show_Again','Don\'t show again','es_es','No volver a mostrar',29),(3866,'Skip','Skip','es_es','Omitir',29),(3867,'Fillter_Name','Fillter Name','es_es','Nombre del filtro',29),(3868,'Fillter_Record_Count','Fillter Record Count','es_es','Recuento de registros de filtro',29),(3869,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','es_es','Note : if your URL of CRM is https://example.com/crm enter that into above box',31),(3870,'vtiger_url','Your vTiger CRM URL','es_es','Your vTiger CRM URL',26),(3871,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','es_es','You don\'t have permission to Add either This is read-only or Private Field.',31),(3872,'CLEAR','Clear','es_es','Claro',31),(3873,'Files/photos uploaded successfully','Files/photos uploaded successfully','es_es','Archivos / fotos subidos con éxito',32),(3874,'Digital signature saved','Digital signature saved','es_es','Firma digital guardada',32),(3875,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','es_es','Cargue la firma o archivos / fotos',32),(3876,'Files / Photos','Files / Photos','es_es','Archivos / Fotos',32),(3877,'Signature','Signature','es_es','Firma',32),(3878,'add_photo_using','Add Photo Using','es_es','Agregar foto usando',31),(3879,'btn_upload_sign','(+) Add Signature','es_es','(+) Agregar firma',31),(3880,'btn_upload_photo_doc','(+) Upload Files/Photos','es_es','(+) Cargar archivos / fotos',31),(3881,'select_photo_doc_to_upload','Please select files/photos to upload','es_es','Seleccione archivos / fotos para cargar',31),(3882,'related_module_title','Search from related module and Add to \"Route\"','es_es','Buscar desde el módulo relacionado y agregar a \"Ruta\"',30),(3883,'Route status updated successfully','Route status updated successfully','es_es','REl estado de la ruta se actualizó correctamente',32),(3884,'Session init failed','Session init failed','es_es','Error al iniciar la sesión',32),(3885,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','es_es','No tienes permiso para acceder a este recurso',32),(3886,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','es_es','No se pudo obtener el relacionado con - Inténtelo de nuevo más tarde',32),(3887,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','es_es','No se pudo obtener el registro de planificación de ruta. Vuelva a intentarlo más tarde.',32),(3888,'Something went wrong - Try again later','Something went wrong - Try again later','es_es','Se produjo un error. Vuelve a intentarlo más tarde.',32),(3889,'sequence updated successfully','sequence updated successfully','es_es','secuencia actualizada con éxito',32),(3890,'sequence cannot be empty','sequence cannot be empty','es_es','la secuencia no puede estar vacía',32),(3891,'Shortcut details not saved','Shortcut details not saved','es_es','No se guardaron los detalles del acceso directo',32),(3892,'Shortcut details saved successfully','Shortcut details saved successfully','es_es','Los detalles del acceso directo se guardaron correctamente',32),(3893,'Route save successfully','Route save successfully','es_es','Ruta guardada correctamente',32),(3894,'Record save successfully','Record save successfully','es_es','Grabar guardar con éxito',32),(3895,'No dependency found for picklist','No dependency found for picklist','es_es','No se encontró ninguna dependencia para la lista de selección',32),(3896,'No records found','No records found','es_es','No se encontraron registros',32),(3897,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','es_es','El servidor saliente no está habilitado, configure desde CRM',32),(3898,'Removed Successfully','Removed Successfully','es_es','Eliminado con éxito',32),(3899,'Shortcut has been deleted','Shortcut has been deleted','es_es','Se ha eliminado el acceso directo',32),(3900,'relation of records removed successfully','relation of records removed successfully','es_es','relación de registros eliminados con éxito',32),(3901,'relation of records not removed','relation of records not removed','es_es','relación de registros no eliminados',32),(3902,'Record has been deleted successfully','Record has been deleted successfully','es_es','El registro se ha eliminado correctamente',32),(3903,'Time Tracking saved successfully','Time Tracking saved successfully','es_es','El seguimiento del tiempo se guardó correctamente',32),(3904,'Time Tracking updated successfully','Time Tracking updated successfully','es_es','Seguimiento de tiempo actualizado correctamente',32),(3905,'Time Tracking ended successfully','Time Tracking ended successfully','es_es','El seguimiento del tiempo finalizó correctamente',32),(3906,'Time Tracking started successfully','Time Tracking started successfully','es_es','El seguimiento del tiempo finalizó correctamente',32),(3907,'record cannot be empty','record cannot be empty','es_es','el registro no puede estar vacío',32),(3908,'Module is disabled','Module is disabled','es_es','El módulo está deshabilitado',32),(3909,'Shift ended successfully','Shift ended successfully','es_es','El turno terminó con éxito',32),(3910,'Shift started successfully','Shift started successfully','es_es','El turno comenzó con éxito',32),(3911,'relation of records added successfully','relation of records added successfully','es_es','relación de registros agregados con éxito',32),(3912,'Comment saved successfully','Comment saved successfully','es_es','Comentario no guardado',32),(3913,'Comment not saved','Comment not saved','es_es','Comentario no guardado',32),(3914,'Comment module is not active','Comment module is not active','es_es','El módulo de comentarios no está activo',32),(3915,'No Upcoming Event','No Upcoming Event','es_es','Ningún evento próximo',32),(3916,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','es_es','No se encontraron plantillas: créelo desde el módulo Plantillas de mensajes',32),(3917,'No event or task for this date','No event or task for this date','es_es','Ningún evento o tarea para esta fecha',32),(3918,'No filters created','No filters created','es_es','No se crearon filtros',32),(3919,'Select at least one record to attach','Select at least one record to attach','es_es','Seleccione al menos un registro para adjuntar',32),(3920,'Please select one or more attachments','Please select one or more attachments','es_es','Seleccione uno o más archivos adjuntos',32),(3921,'No event for this month','No event for this month','es_es','Ningún evento para este mes',32),(3922,'No Activity found','No Activity found','es_es','No se encontró actividad',32),(3923,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','es_es','Sus comentarios son valiosos para nosotros, no pueden estar vacíos',32),(3924,'Could not send mail, Please try later','Could not send mail, Please try later','es_es','No se pudo enviar el correo. Inténtelo más tarde.',32),(3925,'Latest Version updated successfully','Latest Version updated successfully','es_es','Última versión actualizada correctamente',32),(3926,'User Location Updated Successfully','User Location Updated Successfully','es_es','Ubicación del usuario actualizada correctamente',32),(3927,'User Location not Updated Successfully','User Location not Updated Successfully','es_es','La ubicación del usuario no se actualizó correctamente',32),(3928,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','es_es','SMSNotifier no está habilitado en CRM. Habilítelo primero',32),(3929,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','es_es','No se pudieron enviar sus comentarios. Vuelva a intentarlo más tarde.',32),(3930,'Thank you for submitting your feedback','Thank you for submitting your feedback','es_es','Gracias por enviar sus comentarios.',32),(3931,'Please upload User Image','Please upload User Image','es_es','Cargue la imagen de usuario',32),(3932,'Image Not Uploading, please try again','Image Not Uploading, please try again','es_es','La imagen no se está cargando, inténtelo de nuevo',32),(3933,'User Image Uploaded Successfully','User Image Uploaded Successfully','es_es','Imagen de usuario cargada correctamente',32),(3934,'Invalid Module name','Invalid Module name','es_es','Nombre de módulo no válido',32),(3935,'Records Sync Successfully','Records Sync Successfully','es_es','Los registros se sincronizan correctamente',32),(3936,'Values cannot be empty','Values cannot be empty','es_es','Los valores no pueden estar vacíos',32),(3937,'Record id is empty','Record id is empty','es_es','El ID de registro está vacío',32),(3938,'Logout Successfully','Logout Successfully','es_es','Cerrar sesión correctamente',32),(3939,'Please Enable CTMobile Module','Please Enable CTMobile Module','es_es','Habilite el módulo CTMobile',32),(3940,'Authentication Failed','Username and Password do not match','es_es','Nombre de usuario y contraseña no coinciden',32),(3941,'Mismatched module information','Something gone wrong, please try again later','es_es','Algo salió mal. Vuelve a intentarlo más tarde.',32),(3942,'Field does not exists','Please set display fields again','es_es','Vuelva a configurar los campos de visualización',32),(3943,'Module does not exists','Module does not exists or disabled by admin','es_es','El módulo no existe o el administrador lo deshabilitó',32),(3944,'Month cannot be empty','Could not get the Month - Try again later','es_es','No se pudo obtener el mes. Vuelve a intentarlo más tarde.',32),(3945,'Year cannot be empty','Could not get the Year - Try again later','es_es','No se pudo obtener el año. Vuelve a intentarlo más tarde.',32),(3946,'Date cannot be empty','Could not get the Date - Try again later','es_es','No se pudo obtener la fecha. Vuelve a intentarlo más tarde.',32),(3947,'Userid cannot be empty','Could not get the Userid - Try again later','es_es','No se pudo obtener el ID de usuario. Vuelve a intentarlo más tarde.',32),(3948,'End Date cannot be empty','Could not get the status - Try again later','es_es','No se pudo obtener el estado. Vuelve a intentarlo más tarde.',32),(3949,'Start Date cannot be empty','Could not get the Start Date - Try again later','es_es','No se pudo obtener la fecha de inicio. Vuelve a intentarlo más tarde.',32),(3950,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','es_es','No configura SMS Notifier en CRM. Por favor configure,\n            Notificador de SMS en su CRM para utilizar esta función',32),(3951,'Longitude cannot be empty','Could not get location-Please try again','es_es','No se pudo obtener la ubicación. Vuelve a intentarlo.',32),(3952,'Latitude cannot be empty','Could not get location-Please try again','es_es','No se pudo obtener la ubicación. Vuelve a intentarlo.',32),(3953,'User cannot be empty','Could not get the User - Try again later','es_es','No se pudo obtener el usuario. Vuelva a intentarlo más tarde.',32),(3954,'Status cannot be empty','Could not get the status - Try again later','es_es','No se pudo obtener el estado. Vuelve a intentarlo más tarde.',32),(3955,'Required fields not found','Required fields not found','es_es','Campos obligatorios no encontrados',32),(3956,'Tracking module not active','Tracking module not active-Please contact CRM Admin','es_es','El módulo de seguimiento no está activo: póngase en contacto con el administrador de CRM',32),(3957,'Missing mandatory input values','Missing mandatory input values','es_es','Faltan valores de entrada obligatorios',32),(3958,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','es_es','No se encontró ningún buzón. Crear buzón',32),(3959,'Mail not sent','Mail not sent','es_es','Correo no enviado',32),(3960,'Mail send successfully','Mail send successfully','es_es','Correo enviado con éxito',32),(3961,'Email Id or username not match with your record','Email Id or username not match with your record','es_es','La identificación de correo electrónico o el nombre de usuario no coinciden con su registro',32),(3962,'Module not specified','Module not specified','es_es','Módulo no especificado',32),(3963,'No messages found','No messages found','es_es','No se han encontrado mensajes',32),(3964,'No Dependency Found For This Module','No Dependency Found For This Module','es_es','No se encontraron dependencias para este módulo',32),(3965,'Outgoing server is not Enabled','Outgoing server is not Enabled','es_es','El servidor saliente no está habilitado',32),(3966,'Outgoing server is Enabled','Outgoing server is Enabled','es_es','El servidor saliente está habilitado',32),(3967,'Email Attached Successfully','Email Attached Successfully','es_es','Correo electrónico adjunto con éxito',32),(3968,'Documents Attached Successfully','Documents Attached Successfully','es_es','Documentos adjuntos correctamente',32),(3969,'Login required - Please login again','Login required - Please login again','es_es','Se requiere inicio de sesión: inicie sesión nuevamente',32),(3970,'time_tracking_module_disable','Time tracking module is disable','es_es','El módulo de seguimiento de tiempo está desactivado',31),(3971,'route_planning_module_disable','Route planning module is disable','es_es','El módulo de planificación de ruta está desactivado',31),(3972,'mark_as_held','Are you sure you want to mark Event as Held?','es_es','¿Está seguro de que desea marcar el evento como celebrado?',31),(3973,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','es_es','¿Está seguro de que desea marcar el evento como celebrado?',31),(3974,'access_denied_routeplanning','Access denied for route planning','es_es','Acceso denegado para planificación de rutas',31),(3975,'time_spent','Time Spent','es_es','Tiempo usado',31),(3976,'select_user','Select User','es_es','Seleccionar usuario',30),(3977,'status_cannot_be_held','Status cannot be held for future date start','es_es','El estado no se puede retener para una fecha de inicio futura',30),(3978,'please_select_end_date','Please select end date','es_es','Seleccione la fecha de finalización',30),(3979,'please_select_start_date','Please select start date','es_es','Seleccione la fecha de inicio',30),(3980,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','es_es','Toque el icono + para seleccionar el registro de su ruta.',30),(3981,'please_enter_notes','Please enter notes','es_es','Por favor ingrese notas',30),(3982,'please_enter_title','Please enter title','es_es','Ingrese el título',30),(3983,'please_select_date','Please Select Date','es_es','Seleccione la fecha',30),(3984,'search_by_date','Search by Date','es_es','Buscar por fecha',30),(3985,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','es_es','¡El acceso directo de Opps aún no está configurado! Agregue un acceso directo haciendo clic en [icono] en los resultados de búsqueda de registros o ver la pantalla de registros.',30),(3986,'max_upload_size','max file Upload exceeds','es_es','La carga máxima de archivos supera',30),(3987,'unselect_all','UnSelect All','es_es','Deselecciona todo',30),(3988,'select_all','Select All','es_es','Seleccionar todo',30),(3989,'please_select_records','Please select records','es_es','Seleccione registros',30),(3990,'select_date','Select Date','es_es','Seleccione fecha',30),(3991,'quantity_in_stock_is','Quantity in stock is','es_es','La cantidad en stock es',30),(3992,'replies','Replies','es_es','Respuestas',30),(3993,'conversation_require_selection','Conversion requires selection of Contact or Organization','es_es','La conversión requiere la selección de Contacto u Organización',30),(3994,'please_select_product','Please Select Product','es_es','Seleccione el producto',30),(3995,'timer_msg','You can start timer for single task only at same time','es_es','Puede iniciar el temporizador para una sola tarea solo al mismo tiempo',31),(3996,'save_start_tracking','Save & Start Tracking','es_es','Guardar e iniciar seguimiento',31),(3997,'lbl_notes','Notes','es_es','Notas',31),(3998,'enter_title','Enter Title','es_es','Ingrese el título',31),(3999,'select_module_record','Select Module / Record','es_es','Seleccionar módulo / registro',31),(4000,'lbl_tomorrow','Tomorrow','es_es','Mañana',30),(4001,'lbl_yesterday','Yesterday','es_es','Ayer',30),(4002,'lbl_today','Today','es_es','Hoy',30),(4003,'time_tracker','Time Tracker','es_es','Rastreador de tiempo',31),(4004,'time_end','End Time','es_es','Fecha final',5),(4005,'due_date','End Date','es_es','Hora final',5),(4006,'time_start','Time Start','es_es','Hora de inicio',5),(4007,'date_start','Start Date','es_es','Fecha de inicio',5),(4008,'delete_widget_msg','Display widget again by using (+) option','es_es','Mostrar el widget nuevamente usando la opción (+)',15),(4009,'no_upcoming_activities','No scheduled activities      ','es_es','No hay actividades programadas',15),(4010,'check_in_first','Please check-in first','es_es','Regístrese primero',30),(4011,'duration','Duration','es_es','Duracion',30),(4012,'distance','Distance','es_es','Distancia',30),(4013,'proper_address_message','Please enter proper address in record\n','es_es','Ingrese la dirección correcta en el registro',30),(4014,'select_status','Select Status','es_es','Seleccionar estado',30),(4015,'route_planner','Route Planner','es_es','Planeador de ruta',30),(4016,'route_planning','Route Planning','es_es','Planificacion de la ruta',30),(4017,'add_route','Add Route','es_es','Agregar ruta',30),(4018,'calender_disabled','Calendar Module is disabled','es_es','El módulo de calendario está desactivado',30),(4019,'close_dialog','Close form','es_es','Cerrar formulario',30),(4020,'cancel_form_message','Are You sure want to close ?','es_es','¿Estás seguro de que quieres cerrar?',30),(4021,'create_route','Create Route','es_es','Crear ruta',30),(4022,'select_module_create_route','Select Module to create Route','es_es','Seleccione el módulo para crear la ruta',30),(4023,'cancel','Cancel','es_es','Cancelar',30),(4024,'assign_route','Assign Route','es_es','Asignar ruta',30),(4025,'route_for','Route for','es_es','Crear ruta',30),(4026,'assigned_to','Assigned To','es_es','Asignado a',30),(4027,'enter_route_name','Enter Route Name','es_es','Ingrese el nombre de la ruta',30),(4028,'list','List','es_es','Lista',30),(4029,'map','Map','es_es','Map',30),(4030,'other_modules','Other Modules','es_es','Otros módulos',15),(4031,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','es_es','Acceso directo de Opps no configurado¡¡¡todavía!!! Agregue un acceso directo haciendo clic en el icono + del registro resultados de búsqueda o ver la pantalla de registro.',25),(4032,'clear','Clear','es_es','Limpiar',25),(4033,'open','Open','es_es','Abrir',11),(4034,'max_file_msg','Too many files selected (max:6)','es_es','Demasiados archivos seleccionados (máximo: 6)',11),(4035,'error_voicenote_record','Unable to recording voice while another application is recording sound.','es_es','No se puede grabar voz mientras otra aplicación está grabando sonido.',11),(4036,'msg_warning','Warning!','es_es','¡Advertencia!',11),(4037,'Permision_denied_contact','Permission denied to access your contacts','es_es','Permiso denegado para acceder a sus contactos',15),(4038,'no_widget_added','Please click + icon to add new widget to your dashboard.','es_es','Haga clic en el icono + para agregar un nuevo widget a su panel.',15),(4039,'no_data_available','Data not available, please check the selected fields','es_es','Datos no disponibles, consulte los campos seleccionados',15),(4040,'check_out_successfully','Check out successfully','es_es','Echa un vistazo con éxito',11),(4041,'check_in_successfully','Check in successfully','es_es','Registrarse con éxito',11),(4042,'check_out','Check out','es_es','Revisa',11),(4043,'check_in','Check in','es_es','Registrarse',11),(4044,'navigate','Navigate','es_es','Navegar',11),(4045,'save_to_phone_vcard_success','VCard Saved to phone successfully','es_es','VCard guardada en el teléfono correctamente',15),(4046,'download_vcard_success','VCard downloaded successfully','es_es','VCard descargado con éxito',15),(4047,'card_details','Card Details','es_es','Detalles de tarjeta',15),(4048,'add_widget','Add Widget','es_es','Agregar widget',15),(4049,'delete_widget','Are you sure to hide widget?','es_es','¿Estás seguro de ocultar el widget?',15),(4050,'already_widgets_added','All types of Widget & reports are already added','es_es','Todos los tipos de widgets e informes ya están agregados',15),(4051,'retry','Retry','es_es','reintentar',28),(4052,'retake','Retake','es_es','Volver a tomar',28),(4053,'Reports','Reports','es_es','Reportes',15),(4054,'Widgets','Widgets','es_es','Widgets',15),(4055,'vcard_config','Vcard Configuration','es_es','Configuración de Vcard',8),(4056,'save_to_phone','Save to phone','es_es','Guardar en el teléfono',11),(4057,'download_vcard','Download Vcard','es_es','Descarga Vcard',11),(4058,'share_vcard','Share Vcard','es_es','Compartir Vcard',11),(4059,'share_record','Share Record','es_es','Compartir registro',11),(4060,'permission_denied_edit','You don\'t have permission to edit this record.','es_es','No tienes permiso para editar este registro.',27),(4061,'permission_denied_delete','You don\'t have permission to delete this record.','es_es','No tienes permiso para borrar este registro.',27),(4062,'Voice_Recording_Started','Recording Started','es_es','Grabación iniciada',12),(4063,'Voice_Recording_Stopped','Recording Stopped','es_es','Grabación detenida',12),(4064,'SEARCH','Search','es_es','Buscar',7),(4065,'LAST','Last','es_es','Ultimo',7),(4066,'FIRST','First','es_es','Primero',7),(4067,'MONDAY','Monday','es_es','Lunes',7),(4068,'TUESDAY','Tuesday','es_es','Marte',7),(4069,'WEDNESDAY','Wednesday','es_es','Miercoles',7),(4070,'THURSDAY','Thursday','es_es','Jueves',7),(4071,'FRIDAY','Friday','es_es','Vierne',7),(4072,'SATURDAY','Saturday','es_es','Sabado',7),(4073,'SUNDAY','Sunday','es_es','domingo',7),(4074,'DAILY','Daily','es_es','Diario',7),(4075,'WEEKLY','Weekly','es_es','Semanal',7),(4076,'MONTHLY','Monthly','es_es','Mensual',7),(4077,'YEARLY','Yearly','es_es','Anual',7),(4078,'asset_tracking','Asset tracking','es_es','Seguimiento de activos',15),(4079,'open_file','Open File','es_es','Open File',1),(4080,'download_pdf_successfully','Download PDF Successfully','es_es','Download PDF Successfully',1),(4081,'select_pdf','Select PDF','es_es','Select PDF',1),(4082,'email_pdf','Email PDF','es_es','Email PDF',1),(4083,'download_pdf','Download PDF','es_es','Download PDF',1),(4084,'edit_route','Edit Route','es_es','Edit Route',1),(4085,'save_route','Save Route','es_es','Save Route',1),(4086,'clear_all','Clear All','es_es','Clear All',1),(4087,'notification','Notifications','es_es','Notifications',1),(4088,'menu_management','Menu Management','es_es','Menu Management',1),(4089,'select_menu','Select Menu','es_es','Select Menu',1),(4090,'module_record_not_found','Module and Record not found','es_es','Module and Record not found',1),(4091,'reason_for_changing_comments','Reason for changing comments','es_es','Reason for changing comments',1),(4092,'edit_reason','Edit Reason','es_es','Edit Reason',1),(4093,'create_filters','Create Filter','es_es','Create Filter',1),(4094,'you_checked','You Checked','es_es','You Checked',1),(4095,'you_un_checked','You UnChecked','es_es','You UnChecked',1),(4096,'log_the_call','Log the call ?','es_es','Log the call ?',1),(4097,'add_a_description_(optional)','Add a description (optional)','es_es','Add a description (optional)',1),(4098,'called','Called','es_es','Called',1),(4099,'call_log','Call Log','es_es','Call Log',1),(4100,'subject','Subject','es_es','Subject',1),(4101,'add_condition','Add Condition','es_es','Add Condition',1),(4102,'select_condition','Select Condition','es_es','Select Condition',1),(4103,'select_field','Select Field','es_es','Select Field',1),(4104,'please_select_first_field','Please First Select field','es_es','Please First Select field',1),(4105,'filter_name','Filter Name','es_es','Filter Name',1),(4106,'enter_filter_name','Enter filter name','es_es','Enter filter name',1),(4107,'choose_conditions','Choose Conditions','es_es','Choose Conditions',1),(4108,'all_condition','All Conditions(All conditions must be met)','es_es','All Conditions(All conditions must be met)',1),(4109,'any_condition','Any Conditions(At least one the conditions must be met)','es_es','Any Conditions(At least one the conditions must be met)',1),(4110,'lattitude','latitude','es_es','latitude',1),(4111,'notification_settings','Notification Settings','es_es','Notification Settings',1),(4112,'notification_management','Notification Management','es_es','Notification Management',1),(4113,'addyourcommentshere','Type @ to mention user','es_es','Type @ to mention user',1),(4114,'google_api_key_missing','Google Api key is missing.','es_es','Google Api key is missing.',1),(4115,'event_filter_by','Event Filter by','es_es','Event Filter by',1),(4116,'apply','Apply','es_es','Apply',1),(4117,'choose_from_gallery','Choose From Gallery','es_es','Choose From Gallery',1),(4118,'choose_from_camera','Choose From Camera','es_es','Choose From Camera',1),(4119,'mutli_select_CB','Mutli Select CB','es_es','Mutli Select CB',1),(4120,'please_select_condition','Please Select Condition','es_es','Please Select Condition',1),(4121,'please_enter_value_or_field','Please Enter Value or Field','es_es','Please Enter Value or Field',1),(4122,'set_as_default','Set as Default','es_es','Set as Default',1),(4123,'list_in_metrics','List in Metrics','es_es','List in Metrics',1),(4124,'order_number','Order Number','es_es','Order Number',1),(4125,'recording_saved_message','Recording saved successfully.','es_es','Recording saved successfully.',1),(4126,'recording_file','Recording File','es_es','Recording File',1),(4127,'file_not_found','File not found','es_es','File not found',1),(4128,'please_enter_valid_path','Please enter valid path','es_es','Please enter valid path',1),(4129,'enter_path_here','Enter path here...','es_es','Enter path here...',1),(4130,'set_call_recording_path','Set Call Recording Path','es_es','Set Call Recording Path',1),(4131,'set_call_recording_path_here','Set call recording path here','es_es','Set call recording path here',1),(4132,'call_recording_path','Call Recording Path','es_es','Call Recording Path',1),(4133,'please_place_api','Please enable place api','es_es','Please enable place api',1),(4134,'event_filters_by','Event Filters by','es_es','Event Filters by',1),(4135,'select_at_least_one_option','Please select at least one option','es_es','Please select at least one option',1),(4136,'enable_call_feature','Please enable call feature','es_es','Please enable call feature',1),(4137,'enable_email_feature','Please enable email feature','es_es','Please enable email feature',1),(4138,'demo_login','Demo Login','es_es','Demo Login',1),(4139,'select_email_template','Select Email Template','es_es','Select Email Template',1),(4140,'template_name','Template Name','es_es','Template Name',1),(4141,'example_storage_path','example : storage/Music/Recordings/Call Recordings','es_es','example : storage/Music/Recordings/Call Recordings',1),(4142,'User Notification Settings saved successfully','User Notification Settings saved successfully','es_es','User Notification Settings saved successfully',33),(4143,'This Notification has been disabled by admin','This Notification has been disabled by admin','es_es','This Notification has been disabled by admin',33),(4144,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','es_es','Notify when any updates to the record you\'re following',33),(4145,'Task assigned to you','Task assigned to you','es_es','Task assigned to you',33),(4146,'Task Reminder','Task Reminder','es_es','Task Reminder',33),(4147,'You were mentioned in comments','You were mentioned in comments','es_es','You were mentioned in comments',33),(4148,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','es_es','Comments has been added to record assigned to you',33),(4149,'When Record Assigned','When Record Assigned','es_es','When Record Assigned',33),(4150,'Event Reminder','Event Reminder','es_es','Event Reminder',33),(4151,'Event Invitation','Event Invitation','es_es','Event Invitation',33),(4152,'Follow record','Follow record','es_es','Follow record',33),(4153,'Task','Task','es_es','Task',33),(4154,'Conversions','Conversions','es_es','Conversions',33),(4155,'Events','Events','es_es','Events',33),(4156,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','es_es','No record(s) found Please click on filter icon to change filter',1),(4157,'title','Title','es_es','Title',1),(4158,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','es_es','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(4159,'call_recording','Call recording','es_es','Call recording',1),(4160,'voice_recorder','Voice Recorder','es_es','Voice Recorder',1),(4161,'no_address_reference_found','No Address Reference found','es_es','No Address Reference found',32),(4162,'no_overdue_activities','No OverDue Activities','es_es','No OverDue Activities',32),(4163,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','es_es','Please enter proper address from this address we are not getting proper latitude and longitude',32),(4164,'Default_Search_Field','Default search field','es_es','Default search field',32),(4165,'Calender_Reminder_Message','Free user can\'t send local reminder','es_es','Free user can\'t send local reminder',32),(4166,'you_must_have_permission','You must give permissions to use this features.','es_es','You must give permissions to use this features.',32),(4167,'internal_comment','Internal Comment','es_es','Internal Comment',1),(4168,'unlink_record','Unlink Record','es_es','Unlink Record',11),(4169,'unlink_record_msg','Are you sure want to unlink record?','es_es','Are you sure want to unlink record?',11),(4170,'file_format_not_support','File format not supported','es_es','File format not supported',11),(4171,'file_upload','File Upload','es_es','File Upload',5),(4172,'to_vtiger','To Vtiger','es_es','To Vtiger',5),(4173,'link_external_document','Link External Document','es_es','Link External Document',5),(4174,'from_file_url','From File Url','es_es','From File Url',5),(4175,'create_new_document','Create New Document','es_es','Create New Document',5),(4176,'select_document_type','Select Document type','es_es','Select Document type',5),(4177,'add_signature','Please add signature','es_es','Please add signature',11),(4178,'date_greater_then_equal','should be greater than or equal to','es_es','should be greater than or equal to',1),(4179,'date_less_then_equal','should be less than or equal to','es_es','should be less than or equal to',1),(4180,'Click_on_plus_for_add','Please tap on  +  to create a new record.','es_es','Please tap on  +  to create a new record.',15),(4181,'display_map','Display map','es_es','Display map',15),(4182,'other_settings','Other settings','es_es','Other settings',15),(4183,'total_hours','Total hours','es_es','Total hours',15),(4184,'widget_not_found','No widgets found','es_es','No widgets found',15),(4185,'quickaction','Quick action','es_es','Quick action',15),(4186,'dashboard','Dashboard','es_es','Dashboard',15),(4187,'new','New','es_es','New',15),(4188,'global_search_hint','Please try to search using search box at top','es_es','Please try to search using search box at top',15),(4189,'near_by_map','Near By Map','es_es','Near By Map',15),(4190,'miles','Miles','es_es','Miles',15),(4191,'lbl_filters','Filters','es_es','Filters',27),(4192,'warning','Warning','es_es','Warning',27),(4193,'no_filter_created','No filter is created.','es_es','No filter is created.',27),(4194,'please_create_new_ilter','Please create a new filter','es_es','Please create a new filter',27),(4195,'select_search_fields','Select fields for the search record.','es_es','Select fields for the search record.',27),(4196,'apply_fliters','Apply filters','es_es','Apply filters',27),(4197,'sort_by','Sort by','es_es','Sort by',27),(4198,'sort_order','Sort order','es_es','Sort order',27),(4199,'Start_time_tracking','Start time tracking','es_es','Start time tracking',31),(4200,'Stop_time_tracking','Stop time tracking','es_es','Stop time tracking',31),(4201,'image_preview','Image preview','es_es','Image preview',11),(4202,'phone_number','Phone number','es_es','Phone number',11),(4203,'email_address','Email address','es_es','Email address',11),(4204,'edit_your_preferences','Edit your preferences','es_es','Edit your preferences',8),(4205,'about_app','About app','es_es','About app',8),(4206,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','es_es','You already have latest CTMobile Ext. Version',8),(4207,'updated_app_version','You already have latest CRMTiger App Version','es_es','You already have latest CRMTiger App Version',8),(4208,'plan','Plan','es_es','Plan',8),(4209,'time','Time','es_es','Time',31),(4210,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','es_es','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(4211,'add_to_quick_action','Add to quick action','es_es','Add to quick action',1),(4212,'add_filter_to_quick_action','Add filter to quick action','es_es','Add filter to quick action',1),(4213,'create_record','Create Record','es_es','Create Record',1),(4214,'quick_action_hint','You can Add Quick Action here','es_es','You can Add Quick Action here',1),(4215,'str_send','Send','es_es','Send',3),(4216,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','es_es','Do you want to update tax & charge values corresponding to selected region?',1),(4217,'delete_quick_action_widgest','Delete Widget?','es_es','Delete Widget?',15),(4218,'add_record_to_dashboard','Add record to dashboard','es_es','Add record to dashboard',15),(4219,'module_quick_action_msg','Module added to dashboard','es_es','Module added to dashboard',15),(4220,'filter_quick_action_msg','Filter added to dashboard','es_es','Filter added to dashboard',15),(4221,'record_quick_action_msg','Record added to dashboard','es_es','Record added to dashboard',15),(4222,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','es_es','Filter shortcut added to dashboard',15),(4223,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','es_es','Record shortcut added to dashboard',15),(4224,'documents_disabled','Documents Module is disabled','es_es','Documents Module is disabled',1),(4225,'document_dont_attachment','Document does not have a attachment','es_es','Document does not have a attachment',1),(4226,'go_to_neat_by','Go to NearBy','es_es','Go to NearBy',15),(4227,'go_to_time_tracking','Go to Time Tracker','es_es','Go to Time Tracker',13),(4228,'nearby_quick_action_msg','NearBy added to dashboard','es_es','NearBy added to dashboard',15),(4229,'time_tracking_quick_action_msg','Time Tracking added to dashboard','es_es','Time Tracking added to dashboard',15),(4230,'attendance_quick_action_msg','Attendance added to dashboard','es_es','Attendance added to dashboard',15),(4231,'attachment','Attachment','es_es','Attachment',15),(4232,'search_by_fields','Search by fields','es_es','Search by fields',27),(4233,'apply_selected','Apply selected','es_es','Apply selected',27),(4234,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','es_es','auto address finder is disabled, please enable it from CRMTiger Settings',1),(4235,'Attendance','Attendance','es_es','Attendance',15),(4236,'Check-in successfully','Check-in successfully','es_es','Check-in successfully',32),(4237,'Check-out successfully','Check-out successfully','es_es','Check-out successfully',32),(4238,'Nothing around here','Nothing around here','es_es','Nothing around here',13),(4239,'select_days','Select Days','es_es','Select Days',5),(4240,'select_minutes','Select Minutes','es_es','Select Minutes',5),(4241,'select_hours','Select Hours','es_es','Select Hours',5),(4242,'no_lat_long_found','Location information (Latitude,Longitude) not found','es_es','Location information (Latitude,Longitude) not found',32),(4243,'Call Log save successfully','Call Log save successfully','es_es','Call Log save successfully',32),(4244,'Files/photos deleted successfully','Files/photos deleted successfully','es_es','Files/photos deleted successfully',32),(4245,'network_error','Network connection error!','hu_hu','Network connection error!',1),(4246,'connection_check','Could not connect to CRM, Please check your Internet connection.','hu_hu','Could not connect to CRM, Please check your Internet connection.',1),(4247,'update','Update','hu_hu','Update',1),(4248,'cancel','Cancel','hu_hu','Cancel',1),(4249,'ok','Ok','hu_hu','Ok',1),(4250,'more_information','Click here for more information.','hu_hu','Click here for more information.',1),(4251,'yes','Yes','hu_hu','Yes',1),(4252,'no','No','hu_hu','No',1),(4253,'click_again_exit','Click again to exit','hu_hu','Click again to exit',1),(4254,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','hu_hu','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(4255,'clickhere','Click here','hu_hu','Click here',1),(4256,'clickhere_subscribe','Click here to subscribe premium version','hu_hu','Click here to subscribe premium version',1),(4257,'clickhere_configure','Click here and view how to Configure.','hu_hu','Click here and view how to Configure.',1),(4258,'please_wait','Please Wait…','hu_hu','Please Wait…',1),(4259,'share__msg','Share file with','hu_hu','Share file with',1),(4260,'dialog_camera','Camera','hu_hu','Camera',1),(4261,'dialog_add_file_by','Take Photo from','hu_hu','Take Photo from',1),(4262,'add','Add','hu_hu','Add',1),(4263,'mail_manager_configured','Mail Manager is not configured','hu_hu','Mail Manager is not configured',1),(4264,'dialog_add_files_by','Add Files by','hu_hu','Add Files by',1),(4265,'dialog_drive','Drive','hu_hu','Drive',1),(4266,'dialog_drop_box','Drop Box','hu_hu','Drop Box',1),(4267,'dialog_need_signin','You need to Sign-in to your Drive account first.','hu_hu','You need to Sign-in to your Drive account first.',1),(4268,'dialog_gallery','Gallery','hu_hu','Gallery',1),(4269,'delete','Delete','hu_hu','Delete',1),(4270,'timeoutmessage','Oops! Request is taking more time than expected.','hu_hu','Oops! Request is taking more time than expected.',1),(4271,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','hu_hu','GPS is not enabled. Please turn it on to get your near by locations.',1),(4272,'sure_want_delete','Are you sure want to delete ?','hu_hu','Are you sure want to delete ?',1),(4273,'select','Select','hu_hu','Select',1),(4274,'msgforrecordaudio','Minimum record duration one second.','hu_hu','Minimum record duration one second.',1),(4275,'permission_storage','Permission denied to read your External storage','hu_hu','Permission denied to read your External storage',1),(4276,'send_permission_msg','Send message permission denied','hu_hu','Send message permission denied',1),(4277,'choosefile','Choose File','hu_hu','Choose File',1),(4278,'enter','Enter','hu_hu','Enter',1),(4279,'select_an_option','Select an Option','hu_hu','Select an Option',1),(4280,'email_validation','Email is not valid','hu_hu','Email is not valid',1),(4281,'please_enter','Please Enter','hu_hu','Please Enter',1),(4282,'website_validation_text','Website URL is not valid','hu_hu','Website URL is not valid',1),(4283,'selectvalue','Select value first','hu_hu','Select value first',1),(4284,'email','Email','hu_hu','Email',1),(4285,'enter_email_address','Enter email address','hu_hu','Enter email address',1),(4286,'email_address_not_correct','Email address incorrect','hu_hu','Email address incorrect',1),(4287,'pls_enter_subject','Please Enter Subject','hu_hu','Please Enter Subject',1),(4288,'attachFiles','Attached File','hu_hu','Attached File',1),(4289,'from','From','hu_hu','From',1),(4290,'to','To','hu_hu','To',1),(4291,'call_permission_msg','Call permission denied','hu_hu','Call permission denied',1),(4292,'no_records','No records found','hu_hu','No records found',1),(4293,'fullform','Create New','hu_hu','Create New',1),(4294,'save','Save','hu_hu','Save',1),(4295,'total','Total','hu_hu','Total',1),(4296,'discount','Discount','hu_hu','Discount',1),(4297,'price','Price','hu_hu','Price',1),(4298,'quantity','Quantity','hu_hu','Quantity',1),(4299,'select_module','Select Module','hu_hu','Select Module',1),(4300,'item_list','Item List','hu_hu','Item List',1),(4301,'quickcreate','Quick Create','hu_hu','Quick Create',1),(4302,'overwrite_msg_part1','Overwrite the existing address with the selected','hu_hu','Overwrite the existing address with the selected',1),(4303,'once_in_every','Once in every','hu_hu','Once in every',1),(4304,'overwrite_msg_part2','address details?','hu_hu','address details?',1),(4305,'add_item','Add Item','hu_hu','Add Item',1),(4306,'recordsave','Record saved successfully','hu_hu','Record saved successfully',1),(4307,'recordnotsave','Could not save record. Try again later','hu_hu','Could not save record. Try again later',1),(4308,'minutes','Minutes','hu_hu','Minutes',1),(4309,'hours','Hours','hu_hu','Hours',1),(4310,'days','Days','hu_hu','Days',1),(4311,'on','On','hu_hu','On',1),(4312,'day_of_the_month','day of the month','hu_hu','day of the month',1),(4313,'list_price','List Price','hu_hu','List Price',1),(4314,'add_record','Add Record','hu_hu','Add Record',1),(4315,'add_product','Add Product','hu_hu','Add Product',1),(4316,'add_service','Add Service','hu_hu','Add Service',1),(4317,'discountin','Discount in %','hu_hu','Discount in %',1),(4318,'unitprice','Unit price','hu_hu','Unit price',1),(4319,'netprice','Net price','hu_hu','Net price',1),(4320,'comments','Comments','hu_hu','Comments',1),(4321,'add_close','Add & Close','hu_hu','Add & Close',1),(4322,'fetching_rout_message','Fetching route, Please wait…','hu_hu','Fetching route, Please wait…',1),(4323,'setting','Settings','hu_hu','Settings',1),(4324,'utc','UTC','hu_hu','UTC',1),(4325,'in','In','hu_hu','In',1),(4326,'days_ago','days ago','hu_hu','days ago',1),(4327,'mins_ago','Minutes ago','hu_hu','Minutes ago',1),(4328,'justnow','Just now','hu_hu','Just now',1),(4329,'hours_ago','hours ago','hu_hu','hours ago',1),(4330,'in_1_day','In 1 day','hu_hu','In 1 day',1),(4331,'scanqrcode','Asset / Card scanner','hu_hu','Asset / Card scanner',1),(4332,'call_log','Call Log','hu_hu','Call Log',1),(4333,'voice_message','Hi','hu_hu','Hi',1),(4334,'voice_message1','What can I search for you in','hu_hu','What can I search for you in',1),(4335,'live_tracking','Live Tracking','hu_hu','Live Tracking',1),(4336,'mailmanager','Mail Manager','hu_hu','Mail Manager',1),(4337,'my_location','My location','hu_hu','My location',1),(4338,'created_on','Created On','hu_hu','Created On',1),(4339,'modified_on','Modified On','hu_hu','Modified On',1),(4340,'enter_comments','Enter Comments','hu_hu','Enter Comments',1),(4341,'viewmore','View More','hu_hu','View More',1),(4342,'viewless','View Less','hu_hu','View Less',1),(4343,'gotofullform','Go to Full Form','hu_hu','Go to Full Form',1),(4344,'post','Post','hu_hu','Post',1),(4345,'url','URL','hu_hu','URL',1),(4346,'dialog_title_text_back_color','Select a Text Background Color','hu_hu','Select a Text Background Color',1),(4347,'event_or_task','Add event/task','hu_hu','Add event/task',1),(4348,'shortcut','Shortcuts','hu_hu','Shortcuts',1),(4349,'select_field','Select Field','hu_hu','Select Field',1),(4350,'share','Share','hu_hu','Share',1),(4351,'title_insert_link','Insert Link','hu_hu','Insert Link',1),(4352,'addyourcommentshere','Add your comments here','hu_hu','Add your comments here',1),(4353,'nocomment','No Comments','hu_hu','No Comments',1),(4354,'leads','Leads','hu_hu','Leads',1),(4355,'true_val','true','hu_hu','true',1),(4356,'noresult','No Result','hu_hu','No Result',1),(4357,'version','Version','hu_hu','Version',1),(4358,'convert_lead','Convert Lead','hu_hu','Convert Lead',1),(4359,'app_name','CRMTiger','hu_hu','CRMTiger',1),(4360,'enter_url','Please Enter url','hu_hu','Please Enter url',1),(4361,'help','Help','hu_hu','Help',1),(4362,'contact_us','Contact Us','hu_hu','Contact Us',1),(4363,'updates','Updates','hu_hu','Updates',1),(4364,'logout','LogOut','hu_hu','LogOut',1),(4365,'busnies_cardscanner','Business Card Scanner','hu_hu','Business Card Scanner',1),(4366,'sure_want_logout','Are you sure want to logout ?','hu_hu','Are you sure want to logout ?',1),(4367,'logout_message','Logout successfully','hu_hu','Logout successfully',1),(4368,'all','All','hu_hu','All',1),(4369,'add_event','Add event','hu_hu','Add event',1),(4370,'add_task','Add Task','hu_hu','Add Task',1),(4371,'next','Next','hu_hu','Next',1),(4372,'terms_conditions','Terms and Conditions','hu_hu','Terms and Conditions',1),(4373,'login','Login','hu_hu','Login',2),(4374,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','hu_hu','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(4375,'copyright','Copyright © 2020 CRMTiger Version','hu_hu','Copyright © 2020 CRMTiger Version',2),(4376,'enter_username','Please enter username','hu_hu','Please enter username',2),(4377,'enter_password','Please enter password','hu_hu','Please enter password',2),(4378,'remanberme','Remember Me','hu_hu','Remember Me',2),(4379,'forgot_password','Forgot password?','hu_hu','Forgot password?',2),(4380,'privacy_policay1','Privacy Policy','hu_hu','Privacy Policy',2),(4381,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','hu_hu','Something went wrong. \n please Click here to contact support.',2),(4382,'enter_username_password','Entered Username or Password is wrong','hu_hu','Entered Username or Password is wrong',2),(4383,'server_issue_occured','Server issues occurred','hu_hu','Server issues occurred',2),(4384,'password','Password','hu_hu','Password',3),(4385,'user_name','Username','hu_hu','Username',3),(4386,'reset_pwd','Reset Password','hu_hu','Reset Password',3),(4387,'forgot_password_title','Forgot password','hu_hu','Forgot password',3),(4388,'enter_user_name','Enter user name','hu_hu','Enter user name',3),(4389,'cc','Cc','hu_hu','Cc',4),(4390,'body','Body','hu_hu','Body',4),(4391,'bcc','BCC','hu_hu','BCC',4),(4392,'dialog_title_text_color','Select a Text Color','hu_hu','Select a Text Color',4),(4393,'date','Date','hu_hu','Date',4),(4394,'subject','Subject','hu_hu','Subject',4),(4395,'composeMail','Compose Mail','hu_hu','Compose Mail',4),(4396,'send','Send','hu_hu','Send',4),(4397,'select_message','Select message','hu_hu','Select message',4),(4398,'title_insert_table','Insert Table','hu_hu','Insert Table',4),(4399,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','hu_hu','I agree to Share API Log to Technical team for further troubleshooting',5),(4400,'edit_record','Edit Records','hu_hu','Edit Records',5),(4401,'select_time','Select Time','hu_hu','Select Time',5),(4402,'edit_item','Edit Item','hu_hu','Edit Item',5),(4403,'items_total','Items Total','hu_hu','Items Total',5),(4404,'number_less_then_31','Number should be less than 31','hu_hu','Number should be less than 31',5),(4405,'users','Users','hu_hu','Users',5),(4406,'groups','Groups','hu_hu','Groups',5),(4407,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','hu_hu','Note : Existing attachments(images/files) will be replaced',5),(4408,'greaterdatetime','End DateTime should be greater than Start DateTime','hu_hu','End DateTime should be greater than Start DateTime',5),(4409,'until','Until','hu_hu','Until',5),(4410,'organizations','Organizations','hu_hu','Organizations',6),(4411,'contacts','Contacts','hu_hu','Contacts',6),(4412,'opportunity','Opportunity','hu_hu','Opportunity',6),(4413,'lbl_sun','SUN','hu_hu','SUN',7),(4414,'lbl_mon','MON','hu_hu','MON',7),(4415,'lbl_tue','TUE','hu_hu','TUE',7),(4416,'lbl_wed','WED','hu_hu','WED',7),(4417,'lbl_thu','THU','hu_hu','THU',7),(4418,'lbl_fri','FRI','hu_hu','FRI',7),(4419,'lbl_sat','SAT','hu_hu','SAT',7),(4420,'lbl_1','1','hu_hu','1',7),(4421,'lbl_2','2','hu_hu','2',7),(4422,'lbl_3','3','hu_hu','3',7),(4423,'lbl_4','4','hu_hu','4',7),(4424,'lbl_5','5','hu_hu','5',7),(4425,'lbl_6','6','hu_hu','6',7),(4426,'lbl_7','7','hu_hu','7',7),(4427,'lbl_8','8','hu_hu','8',7),(4428,'lbl_9','9','hu_hu','9',7),(4429,'lbl_10','10','hu_hu','10',7),(4430,'lbl_11','11','hu_hu','11',7),(4431,'lbl_12','12','hu_hu','12',7),(4432,'lbl_13','13','hu_hu','13',7),(4433,'lbl_14','14','hu_hu','14',7),(4434,'lbl_15','15','hu_hu','15',7),(4435,'lbl_16','16','hu_hu','16',7),(4436,'lbl_17','17','hu_hu','17',7),(4437,'lbl_18','18','hu_hu','18',7),(4438,'lbl_19','19','hu_hu','19',7),(4439,'lbl_20','20','hu_hu','20',7),(4440,'lbl_21','21','hu_hu','21',7),(4441,'lbl_22','22','hu_hu','22',7),(4442,'lbl_23','23','hu_hu','23',7),(4443,'lbl_24','24','hu_hu','24',7),(4444,'lbl_25','25','hu_hu','25',7),(4445,'lbl_26','26','hu_hu','26',7),(4446,'lbl_27','27','hu_hu','27',7),(4447,'lbl_28','28','hu_hu','28',7),(4448,'lbl_29','29','hu_hu','29',7),(4449,'lbl_30','30','hu_hu','30',7),(4450,'lbl_31','31','hu_hu','31',7),(4451,'lbl_32','32','hu_hu','32',7),(4452,'lbl_33','33','hu_hu','33',7),(4453,'lbl_34','34','hu_hu','34',7),(4454,'lbl_35','35','hu_hu','35',7),(4455,'lbl_36','36','hu_hu','36',7),(4456,'lbl_37','37','hu_hu','37',7),(4457,'lbl_38','38','hu_hu','38',7),(4458,'lbl_39','39','hu_hu','39',7),(4459,'lbl_40','40','hu_hu','40',7),(4460,'lbl_41','41','hu_hu','41',7),(4461,'lbl_42','42','hu_hu','42',7),(4462,'current_date','current date','hu_hu','current date',7),(4463,'event','Events','hu_hu','Events',7),(4464,'calendar','Calendar','hu_hu','Calendar',7),(4465,'latest_version','Latest Version :','hu_hu','Latest Version :',8),(4466,'expire_on','Next renewal date : ','hu_hu','Next renewal date : ',8),(4467,'ctmobile_ext_version','CTMobile Ext. Version : ','hu_hu','CTMobile Ext. Version : ',8),(4468,'you_have_latest_version','You already have latest version','hu_hu','You already have latest version',8),(4469,'latest_version1','You Already have latest version','hu_hu','You Already have latest version',8),(4470,'upgreaded','Upgrade','hu_hu','Upgrade',8),(4471,'downgrade','Downgrade','hu_hu','Downgrade',8),(4472,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','hu_hu','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(4473,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','hu_hu','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(4474,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','hu_hu','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(4475,'info','Info','hu_hu','Info',8),(4476,'recent_history','Recent History','hu_hu','Recent History',8),(4477,'recent_feedback','Feedback','hu_hu','Feedback',8),(4478,'recent_log','Log','hu_hu','Log',8),(4479,'crmtiger_app_version','CRMTiger App Version : ','hu_hu','CRMTiger App Version : ',8),(4480,'historylimit','Recent History Limit','hu_hu','Recent History Limit',8),(4481,'radious_in_miles','Radius in miles','hu_hu','Radius in miles',8),(4482,'recentlimit','Recent Event Limit','hu_hu','Recent Event Limit',8),(4483,'upcoming_events','Upcoming Events','hu_hu','Upcoming Events',8),(4484,'rate_our_app','Rate Our App!','hu_hu','Rate Our App!',8),(4485,'feedback','Submit Feedback','hu_hu','Submit Feedback',8),(4486,'sendfeedback','Feedback Send','hu_hu','Feedback Send',8),(4487,'emaillimit','Email limit','hu_hu','Email limit',8),(4488,'log','Log','hu_hu','Log',8),(4489,'logclear','Log cleared successfully.','hu_hu','Log cleared successfully.',8),(4490,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','hu_hu','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(4491,'proceed_to_upgrade1','Proceed to','hu_hu','Proceed to',8),(4492,'upgradation_message','will required logout and login again later.','hu_hu','will required logout and login again later.',8),(4493,'proceed_to_upgrade','Proceed to Upgrade','hu_hu','Proceed to Upgrade',8),(4494,'module_setting','Module Setting','hu_hu','Module Setting',9),(4495,'sortbyfield','Sort by field','hu_hu','Sort by field',9),(4496,'ascending','Ascending  A to Z','hu_hu','Ascending  A to Z',9),(4497,'descending','Descending  Z to A','hu_hu','Descending  Z to A',9),(4498,'first_field','First Field','hu_hu','First Field',9),(4499,'second_field','Second Field','hu_hu','Second Field',9),(4500,'third_field','Third Field','hu_hu','Third Field',9),(4501,'sure_want_restore','Are you sure you want to reset to default settings?','hu_hu','Are you sure you want to reset to default settings?',9),(4502,'orderlist','List Order','hu_hu','List Order',9),(4503,'module_reset','Restore to Default','hu_hu','Restore to Default',9),(4504,'display_fields','Display Fields','hu_hu','Display Fields',9),(4505,'discount_lessthen_100','Discount % should be less than 100','hu_hu','Discount % should be less than 100',10),(4506,'select_item','Select Item','hu_hu','Select Item',10),(4507,'item_comment','Item Comment','hu_hu','Item Comment',10),(4508,'record_name','Record Name is :','hu_hu','Record Name is :',11),(4509,'go_back','Go Back','hu_hu','Go Back',11),(4510,'please_enter_shortcut_name','Please Enter Shortcut Name','hu_hu','Please Enter Shortcut Name',11),(4511,'number_not_found','Contact Number not found','hu_hu','Contact Number not found',11),(4512,'mail_not_found','Mail Address not found','hu_hu','Mail Address not found',11),(4513,'create_shortcut','Create Shortcut','hu_hu','Create Shortcut',11),(4514,'contact_summary','Summary','hu_hu','Summary',11),(4515,'activites','Activities','hu_hu','Activities',11),(4516,'details','Details','hu_hu','Details',11),(4517,'related','Related','hu_hu','Related',11),(4518,'share_link','Share record with','hu_hu','Share record with',11),(4519,'edit','Edit','hu_hu','Edit',11),(4520,'duplicate','Duplicate','hu_hu','Duplicate',11),(4521,'whatsapp','Whatsapp','hu_hu','Whatsapp',11),(4522,'call','Call','hu_hu','Call',11),(4523,'choose_contact_for_call','Choose Contact for Call','hu_hu','Choose Contact for Call',11),(4524,'choose_contact_for_sms','Choose Contact for SMS','hu_hu','Choose Contact for SMS',11),(4525,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','hu_hu','Choose Contact for WhatsApp',11),(4526,'chosse_contact_for_email','Choose Email','hu_hu','Choose Email',11),(4527,'attach_file','Attach Files','hu_hu','Attach Files',11),(4528,'close','Close','hu_hu','Close',11),(4529,'status','Status','hu_hu','Status',11),(4530,'stop','Stop','hu_hu','Stop',11),(4531,'zero','0','hu_hu','0',11),(4532,'record','Record','hu_hu','Record',11),(4533,'voice_note','Voice Note','hu_hu','Voice Note',11),(4534,'tickets','Tickets','hu_hu','Tickets',12),(4535,'check_out','Check Out','hu_hu','Check Out',12),(4536,'check_in','Check In','hu_hu','Check In',12),(4537,'select_any','Select any','hu_hu','Select any',12),(4538,'fulldetails','Show Full Details','hu_hu','Show Full Details',12),(4539,'checkin','Check-in','hu_hu','Check-in',12),(4540,'navigate','Navigate','hu_hu','Navigate',12),(4541,'product','Products','hu_hu','Products',12),(4542,'projectMilestone','Project Milestone','hu_hu','Project Milestone',12),(4543,'projecttask','Project Tasks','hu_hu','Project Tasks',12),(4544,'nearby','NearBy','hu_hu','NearBy',13),(4545,'document','Document','hu_hu','Document',14),(4546,'reply','Reply','hu_hu','Reply',14),(4547,'reply_all','Reply All','hu_hu','Reply All',14),(4548,'forward','Forward','hu_hu','Forward',14),(4549,'action','Action','hu_hu','Action',14),(4550,'select_first','Select First','hu_hu','Select First',14),(4551,'commentaddsuccessful','Comment added successfull','hu_hu','Comment added successfull',14),(4552,'move_to','Move to','hu_hu','Move to',14),(4553,'attach','Attach','hu_hu','Attach',14),(4554,'addcoment','Add Comment','hu_hu','Add Comment',14),(4555,'adddocument','Add Document','hu_hu','Add Document',14),(4556,'home','Home','hu_hu','Home',15),(4557,'checkout','Check-out','hu_hu','Check-out',15),(4558,'message_search','Search by name','hu_hu','Search by name',15),(4559,'start_shift','Start shift','hu_hu','Start shift',15),(4560,'end_shift','End shift','hu_hu','End shift',15),(4561,'today_meeting','Meetings','hu_hu','Meetings',15),(4562,'shift_time_track','Shift Time Track','hu_hu','Shift Time Track',15),(4563,'logout_msg','You have to login again , click','hu_hu','You have to login again , click',15),(4564,'logout_msg1','to continue.','hu_hu','to continue.',15),(4565,'permission_denied','You don\'t have permission to create','hu_hu','You don\'t have permission to create',15),(4566,'history','Activity stream','hu_hu','Activity stream',15),(4567,'search_value','Search value :','hu_hu','Search value :',15),(4568,'feed_back_msg','Please enter feedback message','hu_hu','Please enter feedback message',16),(4569,'feed_back_hint_msg','Enter feedback message','hu_hu','Enter feedback message',16),(4570,'submit','Submit','hu_hu','Submit',16),(4571,'check_app_not_installed','Application is not currently installed.','hu_hu','Application is not currently installed.',17),(4572,'send_sms_fail_message','SMS failed, please try again later!','hu_hu','SMS failed, please try again later!',17),(4573,'documentaddsuccessfully','Document Attach successfully','hu_hu','Document Attach successfully',17),(4574,'send_message','Send message','hu_hu','Send message',17),(4575,'sms_to','smsto:','hu_hu','smsto:',17),(4576,'add_list_message','Add List','hu_hu','Add List',18),(4577,'mylist','My List','hu_hu','My List',18),(4578,'filtername','Filter Name','hu_hu','Filter Name',18),(4579,'selectlist','Select a List','hu_hu','Select a List',18),(4580,'assingedto','Assigned To','hu_hu','Assigned To',18),(4581,'selectmodule','Select a module','hu_hu','Select a module',18),(4582,'add_list','Add Filter','hu_hu','Add Filter',18),(4583,'recent_event','Recent Event','hu_hu','Recent Event',19),(4584,'recent_hostory','Recent History','hu_hu','Recent History',19),(4585,'module_specific_settings','Module-Specific Settings','hu_hu','Module-Specific Settings',19),(4586,'talk_to_us','Talk to us','hu_hu','Talk to us',19),(4587,'report_a_bug','Report A Bug','hu_hu','Report A Bug',19),(4588,'faq','FAQ','hu_hu','FAQ',19),(4589,'selectmodules','Select Module','hu_hu','Select Module',19),(4590,'myplan','My Plan','hu_hu','My Plan',19),(4591,'message','Message','hu_hu','Message',20),(4592,'message_validation','Please enter Message','hu_hu','Please enter Message',20),(4593,'contact_select','Please Select contact','hu_hu','Please Select contact',20),(4594,'global_search','Global Search','hu_hu','Global Search',21),(4595,'records','Records','hu_hu','Records',21),(4596,'dont_show_again','Don\'t Show Again','hu_hu','Don\'t Show Again',22),(4597,'skip','Skip','hu_hu','Skip',22),(4598,'file_downloading','File Downloading','hu_hu','File Downloading',23),(4599,'add_screenshots_optional','Add screenshots (optional)','hu_hu','Add screenshots (optional)',24),(4600,'describe_your_problem','Describe your problem','hu_hu','Describe your problem',24),(4601,'default_filter_shortcut','Default Filter Shortcut','hu_hu','Default Filter Shortcut',25),(4602,'record_shortcut','Record Shortcut','hu_hu','Record Shortcut',25),(4603,'enter_url','Please Enter url','hu_hu','Please Enter url',26),(4604,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','hu_hu','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(4605,'search_by','Search by','hu_hu','Search by',27),(4606,'selected_filter','Selected filter :','hu_hu','Selected filter :',27),(4607,'selected_field','Selected field :','hu_hu','Selected field :',27),(4608,'choose','Choose','hu_hu','Choose',28),(4609,'qr_cardscanner','QR Code Scanner','hu_hu','QR Code Scanner',28),(4610,'error_message_for_scan','Could not read the card Try again later.','hu_hu','Could not read the card Try again later.',28),(4611,'press_start_scan','Press to Start Scan','hu_hu','Press to Start Scan',28),(4612,'line_item_quntity_validation_msg','Value should be greater than zero','hu_hu','Value should be greater than zero',29),(4613,'percentage_msg','Percentage should be less than 100','hu_hu','Percentage should be less than 100',29),(4614,'MSG_NO_DATA','No data found!','hu_hu','No data found!',29),(4615,'MSG_SOMETHING_WRONG','Something went wrong!','hu_hu','Something went wrong!',29),(4616,'MSG_COMING_SOON','Coming Soon!','hu_hu','Coming Soon!',29),(4617,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','hu_hu','Please upload profile image.',29),(4618,'ALERT_TITLE_LOCATION_ACCESS','Location Access','hu_hu','Location Access',29),(4619,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','hu_hu','Requires your location to show nearby events.',29),(4620,'ALERT_BTN_ALLOW','ALLOW','hu_hu','ALLOW',29),(4621,'ALERT_BTN_DENY','DENY','hu_hu','DENY',29),(4622,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','hu_hu','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(4623,'DELETE_RECORD','Delete Record','hu_hu','Delete Record',29),(4624,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','hu_hu','Are you sure want to delete this shortcut?',29),(4625,'DELETE_SHORTCUT','Delete Shortcut','hu_hu','Delete Shortcut',29),(4626,'LBL_TERMS','By logging in, you agree to our Terms and','hu_hu','By logging in, you agree to our Terms and',29),(4627,'LBL_CONDITIONS','Conditions &','hu_hu','Conditions &',29),(4628,'ALERT_TITLE','Alert','hu_hu','Alert',29),(4629,'ALERT_BTN_SUBSCRIBE','Subscribe','hu_hu','Subscribe',29),(4630,'MSG_SELECT_MODULE','Please select any Module','hu_hu','Please select any Module',29),(4631,'MSG_SELECT_LIST','Please select any List','hu_hu','Please select any List',29),(4632,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','hu_hu','You don\'t have camera',29),(4633,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','hu_hu','You don\'t have permission to access gallery.',29),(4634,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','hu_hu','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(4635,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','hu_hu','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(4636,'BTN_DONE','Done','hu_hu','Done',29),(4637,'COMMENT','Comment','hu_hu','Comment',29),(4638,'FULL_FORM','Full Form','hu_hu','Full Form',29),(4639,'QUICK_CREATE','Create','hu_hu','Create',29),(4640,'LBL_SELECT_FIELDS','Select Fields','hu_hu','Select Fields',29),(4641,'LBL_SELECT_FIELDS','Select Fields','hu_hu','Select Fields',29),(4642,'LBL_SELECT_FIRST_FIELDS','Select First Field','hu_hu','Select First Field',29),(4643,'LBL_SELECT_SECOND_FIELDS','Select Second Field','hu_hu','Select Second Field',29),(4644,'LBL_SELECT_THIRD_FIELDS','Select Third Field','hu_hu','Select Third Field',29),(4645,'LBL_SORT_BY_FIELD','Select Sort By Field','hu_hu','Select Sort By Field',29),(4646,'BTN_RESET_TO_DEFAULT','Reset to Default','hu_hu','Reset to Default',29),(4647,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','hu_hu','Select Sort by field',29),(4648,'kStrClearBtnTitle','Clear','hu_hu','Clear',29),(4649,'kStrShowMoreBtnTitle','Show More','hu_hu','Show More',29),(4650,'kStrAddActivitiesBtnTitle','Add Activities','hu_hu','Add Activities',29),(4651,'kStrAddCommentPlaceHolder','Add your comments here','hu_hu','Add your comments here',29),(4652,'MSG_ENTER_TO_EMAIL','Please enter to field.','hu_hu','Please enter to field.',29),(4653,'WARNING_FILE','File can\'t open.','hu_hu','File can\'t open.',29),(4654,'MSG_FILE_SAVED','File saved.','hu_hu','File saved.',29),(4655,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','hu_hu','Download fail!, please try after sometime.',29),(4656,'LBL_SHORTCUT','Shortcut','hu_hu','Shortcut',29),(4657,'TXT_MESSAGE_PLACEHOLDER','Type Message','hu_hu','Type Message',29),(4658,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','hu_hu','Install Whatsapp',29),(4659,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','hu_hu','No MailBox found. Please Create Mailbox',29),(4660,'LBL_WROTE','Wrote','hu_hu','Wrote',29),(4661,'MSG_MAIL_SEND','Mail sent','hu_hu','Mail sent',29),(4662,'log_file_not_found','API Log file not found.','hu_hu','API Log file not found.',29),(4663,'unknown_error','An unknown error occurred, try again','hu_hu','An unknown error occurred, try again',29),(4664,'CTMTigerAppVersion','CRMTiger App Version','hu_hu','CRMTiger App Version',29),(4665,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','hu_hu','CTMobile Ext. Version Update Successfully',29),(4666,'dialog_Premium_downgrade','Downgrade will required logout and login again later','hu_hu','Downgrade will required logout and login again later',29),(4667,'dialog_Premium','Upgrade will required logout and login again later','hu_hu','Upgrade will required logout and login again later',29),(4668,'Overwrite','Overwrite','hu_hu','Overwrite',29),(4669,'MSGAddressOverwrite1','Overwrite the existing address with the selected','hu_hu','Overwrite the existing address with the selected',29),(4670,'MSGAddressOverwrite2','address details?','hu_hu','address details?',29),(4671,'UPGRADE_PLAN','Upgrade Plan','hu_hu','Upgrade Plan',29),(4672,'DOWNGRADE_PLAN','Downgrade Plan','hu_hu','Downgrade Plan',29),(4673,'UPGRADE_EXTENSION','Upgrade Extension','hu_hu','Upgrade Extension',29),(4674,'UPGRADE_APP','Upgrade App','hu_hu','Upgrade App',29),(4675,'SELECT_OPTION','Select Option','hu_hu','Select Option',29),(4676,'PLEASE_SELECT','Please select','hu_hu','Please select',29),(4677,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','hu_hu','You don\'t have permission for this module.',29),(4678,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','hu_hu','Please select reccuring day of month.',29),(4679,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','hu_hu','Please select reccuring day of week.',29),(4680,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','hu_hu','Please select reccuring days.',29),(4681,'Please select reccuring days.','Please select reccuring days.','hu_hu','Please select reccuring days.',29),(4682,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','hu_hu','Please select reccuring end date.',29),(4683,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','hu_hu','Please select reccuring type.',29),(4684,'FREQ_TIME','Times','hu_hu','Times',29),(4685,'REPEAT_YEARLY','Repeat Yearly','hu_hu','Repeat Yearly',29),(4686,'REPEAT_MONTHLY','Repeat Monthly','hu_hu','Repeat Monthly',29),(4687,'REPEAT_WEEKLY','Repeat Weekly','hu_hu','Repeat Weekly',29),(4688,'REPEAT_DAILY','Repeat Daily','hu_hu','Repeat Daily',29),(4689,'ACTION_TITLE','Action Title','hu_hu','Action Title',29),(4690,'MSG_SELECT_VALID_DATE','Please select valid day of month.','hu_hu','Please select valid day of month.',29),(4691,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','hu_hu','Start date should be less than end date.',29),(4692,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','hu_hu','Start time should be less than end time.',29),(4693,'LBL_LINEITEM_DETAILS','Lineitem Details','hu_hu','Lineitem Details',29),(4694,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','hu_hu','Discount amount should be less than the total.',29),(4695,'VIEW','View','hu_hu','View',29),(4696,'MSG_ENTER_VALID','Please enter valid','hu_hu','Please enter valid',29),(4697,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','hu_hu','Percentage should be less than 100.',29),(4698,'ITEM_TOTAL','Item Total','hu_hu','Item Total',29),(4699,'ADJUSTMENT','Adjustment','hu_hu','Adjustment',29),(4700,'TITLE_CHOOSE_IMAGE','Choose Image','hu_hu','Choose Image',29),(4701,'COMPRESS','Compress','hu_hu','Compress',29),(4702,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','hu_hu','Your image size is too large, please select another image',29),(4703,'OnDayOfMonth','On day of month','hu_hu','On day of month',29),(4704,'OnDayOfWeek','On day of week','hu_hu','On day of week',29),(4705,'AddAndClose','Add & Close','hu_hu','Add & Close',29),(4706,'Repeat','Repeat','hu_hu','Repeat',29),(4707,'OnDay','On day','hu_hu','On day',29),(4708,'View_Line_Item','View Line Item','hu_hu','View Line Item',29),(4709,'TITLE_IMAGE','Image','hu_hu','Image',29),(4710,'TITLE_ICLOUD','iCloud','hu_hu','iCloud',29),(4711,'GOOGLE','Google','hu_hu','Google',29),(4712,'ALERT_BTN_OKAY','Okay','hu_hu','Okay',29),(4713,'ALERT_TITLE_ACCESS_DENIED','Access Denied','hu_hu','Access Denied',29),(4714,'Dont_Show_Again','Don\'t show again','hu_hu','Don\'t show again',29),(4715,'Skip','Skip','hu_hu','Skip',29),(4716,'Fillter_Name','Fillter Name','hu_hu','Fillter Name',29),(4717,'Fillter_Record_Count','Fillter Record Count','hu_hu','Fillter Record Count',29),(4718,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','hu_hu','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(4719,'vtiger_url','Your vTiger CRM URL','hu_hu','Your vTiger CRM URL',26),(4720,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','hu_hu','You don\'t have permission to Add either This is read-only or Private Field.',31),(4721,'CLEAR','Clear','hu_hu','Clear',31),(4722,'Files/photos uploaded successfully','Files/photos uploaded successfully','hu_hu','Files/photos uploaded successfully',32),(4723,'Digital signature saved','Digital signature saved','hu_hu','Digital signature saved',32),(4724,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','hu_hu','Please upload Signature or Files/photos',32),(4725,'Files / Photos','Files / Photos','hu_hu','Files / Photos',32),(4726,'Signature','Signature','hu_hu','Signature',32),(4727,'add_photo_using','Add Photo Using','hu_hu','Add Photo Using',31),(4728,'btn_upload_sign','(+) Add Signature','hu_hu','(+) Add Signature',31),(4729,'btn_upload_photo_doc','(+) Upload Files/Photos','hu_hu','(+) Upload Files/Photos',31),(4730,'select_photo_doc_to_upload','Please select files/photos to upload','hu_hu','Please select files/photos to upload',31),(4731,'related_module_title','Search from related module and Add to \"Route\"','hu_hu','Search from related module and Add to \"Route\"',30),(4732,'Route status updated successfully','Route status updated successfully','hu_hu','Route status updated successfully',32),(4733,'Session init failed','Session init failed','hu_hu','Session init failed',32),(4734,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','hu_hu','You don\'t have permission to access this resource',32),(4735,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','hu_hu','Could not get the Related To - Try again later',32),(4736,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','hu_hu','Could not get the Route Planning Record - Try again later',32),(4737,'Something went wrong - Try again later','Something went wrong - Try again later','hu_hu','Something went wrong - Try again later',32),(4738,'sequence updated successfully','sequence updated successfully','hu_hu','sequence updated successfully',32),(4739,'sequence cannot be empty','sequence cannot be empty','hu_hu','sequence cannot be empty',32),(4740,'Shortcut details not saved','Shortcut details not saved','hu_hu','Shortcut details not saved',32),(4741,'Shortcut details saved successfully','Shortcut details saved successfully','hu_hu','Shortcut details saved successfully',32),(4742,'Route save successfully','Route save successfully','hu_hu','Route save successfully',32),(4743,'Record save successfully','Record save successfully','hu_hu','Record save successfully',32),(4744,'No dependency found for picklist','No dependency found for picklist','hu_hu','No dependency found for picklist',32),(4745,'No records found','No records found','hu_hu','No records found',32),(4746,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','hu_hu','Outgoing server is not enabled, please configure from CRM',32),(4747,'Removed Successfully','Removed Successfully','hu_hu','Removed Successfully',32),(4748,'Shortcut has been deleted','Shortcut has been deleted','hu_hu','Shortcut has been deleted',32),(4749,'relation of records removed successfully','relation of records removed successfully','hu_hu','relation of records removed successfully',32),(4750,'relation of records not removed','relation of records not removed','hu_hu','relation of records not removed',32),(4751,'Record has been deleted successfully','Record has been deleted successfully','hu_hu','Record has been deleted successfully',32),(4752,'Time Tracking saved successfully','Time Tracking saved successfully','hu_hu','Time Tracking saved successfully',32),(4753,'Time Tracking updated successfully','Time Tracking updated successfully','hu_hu','Time Tracking updated successfully',32),(4754,'Time Tracking ended successfully','Time Tracking ended successfully','hu_hu','Time Tracking ended successfully',32),(4755,'Time Tracking started successfully','Time Tracking started successfully','hu_hu','Time Tracking started successfully',32),(4756,'record cannot be empty','record cannot be empty','hu_hu','record cannot be empty',32),(4757,'Module is disabled','Module is disabled','hu_hu','Module is disabled',32),(4758,'Shift ended successfully','Shift ended successfully','hu_hu','Shift ended successfully',32),(4759,'Shift started successfully','Shift started successfully','hu_hu','Shift started successfully',32),(4760,'relation of records added successfully','relation of records added successfully','hu_hu','relation of records added successfully',32),(4761,'Comment saved successfully','Comment saved successfully','hu_hu','Comment saved successfully',32),(4762,'Comment not saved','Comment not saved','hu_hu','Comment not saved',32),(4763,'Comment module is not active','Comment module is not active','hu_hu','Comment module is not active',32),(4764,'No Upcoming Event','No Upcoming Event','hu_hu','No Upcoming Event',32),(4765,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','hu_hu','No Templates found - create it from Message Templates module',32),(4766,'No event or task for this date','No event or task for this date','hu_hu','No event or task for this date',32),(4767,'No filters created','No filters created','hu_hu','No filters created',32),(4768,'Select at least one record to attach','Select at least one record to attach','hu_hu','Select at least one record to attach',32),(4769,'Please select one or more attachments','Please select one or more attachments','hu_hu','Please select one or more attachments',32),(4770,'No event for this month','No event for this month','hu_hu','No event for this month',32),(4771,'No Activity found','No Activity found','hu_hu','No Activity found',32),(4772,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','hu_hu','Your feedback is valuable for us - it cannot be empty',32),(4773,'Could not send mail, Please try later','Could not send mail, Please try later','hu_hu','Could not send mail, Please try later',32),(4774,'Latest Version updated successfully','Latest Version updated successfully','hu_hu','Latest Version updated successfully',32),(4775,'User Location Updated Successfully','User Location Updated Successfully','hu_hu','User Location Updated Successfully',32),(4776,'User Location not Updated Successfully','User Location not Updated Successfully','hu_hu','User Location not Updated Successfully',32),(4777,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','hu_hu','SMSNotifier is not enable in CRM. Please enable it first',32),(4778,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','hu_hu','Could not submit your feedback - Please try again later',32),(4779,'Thank you for submitting your feedback','Thank you for submitting your feedback','hu_hu','Thank you for submitting your feedback',32),(4780,'Please upload User Image','Please upload User Image','hu_hu','Please upload User Image',32),(4781,'Image Not Uploading, please try again','Image Not Uploading, please try again','hu_hu','Image Not Uploading, please try again',32),(4782,'User Image Uploaded Successfully','User Image Uploaded Successfully','hu_hu','User Image Uploaded Successfully',32),(4783,'Invalid Module name','Invalid Module name','hu_hu','Invalid Module name',32),(4784,'Records Sync Successfully','Records Sync Successfully','hu_hu','Records Sync Successfully',32),(4785,'Values cannot be empty','Values cannot be empty','hu_hu','Values cannot be empty',32),(4786,'Record id is empty','Record id is empty','hu_hu','Record id is empty',32),(4787,'Logout Successfully','Logout Successfully','hu_hu','Logout Successfully',32),(4788,'Please Enable CTMobile Module','Please Enable CTMobile Module','hu_hu','Please Enable CTMobile Module',32),(4789,'Authentication Failed','Username and Password do not match','hu_hu','Username and Password do not match',32),(4790,'Mismatched module information','Something gone wrong, please try again later','hu_hu','Something gone wrong, please try again later',32),(4791,'Field does not exists','Please set display fields again','hu_hu','Please set display fields again',32),(4792,'Module does not exists','Module does not exists or disabled by admin','hu_hu','Module does not exists or disabled by admin',32),(4793,'Month cannot be empty','Could not get the Month - Try again later','hu_hu','Could not get the Month - Try again later',32),(4794,'Year cannot be empty','Could not get the Year - Try again later','hu_hu','Could not get the Year - Try again later',32),(4795,'Date cannot be empty','Could not get the Date - Try again later','hu_hu','Could not get the Date - Try again later',32),(4796,'Userid cannot be empty','Could not get the Userid - Try again later','hu_hu','Could not get the Userid - Try again later',32),(4797,'End Date cannot be empty','Could not get the status - Try again later','hu_hu','Could not get the status - Try again later',32),(4798,'Start Date cannot be empty','Could not get the Start Date - Try again later','hu_hu','Could not get the Start Date - Try again later',32),(4799,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','hu_hu','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(4800,'Longitude cannot be empty','Could not get location-Please try again','hu_hu','Could not get location-Please try again',32),(4801,'Latitude cannot be empty','Could not get location-Please try again','hu_hu','Could not get location-Please try again',32),(4802,'User cannot be empty','Could not get the User - Try again later','hu_hu','Could not get the User - Try again later',32),(4803,'Status cannot be empty','Could not get the status - Try again later','hu_hu','Could not get the status - Try again later',32),(4804,'Required fields not found','Required fields not found','hu_hu','Required fields not found',32),(4805,'Tracking module not active','Tracking module not active-Please contact CRM Admin','hu_hu','Tracking module not active-Please contact CRM Admin',32),(4806,'Missing mandatory input values','Missing mandatory input values','hu_hu','Missing mandatory input values',32),(4807,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','hu_hu','No MailBox found. Please Create Mailbox',32),(4808,'Mail not sent','Mail not sent','hu_hu','Mail not sent',32),(4809,'Mail send successfully','Mail send successfully','hu_hu','Mail send successfully',32),(4810,'Email Id or username not match with your record','Email Id or username not match with your record','hu_hu','Email Id or username not match with your record',32),(4811,'Module not specified','Module not specified','hu_hu','Module not specified',32),(4812,'No messages found','No messages found','hu_hu','No messages found',32),(4813,'No Dependency Found For This Module','No Dependency Found For This Module','hu_hu','No Dependency Found For This Module',32),(4814,'Outgoing server is not Enabled','Outgoing server is not Enabled','hu_hu','Outgoing server is not Enabled',32),(4815,'Outgoing server is Enabled','Outgoing server is Enabled','hu_hu','Outgoing server is Enabled',32),(4816,'Email Attached Successfully','Email Attached Successfully','hu_hu','Email Attached Successfully',32),(4817,'Documents Attached Successfully','Documents Attached Successfully','hu_hu','Documents Attached Successfully',32),(4818,'Login required - Please login again','Login required - Please login again','hu_hu','Login required - Please login again',32),(4819,'time_tracking_module_disable','Time tracking module is disable','hu_hu','Time tracking module is disable',31),(4820,'route_planning_module_disable','Route planning module is disable','hu_hu','Route planning module is disable',31),(4821,'mark_as_held','Are you sure you want to mark Event as Held?','hu_hu','Are you sure you want to mark Event as Held?',31),(4822,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','hu_hu','You have already started Time tracking for another record, Do you want to stop it first ?',31),(4823,'access_denied_routeplanning','Access denied for route planning','hu_hu','Access denied for route planning',31),(4824,'time_spent','Time Spent','hu_hu','Time Spent',31),(4825,'select_user','Select User','hu_hu','Select User',30),(4826,'status_cannot_be_held','Status cannot be held for future date start','hu_hu','Status cannot be held for future date start',30),(4827,'please_select_end_date','Please select end date','hu_hu','Please select end date',30),(4828,'please_select_start_date','Please select start date','hu_hu','Please select start date',30),(4829,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','hu_hu','Tap on + icon to select record for your route.',30),(4830,'please_enter_notes','Please enter notes','hu_hu','Please enter notes',30),(4831,'please_enter_title','Please enter title','hu_hu','Please enter title',30),(4832,'please_select_date','Please Select Date','hu_hu','Please Select Date',30),(4833,'search_by_date','Search by Date','hu_hu','Search by Date',30),(4834,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','hu_hu','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(4835,'max_upload_size','max file Upload exceeds','hu_hu','max file Upload exceeds',30),(4836,'unselect_all','UnSelect All','hu_hu','UnSelect All',30),(4837,'select_all','Select All','hu_hu','Select All',30),(4838,'please_select_records','Please select records','hu_hu','Please select records',30),(4839,'select_date','Select Date','hu_hu','Select Date',30),(4840,'quantity_in_stock_is','Quantity in stock is','hu_hu','Quantity in stock is',30),(4841,'replies','Replies','hu_hu','Replies',30),(4842,'conversation_require_selection','Conversion requires selection of Contact or Organization','hu_hu','Conversion requires selection of Contact or Organization',30),(4843,'please_select_product','Please Select Product','hu_hu','Please Select Product',30),(4844,'timer_msg','You can start timer for single task only at same time','hu_hu','You can start timer for single task only at same time',31),(4845,'save_start_tracking','Save & Start Tracking','hu_hu','Save & Start Tracking',31),(4846,'lbl_notes','Notes','hu_hu','Notes',31),(4847,'enter_title','Enter Title','hu_hu','Enter Title',31),(4848,'select_module_record','Select Module / Record','hu_hu','Select Module / Record',31),(4849,'lbl_tomorrow','Tomorrow','hu_hu','Tomorrow',30),(4850,'lbl_yesterday','Yesterday','hu_hu','Yesterday',30),(4851,'lbl_today','Today','hu_hu','Today',30),(4852,'time_tracker','Time Tracker','hu_hu','Time Tracker',31),(4853,'time_end','End Time','hu_hu','End Time',5),(4854,'due_date','End Date','hu_hu','End Date',5),(4855,'time_start','Time Start','hu_hu','Time Start',5),(4856,'date_start','Start Date','hu_hu','Start Date',5),(4857,'delete_widget_msg','Display widget again by using (+) option','hu_hu','Display widget again by using (+) option',15),(4858,'no_upcoming_activities','No scheduled activities    ','hu_hu','No scheduled activities    ',15),(4859,'check_in_first','Please check-in first','hu_hu','Please check-in first',30),(4860,'duration','Duration','hu_hu','Duration',30),(4861,'distance','Distance','hu_hu','Distance',30),(4862,'proper_address_message','Please enter proper address in record\n','hu_hu','Please enter proper address in record',30),(4863,'select_status','Select Status','hu_hu','Select Status',30),(4864,'route_planner','Route Planner','hu_hu','Route Planner',30),(4865,'route_planning','Route Planning','hu_hu','Route Planning',30),(4866,'add_route','Add Route','hu_hu','Add Route',30),(4867,'calender_disabled','Calendar Module is disabled','hu_hu','Calendar Module is disabled',30),(4868,'close_dialog','Close form','hu_hu','Close form',30),(4869,'cancel_form_message','Are You sure want to close ?','hu_hu','Are You sure want to close ?',30),(4870,'create_route','Create Route','hu_hu','Create Route',30),(4871,'select_module_create_route','Select Module to create Route','hu_hu','Select Module to create Route',30),(4872,'cancel','Cancel','hu_hu','Cancel',30),(4873,'assign_route','Assign Route','hu_hu','Assign Route',30),(4874,'route_for','Route for','hu_hu','Route for',30),(4875,'assigned_to','Assigned To','hu_hu','Assigned To',30),(4876,'enter_route_name','Enter Route Name','hu_hu','Enter Route Name',30),(4877,'list','List','hu_hu','List',30),(4878,'map','Map','hu_hu','Map',30),(4879,'other_modules','Other Modules','hu_hu','Other Modules',15),(4880,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','hu_hu','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(4881,'clear','Clear','hu_hu','Clear',25),(4882,'open','Open','hu_hu','Open',11),(4883,'max_file_msg','Too many files selected (max:6)','hu_hu','Too many files selected (max:6)',11),(4884,'error_voicenote_record','Unable to recording voice while another application is recording sound.','hu_hu','Unable to recording voice while another application is recording sound.',11),(4885,'msg_warning','Warning!','hu_hu','Warning!',11),(4886,'Permision_denied_contact','Permission denied to access your contacts','hu_hu','Permission denied to access your contacts',15),(4887,'no_widget_added','Please click + icon to add new widget to your dashboard.','hu_hu','Please click + icon to add new widget to your dashboard.',15),(4888,'no_data_available','Data not available, please check the selected fields','hu_hu','Data not available, please check the selected fields',15),(4889,'check_out_successfully','Check out successfully','hu_hu','Checked out successfully',11),(4890,'check_in_successfully','Check in successfully','hu_hu','Checked in successfully',11),(4891,'check_out','Check out','hu_hu','Check out',11),(4892,'check_in','Check in','hu_hu','Check in',11),(4893,'navigate','Navigate','hu_hu','Navigate',11),(4894,'save_to_phone_vcard_success','VCard Saved to phone successfully','hu_hu','VCard Saved to phone successfully',15),(4895,'download_vcard_success','VCard downloaded successfully','hu_hu','VCard downloaded successfully',15),(4896,'card_details','Card Details','hu_hu','Card Details',15),(4897,'add_widget','Add Widget','hu_hu','Add Widget',15),(4898,'delete_widget','Are you sure to hide widget?','hu_hu','Are you sure to hide widget?',15),(4899,'already_widgets_added','All types of Widget & reports are already added','hu_hu','All types of Widget & reports are already added',15),(4900,'retry','Retry','hu_hu','Retry',28),(4901,'retake','Retake','hu_hu','Retake',28),(4902,'Reports','Reports','hu_hu','Reports',15),(4903,'Widgets','Widgets','hu_hu','Widgets',15),(4904,'vcard_config','Vcard Configuration','hu_hu','Vcard Configuration',8),(4905,'save_to_phone','Save to phone','hu_hu','Save to phone',11),(4906,'download_vcard','Download Vcard','hu_hu','Download Vcard',11),(4907,'share_vcard','Share Vcard','hu_hu','Share Vcard',11),(4908,'share_record','Share Record','hu_hu','Share Record',11),(4909,'permission_denied_edit','You don\'t have permission to edit this record.','hu_hu','You don\'t have permission to edit this record.',27),(4910,'permission_denied_delete','You don\'t have permission to delete this record.','hu_hu','You don\'t have permission to delete this record.',27),(4911,'Voice_Recording_Started','Recording Started','hu_hu','Recording Started',12),(4912,'Voice_Recording_Stopped','Recording Stopped','hu_hu','Recording Stopped',12),(4913,'SEARCH','Search','hu_hu','Search',7),(4914,'LAST','Last','hu_hu','Last',7),(4915,'FIRST','First','hu_hu','First',7),(4916,'MONDAY','Monday','hu_hu','Monday',7),(4917,'TUESDAY','Tuesday','hu_hu','Tuesday',7),(4918,'WEDNESDAY','Wednesday','hu_hu','Wednesday',7),(4919,'THURSDAY','Thursday','hu_hu','Thursday',7),(4920,'FRIDAY','Friday','hu_hu','Friday',7),(4921,'SATURDAY','Saturday','hu_hu','Saturday',7),(4922,'SUNDAY','Sunday','hu_hu','Sunday',7),(4923,'DAILY','Daily','hu_hu','Daily',7),(4924,'WEEKLY','Weekly','hu_hu','Weekly',7),(4925,'MONTHLY','Monthly','hu_hu','Monthly',7),(4926,'YEARLY','Yearly','hu_hu','Yearly',7),(4927,'asset_tracking','Asset tracking','hu_hu','Asset tracking',15),(4928,'open_file','Open File','hu_hu','Open File',1),(4929,'download_pdf_successfully','Download PDF Successfully','hu_hu','Download PDF Successfully',1),(4930,'select_pdf','Select PDF','hu_hu','Select PDF',1),(4931,'email_pdf','Email PDF','hu_hu','Email PDF',1),(4932,'download_pdf','Download PDF','hu_hu','Download PDF',1),(4933,'edit_route','Edit Route','hu_hu','Edit Route',1),(4934,'save_route','Save Route','hu_hu','Save Route',1),(4935,'clear_all','Clear All','hu_hu','Clear All',1),(4936,'notification','Notifications','hu_hu','Notifications',1),(4937,'menu_management','Menu Management','hu_hu','Menu Management',1),(4938,'select_menu','Select Menu','hu_hu','Select Menu',1),(4939,'module_record_not_found','Module and Record not found','hu_hu','Module and Record not found',1),(4940,'reason_for_changing_comments','Reason for changing comments','hu_hu','Reason for changing comments',1),(4941,'edit_reason','Edit Reason','hu_hu','Edit Reason',1),(4942,'create_filters','Create Filter','hu_hu','Create Filter',1),(4943,'you_checked','You Checked','hu_hu','You Checked',1),(4944,'you_un_checked','You UnChecked','hu_hu','You UnChecked',1),(4945,'log_the_call','Log the call ?','hu_hu','Log the call ?',1),(4946,'add_a_description_(optional)','Add a description (optional)','hu_hu','Add a description (optional)',1),(4947,'called','Called','hu_hu','Called',1),(4948,'call_log','Call Log','hu_hu','Call Log',1),(4949,'subject','Subject','hu_hu','Subject',1),(4950,'add_condition','Add Condition','hu_hu','Add Condition',1),(4951,'select_condition','Select Condition','hu_hu','Select Condition',1),(4952,'select_field','Select Field','hu_hu','Select Field',1),(4953,'please_select_first_field','Please First Select field','hu_hu','Please First Select field',1),(4954,'filter_name','Filter Name','hu_hu','Filter Name',1),(4955,'enter_filter_name','Enter filter name','hu_hu','Enter filter name',1),(4956,'choose_conditions','Choose Conditions','hu_hu','Choose Conditions',1),(4957,'all_condition','All Conditions(All conditions must be met)','hu_hu','All Conditions(All conditions must be met)',1),(4958,'any_condition','Any Conditions(At least one the conditions must be met)','hu_hu','Any Conditions(At least one the conditions must be met)',1),(4959,'lattitude','latitude','hu_hu','latitude',1),(4960,'notification_settings','Notification Settings','hu_hu','Notification Settings',1),(4961,'notification_management','Notification Management','hu_hu','Notification Management',1),(4962,'addyourcommentshere','Type @ to mention user','hu_hu','Type @ to mention user',1),(4963,'google_api_key_missing','Google Api key is missing.','hu_hu','Google Api key is missing.',1),(4964,'event_filter_by','Event Filter by','hu_hu','Event Filter by',1),(4965,'apply','Apply','hu_hu','Apply',1),(4966,'choose_from_gallery','Choose From Gallery','hu_hu','Choose From Gallery',1),(4967,'choose_from_camera','Choose From Camera','hu_hu','Choose From Camera',1),(4968,'mutli_select_CB','Mutli Select CB','hu_hu','Mutli Select CB',1),(4969,'please_select_condition','Please Select Condition','hu_hu','Please Select Condition',1),(4970,'please_enter_value_or_field','Please Enter Value or Field','hu_hu','Please Enter Value or Field',1),(4971,'set_as_default','Set as Default','hu_hu','Set as Default',1),(4972,'list_in_metrics','List in Metrics','hu_hu','List in Metrics',1),(4973,'order_number','Order Number','hu_hu','Order Number',1),(4974,'recording_saved_message','Recording saved successfully.','hu_hu','Recording saved successfully.',1),(4975,'recording_file','Recording File','hu_hu','Recording File',1),(4976,'file_not_found','File not found','hu_hu','File not found',1),(4977,'please_enter_valid_path','Please enter valid path','hu_hu','Please enter valid path',1),(4978,'enter_path_here','Enter path here...','hu_hu','Enter path here...',1),(4979,'set_call_recording_path','Set Call Recording Path','hu_hu','Set Call Recording Path',1),(4980,'set_call_recording_path_here','Set call recording path here','hu_hu','Set call recording path here',1),(4981,'call_recording_path','Call Recording Path','hu_hu','Call Recording Path',1),(4982,'please_place_api','Please enable place api','hu_hu','Please enable place api',1),(4983,'event_filters_by','Event Filters by','hu_hu','Event Filters by',1),(4984,'select_at_least_one_option','Please select at least one option','hu_hu','Please select at least one option',1),(4985,'enable_call_feature','Please enable call feature','hu_hu','Please enable call feature',1),(4986,'enable_email_feature','Please enable email feature','hu_hu','Please enable email feature',1),(4987,'demo_login','Demo Login','hu_hu','Demo Login',1),(4988,'select_email_template','Select Email Template','hu_hu','Select Email Template',1),(4989,'template_name','Template Name','hu_hu','Template Name',1),(4990,'example_storage_path','example : storage/Music/Recordings/Call Recordings','hu_hu','example : storage/Music/Recordings/Call Recordings',1),(4991,'User Notification Settings saved successfully','User Notification Settings saved successfully','hu_hu','User Notification Settings saved successfully',33),(4992,'This Notification has been disabled by admin','This Notification has been disabled by admin','hu_hu','This Notification has been disabled by admin',33),(4993,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','hu_hu','Notify when any updates to the record you\'re following',33),(4994,'Task assigned to you','Task assigned to you','hu_hu','Task assigned to you',33),(4995,'Task Reminder','Task Reminder','hu_hu','Task Reminder',33),(4996,'You were mentioned in comments','You were mentioned in comments','hu_hu','You were mentioned in comments',33),(4997,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','hu_hu','Comments has been added to record assigned to you',33),(4998,'When Record Assigned','When Record Assigned','hu_hu','When Record Assigned',33),(4999,'Event Reminder','Event Reminder','hu_hu','Event Reminder',33),(5000,'Event Invitation','Event Invitation','hu_hu','Event Invitation',33),(5001,'Follow record','Follow record','hu_hu','Follow record',33),(5002,'Task','Task','hu_hu','Task',33),(5003,'Conversions','Conversions','hu_hu','Conversions',33),(5004,'Events','Events','hu_hu','Events',33),(5005,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','hu_hu','No record(s) found Please click on filter icon to change filter',1),(5006,'title','Title','hu_hu','Title',1),(5007,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','hu_hu','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(5008,'call_recording','Call recording','hu_hu','Call recording',1),(5009,'voice_recorder','Voice Recorder','hu_hu','Voice Recorder',1),(5010,'no_address_reference_found','No Address Reference found','hu_hu','No Address Reference found',32),(5011,'no_overdue_activities','No OverDue Activities','hu_hu','No OverDue Activities',32),(5012,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','hu_hu','Please enter proper address from this address we are not getting proper latitude and longitude',32),(5013,'Default_Search_Field','Default search field','hu_hu','Default search field',32),(5014,'Calender_Reminder_Message','Free user can\'t send local reminder','hu_hu','Free user can\'t send local reminder',32),(5015,'you_must_have_permission','You must give permissions to use this features.','hu_hu','You must give permissions to use this features.',32),(5016,'internal_comment','Internal Comment','hu_hu','Internal Comment',1),(5017,'unlink_record','Unlink Record','hu_hu','Unlink Record',11),(5018,'unlink_record_msg','Are you sure want to unlink record?','hu_hu','Are you sure want to unlink record?',11),(5019,'file_format_not_support','File format not supported','hu_hu','File format not supported',11),(5020,'file_upload','File Upload','hu_hu','File Upload',5),(5021,'to_vtiger','To Vtiger','hu_hu','To Vtiger',5),(5022,'link_external_document','Link External Document','hu_hu','Link External Document',5),(5023,'from_file_url','From File Url','hu_hu','From File Url',5),(5024,'create_new_document','Create New Document','hu_hu','Create New Document',5),(5025,'select_document_type','Select Document type','hu_hu','Select Document type',5),(5026,'add_signature','Please add signature','hu_hu','Please add signature',11),(5027,'date_greater_then_equal','should be greater than or equal to','hu_hu','should be greater than or equal to',1),(5028,'date_less_then_equal','should be less than or equal to','hu_hu','should be less than or equal to',1),(5029,'Click_on_plus_for_add','Please tap on  +  to create a new record.','hu_hu','Please tap on  +  to create a new record.',15),(5030,'display_map','Display map','hu_hu','Display map',15),(5031,'other_settings','Other settings','hu_hu','Other settings',15),(5032,'total_hours','Total hours','hu_hu','Total hours',15),(5033,'widget_not_found','No widgets found','hu_hu','No widgets found',15),(5034,'quickaction','Quick action','hu_hu','Quick action',15),(5035,'dashboard','Dashboard','hu_hu','Dashboard',15),(5036,'new','New','hu_hu','New',15),(5037,'global_search_hint','Please try to search using search box at top','hu_hu','Please try to search using search box at top',15),(5038,'near_by_map','Near By Map','hu_hu','Near By Map',15),(5039,'miles','Miles','hu_hu','Miles',15),(5040,'lbl_filters','Filters','hu_hu','Filters',27),(5041,'warning','Warning','hu_hu','Warning',27),(5042,'no_filter_created','No filter is created.','hu_hu','No filter is created.',27),(5043,'please_create_new_ilter','Please create a new filter','hu_hu','Please create a new filter',27),(5044,'select_search_fields','Select fields for the search record.','hu_hu','Select fields for the search record.',27),(5045,'apply_fliters','Apply filters','hu_hu','Apply filters',27),(5046,'sort_by','Sort by','hu_hu','Sort by',27),(5047,'sort_order','Sort order','hu_hu','Sort order',27),(5048,'Start_time_tracking','Start time tracking','hu_hu','Start time tracking',31),(5049,'Stop_time_tracking','Stop time tracking','hu_hu','Stop time tracking',31),(5050,'image_preview','Image preview','hu_hu','Image preview',11),(5051,'phone_number','Phone number','hu_hu','Phone number',11),(5052,'email_address','Email address','hu_hu','Email address',11),(5053,'edit_your_preferences','Edit your preferences','hu_hu','Edit your preferences',8),(5054,'about_app','About app','hu_hu','About app',8),(5055,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','hu_hu','You already have latest CTMobile Ext. Version',8),(5056,'updated_app_version','You already have latest CRMTiger App Version','hu_hu','You already have latest CRMTiger App Version',8),(5057,'plan','Plan','hu_hu','Plan',8),(5058,'time','Time','hu_hu','Time',31),(5059,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','hu_hu','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(5060,'add_to_quick_action','Add to quick action','hu_hu','Add to quick action',1),(5061,'add_filter_to_quick_action','Add filter to quick action','hu_hu','Add filter to quick action',1),(5062,'create_record','Create Record','hu_hu','Create Record',1),(5063,'quick_action_hint','You can Add Quick Action here','hu_hu','You can Add Quick Action here',1),(5064,'str_send','Send','hu_hu','Send',3),(5065,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','hu_hu','Do you want to update tax & charge values corresponding to selected region?',1),(5066,'delete_quick_action_widgest','Delete Widget?','hu_hu','Delete Widget?',15),(5067,'add_record_to_dashboard','Add record to dashboard','hu_hu','Add record to dashboard',15),(5068,'module_quick_action_msg','Module added to dashboard','hu_hu','Module added to dashboard',15),(5069,'filter_quick_action_msg','Filter added to dashboard','hu_hu','Filter added to dashboard',15),(5070,'record_quick_action_msg','Record added to dashboard','hu_hu','Record added to dashboard',15),(5071,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','hu_hu','Filter shortcut added to dashboard',15),(5072,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','hu_hu','Record shortcut added to dashboard',15),(5073,'documents_disabled','Documents Module is disabled','hu_hu','Documents Module is disabled',1),(5074,'document_dont_attachment','Document does not have a attachment','hu_hu','Document does not have a attachment',1),(5075,'go_to_neat_by','Go to NearBy','hu_hu','Go to NearBy',15),(5076,'go_to_time_tracking','Go to Time Tracker','hu_hu','Go to Time Tracker',13),(5077,'nearby_quick_action_msg','NearBy added to dashboard','hu_hu','NearBy added to dashboard',15),(5078,'time_tracking_quick_action_msg','Time Tracking added to dashboard','hu_hu','Time Tracking added to dashboard',15),(5079,'attendance_quick_action_msg','Attendance added to dashboard','hu_hu','Attendance added to dashboard',15),(5080,'attachment','Attachment','hu_hu','Attachment',15),(5081,'search_by_fields','Search by fields','hu_hu','Search by fields',27),(5082,'apply_selected','Apply selected','hu_hu','Apply selected',27),(5083,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','hu_hu','auto address finder is disabled, please enable it from CRMTiger Settings',1),(5084,'Attendance','Attendance','hu_hu','Attendance',15),(5085,'Check-in successfully','Check-in successfully','hu_hu','Check-in successfully',32),(5086,'Check-out successfully','Check-out successfully','hu_hu','Check-out successfully',32),(5087,'Nothing around here','Nothing around here','hu_hu','Nothing around here',13),(5088,'select_days','Select Days','hu_hu','Select Days',5),(5089,'select_minutes','Select Minutes','hu_hu','Select Minutes',5),(5090,'select_hours','Select Hours','hu_hu','Select Hours',5),(5091,'no_lat_long_found','Location information (Latitude,Longitude) not found','hu_hu','Location information (Latitude,Longitude) not found',32),(5092,'Call Log save successfully','Call Log save successfully','hu_hu','Call Log save successfully',32),(5093,'Files/photos deleted successfully','Files/photos deleted successfully','hu_hu','Files/photos deleted successfully',32),(5094,'network_error','Network connection error!','it_it','Errore di rete!',1),(5095,'connection_check','Could not connect to CRM, Please check your Internet connection.','it_it','Per favore controlla la tua connessione Internet.',1),(5096,'update','Update','it_it','Aggiornare',1),(5097,'cancel','Cancel','it_it','Cancella',1),(5098,'ok','Ok','it_it','ok',1),(5099,'more_information','Click here for more information.','it_it','Clicca qui per maggiori informazioni.',1),(5100,'yes','Yes','it_it','sì',1),(5101,'no','No','it_it','No',1),(5102,'click_again_exit','Click again to exit','it_it','Clicca di nuovo per uscire',1),(5103,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','it_it','Non hai il permesso di vedere questa funzione. Si prega di iscriversi per la versione Premium Clicca qui per iscriverti.',1),(5104,'clickhere','Click here','it_it','Clicca qui',1),(5105,'clickhere_subscribe','Click here to subscribe premium version','it_it','Clicca qui per iscriverti',1),(5106,'clickhere_configure','Click here and view how to Configure.','it_it','Clicca qui e vedi come configurare.',1),(5107,'please_wait','Please Wait…','it_it','Attendere prego…',1),(5108,'share__msg','Share file with','it_it','condividi file con',1),(5109,'dialog_camera','Camera','it_it','telecamera',1),(5110,'dialog_add_file_by','Take Photo from','it_it','Aggiungi file per',1),(5111,'add','Add','it_it','Inserisci',1),(5112,'mail_manager_configured','Mail Manager is not configured','it_it','Mail Manager non è configurato',1),(5113,'dialog_add_files_by','Add Files by','it_it','Aggiungi file per',1),(5114,'dialog_drive','Drive','it_it','Guidare',1),(5115,'dialog_drop_box','Drop Box','it_it','Drop Box',1),(5116,'dialog_need_signin','You need to Sign-in to your Drive account first.','it_it','Devi prima effettuare l\'accesso',1),(5117,'dialog_gallery','Gallery','it_it','Galleria',1),(5118,'delete','Delete','it_it','Elimina',1),(5119,'timeoutmessage','Oops! Request is taking more time than expected.','it_it','La richiesta richiede più tempo del previsto.',1),(5120,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','it_it','Il GPS non è abilitato. Si prega di accenderlo per ottenere il tuo vicino da posizioni.',1),(5121,'sure_want_delete','Are you sure want to delete ?','it_it','Sei sicuro di voler cancellare?',1),(5122,'select','Select','it_it','Selezionare',1),(5123,'msgforrecordaudio','Minimum record duration one second.','it_it','Durata minima del record un secondo.',1),(5124,'permission_storage','Permission denied to read your External storage','it_it','Autorizzazione negata per leggere la memoria esterna',1),(5125,'send_permission_msg','Send message permission denied','it_it','Permesso negato per invio messaggio',1),(5126,'choosefile','Choose File','it_it','Scegli il file',1),(5127,'enter','Enter','it_it','accedere',1),(5128,'select_an_option','Select an Option','it_it','Seleziona una opzione',1),(5129,'email_validation','Email is not valid','it_it','L\'email non è valida',1),(5130,'please_enter','Please Enter','it_it','Prego entra',1),(5131,'website_validation_text','Website URL is not valid','it_it','L\'URL del sito web non è valido',1),(5132,'selectvalue','Select value first','it_it','Seleziona prima il valore',1),(5133,'email','Email','it_it','E-mail',1),(5134,'enter_email_address','Enter email address','it_it','Inserisci l\'indirizzo email',1),(5135,'email_address_not_correct','Email address incorrect','it_it','Indirizzo email errato',1),(5136,'pls_enter_subject','Please Enter Subject','it_it','Per favore, inserisci l\'oggetto',1),(5137,'attachFiles','Attached File','it_it','File allegato',1),(5138,'from','From','it_it','A partire dal',1),(5139,'to','To','it_it','A',1),(5140,'call_permission_msg','Call permission denied','it_it','Permesso negato per la chiamata',1),(5141,'no_records','No records found','it_it','Nessun record trovato',1),(5142,'fullform','Create New','it_it','Modulo completo',1),(5143,'save','Save','it_it','Salvare',1),(5144,'total','Total','it_it','Totale',1),(5145,'discount','Discount','it_it','Sconto',1),(5146,'price','Price','it_it','Prezzo *',1),(5147,'quantity','Quantity','it_it','Quantità *',1),(5148,'select_module','Select Module','it_it','Seleziona il modulo',1),(5149,'item_list','Item List','it_it','Elenco degli elementi',1),(5150,'quickcreate','Quick Create','it_it','Creazione rapida',1),(5151,'overwrite_msg_part1','Overwrite the existing address with the selected','it_it','Sovrascrivi l\'indirizzo attuale con ',1),(5152,'once_in_every','Once in every','it_it','Una volta in ogni',1),(5153,'overwrite_msg_part2','address details?','it_it','l\'indirizzo selezionato?',1),(5154,'add_item','Add Item','it_it','Aggiungi elemento',1),(5155,'recordsave','Record saved successfully','it_it','Il Record è stato salvato con successo',1),(5156,'recordnotsave','Could not save record. Try again later','it_it','Record non salvato',1),(5157,'minutes','Minutes','it_it','Minuti',1),(5158,'hours','Hours','it_it','Hours',1),(5159,'days','Days','it_it','giorni',1),(5160,'on','On','it_it','Sopra',1),(5161,'day_of_the_month','day of the month','it_it','giorno del mese',1),(5162,'list_price','List Price','it_it','Listino prezzi *',1),(5163,'add_record','Add Record','it_it','Aggiungi record',1),(5164,'add_product','Add Product','it_it','Aggiungi prodotto',1),(5165,'add_service','Add Service','it_it','Aggiungi servizio',1),(5166,'discountin','Discount in %','it_it','Sconto in%',1),(5167,'unitprice','Unit price','it_it','Unit price',1),(5168,'netprice','Net price','it_it','Prezzo netto *',1),(5169,'comments','Comments','it_it','Commenti',1),(5170,'add_close','Add & Close','it_it','Aggiungi e Chiudi',1),(5171,'fetching_rout_message','Fetching route, Please wait…','it_it','Recupero del percorso, attendere prego …',1),(5172,'setting','Settings','it_it','impostazioni',1),(5173,'utc','UTC','it_it','UTC',1),(5174,'in','In','it_it','Nel',1),(5175,'days_ago','days ago','it_it','giorni fa',1),(5176,'mins_ago','Minutes ago','it_it','minuti fa',1),(5177,'justnow','Just now','it_it','Proprio adesso',1),(5178,'hours_ago','hours ago','it_it','ore fa',1),(5179,'in_1_day','In 1 day','it_it','In 1 giorno',1),(5180,'scanqrcode','Asset / Card scanner','it_it','Scanner Asset / Card',1),(5181,'call_log','Call Log','it_it','Registro chiamate',1),(5182,'voice_message','Hi','it_it','Ciao',1),(5183,'voice_message1','What can I search for you in','it_it','Cosa posso cercare per te',1),(5184,'live_tracking','Live Tracking','it_it','Monitoraggio dal vivo',1),(5185,'mailmanager','Mail Manager','it_it','Mail Manager',1),(5186,'my_location','My location','it_it','La mia posizione',1),(5187,'created_on','Created On','it_it','Creato',1),(5188,'modified_on','Modified On','it_it','Modificato',1),(5189,'enter_comments','Enter Comments','it_it','Inserisci commenti',1),(5190,'viewmore','View More','it_it','Visualizza altro',1),(5191,'viewless','View Less','it_it','Visualizza meno',1),(5192,'gotofullform','Go to Full Form','it_it','Vai a modulo completo',1),(5193,'post','Post','it_it','Inviare',1),(5194,'url','URL','it_it','URL',1),(5195,'dialog_title_text_back_color','Select a Text Background Color','it_it','Select a Text Background Color',1),(5196,'event_or_task','Add event/task','it_it','Aggiungi evento / attività',1),(5197,'shortcut','Shortcuts','it_it','Tasti di scelta rapida',1),(5198,'select_field','Select Field','it_it','Seleziona campo',1),(5199,'share','Share','it_it','Condividere',1),(5200,'title_insert_link','Insert Link','it_it','Insert Link',1),(5201,'addyourcommentshere','Add your comments here','it_it','Aggiungi i tuoi commenti qui',1),(5202,'nocomment','No Comments','it_it','Non ci sono commenti',1),(5203,'leads','Leads','it_it','Conduce',1),(5204,'true_val','true','it_it','vero',1),(5205,'noresult','No Result','it_it','No Result',1),(5206,'version','Version','it_it','Versione',1),(5207,'convert_lead','Convert Lead','it_it','Converti Lead',1),(5208,'app_name','CRMTiger','it_it','CRMTiger',1),(5209,'enter_url','Please Enter url','it_it','Si prega di inserire l\'url',1),(5210,'help','Help','it_it','Aiuto',1),(5211,'contact_us','Contact Us','it_it','Contattaci',1),(5212,'updates','Updates','it_it','Updates',1),(5213,'logout','LogOut','it_it','Disconnettersi',1),(5214,'busnies_cardscanner','Business Card Scanner','it_it','Scanner di BdV',1),(5215,'sure_want_logout','Are you sure want to logout ?','it_it','Sei sicuro di voler uscire?',1),(5216,'logout_message','Logout successfully','it_it','Logout successfully',1),(5217,'all','All','it_it','Tutti',1),(5218,'add_event','Add event','it_it','Aggiungi evento',1),(5219,'add_task','Add Task','it_it','Aggiungi attività',1),(5220,'next','Next','it_it','Prossimo',1),(5221,'terms_conditions','Terms and Conditions','it_it','Terms and Conditions',1),(5222,'login','Login','it_it','Accesso',2),(5223,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','it_it','Effettuando il login, accetti i nostri Termini e condizioni nonché la politica sulla riservatezza',2),(5224,'copyright','Copyright © 2019 CRMTiger Version','it_it','Copyright u00A9 2019 CRMTiger \n Version',2),(5225,'enter_username','Please enter username','it_it','Si prega di inserire il nome utente',2),(5226,'enter_password','Please enter password','it_it','Per favore, inserisci la password',2),(5227,'remanberme','Remember Me','it_it','Ricordati di me',2),(5228,'forgot_password','Forgot password?','it_it','Hai dimenticato la password?',2),(5229,'privacy_policay1','Privacy Policy','it_it','politica sulla riservatezza',2),(5230,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','it_it','Qualcosa è andato storto.per favore Clicca qui per contattare il supporto',2),(5231,'enter_username_password','Entered Username or Password is wrong','it_it','Il nome utente o la password inseriti sono errati',2),(5232,'server_issue_occured','Server issues occurred','it_it','Problema con il server',2),(5233,'password','Password','it_it','Password',3),(5234,'user_name','Username','it_it','Nome utente',3),(5235,'reset_pwd','Reset Password','it_it','Resetta la password',3),(5236,'forgot_password_title','Forgot password','it_it','Hai dimenticato la password',3),(5237,'enter_user_name','Enter user name','it_it','Inserire username',3),(5238,'cc','Cc','it_it','cc',4),(5239,'body','Body','it_it','Corpo',4),(5240,'bcc','BCC','it_it','CCN',4),(5241,'dialog_title_text_color','Select a Text Color','it_it','Seleziona il colore del testo',4),(5242,'date','Date','it_it','Data',4),(5243,'subject','Subject','it_it','Oggetto',4),(5244,'composeMail','Compose Mail','it_it','Scrivi una mail',4),(5245,'send','Send','it_it','Inviare',4),(5246,'select_message','Select message','it_it','Seleziona messaggio',4),(5247,'title_insert_table','Insert Table','it_it','Inserisci tabella',4),(5248,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','it_it','Accetto di condividere il log dell\'API al team tecnico per una ulteriore analisi e risoluzione dei problemi',5),(5249,'edit_record','Edit Records','it_it','Modifica record',5),(5250,'select_time','Select Time','it_it','Seleziona ora',5),(5251,'edit_item','Edit Item','it_it','Edit Item',5),(5252,'items_total','Items Total','it_it','Items Total',5),(5253,'number_less_then_31','Number should be less than 31','it_it','Number should be less than 31',5),(5254,'users','Users','it_it','utenti',5),(5255,'groups','Groups','it_it','gruppi',5),(5256,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','it_it','Nota: gli allegati esistenti (immagini / file) saranno sostituiti',5),(5257,'greaterdatetime','End DateTime should be greater than Start DateTime','it_it','End DateTime should be greater than Start DateTime',5),(5258,'until','Until','it_it','Fino a',5),(5259,'organizations','Organizations','it_it','organizzazioni',6),(5260,'contacts','Contacts','it_it','Contatti',6),(5261,'opportunity','Opportunity','it_it','Opportunità',6),(5262,'lbl_sun','SUN','it_it','DOM',7),(5263,'lbl_mon','MON','it_it','LUN',7),(5264,'lbl_tue','TUE','it_it','MAR',7),(5265,'lbl_wed','WED','it_it','MER',7),(5266,'lbl_thu','THU','it_it','GIO',7),(5267,'lbl_fri','FRI','it_it','VEN',7),(5268,'lbl_sat','SAT','it_it','SAB',7),(5269,'lbl_1','1','it_it','1',7),(5270,'lbl_2','2','it_it','2',7),(5271,'lbl_3','3','it_it','3',7),(5272,'lbl_4','4','it_it','4',7),(5273,'lbl_5','5','it_it','5',7),(5274,'lbl_6','6','it_it','6',7),(5275,'lbl_7','7','it_it','7',7),(5276,'lbl_8','8','it_it','8',7),(5277,'lbl_9','9','it_it','9',7),(5278,'lbl_10','10','it_it','10',7),(5279,'lbl_11','11','it_it','11',7),(5280,'lbl_12','12','it_it','12',7),(5281,'lbl_13','13','it_it','13',7),(5282,'lbl_14','14','it_it','14',7),(5283,'lbl_15','15','it_it','15',7),(5284,'lbl_16','16','it_it','16',7),(5285,'lbl_17','17','it_it','17',7),(5286,'lbl_18','18','it_it','18',7),(5287,'lbl_19','19','it_it','19',7),(5288,'lbl_20','20','it_it','20',7),(5289,'lbl_21','21','it_it','21',7),(5290,'lbl_22','22','it_it','22',7),(5291,'lbl_23','23','it_it','23',7),(5292,'lbl_24','24','it_it','24',7),(5293,'lbl_25','25','it_it','25',7),(5294,'lbl_26','26','it_it','26',7),(5295,'lbl_27','27','it_it','27',7),(5296,'lbl_28','28','it_it','28',7),(5297,'lbl_29','29','it_it','29',7),(5298,'lbl_30','30','it_it','30',7),(5299,'lbl_31','31','it_it','31',7),(5300,'lbl_32','32','it_it','32',7),(5301,'lbl_33','33','it_it','33',7),(5302,'lbl_34','34','it_it','34',7),(5303,'lbl_35','35','it_it','35',7),(5304,'lbl_36','36','it_it','36',7),(5305,'lbl_37','37','it_it','37',7),(5306,'lbl_38','38','it_it','38',7),(5307,'lbl_39','39','it_it','39',7),(5308,'lbl_40','40','it_it','40',7),(5309,'lbl_41','41','it_it','41',7),(5310,'lbl_42','42','it_it','42',7),(5311,'current_date','current date','it_it','data odierna',7),(5312,'event','Events','it_it','eventi',7),(5313,'calendar','Calendar','it_it','Calendario',7),(5314,'latest_version','Latest Version :','it_it','Ultima versione :',8),(5315,'expire_on','Expire On :','it_it','Scadenza:',8),(5316,'ctmobile_ext_version','CTMobile Ext. Version :','it_it','CTMobile Ext. Versione:',8),(5317,'you_have_latest_version','You already have latest version','it_it','Hai aggiornato la versione',8),(5318,'upgreaded','Upgrade','it_it','aggiornamento',8),(5319,'downgrade','Downgrade','it_it','retrocedere',8),(5320,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','it_it','Puoi impostare da qui quanti numeri di record vuoi mostrare sulla schermata Home per Eventi recenti.',8),(5321,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','it_it','Puoi inviare il tuo feedback con la descrizione, il nostro team controllerà il tuo feedback e ti risponderà.',8),(5322,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','it_it','La funzionalità di registro viene utilizzata per l\'assistenza / aiuto clienti, se si riscontrano problemi nell\'app o in qualsiasi modulo o se la funzionalità non funziona correttamente, è possibile abilitare il registro di condivisione con il nostro team di sviluppo.',8),(5323,'info','Info','it_it','Informazioni',8),(5324,'recent_history','Recent History','it_it','Storia recente',8),(5325,'recent_feedback','Feedback','it_it','Risposta',8),(5326,'recent_log','Log','it_it','Log',8),(5327,'crmtiger_app_version','CRMTiger App Version :','it_it','Versione dell\'app CRMTiger:',8),(5328,'historylimit','Recent History Limit','it_it','Limite della cronologia recente',8),(5329,'radious_in_miles','Radius in miles','it_it','Raggio in miglia',8),(5330,'recentlimit','Recent Event Limit','it_it','Limite eventi recenti',8),(5331,'upcoming_events','Upcoming Events','it_it','Prossimi eventi',8),(5332,'rate_our_app','Rate Our App!','it_it','Vota la nostra app!',8),(5333,'feedback','Submit Feedback','it_it','Invia feedback',8),(5334,'sendfeedback','Feedback Send','it_it','Feedback Send',8),(5335,'emaillimit','Email limit','it_it','Limite email',8),(5336,'log','Log','it_it','Log',8),(5337,'logclear','Log cleared successfully.','it_it','Cancellazione eseguita',8),(5338,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','it_it','È possibile impostare da qui quanti numeri di record si desidera mostrare nella schermata Home per la cronologia recente.',8),(5339,'proceed_to_upgrade1','Proceed to','it_it','Procedi a',8),(5340,'upgradation_message','will required logout and login again later.','it_it','Sarà richiesto un logout e un login in seguito.',8),(5341,'proceed_to_upgrade','Proceed to Upgrade','it_it','Procedi con l\'upgrade',8),(5342,'module_setting','Module Setting','it_it','Impostazione del modulo',9),(5343,'sortbyfield','Sort by field','it_it','Ordina per campo',9),(5344,'ascending','Ascending  A to Z','it_it','Ascendente dalla A alla Z.',9),(5345,'descending','Descending  Z to A','it_it','Decrescente dalla Z alla A',9),(5346,'first_field','First Field','it_it','Primo campo',9),(5347,'second_field','Second Field','it_it','Secondo campo',9),(5348,'third_field','Third Field','it_it','Terzo campo',9),(5349,'sure_want_restore','Are you sure you want to reset to default settings?','it_it','Sei sicuro di voler ripristinare il valore predefinito',9),(5350,'orderlist','List Order','it_it','Ordine di lista',9),(5351,'module_reset','Restore to Default','it_it','Ripristina al valore predefinito',9),(5352,'display_fields','Display Fields','it_it','Visualizza campi',9),(5353,'discount_lessthen_100','Discount % should be less than 100','it_it','La percentuale di sconto deve essere inferiore a 100',10),(5354,'select_item','Select Item','it_it','Scegliere elemento',10),(5355,'item_comment','Item Comment','it_it','Commento elemento',10),(5356,'record_name','Record Name is :','it_it','Il nome del record è: -',11),(5357,'go_back','Go Back','it_it','Go Back',11),(5358,'please_enter_shortcut_name','Please Enter Shortcut Name','it_it','Si prega di inserire il nome del collegamento',11),(5359,'number_not_found','Contact Number not found','it_it','Numero di contatto non trovato',11),(5360,'mail_not_found','Mail Address not found','it_it','Indirizzo di posta non trovato',11),(5361,'create_shortcut','Create Shortcut','it_it','Creare una scorciatoia',11),(5362,'contact_summary','Summary','it_it','Summary',11),(5363,'activites','Activities','it_it','attività',11),(5364,'details','Details','it_it','Details',11),(5365,'related','Related','it_it','Related',11),(5366,'share_link','Share record with','it_it','Condividi record con',11),(5367,'edit','Edit','it_it','Modifica',11),(5368,'duplicate','Duplicate','it_it','Duplica',11),(5369,'whatsapp','Whatsapp','it_it','Whatsapp',11),(5370,'call','Call','it_it','Chiama',11),(5371,'choose_contact_for_call','Choose Contact for Call','it_it','Scegli contatto per Chiamata',11),(5372,'choose_contact_for_sms','Choose Contact for SMS','it_it','Scegli contatto per SMS',11),(5373,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','it_it','Scegli contatto per WhatsApp',11),(5374,'chosse_contact_for_email','Choose Email','it_it','Scegli Email',11),(5375,'attach_file','Attach Files','it_it','Allega File',11),(5376,'close','Close','it_it','Chiudi',11),(5377,'status','Status','it_it','Stato',11),(5378,'stop','Stop','it_it','Blocca',11),(5379,'zero','0','it_it','0',11),(5380,'record','Record','it_it','Registra',11),(5381,'voice_note','Voice Note','it_it','Nota vocale',11),(5382,'tickets','Tickets','it_it','Biglietti',12),(5383,'check_out','Check Out','it_it','Registra Uscita',12),(5384,'check_in','Check In','it_it','Registra Entrata',12),(5385,'select_any','Select any','it_it','Select any',12),(5386,'fulldetails','Show Full Details','it_it','Mostra tutti i dettagli',12),(5387,'checkin','Check-in','it_it','Registrare',12),(5388,'navigate','Navigate','it_it','Navigare',12),(5389,'product','Products','it_it','Prodotti',12),(5390,'projectMilestone','Project Milestone','it_it','Milestone',12),(5391,'projecttask','Project Tasks','it_it','Task',12),(5392,'nearby','NearBy','it_it','Nelle vicinanze',13),(5393,'document','Document','it_it','Documento',14),(5394,'reply','Reply','it_it','rispondere',14),(5395,'reply_all','Reply All','it_it','Rispondi a tutti',14),(5396,'forward','Forward','it_it','Inoltrare',14),(5397,'action','Action','it_it','Azione',14),(5398,'select_first','Select First','it_it','Seleziona Prima',14),(5399,'commentaddsuccessful','Comment added successfull','it_it','Commento aggiungere con successo',14),(5400,'move_to','Move to','it_it','Sposta a',14),(5401,'attach','Attach','it_it','allegare',14),(5402,'addcoment','Add Comment','it_it','Aggiungi un commento',14),(5403,'adddocument','Add Document','it_it','Aggiungi documento',14),(5404,'home','Home','it_it','Casa',15),(5405,'checkout','Check-out','it_it','Registra Uscita',15),(5406,'message_search','Search by name','it_it','Ricerca per nome',15),(5407,'start_shift','Start shift','it_it','Inizia il turno',15),(5408,'end_shift','End shift','it_it','Fine turno',15),(5409,'today_meeting','Meetings','it_it','incontri',15),(5410,'shift_time_track','Shift Time Track','it_it','Traccia dei turni',15),(5411,'logout_msg','You have to login again , click','it_it','Devi fare nuovamente login, clicca',15),(5412,'logout_msg1','to continue.','it_it','per continuare',15),(5413,'permission_denied','You don\'t have permission to create','it_it','Non hai il permesso di creare',15),(5414,'history','Activity stream','it_it','Flusso di attività',15),(5415,'search_value','Search value :','it_it','Cerca il valore :',15),(5416,'feed_back_msg','Please enter feedback message','it_it','Si prega di inserire un messaggio di feedback',16),(5417,'feed_back_hint_msg','Enter feedback message','it_it','Inserisci un messaggio di feedback',16),(5418,'submit','Submit','it_it','Sottoscrivi',16),(5419,'check_app_not_installed','Application is not currently installed.','it_it','L\'applicazione non è attualmente installata.',17),(5420,'send_sms_fail_message','SMS failed, please try again later!','it_it','SMS fallito, per favore riprova più tardi!',17),(5421,'documentaddsuccessfully','Document Attach successfully','it_it','Documento Allega con successo',17),(5422,'send_message','Send message','it_it','Invia messaggio',17),(5423,'sms_to','smsto:','it_it','smsto:',17),(5424,'add_list_message','Add List','it_it','Aggiungi lista',18),(5425,'mylist','My List','it_it','La mia lista',18),(5426,'filtername','Filter Name','it_it','Nome filtro',18),(5427,'selectlist','Select a List','it_it','Seleziona un elenco *',18),(5428,'assingedto','Assigned To','it_it','Assegnato a *',18),(5429,'selectmodule','Select a module','it_it','Seleziona un modulo',18),(5430,'add_list','Add Filter','it_it','Aggiungi filtro',18),(5431,'recent_event','Recent Event','it_it','Evento recente',19),(5432,'recent_hostory','Recent History','it_it','Storia recente',19),(5433,'module_specific_settings','Module-Specific Settings','it_it','Impostazioni specifiche del modulo',19),(5434,'talk_to_us','Talk to us','it_it','Parla con noi',19),(5435,'report_a_bug','Report A Bug','it_it','Segnalare un bug',19),(5436,'faq','FAQ','it_it','FAQ',19),(5437,'selectmodules','Select Module','it_it','Seleziona il modulo',19),(5438,'myplan','My Plan','it_it','Il mio piano',19),(5439,'message','Message','it_it','Messaggio',20),(5440,'message_validation','Please enter Message','it_it','Si prega di inserire il messaggio',20),(5441,'contact_select','Please Select contact','it_it','Si prega di selezionare un contatto',20),(5442,'global_search','Global Search','it_it','Ricerca globale',21),(5443,'records','Records','it_it','Registrazioni',21),(5444,'dont_show_again','Don\'t Show Again','it_it','Non mostrare di nuovo',22),(5445,'skip','Skip','it_it','Salta',22),(5446,'file_downloading','File Downloading','it_it','Download di file',23),(5447,'add_screenshots_optional','Add screenshots (optional)','it_it','Aggiungi screenshot (opzionale)',24),(5448,'describe_your_problem','Describe your problem','it_it','Descrivi il tuo problema',24),(5449,'default_filter_shortcut','Default Filter Shortcut','it_it','Scorciatoia per filtro di default',25),(5450,'record_shortcut','Record Shortcut','it_it','Scorciatoia per registrazione',25),(5451,'enter_url','Please Enter url','it_it','Per favore inserisci url',26),(5452,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','it_it','Devi aggiornare l\'app per continuare Per favore aggiorna per continuare Le vecchie versioni non funzioneranno più da oggi',26),(5453,'search_by','Search by','it_it','Cercato da',27),(5454,'selected_filter','Selected filter :','it_it','Filtro selezionato: -',27),(5455,'selected_field','Selected field :','it_it','Campo selezionato: -',27),(5456,'choose','Choose','it_it','Scegli',28),(5457,'qr_cardscanner','QR Code Scanner','it_it','Scanner di QR Code',28),(5458,'error_message_for_scan','Could not read the card Try again later.','it_it','Impossibile leggere il biglietto Prova più tardi.',28),(5459,'press_start_scan','Press to Start Scan','it_it','Premi per avviare la scansione',28),(5460,'line_item_quntity_validation_msg','Value should be greater than zero','it_it','Il valore deve essere maggiore di zero',29),(5461,'percentage_msg','Percentage should be less than 100','it_it','La percentuale deve essere inferiore a 100',29),(5462,'MSG_NO_DATA','No data found!','it_it','Nessun dato trovato!',29),(5463,'MSG_SOMETHING_WRONG','Something went wrong!','it_it','Qualcosa è andato storto!',29),(5464,'MSG_COMING_SOON','Coming Soon!','it_it','Coming Soon!',29),(5465,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','it_it','Per favore carica la foto profilo.',29),(5466,'ALERT_TITLE_LOCATION_ACCESS','Location Access','it_it','Accesso alla posizione',29),(5467,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','it_it','La tua posizione è richiesta per mostrare eventi nelle vicinanze.',29),(5468,'ALERT_BTN_ALLOW','ALLOW','it_it','PERMETTI',29),(5469,'ALERT_BTN_DENY','DENY','it_it','NEGA',29),(5470,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','it_it','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(5471,'DELETE_RECORD','Delete Record','it_it','Cancella Record',29),(5472,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','it_it','Sei sicuro di voler cancellare questa scorciatoia?',29),(5473,'DELETE_SHORTCUT','Delete Shortcut','it_it','Cancella Scorciatoia',29),(5474,'LBL_TERMS','By logging in, you agree to our Terms and','it_it','per continuare devi accettare i nostri Termini',29),(5475,'LBL_CONDITIONS','Conditions &','it_it','Condizioni &',29),(5476,'ALERT_TITLE','Alert','it_it','Attenzione',29),(5477,'ALERT_BTN_SUBSCRIBE','Subscribe','it_it','Sottoscrivi',29),(5478,'MSG_SELECT_MODULE','Please select any Module','it_it','Prego seleziona un modulo',29),(5479,'MSG_SELECT_LIST','Please select any List','it_it','Prego seleziona una lista',29),(5480,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','it_it','Non hai una Webcam',29),(5481,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','it_it','Non hai il permesso di accedere alla galleria.',29),(5482,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','it_it','Non hai il permesso di accedere alla fotocamera. Vai a Impostazioni -> Scorri in fondo e seleziona CRMTiger App -> Attiva fotocamera',29),(5483,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','it_it','Non hai il permesso di accedere al riconoscimento vocale. Vai a Impostazioni -> Scorri in fondo e seleziona CRMTiger App -> Attiva riconoscimento vocale',29),(5484,'BTN_DONE','Done','it_it','Commento',29),(5485,'COMMENT','Comment','it_it','Comment',29),(5486,'FULL_FORM','Full Form','it_it','Form completo',29),(5487,'QUICK_CREATE','Create','it_it','Crea',29),(5488,'LBL_SELECT_FIELDS','Select Fields','it_it','Seleziona Campi',29),(5489,'LBL_SELECT_FIELDS','Select Fields','it_it','Seleziona Campi',29),(5490,'LBL_SELECT_FIRST_FIELDS','Select First Field','it_it','Selezione Primo Campo',29),(5491,'LBL_SELECT_SECOND_FIELDS','Select Second Field','it_it','Selezione Secondo Campo',29),(5492,'LBL_SELECT_THIRD_FIELDS','Select Third Field','it_it','Selezione Terzo Campo',29),(5493,'LBL_SORT_BY_FIELD','Select Sort By Field','it_it','Selezione Campo Visualizza per',29),(5494,'BTN_RESET_TO_DEFAULT','Reset to Default','it_it','Reimposta a valori di default',29),(5495,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','it_it','Selezione Campo Visualizza per',29),(5496,'kStrClearBtnTitle','Clear','it_it','Svuota',29),(5497,'kStrShowMoreBtnTitle','Show More','it_it','Mostra di più',29),(5498,'kStrAddActivitiesBtnTitle','Add Activities','it_it','Aggiungi Attività',29),(5499,'kStrAddCommentPlaceHolder','Add your comments here','it_it','Aggiungi qui i tuoi commenti',29),(5500,'MSG_ENTER_TO_EMAIL','Please enter to field.','it_it','Per favore inserisci nel campo.',29),(5501,'WARNING_FILE','File can\'t open.','it_it','Il file non si apre',29),(5502,'MSG_FILE_SAVED','File saved.','it_it','File salvato',29),(5503,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','it_it','Download fallito! Per favore riprova più tardi.',29),(5504,'LBL_SHORTCUT','Shortcut','it_it','Scorciatoia',29),(5505,'TXT_MESSAGE_PLACEHOLDER','Type Message','it_it','Scrivi Messaggio',29),(5506,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','it_it','Installa Whatsapp',29),(5507,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','it_it','Nessuna casella email trovata. Per favore Crea Casella',29),(5508,'LBL_WROTE','Wrote','it_it','Scritto',29),(5509,'MSG_MAIL_SEND','Mail sent','it_it','Mail inviata',29),(5510,'log_file_not_found','API Log file not found.','it_it','File log API non trovato.',29),(5511,'unknown_error','An unknown error occurred, try again','it_it','Errore sconosciuto, riprova',29),(5512,'CTMTigerAppVersion','CRMTiger App Version','it_it','Versione App CRMTiger',29),(5513,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','it_it','Estensione CTMobile aggiornata con successo',29),(5514,'dialog_Premium_downgrade','Downgrade will required logout and login again later','it_it','Il downgrade richiederà un logout e successivo login',29),(5515,'dialog_Premium','Upgrade will required logout and login again later','it_it','L\'upgrade richiederà un logout e successivo login',29),(5516,'Overwrite','Overwrite','it_it','Sovrascrivi',29),(5517,'MSGAddressOverwrite1','Overwrite the existing address with the selected','it_it','Sovrascrivi l\'indirizzo attuale con',29),(5518,'MSGAddressOverwrite2','address details?','it_it','i dati selezionati?',29),(5519,'UPGRADE_PLAN','Upgrade Plan','it_it','Upgrade del Piano',29),(5520,'DOWNGRADE_PLAN','Downgrade Plan','it_it','Downgrade del Piano',29),(5521,'UPGRADE_EXTENSION','Upgrade Extension','it_it','Upgrade dell\'estensione',29),(5522,'UPGRADE_APP','Upgrade App','it_it','Upgrade dell\'app',29),(5523,'SELECT_OPTION','Select Option','it_it','Seleziona Opzione',29),(5524,'PLEASE_SELECT','Please select','it_it','Per favore seleziona',29),(5525,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','it_it','Non hai i permessi per questo modulo.',29),(5526,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','it_it','Prego seleziona il giorno del mese periodico',29),(5527,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','it_it','Prego seleziona il giorno della settimana periodico',29),(5528,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','it_it','Prego seleziona i giorni periodici',29),(5529,'Please select reccuring days.','Please select reccuring days.','it_it','Prego seleziona i giorni periodici',29),(5530,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','it_it','Prego seleziona la data di fine periodica',29),(5531,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','it_it','Prego seleziona il tipo di periodicità',29),(5532,'FREQ_TIME','Times','it_it','Volte',29),(5533,'REPEAT_YEARLY','Repeat Yearly','it_it','Ripeti annualmente',29),(5534,'REPEAT_MONTHLY','Repeat Monthly','it_it','Ripeti mensilmente',29),(5535,'REPEAT_WEEKLY','Repeat Weekly','it_it','Ripeti settimanalmente',29),(5536,'REPEAT_DAILY','Repeat Daily','it_it','Ripeti giornalmente',29),(5537,'ACTION_TITLE','Action Title','it_it','Titolo dell\'azione',29),(5538,'MSG_SELECT_VALID_DATE','Please select valid day of month.','it_it','Prego seleziona un giorno del mese valido.',29),(5539,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','it_it','La data di inizio deve essere precedente alla data di fine.',29),(5540,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','it_it','L\'ora di inizio deve essere precedente all\'ora di fine.',29),(5541,'LBL_LINEITEM_DETAILS','Lineitem Details','it_it','Dettagli elemento',29),(5542,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','it_it','L\'importo dello sconto deve essere inferiore al totale.',29),(5543,'VIEW','View','it_it','Vista',29),(5544,'MSG_ENTER_VALID','Please enter valid','it_it','Prego inserisci un valore valido',29),(5545,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','it_it','La percentuale deve essere inferiore a 100.',29),(5546,'ITEM_TOTAL','Item Total','it_it','Totale elemento',29),(5547,'ADJUSTMENT','Adjustment','it_it','Regolazione',29),(5548,'TITLE_CHOOSE_IMAGE','Choose Image','it_it','Scegli immagine',29),(5549,'COMPRESS','Compress','it_it','Comprimi',29),(5550,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','it_it','La tua immagine è troppo grande, selezionane un\'altra',29),(5551,'OnDayOfMonth','On day of month','it_it','Il giorno del mese',29),(5552,'OnDayOfWeek','On day of week','it_it','Il giorno della settimana',29),(5553,'AddAndClose','Add & Close','it_it','Aggiungi & Chiudi',29),(5554,'Repeat','Repeat','it_it','Ripeti',29),(5555,'OnDay','On day','it_it','Il giorno',29),(5556,'View_Line_Item','View Line Item','it_it','Vedi elemento',29),(5557,'TITLE_IMAGE','Image','it_it','Immagine',29),(5558,'TITLE_ICLOUD','iCloud','it_it','iCloud',29),(5559,'GOOGLE','Google','it_it','Google',29),(5560,'ALERT_BTN_OKAY','Okay','it_it','Okay',29),(5561,'ALERT_TITLE_ACCESS_DENIED','Access Denied','it_it','Accesso negato',29),(5562,'Dont_Show_Again','Don\'t show again','it_it','Non mostrare di nuovo',29),(5563,'Skip','Skip','it_it','Salta',29),(5564,'Fillter_Name','Fillter Name','it_it','Nome filtro',29),(5565,'Fillter_Record_Count','Fillter Record Count','it_it','Conteggio record filtro',29),(5566,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','it_it','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(5567,'vtiger_url','Your vTiger CRM URL','it_it','Your vTiger CRM URL',26),(5568,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','it_it','You don\'t have permission to Add either This is read-only or Private Field.',31),(5569,'CLEAR','Clear','it_it','Svuota',31),(5570,'Files/photos uploaded successfully','Files/photos uploaded successfully','it_it','File/foto caricati correttamente',32),(5571,'Digital signature saved','Digital signature saved','it_it','Firma digitale salvata',32),(5572,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','it_it','Prego carica Firma e File/foto',32),(5573,'Files / Photos','Files / Photos','it_it','File / Foto',32),(5574,'Signature','Signature','it_it','Firma',32),(5575,'add_photo_using','Add Photo Using','it_it','Aggiungi foto usando',31),(5576,'btn_upload_sign','(+) Add Signature','it_it','(+) Aggiungi Firma',31),(5577,'btn_upload_photo_doc','(+) Upload Files/Photos','it_it','(+) Carica File / Foto',31),(5578,'select_photo_doc_to_upload','Please select files/photos to upload','it_it','Prego seleziona i file/foto da caricare',31),(5579,'related_module_title','Search from related module and Add to \"Route\"','it_it','Cerca da modulo collegato e Aggiungi a \"Itinerario\"',30),(5580,'Route status updated successfully','Route status updated successfully','it_it','Stato dell\'itinerario aggiornato correttamente',32),(5581,'Session init failed','Session init failed','it_it','Inizializzazione della sessione fallita',32),(5582,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','it_it','Non hai il permesso di accedere a questa risorsa',32),(5583,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','it_it','Non è stato possibile ottenere il Collegato a - Riprova più tardi',32),(5584,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','it_it','Non è stato possibile ottenere il record della Pianificazione Itinerario - Riprova più tardi',32),(5585,'Something went wrong - Try again later','Something went wrong - Try again later','it_it','Qualcosa è andato storto - Riprova più tardi',32),(5586,'sequence updated successfully','sequence updated successfully','it_it','sequenza aggiornata correttamente',32),(5587,'sequence cannot be empty','sequence cannot be empty','it_it','la sequenza non può essere vuota',32),(5588,'Shortcut details not saved','Shortcut details not saved','it_it','Dettagli della scorciatoia non salvati',32),(5589,'Shortcut details saved successfully','Shortcut details saved successfully','it_it','Dettagli della scorciatoia salvati correttamente',32),(5590,'Route save successfully','Route save successfully','it_it','Itinerario salvato correttamente',32),(5591,'Record save successfully','Record save successfully','it_it','Record salvato correttamente',32),(5592,'No dependency found for picklist','No dependency found for picklist','it_it','Dipendenza non trovata per la picklist',32),(5593,'No records found','No records found','it_it','Nessun record trovato',32),(5594,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','it_it','Server di uscita non abilitato, per favore configuralo nel CRM',32),(5595,'Removed Successfully','Removed Successfully','it_it','Eliminato correttamente',32),(5596,'Shortcut has been deleted','Shortcut has been deleted','it_it','La scorciatoia è stata eliminata',32),(5597,'relation of records removed successfully','relation of records removed successfully','it_it','relazioni dei record eliminate correttamente',32),(5598,'relation of records not removed','relation of records not removed','it_it','relazioni dei record non eliminate',32),(5599,'Record has been deleted successfully','Record has been deleted successfully','it_it','Il record è stato eliminato correttamente',32),(5600,'Time Tracking saved successfully','Time Tracking saved successfully','it_it','Tracciamento Orario salvato correttamente',32),(5601,'Time Tracking updated successfully','Time Tracking updated successfully','it_it','Tracciamento Orario aggiornato correttamente',32),(5602,'Time Tracking ended successfully','Time Tracking ended successfully','it_it','Tracciamento Orario concluso correttamente',32),(5603,'Time Tracking started successfully','Time Tracking started successfully','it_it','Tracciamento Orario avviato correttamente',32),(5604,'record cannot be empty','record cannot be empty','it_it','il record non può essere vuoto',32),(5605,'Module is disabled','Module is disabled','it_it','Modulo disabilitato',32),(5606,'Shift ended successfully','Shift ended successfully','it_it','Turno concluso correttamente',32),(5607,'Shift started successfully','Shift started successfully','it_it','Turno avviato correttamente',32),(5608,'relation of records added successfully','relation of records added successfully','it_it','relazione tra record aggiunta correttamente',32),(5609,'Comment saved successfully','Comment saved successfully','it_it','Commento salvato correttamente',32),(5610,'Comment not saved','Comment not saved','it_it','Commento non salvato',32),(5611,'Comment module is not active','Comment module is not active','it_it','Modulo commento non attivo',32),(5612,'No Upcoming Event','No Upcoming Event','it_it','Nessun evento in programma',32),(5613,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','it_it','Nessun modello trovato - crealo nel modulo Modelli Messaggio',32),(5614,'No event or task for this date','No event or task for this date','it_it','Nessun evento o compito in questa data',32),(5615,'No filters created','No filters created','it_it','Nessun filtro creato',32),(5616,'Select at least one record to attach','Select at least one record to attach','it_it','Selezione almeno un record da allegare',32),(5617,'Please select one or more attachments','Please select one or more attachments','it_it','Per favore seleziona uno o più allegati',32),(5618,'No event for this month','No event for this month','it_it','Nessun evento in questo mese',32),(5619,'No Activity found','No Activity found','it_it','Nessuna Attività trovata',32),(5620,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','it_it','Il tuo feedback è importante - non può essere vuoto',32),(5621,'Could not send mail, Please try later','Could not send mail, Please try later','it_it','Mail non inviata, per favore prova più tardi',32),(5622,'Latest Version updated successfully','Latest Version updated successfully','it_it','Versione più recente aggiornata correttamente',32),(5623,'User Location Updated Successfully','User Location Updated Successfully','it_it','Posizione utente aggiornata correttamente',32),(5624,'User Location not Updated Successfully','User Location not Updated Successfully','it_it','Posizione utente non aggiornata correttamente',32),(5625,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','it_it','SMSNotifier non è abilitato nel CRM. Per favore abilitalo prima',32),(5626,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','it_it','Non è stato possibile inviare il tuo feedback - Per favore riprova più tardi',32),(5627,'Thank you for submitting your feedback','Thank you for submitting your feedback','it_it','Grazie per aver inviato il tuo feedback',32),(5628,'Please upload User Image','Please upload User Image','it_it','Per favore carica la foto Utente',32),(5629,'Image Not Uploading, please try again','Image Not Uploading, please try again','it_it','Foto non caricata, per favore riprova',32),(5630,'User Image Uploaded Successfully','User Image Uploaded Successfully','it_it','Immagine utente caricata con successo',32),(5631,'Invalid Module name','Invalid Module name','it_it','Nome modulo non valido',32),(5632,'Records Sync Successfully','Records Sync Successfully','it_it','Record sincronizzati con successo',32),(5633,'Values cannot be empty','Values cannot be empty','it_it','I valori non possono essere vuoti',32),(5634,'Record id is empty','Record id is empty','it_it','L\'ID del record è vuoto',32),(5635,'Logout Successfully','Logout Successfully','it_it','Logout eseguito con successo',32),(5636,'Please Enable CTMobile Module','Please Enable CTMobile Module','it_it','Abilita il modulo CTMobile',32),(5637,'Authentication Failed','Username and Password do not match','it_it','Nome utente e password non corrispondono',32),(5638,'Mismatched module information','Something gone wrong, please try again later','it_it','Qualcosa è andato storto, riprova più tardi',32),(5639,'Field does not exists','Please set display fields again','it_it','Si prega di impostare nuovamente i campi visualizzati',32),(5640,'Module does not exists','Module does not exists or disabled by admin','it_it','Il modulo non esiste o è disabilitato dall\'amministratore',32),(5641,'Month cannot be empty','Could not get the Month - Try again later','it_it','Impossibile ottenere il mese. Riprova più tardi',32),(5642,'Year cannot be empty','Could not get the Year - Try again later','it_it','Impossibile ottenere l\'anno. Riprova più tardi',32),(5643,'Date cannot be empty','Could not get the Date - Try again later','it_it','Impossibile ottenere la data. Riprova più tardi',32),(5644,'Userid cannot be empty','Could not get the Userid - Try again later','it_it','Impossibile ottenere l\'ID utente - Riprova più tardi',32),(5645,'End Date cannot be empty','Could not get the status - Try again later','it_it','Impossibile ottenere lo stato - Riprova più tardi',32),(5646,'Start Date cannot be empty','Could not get the Start Date - Try again later','it_it','Impossibile ottenere la data di inizio. Riprova più tardi',32),(5647,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','it_it','Non hai configurato l\'SMS Notifier nel CRM. Configura l\'SMS Notifier nel tuo CRM per utilizzare questa funzione',32),(5648,'Longitude cannot be empty','Could not get location-Please try again','it_it','Impossibile ottenere la posizione. Riprova',32),(5649,'Latitude cannot be empty','Could not get location-Please try again','it_it','Impossibile ottenere la posizione. Riprova',32),(5650,'User cannot be empty','Could not get the User - Try again later','it_it','Impossibile ottenere l\'utente - Riprova più tardi',32),(5651,'Status cannot be empty','Could not get the status - Try again later','it_it','Impossibile ottenere lo stato - Riprova più tardi',32),(5652,'Required fields not found','Required fields not found','it_it','Campi obbligatori non trovati',32),(5653,'Tracking module not active','Tracking module not active-Please contact CRM Admin','it_it','Modulo di monitoraggio non attivo - Contatta l\'admin del CRM',32),(5654,'Missing mandatory input values','Missing mandatory input values','it_it','Valori di input obbligatori mancanti',32),(5655,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','it_it','Nessuna Mailbox trovata. Crea una Mailbox',32),(5656,'Mail not sent','Mail not sent','it_it','Mail non inviata',32),(5657,'Mail send successfully','Mail send successfully','it_it','Mail inviata con successo',32),(5658,'Email Id or username not match with your record','Email Id or username not match with your record','it_it','L\'ID e-mail o il nome utente non corrispondono al tuo record',32),(5659,'Module not specified','Module not specified','it_it','Modulo non specificato',32),(5660,'No messages found','No messages found','it_it','Nessun messaggio trovato',32),(5661,'No Dependency Found For This Module','No Dependency Found For This Module','it_it','Nessuna dipendenza trovata per questo modulo',32),(5662,'Outgoing server is not Enabled','Outgoing server is not Enabled','it_it','Il server in uscita non è abilitato',32),(5663,'Outgoing server is Enabled','Outgoing server is Enabled','it_it','Il server in uscita è abilitato',32),(5664,'Email Attached Successfully','Email Attached Successfully','it_it','Email allegata con successo',32),(5665,'Documents Attached Successfully','Documents Attached Successfully','it_it','Documenti allegati correttamente',32),(5666,'Login required - Please login again','Login required - Please login again','it_it','Login richiesto - Effettua nuovamente il login',32),(5667,'time_tracking_module_disable','Time tracking module is disable','it_it','Il modulo di monitoraggio del tempo è disabilitato',31),(5668,'route_planning_module_disable','Route planning module is disable','it_it','Il modulo di pianificazione del percorso è disabilitato',31),(5669,'mark_as_held','Are you sure you want to mark Event as Held?','it_it','Sei sicuro di voler contrassegnare l\'evento come Tenuto?',31),(5670,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','it_it','Hai già avviato il monitoraggio del tempo per un altro record. Vuoi interromperlo prima?',31),(5671,'access_denied_routeplanning','Access denied for route planning','it_it','Accesso negato per la pianificazione del percorso',31),(5672,'time_spent','Time Spent','it_it','Tempo impiegato',31),(5673,'select_user','Select User','it_it','Seleziona Utente',30),(5674,'status_cannot_be_held','Status cannot be held for future date start','it_it','Lo stato non può essere mantenuto per l\'inizio della data futura',30),(5675,'please_select_end_date','Please select end date','it_it','Seleziona la data di fine',30),(5676,'please_select_start_date','Please select start date','it_it','Seleziona la data di inizio',30),(5677,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','it_it','Toccare l\'icona + per selezionare il record per il percorso.',30),(5678,'please_enter_notes','Please enter notes','it_it','Si prega di inserire note',30),(5679,'please_enter_title','Please enter title','it_it','Si prega di inserire il titolo',30),(5680,'please_select_date','Please Select Date','it_it','Seleziona la data',30),(5681,'search_by_date','Search by Date','it_it','Cerca per data',30),(5682,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','it_it','Scorciatoia Opps non ancora configurata !!! Aggiungere un collegamento facendo clic su [icona] dai risultati di ricerca dei record o visualizzare la schermata di registrazione.',30),(5683,'max_upload_size','max file Upload exceeds','it_it','il caricamento massimo del file supera',30),(5684,'unselect_all','UnSelect All','it_it','Deseleziona tutto',30),(5685,'select_all','Select All','it_it','Seleziona tutto',30),(5686,'please_select_records','Please select records','it_it','Seleziona i record',30),(5687,'select_date','Select Date','it_it','Seleziona la data',30),(5688,'quantity_in_stock_is','Quantity in stock is','it_it','La quantità in magazzino è',30),(5689,'replies','Replies','it_it','Risposte',30),(5690,'conversation_require_selection','Conversion requires selection of Contact or Organization','it_it','La conversione richiede la selezione del Contatto o dell\'Organizzazione',30),(5691,'please_select_product','Please Select Product','it_it','Seleziona un prodotto',30),(5692,'timer_msg','You can start timer for single task only at same time','it_it','È possibile avviare il timer per una singola attività solo allo stesso tempo',31),(5693,'save_start_tracking','Save & Start Tracking','it_it','Salva e avvia il monitoraggio',31),(5694,'lbl_notes','Notes','it_it','Note',31),(5695,'enter_title','Enter Title','it_it','Inserire il titolo',31),(5696,'select_module_record','Select Module / Record','it_it','Seleziona Modulo / Registra',31),(5697,'lbl_tomorrow','Tomorrow','it_it','Domani',30),(5698,'lbl_yesterday','Yesterday','it_it','Ieri',30),(5699,'lbl_today','Today','it_it','Oggi',30),(5700,'time_tracker','Time Tracker','it_it','Time Tracker',31),(5701,'time_end','End Time','it_it','Ora di fine',5),(5702,'due_date','End Date','it_it','Data di fine',5),(5703,'time_start','Time Start','it_it','Ora inizio',5),(5704,'date_start','Start Date','it_it','Data di inizio',5),(5705,'delete_widget_msg','Display widget again by using (+) option','it_it','Visualizza nuovamente il widget utilizzando l\'opzione (+)',15),(5706,'no_upcoming_activities','No scheduled activities ','it_it','Nessuna attività programmata',15),(5707,'check_in_first','Please check-in first','it_it','Effettua prima il check-in',30),(5708,'duration','Duration','it_it','Durata',30),(5709,'distance','Distance','it_it','Distanza',30),(5710,'proper_address_message','Please enter proper address in record\n','it_it','Immettere l\'indirizzo corretto nel record',30),(5711,'select_status','Select Status','it_it','Seleziona Stato',30),(5712,'route_planner','Route Planner','it_it','Pianificatore dell\'itinerario',30),(5713,'route_planning','Route Planning','it_it','Pianificazione dell\'itinerario',30),(5714,'add_route','Add Route','it_it','Aggiungi itinerario',30),(5715,'calender_disabled','Calendar Module is disabled','it_it','Il modulo calendario è disabilitato',30),(5716,'close_dialog','Close form','it_it','Chiudi modulo',30),(5717,'cancel_form_message','Are You sure want to close ?','it_it','Sei sicuro di voler chiudere?',30),(5718,'create_route','Create Route','it_it','Crea itinerario',30),(5719,'select_module_create_route','Select Module to create Route','it_it','Seleziona Modulo per creare l\'itinerario',30),(5720,'cancel','Cancel','it_it','Annulla',30),(5721,'assign_route','Assign Route','it_it','Assegna itinerario',30),(5722,'route_for','Route for','it_it','Itinerario per',30),(5723,'assigned_to','Assigned To','it_it','Assegnato a',30),(5724,'enter_route_name','Enter Route Name','it_it','Immettere il nome dell\'itinerario',30),(5725,'list','List','it_it','Elenco',30),(5726,'map','Map','it_it','Mappa',30),(5727,'other_modules','Other Modules','it_it','Altri moduli',15),(5728,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','it_it','Collegamento Opps non configurato ancora!!! Aggiungi un collegamento facendo clic sull\'icona + dal record\n                  risultati della ricerca o visualizza la schermata di registrazione. ',25),(5729,'clear','Clear','it_it','Svuota',25),(5730,'open','Open','it_it','Apri',11),(5731,'max_file_msg','Too many files selected (max:6)','it_it','Troppi file selezionati (max: 6)',11),(5732,'error_voicenote_record','Unable to recording voice while another application is recording sound.','it_it','Impossibile registrare la voce mentre un\'altra applicazione sta registrando il suono.',11),(5733,'msg_warning','Warning!','it_it','Attenzione!',11),(5734,'Permision_denied_contact','Permission denied to access your contacts','it_it','Autorizzazione negata per accedere ai tuoi contatti',15),(5735,'no_widget_added','Please click + icon to add new widget to your dashboard.','it_it','Fare clic sull\'icona + per aggiungere un nuovo widget alla dashboard.',15),(5736,'no_data_available','Data not available, please check the selected fields','it_it','Dati non disponibili, verificare i campi selezionati',15),(5737,'check_out_successfully','Check out successfully','it_it','Check out con successo',11),(5738,'check_in_successfully','Check in successfully','it_it','Check in con successo',11),(5739,'check_out','Check out','it_it','Check out',11),(5740,'check_in','Check in','it_it','Check in',11),(5741,'navigate','Navigate','it_it','Naviga',11),(5742,'save_to_phone_vcard_success','VCard Saved to phone successfully','it_it','VCard salvata correttamente nel telefono',15),(5743,'download_vcard_success','VCard downloaded successfully','it_it','VCard scaricata con successo',15),(5744,'card_details','Card Details','it_it','Estremi della carta',15),(5745,'add_widget','Add Widget','it_it','Aggiungi widget',15),(5746,'delete_widget','Are you sure to hide widget?','it_it','Sei sicuro di nascondere il widget?',15),(5747,'already_widgets_added','All types of Widget & reports are already added','it_it','Tutti i tipi di widget e report sono già aggiunti',15),(5748,'retry','Retry','it_it','Riprova',28),(5749,'retake','Retake','it_it','Ripeti',28),(5750,'Reports','Reports','it_it','Rapporti',15),(5751,'Widgets','Widgets','it_it','Widget',15),(5752,'vcard_config','Vcard Configuration','it_it','Configurazione Vcard',8),(5753,'save_to_phone','Save to phone','it_it','Salva sul telefono',11),(5754,'download_vcard','Download Vcard','it_it','Scarica Vcard',11),(5755,'share_vcard','Share Vcard','it_it','Condividi Vcard',11),(5756,'share_record','Share Record','it_it','Condividi record',11),(5757,'permission_denied_edit','You don\'t have permission to edit this record.','it_it','Non hai l\'autorizzazione per modificare questo record.',27),(5758,'permission_denied_delete','You don\'t have permission to delete this record.','it_it','YNon hai l\'autorizzazione per eliminare questo record.',27),(5759,'Voice_Recording_Started','Recording Started','it_it','Registrazione avviata',12),(5760,'Voice_Recording_Stopped','Recording Stopped','it_it','Registrazione interrotta',12),(5761,'SEARCH','Search','it_it','Cerca',7),(5762,'LAST','Last','it_it','Ultimo',7),(5763,'FIRST','First','it_it','Primo',7),(5764,'MONDAY','Monday','it_it','Lunedi',7),(5765,'TUESDAY','Tuesday','it_it','martedì',7),(5766,'WEDNESDAY','Wednesday','it_it','mercoledì',7),(5767,'THURSDAY','Thursday','it_it','giovedi',7),(5768,'FRIDAY','Friday','it_it','Venerdì',7),(5769,'SATURDAY','Saturday','it_it','Sabato',7),(5770,'SUNDAY','Sunday','it_it','Domenica',7),(5771,'DAILY','Daily','it_it','Giornaliero',7),(5772,'WEEKLY','Weekly','it_it','Settimanale',7),(5773,'MONTHLY','Monthly','it_it','Mensile',7),(5774,'YEARLY','Yearly','it_it','Annuale',7),(5775,'asset_tracking','Asset tracking','it_it','Monitoraggio risorse',15),(5776,'open_file','Open File','it_it','Open File',1),(5777,'download_pdf_successfully','Download PDF Successfully','it_it','Download PDF Successfully',1),(5778,'select_pdf','Select PDF','it_it','Select PDF',1),(5779,'email_pdf','Email PDF','it_it','Email PDF',1),(5780,'download_pdf','Download PDF','it_it','Download PDF',1),(5781,'edit_route','Edit Route','it_it','Edit Route',1),(5782,'save_route','Save Route','it_it','Save Route',1),(5783,'clear_all','Clear All','it_it','Clear All',1),(5784,'notification','Notifications','it_it','Notifications',1),(5785,'menu_management','Menu Management','it_it','Menu Management',1),(5786,'select_menu','Select Menu','it_it','Select Menu',1),(5787,'module_record_not_found','Module and Record not found','it_it','Module and Record not found',1),(5788,'reason_for_changing_comments','Reason for changing comments','it_it','Reason for changing comments',1),(5789,'edit_reason','Edit Reason','it_it','Edit Reason',1),(5790,'create_filters','Create Filter','it_it','Create Filter',1),(5791,'you_checked','You Checked','it_it','You Checked',1),(5792,'you_un_checked','You UnChecked','it_it','You UnChecked',1),(5793,'log_the_call','Log the call ?','it_it','Log the call ?',1),(5794,'add_a_description_(optional)','Add a description (optional)','it_it','Add a description (optional)',1),(5795,'called','Called','it_it','Called',1),(5796,'call_log','Call Log','it_it','Call Log',1),(5797,'subject','Subject','it_it','Subject',1),(5798,'add_condition','Add Condition','it_it','Add Condition',1),(5799,'select_condition','Select Condition','it_it','Select Condition',1),(5800,'select_field','Select Field','it_it','Select Field',1),(5801,'please_select_first_field','Please First Select field','it_it','Please First Select field',1),(5802,'filter_name','Filter Name','it_it','Filter Name',1),(5803,'enter_filter_name','Enter filter name','it_it','Enter filter name',1),(5804,'choose_conditions','Choose Conditions','it_it','Choose Conditions',1),(5805,'all_condition','All Conditions(All conditions must be met)','it_it','All Conditions(All conditions must be met)',1),(5806,'any_condition','Any Conditions(At least one the conditions must be met)','it_it','Any Conditions(At least one the conditions must be met)',1),(5807,'lattitude','latitude','it_it','latitude',1),(5808,'notification_settings','Notification Settings','it_it','Notification Settings',1),(5809,'notification_management','Notification Management','it_it','Notification Management',1),(5810,'addyourcommentshere','Type @ to mention user','it_it','Type @ to mention user',1),(5811,'google_api_key_missing','Google Api key is missing.','it_it','Google Api key is missing.',1),(5812,'event_filter_by','Event Filter by','it_it','Event Filter by',1),(5813,'apply','Apply','it_it','Apply',1),(5814,'choose_from_gallery','Choose From Gallery','it_it','Choose From Gallery',1),(5815,'choose_from_camera','Choose From Camera','it_it','Choose From Camera',1),(5816,'mutli_select_CB','Mutli Select CB','it_it','Mutli Select CB',1),(5817,'please_select_condition','Please Select Condition','it_it','Please Select Condition',1),(5818,'please_enter_value_or_field','Please Enter Value or Field','it_it','Please Enter Value or Field',1),(5819,'set_as_default','Set as Default','it_it','Set as Default',1),(5820,'list_in_metrics','List in Metrics','it_it','List in Metrics',1),(5821,'order_number','Order Number','it_it','Order Number',1),(5822,'recording_saved_message','Recording saved successfully.','it_it','Recording saved successfully.',1),(5823,'recording_file','Recording File','it_it','Recording File',1),(5824,'file_not_found','File not found','it_it','File not found',1),(5825,'please_enter_valid_path','Please enter valid path','it_it','Please enter valid path',1),(5826,'enter_path_here','Enter path here...','it_it','Enter path here...',1),(5827,'set_call_recording_path','Set Call Recording Path','it_it','Set Call Recording Path',1),(5828,'set_call_recording_path_here','Set call recording path here','it_it','Set call recording path here',1),(5829,'call_recording_path','Call Recording Path','it_it','Call Recording Path',1),(5830,'please_place_api','Please enable place api','it_it','Please enable place api',1),(5831,'event_filters_by','Event Filters by','it_it','Event Filters by',1),(5832,'select_at_least_one_option','Please select at least one option','it_it','Please select at least one option',1),(5833,'enable_call_feature','Please enable call feature','it_it','Please enable call feature',1),(5834,'enable_email_feature','Please enable email feature','it_it','Please enable email feature',1),(5835,'demo_login','Demo Login','it_it','Demo Login',1),(5836,'select_email_template','Select Email Template','it_it','Select Email Template',1),(5837,'template_name','Template Name','it_it','Template Name',1),(5838,'example_storage_path','example : storage/Music/Recordings/Call Recordings','it_it','example : storage/Music/Recordings/Call Recordings',1),(5839,'User Notification Settings saved successfully','User Notification Settings saved successfully','it_it','User Notification Settings saved successfully',33),(5840,'This Notification has been disabled by admin','This Notification has been disabled by admin','it_it','This Notification has been disabled by admin',33),(5841,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','it_it','Notify when any updates to the record you\'re following',33),(5842,'Task assigned to you','Task assigned to you','it_it','Task assigned to you',33),(5843,'Task Reminder','Task Reminder','it_it','Task Reminder',33),(5844,'You were mentioned in comments','You were mentioned in comments','it_it','You were mentioned in comments',33),(5845,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','it_it','Comments has been added to record assigned to you',33),(5846,'When Record Assigned','When Record Assigned','it_it','When Record Assigned',33),(5847,'Event Reminder','Event Reminder','it_it','Event Reminder',33),(5848,'Event Invitation','Event Invitation','it_it','Event Invitation',33),(5849,'Follow record','Follow record','it_it','Follow record',33),(5850,'Task','Task','it_it','Task',33),(5851,'Conversions','Conversions','it_it','Conversions',33),(5852,'Events','Events','it_it','Events',33),(5853,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','it_it','No record(s) found Please click on filter icon to change filter',1),(5854,'title','Title','it_it','Title',1),(5855,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','it_it','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(5856,'call_recording','Call recording','it_it','Call recording',1),(5857,'voice_recorder','Voice Recorder','it_it','Voice Recorder',1),(5858,'no_address_reference_found','No Address Reference found','it_it','No Address Reference found',32),(5859,'no_overdue_activities','No OverDue Activities','it_it','No OverDue Activities',32),(5860,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','it_it','Please enter proper address from this address we are not getting proper latitude and longitude',32),(5861,'Default_Search_Field','Default search field','it_it','Default search field',32),(5862,'Calender_Reminder_Message','Free user can\'t send local reminder','it_it','Free user can\'t send local reminder',32),(5863,'you_must_have_permission','You must give permissions to use this features.','it_it','You must give permissions to use this features.',32),(5864,'internal_comment','Internal Comment','it_it','Internal Comment',1),(5865,'unlink_record','Unlink Record','it_it','Unlink Record',11),(5866,'unlink_record_msg','Are you sure want to unlink record?','it_it','Are you sure want to unlink record?',11),(5867,'file_format_not_support','File format not supported','it_it','File format not supported',11),(5868,'file_upload','File Upload','it_it','File Upload',5),(5869,'to_vtiger','To Vtiger','it_it','To Vtiger',5),(5870,'link_external_document','Link External Document','it_it','Link External Document',5),(5871,'from_file_url','From File Url','it_it','From File Url',5),(5872,'create_new_document','Create New Document','it_it','Create New Document',5),(5873,'select_document_type','Select Document type','it_it','Select Document type',5),(5874,'add_signature','Please add signature','it_it','Please add signature',11),(5875,'date_greater_then_equal','should be greater than or equal to','it_it','should be greater than or equal to',1),(5876,'date_less_then_equal','should be less than or equal to','it_it','should be less than or equal to',1),(5877,'Click_on_plus_for_add','Please tap on  +  to create a new record.','it_it','Please tap on  +  to create a new record.',15),(5878,'display_map','Display map','it_it','Display map',15),(5879,'other_settings','Other settings','it_it','Other settings',15),(5880,'total_hours','Total hours','it_it','Total hours',15),(5881,'widget_not_found','No widgets found','it_it','No widgets found',15),(5882,'quickaction','Quick action','it_it','Quick action',15),(5883,'dashboard','Dashboard','it_it','Dashboard',15),(5884,'new','New','it_it','New',15),(5885,'global_search_hint','Please try to search using search box at top','it_it','Please try to search using search box at top',15),(5886,'near_by_map','Near By Map','it_it','Near By Map',15),(5887,'miles','Miles','it_it','Miles',15),(5888,'lbl_filters','Filters','it_it','Filters',27),(5889,'warning','Warning','it_it','Warning',27),(5890,'no_filter_created','No filter is created.','it_it','No filter is created.',27),(5891,'please_create_new_ilter','Please create a new filter','it_it','Please create a new filter',27),(5892,'select_search_fields','Select fields for the search record.','it_it','Select fields for the search record.',27),(5893,'apply_fliters','Apply filters','it_it','Apply filters',27),(5894,'sort_by','Sort by','it_it','Sort by',27),(5895,'sort_order','Sort order','it_it','Sort order',27),(5896,'Start_time_tracking','Start time tracking','it_it','Start time tracking',31),(5897,'Stop_time_tracking','Stop time tracking','it_it','Stop time tracking',31),(5898,'image_preview','Image preview','it_it','Image preview',11),(5899,'phone_number','Phone number','it_it','Phone number',11),(5900,'email_address','Email address','it_it','Email address',11),(5901,'edit_your_preferences','Edit your preferences','it_it','Edit your preferences',8),(5902,'about_app','About app','it_it','About app',8),(5903,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','it_it','You already have latest CTMobile Ext. Version',8),(5904,'updated_app_version','You already have latest CRMTiger App Version','it_it','You already have latest CRMTiger App Version',8),(5905,'plan','Plan','it_it','Plan',8),(5906,'time','Time','it_it','Time',31),(5907,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','it_it','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(5908,'add_to_quick_action','Add to quick action','it_it','Add to quick action',1),(5909,'add_filter_to_quick_action','Add filter to quick action','it_it','Add filter to quick action',1),(5910,'create_record','Create Record','it_it','Create Record',1),(5911,'quick_action_hint','You can Add Quick Action here','it_it','You can Add Quick Action here',1),(5912,'str_send','Send','it_it','Send',3),(5913,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','it_it','Do you want to update tax & charge values corresponding to selected region?',1),(5914,'delete_quick_action_widgest','Delete Widget?','it_it','Delete Widget?',15),(5915,'add_record_to_dashboard','Add record to dashboard','it_it','Add record to dashboard',15),(5916,'module_quick_action_msg','Module added to dashboard','it_it','Module added to dashboard',15),(5917,'filter_quick_action_msg','Filter added to dashboard','it_it','Filter added to dashboard',15),(5918,'record_quick_action_msg','Record added to dashboard','it_it','Record added to dashboard',15),(5919,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','it_it','Filter shortcut added to dashboard',15),(5920,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','it_it','Record shortcut added to dashboard',15),(5921,'documents_disabled','Documents Module is disabled','it_it','Documents Module is disabled',1),(5922,'document_dont_attachment','Document does not have a attachment','it_it','Document does not have a attachment',1),(5923,'go_to_neat_by','Go to NearBy','it_it','Go to NearBy',15),(5924,'go_to_time_tracking','Go to Time Tracker','it_it','Go to Time Tracker',13),(5925,'nearby_quick_action_msg','NearBy added to dashboard','it_it','NearBy added to dashboard',15),(5926,'time_tracking_quick_action_msg','Time Tracking added to dashboard','it_it','Time Tracking added to dashboard',15),(5927,'attendance_quick_action_msg','Attendance added to dashboard','it_it','Attendance added to dashboard',15),(5928,'attachment','Attachment','it_it','Attachment',15),(5929,'search_by_fields','Search by fields','it_it','Search by fields',27),(5930,'apply_selected','Apply selected','it_it','Apply selected',27),(5931,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','it_it','auto address finder is disabled, please enable it from CRMTiger Settings',1),(5932,'Attendance','Attendance','it_it','Attendance',15),(5933,'Check-in successfully','Check-in successfully','it_it','Check-in successfully',32),(5934,'Check-out successfully','Check-out successfully','it_it','Check-out successfully',32),(5935,'Nothing around here','Nothing around here','it_it','Nothing around here',13),(5936,'select_days','Select Days','it_it','Select Days',5),(5937,'select_minutes','Select Minutes','it_it','Select Minutes',5),(5938,'select_hours','Select Hours','it_it','Select Hours',5),(5939,'no_lat_long_found','Location information (Latitude,Longitude) not found','it_it','Location information (Latitude,Longitude) not found',32),(5940,'Call Log save successfully','Call Log save successfully','it_it','Call Log save successfully',32),(5941,'Files/photos deleted successfully','Files/photos deleted successfully','it_it','Files/photos deleted successfully',32),(5942,'network_error','Network connection error!','pl_pl','Network connection error!',1),(5943,'connection_check','Could not connect to CRM, Please check your Internet connection.','pl_pl','Could not connect to CRM, Please check your Internet connection.',1),(5944,'update','Update','pl_pl','Update',1),(5945,'cancel','Cancel','pl_pl','Cancel',1),(5946,'ok','Ok','pl_pl','Ok',1),(5947,'more_information','Click here for more information.','pl_pl','Click here for more information.',1),(5948,'yes','Yes','pl_pl','Yes',1),(5949,'no','No','pl_pl','No',1),(5950,'click_again_exit','Click again to exit','pl_pl','Click again to exit',1),(5951,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','pl_pl','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(5952,'clickhere','Click here','pl_pl','Click here',1),(5953,'clickhere_subscribe','Click here to subscribe premium version','pl_pl','Click here to subscribe premium version',1),(5954,'clickhere_configure','Click here and view how to Configure.','pl_pl','Click here and view how to Configure.',1),(5955,'please_wait','Please Wait…','pl_pl','Please Wait…',1),(5956,'share__msg','Share file with','pl_pl','Share file with',1),(5957,'dialog_camera','Camera','pl_pl','Camera',1),(5958,'dialog_add_file_by','Take Photo from','pl_pl','Take Photo from',1),(5959,'add','Add','pl_pl','Add',1),(5960,'mail_manager_configured','Mail Manager is not configured','pl_pl','Mail Manager is not configured',1),(5961,'dialog_add_files_by','Add Files by','pl_pl','Add Files by',1),(5962,'dialog_drive','Drive','pl_pl','Drive',1),(5963,'dialog_drop_box','Drop Box','pl_pl','Drop Box',1),(5964,'dialog_need_signin','You need to Sign-in to your Drive account first.','pl_pl','You need to Sign-in to your Drive account first.',1),(5965,'dialog_gallery','Gallery','pl_pl','Gallery',1),(5966,'delete','Delete','pl_pl','Delete',1),(5967,'timeoutmessage','Oops! Request is taking more time than expected.','pl_pl','Oops! Request is taking more time than expected.',1),(5968,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','pl_pl','GPS is not enabled. Please turn it on to get your near by locations.',1),(5969,'sure_want_delete','Are you sure want to delete ?','pl_pl','Are you sure want to delete ?',1),(5970,'select','Select','pl_pl','Select',1),(5971,'msgforrecordaudio','Minimum record duration one second.','pl_pl','Minimum record duration one second.',1),(5972,'permission_storage','Permission denied to read your External storage','pl_pl','Permission denied to read your External storage',1),(5973,'send_permission_msg','Send message permission denied','pl_pl','Send message permission denied',1),(5974,'choosefile','Choose File','pl_pl','Choose File',1),(5975,'enter','Enter','pl_pl','Enter',1),(5976,'select_an_option','Select an Option','pl_pl','Select an Option',1),(5977,'email_validation','Email is not valid','pl_pl','Email is not valid',1),(5978,'please_enter','Please Enter','pl_pl','Please Enter',1),(5979,'website_validation_text','Website URL is not valid','pl_pl','Website URL is not valid',1),(5980,'selectvalue','Select value first','pl_pl','Select value first',1),(5981,'email','Email','pl_pl','Email',1),(5982,'enter_email_address','Enter email address','pl_pl','Enter email address',1),(5983,'email_address_not_correct','Email address incorrect','pl_pl','Email address incorrect',1),(5984,'pls_enter_subject','Please Enter Subject','pl_pl','Please Enter Subject',1),(5985,'attachFiles','Attached File','pl_pl','Attached File',1),(5986,'from','From','pl_pl','From',1),(5987,'to','To','pl_pl','To',1),(5988,'call_permission_msg','Call permission denied','pl_pl','Call permission denied',1),(5989,'no_records','No records found','pl_pl','No records found',1),(5990,'fullform','Create New','pl_pl','Create New',1),(5991,'save','Save','pl_pl','Save',1),(5992,'total','Total','pl_pl','Total',1),(5993,'discount','Discount','pl_pl','Discount',1),(5994,'price','Price','pl_pl','Price',1),(5995,'quantity','Quantity','pl_pl','Quantity',1),(5996,'select_module','Select Module','pl_pl','Select Module',1),(5997,'item_list','Item List','pl_pl','Item List',1),(5998,'quickcreate','Quick Create','pl_pl','Quick Create',1),(5999,'overwrite_msg_part1','Overwrite the existing address with the selected','pl_pl','Overwrite the existing address with the selected',1),(6000,'once_in_every','Once in every','pl_pl','Once in every',1),(6001,'overwrite_msg_part2','address details?','pl_pl','address details?',1),(6002,'add_item','Add Item','pl_pl','Add Item',1),(6003,'recordsave','Record saved successfully','pl_pl','Record saved successfully',1),(6004,'recordnotsave','Could not save record. Try again later','pl_pl','Could not save record. Try again later',1),(6005,'minutes','Minutes','pl_pl','Minutes',1),(6006,'hours','Hours','pl_pl','Hours',1),(6007,'days','Days','pl_pl','Days',1),(6008,'on','On','pl_pl','On',1),(6009,'day_of_the_month','day of the month','pl_pl','day of the month',1),(6010,'list_price','List Price','pl_pl','List Price',1),(6011,'add_record','Add Record','pl_pl','Add Record',1),(6012,'add_product','Add Product','pl_pl','Add Product',1),(6013,'add_service','Add Service','pl_pl','Add Service',1),(6014,'discountin','Discount in %','pl_pl','Discount in %',1),(6015,'unitprice','Unit price','pl_pl','Unit price',1),(6016,'netprice','Net price','pl_pl','Net price',1),(6017,'comments','Comments','pl_pl','Comments',1),(6018,'add_close','Add & Close','pl_pl','Add & Close',1),(6019,'fetching_rout_message','Fetching route, Please wait…','pl_pl','Fetching route, Please wait…',1),(6020,'setting','Settings','pl_pl','Settings',1),(6021,'utc','UTC','pl_pl','UTC',1),(6022,'in','In','pl_pl','In',1),(6023,'days_ago','days ago','pl_pl','days ago',1),(6024,'mins_ago','Minutes ago','pl_pl','Minutes ago',1),(6025,'justnow','Just now','pl_pl','Just now',1),(6026,'hours_ago','hours ago','pl_pl','hours ago',1),(6027,'in_1_day','In 1 day','pl_pl','In 1 day',1),(6028,'scanqrcode','Asset / Card scanner','pl_pl','Asset / Card scanner',1),(6029,'call_log','Call Log','pl_pl','Call Log',1),(6030,'voice_message','Hi','pl_pl','Hi',1),(6031,'voice_message1','What can I search for you in','pl_pl','What can I search for you in',1),(6032,'live_tracking','Live Tracking','pl_pl','Live Tracking',1),(6033,'mailmanager','Mail Manager','pl_pl','Mail Manager',1),(6034,'my_location','My location','pl_pl','My location',1),(6035,'created_on','Created On','pl_pl','Created On',1),(6036,'modified_on','Modified On','pl_pl','Modified On',1),(6037,'enter_comments','Enter Comments','pl_pl','Enter Comments',1),(6038,'viewmore','View More','pl_pl','View More',1),(6039,'viewless','View Less','pl_pl','View Less',1),(6040,'gotofullform','Go to Full Form','pl_pl','Go to Full Form',1),(6041,'post','Post','pl_pl','Post',1),(6042,'url','URL','pl_pl','URL',1),(6043,'dialog_title_text_back_color','Select a Text Background Color','pl_pl','Select a Text Background Color',1),(6044,'event_or_task','Add event/task','pl_pl','Add event/task',1),(6045,'shortcut','Shortcuts','pl_pl','Shortcuts',1),(6046,'select_field','Select Field','pl_pl','Select Field',1),(6047,'share','Share','pl_pl','Share',1),(6048,'title_insert_link','Insert Link','pl_pl','Insert Link',1),(6049,'addyourcommentshere','Add your comments here','pl_pl','Add your comments here',1),(6050,'nocomment','No Comments','pl_pl','No Comments',1),(6051,'leads','Leads','pl_pl','Leads',1),(6052,'true_val','true','pl_pl','true',1),(6053,'noresult','No Result','pl_pl','No Result',1),(6054,'version','Version','pl_pl','Version',1),(6055,'convert_lead','Convert Lead','pl_pl','Convert Lead',1),(6056,'app_name','CRMTiger','pl_pl','CRMTiger',1),(6057,'enter_url','Please Enter url','pl_pl','Please Enter url',1),(6058,'help','Help','pl_pl','Help',1),(6059,'contact_us','Contact Us','pl_pl','Contact Us',1),(6060,'updates','Updates','pl_pl','Updates',1),(6061,'logout','LogOut','pl_pl','LogOut',1),(6062,'busnies_cardscanner','Business Card Scanner','pl_pl','Business Card Scanner',1),(6063,'sure_want_logout','Are you sure want to logout ?','pl_pl','Are you sure want to logout ?',1),(6064,'logout_message','Logout successfully','pl_pl','Logout successfully',1),(6065,'all','All','pl_pl','All',1),(6066,'add_event','Add event','pl_pl','Add event',1),(6067,'add_task','Add Task','pl_pl','Add Task',1),(6068,'next','Next','pl_pl','Next',1),(6069,'terms_conditions','Terms and Conditions','pl_pl','Terms and Conditions',1),(6070,'login','Login','pl_pl','Login',2),(6071,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','pl_pl','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(6072,'copyright','Copyright © 2020 CRMTiger Version','pl_pl','Copyright © 2020 CRMTiger Version',2),(6073,'enter_username','Please enter username','pl_pl','Please enter username',2),(6074,'enter_password','Please enter password','pl_pl','Please enter password',2),(6075,'remanberme','Remember Me','pl_pl','Remember Me',2),(6076,'forgot_password','Forgot password?','pl_pl','Forgot password?',2),(6077,'privacy_policay1','Privacy Policy','pl_pl','Privacy Policy',2),(6078,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','pl_pl','Something went wrong. \n please Click here to contact support.',2),(6079,'enter_username_password','Entered Username or Password is wrong','pl_pl','Entered Username or Password is wrong',2),(6080,'server_issue_occured','Server issues occurred','pl_pl','Server issues occurred',2),(6081,'password','Password','pl_pl','Password',3),(6082,'user_name','Username','pl_pl','Username',3),(6083,'reset_pwd','Reset Password','pl_pl','Reset Password',3),(6084,'forgot_password_title','Forgot password','pl_pl','Forgot password',3),(6085,'enter_user_name','Enter user name','pl_pl','Enter user name',3),(6086,'cc','Cc','pl_pl','Cc',4),(6087,'body','Body','pl_pl','Body',4),(6088,'bcc','BCC','pl_pl','BCC',4),(6089,'dialog_title_text_color','Select a Text Color','pl_pl','Select a Text Color',4),(6090,'date','Date','pl_pl','Date',4),(6091,'subject','Subject','pl_pl','Subject',4),(6092,'composeMail','Compose Mail','pl_pl','Compose Mail',4),(6093,'send','Send','pl_pl','Send',4),(6094,'select_message','Select message','pl_pl','Select message',4),(6095,'title_insert_table','Insert Table','pl_pl','Insert Table',4),(6096,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','pl_pl','I agree to Share API Log to Technical team for further troubleshooting',5),(6097,'edit_record','Edit Records','pl_pl','Edit Records',5),(6098,'select_time','Select Time','pl_pl','Select Time',5),(6099,'edit_item','Edit Item','pl_pl','Edit Item',5),(6100,'items_total','Items Total','pl_pl','Items Total',5),(6101,'number_less_then_31','Number should be less than 31','pl_pl','Number should be less than 31',5),(6102,'users','Users','pl_pl','Users',5),(6103,'groups','Groups','pl_pl','Groups',5),(6104,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','pl_pl','Note : Existing attachments(images/files) will be replaced',5),(6105,'greaterdatetime','End DateTime should be greater than Start DateTime','pl_pl','End DateTime should be greater than Start DateTime',5),(6106,'until','Until','pl_pl','Until',5),(6107,'organizations','Organizations','pl_pl','Organizations',6),(6108,'contacts','Contacts','pl_pl','Contacts',6),(6109,'opportunity','Opportunity','pl_pl','Opportunity',6),(6110,'lbl_sun','SUN','pl_pl','SUN',7),(6111,'lbl_mon','MON','pl_pl','MON',7),(6112,'lbl_tue','TUE','pl_pl','TUE',7),(6113,'lbl_wed','WED','pl_pl','WED',7),(6114,'lbl_thu','THU','pl_pl','THU',7),(6115,'lbl_fri','FRI','pl_pl','FRI',7),(6116,'lbl_sat','SAT','pl_pl','SAT',7),(6117,'lbl_1','1','pl_pl','1',7),(6118,'lbl_2','2','pl_pl','2',7),(6119,'lbl_3','3','pl_pl','3',7),(6120,'lbl_4','4','pl_pl','4',7),(6121,'lbl_5','5','pl_pl','5',7),(6122,'lbl_6','6','pl_pl','6',7),(6123,'lbl_7','7','pl_pl','7',7),(6124,'lbl_8','8','pl_pl','8',7),(6125,'lbl_9','9','pl_pl','9',7),(6126,'lbl_10','10','pl_pl','10',7),(6127,'lbl_11','11','pl_pl','11',7),(6128,'lbl_12','12','pl_pl','12',7),(6129,'lbl_13','13','pl_pl','13',7),(6130,'lbl_14','14','pl_pl','14',7),(6131,'lbl_15','15','pl_pl','15',7),(6132,'lbl_16','16','pl_pl','16',7),(6133,'lbl_17','17','pl_pl','17',7),(6134,'lbl_18','18','pl_pl','18',7),(6135,'lbl_19','19','pl_pl','19',7),(6136,'lbl_20','20','pl_pl','20',7),(6137,'lbl_21','21','pl_pl','21',7),(6138,'lbl_22','22','pl_pl','22',7),(6139,'lbl_23','23','pl_pl','23',7),(6140,'lbl_24','24','pl_pl','24',7),(6141,'lbl_25','25','pl_pl','25',7),(6142,'lbl_26','26','pl_pl','26',7),(6143,'lbl_27','27','pl_pl','27',7),(6144,'lbl_28','28','pl_pl','28',7),(6145,'lbl_29','29','pl_pl','29',7),(6146,'lbl_30','30','pl_pl','30',7),(6147,'lbl_31','31','pl_pl','31',7),(6148,'lbl_32','32','pl_pl','32',7),(6149,'lbl_33','33','pl_pl','33',7),(6150,'lbl_34','34','pl_pl','34',7),(6151,'lbl_35','35','pl_pl','35',7),(6152,'lbl_36','36','pl_pl','36',7),(6153,'lbl_37','37','pl_pl','37',7),(6154,'lbl_38','38','pl_pl','38',7),(6155,'lbl_39','39','pl_pl','39',7),(6156,'lbl_40','40','pl_pl','40',7),(6157,'lbl_41','41','pl_pl','41',7),(6158,'lbl_42','42','pl_pl','42',7),(6159,'current_date','current date','pl_pl','current date',7),(6160,'event','Events','pl_pl','Events',7),(6161,'calendar','Calendar','pl_pl','Calendar',7),(6162,'latest_version','Latest Version :','pl_pl','Latest Version :',8),(6163,'expire_on','Next renewal date : ','pl_pl','Next renewal date : ',8),(6164,'ctmobile_ext_version','CTMobile Ext. Version : ','pl_pl','CTMobile Ext. Version : ',8),(6165,'you_have_latest_version','You already have latest version','pl_pl','You already have latest version',8),(6166,'latest_version1','You Already have latest version','pl_pl','You Already have latest version',8),(6167,'upgreaded','Upgrade','pl_pl','Upgrade',8),(6168,'downgrade','Downgrade','pl_pl','Downgrade',8),(6169,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','pl_pl','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(6170,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','pl_pl','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(6171,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','pl_pl','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(6172,'info','Info','pl_pl','Info',8),(6173,'recent_history','Recent History','pl_pl','Recent History',8),(6174,'recent_feedback','Feedback','pl_pl','Feedback',8),(6175,'recent_log','Log','pl_pl','Log',8),(6176,'crmtiger_app_version','CRMTiger App Version : ','pl_pl','CRMTiger App Version : ',8),(6177,'historylimit','Recent History Limit','pl_pl','Recent History Limit',8),(6178,'radious_in_miles','Radius in miles','pl_pl','Radius in miles',8),(6179,'recentlimit','Recent Event Limit','pl_pl','Recent Event Limit',8),(6180,'upcoming_events','Upcoming Events','pl_pl','Upcoming Events',8),(6181,'rate_our_app','Rate Our App!','pl_pl','Rate Our App!',8),(6182,'feedback','Submit Feedback','pl_pl','Submit Feedback',8),(6183,'sendfeedback','Feedback Send','pl_pl','Feedback Send',8),(6184,'emaillimit','Email limit','pl_pl','Email limit',8),(6185,'log','Log','pl_pl','Log',8),(6186,'logclear','Log cleared successfully.','pl_pl','Log cleared successfully.',8),(6187,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','pl_pl','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(6188,'proceed_to_upgrade1','Proceed to','pl_pl','Proceed to',8),(6189,'upgradation_message','will required logout and login again later.','pl_pl','will required logout and login again later.',8),(6190,'proceed_to_upgrade','Proceed to Upgrade','pl_pl','Proceed to Upgrade',8),(6191,'module_setting','Module Setting','pl_pl','Module Setting',9),(6192,'sortbyfield','Sort by field','pl_pl','Sort by field',9),(6193,'ascending','Ascending  A to Z','pl_pl','Ascending  A to Z',9),(6194,'descending','Descending  Z to A','pl_pl','Descending  Z to A',9),(6195,'first_field','First Field','pl_pl','First Field',9),(6196,'second_field','Second Field','pl_pl','Second Field',9),(6197,'third_field','Third Field','pl_pl','Third Field',9),(6198,'sure_want_restore','Are you sure you want to reset to default settings?','pl_pl','Are you sure you want to reset to default settings?',9),(6199,'orderlist','List Order','pl_pl','List Order',9),(6200,'module_reset','Restore to Default','pl_pl','Restore to Default',9),(6201,'display_fields','Display Fields','pl_pl','Display Fields',9),(6202,'discount_lessthen_100','Discount % should be less than 100','pl_pl','Discount % should be less than 100',10),(6203,'select_item','Select Item','pl_pl','Select Item',10),(6204,'item_comment','Item Comment','pl_pl','Item Comment',10),(6205,'record_name','Record Name is :','pl_pl','Record Name is :',11),(6206,'go_back','Go Back','pl_pl','Go Back',11),(6207,'please_enter_shortcut_name','Please Enter Shortcut Name','pl_pl','Please Enter Shortcut Name',11),(6208,'number_not_found','Contact Number not found','pl_pl','Contact Number not found',11),(6209,'mail_not_found','Mail Address not found','pl_pl','Mail Address not found',11),(6210,'create_shortcut','Create Shortcut','pl_pl','Create Shortcut',11),(6211,'contact_summary','Summary','pl_pl','Summary',11),(6212,'activites','Activities','pl_pl','Activities',11),(6213,'details','Details','pl_pl','Details',11),(6214,'related','Related','pl_pl','Related',11),(6215,'share_link','Share record with','pl_pl','Share record with',11),(6216,'edit','Edit','pl_pl','Edit',11),(6217,'duplicate','Duplicate','pl_pl','Duplicate',11),(6218,'whatsapp','Whatsapp','pl_pl','Whatsapp',11),(6219,'call','Call','pl_pl','Call',11),(6220,'choose_contact_for_call','Choose Contact for Call','pl_pl','Choose Contact for Call',11),(6221,'choose_contact_for_sms','Choose Contact for SMS','pl_pl','Choose Contact for SMS',11),(6222,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','pl_pl','Choose Contact for WhatsApp',11),(6223,'chosse_contact_for_email','Choose Email','pl_pl','Choose Email',11),(6224,'attach_file','Attach Files','pl_pl','Attach Files',11),(6225,'close','Close','pl_pl','Close',11),(6226,'status','Status','pl_pl','Status',11),(6227,'stop','Stop','pl_pl','Stop',11),(6228,'zero','0','pl_pl','0',11),(6229,'record','Record','pl_pl','Record',11),(6230,'voice_note','Voice Note','pl_pl','Voice Note',11),(6231,'tickets','Tickets','pl_pl','Tickets',12),(6232,'check_out','Check Out','pl_pl','Check Out',12),(6233,'check_in','Check In','pl_pl','Check In',12),(6234,'select_any','Select any','pl_pl','Select any',12),(6235,'fulldetails','Show Full Details','pl_pl','Show Full Details',12),(6236,'checkin','Check-in','pl_pl','Check-in',12),(6237,'navigate','Navigate','pl_pl','Navigate',12),(6238,'product','Products','pl_pl','Products',12),(6239,'projectMilestone','Project Milestone','pl_pl','Project Milestone',12),(6240,'projecttask','Project Tasks','pl_pl','Project Tasks',12),(6241,'nearby','NearBy','pl_pl','NearBy',13),(6242,'document','Document','pl_pl','Document',14),(6243,'reply','Reply','pl_pl','Reply',14),(6244,'reply_all','Reply All','pl_pl','Reply All',14),(6245,'forward','Forward','pl_pl','Forward',14),(6246,'action','Action','pl_pl','Action',14),(6247,'select_first','Select First','pl_pl','Select First',14),(6248,'commentaddsuccessful','Comment added successfull','pl_pl','Comment added successfull',14),(6249,'move_to','Move to','pl_pl','Move to',14),(6250,'attach','Attach','pl_pl','Attach',14),(6251,'addcoment','Add Comment','pl_pl','Add Comment',14),(6252,'adddocument','Add Document','pl_pl','Add Document',14),(6253,'home','Home','pl_pl','Home',15),(6254,'checkout','Check-out','pl_pl','Check-out',15),(6255,'message_search','Search by name','pl_pl','Search by name',15),(6256,'start_shift','Start shift','pl_pl','Start shift',15),(6257,'end_shift','End shift','pl_pl','End shift',15),(6258,'today_meeting','Meetings','pl_pl','Meetings',15),(6259,'shift_time_track','Shift Time Track','pl_pl','Shift Time Track',15),(6260,'logout_msg','You have to login again , click','pl_pl','You have to login again , click',15),(6261,'logout_msg1','to continue.','pl_pl','to continue.',15),(6262,'permission_denied','You don\'t have permission to create','pl_pl','You don\'t have permission to create',15),(6263,'history','Activity stream','pl_pl','Activity stream',15),(6264,'search_value','Search value :','pl_pl','Search value :',15),(6265,'feed_back_msg','Please enter feedback message','pl_pl','Please enter feedback message',16),(6266,'feed_back_hint_msg','Enter feedback message','pl_pl','Enter feedback message',16),(6267,'submit','Submit','pl_pl','Submit',16),(6268,'check_app_not_installed','Application is not currently installed.','pl_pl','Application is not currently installed.',17),(6269,'send_sms_fail_message','SMS failed, please try again later!','pl_pl','SMS failed, please try again later!',17),(6270,'documentaddsuccessfully','Document Attach successfully','pl_pl','Document Attach successfully',17),(6271,'send_message','Send message','pl_pl','Send message',17),(6272,'sms_to','smsto:','pl_pl','smsto:',17),(6273,'add_list_message','Add List','pl_pl','Add List',18),(6274,'mylist','My List','pl_pl','My List',18),(6275,'filtername','Filter Name','pl_pl','Filter Name',18),(6276,'selectlist','Select a List','pl_pl','Select a List',18),(6277,'assingedto','Assigned To','pl_pl','Assigned To',18),(6278,'selectmodule','Select a module','pl_pl','Select a module',18),(6279,'add_list','Add Filter','pl_pl','Add Filter',18),(6280,'recent_event','Recent Event','pl_pl','Recent Event',19),(6281,'recent_hostory','Recent History','pl_pl','Recent History',19),(6282,'module_specific_settings','Module-Specific Settings','pl_pl','Module-Specific Settings',19),(6283,'talk_to_us','Talk to us','pl_pl','Talk to us',19),(6284,'report_a_bug','Report A Bug','pl_pl','Report A Bug',19),(6285,'faq','FAQ','pl_pl','FAQ',19),(6286,'selectmodules','Select Module','pl_pl','Select Module',19),(6287,'myplan','My Plan','pl_pl','My Plan',19),(6288,'message','Message','pl_pl','Message',20),(6289,'message_validation','Please enter Message','pl_pl','Please enter Message',20),(6290,'contact_select','Please Select contact','pl_pl','Please Select contact',20),(6291,'global_search','Global Search','pl_pl','Global Search',21),(6292,'records','Records','pl_pl','Records',21),(6293,'dont_show_again','Don\'t Show Again','pl_pl','Don\'t Show Again',22),(6294,'skip','Skip','pl_pl','Skip',22),(6295,'file_downloading','File Downloading','pl_pl','File Downloading',23),(6296,'add_screenshots_optional','Add screenshots (optional)','pl_pl','Add screenshots (optional)',24),(6297,'describe_your_problem','Describe your problem','pl_pl','Describe your problem',24),(6298,'default_filter_shortcut','Default Filter Shortcut','pl_pl','Default Filter Shortcut',25),(6299,'record_shortcut','Record Shortcut','pl_pl','Record Shortcut',25),(6300,'enter_url','Please Enter url','pl_pl','Please Enter url',26),(6301,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','pl_pl','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(6302,'search_by','Search by','pl_pl','Search by',27),(6303,'selected_filter','Selected filter :','pl_pl','Selected filter :',27),(6304,'selected_field','Selected field :','pl_pl','Selected field :',27),(6305,'choose','Choose','pl_pl','Choose',28),(6306,'qr_cardscanner','QR Code Scanner','pl_pl','QR Code Scanner',28),(6307,'error_message_for_scan','Could not read the card Try again later.','pl_pl','Could not read the card Try again later.',28),(6308,'press_start_scan','Press to Start Scan','pl_pl','Press to Start Scan',28),(6309,'line_item_quntity_validation_msg','Value should be greater than zero','pl_pl','Value should be greater than zero',29),(6310,'percentage_msg','Percentage should be less than 100','pl_pl','Percentage should be less than 100',29),(6311,'MSG_NO_DATA','No data found!','pl_pl','No data found!',29),(6312,'MSG_SOMETHING_WRONG','Something went wrong!','pl_pl','Something went wrong!',29),(6313,'MSG_COMING_SOON','Coming Soon!','pl_pl','Coming Soon!',29),(6314,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','pl_pl','Please upload profile image.',29),(6315,'ALERT_TITLE_LOCATION_ACCESS','Location Access','pl_pl','Location Access',29),(6316,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','pl_pl','Requires your location to show nearby events.',29),(6317,'ALERT_BTN_ALLOW','ALLOW','pl_pl','ALLOW',29),(6318,'ALERT_BTN_DENY','DENY','pl_pl','DENY',29),(6319,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','pl_pl','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(6320,'DELETE_RECORD','Delete Record','pl_pl','Delete Record',29),(6321,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','pl_pl','Are you sure want to delete this shortcut?',29),(6322,'DELETE_SHORTCUT','Delete Shortcut','pl_pl','Delete Shortcut',29),(6323,'LBL_TERMS','By logging in, you agree to our Terms and','pl_pl','By logging in, you agree to our Terms and',29),(6324,'LBL_CONDITIONS','Conditions &','pl_pl','Conditions &',29),(6325,'ALERT_TITLE','Alert','pl_pl','Alert',29),(6326,'ALERT_BTN_SUBSCRIBE','Subscribe','pl_pl','Subscribe',29),(6327,'MSG_SELECT_MODULE','Please select any Module','pl_pl','Please select any Module',29),(6328,'MSG_SELECT_LIST','Please select any List','pl_pl','Please select any List',29),(6329,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','pl_pl','You don\'t have camera',29),(6330,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','pl_pl','You don\'t have permission to access gallery.',29),(6331,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','pl_pl','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(6332,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','pl_pl','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(6333,'BTN_DONE','Done','pl_pl','Done',29),(6334,'COMMENT','Comment','pl_pl','Comment',29),(6335,'FULL_FORM','Full Form','pl_pl','Full Form',29),(6336,'QUICK_CREATE','Create','pl_pl','Create',29),(6337,'LBL_SELECT_FIELDS','Select Fields','pl_pl','Select Fields',29),(6338,'LBL_SELECT_FIELDS','Select Fields','pl_pl','Select Fields',29),(6339,'LBL_SELECT_FIRST_FIELDS','Select First Field','pl_pl','Select First Field',29),(6340,'LBL_SELECT_SECOND_FIELDS','Select Second Field','pl_pl','Select Second Field',29),(6341,'LBL_SELECT_THIRD_FIELDS','Select Third Field','pl_pl','Select Third Field',29),(6342,'LBL_SORT_BY_FIELD','Select Sort By Field','pl_pl','Select Sort By Field',29),(6343,'BTN_RESET_TO_DEFAULT','Reset to Default','pl_pl','Reset to Default',29),(6344,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','pl_pl','Select Sort by field',29),(6345,'kStrClearBtnTitle','Clear','pl_pl','Clear',29),(6346,'kStrShowMoreBtnTitle','Show More','pl_pl','Show More',29),(6347,'kStrAddActivitiesBtnTitle','Add Activities','pl_pl','Add Activities',29),(6348,'kStrAddCommentPlaceHolder','Add your comments here','pl_pl','Add your comments here',29),(6349,'MSG_ENTER_TO_EMAIL','Please enter to field.','pl_pl','Please enter to field.',29),(6350,'WARNING_FILE','File can\'t open.','pl_pl','File can\'t open.',29),(6351,'MSG_FILE_SAVED','File saved.','pl_pl','File saved.',29),(6352,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','pl_pl','Download fail!, please try after sometime.',29),(6353,'LBL_SHORTCUT','Shortcut','pl_pl','Shortcut',29),(6354,'TXT_MESSAGE_PLACEHOLDER','Type Message','pl_pl','Type Message',29),(6355,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','pl_pl','Install Whatsapp',29),(6356,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','pl_pl','No MailBox found. Please Create Mailbox',29),(6357,'LBL_WROTE','Wrote','pl_pl','Wrote',29),(6358,'MSG_MAIL_SEND','Mail sent','pl_pl','Mail sent',29),(6359,'log_file_not_found','API Log file not found.','pl_pl','API Log file not found.',29),(6360,'unknown_error','An unknown error occurred, try again','pl_pl','An unknown error occurred, try again',29),(6361,'CTMTigerAppVersion','CRMTiger App Version','pl_pl','CRMTiger App Version',29),(6362,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','pl_pl','CTMobile Ext. Version Update Successfully',29),(6363,'dialog_Premium_downgrade','Downgrade will required logout and login again later','pl_pl','Downgrade will required logout and login again later',29),(6364,'dialog_Premium','Upgrade will required logout and login again later','pl_pl','Upgrade will required logout and login again later',29),(6365,'Overwrite','Overwrite','pl_pl','Overwrite',29),(6366,'MSGAddressOverwrite1','Overwrite the existing address with the selected','pl_pl','Overwrite the existing address with the selected',29),(6367,'MSGAddressOverwrite2','address details?','pl_pl','address details?',29),(6368,'UPGRADE_PLAN','Upgrade Plan','pl_pl','Upgrade Plan',29),(6369,'DOWNGRADE_PLAN','Downgrade Plan','pl_pl','Downgrade Plan',29),(6370,'UPGRADE_EXTENSION','Upgrade Extension','pl_pl','Upgrade Extension',29),(6371,'UPGRADE_APP','Upgrade App','pl_pl','Upgrade App',29),(6372,'SELECT_OPTION','Select Option','pl_pl','Select Option',29),(6373,'PLEASE_SELECT','Please select','pl_pl','Please select',29),(6374,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','pl_pl','You don\'t have permission for this module.',29),(6375,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','pl_pl','Please select reccuring day of month.',29),(6376,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','pl_pl','Please select reccuring day of week.',29),(6377,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','pl_pl','Please select reccuring days.',29),(6378,'Please select reccuring days.','Please select reccuring days.','pl_pl','Please select reccuring days.',29),(6379,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','pl_pl','Please select reccuring end date.',29),(6380,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','pl_pl','Please select reccuring type.',29),(6381,'FREQ_TIME','Times','pl_pl','Times',29),(6382,'REPEAT_YEARLY','Repeat Yearly','pl_pl','Repeat Yearly',29),(6383,'REPEAT_MONTHLY','Repeat Monthly','pl_pl','Repeat Monthly',29),(6384,'REPEAT_WEEKLY','Repeat Weekly','pl_pl','Repeat Weekly',29),(6385,'REPEAT_DAILY','Repeat Daily','pl_pl','Repeat Daily',29),(6386,'ACTION_TITLE','Action Title','pl_pl','Action Title',29),(6387,'MSG_SELECT_VALID_DATE','Please select valid day of month.','pl_pl','Please select valid day of month.',29),(6388,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','pl_pl','Start date should be less than end date.',29),(6389,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','pl_pl','Start time should be less than end time.',29),(6390,'LBL_LINEITEM_DETAILS','Lineitem Details','pl_pl','Lineitem Details',29),(6391,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','pl_pl','Discount amount should be less than the total.',29),(6392,'VIEW','View','pl_pl','View',29),(6393,'MSG_ENTER_VALID','Please enter valid','pl_pl','Please enter valid',29),(6394,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','pl_pl','Percentage should be less than 100.',29),(6395,'ITEM_TOTAL','Item Total','pl_pl','Item Total',29),(6396,'ADJUSTMENT','Adjustment','pl_pl','Adjustment',29),(6397,'TITLE_CHOOSE_IMAGE','Choose Image','pl_pl','Choose Image',29),(6398,'COMPRESS','Compress','pl_pl','Compress',29),(6399,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','pl_pl','Your image size is too large, please select another image',29),(6400,'OnDayOfMonth','On day of month','pl_pl','On day of month',29),(6401,'OnDayOfWeek','On day of week','pl_pl','On day of week',29),(6402,'AddAndClose','Add & Close','pl_pl','Add & Close',29),(6403,'Repeat','Repeat','pl_pl','Repeat',29),(6404,'OnDay','On day','pl_pl','On day',29),(6405,'View_Line_Item','View Line Item','pl_pl','View Line Item',29),(6406,'TITLE_IMAGE','Image','pl_pl','Image',29),(6407,'TITLE_ICLOUD','iCloud','pl_pl','iCloud',29),(6408,'GOOGLE','Google','pl_pl','Google',29),(6409,'ALERT_BTN_OKAY','Okay','pl_pl','Okay',29),(6410,'ALERT_TITLE_ACCESS_DENIED','Access Denied','pl_pl','Access Denied',29),(6411,'Dont_Show_Again','Don\'t show again','pl_pl','Don\'t show again',29),(6412,'Skip','Skip','pl_pl','Skip',29),(6413,'Fillter_Name','Fillter Name','pl_pl','Fillter Name',29),(6414,'Fillter_Record_Count','Fillter Record Count','pl_pl','Fillter Record Count',29),(6415,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','pl_pl','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(6416,'vtiger_url','Your vTiger CRM URL','pl_pl','Your vTiger CRM URL',26),(6417,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','pl_pl','You don\'t have permission to Add either This is read-only or Private Field.',31),(6418,'CLEAR','Clear','pl_pl','Clear',31),(6419,'Files/photos uploaded successfully','Files/photos uploaded successfully','pl_pl','Files/photos uploaded successfully',32),(6420,'Digital signature saved','Digital signature saved','pl_pl','Digital signature saved',32),(6421,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','pl_pl','Please upload Signature or Files/photos',32),(6422,'Files / Photos','Files / Photos','pl_pl','Files / Photos',32),(6423,'Signature','Signature','pl_pl','Signature',32),(6424,'add_photo_using','Add Photo Using','pl_pl','Add Photo Using',31),(6425,'btn_upload_sign','(+) Add Signature','pl_pl','(+) Add Signature',31),(6426,'btn_upload_photo_doc','(+) Upload Files/Photos','pl_pl','(+) Upload Files/Photos',31),(6427,'select_photo_doc_to_upload','Please select files/photos to upload','pl_pl','Please select files/photos to upload',31),(6428,'related_module_title','Search from related module and Add to \"Route\"','pl_pl','Search from related module and Add to \"Route\"',30),(6429,'Route status updated successfully','Route status updated successfully','pl_pl','Route status updated successfully',32),(6430,'Session init failed','Session init failed','pl_pl','Session init failed',32),(6431,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','pl_pl','You don\'t have permission to access this resource',32),(6432,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','pl_pl','Could not get the Related To - Try again later',32),(6433,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','pl_pl','Could not get the Route Planning Record - Try again later',32),(6434,'Something went wrong - Try again later','Something went wrong - Try again later','pl_pl','Something went wrong - Try again later',32),(6435,'sequence updated successfully','sequence updated successfully','pl_pl','sequence updated successfully',32),(6436,'sequence cannot be empty','sequence cannot be empty','pl_pl','sequence cannot be empty',32),(6437,'Shortcut details not saved','Shortcut details not saved','pl_pl','Shortcut details not saved',32),(6438,'Shortcut details saved successfully','Shortcut details saved successfully','pl_pl','Shortcut details saved successfully',32),(6439,'Route save successfully','Route save successfully','pl_pl','Route save successfully',32),(6440,'Record save successfully','Record save successfully','pl_pl','Record save successfully',32),(6441,'No dependency found for picklist','No dependency found for picklist','pl_pl','No dependency found for picklist',32),(6442,'No records found','No records found','pl_pl','No records found',32),(6443,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','pl_pl','Outgoing server is not enabled, please configure from CRM',32),(6444,'Removed Successfully','Removed Successfully','pl_pl','Removed Successfully',32),(6445,'Shortcut has been deleted','Shortcut has been deleted','pl_pl','Shortcut has been deleted',32),(6446,'relation of records removed successfully','relation of records removed successfully','pl_pl','relation of records removed successfully',32),(6447,'relation of records not removed','relation of records not removed','pl_pl','relation of records not removed',32),(6448,'Record has been deleted successfully','Record has been deleted successfully','pl_pl','Record has been deleted successfully',32),(6449,'Time Tracking saved successfully','Time Tracking saved successfully','pl_pl','Time Tracking saved successfully',32),(6450,'Time Tracking updated successfully','Time Tracking updated successfully','pl_pl','Time Tracking updated successfully',32),(6451,'Time Tracking ended successfully','Time Tracking ended successfully','pl_pl','Time Tracking ended successfully',32),(6452,'Time Tracking started successfully','Time Tracking started successfully','pl_pl','Time Tracking started successfully',32),(6453,'record cannot be empty','record cannot be empty','pl_pl','record cannot be empty',32),(6454,'Module is disabled','Module is disabled','pl_pl','Module is disabled',32),(6455,'Shift ended successfully','Shift ended successfully','pl_pl','Shift ended successfully',32),(6456,'Shift started successfully','Shift started successfully','pl_pl','Shift started successfully',32),(6457,'relation of records added successfully','relation of records added successfully','pl_pl','relation of records added successfully',32),(6458,'Comment saved successfully','Comment saved successfully','pl_pl','Comment saved successfully',32),(6459,'Comment not saved','Comment not saved','pl_pl','Comment not saved',32),(6460,'Comment module is not active','Comment module is not active','pl_pl','Comment module is not active',32),(6461,'No Upcoming Event','No Upcoming Event','pl_pl','No Upcoming Event',32),(6462,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','pl_pl','No Templates found - create it from Message Templates module',32),(6463,'No event or task for this date','No event or task for this date','pl_pl','No event or task for this date',32),(6464,'No filters created','No filters created','pl_pl','No filters created',32),(6465,'Select at least one record to attach','Select at least one record to attach','pl_pl','Select at least one record to attach',32),(6466,'Please select one or more attachments','Please select one or more attachments','pl_pl','Please select one or more attachments',32),(6467,'No event for this month','No event for this month','pl_pl','No event for this month',32),(6468,'No Activity found','No Activity found','pl_pl','No Activity found',32),(6469,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','pl_pl','Your feedback is valuable for us - it cannot be empty',32),(6470,'Could not send mail, Please try later','Could not send mail, Please try later','pl_pl','Could not send mail, Please try later',32),(6471,'Latest Version updated successfully','Latest Version updated successfully','pl_pl','Latest Version updated successfully',32),(6472,'User Location Updated Successfully','User Location Updated Successfully','pl_pl','User Location Updated Successfully',32),(6473,'User Location not Updated Successfully','User Location not Updated Successfully','pl_pl','User Location not Updated Successfully',32),(6474,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','pl_pl','SMSNotifier is not enable in CRM. Please enable it first',32),(6475,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','pl_pl','Could not submit your feedback - Please try again later',32),(6476,'Thank you for submitting your feedback','Thank you for submitting your feedback','pl_pl','Thank you for submitting your feedback',32),(6477,'Please upload User Image','Please upload User Image','pl_pl','Please upload User Image',32),(6478,'Image Not Uploading, please try again','Image Not Uploading, please try again','pl_pl','Image Not Uploading, please try again',32),(6479,'User Image Uploaded Successfully','User Image Uploaded Successfully','pl_pl','User Image Uploaded Successfully',32),(6480,'Invalid Module name','Invalid Module name','pl_pl','Invalid Module name',32),(6481,'Records Sync Successfully','Records Sync Successfully','pl_pl','Records Sync Successfully',32),(6482,'Values cannot be empty','Values cannot be empty','pl_pl','Values cannot be empty',32),(6483,'Record id is empty','Record id is empty','pl_pl','Record id is empty',32),(6484,'Logout Successfully','Logout Successfully','pl_pl','Logout Successfully',32),(6485,'Please Enable CTMobile Module','Please Enable CTMobile Module','pl_pl','Please Enable CTMobile Module',32),(6486,'Authentication Failed','Username and Password do not match','pl_pl','Username and Password do not match',32),(6487,'Mismatched module information','Something gone wrong, please try again later','pl_pl','Something gone wrong, please try again later',32),(6488,'Field does not exists','Please set display fields again','pl_pl','Please set display fields again',32),(6489,'Module does not exists','Module does not exists or disabled by admin','pl_pl','Module does not exists or disabled by admin',32),(6490,'Month cannot be empty','Could not get the Month - Try again later','pl_pl','Could not get the Month - Try again later',32),(6491,'Year cannot be empty','Could not get the Year - Try again later','pl_pl','Could not get the Year - Try again later',32),(6492,'Date cannot be empty','Could not get the Date - Try again later','pl_pl','Could not get the Date - Try again later',32),(6493,'Userid cannot be empty','Could not get the Userid - Try again later','pl_pl','Could not get the Userid - Try again later',32),(6494,'End Date cannot be empty','Could not get the status - Try again later','pl_pl','Could not get the status - Try again later',32),(6495,'Start Date cannot be empty','Could not get the Start Date - Try again later','pl_pl','Could not get the Start Date - Try again later',32),(6496,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','pl_pl','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(6497,'Longitude cannot be empty','Could not get location-Please try again','pl_pl','Could not get location-Please try again',32),(6498,'Latitude cannot be empty','Could not get location-Please try again','pl_pl','Could not get location-Please try again',32),(6499,'User cannot be empty','Could not get the User - Try again later','pl_pl','Could not get the User - Try again later',32),(6500,'Status cannot be empty','Could not get the status - Try again later','pl_pl','Could not get the status - Try again later',32),(6501,'Required fields not found','Required fields not found','pl_pl','Required fields not found',32),(6502,'Tracking module not active','Tracking module not active-Please contact CRM Admin','pl_pl','Tracking module not active-Please contact CRM Admin',32),(6503,'Missing mandatory input values','Missing mandatory input values','pl_pl','Missing mandatory input values',32),(6504,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','pl_pl','No MailBox found. Please Create Mailbox',32),(6505,'Mail not sent','Mail not sent','pl_pl','Mail not sent',32),(6506,'Mail send successfully','Mail send successfully','pl_pl','Mail send successfully',32),(6507,'Email Id or username not match with your record','Email Id or username not match with your record','pl_pl','Email Id or username not match with your record',32),(6508,'Module not specified','Module not specified','pl_pl','Module not specified',32),(6509,'No messages found','No messages found','pl_pl','No messages found',32),(6510,'No Dependency Found For This Module','No Dependency Found For This Module','pl_pl','No Dependency Found For This Module',32),(6511,'Outgoing server is not Enabled','Outgoing server is not Enabled','pl_pl','Outgoing server is not Enabled',32),(6512,'Outgoing server is Enabled','Outgoing server is Enabled','pl_pl','Outgoing server is Enabled',32),(6513,'Email Attached Successfully','Email Attached Successfully','pl_pl','Email Attached Successfully',32),(6514,'Documents Attached Successfully','Documents Attached Successfully','pl_pl','Documents Attached Successfully',32),(6515,'Login required - Please login again','Login required - Please login again','pl_pl','Login required - Please login again',32),(6516,'time_tracking_module_disable','Time tracking module is disable','pl_pl','Time tracking module is disable',31),(6517,'route_planning_module_disable','Route planning module is disable','pl_pl','Route planning module is disable',31),(6518,'mark_as_held','Are you sure you want to mark Event as Held?','pl_pl','Are you sure you want to mark Event as Held?',31),(6519,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','pl_pl','You have already started Time tracking for another record, Do you want to stop it first ?',31),(6520,'access_denied_routeplanning','Access denied for route planning','pl_pl','Access denied for route planning',31),(6521,'time_spent','Time Spent','pl_pl','Time Spent',31),(6522,'select_user','Select User','pl_pl','Select User',30),(6523,'status_cannot_be_held','Status cannot be held for future date start','pl_pl','Status cannot be held for future date start',30),(6524,'please_select_end_date','Please select end date','pl_pl','Please select end date',30),(6525,'please_select_start_date','Please select start date','pl_pl','Please select start date',30),(6526,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','pl_pl','Tap on + icon to select record for your route.',30),(6527,'please_enter_notes','Please enter notes','pl_pl','Please enter notes',30),(6528,'please_enter_title','Please enter title','pl_pl','Please enter title',30),(6529,'please_select_date','Please Select Date','pl_pl','Please Select Date',30),(6530,'search_by_date','Search by Date','pl_pl','Search by Date',30),(6531,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','pl_pl','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(6532,'max_upload_size','max file Upload exceeds','pl_pl','max file Upload exceeds',30),(6533,'unselect_all','UnSelect All','pl_pl','UnSelect All',30),(6534,'select_all','Select All','pl_pl','Select All',30),(6535,'please_select_records','Please select records','pl_pl','Please select records',30),(6536,'select_date','Select Date','pl_pl','Select Date',30),(6537,'quantity_in_stock_is','Quantity in stock is','pl_pl','Quantity in stock is',30),(6538,'replies','Replies','pl_pl','Replies',30),(6539,'conversation_require_selection','Conversion requires selection of Contact or Organization','pl_pl','Conversion requires selection of Contact or Organization',30),(6540,'please_select_product','Please Select Product','pl_pl','Please Select Product',30),(6541,'timer_msg','You can start timer for single task only at same time','pl_pl','You can start timer for single task only at same time',31),(6542,'save_start_tracking','Save & Start Tracking','pl_pl','Save & Start Tracking',31),(6543,'lbl_notes','Notes','pl_pl','Notes',31),(6544,'enter_title','Enter Title','pl_pl','Enter Title',31),(6545,'select_module_record','Select Module / Record','pl_pl','Select Module / Record',31),(6546,'lbl_tomorrow','Tomorrow','pl_pl','Tomorrow',30),(6547,'lbl_yesterday','Yesterday','pl_pl','Yesterday',30),(6548,'lbl_today','Today','pl_pl','Today',30),(6549,'time_tracker','Time Tracker','pl_pl','Time Tracker',31),(6550,'time_end','End Time','pl_pl','End Time',5),(6551,'due_date','End Date','pl_pl','End Date',5),(6552,'time_start','Time Start','pl_pl','Time Start',5),(6553,'date_start','Start Date','pl_pl','Start Date',5),(6554,'delete_widget_msg','Display widget again by using (+) option','pl_pl','Display widget again by using (+) option',15),(6555,'no_upcoming_activities','No scheduled activities    ','pl_pl','No scheduled activities    ',15),(6556,'check_in_first','Please check-in first','pl_pl','Please check-in first',30),(6557,'duration','Duration','pl_pl','Duration',30),(6558,'distance','Distance','pl_pl','Distance',30),(6559,'proper_address_message','Please enter proper address in record\n','pl_pl','Please enter proper address in record',30),(6560,'select_status','Select Status','pl_pl','Select Status',30),(6561,'route_planner','Route Planner','pl_pl','Route Planner',30),(6562,'route_planning','Route Planning','pl_pl','Route Planning',30),(6563,'add_route','Add Route','pl_pl','Add Route',30),(6564,'calender_disabled','Calendar Module is disabled','pl_pl','Calendar Module is disabled',30),(6565,'close_dialog','Close form','pl_pl','Close form',30),(6566,'cancel_form_message','Are You sure want to close ?','pl_pl','Are You sure want to close ?',30),(6567,'create_route','Create Route','pl_pl','Create Route',30),(6568,'select_module_create_route','Select Module to create Route','pl_pl','Select Module to create Route',30),(6569,'cancel','Cancel','pl_pl','Cancel',30),(6570,'assign_route','Assign Route','pl_pl','Assign Route',30),(6571,'route_for','Route for','pl_pl','Route for',30),(6572,'assigned_to','Assigned To','pl_pl','Assigned To',30),(6573,'enter_route_name','Enter Route Name','pl_pl','Enter Route Name',30),(6574,'list','List','pl_pl','List',30),(6575,'map','Map','pl_pl','Map',30),(6576,'other_modules','Other Modules','pl_pl','Other Modules',15),(6577,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','pl_pl','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(6578,'clear','Clear','pl_pl','Clear',25),(6579,'open','Open','pl_pl','Open',11),(6580,'max_file_msg','Too many files selected (max:6)','pl_pl','Too many files selected (max:6)',11),(6581,'error_voicenote_record','Unable to recording voice while another application is recording sound.','pl_pl','Unable to recording voice while another application is recording sound.',11),(6582,'msg_warning','Warning!','pl_pl','Warning!',11),(6583,'Permision_denied_contact','Permission denied to access your contacts','pl_pl','Permission denied to access your contacts',15),(6584,'no_widget_added','Please click + icon to add new widget to your dashboard.','pl_pl','Please click + icon to add new widget to your dashboard.',15),(6585,'no_data_available','Data not available, please check the selected fields','pl_pl','Data not available, please check the selected fields',15),(6586,'check_out_successfully','Check out successfully','pl_pl','Checked out successfully',11),(6587,'check_in_successfully','Check in successfully','pl_pl','Checked in successfully',11),(6588,'check_out','Check out','pl_pl','Check out',11),(6589,'check_in','Check in','pl_pl','Check in',11),(6590,'navigate','Navigate','pl_pl','Navigate',11),(6591,'save_to_phone_vcard_success','VCard Saved to phone successfully','pl_pl','VCard Saved to phone successfully',15),(6592,'download_vcard_success','VCard downloaded successfully','pl_pl','VCard downloaded successfully',15),(6593,'card_details','Card Details','pl_pl','Card Details',15),(6594,'add_widget','Add Widget','pl_pl','Add Widget',15),(6595,'delete_widget','Are you sure to hide widget?','pl_pl','Are you sure to hide widget?',15),(6596,'already_widgets_added','All types of Widget & reports are already added','pl_pl','All types of Widget & reports are already added',15),(6597,'retry','Retry','pl_pl','Retry',28),(6598,'retake','Retake','pl_pl','Retake',28),(6599,'Reports','Reports','pl_pl','Reports',15),(6600,'Widgets','Widgets','pl_pl','Widgets',15),(6601,'vcard_config','Vcard Configuration','pl_pl','Vcard Configuration',8),(6602,'save_to_phone','Save to phone','pl_pl','Save to phone',11),(6603,'download_vcard','Download Vcard','pl_pl','Download Vcard',11),(6604,'share_vcard','Share Vcard','pl_pl','Share Vcard',11),(6605,'share_record','Share Record','pl_pl','Share Record',11),(6606,'permission_denied_edit','You don\'t have permission to edit this record.','pl_pl','You don\'t have permission to edit this record.',27),(6607,'permission_denied_delete','You don\'t have permission to delete this record.','pl_pl','You don\'t have permission to delete this record.',27),(6608,'Voice_Recording_Started','Recording Started','pl_pl','Recording Started',12),(6609,'Voice_Recording_Stopped','Recording Stopped','pl_pl','Recording Stopped',12),(6610,'SEARCH','Search','pl_pl','Search',7),(6611,'LAST','Last','pl_pl','Last',7),(6612,'FIRST','First','pl_pl','First',7),(6613,'MONDAY','Monday','pl_pl','Monday',7),(6614,'TUESDAY','Tuesday','pl_pl','Tuesday',7),(6615,'WEDNESDAY','Wednesday','pl_pl','Wednesday',7),(6616,'THURSDAY','Thursday','pl_pl','Thursday',7),(6617,'FRIDAY','Friday','pl_pl','Friday',7),(6618,'SATURDAY','Saturday','pl_pl','Saturday',7),(6619,'SUNDAY','Sunday','pl_pl','Sunday',7),(6620,'DAILY','Daily','pl_pl','Daily',7),(6621,'WEEKLY','Weekly','pl_pl','Weekly',7),(6622,'MONTHLY','Monthly','pl_pl','Monthly',7),(6623,'YEARLY','Yearly','pl_pl','Yearly',7),(6624,'asset_tracking','Asset tracking','pl_pl','Asset tracking',15),(6625,'open_file','Open File','pl_pl','Open File',1),(6626,'download_pdf_successfully','Download PDF Successfully','pl_pl','Download PDF Successfully',1),(6627,'select_pdf','Select PDF','pl_pl','Select PDF',1),(6628,'email_pdf','Email PDF','pl_pl','Email PDF',1),(6629,'download_pdf','Download PDF','pl_pl','Download PDF',1),(6630,'edit_route','Edit Route','pl_pl','Edit Route',1),(6631,'save_route','Save Route','pl_pl','Save Route',1),(6632,'clear_all','Clear All','pl_pl','Clear All',1),(6633,'notification','Notifications','pl_pl','Notifications',1),(6634,'menu_management','Menu Management','pl_pl','Menu Management',1),(6635,'select_menu','Select Menu','pl_pl','Select Menu',1),(6636,'module_record_not_found','Module and Record not found','pl_pl','Module and Record not found',1),(6637,'reason_for_changing_comments','Reason for changing comments','pl_pl','Reason for changing comments',1),(6638,'edit_reason','Edit Reason','pl_pl','Edit Reason',1),(6639,'create_filters','Create Filter','pl_pl','Create Filter',1),(6640,'you_checked','You Checked','pl_pl','You Checked',1),(6641,'you_un_checked','You UnChecked','pl_pl','You UnChecked',1),(6642,'log_the_call','Log the call ?','pl_pl','Log the call ?',1),(6643,'add_a_description_(optional)','Add a description (optional)','pl_pl','Add a description (optional)',1),(6644,'called','Called','pl_pl','Called',1),(6645,'call_log','Call Log','pl_pl','Call Log',1),(6646,'subject','Subject','pl_pl','Subject',1),(6647,'add_condition','Add Condition','pl_pl','Add Condition',1),(6648,'select_condition','Select Condition','pl_pl','Select Condition',1),(6649,'select_field','Select Field','pl_pl','Select Field',1),(6650,'please_select_first_field','Please First Select field','pl_pl','Please First Select field',1),(6651,'filter_name','Filter Name','pl_pl','Filter Name',1),(6652,'enter_filter_name','Enter filter name','pl_pl','Enter filter name',1),(6653,'choose_conditions','Choose Conditions','pl_pl','Choose Conditions',1),(6654,'all_condition','All Conditions(All conditions must be met)','pl_pl','All Conditions(All conditions must be met)',1),(6655,'any_condition','Any Conditions(At least one the conditions must be met)','pl_pl','Any Conditions(At least one the conditions must be met)',1),(6656,'lattitude','latitude','pl_pl','latitude',1),(6657,'notification_settings','Notification Settings','pl_pl','Notification Settings',1),(6658,'notification_management','Notification Management','pl_pl','Notification Management',1),(6659,'addyourcommentshere','Type @ to mention user','pl_pl','Type @ to mention user',1),(6660,'google_api_key_missing','Google Api key is missing.','pl_pl','Google Api key is missing.',1),(6661,'event_filter_by','Event Filter by','pl_pl','Event Filter by',1),(6662,'apply','Apply','pl_pl','Apply',1),(6663,'choose_from_gallery','Choose From Gallery','pl_pl','Choose From Gallery',1),(6664,'choose_from_camera','Choose From Camera','pl_pl','Choose From Camera',1),(6665,'mutli_select_CB','Mutli Select CB','pl_pl','Mutli Select CB',1),(6666,'please_select_condition','Please Select Condition','pl_pl','Please Select Condition',1),(6667,'please_enter_value_or_field','Please Enter Value or Field','pl_pl','Please Enter Value or Field',1),(6668,'set_as_default','Set as Default','pl_pl','Set as Default',1),(6669,'list_in_metrics','List in Metrics','pl_pl','List in Metrics',1),(6670,'order_number','Order Number','pl_pl','Order Number',1),(6671,'recording_saved_message','Recording saved successfully.','pl_pl','Recording saved successfully.',1),(6672,'recording_file','Recording File','pl_pl','Recording File',1),(6673,'file_not_found','File not found','pl_pl','File not found',1),(6674,'please_enter_valid_path','Please enter valid path','pl_pl','Please enter valid path',1),(6675,'enter_path_here','Enter path here...','pl_pl','Enter path here...',1),(6676,'set_call_recording_path','Set Call Recording Path','pl_pl','Set Call Recording Path',1),(6677,'set_call_recording_path_here','Set call recording path here','pl_pl','Set call recording path here',1),(6678,'call_recording_path','Call Recording Path','pl_pl','Call Recording Path',1),(6679,'please_place_api','Please enable place api','pl_pl','Please enable place api',1),(6680,'event_filters_by','Event Filters by','pl_pl','Event Filters by',1),(6681,'select_at_least_one_option','Please select at least one option','pl_pl','Please select at least one option',1),(6682,'enable_call_feature','Please enable call feature','pl_pl','Please enable call feature',1),(6683,'enable_email_feature','Please enable email feature','pl_pl','Please enable email feature',1),(6684,'demo_login','Demo Login','pl_pl','Demo Login',1),(6685,'select_email_template','Select Email Template','pl_pl','Select Email Template',1),(6686,'template_name','Template Name','pl_pl','Template Name',1),(6687,'example_storage_path','example : storage/Music/Recordings/Call Recordings','pl_pl','example : storage/Music/Recordings/Call Recordings',1),(6688,'User Notification Settings saved successfully','User Notification Settings saved successfully','pl_pl','User Notification Settings saved successfully',33),(6689,'This Notification has been disabled by admin','This Notification has been disabled by admin','pl_pl','This Notification has been disabled by admin',33),(6690,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','pl_pl','Notify when any updates to the record you\'re following',33),(6691,'Task assigned to you','Task assigned to you','pl_pl','Task assigned to you',33),(6692,'Task Reminder','Task Reminder','pl_pl','Task Reminder',33),(6693,'You were mentioned in comments','You were mentioned in comments','pl_pl','You were mentioned in comments',33),(6694,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','pl_pl','Comments has been added to record assigned to you',33),(6695,'When Record Assigned','When Record Assigned','pl_pl','When Record Assigned',33),(6696,'Event Reminder','Event Reminder','pl_pl','Event Reminder',33),(6697,'Event Invitation','Event Invitation','pl_pl','Event Invitation',33),(6698,'Follow record','Follow record','pl_pl','Follow record',33),(6699,'Task','Task','pl_pl','Task',33),(6700,'Conversions','Conversions','pl_pl','Conversions',33),(6701,'Events','Events','pl_pl','Events',33),(6702,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','pl_pl','No record(s) found Please click on filter icon to change filter',1),(6703,'title','Title','pl_pl','Title',1),(6704,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','pl_pl','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(6705,'call_recording','Call recording','pl_pl','Call recording',1),(6706,'voice_recorder','Voice Recorder','pl_pl','Voice Recorder',1),(6707,'no_address_reference_found','No Address Reference found','pl_pl','No Address Reference found',32),(6708,'no_overdue_activities','No OverDue Activities','pl_pl','No OverDue Activities',32),(6709,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','pl_pl','Please enter proper address from this address we are not getting proper latitude and longitude',32),(6710,'Default_Search_Field','Default search field','pl_pl','Default search field',32),(6711,'Calender_Reminder_Message','Free user can\'t send local reminder','pl_pl','Free user can\'t send local reminder',32),(6712,'you_must_have_permission','You must give permissions to use this features.','pl_pl','You must give permissions to use this features.',32),(6713,'internal_comment','Internal Comment','pl_pl','Internal Comment',1),(6714,'unlink_record','Unlink Record','pl_pl','Unlink Record',11),(6715,'unlink_record_msg','Are you sure want to unlink record?','pl_pl','Are you sure want to unlink record?',11),(6716,'file_format_not_support','File format not supported','pl_pl','File format not supported',11),(6717,'file_upload','File Upload','pl_pl','File Upload',5),(6718,'to_vtiger','To Vtiger','pl_pl','To Vtiger',5),(6719,'link_external_document','Link External Document','pl_pl','Link External Document',5),(6720,'from_file_url','From File Url','pl_pl','From File Url',5),(6721,'create_new_document','Create New Document','pl_pl','Create New Document',5),(6722,'select_document_type','Select Document type','pl_pl','Select Document type',5),(6723,'add_signature','Please add signature','pl_pl','Please add signature',11),(6724,'date_greater_then_equal','should be greater than or equal to','pl_pl','should be greater than or equal to',1),(6725,'date_less_then_equal','should be less than or equal to','pl_pl','should be less than or equal to',1),(6726,'Click_on_plus_for_add','Please tap on  +  to create a new record.','pl_pl','Please tap on  +  to create a new record.',15),(6727,'display_map','Display map','pl_pl','Display map',15),(6728,'other_settings','Other settings','pl_pl','Other settings',15),(6729,'total_hours','Total hours','pl_pl','Total hours',15),(6730,'widget_not_found','No widgets found','pl_pl','No widgets found',15),(6731,'quickaction','Quick action','pl_pl','Quick action',15),(6732,'dashboard','Dashboard','pl_pl','Dashboard',15),(6733,'new','New','pl_pl','New',15),(6734,'global_search_hint','Please try to search using search box at top','pl_pl','Please try to search using search box at top',15),(6735,'near_by_map','Near By Map','pl_pl','Near By Map',15),(6736,'miles','Miles','pl_pl','Miles',15),(6737,'lbl_filters','Filters','pl_pl','Filters',27),(6738,'warning','Warning','pl_pl','Warning',27),(6739,'no_filter_created','No filter is created.','pl_pl','No filter is created.',27),(6740,'please_create_new_ilter','Please create a new filter','pl_pl','Please create a new filter',27),(6741,'select_search_fields','Select fields for the search record.','pl_pl','Select fields for the search record.',27),(6742,'apply_fliters','Apply filters','pl_pl','Apply filters',27),(6743,'sort_by','Sort by','pl_pl','Sort by',27),(6744,'sort_order','Sort order','pl_pl','Sort order',27),(6745,'Start_time_tracking','Start time tracking','pl_pl','Start time tracking',31),(6746,'Stop_time_tracking','Stop time tracking','pl_pl','Stop time tracking',31),(6747,'image_preview','Image preview','pl_pl','Image preview',11),(6748,'phone_number','Phone number','pl_pl','Phone number',11),(6749,'email_address','Email address','pl_pl','Email address',11),(6750,'edit_your_preferences','Edit your preferences','pl_pl','Edit your preferences',8),(6751,'about_app','About app','pl_pl','About app',8),(6752,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','pl_pl','You already have latest CTMobile Ext. Version',8),(6753,'updated_app_version','You already have latest CRMTiger App Version','pl_pl','You already have latest CRMTiger App Version',8),(6754,'plan','Plan','pl_pl','Plan',8),(6755,'time','Time','pl_pl','Time',31),(6756,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','pl_pl','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(6757,'add_to_quick_action','Add to quick action','pl_pl','Add to quick action',1),(6758,'add_filter_to_quick_action','Add filter to quick action','pl_pl','Add filter to quick action',1),(6759,'create_record','Create Record','pl_pl','Create Record',1),(6760,'quick_action_hint','You can Add Quick Action here','pl_pl','You can Add Quick Action here',1),(6761,'str_send','Send','pl_pl','Send',3),(6762,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','pl_pl','Do you want to update tax & charge values corresponding to selected region?',1),(6763,'delete_quick_action_widgest','Delete Widget?','pl_pl','Delete Widget?',15),(6764,'add_record_to_dashboard','Add record to dashboard','pl_pl','Add record to dashboard',15),(6765,'module_quick_action_msg','Module added to dashboard','pl_pl','Module added to dashboard',15),(6766,'filter_quick_action_msg','Filter added to dashboard','pl_pl','Filter added to dashboard',15),(6767,'record_quick_action_msg','Record added to dashboard','pl_pl','Record added to dashboard',15),(6768,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','pl_pl','Filter shortcut added to dashboard',15),(6769,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','pl_pl','Record shortcut added to dashboard',15),(6770,'documents_disabled','Documents Module is disabled','pl_pl','Documents Module is disabled',1),(6771,'document_dont_attachment','Document does not have a attachment','pl_pl','Document does not have a attachment',1),(6772,'go_to_neat_by','Go to NearBy','pl_pl','Go to NearBy',15),(6773,'go_to_time_tracking','Go to Time Tracker','pl_pl','Go to Time Tracker',13),(6774,'nearby_quick_action_msg','NearBy added to dashboard','pl_pl','NearBy added to dashboard',15),(6775,'time_tracking_quick_action_msg','Time Tracking added to dashboard','pl_pl','Time Tracking added to dashboard',15),(6776,'attendance_quick_action_msg','Attendance added to dashboard','pl_pl','Attendance added to dashboard',15),(6777,'attachment','Attachment','pl_pl','Attachment',15),(6778,'search_by_fields','Search by fields','pl_pl','Search by fields',27),(6779,'apply_selected','Apply selected','pl_pl','Apply selected',27),(6780,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','pl_pl','auto address finder is disabled, please enable it from CRMTiger Settings',1),(6781,'Attendance','Attendance','pl_pl','Attendance',15),(6782,'Check-in successfully','Check-in successfully','pl_pl','Check-in successfully',32),(6783,'Check-out successfully','Check-out successfully','pl_pl','Check-out successfully',32),(6784,'Nothing around here','Nothing around here','pl_pl','Nothing around here',13),(6785,'select_days','Select Days','pl_pl','Select Days',5),(6786,'select_minutes','Select Minutes','pl_pl','Select Minutes',5),(6787,'select_hours','Select Hours','pl_pl','Select Hours',5),(6788,'no_lat_long_found','Location information (Latitude,Longitude) not found','pl_pl','Location information (Latitude,Longitude) not found',32),(6789,'Call Log save successfully','Call Log save successfully','pl_pl','Call Log save successfully',32),(6790,'Files/photos deleted successfully','Files/photos deleted successfully','pl_pl','Files/photos deleted successfully',32),(6791,'network_error','Network connection error!','nl_nl','Netwerkverbindingsfout',1),(6792,'connection_check','Could not connect to CRM, Please check your Internet connection.','nl_nl','Kan geen verbinding maken met CRM. Controleer uw internetverbinding.',1),(6793,'update','Update','nl_nl','Update',1),(6794,'cancel','Cancel','nl_nl','Annuleren',1),(6795,'ok','Ok','nl_nl','Ok',1),(6796,'more_information','Click here for more information.','nl_nl','Klik hier voor meer informatie.',1),(6797,'yes','Yes','nl_nl','Ja',1),(6798,'no','No','nl_nl','Nee',1),(6799,'click_again_exit','Click again to exit','nl_nl','Klik nogmaals om af te sluiten.',1),(6800,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','nl_nl','U heeft geen toestemming om deze functie te bekijken. Abonneer u op de Premium-versie. Klik hier om u in te schrijven.',1),(6801,'clickhere','Click here','nl_nl','Klik hier',1),(6802,'clickhere_subscribe','Click here to subscribe premium version','nl_nl','Klik hier om u op de premium-versie te abonneren.',1),(6803,'clickhere_configure','Click here and view how to Configure.','nl_nl','Klik hier en bekijk hoe u uw instellingen kunt aanpassen.',1),(6804,'please_wait','Please Wait…','nl_nl','Een ogenblik geduld ...',1),(6805,'share__msg','Share file with','nl_nl','Bestand delen met',1),(6806,'dialog_camera','Camera','nl_nl','camera',1),(6807,'dialog_add_file_by','Take Photo from','nl_nl','Foto nemen van',1),(6808,'add','Add','nl_nl','Toevoegen',1),(6809,'mail_manager_configured','Mail Manager is not configured','nl_nl','Mail Manager is niet geconfigureerd',1),(6810,'dialog_add_files_by','Add Files by','nl_nl','Bestanden toevoegen via',1),(6811,'dialog_drive','Drive','nl_nl','Drive',1),(6812,'dialog_drop_box','Drop Box','nl_nl','Drop Box',1),(6813,'dialog_need_signin','You need to Sign-in to your Drive account first.','nl_nl','U moet eerst inloggen op uw Drive-account.',1),(6814,'dialog_gallery','Gallery','nl_nl','Galerij',1),(6815,'delete','Delete','nl_nl','Verwijderen',1),(6816,'timeoutmessage','Oops! Request is taking more time than expected.','nl_nl','Oeps! Het verzoek neemt meer tijd in beslag dan verwacht.',1),(6817,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','nl_nl','GPS is niet ingeschakeld. Schakel het in om uw dichtstbijzijnde locaties te krijgen.',1),(6818,'sure_want_delete','Are you sure want to delete ?','nl_nl','Weet u zeker dat u wilt verwijderen?',1),(6819,'select','Select','nl_nl','Selecteer',1),(6820,'msgforrecordaudio','Minimum record duration one second.','nl_nl','Minimale opnameduur één seconde.',1),(6821,'permission_storage','Permission denied to read your External storage','nl_nl','Toestemming geweigerd om uw externe opslag te lezen.',1),(6822,'send_permission_msg','Send message permission denied','nl_nl','Bericht verzenden – toestemming geweigerd',1),(6823,'choosefile','Choose File','nl_nl','Kies bestand',1),(6824,'enter','Enter','nl_nl','Enter',1),(6825,'select_an_option','Select an Option','nl_nl','Selecteer een optie',1),(6826,'email_validation','Email is not valid','nl_nl','E-mail is niet geldig',1),(6827,'please_enter','Please Enter','nl_nl','Voer in a.u.b.',1),(6828,'website_validation_text','Website URL is not valid','nl_nl','URL van de website in is niet geldig',1),(6829,'selectvalue','Select value first','nl_nl','Selecteer eerst een waarde',1),(6830,'email','Email','nl_nl','E-mail',1),(6831,'enter_email_address','Enter email address','nl_nl','Voer het e-mailadres in',1),(6832,'email_address_not_correct','Email address incorrect','nl_nl','E-mailadres onjuist',1),(6833,'pls_enter_subject','Please Enter Subject','nl_nl','Voer het onderwerp in',1),(6834,'attachFiles','Attached File','nl_nl','Bijgevoegd bestand',1),(6835,'from','From','nl_nl','Van',1),(6836,'to','To','nl_nl','Aan',1),(6837,'call_permission_msg','Call permission denied','nl_nl','Toestemming bellen geweigerd',1),(6838,'no_records','No records found','nl_nl','Geen records gevonden',1),(6839,'fullform','Create New','nl_nl','Maak nieuw',1),(6840,'save','Save','nl_nl','Opslaan',1),(6841,'total','Total','nl_nl','Totaal',1),(6842,'discount','Discount','nl_nl','Korting',1),(6843,'price','Price','nl_nl','Prijs',1),(6844,'quantity','Quantity','nl_nl','Hoeveelheid',1),(6845,'select_module','Select Module','nl_nl','Selecteer module',1),(6846,'item_list','Item List','nl_nl','Itemlijst',1),(6847,'quickcreate','Quick Create','nl_nl','Snel start',1),(6848,'overwrite_msg_part1','Overwrite the existing address with the selected','nl_nl','Overschrijf bestaande adres met',1),(6849,'once_in_every','Once in every','nl_nl','Eens in de',1),(6850,'overwrite_msg_part2','address details?','nl_nl','adresgegevens?',1),(6851,'add_item','Add Item','nl_nl','Item toevoegen',1),(6852,'recordsave','Record saved successfully','nl_nl','Record succesvol opgeslagen',1),(6853,'recordnotsave','Could not save record. Try again later','nl_nl','Kon record niet opslaan. Probeer het later opnieuw',1),(6854,'minutes','Minutes','nl_nl','Minuten',1),(6855,'hours','Hours','nl_nl','Uren',1),(6856,'days','Days','nl_nl','Dagen',1),(6857,'on','On','nl_nl','op',1),(6858,'day_of_the_month','day of the month','nl_nl','dag van de maand',1),(6859,'list_price','List Price','nl_nl','prijs',1),(6860,'add_record','Add Record','nl_nl','voeg record toe',1),(6861,'add_product','Add Product','nl_nl','voeg product toe',1),(6862,'add_service','Add Service','nl_nl','voeg service toe',1),(6863,'discountin','Discount in %','nl_nl','Korting in %',1),(6864,'unitprice','Unit price','nl_nl','Prijs per stuk    ',1),(6865,'netprice','Net price','nl_nl','Nettoprijs',1),(6866,'comments','Comments','nl_nl','Opmerkingen',1),(6867,'add_close','Add & Close','nl_nl','Toevoegen en sluiten',1),(6868,'fetching_rout_message','Fetching route, Please wait…','nl_nl','Route ophalen, een ogenblik geduld ...',1),(6869,'setting','Settings','nl_nl','Instellingen',1),(6870,'utc','UTC','nl_nl','UTC',1),(6871,'in','In','nl_nl','In',1),(6872,'days_ago','days ago','nl_nl','dagen geleden',1),(6873,'mins_ago','Minutes ago','nl_nl','minuten geleden',1),(6874,'justnow','Just now','nl_nl','zojuist',1),(6875,'hours_ago','hours ago','nl_nl','uren geleden',1),(6876,'in_1_day','In 1 day','nl_nl','over 1 dag',1),(6877,'scanqrcode','Asset / Card scanner','nl_nl','Card Scanner',1),(6878,'call_log','Call Log','nl_nl','Call Log',1),(6879,'voice_message','Hi','nl_nl','Hi',1),(6880,'voice_message1','What can I search for you in','nl_nl','Wat kan ik voor u zoeken?',1),(6881,'live_tracking','Live Tracking','nl_nl','Live-Tracking',1),(6882,'mailmanager','Mail Manager','nl_nl','Mail Manager',1),(6883,'my_location','My location','nl_nl','Mijn locatie',1),(6884,'created_on','Created On','nl_nl','Gemaakt op',1),(6885,'modified_on','Modified On','nl_nl','Gewijzigd op',1),(6886,'enter_comments','Enter Comments','nl_nl','Voeg opmerking toe',1),(6887,'viewmore','View More','nl_nl','Bekijk meer',1),(6888,'viewless','View Less','nl_nl','Bekijk minder',1),(6889,'gotofullform','Go to Full Form','nl_nl','Ga naar volledig formulier',1),(6890,'post','Post','nl_nl','bericht',1),(6891,'url','URL','nl_nl','URL',1),(6892,'dialog_title_text_back_color','Select a Text Background Color','nl_nl','Kies een achtergrondkleur voor de tekst',1),(6893,'event_or_task','Add event/task','nl_nl','Voeg afspraak/taak toe',1),(6894,'shortcut','Shortcuts','nl_nl','Snelkoppelingen',1),(6895,'select_field','Select Field','nl_nl','Veld selecteren',1),(6896,'share','Share','nl_nl','Delen',1),(6897,'title_insert_link','Insert Link','nl_nl','Link invoegen',1),(6898,'addyourcommentshere','Add your comments here','nl_nl','Voeg hier uw commentaar toe',1),(6899,'nocomment','No Comments','nl_nl','Geen commentaar',1),(6900,'leads','Leads','nl_nl','Leads',1),(6901,'true_val','true','nl_nl','Aan',1),(6902,'noresult','No Result','nl_nl','Geen resultaat',1),(6903,'version','Version','nl_nl','Versie',1),(6904,'convert_lead','Convert Lead','nl_nl','Converteer lead',1),(6905,'app_name','CRMTiger','nl_nl','CRMTiger',1),(6906,'enter_url','Please Enter url','nl_nl','Voer url in',1),(6907,'help','Help','nl_nl','Help',1),(6908,'contact_us','Contact Us','nl_nl','Contact',1),(6909,'updates','Updates','nl_nl','Updates',1),(6910,'logout','LogOut','nl_nl','Afmelden',1),(6911,'busnies_cardscanner','Business Card Scanner','nl_nl','Visitekaartenscanner',1),(6912,'sure_want_logout','Are you sure want to logout ?','nl_nl','Weet u zeker dat u wilt uitloggen?',1),(6913,'logout_message','Logout successfully','nl_nl','Succesvol uitgelogd',1),(6914,'all','All','nl_nl','Alle',1),(6915,'add_event','Add event','nl_nl','Voeg afspraak toe',1),(6916,'add_task','Add Task','nl_nl','Voeg taak toe',1),(6917,'next','Next','nl_nl','Volgende',1),(6918,'terms_conditions','Terms and Conditions','nl_nl','Terms and Conditions',1),(6919,'login','Login','nl_nl','Log in',2),(6920,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','nl_nl','Door in te loggen gaat u akkoord met onze Algemene Voorwaarden & ons Privacybeleid',2),(6921,'copyright','Copyright © 2020 CRMTiger Version','nl_nl','Copyright © 2019 CRMTiger Versie',2),(6922,'enter_username','Please enter username','nl_nl','Voer gebruikersnaam in',2),(6923,'enter_password','Please enter password','nl_nl','Voer wachtwoord in',2),(6924,'remanberme','Remember Me','nl_nl','Onthoud mij',2),(6925,'forgot_password','Forgot password?','nl_nl','Wachtwoord vergeten?',2),(6926,'privacy_policay1','Privacy Policy','nl_nl','Privacybeleid',2),(6927,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','nl_nl','Er is iets misgegaan. \nKlik hier om contact op te nemen voor ondersteuning.',2),(6928,'enter_username_password','Entered Username or Password is wrong','nl_nl','Ingevoerde gebruikersnaam of wachtwoord is verkeerd Er zijn',2),(6929,'server_issue_occured','Server issues occurred','nl_nl','serverprobleem opgetreden',2),(6930,'password','Password','nl_nl','Wachtwoord',3),(6931,'user_name','Username','nl_nl','Gebruikersnaam',3),(6932,'reset_pwd','Reset Password','nl_nl','Wachtwoord opnieuw instellen',3),(6933,'forgot_password_title','Forgot password','nl_nl','Wachtwoord vergeten',3),(6934,'enter_user_name','Enter user name','nl_nl','Voer gebruikersnaam in',3),(6935,'cc','Cc','nl_nl','Cc',4),(6936,'body','Body','nl_nl','Body',4),(6937,'bcc','BCC','nl_nl','BCC',4),(6938,'dialog_title_text_color','Select a Text Color','nl_nl','Kies een tekstkleur',4),(6939,'date','Date','nl_nl','Datum',4),(6940,'subject','Subject','nl_nl','Onderwerp',4),(6941,'composeMail','Compose Mail','nl_nl','Nieuw bericht',4),(6942,'send','Send','nl_nl','verzenden',4),(6943,'select_message','Select message','nl_nl','Selecteer bericht',4),(6944,'title_insert_table','Insert Table','nl_nl','Voeg tabel in',4),(6945,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','nl_nl','Ik ga akkoord met inloggen door het technische team voor verder oplossen van het probleem.',5),(6946,'edit_record','Edit Records','nl_nl','bewerk records',5),(6947,'select_time','Select Time','nl_nl','Selecteer tijd',5),(6948,'edit_item','Edit Item','nl_nl','Item bewerken',5),(6949,'items_total','Items Total','nl_nl','Items totaal',5),(6950,'number_less_then_31','Number should be less than 31','nl_nl','aantal moet kleiner zijn dan 31',5),(6951,'users','Users','nl_nl','Gebruikers',5),(6952,'groups','Groups','nl_nl','Groepen',5),(6953,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','nl_nl','Opmerking: Bestaande bijlagen (afbeeldingen / bestanden) worden vervangen',5),(6954,'greaterdatetime','End DateTime should be greater than Start DateTime','nl_nl','Einddatum en -tijd moet groter zijn dan startdatum en -tijd.',5),(6955,'until','Until','nl_nl','tot',5),(6956,'organizations','Organizations','nl_nl','Organisaties',6),(6957,'contacts','Contacts','nl_nl','Contactpersonen',6),(6958,'opportunity','Opportunity','nl_nl','Verkoopkans',6),(6959,'lbl_sun','SUN','nl_nl','ZO',7),(6960,'lbl_mon','MON','nl_nl','MA',7),(6961,'lbl_tue','TUE','nl_nl','DI',7),(6962,'lbl_wed','WED','nl_nl','WO',7),(6963,'lbl_thu','THU','nl_nl','DO',7),(6964,'lbl_fri','FRI','nl_nl','VR',7),(6965,'lbl_sat','SAT','nl_nl','ZA',7),(6966,'lbl_1','1','nl_nl','1',7),(6967,'lbl_2','2','nl_nl','2',7),(6968,'lbl_3','3','nl_nl','3',7),(6969,'lbl_4','4','nl_nl','4',7),(6970,'lbl_5','5','nl_nl','5',7),(6971,'lbl_6','6','nl_nl','6',7),(6972,'lbl_7','7','nl_nl','7',7),(6973,'lbl_8','8','nl_nl','8',7),(6974,'lbl_9','9','nl_nl','9',7),(6975,'lbl_10','10','nl_nl','10',7),(6976,'lbl_11','11','nl_nl','11',7),(6977,'lbl_12','12','nl_nl','12',7),(6978,'lbl_13','13','nl_nl','13',7),(6979,'lbl_14','14','nl_nl','14',7),(6980,'lbl_15','15','nl_nl','15',7),(6981,'lbl_16','16','nl_nl','16',7),(6982,'lbl_17','17','nl_nl','17',7),(6983,'lbl_18','18','nl_nl','18',7),(6984,'lbl_19','19','nl_nl','19',7),(6985,'lbl_20','20','nl_nl','20',7),(6986,'lbl_21','21','nl_nl','21',7),(6987,'lbl_22','22','nl_nl','22',7),(6988,'lbl_23','23','nl_nl','23',7),(6989,'lbl_24','24','nl_nl','24',7),(6990,'lbl_25','25','nl_nl','25',7),(6991,'lbl_26','26','nl_nl','26',7),(6992,'lbl_27','27','nl_nl','27',7),(6993,'lbl_28','28','nl_nl','28',7),(6994,'lbl_29','29','nl_nl','29',7),(6995,'lbl_30','30','nl_nl','30',7),(6996,'lbl_31','31','nl_nl','31',7),(6997,'lbl_32','32','nl_nl','32',7),(6998,'lbl_33','33','nl_nl','33',7),(6999,'lbl_34','34','nl_nl','34',7),(7000,'lbl_35','35','nl_nl','35',7),(7001,'lbl_36','36','nl_nl','36',7),(7002,'lbl_37','37','nl_nl','37',7),(7003,'lbl_38','38','nl_nl','38',7),(7004,'lbl_39','39','nl_nl','39',7),(7005,'lbl_40','40','nl_nl','40',7),(7006,'lbl_41','41','nl_nl','41',7),(7007,'lbl_42','42','nl_nl','42',7),(7008,'current_date','current date','nl_nl','huidige datum',7),(7009,'event','Events','nl_nl','Afspraken',7),(7010,'calendar','Calendar','nl_nl','Agenda',7),(7011,'latest_version','Latest Version :','nl_nl','Nieuwste versie:',8),(7012,'expire_on','Next renewal date : ','nl_nl','Volgende vervaldag:',8),(7013,'ctmobile_ext_version','CTMobile Ext. Version : ','nl_nl','CTMobile Ext. Versie: je',8),(7014,'you_have_latest_version','You already have latest version','nl_nl','U hebt al de nieuwste versie.',8),(7015,'latest_version1','You Already have latest version','nl_nl','U hebt al de nieuwste versie.',8),(7016,'upgreaded','Upgrade','nl_nl','Upgraden',8),(7017,'downgrade','Downgrade','nl_nl','Downgraden',8),(7018,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','nl_nl','U kunt vanaf hier instellen hoeveel records u wilt weergeven op het startscherm bij \'recente afspraken\'.',8),(7019,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','nl_nl','U kunt uw feedback indienen, ons team zal uw feedback controleren en contact met u opnemen.',8),(7020,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','nl_nl','De log-functionaliteit wordt gebruikt voor klantenondersteuning. Als u problemen ondervindt in de app of als een module of functionaliteit niet goed werkt, kunt u het logboek delen met ons ontwikkelingsteam.',8),(7021,'info','Info','nl_nl','Info',8),(7022,'recent_history','Recent History','nl_nl','Recente geschiedenis',8),(7023,'recent_feedback','Feedback','nl_nl','Feedback',8),(7024,'recent_log','Log','nl_nl','Log',8),(7025,'crmtiger_app_version','CRMTiger App Version : ','nl_nl','CRMTiger App-versie:',8),(7026,'historylimit','Recent History Limit','nl_nl','Recente geschiedenis Beperk',8),(7027,'radious_in_miles','Radius in miles','nl_nl','radious_in_miles',8),(7028,'recentlimit','Recent Event Limit','nl_nl','Recente afspraken Beperk',8),(7029,'upcoming_events','Upcoming Events','nl_nl','aankomende afspraken',8),(7030,'rate_our_app','Rate Our App!','nl_nl','Beoordeel onze app!',8),(7031,'feedback','Submit Feedback','nl_nl','Feedback geven',8),(7032,'sendfeedback','Feedback Send','nl_nl','Feedback verstuurd',8),(7033,'emaillimit','Email limit','nl_nl','e-mail limiet',8),(7034,'log','Log','nl_nl','Log',8),(7035,'logclear','Log cleared successfully.','nl_nl','Log gewist',8),(7036,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','nl_nl','U kunt vanaf hier instellen hoeveel records u wilt weergeven op het startscherm bij ‘recente geschiedenis’.',8),(7037,'proceed_to_upgrade1','Proceed to','nl_nl','Doorgaan naar',8),(7038,'upgradation_message','will required logout and login again later.','nl_nl','vereist uitloggen en later opnieuw inloggen.',8),(7039,'proceed_to_upgrade','Proceed to Upgrade','nl_nl','Ga verder naar',8),(7040,'module_setting','Module Setting','nl_nl','Module-instelling upgraden',9),(7041,'sortbyfield','Sort by field','nl_nl','Sorteer op veld',9),(7042,'ascending','Ascending  A to Z','nl_nl','Oplopend van A tot Z',9),(7043,'descending','Descending  Z to A','nl_nl','Aflopend van Z tot A',9),(7044,'first_field','First Field','nl_nl','Eerste veld',9),(7045,'second_field','Second Field','nl_nl','Tweede veld',9),(7046,'third_field','Third Field','nl_nl','Derde veld',9),(7047,'sure_want_restore','Are you sure you want to reset to default settings?','nl_nl','Weet u zeker dat u de standaardinstellingen wilt terugzetten?',9),(7048,'orderlist','List Order','nl_nl','Lijstvolgorde',9),(7049,'module_reset','Restore to Default','nl_nl','Herstel naar standaard',9),(7050,'display_fields','Display Fields','nl_nl','Toon velden',9),(7051,'discount_lessthen_100','Discount % should be less than 100','nl_nl','Kortingspercentage moet minder zijn dan 100.',10),(7052,'select_item','Select Item','nl_nl','Selecteer item',10),(7053,'item_comment','Item Comment','nl_nl','Opmerkingen bij item',10),(7054,'record_name','Record Name is :','nl_nl','Naam record:',11),(7055,'go_back','Go Back','nl_nl','Ga terug',11),(7056,'please_enter_shortcut_name','Please Enter Shortcut Name','nl_nl','Voer naam in voor snelkoppeling',11),(7057,'number_not_found','Contact Number not found','nl_nl','Nummer niet gevonden',11),(7058,'mail_not_found','Mail Address not found','nl_nl','E-mailadres niet gevonden',11),(7059,'create_shortcut','Create Shortcut','nl_nl','Snelkoppeling maken',11),(7060,'contact_summary','Summary','nl_nl','Samenvatting',11),(7061,'activites','Activities','nl_nl','Activiteiten',11),(7062,'details','Details','nl_nl','Details',11),(7063,'related','Related','nl_nl','Gerelateerd',11),(7064,'share_link','Share record with','nl_nl','Record delen met',11),(7065,'edit','Edit','nl_nl','Bewerk',11),(7066,'duplicate','Duplicate','nl_nl','Dupliceer',11),(7067,'whatsapp','Whatsapp','nl_nl','Whatsapp',11),(7068,'call','Call','nl_nl','Bel',11),(7069,'choose_contact_for_call','Choose Contact for Call','nl_nl','Kies contactpersoon om te bellen',11),(7070,'choose_contact_for_sms','Choose Contact for SMS','nl_nl','Kies contactpersoon om te sms-en',11),(7071,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','nl_nl','Kies contactpersoon om een WhatsApp te sturen',11),(7072,'chosse_contact_for_email','Choose Email','nl_nl','Selecteer e-mail-adres',11),(7073,'attach_file','Attach Files','nl_nl','Voeg bestand toe',11),(7074,'close','Close','nl_nl','Sluit',11),(7075,'status','Status','nl_nl','Status',11),(7076,'stop','Stop','nl_nl','Stop',11),(7077,'zero','0','nl_nl','Nul',11),(7078,'record','Record','nl_nl','Record',11),(7079,'voice_note','Voice Note','nl_nl','Voice Note',11),(7080,'tickets','Tickets','nl_nl','Tickets',12),(7081,'check_out','Check Out','nl_nl','Check Out',12),(7082,'check_in','Check In','nl_nl','Check In',12),(7083,'select_any','Select any','nl_nl','Select elke',12),(7084,'fulldetails','Show Full Details','nl_nl','Details',12),(7085,'checkin','Check-in','nl_nl','Check-in',12),(7086,'navigate','Navigate','nl_nl','Navigeren',12),(7087,'product','Products','nl_nl','Producten',12),(7088,'projectMilestone','Project Milestone','nl_nl','Project Mijlpalen',12),(7089,'projecttask','Project Tasks','nl_nl','Projettaken',12),(7090,'nearby','NearBy','nl_nl','nabijgelegen',13),(7091,'document','Document','nl_nl','Document',14),(7092,'reply','Reply','nl_nl','Beantwoorden',14),(7093,'reply_all','Reply All','nl_nl','Allen beantwoorden',14),(7094,'forward','Forward','nl_nl','Doorsturen',14),(7095,'action','Action','nl_nl','Action',14),(7096,'select_first','Select First','nl_nl','Selecteer eerste',14),(7097,'commentaddsuccessful','Comment added successfull','nl_nl','Opmerking toegevoegd',14),(7098,'move_to','Move to','nl_nl','Verplaats naar',14),(7099,'attach','Attach','nl_nl','Voeg bij',14),(7100,'addcoment','Add Comment','nl_nl','Voeg opmerking bij',14),(7101,'adddocument','Add Document','nl_nl','Voeg document toe',14),(7102,'home','Home','nl_nl','Home',15),(7103,'checkout','Check-out','nl_nl','Afrekenen',15),(7104,'message_search','Search by name','nl_nl','Zoeken op naam',15),(7105,'start_shift','Start shift','nl_nl','Dienst starten',15),(7106,'end_shift','End shift','nl_nl','Einde dienst',15),(7107,'today_meeting','Meetings','nl_nl','Afspraken',15),(7108,'shift_time_track','Shift Time Track','nl_nl','Shift Time Track',15),(7109,'logout_msg','You have to login again , click','nl_nl','U moet opnieuw inloggen, klik',15),(7110,'logout_msg1','to continue.','nl_nl','om door te gaan.',15),(7111,'permission_denied','You don\'t have permission to create','nl_nl','Je hebt geen toestemming om aan te maken',15),(7112,'history','History','nl_nl','Geschiedenis',15),(7113,'search_value','Search value :','nl_nl','Zoekwaarde:',15),(7114,'feed_back_msg','Please enter feedback message','nl_nl','Vul feedback in',16),(7115,'feed_back_hint_msg','Enter feedback message','nl_nl','Feedback:',16),(7116,'submit','Submit','nl_nl','Verstuur',16),(7117,'check_app_not_installed','Application is not currently installed.','nl_nl','Application is momenteel niet geïnstalleerd.',17),(7118,'send_sms_fail_message','SMS failed, please try again later!','nl_nl','Sms mislukt, probeer het later opnieuw!',17),(7119,'documentaddsuccessfully','Document Attach successfully','nl_nl','Document succesvol toegevoegd',17),(7120,'send_message','Send message','nl_nl','Stuur bericht',17),(7121,'sms_to','smsto:','nl_nl','SMS naar',17),(7122,'add_list_message','Add List','nl_nl','Voeg lijst toe',18),(7123,'mylist','My List','nl_nl','Mijn lijst',18),(7124,'filtername','Filter Name','nl_nl','Filternaam',18),(7125,'selectlist','Select a List','nl_nl','Selecteer een lijst',18),(7126,'assingedto','Assigned To','nl_nl','Toegewezen aan',18),(7127,'selectmodule','Select a module','nl_nl','Selecteer een module',18),(7128,'add_list','Add Filter','nl_nl','Voeg filter toe',18),(7129,'recent_event','Recent Event','nl_nl','Recente gebeurtenis',19),(7130,'recent_hostory','Recent History','nl_nl','Recente geschiedenis',19),(7131,'module_specific_settings','Module-Specific Settings','nl_nl','Modulespecifieke instellingen',19),(7132,'talk_to_us','Talk to us','nl_nl','Praat met ons',19),(7133,'report_a_bug','Report A Bug','nl_nl','Meld een bug',19),(7134,'faq','FAQ','nl_nl','FAQ',19),(7135,'selectmodules','Select Module','nl_nl','Selecteer module',19),(7136,'myplan','My Plan','nl_nl','Mijn plan',19),(7137,'message','Message','nl_nl','Bericht',20),(7138,'message_validation','Please enter Message','nl_nl','Voer een bericht in',20),(7139,'contact_select','Please Select contact','nl_nl','Selecteer een contactpersoon',20),(7140,'global_search','Global Search','nl_nl','Global Search',21),(7141,'records','Records','nl_nl','Records',21),(7142,'dont_show_again','Don\'t Show Again','nl_nl','Toon dit niet opnieuw',22),(7143,'skip','Skip','nl_nl','Sla over',22),(7144,'file_downloading','File Downloading','nl_nl','Bestand downloaden',23),(7145,'add_screenshots_optional','Add screenshots (optional)','nl_nl','overslaan',24),(7146,'describe_your_problem','Describe your problem','nl_nl','Schermafbeeldingen toevoegen (optioneel)',24),(7147,'default_filter_shortcut','Default Filter Shortcut','nl_nl','Beschrijf uw probleem',25),(7148,'record_shortcut','Record Shortcut','nl_nl','Record snelkoppeling',25),(7149,'enter_url','Please Enter url','nl_nl','Voer URL in',26),(7150,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','nl_nl','U moet de app bijwerken om door te gaan. Oudere versies werken niet meer.',26),(7151,'search_by','Search by','nl_nl','Zoek op',27),(7152,'selected_filter','Selected filter :','nl_nl','geselecteerd filter:',27),(7153,'selected_field','Selected field :','nl_nl','geselecteerd veld:',27),(7154,'choose','Choose','nl_nl','Kies',28),(7155,'qr_cardscanner','QR Code Scanner','nl_nl','QR Code Scanner',28),(7156,'error_message_for_scan','Could not read the card Try again later.','nl_nl','Kan de kaart niet lezen. Probeer het later opnieuw.',28),(7157,'press_start_scan','Press to Start Scan','nl_nl','Druk om te starten met scannen',28),(7158,'line_item_quntity_validation_msg','Value should be greater than zero','nl_nl','Waarde moet groter zijn dan nul',29),(7159,'percentage_msg','Percentage should be less than 100','nl_nl','Percentage moet kleiner zijn dan 100',29),(7160,'MSG_NO_DATA','No data found!','nl_nl','Geen gegevens gevonden!',29),(7161,'MSG_SOMETHING_WRONG','Something went wrong!','nl_nl','Er is iets fout gegaan!',29),(7162,'MSG_COMING_SOON','Coming Soon!','nl_nl','Komt binnenkort!',29),(7163,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','nl_nl','Upload een profielafbeelding.',29),(7164,'ALERT_TITLE_LOCATION_ACCESS','Location Access','nl_nl','Toegang tot locatie',29),(7165,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','nl_nl','Vereist uw locatie om afspraken in de buurt weer te geven.',29),(7166,'ALERT_BTN_ALLOW','ALLOW','nl_nl','TOESTAAN',29),(7167,'ALERT_BTN_DENY','DENY','nl_nl','WEIGEREN',29),(7168,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','nl_nl','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(7169,'DELETE_RECORD','Delete Record','nl_nl','Record verwijderen',29),(7170,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','nl_nl','Weet u zeker dat u deze snelkoppeling wilt verwijderen?',29),(7171,'DELETE_SHORTCUT','Delete Shortcut','nl_nl','Snelkoppeling verwijderen',29),(7172,'LBL_TERMS','By logging in, you agree to our Terms and','nl_nl','Door in te loggen, gaat u akkoord met onze Algemene Voorwaarden en',29),(7173,'LBL_CONDITIONS','Conditions &','nl_nl','Privacybeleid',29),(7174,'ALERT_TITLE','Alert','nl_nl','Alert',29),(7175,'ALERT_BTN_SUBSCRIBE','Subscribe','nl_nl','Abonneren',29),(7176,'MSG_SELECT_MODULE','Please select any Module','nl_nl','Selecteer een module',29),(7177,'MSG_SELECT_LIST','Please select any List','nl_nl','Selecteer een lijst',29),(7178,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','nl_nl','U hebt geen camera',29),(7179,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','nl_nl','U hebt geen toestemming om de galerij te openen.',29),(7180,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','nl_nl','U heeft geen toestemming om toegang te krijgen tot de camera. Ga naar setting -> Scroll naar beneden en selecteer CRMTiger App -> Turn Camera on',29),(7181,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','nl_nl','U bent niet gemachtigd om toegang te krijgen tot spraakherkenning. Ga naar instelling -> Scroll naar beneden en selecteer CRMTiger-app -> Zet spraakherkenning aan',29),(7182,'BTN_DONE','Done','nl_nl','Klaar',29),(7183,'COMMENT','Comment','nl_nl','Opmerking',29),(7184,'FULL_FORM','Full Form','nl_nl','Volledig formulier',29),(7185,'QUICK_CREATE','Create','nl_nl','Maak',29),(7186,'LBL_SELECT_FIELDS','Select Fields','nl_nl','Selecteer velden',29),(7187,'LBL_SELECT_FIRST_FIELDS','Select First Field','nl_nl','Selecteer eerste veld',29),(7188,'LBL_SELECT_SECOND_FIELDS','Select Second Field','nl_nl','Selecteer tweede veld',29),(7189,'LBL_SELECT_THIRD_FIELDS','Select Third Field','nl_nl','Selecteer derde veld',29),(7190,'LBL_SORT_BY_FIELD','Select Sort By Field','nl_nl','Selecteer Sorteer op veld',29),(7191,'BTN_RESET_TO_DEFAULT','Reset to Default','nl_nl','Reset naar standaard',29),(7192,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','nl_nl','Selecteer Sorteer op veld',29),(7193,'kStrClearBtnTitle','Clear','nl_nl','Wissen',29),(7194,'kStrShowMoreBtnTitle','Show More','nl_nl','Toon meer',29),(7195,'kStrAddActivitiesBtnTitle','Add Activities','nl_nl','Voeg activiteiten toe',29),(7196,'kStrAddCommentPlaceHolder','Add your comments here','nl_nl','Voeg uw opmerkingen toe',29),(7197,'MSG_ENTER_TO_EMAIL','Please enter to field.','nl_nl','Vul dit veld in.',29),(7198,'WARNING_FILE','File can\'t open.','nl_nl','Bestand kan niet worden geopend.',29),(7199,'MSG_FILE_SAVED','File saved.','nl_nl','Bestand opgeslagen.',29),(7200,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','nl_nl','Download mislukt! Probeer later opnieuw.',29),(7201,'LBL_SHORTCUT','Shortcut','nl_nl','Snelkoppeling',29),(7202,'TXT_MESSAGE_PLACEHOLDER','Type Message','nl_nl','Typ bericht',29),(7203,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','nl_nl','Installeer Whatsapp',29),(7204,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','nl_nl','Geen mailbox gevonden. Maak Mailbox',29),(7205,'LBL_WROTE','Wrote','nl_nl','schreef',29),(7206,'MSG_MAIL_SEND','Mail sent','nl_nl','Mail',29),(7207,'log_file_not_found','API Log file not found.','nl_nl','API logbestand niet gevonden.',29),(7208,'unknown_error','An unknown error occurred, try again','nl_nl','Er is een onbekende fout opgetreden, probeer het opnieuw.',29),(7209,'CTMTigerAppVersion','CRMTiger App Version','nl_nl','CRMTiger- appversie',29),(7210,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','nl_nl','CTMobile Ext. Versie-update succesvol',29),(7211,'dialog_Premium_downgrade','Downgrade will required logout and login again later','nl_nl','Downgrade vereist uitloggen en later opnieuw inloggen',29),(7212,'dialog_Premium','Upgrade will required logout and login again later','nl_nl','Upgrade vereist uitloggen en later opnieuw inloggen',29),(7213,'Overwrite','Overwrite','nl_nl','Overschrijven',29),(7214,'MSGAddressOverwrite1','Overwrite the existing address with the selected','nl_nl','Overschrijft het adres met de -',29),(7215,'MSGAddressOverwrite2','address details?','nl_nl','adresgegevens?',29),(7216,'UPGRADE_PLAN','Upgrade Plan','nl_nl','Upgradeplan',29),(7217,'DOWNGRADE_PLAN','Downgrade Plan','nl_nl','Downgradeplan',29),(7218,'UPGRADE_EXTENSION','Upgrade Extension','nl_nl','Upgrade extensie',29),(7219,'UPGRADE_APP','Upgrade App','nl_nl','Upgrade app',29),(7220,'SELECT_OPTION','Select Option','nl_nl','Maak uw keuze',29),(7221,'PLEASE_SELECT','Please select','nl_nl','Selecteer',29),(7222,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','nl_nl','U hebt geen toestemming voor deze module.',29),(7223,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','nl_nl','Selecteer dag van de maand.',29),(7224,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','nl_nl','Selecteer dag van de week.',29),(7225,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','nl_nl','Selecteer dagen.',29),(7226,'Please select reccuring days.','Please select reccuring days.','nl_nl','Selecteer dagen.',29),(7227,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','nl_nl','Selecteer een einddatum',29),(7228,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','nl_nl','Selecteer alstublieft het herhaalpatroon.',29),(7229,'FREQ_TIME','Times','nl_nl','Tijd',29),(7230,'REPEAT_YEARLY','Repeat Yearly','nl_nl','Herhaal Jaarlijks',29),(7231,'REPEAT_MONTHLY','Repeat Monthly','nl_nl','Herhaal Maandelijks',29),(7232,'REPEAT_WEEKLY','Repeat Weekly','nl_nl','Herhaal Wekelijks',29),(7233,'REPEAT_DAILY','Repeat Daily','nl_nl','Herhaal Dagelijkse',29),(7234,'ACTION_TITLE','Action Title','nl_nl','Actie titel',29),(7235,'MSG_SELECT_VALID_DATE','Please select valid day of month.','nl_nl','Selecteer een geldige dag van de maand.',29),(7236,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','nl_nl','De startdatum moet eerder zijn dan de einddatum.',29),(7237,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','nl_nl','De begintijd moet eerder zijn dan de eindtijd.',29),(7238,'LBL_LINEITEM_DETAILS','Lineitem Details','nl_nl','Item details',29),(7239,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','nl_nl','kortingsbedrag moet lager zijn dan het totaal.',29),(7240,'VIEW','View','nl_nl','Weergeven',29),(7241,'MSG_ENTER_VALID','Please enter valid','nl_nl','Voer geldige waarde in',29),(7242,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','nl_nl','Percentage moet kleiner zijn dan 100',29),(7243,'ITEM_TOTAL','Item Total','nl_nl','Totaal',29),(7244,'ADJUSTMENT','Adjustment','nl_nl','Bijstelling',29),(7245,'TITLE_CHOOSE_IMAGE','Choose Image','nl_nl','Kies afbeelding',29),(7246,'COMPRESS','Compress','nl_nl','comprimeer',29),(7247,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','nl_nl','YUw afbeelding is te groot, selecteer een andere afbeelding',29),(7248,'OnDayOfMonth','On day of month','nl_nl','Op dag van de maand',29),(7249,'OnDayOfWeek','On day of week','nl_nl','Op dag van de week',29),(7250,'AddAndClose','Add & Close','nl_nl','Toevoegen en sluiten',29),(7251,'Repeat','Repeat','nl_nl','Herhalen',29),(7252,'OnDay','On day','nl_nl','Op dag',29),(7253,'View_Line_Item','View Line Item','nl_nl','Regelitem bekijken',29),(7254,'TITLE_IMAGE','Image','nl_nl','Afbeelding',29),(7255,'TITLE_ICLOUD','iCloud','nl_nl','iCloud',29),(7256,'GOOGLE','Google','nl_nl','Google',29),(7257,'ALERT_BTN_OKAY','Okay','nl_nl','Oké',29),(7258,'ALERT_TITLE_ACCESS_DENIED','Access Denied','nl_nl','Toegang geweigerd',29),(7259,'Dont_Show_Again','Don\'t show again','nl_nl','Niet meer weergeven',29),(7260,'Skip','Skip','nl_nl','Overslaan',29),(7261,'Fillter_Name','Fillter Name','nl_nl','Filter naam',29),(7262,'Fillter_Record_Count','Fillter Record Count','nl_nl','Filter aantal',29),(7263,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','nl_nl','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(7264,'vtiger_url','Your vTiger CRM URL','nl_nl','Your vTiger CRM URL',26),(7265,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','nl_nl','You don\'t have permission to Add either This is read-only or Private Field.',31),(7266,'CLEAR','Clear','nl_nl','Wis',31),(7267,'Files/photos uploaded successfully','Files/photos uploaded successfully','nl_nl','Bestanden / foto\'s succesvol geüpload',32),(7268,'Digital signature saved','Digital signature saved','nl_nl','Digitale handtekening opgeslagen',32),(7269,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','nl_nl','Upload handtekening of bestanden / foto\'s',32),(7270,'Files / Photos','Files / Photos','nl_nl','bestanden / foto\'s',32),(7271,'Signature','Signature','nl_nl','Handtekening',32),(7272,'add_photo_using','Add Photo Using','nl_nl','Voeg foto toe met behulp van',31),(7273,'btn_upload_sign','(+) Add Signature','nl_nl','(+) Voeg handtekening toe',31),(7274,'btn_upload_photo_doc','(+) Upload Files/Photos','nl_nl','(+) Upload bestanden / foto\'s',31),(7275,'select_photo_doc_to_upload','Please select files/photos to upload','nl_nl','Selecteer bestanden / foto\'s om te uploaden',31),(7276,'related_module_title','Search from related module and Add to \"Route\"','nl_nl','Zoeken vanuit gerelateerde module en toevoegen aan \"Route\"',30),(7277,'Route status updated successfully','Route status updated successfully','nl_nl','Routestatus succesvol bijgewerkt',32),(7278,'Session init failed','Session init failed','nl_nl','Initialiseren van de sessie is mislukt.',32),(7279,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','nl_nl','U hebt geen toestemming om toegang te krijgen tot deze bron.',32),(7280,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','nl_nl','Kan de gerelateerde module niet ophalen – Probeer het later opnieuw',32),(7281,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','nl_nl','Kon het routeplanningsrecord niet ophalen - Probeer het later opnieuw',32),(7282,'Something went wrong - Try again later','Something went wrong - Try again later','nl_nl','Er is iets misgegaan - Probeer het later opnieuw',32),(7283,'sequence updated successfully','sequence updated successfully','nl_nl','Volgorde succesvol opgeslagen',32),(7284,'sequence cannot be empty','sequence cannot be empty','nl_nl','Volgorde mag niet leeg zijn',32),(7285,'Shortcut details not saved','Shortcut details not saved','nl_nl','Details van snelkoppeling niet succesvol opgeslagen',32),(7286,'Shortcut details saved successfully','Shortcut details saved successfully','nl_nl','Details van snelkoppeling succesvol opgeslagen',32),(7287,'Route save successfully','Route save successfully','nl_nl','Route succesvol opgeslagen',32),(7288,'Record save successfully','Record save successfully','nl_nl','Record succesvol opgeslagen',32),(7289,'No dependency found for picklist','No dependency found for picklist','nl_nl','Geen afhankelijkheid gevonden voor selectielijst.',32),(7290,'No records found','No records found','nl_nl','Geen records gevonden',32),(7291,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','nl_nl','Uitgaande server is niet ingeschakeld, configureer a.u.b. vanuit CRM',32),(7292,'Removed Successfully','Removed Successfully','nl_nl','Verwijderd Succesvol',32),(7293,'Shortcut has been deleted','Shortcut has been deleted','nl_nl','Snelkoppeling is verwijderd',32),(7294,'relation of records removed successfully','relation of records removed successfully','nl_nl','relatie tussen records succesvol verwijderd',32),(7295,'relation of records not removed','relation of records not removed','nl_nl','relatie tussen records niet verwijderd',32),(7296,'Record has been deleted successfully','Record has been deleted successfully','nl_nl','Record is succesvol verwijderd',32),(7297,'Time Tracking saved successfully','Time Tracking saved successfully','nl_nl','Tijdregistratie succesvol opgeslagen',32),(7298,'Time Tracking updated successfully','Time Tracking updated successfully','nl_nl','Tijdregistratie succesvol bijgewerkt',32),(7299,'Time Tracking ended successfully','Time Tracking ended successfully','nl_nl','Tijdregistratie succesvol beëindigd',32),(7300,'Time Tracking started successfully','Time Tracking started successfully','nl_nl','Tijdregistratie succesvol gestart',32),(7301,'record cannot be empty','record cannot be empty','nl_nl','record kan niet leeg zijn Tijdregistratie succesvol gestart Time Tracki',32),(7302,'Module is disabled','Module is disabled','nl_nl','Module uitgezet',32),(7303,'Shift ended successfully','Shift ended successfully','nl_nl','Dienst beëindigd',32),(7304,'Shift started successfully','Shift started successfully','nl_nl','Dienst begonnen',32),(7305,'relation of records added successfully','relation of records added successfully','nl_nl','Relatie succesvol gelegd',32),(7306,'Comment saved successfully','Comment saved successfully','nl_nl','Opmerking opgeslagen',32),(7307,'Comment not saved','Comment not saved','nl_nl','Opmerking niet opgeslagen',32),(7308,'Comment module is not active','Comment module is not active','nl_nl','Module Opmerkingen niet actief',32),(7309,'No Upcoming Event','No Upcoming Event','nl_nl','Geen aanstaande afspraken',32),(7310,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','nl_nl','Geen sjablonen gevonden - maak deze aan vanuit de module Berichtsjablonen',32),(7311,'No event or task for this date','No event or task for this date','nl_nl','Geen afspraak of taak voor deze datum',32),(7312,'No filters created','No filters created','nl_nl','Geen filters gemaakt',32),(7313,'Select at least one record to attach','Select at least one record to attach','nl_nl','Selecteer ten minste één record om toe te voegen',32),(7314,'Please select one or more attachments','Please select one or more attachments','nl_nl','Selecteer een of meer bijlagen',32),(7315,'No event for this month','No event for this month','nl_nl','Geen afspraak voor deze maand',32),(7316,'No Activity found','No Activity found','nl_nl','Geen activiteit gevonden',32),(7317,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','nl_nl','Uw feedback is waardevol voor ons - het kan niet leeg zijn',32),(7318,'Could not send mail, Please try later','Could not send mail, Please try later','nl_nl','Kon geen e-mail verzenden, probeer het later',32),(7319,'Latest Version updated successfully','Latest Version updated successfully','nl_nl','Laatste versie succesvol bijgewerkt',32),(7320,'User Location Updated Successfully','User Location Updated Successfully','nl_nl','Gebruikerslocatie succesvol bijgewerkt',32),(7321,'User Location not Updated Successfully','User Location not Updated Successfully','nl_nl','Gebruikerslocatie niet succesvol bijgewerkt',32),(7322,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','nl_nl','SMSNotifier is niet ingeschakeld in CRM. Schakel het eerst in.',32),(7323,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','nl_nl','Kon uw feedback niet verzenden - Probeer het later opnieuw.',32),(7324,'Thank you for submitting your feedback','Thank you for submitting your feedback','nl_nl','Bedankt voor het indienen van uw feedback.',32),(7325,'Please upload User Image','Please upload User Image','nl_nl','Upload een gebruikersafbeelding.',32),(7326,'Image Not Uploading, please try again','Image Not Uploading, please try again','nl_nl','Afbeelding niet geüpload, probeer het opnieuw',32),(7327,'User Image Uploaded Successfully','User Image Uploaded Successfully','nl_nl','Gebruikersafbeelding geüpload',32),(7328,'Invalid Module name','Invalid Module name','nl_nl','Modulenaam ongeldig',32),(7329,'Records Sync Successfully','Records Sync Successfully','nl_nl','Records succesvol gesynchroniseerd',32),(7330,'Values cannot be empty','Values cannot be empty','nl_nl','Waarden kunnen niet leeg zijn',32),(7331,'Record id is empty','Record id is empty','nl_nl','Record-id is leeg',32),(7332,'Logout Successfully','Logout Successfully','nl_nl','Succesvol uitgelogd',32),(7333,'Please Enable CTMobile Module','Please Enable CTMobile Module','nl_nl','Schakel CTMobile Module in',32),(7334,'Authentication Failed','Username and Password do not match','nl_nl','Gebruikersnaam en wachtwoord komen niet overeen',32),(7335,'Mismatched module information','Something gone wrong, please try again later','nl_nl','Er is iets misgegaan, probeer het later opnieuw',32),(7336,'Field does not exists','Please set display fields again','nl_nl','Veld bestaat niet – stel weer te geven velden opnieuw in',32),(7337,'Module does not exists','Module does not exists or disabled by admin','nl_nl','Module bestaat niet of is uitgeschakeld.',32),(7338,'Month cannot be empty','Could not get the Month - Try again later','nl_nl','Kan maand niet ophalen - Probeer het later opnieuw',32),(7339,'Year cannot be empty','Could not get the Year - Try again later','nl_nl','Kan jaar niet ophalen - Probeer het later opnieuw',32),(7340,'Date cannot be empty','Could not get the Date - Try again later','nl_nl','Kan datum niet ophalen - Probeer het later opnieuw',32),(7341,'Userid cannot be empty','Could not get the Userid - Try again later','nl_nl','Kan de gebruikers-ID niet ophalen - Probeer het later opnieuw Kan de datum niet ophalen - Probeer het later opnieuw Kan het jaar niet ophalen - Probeer het later opnieuw',32),(7342,'End Date cannot be empty','Could not get the status - Try again later','nl_nl','Kan de status niet ophalen - Probeer het later opnieuw',32),(7343,'Start Date cannot be empty','Could not get the Start Date - Try again later','nl_nl','Kan de begindatum niet ophalen - Probeer het later opnieuw',32),(7344,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','nl_nl','Configureer SMS Notifier in uw CRM om dit te gebruiken',32),(7345,'Longitude cannot be empty','Could not get location-Please try again','nl_nl','Kan locatie niet ophalen - Probeer het opnieuw',32),(7346,'Latitude cannot be empty','Could not get location-Please try again','nl_nl','Kan locatie niet ophalen - Probeer het opnieuw',32),(7347,'User cannot be empty','Could not get the User - Try again later','nl_nl','Kan de gebruiker niet ophalen - Probeer het later opnieuw',32),(7348,'Status cannot be empty','Could not get the status - Try again later','nl_nl','Kan de status niet ophalen - Probeer het later opnieuw',32),(7349,'Required fields not found','Required fields not found','nl_nl','Verplichte velden niet gevonden',32),(7350,'Tracking module not active','Tracking module not active-Please contact CRM Admin','nl_nl','Tracking-module niet actief - Neem contact op met CRM-beheerder.',32),(7351,'Missing mandatory input values','Missing mandatory input values','nl_nl','Verplichte gegevens ontbreken',32),(7352,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','nl_nl','Geen mailbox gevonden. Maak een mailbox aan.',32),(7353,'Mail not sent','Mail not sent','nl_nl','Mail niet verzonden',32),(7354,'Mail send successfully','Mail send successfully','nl_nl','Mail succesvol verzonden',32),(7355,'Email Id or username not match with your record','Email Id or username not match with your record','nl_nl','E-mail-id of gebruikersnaam komt niet overeen met uw record',32),(7356,'Module not specified','Module not specified','nl_nl','Module niet opgegeven',32),(7357,'No messages found','No messages found','nl_nl','Geen berichten gevonden',32),(7358,'No Dependency Found For This Module','No Dependency Found For This Module','nl_nl','Geen afhankelijkheid gevonden voor deze module',32),(7359,'Outgoing server is not Enabled','Outgoing server is not Enabled','nl_nl','Uitgaande server is niet ingeschakeld',32),(7360,'Outgoing server is Enabled','Outgoing server is Enabled','nl_nl','Uitgaande server is ingeschakeld',32),(7361,'Email Attached Successfully','Email Attached Successfully','nl_nl','E-mail succesvol bevestigd',32),(7362,'Documents Attached Successfully','Documents Attached Successfully','nl_nl','Documenten bijgevoegd',32),(7363,'Login required - Please login again','Login required - Please login again','nl_nl','Inloggen vereist - Gelieve opnieuw in te loggen',32),(7364,'time_tracking_module_disable','Time tracking module is disable','nl_nl','Tijdregistratiemodule is uitgeschakeld',31),(7365,'route_planning_module_disable','Route planning module is disable','nl_nl','Routeplanningsmodule is uitgeschakeld',31),(7366,'mark_as_held','Are you sure you want to mark Event as Held?','nl_nl','Weet u zeker dat u deze afspraken als Gehouden wilt markeren?',31),(7367,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','nl_nl','U bent al begonnen met Tijdregistratie voor een ander record. Wilt u dit eerst stoppen?',31),(7368,'access_denied_routeplanning','Access denied for route planning','nl_nl','Toegang geweigerd voor routeplanning',31),(7369,'time_spent','Time Spent','nl_nl','Tijd besteed',31),(7370,'select_user','Select User','nl_nl','Selecteer gebruiker',30),(7371,'status_cannot_be_held','Status cannot be held for future date start','nl_nl','Deze status kan niet bij een toekomstige startdatum',30),(7372,'please_select_end_date','Please select end date','nl_nl','Selecteer een einddatum.',30),(7373,'please_select_start_date','Please select start date','nl_nl','Selecteer een startdatum',30),(7374,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','nl_nl','Tik op het pictogram + om een record voor uw route te selecteren.',30),(7375,'please_enter_notes','Please enter notes','nl_nl','Voer notities in',30),(7376,'please_enter_title','Please enter title','nl_nl','Voer titel in',30),(7377,'please_select_date','Please Select Date','nl_nl','Selecteer datum',30),(7378,'search_by_date','Search by Date','nl_nl','Zoek op datum',30),(7379,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','nl_nl','Snelkoppeling nog niet ingesteld! Voeg een snelkoppeling toe door op [icon] te klikken in de zoekresultaten van records of door het recordscherm te bekijken.',30),(7380,'max_upload_size','max file Upload exceeds','nl_nl','max. Bestand upload overschreden',30),(7381,'unselect_all','UnSelect All','nl_nl','Deselecteer alles',30),(7382,'select_all','Select All','nl_nl','Selecteer alles',30),(7383,'please_select_records','Please select records','nl_nl','Selecteer records',30),(7384,'select_date','Select Date','nl_nl','Selecteer datum',30),(7385,'quantity_in_stock_is','Quantity in stock is','nl_nl','Hoeveelheid in voorraad is',30),(7386,'replies','Replies','nl_nl','Antwoorden',30),(7387,'conversation_require_selection','Conversion requires selection of Contact or Organization','nl_nl','vereist selectie van Contactpersoon of Organisatie',30),(7388,'please_select_product','Please Select Product','nl_nl','Selecteer product',30),(7389,'timer_msg','You can start timer for single task only at same time','nl_nl','U kunt de timer slechts voor een enkele taak tegelijkertijd starten',31),(7390,'save_start_tracking','Save & Start Tracking','nl_nl','Opslaan en starten met volgen',31),(7391,'lbl_notes','Notes','nl_nl','Notities',31),(7392,'enter_title','Enter Title','nl_nl','Voer titel in',31),(7393,'select_module_record','Select Module / Record','nl_nl','Selecteer module / record',31),(7394,'lbl_tomorrow','Tomorrow','nl_nl','Morgen',30),(7395,'lbl_yesterday','Yesterday','nl_nl','Gisteren',30),(7396,'lbl_today','Today','nl_nl','Vandaag',30),(7397,'time_tracker','Time Tracker','nl_nl','Time Tracker',31),(7398,'time_end','End Time','nl_nl','Eindtijd',5),(7399,'due_date','End Date','nl_nl','Einddatum',5),(7400,'time_start','Time Start','nl_nl','Tijd Start',5),(7401,'date_start','Start Date','nl_nl','Start Datum',5),(7402,'delete_widget_msg','Display widget again by using (+) option','nl_nl','Widget opnieuw tonen: gebruik (+)',15),(7403,'no_upcoming_activities','No scheduled activities    ','nl_nl','Geen geplande activiteiten',15),(7404,'check_in_first','Please check-in first','nl_nl','Gelieve eerst in te checken',30),(7405,'duration','Duration','nl_nl','Duur',30),(7406,'distance','Distance','nl_nl','Afstand',30),(7407,'proper_address_message','Please enter proper address in record\n','nl_nl','Vul adres in',30),(7408,'select_status','Select Status','nl_nl','Selecteer Status',30),(7409,'route_planner','Route Planner','nl_nl','Route Planner',30),(7410,'route_planning','Route Planning','nl_nl','Route Planning',30),(7411,'add_route','Add Route','nl_nl','Voeg route toe',30),(7412,'calender_disabled','Calendar Module is disabled','nl_nl','Agenda-module staat uit.',30),(7413,'close_dialog','Close form','nl_nl','Sluit formulier',30),(7414,'cancel_form_message','Are You sure want to close ?','nl_nl','Weet u zeker dat u wilt sluiten?',30),(7415,'create_route','Create Route','nl_nl','Maak route',30),(7416,'select_module_create_route','Select Module to create Route','nl_nl','Selecteer Module voor het maken van een route.',30),(7417,'cancel','Cancel','nl_nl','Annuleren',30),(7418,'assign_route','Assign Route','nl_nl','toewijzen Route',30),(7419,'route_for','Route for','nl_nl','Route voor',30),(7420,'assigned_to','Assigned To','nl_nl','Toegewezen aan',30),(7421,'enter_route_name','Enter Route Name','nl_nl','Enter Route Name',30),(7422,'list','List','nl_nl','Lijst',30),(7423,'map','Map','nl_nl','Map',30),(7424,'other_modules','Other Modules','nl_nl','Andere modules',15),(7425,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','nl_nl','Snelkoppeling nog niet ingesteld. Voeg een snelkoppeling toe door op het pictogram + te klikken in de \n zoekresultaten van records of bekijk het recordscherm.',25),(7426,'clear','Clear','nl_nl','Wissen',25),(7427,'open','Open','nl_nl','Openen',11),(7428,'max_file_msg','Too many files selected (max:6)','nl_nl','Te veel bestanden geselecteerd (max: 6)',11),(7429,'error_voicenote_record','Unable to recording voice while another application is recording sound.','nl_nl','Kan niet opnemen terwijl een andere toepassing geluid opneemt.',11),(7430,'msg_warning','Warning!','nl_nl','Waarschuwing!',11),(7431,'Permision_denied_contact','Permission denied to access your contacts','nl_nl','Toestemming geweigerd om toegang te krijgen tot uw contactpersonen.',15),(7432,'no_widget_added','Please click + icon to add new widget to your dashboard.','nl_nl','Klik op het + pictogram om een ​​nieuw widget aan uw dashboard toe te voegen.',15),(7433,'no_data_available','Data not available, please check the selected fields','nl_nl','Gegevens niet beschikbaar, controleer de geselecteerde velden.',15),(7434,'check_out_successfully','Check out successfully','nl_nl','Succesvol uitchecken',11),(7435,'check_in_successfully','Check in successfully','nl_nl','Check in succes',11),(7436,'check_out','Check out','nl_nl','Check out',11),(7437,'check_in','Check in','nl_nl','Check in',11),(7438,'navigate','Navigate','nl_nl','Navigeren',11),(7439,'save_to_phone_vcard_success','VCard Saved to phone successfully','nl_nl','VCard opgeslagen op de telefoon met succes',15),(7440,'download_vcard_success','VCard downloaded successfully','nl_nl','VCard gedownload',15),(7441,'card_details','Card Details','nl_nl','Kaart details',15),(7442,'add_widget','Add Widget','nl_nl','Voeg widget toe',15),(7443,'delete_widget','Are you sure to hide widget?','nl_nl','Weet u zeker dat u dit widget wilt verbergen?',15),(7444,'already_widgets_added','All types of Widget & reports are already added','nl_nl','Alle soorten Widget & rapporten zijn al toegevoegd',15),(7445,'retry','Retry','nl_nl','Retry',28),(7446,'retake','Retake','nl_nl','Retake',28),(7447,'Reports','Reports','nl_nl','Reports',15),(7448,'Widgets','Widgets','nl_nl','Widgets',15),(7449,'vcard_config','Vcard Configuration','nl_nl','Vcard Configuration',8),(7450,'save_to_phone','Save to phone','nl_nl','Opslaan in telefoon',11),(7451,'download_vcard','Download Vcard','nl_nl','Download vCard',11),(7452,'share_vcard','Share Vcard','nl_nl','Delen Vcard',11),(7453,'share_record','Share Record','nl_nl','Delen Record',11),(7454,'permission_denied_edit','You don\'t have permission to edit this record.','nl_nl','U bent niet gemachtigd om dit record te bewerken.',27),(7455,'permission_denied_delete','You don\'t have permission to delete this record.','nl_nl','U bent niet gemachtigd om dit record te verwijderen.',27),(7456,'Voice_Recording_Started','Recording Started','nl_nl','Opname gestart',12),(7457,'Voice_Recording_Stopped','Recording Stopped','nl_nl','Opname gestopt',12),(7458,'SEARCH','Search','nl_nl','zoekopdracht',7),(7459,'LAST','Last','nl_nl','laatste',7),(7460,'FIRST','First','nl_nl','Eerste',7),(7461,'MONDAY','Monday','nl_nl','Maandag',7),(7462,'TUESDAY','Tuesday','nl_nl','Dinsdag',7),(7463,'WEDNESDAY','Wednesday','nl_nl','woensdag',7),(7464,'THURSDAY','Thursday','nl_nl','donderdag',7),(7465,'FRIDAY','Friday','nl_nl','vrijdag',7),(7466,'SATURDAY','Saturday','nl_nl','zaterdag',7),(7467,'SUNDAY','Sunday','nl_nl','zondag',7),(7468,'DAILY','Daily','nl_nl','Dagelijks',7),(7469,'WEEKLY','Weekly','nl_nl','Wekelijks',7),(7470,'MONTHLY','Monthly','nl_nl','Maandelijks',7),(7471,'YEARLY','Yearly','nl_nl','Jaarlijks',7),(7472,'asset_tracking','Asset tracking','nl_nl','Activa bijhouden',15),(7473,'open_file','Open File','nl_nl','Open File',1),(7474,'download_pdf_successfully','Download PDF Successfully','nl_nl','Download PDF Successfully',1),(7475,'select_pdf','Select PDF','nl_nl','Select PDF',1),(7476,'email_pdf','Email PDF','nl_nl','Email PDF',1),(7477,'download_pdf','Download PDF','nl_nl','Download PDF',1),(7478,'edit_route','Edit Route','nl_nl','Edit Route',1),(7479,'save_route','Save Route','nl_nl','Save Route',1),(7480,'clear_all','Clear All','nl_nl','Clear All',1),(7481,'notification','Notifications','nl_nl','Notifications',1),(7482,'menu_management','Menu Management','nl_nl','Menu Management',1),(7483,'select_menu','Select Menu','nl_nl','Select Menu',1),(7484,'module_record_not_found','Module and Record not found','nl_nl','Module and Record not found',1),(7485,'reason_for_changing_comments','Reason for changing comments','nl_nl','Reason for changing comments',1),(7486,'edit_reason','Edit Reason','nl_nl','Edit Reason',1),(7487,'create_filters','Create Filter','nl_nl','Create Filter',1),(7488,'you_checked','You Checked','nl_nl','You Checked',1),(7489,'you_un_checked','You UnChecked','nl_nl','You UnChecked',1),(7490,'log_the_call','Log the call ?','nl_nl','Log the call ?',1),(7491,'add_a_description_(optional)','Add a description (optional)','nl_nl','Add a description (optional)',1),(7492,'called','Called','nl_nl','Called',1),(7493,'call_log','Call Log','nl_nl','Call Log',1),(7494,'subject','Subject','nl_nl','Subject',1),(7495,'add_condition','Add Condition','nl_nl','Add Condition',1),(7496,'select_condition','Select Condition','nl_nl','Select Condition',1),(7497,'select_field','Select Field','nl_nl','Select Field',1),(7498,'please_select_first_field','Please First Select field','nl_nl','Please First Select field',1),(7499,'filter_name','Filter Name','nl_nl','Filter Name',1),(7500,'enter_filter_name','Enter filter name','nl_nl','Enter filter name',1),(7501,'choose_conditions','Choose Conditions','nl_nl','Choose Conditions',1),(7502,'all_condition','All Conditions(All conditions must be met)','nl_nl','All Conditions(All conditions must be met)',1),(7503,'any_condition','Any Conditions(At least one the conditions must be met)','nl_nl','Any Conditions(At least one the conditions must be met)',1),(7504,'lattitude','latitude','nl_nl','latitude',1),(7505,'notification_settings','Notification Settings','nl_nl','Notification Settings',1),(7506,'notification_management','Notification Management','nl_nl','Notification Management',1),(7507,'addyourcommentshere','Type @ to mention user','nl_nl','Type @ to mention user',1),(7508,'google_api_key_missing','Google Api key is missing.','nl_nl','Google Api key is missing.',1),(7509,'event_filter_by','Event Filter by','nl_nl','Event Filter by',1),(7510,'apply','Apply','nl_nl','Apply',1),(7511,'choose_from_gallery','Choose From Gallery','nl_nl','Choose From Gallery',1),(7512,'choose_from_camera','Choose From Camera','nl_nl','Choose From Camera',1),(7513,'mutli_select_CB','Mutli Select CB','nl_nl','Mutli Select CB',1),(7514,'please_select_condition','Please Select Condition','nl_nl','Please Select Condition',1),(7515,'please_enter_value_or_field','Please Enter Value or Field','nl_nl','Please Enter Value or Field',1),(7516,'set_as_default','Set as Default','nl_nl','Set as Default',1),(7517,'list_in_metrics','List in Metrics','nl_nl','List in Metrics',1),(7518,'order_number','Order Number','nl_nl','Order Number',1),(7519,'recording_saved_message','Recording saved successfully.','nl_nl','Recording saved successfully.',1),(7520,'recording_file','Recording File','nl_nl','Recording File',1),(7521,'file_not_found','File not found','nl_nl','File not found',1),(7522,'please_enter_valid_path','Please enter valid path','nl_nl','Please enter valid path',1),(7523,'enter_path_here','Enter path here...','nl_nl','Enter path here...',1),(7524,'set_call_recording_path','Set Call Recording Path','nl_nl','Set Call Recording Path',1),(7525,'set_call_recording_path_here','Set call recording path here','nl_nl','Set call recording path here',1),(7526,'call_recording_path','Call Recording Path','nl_nl','Call Recording Path',1),(7527,'please_place_api','Please enable place api','nl_nl','Please enable place api',1),(7528,'event_filters_by','Event Filters by','nl_nl','Event Filters by',1),(7529,'select_at_least_one_option','Please select at least one option','nl_nl','Please select at least one option',1),(7530,'enable_call_feature','Please enable call feature','nl_nl','Please enable call feature',1),(7531,'enable_email_feature','Please enable email feature','nl_nl','Please enable email feature',1),(7532,'demo_login','Demo Login','nl_nl','Demo Login',1),(7533,'select_email_template','Select Email Template','nl_nl','Select Email Template',1),(7534,'template_name','Template Name','nl_nl','Template Name',1),(7535,'example_storage_path','example : storage/Music/Recordings/Call Recordings','nl_nl','example : storage/Music/Recordings/Call Recordings',1),(7536,'User Notification Settings saved successfully','User Notification Settings saved successfully','nl_nl','User Notification Settings saved successfully',33),(7537,'This Notification has been disabled by admin','This Notification has been disabled by admin','nl_nl','This Notification has been disabled by admin',33),(7538,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','nl_nl','Notify when any updates to the record you\'re following',33),(7539,'Task assigned to you','Task assigned to you','nl_nl','Task assigned to you',33),(7540,'Task Reminder','Task Reminder','nl_nl','Task Reminder',33),(7541,'You were mentioned in comments','You were mentioned in comments','nl_nl','You were mentioned in comments',33),(7542,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','nl_nl','Comments has been added to record assigned to you',33),(7543,'When Record Assigned','When Record Assigned','nl_nl','When Record Assigned',33),(7544,'Event Reminder','Event Reminder','nl_nl','Event Reminder',33),(7545,'Event Invitation','Event Invitation','nl_nl','Event Invitation',33),(7546,'Follow record','Follow record','nl_nl','Follow record',33),(7547,'Task','Task','nl_nl','Task',33),(7548,'Conversions','Conversions','nl_nl','Conversions',33),(7549,'Events','Events','nl_nl','Events',33),(7550,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','nl_nl','No record(s) found Please click on filter icon to change filter',1),(7551,'title','Title','nl_nl','Title',1),(7552,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','nl_nl','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(7553,'call_recording','Call recording','nl_nl','Call recording',1),(7554,'voice_recorder','Voice Recorder','nl_nl','Voice Recorder',1),(7555,'no_address_reference_found','No Address Reference found','nl_nl','No Address Reference found',32),(7556,'no_overdue_activities','No OverDue Activities','nl_nl','No OverDue Activities',32),(7557,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','nl_nl','Please enter proper address from this address we are not getting proper latitude and longitude',32),(7558,'Default_Search_Field','Default search field','nl_nl','Default search field',32),(7559,'Calender_Reminder_Message','Free user can\'t send local reminder','nl_nl','Free user can\'t send local reminder',32),(7560,'you_must_have_permission','You must give permissions to use this features.','nl_nl','You must give permissions to use this features.',32),(7561,'internal_comment','Internal Comment','nl_nl','Internal Comment',1),(7562,'unlink_record','Unlink Record','nl_nl','Unlink Record',11),(7563,'unlink_record_msg','Are you sure want to unlink record?','nl_nl','Are you sure want to unlink record?',11),(7564,'file_format_not_support','File format not supported','nl_nl','File format not supported',11),(7565,'file_upload','File Upload','nl_nl','File Upload',5),(7566,'to_vtiger','To Vtiger','nl_nl','To Vtiger',5),(7567,'link_external_document','Link External Document','nl_nl','Link External Document',5),(7568,'from_file_url','From File Url','nl_nl','From File Url',5),(7569,'create_new_document','Create New Document','nl_nl','Create New Document',5),(7570,'select_document_type','Select Document type','nl_nl','Select Document type',5),(7571,'add_signature','Please add signature','nl_nl','Please add signature',11),(7572,'date_greater_then_equal','should be greater than or equal to','nl_nl','should be greater than or equal to',1),(7573,'date_less_then_equal','should be less than or equal to','nl_nl','should be less than or equal to',1),(7574,'Click_on_plus_for_add','Please tap on  +  to create a new record.','nl_nl','Please tap on  +  to create a new record.',15),(7575,'display_map','Display map','nl_nl','Display map',15),(7576,'other_settings','Other settings','nl_nl','Other settings',15),(7577,'total_hours','Total hours','nl_nl','Total hours',15),(7578,'widget_not_found','No widgets found','nl_nl','No widgets found',15),(7579,'quickaction','Quick action','nl_nl','Quick action',15),(7580,'dashboard','Dashboard','nl_nl','Dashboard',15),(7581,'new','New','nl_nl','New',15),(7582,'global_search_hint','Please try to search using search box at top','nl_nl','Please try to search using search box at top',15),(7583,'near_by_map','Near By Map','nl_nl','Near By Map',15),(7584,'miles','Miles','nl_nl','Miles',15),(7585,'lbl_filters','Filters','nl_nl','Filters',27),(7586,'warning','Warning','nl_nl','Warning',27),(7587,'no_filter_created','No filter is created.','nl_nl','No filter is created.',27),(7588,'please_create_new_ilter','Please create a new filter','nl_nl','Please create a new filter',27),(7589,'select_search_fields','Select fields for the search record.','nl_nl','Select fields for the search record.',27),(7590,'apply_fliters','Apply filters','nl_nl','Apply filters',27),(7591,'sort_by','Sort by','nl_nl','Sort by',27),(7592,'sort_order','Sort order','nl_nl','Sort order',27),(7593,'Start_time_tracking','Start time tracking','nl_nl','Start time tracking',31),(7594,'Stop_time_tracking','Stop time tracking','nl_nl','Stop time tracking',31),(7595,'image_preview','Image preview','nl_nl','Image preview',11),(7596,'phone_number','Phone number','nl_nl','Phone number',11),(7597,'email_address','Email address','nl_nl','Email address',11),(7598,'edit_your_preferences','Edit your preferences','nl_nl','Edit your preferences',8),(7599,'about_app','About app','nl_nl','About app',8),(7600,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','nl_nl','You already have latest CTMobile Ext. Version',8),(7601,'updated_app_version','You already have latest CRMTiger App Version','nl_nl','You already have latest CRMTiger App Version',8),(7602,'plan','Plan','nl_nl','Plan',8),(7603,'time','Time','nl_nl','Time',31),(7604,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','nl_nl','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(7605,'add_to_quick_action','Add to quick action','nl_nl','Add to quick action',1),(7606,'add_filter_to_quick_action','Add filter to quick action','nl_nl','Add filter to quick action',1),(7607,'create_record','Create Record','nl_nl','Create Record',1),(7608,'quick_action_hint','You can Add Quick Action here','nl_nl','You can Add Quick Action here',1),(7609,'str_send','Send','nl_nl','Send',3),(7610,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','nl_nl','Do you want to update tax & charge values corresponding to selected region?',1),(7611,'delete_quick_action_widgest','Delete Widget?','nl_nl','Delete Widget?',15),(7612,'add_record_to_dashboard','Add record to dashboard','nl_nl','Add record to dashboard',15),(7613,'module_quick_action_msg','Module added to dashboard','nl_nl','Module added to dashboard',15),(7614,'filter_quick_action_msg','Filter added to dashboard','nl_nl','Filter added to dashboard',15),(7615,'record_quick_action_msg','Record added to dashboard','nl_nl','Record added to dashboard',15),(7616,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','nl_nl','Filter shortcut added to dashboard',15),(7617,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','nl_nl','Record shortcut added to dashboard',15),(7618,'documents_disabled','Documents Module is disabled','nl_nl','Documents Module is disabled',1),(7619,'document_dont_attachment','Document does not have a attachment','nl_nl','Document does not have a attachment',1),(7620,'go_to_neat_by','Go to NearBy','nl_nl','Go to NearBy',15),(7621,'go_to_time_tracking','Go to Time Tracker','nl_nl','Go to Time Tracker',13),(7622,'nearby_quick_action_msg','NearBy added to dashboard','nl_nl','NearBy added to dashboard',15),(7623,'time_tracking_quick_action_msg','Time Tracking added to dashboard','nl_nl','Time Tracking added to dashboard',15),(7624,'attendance_quick_action_msg','Attendance added to dashboard','nl_nl','Attendance added to dashboard',15),(7625,'attachment','Attachment','nl_nl','Attachment',15),(7626,'search_by_fields','Search by fields','nl_nl','Search by fields',27),(7627,'apply_selected','Apply selected','nl_nl','Apply selected',27),(7628,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','nl_nl','auto address finder is disabled, please enable it from CRMTiger Settings',1),(7629,'Attendance','Attendance','nl_nl','Attendance',15),(7630,'Check-in successfully','Check-in successfully','nl_nl','Check-in successfully',32),(7631,'Check-out successfully','Check-out successfully','nl_nl','Check-out successfully',32),(7632,'Nothing around here','Nothing around here','nl_nl','Nothing around here',13),(7633,'select_days','Select Days','nl_nl','Select Days',5),(7634,'select_minutes','Select Minutes','nl_nl','Select Minutes',5),(7635,'select_hours','Select Hours','nl_nl','Select Hours',5),(7636,'no_lat_long_found','Location information (Latitude,Longitude) not found','nl_nl','Location information (Latitude,Longitude) not found',32),(7637,'Call Log save successfully','Call Log save successfully','nl_nl','Call Log save successfully',32),(7638,'Files/photos deleted successfully','Files/photos deleted successfully','nl_nl','Files/photos deleted successfully',32),(7639,'network_error','Network connection error!','pt_br','Network connection error!',1),(7640,'connection_check','Could not connect to CRM, Please check your Internet connection.','pt_br','Could not connect to CRM, Please check your Internet connection.',1),(7641,'update','Update','pt_br','Update',1),(7642,'cancel','Cancel','pt_br','Cancel',1),(7643,'ok','Ok','pt_br','Ok',1),(7644,'more_information','Click here for more information.','pt_br','Click here for more information.',1),(7645,'yes','Yes','pt_br','Yes',1),(7646,'no','No','pt_br','No',1),(7647,'click_again_exit','Click again to exit','pt_br','Click again to exit',1),(7648,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','pt_br','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(7649,'clickhere','Click here','pt_br','Click here',1),(7650,'clickhere_subscribe','Click here to subscribe premium version','pt_br','Click here to subscribe premium version',1),(7651,'clickhere_configure','Click here and view how to Configure.','pt_br','Click here and view how to Configure.',1),(7652,'please_wait','Please Wait…','pt_br','Please Wait…',1),(7653,'share__msg','Share file with','pt_br','Share file with',1),(7654,'dialog_camera','Camera','pt_br','Camera',1),(7655,'dialog_add_file_by','Take Photo from','pt_br','Take Photo from',1),(7656,'add','Add','pt_br','Add',1),(7657,'mail_manager_configured','Mail Manager is not configured','pt_br','Mail Manager is not configured',1),(7658,'dialog_add_files_by','Add Files by','pt_br','Add Files by',1),(7659,'dialog_drive','Drive','pt_br','Drive',1),(7660,'dialog_drop_box','Drop Box','pt_br','Drop Box',1),(7661,'dialog_need_signin','You need to Sign-in to your Drive account first.','pt_br','You need to Sign-in to your Drive account first.',1),(7662,'dialog_gallery','Gallery','pt_br','Gallery',1),(7663,'delete','Delete','pt_br','Delete',1),(7664,'timeoutmessage','Oops! Request is taking more time than expected.','pt_br','Oops! Request is taking more time than expected.',1),(7665,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','pt_br','GPS is not enabled. Please turn it on to get your near by locations.',1),(7666,'sure_want_delete','Are you sure want to delete ?','pt_br','Are you sure want to delete ?',1),(7667,'select','Select','pt_br','Select',1),(7668,'msgforrecordaudio','Minimum record duration one second.','pt_br','Minimum record duration one second.',1),(7669,'permission_storage','Permission denied to read your External storage','pt_br','Permission denied to read your External storage',1),(7670,'send_permission_msg','Send message permission denied','pt_br','Send message permission denied',1),(7671,'choosefile','Choose File','pt_br','Choose File',1),(7672,'enter','Enter','pt_br','Enter',1),(7673,'select_an_option','Select an Option','pt_br','Select an Option',1),(7674,'email_validation','Email is not valid','pt_br','Email is not valid',1),(7675,'please_enter','Please Enter','pt_br','Please Enter',1),(7676,'website_validation_text','Website URL is not valid','pt_br','Website URL is not valid',1),(7677,'selectvalue','Select value first','pt_br','Select value first',1),(7678,'email','Email','pt_br','Email',1),(7679,'enter_email_address','Enter email address','pt_br','Enter email address',1),(7680,'email_address_not_correct','Email address incorrect','pt_br','Email address incorrect',1),(7681,'pls_enter_subject','Please Enter Subject','pt_br','Please Enter Subject',1),(7682,'attachFiles','Attached File','pt_br','Attached File',1),(7683,'from','From','pt_br','From',1),(7684,'to','To','pt_br','To',1),(7685,'call_permission_msg','Call permission denied','pt_br','Call permission denied',1),(7686,'no_records','No records found','pt_br','No records found',1),(7687,'fullform','Create New','pt_br','Create New',1),(7688,'save','Save','pt_br','Save',1),(7689,'total','Total','pt_br','Total',1),(7690,'discount','Discount','pt_br','Discount',1),(7691,'price','Price','pt_br','Price',1),(7692,'quantity','Quantity','pt_br','Quantity',1),(7693,'select_module','Select Module','pt_br','Select Module',1),(7694,'item_list','Item List','pt_br','Item List',1),(7695,'quickcreate','Quick Create','pt_br','Quick Create',1),(7696,'overwrite_msg_part1','Overwrite the existing address with the selected','pt_br','Overwrite the existing address with the selected',1),(7697,'once_in_every','Once in every','pt_br','Once in every',1),(7698,'overwrite_msg_part2','address details?','pt_br','address details?',1),(7699,'add_item','Add Item','pt_br','Add Item',1),(7700,'recordsave','Record saved successfully','pt_br','Record saved successfully',1),(7701,'recordnotsave','Could not save record. Try again later','pt_br','Could not save record. Try again later',1),(7702,'minutes','Minutes','pt_br','Minutes',1),(7703,'hours','Hours','pt_br','Hours',1),(7704,'days','Days','pt_br','Days',1),(7705,'on','On','pt_br','On',1),(7706,'day_of_the_month','day of the month','pt_br','day of the month',1),(7707,'list_price','List Price','pt_br','List Price',1),(7708,'add_record','Add Record','pt_br','Add Record',1),(7709,'add_product','Add Product','pt_br','Add Product',1),(7710,'add_service','Add Service','pt_br','Add Service',1),(7711,'discountin','Discount in %','pt_br','Discount in %',1),(7712,'unitprice','Unit price','pt_br','Unit price',1),(7713,'netprice','Net price','pt_br','Net price',1),(7714,'comments','Comments','pt_br','Comments',1),(7715,'add_close','Add & Close','pt_br','Add & Close',1),(7716,'fetching_rout_message','Fetching route, Please wait…','pt_br','Fetching route, Please wait…',1),(7717,'setting','Settings','pt_br','Settings',1),(7718,'utc','UTC','pt_br','UTC',1),(7719,'in','In','pt_br','In',1),(7720,'days_ago','days ago','pt_br','days ago',1),(7721,'mins_ago','Minutes ago','pt_br','Minutes ago',1),(7722,'justnow','Just now','pt_br','Just now',1),(7723,'hours_ago','hours ago','pt_br','hours ago',1),(7724,'in_1_day','In 1 day','pt_br','In 1 day',1),(7725,'scanqrcode','Asset / Card scanner','pt_br','Asset / Card scanner',1),(7726,'call_log','Call Log','pt_br','Call Log',1),(7727,'voice_message','Hi','pt_br','Hi',1),(7728,'voice_message1','What can I search for you in','pt_br','What can I search for you in',1),(7729,'live_tracking','Live Tracking','pt_br','Live Tracking',1),(7730,'mailmanager','Mail Manager','pt_br','Mail Manager',1),(7731,'my_location','My location','pt_br','My location',1),(7732,'created_on','Created On','pt_br','Created On',1),(7733,'modified_on','Modified On','pt_br','Modified On',1),(7734,'enter_comments','Enter Comments','pt_br','Enter Comments',1),(7735,'viewmore','View More','pt_br','View More',1),(7736,'viewless','View Less','pt_br','View Less',1),(7737,'gotofullform','Go to Full Form','pt_br','Go to Full Form',1),(7738,'post','Post','pt_br','Post',1),(7739,'url','URL','pt_br','URL',1),(7740,'dialog_title_text_back_color','Select a Text Background Color','pt_br','Select a Text Background Color',1),(7741,'event_or_task','Add event/task','pt_br','Add event/task',1),(7742,'shortcut','Shortcuts','pt_br','Shortcuts',1),(7743,'select_field','Select Field','pt_br','Select Field',1),(7744,'share','Share','pt_br','Share',1),(7745,'title_insert_link','Insert Link','pt_br','Insert Link',1),(7746,'addyourcommentshere','Add your comments here','pt_br','Add your comments here',1),(7747,'nocomment','No Comments','pt_br','No Comments',1),(7748,'leads','Leads','pt_br','Leads',1),(7749,'true_val','true','pt_br','true',1),(7750,'noresult','No Result','pt_br','No Result',1),(7751,'version','Version','pt_br','Version',1),(7752,'convert_lead','Convert Lead','pt_br','Convert Lead',1),(7753,'app_name','CRMTiger','pt_br','CRMTiger',1),(7754,'enter_url','Please Enter url','pt_br','Please Enter url',1),(7755,'help','Help','pt_br','Help',1),(7756,'contact_us','Contact Us','pt_br','Contact Us',1),(7757,'updates','Updates','pt_br','Updates',1),(7758,'logout','LogOut','pt_br','LogOut',1),(7759,'busnies_cardscanner','Business Card Scanner','pt_br','Business Card Scanner',1),(7760,'sure_want_logout','Are you sure want to logout ?','pt_br','Are you sure want to logout ?',1),(7761,'logout_message','Logout successfully','pt_br','Logout successfully',1),(7762,'all','All','pt_br','All',1),(7763,'add_event','Add event','pt_br','Add event',1),(7764,'add_task','Add Task','pt_br','Add Task',1),(7765,'next','Next','pt_br','Next',1),(7766,'terms_conditions','Terms and Conditions','pt_br','Terms and Conditions',1),(7767,'login','Login','pt_br','Login',2),(7768,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','pt_br','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(7769,'copyright','Copyright © 2020 CRMTiger Version','pt_br','Copyright © 2020 CRMTiger Version',2),(7770,'enter_username','Please enter username','pt_br','Please enter username',2),(7771,'enter_password','Please enter password','pt_br','Please enter password',2),(7772,'remanberme','Remember Me','pt_br','Remember Me',2),(7773,'forgot_password','Forgot password?','pt_br','Forgot password?',2),(7774,'privacy_policay1','Privacy Policy','pt_br','Privacy Policy',2),(7775,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','pt_br','Something went wrong. \n please Click here to contact support.',2),(7776,'enter_username_password','Entered Username or Password is wrong','pt_br','Entered Username or Password is wrong',2),(7777,'server_issue_occured','Server issues occurred','pt_br','Server issues occurred',2),(7778,'password','Password','pt_br','Password',3),(7779,'user_name','Username','pt_br','Username',3),(7780,'reset_pwd','Reset Password','pt_br','Reset Password',3),(7781,'forgot_password_title','Forgot password','pt_br','Forgot password',3),(7782,'enter_user_name','Enter user name','pt_br','Enter user name',3),(7783,'cc','Cc','pt_br','Cc',4),(7784,'body','Body','pt_br','Body',4),(7785,'bcc','BCC','pt_br','BCC',4),(7786,'dialog_title_text_color','Select a Text Color','pt_br','Select a Text Color',4),(7787,'date','Date','pt_br','Date',4),(7788,'subject','Subject','pt_br','Subject',4),(7789,'composeMail','Compose Mail','pt_br','Compose Mail',4),(7790,'send','Send','pt_br','Send',4),(7791,'select_message','Select message','pt_br','Select message',4),(7792,'title_insert_table','Insert Table','pt_br','Insert Table',4),(7793,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','pt_br','I agree to Share API Log to Technical team for further troubleshooting',5),(7794,'edit_record','Edit Records','pt_br','Edit Records',5),(7795,'select_time','Select Time','pt_br','Select Time',5),(7796,'edit_item','Edit Item','pt_br','Edit Item',5),(7797,'items_total','Items Total','pt_br','Items Total',5),(7798,'number_less_then_31','Number should be less than 31','pt_br','Number should be less than 31',5),(7799,'users','Users','pt_br','Users',5),(7800,'groups','Groups','pt_br','Groups',5),(7801,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','pt_br','Note : Existing attachments(images/files) will be replaced',5),(7802,'greaterdatetime','End DateTime should be greater than Start DateTime','pt_br','End DateTime should be greater than Start DateTime',5),(7803,'until','Until','pt_br','Until',5),(7804,'organizations','Organizations','pt_br','Organizations',6),(7805,'contacts','Contacts','pt_br','Contacts',6),(7806,'opportunity','Opportunity','pt_br','Opportunity',6),(7807,'lbl_sun','SUN','pt_br','SUN',7),(7808,'lbl_mon','MON','pt_br','MON',7),(7809,'lbl_tue','TUE','pt_br','TUE',7),(7810,'lbl_wed','WED','pt_br','WED',7),(7811,'lbl_thu','THU','pt_br','THU',7),(7812,'lbl_fri','FRI','pt_br','FRI',7),(7813,'lbl_sat','SAT','pt_br','SAT',7),(7814,'lbl_1','1','pt_br','1',7),(7815,'lbl_2','2','pt_br','2',7),(7816,'lbl_3','3','pt_br','3',7),(7817,'lbl_4','4','pt_br','4',7),(7818,'lbl_5','5','pt_br','5',7),(7819,'lbl_6','6','pt_br','6',7),(7820,'lbl_7','7','pt_br','7',7),(7821,'lbl_8','8','pt_br','8',7),(7822,'lbl_9','9','pt_br','9',7),(7823,'lbl_10','10','pt_br','10',7),(7824,'lbl_11','11','pt_br','11',7),(7825,'lbl_12','12','pt_br','12',7),(7826,'lbl_13','13','pt_br','13',7),(7827,'lbl_14','14','pt_br','14',7),(7828,'lbl_15','15','pt_br','15',7),(7829,'lbl_16','16','pt_br','16',7),(7830,'lbl_17','17','pt_br','17',7),(7831,'lbl_18','18','pt_br','18',7),(7832,'lbl_19','19','pt_br','19',7),(7833,'lbl_20','20','pt_br','20',7),(7834,'lbl_21','21','pt_br','21',7),(7835,'lbl_22','22','pt_br','22',7),(7836,'lbl_23','23','pt_br','23',7),(7837,'lbl_24','24','pt_br','24',7),(7838,'lbl_25','25','pt_br','25',7),(7839,'lbl_26','26','pt_br','26',7),(7840,'lbl_27','27','pt_br','27',7),(7841,'lbl_28','28','pt_br','28',7),(7842,'lbl_29','29','pt_br','29',7),(7843,'lbl_30','30','pt_br','30',7),(7844,'lbl_31','31','pt_br','31',7),(7845,'lbl_32','32','pt_br','32',7),(7846,'lbl_33','33','pt_br','33',7),(7847,'lbl_34','34','pt_br','34',7),(7848,'lbl_35','35','pt_br','35',7),(7849,'lbl_36','36','pt_br','36',7),(7850,'lbl_37','37','pt_br','37',7),(7851,'lbl_38','38','pt_br','38',7),(7852,'lbl_39','39','pt_br','39',7),(7853,'lbl_40','40','pt_br','40',7),(7854,'lbl_41','41','pt_br','41',7),(7855,'lbl_42','42','pt_br','42',7),(7856,'current_date','current date','pt_br','current date',7),(7857,'event','Events','pt_br','Events',7),(7858,'calendar','Calendar','pt_br','Calendar',7),(7859,'latest_version','Latest Version :','pt_br','Latest Version :',8),(7860,'expire_on','Next renewal date : ','pt_br','Next renewal date : ',8),(7861,'ctmobile_ext_version','CTMobile Ext. Version : ','pt_br','CTMobile Ext. Version : ',8),(7862,'you_have_latest_version','You already have latest version','pt_br','You already have latest version',8),(7863,'latest_version1','You Already have latest version','pt_br','You Already have latest version',8),(7864,'upgreaded','Upgrade','pt_br','Upgrade',8),(7865,'downgrade','Downgrade','pt_br','Downgrade',8),(7866,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','pt_br','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(7867,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','pt_br','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(7868,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','pt_br','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(7869,'info','Info','pt_br','Info',8),(7870,'recent_history','Recent History','pt_br','Recent History',8),(7871,'recent_feedback','Feedback','pt_br','Feedback',8),(7872,'recent_log','Log','pt_br','Log',8),(7873,'crmtiger_app_version','CRMTiger App Version : ','pt_br','CRMTiger App Version : ',8),(7874,'historylimit','Recent History Limit','pt_br','Recent History Limit',8),(7875,'radious_in_miles','Radius in miles','pt_br','Radius in miles',8),(7876,'recentlimit','Recent Event Limit','pt_br','Recent Event Limit',8),(7877,'upcoming_events','Upcoming Events','pt_br','Upcoming Events',8),(7878,'rate_our_app','Rate Our App!','pt_br','Rate Our App!',8),(7879,'feedback','Submit Feedback','pt_br','Submit Feedback',8),(7880,'sendfeedback','Feedback Send','pt_br','Feedback Send',8),(7881,'emaillimit','Email limit','pt_br','Email limit',8),(7882,'log','Log','pt_br','Log',8),(7883,'logclear','Log cleared successfully.','pt_br','Log cleared successfully.',8),(7884,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','pt_br','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(7885,'proceed_to_upgrade1','Proceed to','pt_br','Proceed to',8),(7886,'upgradation_message','will required logout and login again later.','pt_br','will required logout and login again later.',8),(7887,'proceed_to_upgrade','Proceed to Upgrade','pt_br','Proceed to Upgrade',8),(7888,'module_setting','Module Setting','pt_br','Module Setting',9),(7889,'sortbyfield','Sort by field','pt_br','Sort by field',9),(7890,'ascending','Ascending  A to Z','pt_br','Ascending  A to Z',9),(7891,'descending','Descending  Z to A','pt_br','Descending  Z to A',9),(7892,'first_field','First Field','pt_br','First Field',9),(7893,'second_field','Second Field','pt_br','Second Field',9),(7894,'third_field','Third Field','pt_br','Third Field',9),(7895,'sure_want_restore','Are you sure you want to reset to default settings?','pt_br','Are you sure you want to reset to default settings?',9),(7896,'orderlist','List Order','pt_br','List Order',9),(7897,'module_reset','Restore to Default','pt_br','Restore to Default',9),(7898,'display_fields','Display Fields','pt_br','Display Fields',9),(7899,'discount_lessthen_100','Discount % should be less than 100','pt_br','Discount % should be less than 100',10),(7900,'select_item','Select Item','pt_br','Select Item',10),(7901,'item_comment','Item Comment','pt_br','Item Comment',10),(7902,'record_name','Record Name is :','pt_br','Record Name is :',11),(7903,'go_back','Go Back','pt_br','Go Back',11),(7904,'please_enter_shortcut_name','Please Enter Shortcut Name','pt_br','Please Enter Shortcut Name',11),(7905,'number_not_found','Contact Number not found','pt_br','Contact Number not found',11),(7906,'mail_not_found','Mail Address not found','pt_br','Mail Address not found',11),(7907,'create_shortcut','Create Shortcut','pt_br','Create Shortcut',11),(7908,'contact_summary','Summary','pt_br','Summary',11),(7909,'activites','Activities','pt_br','Activities',11),(7910,'details','Details','pt_br','Details',11),(7911,'related','Related','pt_br','Related',11),(7912,'share_link','Share record with','pt_br','Share record with',11),(7913,'edit','Edit','pt_br','Edit',11),(7914,'duplicate','Duplicate','pt_br','Duplicate',11),(7915,'whatsapp','Whatsapp','pt_br','Whatsapp',11),(7916,'call','Call','pt_br','Call',11),(7917,'choose_contact_for_call','Choose Contact for Call','pt_br','Choose Contact for Call',11),(7918,'choose_contact_for_sms','Choose Contact for SMS','pt_br','Choose Contact for SMS',11),(7919,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','pt_br','Choose Contact for WhatsApp',11),(7920,'chosse_contact_for_email','Choose Email','pt_br','Choose Email',11),(7921,'attach_file','Attach Files','pt_br','Attach Files',11),(7922,'close','Close','pt_br','Close',11),(7923,'status','Status','pt_br','Status',11),(7924,'stop','Stop','pt_br','Stop',11),(7925,'zero','0','pt_br','0',11),(7926,'record','Record','pt_br','Record',11),(7927,'voice_note','Voice Note','pt_br','Voice Note',11),(7928,'tickets','Tickets','pt_br','Tickets',12),(7929,'check_out','Check Out','pt_br','Check Out',12),(7930,'check_in','Check In','pt_br','Check In',12),(7931,'select_any','Select any','pt_br','Select any',12),(7932,'fulldetails','Show Full Details','pt_br','Show Full Details',12),(7933,'checkin','Check-in','pt_br','Check-in',12),(7934,'navigate','Navigate','pt_br','Navigate',12),(7935,'product','Products','pt_br','Products',12),(7936,'projectMilestone','Project Milestone','pt_br','Project Milestone',12),(7937,'projecttask','Project Tasks','pt_br','Project Tasks',12),(7938,'nearby','NearBy','pt_br','NearBy',13),(7939,'document','Document','pt_br','Document',14),(7940,'reply','Reply','pt_br','Reply',14),(7941,'reply_all','Reply All','pt_br','Reply All',14),(7942,'forward','Forward','pt_br','Forward',14),(7943,'action','Action','pt_br','Action',14),(7944,'select_first','Select First','pt_br','Select First',14),(7945,'commentaddsuccessful','Comment added successfull','pt_br','Comment added successfull',14),(7946,'move_to','Move to','pt_br','Move to',14),(7947,'attach','Attach','pt_br','Attach',14),(7948,'addcoment','Add Comment','pt_br','Add Comment',14),(7949,'adddocument','Add Document','pt_br','Add Document',14),(7950,'home','Home','pt_br','Home',15),(7951,'checkout','Check-out','pt_br','Check-out',15),(7952,'message_search','Search by name','pt_br','Search by name',15),(7953,'start_shift','Start shift','pt_br','Start shift',15),(7954,'end_shift','End shift','pt_br','End shift',15),(7955,'today_meeting','Meetings','pt_br','Meetings',15),(7956,'shift_time_track','Shift Time Track','pt_br','Shift Time Track',15),(7957,'logout_msg','You have to login again , click','pt_br','You have to login again , click',15),(7958,'logout_msg1','to continue.','pt_br','to continue.',15),(7959,'permission_denied','You don\'t have permission to create','pt_br','You don\'t have permission to create',15),(7960,'history','Activity stream','pt_br','Activity stream',15),(7961,'search_value','Search value :','pt_br','Search value :',15),(7962,'feed_back_msg','Please enter feedback message','pt_br','Please enter feedback message',16),(7963,'feed_back_hint_msg','Enter feedback message','pt_br','Enter feedback message',16),(7964,'submit','Submit','pt_br','Submit',16),(7965,'check_app_not_installed','Application is not currently installed.','pt_br','Application is not currently installed.',17),(7966,'send_sms_fail_message','SMS failed, please try again later!','pt_br','SMS failed, please try again later!',17),(7967,'documentaddsuccessfully','Document Attach successfully','pt_br','Document Attach successfully',17),(7968,'send_message','Send message','pt_br','Send message',17),(7969,'sms_to','smsto:','pt_br','smsto:',17),(7970,'add_list_message','Add List','pt_br','Add List',18),(7971,'mylist','My List','pt_br','My List',18),(7972,'filtername','Filter Name','pt_br','Filter Name',18),(7973,'selectlist','Select a List','pt_br','Select a List',18),(7974,'assingedto','Assigned To','pt_br','Assigned To',18),(7975,'selectmodule','Select a module','pt_br','Select a module',18),(7976,'add_list','Add Filter','pt_br','Add Filter',18),(7977,'recent_event','Recent Event','pt_br','Recent Event',19),(7978,'recent_hostory','Recent History','pt_br','Recent History',19),(7979,'module_specific_settings','Module-Specific Settings','pt_br','Module-Specific Settings',19),(7980,'talk_to_us','Talk to us','pt_br','Talk to us',19),(7981,'report_a_bug','Report A Bug','pt_br','Report A Bug',19),(7982,'faq','FAQ','pt_br','FAQ',19),(7983,'selectmodules','Select Module','pt_br','Select Module',19),(7984,'myplan','My Plan','pt_br','My Plan',19),(7985,'message','Message','pt_br','Message',20),(7986,'message_validation','Please enter Message','pt_br','Please enter Message',20),(7987,'contact_select','Please Select contact','pt_br','Please Select contact',20),(7988,'global_search','Global Search','pt_br','Global Search',21),(7989,'records','Records','pt_br','Records',21),(7990,'dont_show_again','Don\'t Show Again','pt_br','Don\'t Show Again',22),(7991,'skip','Skip','pt_br','Skip',22),(7992,'file_downloading','File Downloading','pt_br','File Downloading',23),(7993,'add_screenshots_optional','Add screenshots (optional)','pt_br','Add screenshots (optional)',24),(7994,'describe_your_problem','Describe your problem','pt_br','Describe your problem',24),(7995,'default_filter_shortcut','Default Filter Shortcut','pt_br','Default Filter Shortcut',25),(7996,'record_shortcut','Record Shortcut','pt_br','Record Shortcut',25),(7997,'enter_url','Please Enter url','pt_br','Please Enter url',26),(7998,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','pt_br','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(7999,'search_by','Search by','pt_br','Search by',27),(8000,'selected_filter','Selected filter :','pt_br','Selected filter :',27),(8001,'selected_field','Selected field :','pt_br','Selected field :',27),(8002,'choose','Choose','pt_br','Choose',28),(8003,'qr_cardscanner','QR Code Scanner','pt_br','QR Code Scanner',28),(8004,'error_message_for_scan','Could not read the card Try again later.','pt_br','Could not read the card Try again later.',28),(8005,'press_start_scan','Press to Start Scan','pt_br','Press to Start Scan',28),(8006,'line_item_quntity_validation_msg','Value should be greater than zero','pt_br','Value should be greater than zero',29),(8007,'percentage_msg','Percentage should be less than 100','pt_br','Percentage should be less than 100',29),(8008,'MSG_NO_DATA','No data found!','pt_br','No data found!',29),(8009,'MSG_SOMETHING_WRONG','Something went wrong!','pt_br','Something went wrong!',29),(8010,'MSG_COMING_SOON','Coming Soon!','pt_br','Coming Soon!',29),(8011,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','pt_br','Please upload profile image.',29),(8012,'ALERT_TITLE_LOCATION_ACCESS','Location Access','pt_br','Location Access',29),(8013,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','pt_br','Requires your location to show nearby events.',29),(8014,'ALERT_BTN_ALLOW','ALLOW','pt_br','ALLOW',29),(8015,'ALERT_BTN_DENY','DENY','pt_br','DENY',29),(8016,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','pt_br','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(8017,'DELETE_RECORD','Delete Record','pt_br','Delete Record',29),(8018,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','pt_br','Are you sure want to delete this shortcut?',29),(8019,'DELETE_SHORTCUT','Delete Shortcut','pt_br','Delete Shortcut',29),(8020,'LBL_TERMS','By logging in, you agree to our Terms and','pt_br','By logging in, you agree to our Terms and',29),(8021,'LBL_CONDITIONS','Conditions &','pt_br','Conditions &',29),(8022,'ALERT_TITLE','Alert','pt_br','Alert',29),(8023,'ALERT_BTN_SUBSCRIBE','Subscribe','pt_br','Subscribe',29),(8024,'MSG_SELECT_MODULE','Please select any Module','pt_br','Please select any Module',29),(8025,'MSG_SELECT_LIST','Please select any List','pt_br','Please select any List',29),(8026,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','pt_br','You don\'t have camera',29),(8027,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','pt_br','You don\'t have permission to access gallery.',29),(8028,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','pt_br','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(8029,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','pt_br','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(8030,'BTN_DONE','Done','pt_br','Done',29),(8031,'COMMENT','Comment','pt_br','Comment',29),(8032,'FULL_FORM','Full Form','pt_br','Full Form',29),(8033,'QUICK_CREATE','Create','pt_br','Create',29),(8034,'LBL_SELECT_FIELDS','Select Fields','pt_br','Select Fields',29),(8035,'LBL_SELECT_FIELDS','Select Fields','pt_br','Select Fields',29),(8036,'LBL_SELECT_FIRST_FIELDS','Select First Field','pt_br','Select First Field',29),(8037,'LBL_SELECT_SECOND_FIELDS','Select Second Field','pt_br','Select Second Field',29),(8038,'LBL_SELECT_THIRD_FIELDS','Select Third Field','pt_br','Select Third Field',29),(8039,'LBL_SORT_BY_FIELD','Select Sort By Field','pt_br','Select Sort By Field',29),(8040,'BTN_RESET_TO_DEFAULT','Reset to Default','pt_br','Reset to Default',29),(8041,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','pt_br','Select Sort by field',29),(8042,'kStrClearBtnTitle','Clear','pt_br','Clear',29),(8043,'kStrShowMoreBtnTitle','Show More','pt_br','Show More',29),(8044,'kStrAddActivitiesBtnTitle','Add Activities','pt_br','Add Activities',29),(8045,'kStrAddCommentPlaceHolder','Add your comments here','pt_br','Add your comments here',29),(8046,'MSG_ENTER_TO_EMAIL','Please enter to field.','pt_br','Please enter to field.',29),(8047,'WARNING_FILE','File can\'t open.','pt_br','File can\'t open.',29),(8048,'MSG_FILE_SAVED','File saved.','pt_br','File saved.',29),(8049,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','pt_br','Download fail!, please try after sometime.',29),(8050,'LBL_SHORTCUT','Shortcut','pt_br','Shortcut',29),(8051,'TXT_MESSAGE_PLACEHOLDER','Type Message','pt_br','Type Message',29),(8052,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','pt_br','Install Whatsapp',29),(8053,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','pt_br','No MailBox found. Please Create Mailbox',29),(8054,'LBL_WROTE','Wrote','pt_br','Wrote',29),(8055,'MSG_MAIL_SEND','Mail sent','pt_br','Mail sent',29),(8056,'log_file_not_found','API Log file not found.','pt_br','API Log file not found.',29),(8057,'unknown_error','An unknown error occurred, try again','pt_br','An unknown error occurred, try again',29),(8058,'CTMTigerAppVersion','CRMTiger App Version','pt_br','CRMTiger App Version',29),(8059,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','pt_br','CTMobile Ext. Version Update Successfully',29),(8060,'dialog_Premium_downgrade','Downgrade will required logout and login again later','pt_br','Downgrade will required logout and login again later',29),(8061,'dialog_Premium','Upgrade will required logout and login again later','pt_br','Upgrade will required logout and login again later',29),(8062,'Overwrite','Overwrite','pt_br','Overwrite',29),(8063,'MSGAddressOverwrite1','Overwrite the existing address with the selected','pt_br','Overwrite the existing address with the selected',29),(8064,'MSGAddressOverwrite2','address details?','pt_br','address details?',29),(8065,'UPGRADE_PLAN','Upgrade Plan','pt_br','Upgrade Plan',29),(8066,'DOWNGRADE_PLAN','Downgrade Plan','pt_br','Downgrade Plan',29),(8067,'UPGRADE_EXTENSION','Upgrade Extension','pt_br','Upgrade Extension',29),(8068,'UPGRADE_APP','Upgrade App','pt_br','Upgrade App',29),(8069,'SELECT_OPTION','Select Option','pt_br','Select Option',29),(8070,'PLEASE_SELECT','Please select','pt_br','Please select',29),(8071,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','pt_br','You don\'t have permission for this module.',29),(8072,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','pt_br','Please select reccuring day of month.',29),(8073,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','pt_br','Please select reccuring day of week.',29),(8074,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','pt_br','Please select reccuring days.',29),(8075,'Please select reccuring days.','Please select reccuring days.','pt_br','Please select reccuring days.',29),(8076,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','pt_br','Please select reccuring end date.',29),(8077,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','pt_br','Please select reccuring type.',29),(8078,'FREQ_TIME','Times','pt_br','Times',29),(8079,'REPEAT_YEARLY','Repeat Yearly','pt_br','Repeat Yearly',29),(8080,'REPEAT_MONTHLY','Repeat Monthly','pt_br','Repeat Monthly',29),(8081,'REPEAT_WEEKLY','Repeat Weekly','pt_br','Repeat Weekly',29),(8082,'REPEAT_DAILY','Repeat Daily','pt_br','Repeat Daily',29),(8083,'ACTION_TITLE','Action Title','pt_br','Action Title',29),(8084,'MSG_SELECT_VALID_DATE','Please select valid day of month.','pt_br','Please select valid day of month.',29),(8085,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','pt_br','Start date should be less than end date.',29),(8086,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','pt_br','Start time should be less than end time.',29),(8087,'LBL_LINEITEM_DETAILS','Lineitem Details','pt_br','Lineitem Details',29),(8088,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','pt_br','Discount amount should be less than the total.',29),(8089,'VIEW','View','pt_br','View',29),(8090,'MSG_ENTER_VALID','Please enter valid','pt_br','Please enter valid',29),(8091,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','pt_br','Percentage should be less than 100.',29),(8092,'ITEM_TOTAL','Item Total','pt_br','Item Total',29),(8093,'ADJUSTMENT','Adjustment','pt_br','Adjustment',29),(8094,'TITLE_CHOOSE_IMAGE','Choose Image','pt_br','Choose Image',29),(8095,'COMPRESS','Compress','pt_br','Compress',29),(8096,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','pt_br','Your image size is too large, please select another image',29),(8097,'OnDayOfMonth','On day of month','pt_br','On day of month',29),(8098,'OnDayOfWeek','On day of week','pt_br','On day of week',29),(8099,'AddAndClose','Add & Close','pt_br','Add & Close',29),(8100,'Repeat','Repeat','pt_br','Repeat',29),(8101,'OnDay','On day','pt_br','On day',29),(8102,'View_Line_Item','View Line Item','pt_br','View Line Item',29),(8103,'TITLE_IMAGE','Image','pt_br','Image',29),(8104,'TITLE_ICLOUD','iCloud','pt_br','iCloud',29),(8105,'GOOGLE','Google','pt_br','Google',29),(8106,'ALERT_BTN_OKAY','Okay','pt_br','Okay',29),(8107,'ALERT_TITLE_ACCESS_DENIED','Access Denied','pt_br','Access Denied',29),(8108,'Dont_Show_Again','Don\'t show again','pt_br','Don\'t show again',29),(8109,'Skip','Skip','pt_br','Skip',29),(8110,'Fillter_Name','Fillter Name','pt_br','Fillter Name',29),(8111,'Fillter_Record_Count','Fillter Record Count','pt_br','Fillter Record Count',29),(8112,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','pt_br','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(8113,'vtiger_url','Your vTiger CRM URL','pt_br','Your vTiger CRM URL',26),(8114,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','pt_br','You don\'t have permission to Add either This is read-only or Private Field.',31),(8115,'CLEAR','Clear','pt_br','Clear',31),(8116,'Files/photos uploaded successfully','Files/photos uploaded successfully','pt_br','Files/photos uploaded successfully',32),(8117,'Digital signature saved','Digital signature saved','pt_br','Digital signature saved',32),(8118,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','pt_br','Please upload Signature or Files/photos',32),(8119,'Files / Photos','Files / Photos','pt_br','Files / Photos',32),(8120,'Signature','Signature','pt_br','Signature',32),(8121,'add_photo_using','Add Photo Using','pt_br','Add Photo Using',31),(8122,'btn_upload_sign','(+) Add Signature','pt_br','(+) Add Signature',31),(8123,'btn_upload_photo_doc','(+) Upload Files/Photos','pt_br','(+) Upload Files/Photos',31),(8124,'select_photo_doc_to_upload','Please select files/photos to upload','pt_br','Please select files/photos to upload',31),(8125,'related_module_title','Search from related module and Add to \"Route\"','pt_br','Search from related module and Add to \"Route\"',30),(8126,'Route status updated successfully','Route status updated successfully','pt_br','Route status updated successfully',32),(8127,'Session init failed','Session init failed','pt_br','Session init failed',32),(8128,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','pt_br','You don\'t have permission to access this resource',32),(8129,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','pt_br','Could not get the Related To - Try again later',32),(8130,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','pt_br','Could not get the Route Planning Record - Try again later',32),(8131,'Something went wrong - Try again later','Something went wrong - Try again later','pt_br','Something went wrong - Try again later',32),(8132,'sequence updated successfully','sequence updated successfully','pt_br','sequence updated successfully',32),(8133,'sequence cannot be empty','sequence cannot be empty','pt_br','sequence cannot be empty',32),(8134,'Shortcut details not saved','Shortcut details not saved','pt_br','Shortcut details not saved',32),(8135,'Shortcut details saved successfully','Shortcut details saved successfully','pt_br','Shortcut details saved successfully',32),(8136,'Route save successfully','Route save successfully','pt_br','Route save successfully',32),(8137,'Record save successfully','Record save successfully','pt_br','Record save successfully',32),(8138,'No dependency found for picklist','No dependency found for picklist','pt_br','No dependency found for picklist',32),(8139,'No records found','No records found','pt_br','No records found',32),(8140,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','pt_br','Outgoing server is not enabled, please configure from CRM',32),(8141,'Removed Successfully','Removed Successfully','pt_br','Removed Successfully',32),(8142,'Shortcut has been deleted','Shortcut has been deleted','pt_br','Shortcut has been deleted',32),(8143,'relation of records removed successfully','relation of records removed successfully','pt_br','relation of records removed successfully',32),(8144,'relation of records not removed','relation of records not removed','pt_br','relation of records not removed',32),(8145,'Record has been deleted successfully','Record has been deleted successfully','pt_br','Record has been deleted successfully',32),(8146,'Time Tracking saved successfully','Time Tracking saved successfully','pt_br','Time Tracking saved successfully',32),(8147,'Time Tracking updated successfully','Time Tracking updated successfully','pt_br','Time Tracking updated successfully',32),(8148,'Time Tracking ended successfully','Time Tracking ended successfully','pt_br','Time Tracking ended successfully',32),(8149,'Time Tracking started successfully','Time Tracking started successfully','pt_br','Time Tracking started successfully',32),(8150,'record cannot be empty','record cannot be empty','pt_br','record cannot be empty',32),(8151,'Module is disabled','Module is disabled','pt_br','Module is disabled',32),(8152,'Shift ended successfully','Shift ended successfully','pt_br','Shift ended successfully',32),(8153,'Shift started successfully','Shift started successfully','pt_br','Shift started successfully',32),(8154,'relation of records added successfully','relation of records added successfully','pt_br','relation of records added successfully',32),(8155,'Comment saved successfully','Comment saved successfully','pt_br','Comment saved successfully',32),(8156,'Comment not saved','Comment not saved','pt_br','Comment not saved',32),(8157,'Comment module is not active','Comment module is not active','pt_br','Comment module is not active',32),(8158,'No Upcoming Event','No Upcoming Event','pt_br','No Upcoming Event',32),(8159,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','pt_br','No Templates found - create it from Message Templates module',32),(8160,'No event or task for this date','No event or task for this date','pt_br','No event or task for this date',32),(8161,'No filters created','No filters created','pt_br','No filters created',32),(8162,'Select at least one record to attach','Select at least one record to attach','pt_br','Select at least one record to attach',32),(8163,'Please select one or more attachments','Please select one or more attachments','pt_br','Please select one or more attachments',32),(8164,'No event for this month','No event for this month','pt_br','No event for this month',32),(8165,'No Activity found','No Activity found','pt_br','No Activity found',32),(8166,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','pt_br','Your feedback is valuable for us - it cannot be empty',32),(8167,'Could not send mail, Please try later','Could not send mail, Please try later','pt_br','Could not send mail, Please try later',32),(8168,'Latest Version updated successfully','Latest Version updated successfully','pt_br','Latest Version updated successfully',32),(8169,'User Location Updated Successfully','User Location Updated Successfully','pt_br','User Location Updated Successfully',32),(8170,'User Location not Updated Successfully','User Location not Updated Successfully','pt_br','User Location not Updated Successfully',32),(8171,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','pt_br','SMSNotifier is not enable in CRM. Please enable it first',32),(8172,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','pt_br','Could not submit your feedback - Please try again later',32),(8173,'Thank you for submitting your feedback','Thank you for submitting your feedback','pt_br','Thank you for submitting your feedback',32),(8174,'Please upload User Image','Please upload User Image','pt_br','Please upload User Image',32),(8175,'Image Not Uploading, please try again','Image Not Uploading, please try again','pt_br','Image Not Uploading, please try again',32),(8176,'User Image Uploaded Successfully','User Image Uploaded Successfully','pt_br','User Image Uploaded Successfully',32),(8177,'Invalid Module name','Invalid Module name','pt_br','Invalid Module name',32),(8178,'Records Sync Successfully','Records Sync Successfully','pt_br','Records Sync Successfully',32),(8179,'Values cannot be empty','Values cannot be empty','pt_br','Values cannot be empty',32),(8180,'Record id is empty','Record id is empty','pt_br','Record id is empty',32),(8181,'Logout Successfully','Logout Successfully','pt_br','Logout Successfully',32),(8182,'Please Enable CTMobile Module','Please Enable CTMobile Module','pt_br','Please Enable CTMobile Module',32),(8183,'Authentication Failed','Username and Password do not match','pt_br','Username and Password do not match',32),(8184,'Mismatched module information','Something gone wrong, please try again later','pt_br','Something gone wrong, please try again later',32),(8185,'Field does not exists','Please set display fields again','pt_br','Please set display fields again',32),(8186,'Module does not exists','Module does not exists or disabled by admin','pt_br','Module does not exists or disabled by admin',32),(8187,'Month cannot be empty','Could not get the Month - Try again later','pt_br','Could not get the Month - Try again later',32),(8188,'Year cannot be empty','Could not get the Year - Try again later','pt_br','Could not get the Year - Try again later',32),(8189,'Date cannot be empty','Could not get the Date - Try again later','pt_br','Could not get the Date - Try again later',32),(8190,'Userid cannot be empty','Could not get the Userid - Try again later','pt_br','Could not get the Userid - Try again later',32),(8191,'End Date cannot be empty','Could not get the status - Try again later','pt_br','Could not get the status - Try again later',32),(8192,'Start Date cannot be empty','Could not get the Start Date - Try again later','pt_br','Could not get the Start Date - Try again later',32),(8193,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','pt_br','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(8194,'Longitude cannot be empty','Could not get location-Please try again','pt_br','Could not get location-Please try again',32),(8195,'Latitude cannot be empty','Could not get location-Please try again','pt_br','Could not get location-Please try again',32),(8196,'User cannot be empty','Could not get the User - Try again later','pt_br','Could not get the User - Try again later',32),(8197,'Status cannot be empty','Could not get the status - Try again later','pt_br','Could not get the status - Try again later',32),(8198,'Required fields not found','Required fields not found','pt_br','Required fields not found',32),(8199,'Tracking module not active','Tracking module not active-Please contact CRM Admin','pt_br','Tracking module not active-Please contact CRM Admin',32),(8200,'Missing mandatory input values','Missing mandatory input values','pt_br','Missing mandatory input values',32),(8201,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','pt_br','No MailBox found. Please Create Mailbox',32),(8202,'Mail not sent','Mail not sent','pt_br','Mail not sent',32),(8203,'Mail send successfully','Mail send successfully','pt_br','Mail send successfully',32),(8204,'Email Id or username not match with your record','Email Id or username not match with your record','pt_br','Email Id or username not match with your record',32),(8205,'Module not specified','Module not specified','pt_br','Module not specified',32),(8206,'No messages found','No messages found','pt_br','No messages found',32),(8207,'No Dependency Found For This Module','No Dependency Found For This Module','pt_br','No Dependency Found For This Module',32),(8208,'Outgoing server is not Enabled','Outgoing server is not Enabled','pt_br','Outgoing server is not Enabled',32),(8209,'Outgoing server is Enabled','Outgoing server is Enabled','pt_br','Outgoing server is Enabled',32),(8210,'Email Attached Successfully','Email Attached Successfully','pt_br','Email Attached Successfully',32),(8211,'Documents Attached Successfully','Documents Attached Successfully','pt_br','Documents Attached Successfully',32),(8212,'Login required - Please login again','Login required - Please login again','pt_br','Login required - Please login again',32),(8213,'time_tracking_module_disable','Time tracking module is disable','pt_br','Time tracking module is disable',31),(8214,'route_planning_module_disable','Route planning module is disable','pt_br','Route planning module is disable',31),(8215,'mark_as_held','Are you sure you want to mark Event as Held?','pt_br','Are you sure you want to mark Event as Held?',31),(8216,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','pt_br','You have already started Time tracking for another record, Do you want to stop it first ?',31),(8217,'access_denied_routeplanning','Access denied for route planning','pt_br','Access denied for route planning',31),(8218,'time_spent','Time Spent','pt_br','Time Spent',31),(8219,'select_user','Select User','pt_br','Select User',30),(8220,'status_cannot_be_held','Status cannot be held for future date start','pt_br','Status cannot be held for future date start',30),(8221,'please_select_end_date','Please select end date','pt_br','Please select end date',30),(8222,'please_select_start_date','Please select start date','pt_br','Please select start date',30),(8223,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','pt_br','Tap on + icon to select record for your route.',30),(8224,'please_enter_notes','Please enter notes','pt_br','Please enter notes',30),(8225,'please_enter_title','Please enter title','pt_br','Please enter title',30),(8226,'please_select_date','Please Select Date','pt_br','Please Select Date',30),(8227,'search_by_date','Search by Date','pt_br','Search by Date',30),(8228,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','pt_br','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(8229,'max_upload_size','max file Upload exceeds','pt_br','max file Upload exceeds',30),(8230,'unselect_all','UnSelect All','pt_br','UnSelect All',30),(8231,'select_all','Select All','pt_br','Select All',30),(8232,'please_select_records','Please select records','pt_br','Please select records',30),(8233,'select_date','Select Date','pt_br','Select Date',30),(8234,'quantity_in_stock_is','Quantity in stock is','pt_br','Quantity in stock is',30),(8235,'replies','Replies','pt_br','Replies',30),(8236,'conversation_require_selection','Conversion requires selection of Contact or Organization','pt_br','Conversion requires selection of Contact or Organization',30),(8237,'please_select_product','Please Select Product','pt_br','Please Select Product',30),(8238,'timer_msg','You can start timer for single task only at same time','pt_br','You can start timer for single task only at same time',31),(8239,'save_start_tracking','Save & Start Tracking','pt_br','Save & Start Tracking',31),(8240,'lbl_notes','Notes','pt_br','Notes',31),(8241,'enter_title','Enter Title','pt_br','Enter Title',31),(8242,'select_module_record','Select Module / Record','pt_br','Select Module / Record',31),(8243,'lbl_tomorrow','Tomorrow','pt_br','Tomorrow',30),(8244,'lbl_yesterday','Yesterday','pt_br','Yesterday',30),(8245,'lbl_today','Today','pt_br','Today',30),(8246,'time_tracker','Time Tracker','pt_br','Time Tracker',31),(8247,'time_end','End Time','pt_br','End Time',5),(8248,'due_date','End Date','pt_br','End Date',5),(8249,'time_start','Time Start','pt_br','Time Start',5),(8250,'date_start','Start Date','pt_br','Start Date',5),(8251,'delete_widget_msg','Display widget again by using (+) option','pt_br','Display widget again by using (+) option',15),(8252,'no_upcoming_activities','No scheduled activities    ','pt_br','No scheduled activities    ',15),(8253,'check_in_first','Please check-in first','pt_br','Please check-in first',30),(8254,'duration','Duration','pt_br','Duration',30),(8255,'distance','Distance','pt_br','Distance',30),(8256,'proper_address_message','Please enter proper address in record\n','pt_br','Please enter proper address in record',30),(8257,'select_status','Select Status','pt_br','Select Status',30),(8258,'route_planner','Route Planner','pt_br','Route Planner',30),(8259,'route_planning','Route Planning','pt_br','Route Planning',30),(8260,'add_route','Add Route','pt_br','Add Route',30),(8261,'calender_disabled','Calendar Module is disabled','pt_br','Calendar Module is disabled',30),(8262,'close_dialog','Close form','pt_br','Close form',30),(8263,'cancel_form_message','Are You sure want to close ?','pt_br','Are You sure want to close ?',30),(8264,'create_route','Create Route','pt_br','Create Route',30),(8265,'select_module_create_route','Select Module to create Route','pt_br','Select Module to create Route',30),(8266,'cancel','Cancel','pt_br','Cancel',30),(8267,'assign_route','Assign Route','pt_br','Assign Route',30),(8268,'route_for','Route for','pt_br','Route for',30),(8269,'assigned_to','Assigned To','pt_br','Assigned To',30),(8270,'enter_route_name','Enter Route Name','pt_br','Enter Route Name',30),(8271,'list','List','pt_br','List',30),(8272,'map','Map','pt_br','Map',30),(8273,'other_modules','Other Modules','pt_br','Other Modules',15),(8274,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','pt_br','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(8275,'clear','Clear','pt_br','Clear',25),(8276,'open','Open','pt_br','Open',11),(8277,'max_file_msg','Too many files selected (max:6)','pt_br','Too many files selected (max:6)',11),(8278,'error_voicenote_record','Unable to recording voice while another application is recording sound.','pt_br','Unable to recording voice while another application is recording sound.',11),(8279,'msg_warning','Warning!','pt_br','Warning!',11),(8280,'Permision_denied_contact','Permission denied to access your contacts','pt_br','Permission denied to access your contacts',15),(8281,'no_widget_added','Please click + icon to add new widget to your dashboard.','pt_br','Please click + icon to add new widget to your dashboard.',15),(8282,'no_data_available','Data not available, please check the selected fields','pt_br','Data not available, please check the selected fields',15),(8283,'check_out_successfully','Check out successfully','pt_br','Checked out successfully',11),(8284,'check_in_successfully','Check in successfully','pt_br','Checked in successfully',11),(8285,'check_out','Check out','pt_br','Check out',11),(8286,'check_in','Check in','pt_br','Check in',11),(8287,'navigate','Navigate','pt_br','Navigate',11),(8288,'save_to_phone_vcard_success','VCard Saved to phone successfully','pt_br','VCard Saved to phone successfully',15),(8289,'download_vcard_success','VCard downloaded successfully','pt_br','VCard downloaded successfully',15),(8290,'card_details','Card Details','pt_br','Card Details',15),(8291,'add_widget','Add Widget','pt_br','Add Widget',15),(8292,'delete_widget','Are you sure to hide widget?','pt_br','Are you sure to hide widget?',15),(8293,'already_widgets_added','All types of Widget & reports are already added','pt_br','All types of Widget & reports are already added',15),(8294,'retry','Retry','pt_br','Retry',28),(8295,'retake','Retake','pt_br','Retake',28),(8296,'Reports','Reports','pt_br','Reports',15),(8297,'Widgets','Widgets','pt_br','Widgets',15),(8298,'vcard_config','Vcard Configuration','pt_br','Vcard Configuration',8),(8299,'save_to_phone','Save to phone','pt_br','Save to phone',11),(8300,'download_vcard','Download Vcard','pt_br','Download Vcard',11),(8301,'share_vcard','Share Vcard','pt_br','Share Vcard',11),(8302,'share_record','Share Record','pt_br','Share Record',11),(8303,'permission_denied_edit','You don\'t have permission to edit this record.','pt_br','You don\'t have permission to edit this record.',27),(8304,'permission_denied_delete','You don\'t have permission to delete this record.','pt_br','You don\'t have permission to delete this record.',27),(8305,'Voice_Recording_Started','Recording Started','pt_br','Recording Started',12),(8306,'Voice_Recording_Stopped','Recording Stopped','pt_br','Recording Stopped',12),(8307,'SEARCH','Search','pt_br','Search',7),(8308,'LAST','Last','pt_br','Last',7),(8309,'FIRST','First','pt_br','First',7),(8310,'MONDAY','Monday','pt_br','Monday',7),(8311,'TUESDAY','Tuesday','pt_br','Tuesday',7),(8312,'WEDNESDAY','Wednesday','pt_br','Wednesday',7),(8313,'THURSDAY','Thursday','pt_br','Thursday',7),(8314,'FRIDAY','Friday','pt_br','Friday',7),(8315,'SATURDAY','Saturday','pt_br','Saturday',7),(8316,'SUNDAY','Sunday','pt_br','Sunday',7),(8317,'DAILY','Daily','pt_br','Daily',7),(8318,'WEEKLY','Weekly','pt_br','Weekly',7),(8319,'MONTHLY','Monthly','pt_br','Monthly',7),(8320,'YEARLY','Yearly','pt_br','Yearly',7),(8321,'asset_tracking','Asset tracking','pt_br','Asset tracking',15),(8322,'open_file','Open File','pt_br','Open File',1),(8323,'download_pdf_successfully','Download PDF Successfully','pt_br','Download PDF Successfully',1),(8324,'select_pdf','Select PDF','pt_br','Select PDF',1),(8325,'email_pdf','Email PDF','pt_br','Email PDF',1),(8326,'download_pdf','Download PDF','pt_br','Download PDF',1),(8327,'edit_route','Edit Route','pt_br','Edit Route',1),(8328,'save_route','Save Route','pt_br','Save Route',1),(8329,'clear_all','Clear All','pt_br','Clear All',1),(8330,'notification','Notifications','pt_br','Notifications',1),(8331,'menu_management','Menu Management','pt_br','Menu Management',1),(8332,'select_menu','Select Menu','pt_br','Select Menu',1),(8333,'module_record_not_found','Module and Record not found','pt_br','Module and Record not found',1),(8334,'reason_for_changing_comments','Reason for changing comments','pt_br','Reason for changing comments',1),(8335,'edit_reason','Edit Reason','pt_br','Edit Reason',1),(8336,'create_filters','Create Filter','pt_br','Create Filter',1),(8337,'you_checked','You Checked','pt_br','You Checked',1),(8338,'you_un_checked','You UnChecked','pt_br','You UnChecked',1),(8339,'log_the_call','Log the call ?','pt_br','Log the call ?',1),(8340,'add_a_description_(optional)','Add a description (optional)','pt_br','Add a description (optional)',1),(8341,'called','Called','pt_br','Called',1),(8342,'call_log','Call Log','pt_br','Call Log',1),(8343,'subject','Subject','pt_br','Subject',1),(8344,'add_condition','Add Condition','pt_br','Add Condition',1),(8345,'select_condition','Select Condition','pt_br','Select Condition',1),(8346,'select_field','Select Field','pt_br','Select Field',1),(8347,'please_select_first_field','Please First Select field','pt_br','Please First Select field',1),(8348,'filter_name','Filter Name','pt_br','Filter Name',1),(8349,'enter_filter_name','Enter filter name','pt_br','Enter filter name',1),(8350,'choose_conditions','Choose Conditions','pt_br','Choose Conditions',1),(8351,'all_condition','All Conditions(All conditions must be met)','pt_br','All Conditions(All conditions must be met)',1),(8352,'any_condition','Any Conditions(At least one the conditions must be met)','pt_br','Any Conditions(At least one the conditions must be met)',1),(8353,'lattitude','latitude','pt_br','latitude',1),(8354,'notification_settings','Notification Settings','pt_br','Notification Settings',1),(8355,'notification_management','Notification Management','pt_br','Notification Management',1),(8356,'addyourcommentshere','Type @ to mention user','pt_br','Type @ to mention user',1),(8357,'google_api_key_missing','Google Api key is missing.','pt_br','Google Api key is missing.',1),(8358,'event_filter_by','Event Filter by','pt_br','Event Filter by',1),(8359,'apply','Apply','pt_br','Apply',1),(8360,'choose_from_gallery','Choose From Gallery','pt_br','Choose From Gallery',1),(8361,'choose_from_camera','Choose From Camera','pt_br','Choose From Camera',1),(8362,'mutli_select_CB','Mutli Select CB','pt_br','Mutli Select CB',1),(8363,'please_select_condition','Please Select Condition','pt_br','Please Select Condition',1),(8364,'please_enter_value_or_field','Please Enter Value or Field','pt_br','Please Enter Value or Field',1),(8365,'set_as_default','Set as Default','pt_br','Set as Default',1),(8366,'list_in_metrics','List in Metrics','pt_br','List in Metrics',1),(8367,'order_number','Order Number','pt_br','Order Number',1),(8368,'recording_saved_message','Recording saved successfully.','pt_br','Recording saved successfully.',1),(8369,'recording_file','Recording File','pt_br','Recording File',1),(8370,'file_not_found','File not found','pt_br','File not found',1),(8371,'please_enter_valid_path','Please enter valid path','pt_br','Please enter valid path',1),(8372,'enter_path_here','Enter path here...','pt_br','Enter path here...',1),(8373,'set_call_recording_path','Set Call Recording Path','pt_br','Set Call Recording Path',1),(8374,'set_call_recording_path_here','Set call recording path here','pt_br','Set call recording path here',1),(8375,'call_recording_path','Call Recording Path','pt_br','Call Recording Path',1),(8376,'please_place_api','Please enable place api','pt_br','Please enable place api',1),(8377,'event_filters_by','Event Filters by','pt_br','Event Filters by',1),(8378,'select_at_least_one_option','Please select at least one option','pt_br','Please select at least one option',1),(8379,'enable_call_feature','Please enable call feature','pt_br','Please enable call feature',1),(8380,'enable_email_feature','Please enable email feature','pt_br','Please enable email feature',1),(8381,'demo_login','Demo Login','pt_br','Demo Login',1),(8382,'select_email_template','Select Email Template','pt_br','Select Email Template',1),(8383,'template_name','Template Name','pt_br','Template Name',1),(8384,'example_storage_path','example : storage/Music/Recordings/Call Recordings','pt_br','example : storage/Music/Recordings/Call Recordings',1),(8385,'User Notification Settings saved successfully','User Notification Settings saved successfully','pt_br','User Notification Settings saved successfully',33),(8386,'This Notification has been disabled by admin','This Notification has been disabled by admin','pt_br','This Notification has been disabled by admin',33),(8387,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','pt_br','Notify when any updates to the record you\'re following',33),(8388,'Task assigned to you','Task assigned to you','pt_br','Task assigned to you',33),(8389,'Task Reminder','Task Reminder','pt_br','Task Reminder',33),(8390,'You were mentioned in comments','You were mentioned in comments','pt_br','You were mentioned in comments',33),(8391,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','pt_br','Comments has been added to record assigned to you',33),(8392,'When Record Assigned','When Record Assigned','pt_br','When Record Assigned',33),(8393,'Event Reminder','Event Reminder','pt_br','Event Reminder',33),(8394,'Event Invitation','Event Invitation','pt_br','Event Invitation',33),(8395,'Follow record','Follow record','pt_br','Follow record',33),(8396,'Task','Task','pt_br','Task',33),(8397,'Conversions','Conversions','pt_br','Conversions',33),(8398,'Events','Events','pt_br','Events',33),(8399,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','pt_br','No record(s) found Please click on filter icon to change filter',1),(8400,'title','Title','pt_br','Title',1),(8401,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','pt_br','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(8402,'call_recording','Call recording','pt_br','Call recording',1),(8403,'voice_recorder','Voice Recorder','pt_br','Voice Recorder',1),(8404,'no_address_reference_found','No Address Reference found','pt_br','No Address Reference found',32),(8405,'no_overdue_activities','No OverDue Activities','pt_br','No OverDue Activities',32),(8406,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','pt_br','Please enter proper address from this address we are not getting proper latitude and longitude',32),(8407,'Default_Search_Field','Default search field','pt_br','Default search field',32),(8408,'Calender_Reminder_Message','Free user can\'t send local reminder','pt_br','Free user can\'t send local reminder',32),(8409,'you_must_have_permission','You must give permissions to use this features.','pt_br','You must give permissions to use this features.',32),(8410,'internal_comment','Internal Comment','pt_br','Internal Comment',1),(8411,'unlink_record','Unlink Record','pt_br','Unlink Record',11),(8412,'unlink_record_msg','Are you sure want to unlink record?','pt_br','Are you sure want to unlink record?',11),(8413,'file_format_not_support','File format not supported','pt_br','File format not supported',11),(8414,'file_upload','File Upload','pt_br','File Upload',5),(8415,'to_vtiger','To Vtiger','pt_br','To Vtiger',5),(8416,'link_external_document','Link External Document','pt_br','Link External Document',5),(8417,'from_file_url','From File Url','pt_br','From File Url',5),(8418,'create_new_document','Create New Document','pt_br','Create New Document',5),(8419,'select_document_type','Select Document type','pt_br','Select Document type',5),(8420,'add_signature','Please add signature','pt_br','Please add signature',11),(8421,'date_greater_then_equal','should be greater than or equal to','pt_br','should be greater than or equal to',1),(8422,'date_less_then_equal','should be less than or equal to','pt_br','should be less than or equal to',1),(8423,'Click_on_plus_for_add','Please tap on  +  to create a new record.','pt_br','Please tap on  +  to create a new record.',15),(8424,'display_map','Display map','pt_br','Display map',15),(8425,'other_settings','Other settings','pt_br','Other settings',15),(8426,'total_hours','Total hours','pt_br','Total hours',15),(8427,'widget_not_found','No widgets found','pt_br','No widgets found',15),(8428,'quickaction','Quick action','pt_br','Quick action',15),(8429,'dashboard','Dashboard','pt_br','Dashboard',15),(8430,'new','New','pt_br','New',15),(8431,'global_search_hint','Please try to search using search box at top','pt_br','Please try to search using search box at top',15),(8432,'near_by_map','Near By Map','pt_br','Near By Map',15),(8433,'miles','Miles','pt_br','Miles',15),(8434,'lbl_filters','Filters','pt_br','Filters',27),(8435,'warning','Warning','pt_br','Warning',27),(8436,'no_filter_created','No filter is created.','pt_br','No filter is created.',27),(8437,'please_create_new_ilter','Please create a new filter','pt_br','Please create a new filter',27),(8438,'select_search_fields','Select fields for the search record.','pt_br','Select fields for the search record.',27),(8439,'apply_fliters','Apply filters','pt_br','Apply filters',27),(8440,'sort_by','Sort by','pt_br','Sort by',27),(8441,'sort_order','Sort order','pt_br','Sort order',27),(8442,'Start_time_tracking','Start time tracking','pt_br','Start time tracking',31),(8443,'Stop_time_tracking','Stop time tracking','pt_br','Stop time tracking',31),(8444,'image_preview','Image preview','pt_br','Image preview',11),(8445,'phone_number','Phone number','pt_br','Phone number',11),(8446,'email_address','Email address','pt_br','Email address',11),(8447,'edit_your_preferences','Edit your preferences','pt_br','Edit your preferences',8),(8448,'about_app','About app','pt_br','About app',8),(8449,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','pt_br','You already have latest CTMobile Ext. Version',8),(8450,'updated_app_version','You already have latest CRMTiger App Version','pt_br','You already have latest CRMTiger App Version',8),(8451,'plan','Plan','pt_br','Plan',8),(8452,'time','Time','pt_br','Time',31),(8453,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','pt_br','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(8454,'add_to_quick_action','Add to quick action','pt_br','Add to quick action',1),(8455,'add_filter_to_quick_action','Add filter to quick action','pt_br','Add filter to quick action',1),(8456,'create_record','Create Record','pt_br','Create Record',1),(8457,'quick_action_hint','You can Add Quick Action here','pt_br','You can Add Quick Action here',1),(8458,'str_send','Send','pt_br','Send',3),(8459,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','pt_br','Do you want to update tax & charge values corresponding to selected region?',1),(8460,'delete_quick_action_widgest','Delete Widget?','pt_br','Delete Widget?',15),(8461,'add_record_to_dashboard','Add record to dashboard','pt_br','Add record to dashboard',15),(8462,'module_quick_action_msg','Module added to dashboard','pt_br','Module added to dashboard',15),(8463,'filter_quick_action_msg','Filter added to dashboard','pt_br','Filter added to dashboard',15),(8464,'record_quick_action_msg','Record added to dashboard','pt_br','Record added to dashboard',15),(8465,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','pt_br','Filter shortcut added to dashboard',15),(8466,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','pt_br','Record shortcut added to dashboard',15),(8467,'documents_disabled','Documents Module is disabled','pt_br','Documents Module is disabled',1),(8468,'document_dont_attachment','Document does not have a attachment','pt_br','Document does not have a attachment',1),(8469,'go_to_neat_by','Go to NearBy','pt_br','Go to NearBy',15),(8470,'go_to_time_tracking','Go to Time Tracker','pt_br','Go to Time Tracker',13),(8471,'nearby_quick_action_msg','NearBy added to dashboard','pt_br','NearBy added to dashboard',15),(8472,'time_tracking_quick_action_msg','Time Tracking added to dashboard','pt_br','Time Tracking added to dashboard',15),(8473,'attendance_quick_action_msg','Attendance added to dashboard','pt_br','Attendance added to dashboard',15),(8474,'attachment','Attachment','pt_br','Attachment',15),(8475,'search_by_fields','Search by fields','pt_br','Search by fields',27),(8476,'apply_selected','Apply selected','pt_br','Apply selected',27),(8477,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','pt_br','auto address finder is disabled, please enable it from CRMTiger Settings',1),(8478,'Attendance','Attendance','pt_br','Attendance',15),(8479,'Check-in successfully','Check-in successfully','pt_br','Check-in successfully',32),(8480,'Check-out successfully','Check-out successfully','pt_br','Check-out successfully',32),(8481,'Nothing around here','Nothing around here','pt_br','Nothing around here',13),(8482,'select_days','Select Days','pt_br','Select Days',5),(8483,'select_minutes','Select Minutes','pt_br','Select Minutes',5),(8484,'select_hours','Select Hours','pt_br','Select Hours',5),(8485,'no_lat_long_found','Location information (Latitude,Longitude) not found','pt_br','Location information (Latitude,Longitude) not found',32),(8486,'Call Log save successfully','Call Log save successfully','pt_br','Call Log save successfully',32),(8487,'Files/photos deleted successfully','Files/photos deleted successfully','pt_br','Files/photos deleted successfully',32),(8488,'network_error','Network connection error!','fr_fr','Network connection error!',1),(8489,'connection_check','Could not connect to CRM, Please check your Internet connection.','fr_fr','Could not connect to CRM, Please check your Internet connection.',1),(8490,'update','Update','fr_fr','Update',1),(8491,'cancel','Cancel','fr_fr','Cancel',1),(8492,'ok','Ok','fr_fr','Ok',1),(8493,'more_information','Click here for more information.','fr_fr','Click here for more information.',1),(8494,'yes','Yes','fr_fr','Yes',1),(8495,'no','No','fr_fr','No',1),(8496,'click_again_exit','Click again to exit','fr_fr','Click again to exit',1),(8497,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','fr_fr','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(8498,'clickhere','Click here','fr_fr','Click here',1),(8499,'clickhere_subscribe','Click here to subscribe premium version','fr_fr','Click here to subscribe premium version',1),(8500,'clickhere_configure','Click here and view how to Configure.','fr_fr','Click here and view how to Configure.',1),(8501,'please_wait','Please Wait…','fr_fr','Please Wait…',1),(8502,'share__msg','Share file with','fr_fr','Share file with',1),(8503,'dialog_camera','Camera','fr_fr','Camera',1),(8504,'dialog_add_file_by','Take Photo from','fr_fr','Take Photo from',1),(8505,'add','Add','fr_fr','Add',1),(8506,'mail_manager_configured','Mail Manager is not configured','fr_fr','Mail Manager is not configured',1),(8507,'dialog_add_files_by','Add Files by','fr_fr','Add Files by',1),(8508,'dialog_drive','Drive','fr_fr','Drive',1),(8509,'dialog_drop_box','Drop Box','fr_fr','Drop Box',1),(8510,'dialog_need_signin','You need to Sign-in to your Drive account first.','fr_fr','You need to Sign-in to your Drive account first.',1),(8511,'dialog_gallery','Gallery','fr_fr','Gallery',1),(8512,'delete','Delete','fr_fr','Delete',1),(8513,'timeoutmessage','Oops! Request is taking more time than expected.','fr_fr','Oops! Request is taking more time than expected.',1),(8514,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','fr_fr','GPS is not enabled. Please turn it on to get your near by locations.',1),(8515,'sure_want_delete','Are you sure want to delete ?','fr_fr','Are you sure want to delete ?',1),(8516,'select','Select','fr_fr','Select',1),(8517,'msgforrecordaudio','Minimum record duration one second.','fr_fr','Minimum record duration one second.',1),(8518,'permission_storage','Permission denied to read your External storage','fr_fr','Permission denied to read your External storage',1),(8519,'send_permission_msg','Send message permission denied','fr_fr','Send message permission denied',1),(8520,'choosefile','Choose File','fr_fr','Choose File',1),(8521,'enter','Enter','fr_fr','Enter',1),(8522,'select_an_option','Select an Option','fr_fr','Select an Option',1),(8523,'email_validation','Email is not valid','fr_fr','Email is not valid',1),(8524,'please_enter','Please Enter','fr_fr','Please Enter',1),(8525,'website_validation_text','Website URL is not valid','fr_fr','Website URL is not valid',1),(8526,'selectvalue','Select value first','fr_fr','Select value first',1),(8527,'email','Email','fr_fr','Email',1),(8528,'enter_email_address','Enter email address','fr_fr','Enter email address',1),(8529,'email_address_not_correct','Email address incorrect','fr_fr','Email address incorrect',1),(8530,'pls_enter_subject','Please Enter Subject','fr_fr','Please Enter Subject',1),(8531,'attachFiles','Attached File','fr_fr','Attached File',1),(8532,'from','From','fr_fr','From',1),(8533,'to','To','fr_fr','To',1),(8534,'call_permission_msg','Call permission denied','fr_fr','Call permission denied',1),(8535,'no_records','No records found','fr_fr','No records found',1),(8536,'fullform','Create New','fr_fr','Create New',1),(8537,'save','Save','fr_fr','Save',1),(8538,'total','Total','fr_fr','Total',1),(8539,'discount','Discount','fr_fr','Discount',1),(8540,'price','Price','fr_fr','Price',1),(8541,'quantity','Quantity','fr_fr','Quantity',1),(8542,'select_module','Select Module','fr_fr','Select Module',1),(8543,'item_list','Item List','fr_fr','Item List',1),(8544,'quickcreate','Quick Create','fr_fr','Quick Create',1),(8545,'overwrite_msg_part1','Overwrite the existing address with the selected','fr_fr','Overwrite the existing address with the selected',1),(8546,'once_in_every','Once in every','fr_fr','Once in every',1),(8547,'overwrite_msg_part2','address details?','fr_fr','address details?',1),(8548,'add_item','Add Item','fr_fr','Add Item',1),(8549,'recordsave','Record saved successfully','fr_fr','Record saved successfully',1),(8550,'recordnotsave','Could not save record. Try again later','fr_fr','Could not save record. Try again later',1),(8551,'minutes','Minutes','fr_fr','Minutes',1),(8552,'hours','Hours','fr_fr','Hours',1),(8553,'days','Days','fr_fr','Days',1),(8554,'on','On','fr_fr','On',1),(8555,'day_of_the_month','day of the month','fr_fr','day of the month',1),(8556,'list_price','List Price','fr_fr','List Price',1),(8557,'add_record','Add Record','fr_fr','Add Record',1),(8558,'add_product','Add Product','fr_fr','Add Product',1),(8559,'add_service','Add Service','fr_fr','Add Service',1),(8560,'discountin','Discount in %','fr_fr','Discount in %',1),(8561,'unitprice','Unit price','fr_fr','Unit price',1),(8562,'netprice','Net price','fr_fr','Net price',1),(8563,'comments','Comments','fr_fr','Comments',1),(8564,'add_close','Add & Close','fr_fr','Add & Close',1),(8565,'fetching_rout_message','Fetching route, Please wait…','fr_fr','Fetching route, Please wait…',1),(8566,'setting','Settings','fr_fr','Settings',1),(8567,'utc','UTC','fr_fr','UTC',1),(8568,'in','In','fr_fr','In',1),(8569,'days_ago','days ago','fr_fr','days ago',1),(8570,'mins_ago','Minutes ago','fr_fr','Minutes ago',1),(8571,'justnow','Just now','fr_fr','Just now',1),(8572,'hours_ago','hours ago','fr_fr','hours ago',1),(8573,'in_1_day','In 1 day','fr_fr','In 1 day',1),(8574,'scanqrcode','Asset / Card scanner','fr_fr','Asset / Card scanner',1),(8575,'call_log','Call Log','fr_fr','Call Log',1),(8576,'voice_message','Hi','fr_fr','Hi',1),(8577,'voice_message1','What can I search for you in','fr_fr','What can I search for you in',1),(8578,'live_tracking','Live Tracking','fr_fr','Live Tracking',1),(8579,'mailmanager','Mail Manager','fr_fr','Mail Manager',1),(8580,'my_location','My location','fr_fr','My location',1),(8581,'created_on','Created On','fr_fr','Created On',1),(8582,'modified_on','Modified On','fr_fr','Modified On',1),(8583,'enter_comments','Enter Comments','fr_fr','Enter Comments',1),(8584,'viewmore','View More','fr_fr','View More',1),(8585,'viewless','View Less','fr_fr','View Less',1),(8586,'gotofullform','Go to Full Form','fr_fr','Go to Full Form',1),(8587,'post','Post','fr_fr','Post',1),(8588,'url','URL','fr_fr','URL',1),(8589,'dialog_title_text_back_color','Select a Text Background Color','fr_fr','Select a Text Background Color',1),(8590,'event_or_task','Add event/task','fr_fr','Add event/task',1),(8591,'shortcut','Shortcuts','fr_fr','Shortcuts',1),(8592,'select_field','Select Field','fr_fr','Select Field',1),(8593,'share','Share','fr_fr','Share',1),(8594,'title_insert_link','Insert Link','fr_fr','Insert Link',1),(8595,'addyourcommentshere','Add your comments here','fr_fr','Add your comments here',1),(8596,'nocomment','No Comments','fr_fr','No Comments',1),(8597,'leads','Leads','fr_fr','Leads',1),(8598,'true_val','true','fr_fr','true',1),(8599,'noresult','No Result','fr_fr','No Result',1),(8600,'version','Version','fr_fr','Version',1),(8601,'convert_lead','Convert Lead','fr_fr','Convert Lead',1),(8602,'app_name','CRMTiger','fr_fr','CRMTiger',1),(8603,'enter_url','Please Enter url','fr_fr','Please Enter url',1),(8604,'help','Help','fr_fr','Help',1),(8605,'contact_us','Contact Us','fr_fr','Contact Us',1),(8606,'updates','Updates','fr_fr','Updates',1),(8607,'logout','LogOut','fr_fr','LogOut',1),(8608,'busnies_cardscanner','Business Card Scanner','fr_fr','Business Card Scanner',1),(8609,'sure_want_logout','Are you sure want to logout ?','fr_fr','Are you sure want to logout ?',1),(8610,'logout_message','Logout successfully','fr_fr','Logout successfully',1),(8611,'all','All','fr_fr','All',1),(8612,'add_event','Add event','fr_fr','Add event',1),(8613,'add_task','Add Task','fr_fr','Add Task',1),(8614,'next','Next','fr_fr','Next',1),(8615,'terms_conditions','Terms and Conditions','fr_fr','Terms and Conditions',1),(8616,'login','Login','fr_fr','Login',2),(8617,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','fr_fr','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(8618,'copyright','Copyright © 2020 CRMTiger Version','fr_fr','Copyright © 2020 CRMTiger Version',2),(8619,'enter_username','Please enter username','fr_fr','Please enter username',2),(8620,'enter_password','Please enter password','fr_fr','Please enter password',2),(8621,'remanberme','Remember Me','fr_fr','Remember Me',2),(8622,'forgot_password','Forgot password?','fr_fr','Forgot password?',2),(8623,'privacy_policay1','Privacy Policy','fr_fr','Privacy Policy',2),(8624,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','fr_fr','Something went wrong. \n please Click here to contact support.',2),(8625,'enter_username_password','Entered Username or Password is wrong','fr_fr','Entered Username or Password is wrong',2),(8626,'server_issue_occured','Server issues occurred','fr_fr','Server issues occurred',2),(8627,'password','Password','fr_fr','Password',3),(8628,'user_name','Username','fr_fr','Username',3),(8629,'reset_pwd','Reset Password','fr_fr','Reset Password',3),(8630,'forgot_password_title','Forgot password','fr_fr','Forgot password',3),(8631,'enter_user_name','Enter user name','fr_fr','Enter user name',3),(8632,'cc','Cc','fr_fr','Cc',4),(8633,'body','Body','fr_fr','Body',4),(8634,'bcc','BCC','fr_fr','BCC',4),(8635,'dialog_title_text_color','Select a Text Color','fr_fr','Select a Text Color',4),(8636,'date','Date','fr_fr','Date',4),(8637,'subject','Subject','fr_fr','Subject',4),(8638,'composeMail','Compose Mail','fr_fr','Compose Mail',4),(8639,'send','Send','fr_fr','Send',4),(8640,'select_message','Select message','fr_fr','Select message',4),(8641,'title_insert_table','Insert Table','fr_fr','Insert Table',4),(8642,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','fr_fr','I agree to Share API Log to Technical team for further troubleshooting',5),(8643,'edit_record','Edit Records','fr_fr','Edit Records',5),(8644,'select_time','Select Time','fr_fr','Select Time',5),(8645,'edit_item','Edit Item','fr_fr','Edit Item',5),(8646,'items_total','Items Total','fr_fr','Items Total',5),(8647,'number_less_then_31','Number should be less than 31','fr_fr','Number should be less than 31',5),(8648,'users','Users','fr_fr','Users',5),(8649,'groups','Groups','fr_fr','Groups',5),(8650,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','fr_fr','Note : Existing attachments(images/files) will be replaced',5),(8651,'greaterdatetime','End DateTime should be greater than Start DateTime','fr_fr','End DateTime should be greater than Start DateTime',5),(8652,'until','Until','fr_fr','Until',5),(8653,'organizations','Organizations','fr_fr','Organizations',6),(8654,'contacts','Contacts','fr_fr','Contacts',6),(8655,'opportunity','Opportunity','fr_fr','Opportunity',6),(8656,'lbl_sun','SUN','fr_fr','SUN',7),(8657,'lbl_mon','MON','fr_fr','MON',7),(8658,'lbl_tue','TUE','fr_fr','TUE',7),(8659,'lbl_wed','WED','fr_fr','WED',7),(8660,'lbl_thu','THU','fr_fr','THU',7),(8661,'lbl_fri','FRI','fr_fr','FRI',7),(8662,'lbl_sat','SAT','fr_fr','SAT',7),(8663,'lbl_1','1','fr_fr','1',7),(8664,'lbl_2','2','fr_fr','2',7),(8665,'lbl_3','3','fr_fr','3',7),(8666,'lbl_4','4','fr_fr','4',7),(8667,'lbl_5','5','fr_fr','5',7),(8668,'lbl_6','6','fr_fr','6',7),(8669,'lbl_7','7','fr_fr','7',7),(8670,'lbl_8','8','fr_fr','8',7),(8671,'lbl_9','9','fr_fr','9',7),(8672,'lbl_10','10','fr_fr','10',7),(8673,'lbl_11','11','fr_fr','11',7),(8674,'lbl_12','12','fr_fr','12',7),(8675,'lbl_13','13','fr_fr','13',7),(8676,'lbl_14','14','fr_fr','14',7),(8677,'lbl_15','15','fr_fr','15',7),(8678,'lbl_16','16','fr_fr','16',7),(8679,'lbl_17','17','fr_fr','17',7),(8680,'lbl_18','18','fr_fr','18',7),(8681,'lbl_19','19','fr_fr','19',7),(8682,'lbl_20','20','fr_fr','20',7),(8683,'lbl_21','21','fr_fr','21',7),(8684,'lbl_22','22','fr_fr','22',7),(8685,'lbl_23','23','fr_fr','23',7),(8686,'lbl_24','24','fr_fr','24',7),(8687,'lbl_25','25','fr_fr','25',7),(8688,'lbl_26','26','fr_fr','26',7),(8689,'lbl_27','27','fr_fr','27',7),(8690,'lbl_28','28','fr_fr','28',7),(8691,'lbl_29','29','fr_fr','29',7),(8692,'lbl_30','30','fr_fr','30',7),(8693,'lbl_31','31','fr_fr','31',7),(8694,'lbl_32','32','fr_fr','32',7),(8695,'lbl_33','33','fr_fr','33',7),(8696,'lbl_34','34','fr_fr','34',7),(8697,'lbl_35','35','fr_fr','35',7),(8698,'lbl_36','36','fr_fr','36',7),(8699,'lbl_37','37','fr_fr','37',7),(8700,'lbl_38','38','fr_fr','38',7),(8701,'lbl_39','39','fr_fr','39',7),(8702,'lbl_40','40','fr_fr','40',7),(8703,'lbl_41','41','fr_fr','41',7),(8704,'lbl_42','42','fr_fr','42',7),(8705,'current_date','current date','fr_fr','current date',7),(8706,'event','Events','fr_fr','Events',7),(8707,'calendar','Calendar','fr_fr','Calendar',7),(8708,'latest_version','Latest Version :','fr_fr','Latest Version :',8),(8709,'expire_on','Next renewal date : ','fr_fr','Next renewal date : ',8),(8710,'ctmobile_ext_version','CTMobile Ext. Version : ','fr_fr','CTMobile Ext. Version : ',8),(8711,'you_have_latest_version','You already have latest version','fr_fr','You already have latest version',8),(8712,'latest_version1','You Already have latest version','fr_fr','You Already have latest version',8),(8713,'upgreaded','Upgrade','fr_fr','Upgrade',8),(8714,'downgrade','Downgrade','fr_fr','Downgrade',8),(8715,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','fr_fr','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(8716,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','fr_fr','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(8717,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','fr_fr','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(8718,'info','Info','fr_fr','Info',8),(8719,'recent_history','Recent History','fr_fr','Recent History',8),(8720,'recent_feedback','Feedback','fr_fr','Feedback',8),(8721,'recent_log','Log','fr_fr','Log',8),(8722,'crmtiger_app_version','CRMTiger App Version : ','fr_fr','CRMTiger App Version : ',8),(8723,'historylimit','Recent History Limit','fr_fr','Recent History Limit',8),(8724,'radious_in_miles','Radius in miles','fr_fr','Radius in miles',8),(8725,'recentlimit','Recent Event Limit','fr_fr','Recent Event Limit',8),(8726,'upcoming_events','Upcoming Events','fr_fr','Upcoming Events',8),(8727,'rate_our_app','Rate Our App!','fr_fr','Rate Our App!',8),(8728,'feedback','Submit Feedback','fr_fr','Submit Feedback',8),(8729,'sendfeedback','Feedback Send','fr_fr','Feedback Send',8),(8730,'emaillimit','Email limit','fr_fr','Email limit',8),(8731,'log','Log','fr_fr','Log',8),(8732,'logclear','Log cleared successfully.','fr_fr','Log cleared successfully.',8),(8733,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','fr_fr','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(8734,'proceed_to_upgrade1','Proceed to','fr_fr','Proceed to',8),(8735,'upgradation_message','will required logout and login again later.','fr_fr','will required logout and login again later.',8),(8736,'proceed_to_upgrade','Proceed to Upgrade','fr_fr','Proceed to Upgrade',8),(8737,'module_setting','Module Setting','fr_fr','Module Setting',9),(8738,'sortbyfield','Sort by field','fr_fr','Sort by field',9),(8739,'ascending','Ascending  A to Z','fr_fr','Ascending  A to Z',9),(8740,'descending','Descending  Z to A','fr_fr','Descending  Z to A',9),(8741,'first_field','First Field','fr_fr','First Field',9),(8742,'second_field','Second Field','fr_fr','Second Field',9),(8743,'third_field','Third Field','fr_fr','Third Field',9),(8744,'sure_want_restore','Are you sure you want to reset to default settings?','fr_fr','Are you sure you want to reset to default settings?',9),(8745,'orderlist','List Order','fr_fr','List Order',9),(8746,'module_reset','Restore to Default','fr_fr','Restore to Default',9),(8747,'display_fields','Display Fields','fr_fr','Display Fields',9),(8748,'discount_lessthen_100','Discount % should be less than 100','fr_fr','Discount % should be less than 100',10),(8749,'select_item','Select Item','fr_fr','Select Item',10),(8750,'item_comment','Item Comment','fr_fr','Item Comment',10),(8751,'record_name','Record Name is :','fr_fr','Record Name is :',11),(8752,'go_back','Go Back','fr_fr','Go Back',11),(8753,'please_enter_shortcut_name','Please Enter Shortcut Name','fr_fr','Please Enter Shortcut Name',11),(8754,'number_not_found','Contact Number not found','fr_fr','Contact Number not found',11),(8755,'mail_not_found','Mail Address not found','fr_fr','Mail Address not found',11),(8756,'create_shortcut','Create Shortcut','fr_fr','Create Shortcut',11),(8757,'contact_summary','Summary','fr_fr','Summary',11),(8758,'activites','Activities','fr_fr','Activities',11),(8759,'details','Details','fr_fr','Details',11),(8760,'related','Related','fr_fr','Related',11),(8761,'share_link','Share record with','fr_fr','Share record with',11),(8762,'edit','Edit','fr_fr','Edit',11),(8763,'duplicate','Duplicate','fr_fr','Duplicate',11),(8764,'whatsapp','Whatsapp','fr_fr','Whatsapp',11),(8765,'call','Call','fr_fr','Call',11),(8766,'choose_contact_for_call','Choose Contact for Call','fr_fr','Choose Contact for Call',11),(8767,'choose_contact_for_sms','Choose Contact for SMS','fr_fr','Choose Contact for SMS',11),(8768,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','fr_fr','Choose Contact for WhatsApp',11),(8769,'chosse_contact_for_email','Choose Email','fr_fr','Choose Email',11),(8770,'attach_file','Attach Files','fr_fr','Attach Files',11),(8771,'close','Close','fr_fr','Close',11),(8772,'status','Status','fr_fr','Status',11),(8773,'stop','Stop','fr_fr','Stop',11),(8774,'zero','0','fr_fr','0',11),(8775,'record','Record','fr_fr','Record',11),(8776,'voice_note','Voice Note','fr_fr','Voice Note',11),(8777,'tickets','Tickets','fr_fr','Tickets',12),(8778,'check_out','Check Out','fr_fr','Check Out',12),(8779,'check_in','Check In','fr_fr','Check In',12),(8780,'select_any','Select any','fr_fr','Select any',12),(8781,'fulldetails','Show Full Details','fr_fr','Show Full Details',12),(8782,'checkin','Check-in','fr_fr','Check-in',12),(8783,'navigate','Navigate','fr_fr','Navigate',12),(8784,'product','Products','fr_fr','Products',12),(8785,'projectMilestone','Project Milestone','fr_fr','Project Milestone',12),(8786,'projecttask','Project Tasks','fr_fr','Project Tasks',12),(8787,'nearby','NearBy','fr_fr','NearBy',13),(8788,'document','Document','fr_fr','Document',14),(8789,'reply','Reply','fr_fr','Reply',14),(8790,'reply_all','Reply All','fr_fr','Reply All',14),(8791,'forward','Forward','fr_fr','Forward',14),(8792,'action','Action','fr_fr','Action',14),(8793,'select_first','Select First','fr_fr','Select First',14),(8794,'commentaddsuccessful','Comment added successfull','fr_fr','Comment added successfull',14),(8795,'move_to','Move to','fr_fr','Move to',14),(8796,'attach','Attach','fr_fr','Attach',14),(8797,'addcoment','Add Comment','fr_fr','Add Comment',14),(8798,'adddocument','Add Document','fr_fr','Add Document',14),(8799,'home','Home','fr_fr','Home',15),(8800,'checkout','Check-out','fr_fr','Check-out',15),(8801,'message_search','Search by name','fr_fr','Search by name',15),(8802,'start_shift','Start shift','fr_fr','Start shift',15),(8803,'end_shift','End shift','fr_fr','End shift',15),(8804,'today_meeting','Meetings','fr_fr','Meetings',15),(8805,'shift_time_track','Shift Time Track','fr_fr','Shift Time Track',15),(8806,'logout_msg','You have to login again , click','fr_fr','You have to login again , click',15),(8807,'logout_msg1','to continue.','fr_fr','to continue.',15),(8808,'permission_denied','You don\'t have permission to create','fr_fr','You don\'t have permission to create',15),(8809,'history','Activity stream','fr_fr','Activity stream',15),(8810,'search_value','Search value :','fr_fr','Search value :',15),(8811,'feed_back_msg','Please enter feedback message','fr_fr','Please enter feedback message',16),(8812,'feed_back_hint_msg','Enter feedback message','fr_fr','Enter feedback message',16),(8813,'submit','Submit','fr_fr','Submit',16),(8814,'check_app_not_installed','Application is not currently installed.','fr_fr','Application is not currently installed.',17),(8815,'send_sms_fail_message','SMS failed, please try again later!','fr_fr','SMS failed, please try again later!',17),(8816,'documentaddsuccessfully','Document Attach successfully','fr_fr','Document Attach successfully',17),(8817,'send_message','Send message','fr_fr','Send message',17),(8818,'sms_to','smsto:','fr_fr','smsto:',17),(8819,'add_list_message','Add List','fr_fr','Add List',18),(8820,'mylist','My List','fr_fr','My List',18),(8821,'filtername','Filter Name','fr_fr','Filter Name',18),(8822,'selectlist','Select a List','fr_fr','Select a List',18),(8823,'assingedto','Assigned To','fr_fr','Assigned To',18),(8824,'selectmodule','Select a module','fr_fr','Select a module',18),(8825,'add_list','Add Filter','fr_fr','Add Filter',18),(8826,'recent_event','Recent Event','fr_fr','Recent Event',19),(8827,'recent_hostory','Recent History','fr_fr','Recent History',19),(8828,'module_specific_settings','Module-Specific Settings','fr_fr','Module-Specific Settings',19),(8829,'talk_to_us','Talk to us','fr_fr','Talk to us',19),(8830,'report_a_bug','Report A Bug','fr_fr','Report A Bug',19),(8831,'faq','FAQ','fr_fr','FAQ',19),(8832,'selectmodules','Select Module','fr_fr','Select Module',19),(8833,'myplan','My Plan','fr_fr','My Plan',19),(8834,'message','Message','fr_fr','Message',20),(8835,'message_validation','Please enter Message','fr_fr','Please enter Message',20),(8836,'contact_select','Please Select contact','fr_fr','Please Select contact',20),(8837,'global_search','Global Search','fr_fr','Global Search',21),(8838,'records','Records','fr_fr','Records',21),(8839,'dont_show_again','Don\'t Show Again','fr_fr','Don\'t Show Again',22),(8840,'skip','Skip','fr_fr','Skip',22),(8841,'file_downloading','File Downloading','fr_fr','File Downloading',23),(8842,'add_screenshots_optional','Add screenshots (optional)','fr_fr','Add screenshots (optional)',24),(8843,'describe_your_problem','Describe your problem','fr_fr','Describe your problem',24),(8844,'default_filter_shortcut','Default Filter Shortcut','fr_fr','Default Filter Shortcut',25),(8845,'record_shortcut','Record Shortcut','fr_fr','Record Shortcut',25),(8846,'enter_url','Please Enter url','fr_fr','Please Enter url',26),(8847,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','fr_fr','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(8848,'search_by','Search by','fr_fr','Search by',27),(8849,'selected_filter','Selected filter :','fr_fr','Selected filter :',27),(8850,'selected_field','Selected field :','fr_fr','Selected field :',27),(8851,'choose','Choose','fr_fr','Choose',28),(8852,'qr_cardscanner','QR Code Scanner','fr_fr','QR Code Scanner',28),(8853,'error_message_for_scan','Could not read the card Try again later.','fr_fr','Could not read the card Try again later.',28),(8854,'press_start_scan','Press to Start Scan','fr_fr','Press to Start Scan',28),(8855,'line_item_quntity_validation_msg','Value should be greater than zero','fr_fr','Value should be greater than zero',29),(8856,'percentage_msg','Percentage should be less than 100','fr_fr','Percentage should be less than 100',29),(8857,'MSG_NO_DATA','No data found!','fr_fr','No data found!',29),(8858,'MSG_SOMETHING_WRONG','Something went wrong!','fr_fr','Something went wrong!',29),(8859,'MSG_COMING_SOON','Coming Soon!','fr_fr','Coming Soon!',29),(8860,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','fr_fr','Please upload profile image.',29),(8861,'ALERT_TITLE_LOCATION_ACCESS','Location Access','fr_fr','Location Access',29),(8862,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','fr_fr','Requires your location to show nearby events.',29),(8863,'ALERT_BTN_ALLOW','ALLOW','fr_fr','ALLOW',29),(8864,'ALERT_BTN_DENY','DENY','fr_fr','DENY',29),(8865,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','fr_fr','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(8866,'DELETE_RECORD','Delete Record','fr_fr','Delete Record',29),(8867,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','fr_fr','Are you sure want to delete this shortcut?',29),(8868,'DELETE_SHORTCUT','Delete Shortcut','fr_fr','Delete Shortcut',29),(8869,'LBL_TERMS','By logging in, you agree to our Terms and','fr_fr','By logging in, you agree to our Terms and',29),(8870,'LBL_CONDITIONS','Conditions &','fr_fr','Conditions &',29),(8871,'ALERT_TITLE','Alert','fr_fr','Alert',29),(8872,'ALERT_BTN_SUBSCRIBE','Subscribe','fr_fr','Subscribe',29),(8873,'MSG_SELECT_MODULE','Please select any Module','fr_fr','Please select any Module',29),(8874,'MSG_SELECT_LIST','Please select any List','fr_fr','Please select any List',29),(8875,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','fr_fr','You don\'t have camera',29),(8876,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','fr_fr','You don\'t have permission to access gallery.',29),(8877,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','fr_fr','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(8878,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','fr_fr','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(8879,'BTN_DONE','Done','fr_fr','Done',29),(8880,'COMMENT','Comment','fr_fr','Comment',29),(8881,'FULL_FORM','Full Form','fr_fr','Full Form',29),(8882,'QUICK_CREATE','Create','fr_fr','Create',29),(8883,'LBL_SELECT_FIELDS','Select Fields','fr_fr','Select Fields',29),(8884,'LBL_SELECT_FIELDS','Select Fields','fr_fr','Select Fields',29),(8885,'LBL_SELECT_FIRST_FIELDS','Select First Field','fr_fr','Select First Field',29),(8886,'LBL_SELECT_SECOND_FIELDS','Select Second Field','fr_fr','Select Second Field',29),(8887,'LBL_SELECT_THIRD_FIELDS','Select Third Field','fr_fr','Select Third Field',29),(8888,'LBL_SORT_BY_FIELD','Select Sort By Field','fr_fr','Select Sort By Field',29),(8889,'BTN_RESET_TO_DEFAULT','Reset to Default','fr_fr','Reset to Default',29),(8890,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','fr_fr','Select Sort by field',29),(8891,'kStrClearBtnTitle','Clear','fr_fr','Clear',29),(8892,'kStrShowMoreBtnTitle','Show More','fr_fr','Show More',29),(8893,'kStrAddActivitiesBtnTitle','Add Activities','fr_fr','Add Activities',29),(8894,'kStrAddCommentPlaceHolder','Add your comments here','fr_fr','Add your comments here',29),(8895,'MSG_ENTER_TO_EMAIL','Please enter to field.','fr_fr','Please enter to field.',29),(8896,'WARNING_FILE','File can\'t open.','fr_fr','File can\'t open.',29),(8897,'MSG_FILE_SAVED','File saved.','fr_fr','File saved.',29),(8898,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','fr_fr','Download fail!, please try after sometime.',29),(8899,'LBL_SHORTCUT','Shortcut','fr_fr','Shortcut',29),(8900,'TXT_MESSAGE_PLACEHOLDER','Type Message','fr_fr','Type Message',29),(8901,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','fr_fr','Install Whatsapp',29),(8902,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','fr_fr','No MailBox found. Please Create Mailbox',29),(8903,'LBL_WROTE','Wrote','fr_fr','Wrote',29),(8904,'MSG_MAIL_SEND','Mail sent','fr_fr','Mail sent',29),(8905,'log_file_not_found','API Log file not found.','fr_fr','API Log file not found.',29),(8906,'unknown_error','An unknown error occurred, try again','fr_fr','An unknown error occurred, try again',29),(8907,'CTMTigerAppVersion','CRMTiger App Version','fr_fr','CRMTiger App Version',29),(8908,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','fr_fr','CTMobile Ext. Version Update Successfully',29),(8909,'dialog_Premium_downgrade','Downgrade will required logout and login again later','fr_fr','Downgrade will required logout and login again later',29),(8910,'dialog_Premium','Upgrade will required logout and login again later','fr_fr','Upgrade will required logout and login again later',29),(8911,'Overwrite','Overwrite','fr_fr','Overwrite',29),(8912,'MSGAddressOverwrite1','Overwrite the existing address with the selected','fr_fr','Overwrite the existing address with the selected',29),(8913,'MSGAddressOverwrite2','address details?','fr_fr','address details?',29),(8914,'UPGRADE_PLAN','Upgrade Plan','fr_fr','Upgrade Plan',29),(8915,'DOWNGRADE_PLAN','Downgrade Plan','fr_fr','Downgrade Plan',29),(8916,'UPGRADE_EXTENSION','Upgrade Extension','fr_fr','Upgrade Extension',29),(8917,'UPGRADE_APP','Upgrade App','fr_fr','Upgrade App',29),(8918,'SELECT_OPTION','Select Option','fr_fr','Select Option',29),(8919,'PLEASE_SELECT','Please select','fr_fr','Please select',29),(8920,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','fr_fr','You don\'t have permission for this module.',29),(8921,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','fr_fr','Please select reccuring day of month.',29),(8922,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','fr_fr','Please select reccuring day of week.',29),(8923,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','fr_fr','Please select reccuring days.',29),(8924,'Please select reccuring days.','Please select reccuring days.','fr_fr','Please select reccuring days.',29),(8925,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','fr_fr','Please select reccuring end date.',29),(8926,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','fr_fr','Please select reccuring type.',29),(8927,'FREQ_TIME','Times','fr_fr','Times',29),(8928,'REPEAT_YEARLY','Repeat Yearly','fr_fr','Repeat Yearly',29),(8929,'REPEAT_MONTHLY','Repeat Monthly','fr_fr','Repeat Monthly',29),(8930,'REPEAT_WEEKLY','Repeat Weekly','fr_fr','Repeat Weekly',29),(8931,'REPEAT_DAILY','Repeat Daily','fr_fr','Repeat Daily',29),(8932,'ACTION_TITLE','Action Title','fr_fr','Action Title',29),(8933,'MSG_SELECT_VALID_DATE','Please select valid day of month.','fr_fr','Please select valid day of month.',29),(8934,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','fr_fr','Start date should be less than end date.',29),(8935,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','fr_fr','Start time should be less than end time.',29),(8936,'LBL_LINEITEM_DETAILS','Lineitem Details','fr_fr','Lineitem Details',29),(8937,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','fr_fr','Discount amount should be less than the total.',29),(8938,'VIEW','View','fr_fr','View',29),(8939,'MSG_ENTER_VALID','Please enter valid','fr_fr','Please enter valid',29),(8940,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','fr_fr','Percentage should be less than 100.',29),(8941,'ITEM_TOTAL','Item Total','fr_fr','Item Total',29),(8942,'ADJUSTMENT','Adjustment','fr_fr','Adjustment',29),(8943,'TITLE_CHOOSE_IMAGE','Choose Image','fr_fr','Choose Image',29),(8944,'COMPRESS','Compress','fr_fr','Compress',29),(8945,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','fr_fr','Your image size is too large, please select another image',29),(8946,'OnDayOfMonth','On day of month','fr_fr','On day of month',29),(8947,'OnDayOfWeek','On day of week','fr_fr','On day of week',29),(8948,'AddAndClose','Add & Close','fr_fr','Add & Close',29),(8949,'Repeat','Repeat','fr_fr','Repeat',29),(8950,'OnDay','On day','fr_fr','On day',29),(8951,'View_Line_Item','View Line Item','fr_fr','View Line Item',29),(8952,'TITLE_IMAGE','Image','fr_fr','Image',29),(8953,'TITLE_ICLOUD','iCloud','fr_fr','iCloud',29),(8954,'GOOGLE','Google','fr_fr','Google',29),(8955,'ALERT_BTN_OKAY','Okay','fr_fr','Okay',29),(8956,'ALERT_TITLE_ACCESS_DENIED','Access Denied','fr_fr','Access Denied',29),(8957,'Dont_Show_Again','Don\'t show again','fr_fr','Don\'t show again',29),(8958,'Skip','Skip','fr_fr','Skip',29),(8959,'Fillter_Name','Fillter Name','fr_fr','Fillter Name',29),(8960,'Fillter_Record_Count','Fillter Record Count','fr_fr','Fillter Record Count',29),(8961,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','fr_fr','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(8962,'vtiger_url','Your vTiger CRM URL','fr_fr','Your vTiger CRM URL',26),(8963,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','fr_fr','You don\'t have permission to Add either This is read-only or Private Field.',31),(8964,'CLEAR','Clear','fr_fr','Clear',31),(8965,'Files/photos uploaded successfully','Files/photos uploaded successfully','fr_fr','Files/photos uploaded successfully',32),(8966,'Digital signature saved','Digital signature saved','fr_fr','Digital signature saved',32),(8967,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','fr_fr','Please upload Signature or Files/photos',32),(8968,'Files / Photos','Files / Photos','fr_fr','Files / Photos',32),(8969,'Signature','Signature','fr_fr','Signature',32),(8970,'add_photo_using','Add Photo Using','fr_fr','Add Photo Using',31),(8971,'btn_upload_sign','(+) Add Signature','fr_fr','(+) Add Signature',31),(8972,'btn_upload_photo_doc','(+) Upload Files/Photos','fr_fr','(+) Upload Files/Photos',31),(8973,'select_photo_doc_to_upload','Please select files/photos to upload','fr_fr','Please select files/photos to upload',31),(8974,'related_module_title','Search from related module and Add to \"Route\"','fr_fr','Search from related module and Add to \"Route\"',30),(8975,'Route status updated successfully','Route status updated successfully','fr_fr','Route status updated successfully',32),(8976,'Session init failed','Session init failed','fr_fr','Session init failed',32),(8977,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','fr_fr','You don\'t have permission to access this resource',32),(8978,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','fr_fr','Could not get the Related To - Try again later',32),(8979,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','fr_fr','Could not get the Route Planning Record - Try again later',32),(8980,'Something went wrong - Try again later','Something went wrong - Try again later','fr_fr','Something went wrong - Try again later',32),(8981,'sequence updated successfully','sequence updated successfully','fr_fr','sequence updated successfully',32),(8982,'sequence cannot be empty','sequence cannot be empty','fr_fr','sequence cannot be empty',32),(8983,'Shortcut details not saved','Shortcut details not saved','fr_fr','Shortcut details not saved',32),(8984,'Shortcut details saved successfully','Shortcut details saved successfully','fr_fr','Shortcut details saved successfully',32),(8985,'Route save successfully','Route save successfully','fr_fr','Route save successfully',32),(8986,'Record save successfully','Record save successfully','fr_fr','Record save successfully',32),(8987,'No dependency found for picklist','No dependency found for picklist','fr_fr','No dependency found for picklist',32),(8988,'No records found','No records found','fr_fr','No records found',32),(8989,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','fr_fr','Outgoing server is not enabled, please configure from CRM',32),(8990,'Removed Successfully','Removed Successfully','fr_fr','Removed Successfully',32),(8991,'Shortcut has been deleted','Shortcut has been deleted','fr_fr','Shortcut has been deleted',32),(8992,'relation of records removed successfully','relation of records removed successfully','fr_fr','relation of records removed successfully',32),(8993,'relation of records not removed','relation of records not removed','fr_fr','relation of records not removed',32),(8994,'Record has been deleted successfully','Record has been deleted successfully','fr_fr','Record has been deleted successfully',32),(8995,'Time Tracking saved successfully','Time Tracking saved successfully','fr_fr','Time Tracking saved successfully',32),(8996,'Time Tracking updated successfully','Time Tracking updated successfully','fr_fr','Time Tracking updated successfully',32),(8997,'Time Tracking ended successfully','Time Tracking ended successfully','fr_fr','Time Tracking ended successfully',32),(8998,'Time Tracking started successfully','Time Tracking started successfully','fr_fr','Time Tracking started successfully',32),(8999,'record cannot be empty','record cannot be empty','fr_fr','record cannot be empty',32),(9000,'Module is disabled','Module is disabled','fr_fr','Module is disabled',32),(9001,'Shift ended successfully','Shift ended successfully','fr_fr','Shift ended successfully',32),(9002,'Shift started successfully','Shift started successfully','fr_fr','Shift started successfully',32),(9003,'relation of records added successfully','relation of records added successfully','fr_fr','relation of records added successfully',32),(9004,'Comment saved successfully','Comment saved successfully','fr_fr','Comment saved successfully',32),(9005,'Comment not saved','Comment not saved','fr_fr','Comment not saved',32),(9006,'Comment module is not active','Comment module is not active','fr_fr','Comment module is not active',32),(9007,'No Upcoming Event','No Upcoming Event','fr_fr','No Upcoming Event',32),(9008,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','fr_fr','No Templates found - create it from Message Templates module',32),(9009,'No event or task for this date','No event or task for this date','fr_fr','No event or task for this date',32),(9010,'No filters created','No filters created','fr_fr','No filters created',32),(9011,'Select at least one record to attach','Select at least one record to attach','fr_fr','Select at least one record to attach',32),(9012,'Please select one or more attachments','Please select one or more attachments','fr_fr','Please select one or more attachments',32),(9013,'No event for this month','No event for this month','fr_fr','No event for this month',32),(9014,'No Activity found','No Activity found','fr_fr','No Activity found',32),(9015,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','fr_fr','Your feedback is valuable for us - it cannot be empty',32),(9016,'Could not send mail, Please try later','Could not send mail, Please try later','fr_fr','Could not send mail, Please try later',32),(9017,'Latest Version updated successfully','Latest Version updated successfully','fr_fr','Latest Version updated successfully',32),(9018,'User Location Updated Successfully','User Location Updated Successfully','fr_fr','User Location Updated Successfully',32),(9019,'User Location not Updated Successfully','User Location not Updated Successfully','fr_fr','User Location not Updated Successfully',32),(9020,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','fr_fr','SMSNotifier is not enable in CRM. Please enable it first',32),(9021,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','fr_fr','Could not submit your feedback - Please try again later',32),(9022,'Thank you for submitting your feedback','Thank you for submitting your feedback','fr_fr','Thank you for submitting your feedback',32),(9023,'Please upload User Image','Please upload User Image','fr_fr','Please upload User Image',32),(9024,'Image Not Uploading, please try again','Image Not Uploading, please try again','fr_fr','Image Not Uploading, please try again',32),(9025,'User Image Uploaded Successfully','User Image Uploaded Successfully','fr_fr','User Image Uploaded Successfully',32),(9026,'Invalid Module name','Invalid Module name','fr_fr','Invalid Module name',32),(9027,'Records Sync Successfully','Records Sync Successfully','fr_fr','Records Sync Successfully',32),(9028,'Values cannot be empty','Values cannot be empty','fr_fr','Values cannot be empty',32),(9029,'Record id is empty','Record id is empty','fr_fr','Record id is empty',32),(9030,'Logout Successfully','Logout Successfully','fr_fr','Logout Successfully',32),(9031,'Please Enable CTMobile Module','Please Enable CTMobile Module','fr_fr','Please Enable CTMobile Module',32),(9032,'Authentication Failed','Username and Password do not match','fr_fr','Username and Password do not match',32),(9033,'Mismatched module information','Something gone wrong, please try again later','fr_fr','Something gone wrong, please try again later',32),(9034,'Field does not exists','Please set display fields again','fr_fr','Please set display fields again',32),(9035,'Module does not exists','Module does not exists or disabled by admin','fr_fr','Module does not exists or disabled by admin',32),(9036,'Month cannot be empty','Could not get the Month - Try again later','fr_fr','Could not get the Month - Try again later',32),(9037,'Year cannot be empty','Could not get the Year - Try again later','fr_fr','Could not get the Year - Try again later',32),(9038,'Date cannot be empty','Could not get the Date - Try again later','fr_fr','Could not get the Date - Try again later',32),(9039,'Userid cannot be empty','Could not get the Userid - Try again later','fr_fr','Could not get the Userid - Try again later',32),(9040,'End Date cannot be empty','Could not get the status - Try again later','fr_fr','Could not get the status - Try again later',32),(9041,'Start Date cannot be empty','Could not get the Start Date - Try again later','fr_fr','Could not get the Start Date - Try again later',32),(9042,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','fr_fr','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(9043,'Longitude cannot be empty','Could not get location-Please try again','fr_fr','Could not get location-Please try again',32),(9044,'Latitude cannot be empty','Could not get location-Please try again','fr_fr','Could not get location-Please try again',32),(9045,'User cannot be empty','Could not get the User - Try again later','fr_fr','Could not get the User - Try again later',32),(9046,'Status cannot be empty','Could not get the status - Try again later','fr_fr','Could not get the status - Try again later',32),(9047,'Required fields not found','Required fields not found','fr_fr','Required fields not found',32),(9048,'Tracking module not active','Tracking module not active-Please contact CRM Admin','fr_fr','Tracking module not active-Please contact CRM Admin',32),(9049,'Missing mandatory input values','Missing mandatory input values','fr_fr','Missing mandatory input values',32),(9050,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','fr_fr','No MailBox found. Please Create Mailbox',32),(9051,'Mail not sent','Mail not sent','fr_fr','Mail not sent',32),(9052,'Mail send successfully','Mail send successfully','fr_fr','Mail send successfully',32),(9053,'Email Id or username not match with your record','Email Id or username not match with your record','fr_fr','Email Id or username not match with your record',32),(9054,'Module not specified','Module not specified','fr_fr','Module not specified',32),(9055,'No messages found','No messages found','fr_fr','No messages found',32),(9056,'No Dependency Found For This Module','No Dependency Found For This Module','fr_fr','No Dependency Found For This Module',32),(9057,'Outgoing server is not Enabled','Outgoing server is not Enabled','fr_fr','Outgoing server is not Enabled',32),(9058,'Outgoing server is Enabled','Outgoing server is Enabled','fr_fr','Outgoing server is Enabled',32),(9059,'Email Attached Successfully','Email Attached Successfully','fr_fr','Email Attached Successfully',32),(9060,'Documents Attached Successfully','Documents Attached Successfully','fr_fr','Documents Attached Successfully',32),(9061,'Login required - Please login again','Login required - Please login again','fr_fr','Login required - Please login again',32),(9062,'time_tracking_module_disable','Time tracking module is disable','fr_fr','Time tracking module is disable',31),(9063,'route_planning_module_disable','Route planning module is disable','fr_fr','Route planning module is disable',31),(9064,'mark_as_held','Are you sure you want to mark Event as Held?','fr_fr','Are you sure you want to mark Event as Held?',31),(9065,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','fr_fr','You have already started Time tracking for another record, Do you want to stop it first ?',31),(9066,'access_denied_routeplanning','Access denied for route planning','fr_fr','Access denied for route planning',31),(9067,'time_spent','Time Spent','fr_fr','Time Spent',31),(9068,'select_user','Select User','fr_fr','Select User',30),(9069,'status_cannot_be_held','Status cannot be held for future date start','fr_fr','Status cannot be held for future date start',30),(9070,'please_select_end_date','Please select end date','fr_fr','Please select end date',30),(9071,'please_select_start_date','Please select start date','fr_fr','Please select start date',30),(9072,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','fr_fr','Tap on + icon to select record for your route.',30),(9073,'please_enter_notes','Please enter notes','fr_fr','Please enter notes',30),(9074,'please_enter_title','Please enter title','fr_fr','Please enter title',30),(9075,'please_select_date','Please Select Date','fr_fr','Please Select Date',30),(9076,'search_by_date','Search by Date','fr_fr','Search by Date',30),(9077,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','fr_fr','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(9078,'max_upload_size','max file Upload exceeds','fr_fr','max file Upload exceeds',30),(9079,'unselect_all','UnSelect All','fr_fr','UnSelect All',30),(9080,'select_all','Select All','fr_fr','Select All',30),(9081,'please_select_records','Please select records','fr_fr','Please select records',30),(9082,'select_date','Select Date','fr_fr','Select Date',30),(9083,'quantity_in_stock_is','Quantity in stock is','fr_fr','Quantity in stock is',30),(9084,'replies','Replies','fr_fr','Replies',30),(9085,'conversation_require_selection','Conversion requires selection of Contact or Organization','fr_fr','Conversion requires selection of Contact or Organization',30),(9086,'please_select_product','Please Select Product','fr_fr','Please Select Product',30),(9087,'timer_msg','You can start timer for single task only at same time','fr_fr','You can start timer for single task only at same time',31),(9088,'save_start_tracking','Save & Start Tracking','fr_fr','Save & Start Tracking',31),(9089,'lbl_notes','Notes','fr_fr','Notes',31),(9090,'enter_title','Enter Title','fr_fr','Enter Title',31),(9091,'select_module_record','Select Module / Record','fr_fr','Select Module / Record',31),(9092,'lbl_tomorrow','Tomorrow','fr_fr','Tomorrow',30),(9093,'lbl_yesterday','Yesterday','fr_fr','Yesterday',30),(9094,'lbl_today','Today','fr_fr','Today',30),(9095,'time_tracker','Time Tracker','fr_fr','Time Tracker',31),(9096,'time_end','End Time','fr_fr','End Time',5),(9097,'due_date','End Date','fr_fr','End Date',5),(9098,'time_start','Time Start','fr_fr','Time Start',5),(9099,'date_start','Start Date','fr_fr','Start Date',5),(9100,'delete_widget_msg','Display widget again by using (+) option','fr_fr','Display widget again by using (+) option',15),(9101,'no_upcoming_activities','No scheduled activities    ','fr_fr','No scheduled activities    ',15),(9102,'check_in_first','Please check-in first','fr_fr','Please check-in first',30),(9103,'duration','Duration','fr_fr','Duration',30),(9104,'distance','Distance','fr_fr','Distance',30),(9105,'proper_address_message','Please enter proper address in record\n','fr_fr','Please enter proper address in record',30),(9106,'select_status','Select Status','fr_fr','Select Status',30),(9107,'route_planner','Route Planner','fr_fr','Route Planner',30),(9108,'route_planning','Route Planning','fr_fr','Route Planning',30),(9109,'add_route','Add Route','fr_fr','Add Route',30),(9110,'calender_disabled','Calendar Module is disabled','fr_fr','Calendar Module is disabled',30),(9111,'close_dialog','Close form','fr_fr','Close form',30),(9112,'cancel_form_message','Are You sure want to close ?','fr_fr','Are You sure want to close ?',30),(9113,'create_route','Create Route','fr_fr','Create Route',30),(9114,'select_module_create_route','Select Module to create Route','fr_fr','Select Module to create Route',30),(9115,'cancel','Cancel','fr_fr','Cancel',30),(9116,'assign_route','Assign Route','fr_fr','Assign Route',30),(9117,'route_for','Route for','fr_fr','Route for',30),(9118,'assigned_to','Assigned To','fr_fr','Assigned To',30),(9119,'enter_route_name','Enter Route Name','fr_fr','Enter Route Name',30),(9120,'list','List','fr_fr','List',30),(9121,'map','Map','fr_fr','Map',30),(9122,'other_modules','Other Modules','fr_fr','Other Modules',15),(9123,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','fr_fr','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(9124,'clear','Clear','fr_fr','Clear',25),(9125,'open','Open','fr_fr','Open',11),(9126,'max_file_msg','Too many files selected (max:6)','fr_fr','Too many files selected (max:6)',11),(9127,'error_voicenote_record','Unable to recording voice while another application is recording sound.','fr_fr','Unable to recording voice while another application is recording sound.',11),(9128,'msg_warning','Warning!','fr_fr','Warning!',11),(9129,'Permision_denied_contact','Permission denied to access your contacts','fr_fr','Permission denied to access your contacts',15),(9130,'no_widget_added','Please click + icon to add new widget to your dashboard.','fr_fr','Please click + icon to add new widget to your dashboard.',15),(9131,'no_data_available','Data not available, please check the selected fields','fr_fr','Data not available, please check the selected fields',15),(9132,'check_out_successfully','Check out successfully','fr_fr','Checked out successfully',11),(9133,'check_in_successfully','Check in successfully','fr_fr','Checked in successfully',11),(9134,'check_out','Check out','fr_fr','Check out',11),(9135,'check_in','Check in','fr_fr','Check in',11),(9136,'navigate','Navigate','fr_fr','Navigate',11),(9137,'save_to_phone_vcard_success','VCard Saved to phone successfully','fr_fr','VCard Saved to phone successfully',15),(9138,'download_vcard_success','VCard downloaded successfully','fr_fr','VCard downloaded successfully',15),(9139,'card_details','Card Details','fr_fr','Card Details',15),(9140,'add_widget','Add Widget','fr_fr','Add Widget',15),(9141,'delete_widget','Are you sure to hide widget?','fr_fr','Are you sure to hide widget?',15),(9142,'already_widgets_added','All types of Widget & reports are already added','fr_fr','All types of Widget & reports are already added',15),(9143,'retry','Retry','fr_fr','Retry',28),(9144,'retake','Retake','fr_fr','Retake',28),(9145,'Reports','Reports','fr_fr','Reports',15),(9146,'Widgets','Widgets','fr_fr','Widgets',15),(9147,'vcard_config','Vcard Configuration','fr_fr','Vcard Configuration',8),(9148,'save_to_phone','Save to phone','fr_fr','Save to phone',11),(9149,'download_vcard','Download Vcard','fr_fr','Download Vcard',11),(9150,'share_vcard','Share Vcard','fr_fr','Share Vcard',11),(9151,'share_record','Share Record','fr_fr','Share Record',11),(9152,'permission_denied_edit','You don\'t have permission to edit this record.','fr_fr','You don\'t have permission to edit this record.',27),(9153,'permission_denied_delete','You don\'t have permission to delete this record.','fr_fr','You don\'t have permission to delete this record.',27),(9154,'Voice_Recording_Started','Recording Started','fr_fr','Recording Started',12),(9155,'Voice_Recording_Stopped','Recording Stopped','fr_fr','Recording Stopped',12),(9156,'SEARCH','Search','fr_fr','Search',7),(9157,'LAST','Last','fr_fr','Last',7),(9158,'FIRST','First','fr_fr','First',7),(9159,'MONDAY','Monday','fr_fr','Monday',7),(9160,'TUESDAY','Tuesday','fr_fr','Tuesday',7),(9161,'WEDNESDAY','Wednesday','fr_fr','Wednesday',7),(9162,'THURSDAY','Thursday','fr_fr','Thursday',7),(9163,'FRIDAY','Friday','fr_fr','Friday',7),(9164,'SATURDAY','Saturday','fr_fr','Saturday',7),(9165,'SUNDAY','Sunday','fr_fr','Sunday',7),(9166,'DAILY','Daily','fr_fr','Daily',7),(9167,'WEEKLY','Weekly','fr_fr','Weekly',7),(9168,'MONTHLY','Monthly','fr_fr','Monthly',7),(9169,'YEARLY','Yearly','fr_fr','Yearly',7),(9170,'asset_tracking','Asset tracking','fr_fr','Asset tracking',15),(9171,'open_file','Open File','fr_fr','Open File',1),(9172,'download_pdf_successfully','Download PDF Successfully','fr_fr','Download PDF Successfully',1),(9173,'select_pdf','Select PDF','fr_fr','Select PDF',1),(9174,'email_pdf','Email PDF','fr_fr','Email PDF',1),(9175,'download_pdf','Download PDF','fr_fr','Download PDF',1),(9176,'edit_route','Edit Route','fr_fr','Edit Route',1),(9177,'save_route','Save Route','fr_fr','Save Route',1),(9178,'clear_all','Clear All','fr_fr','Clear All',1),(9179,'notification','Notifications','fr_fr','Notifications',1),(9180,'menu_management','Menu Management','fr_fr','Menu Management',1),(9181,'select_menu','Select Menu','fr_fr','Select Menu',1),(9182,'module_record_not_found','Module and Record not found','fr_fr','Module and Record not found',1),(9183,'reason_for_changing_comments','Reason for changing comments','fr_fr','Reason for changing comments',1),(9184,'edit_reason','Edit Reason','fr_fr','Edit Reason',1),(9185,'create_filters','Create Filter','fr_fr','Create Filter',1),(9186,'you_checked','You Checked','fr_fr','You Checked',1),(9187,'you_un_checked','You UnChecked','fr_fr','You UnChecked',1),(9188,'log_the_call','Log the call ?','fr_fr','Log the call ?',1),(9189,'add_a_description_(optional)','Add a description (optional)','fr_fr','Add a description (optional)',1),(9190,'called','Called','fr_fr','Called',1),(9191,'call_log','Call Log','fr_fr','Call Log',1),(9192,'subject','Subject','fr_fr','Subject',1),(9193,'add_condition','Add Condition','fr_fr','Add Condition',1),(9194,'select_condition','Select Condition','fr_fr','Select Condition',1),(9195,'select_field','Select Field','fr_fr','Select Field',1),(9196,'please_select_first_field','Please First Select field','fr_fr','Please First Select field',1),(9197,'filter_name','Filter Name','fr_fr','Filter Name',1),(9198,'enter_filter_name','Enter filter name','fr_fr','Enter filter name',1),(9199,'choose_conditions','Choose Conditions','fr_fr','Choose Conditions',1),(9200,'all_condition','All Conditions(All conditions must be met)','fr_fr','All Conditions(All conditions must be met)',1),(9201,'any_condition','Any Conditions(At least one the conditions must be met)','fr_fr','Any Conditions(At least one the conditions must be met)',1),(9202,'lattitude','latitude','fr_fr','latitude',1),(9203,'notification_settings','Notification Settings','fr_fr','Notification Settings',1),(9204,'notification_management','Notification Management','fr_fr','Notification Management',1),(9205,'addyourcommentshere','Type @ to mention user','fr_fr','Type @ to mention user',1),(9206,'google_api_key_missing','Google Api key is missing.','fr_fr','Google Api key is missing.',1),(9207,'event_filter_by','Event Filter by','fr_fr','Event Filter by',1),(9208,'apply','Apply','fr_fr','Apply',1),(9209,'choose_from_gallery','Choose From Gallery','fr_fr','Choose From Gallery',1),(9210,'choose_from_camera','Choose From Camera','fr_fr','Choose From Camera',1),(9211,'mutli_select_CB','Mutli Select CB','fr_fr','Mutli Select CB',1),(9212,'please_select_condition','Please Select Condition','fr_fr','Please Select Condition',1),(9213,'please_enter_value_or_field','Please Enter Value or Field','fr_fr','Please Enter Value or Field',1),(9214,'set_as_default','Set as Default','fr_fr','Set as Default',1),(9215,'list_in_metrics','List in Metrics','fr_fr','List in Metrics',1),(9216,'order_number','Order Number','fr_fr','Order Number',1),(9217,'recording_saved_message','Recording saved successfully.','fr_fr','Recording saved successfully.',1),(9218,'recording_file','Recording File','fr_fr','Recording File',1),(9219,'file_not_found','File not found','fr_fr','File not found',1),(9220,'please_enter_valid_path','Please enter valid path','fr_fr','Please enter valid path',1),(9221,'enter_path_here','Enter path here...','fr_fr','Enter path here...',1),(9222,'set_call_recording_path','Set Call Recording Path','fr_fr','Set Call Recording Path',1),(9223,'set_call_recording_path_here','Set call recording path here','fr_fr','Set call recording path here',1),(9224,'call_recording_path','Call Recording Path','fr_fr','Call Recording Path',1),(9225,'please_place_api','Please enable place api','fr_fr','Please enable place api',1),(9226,'event_filters_by','Event Filters by','fr_fr','Event Filters by',1),(9227,'select_at_least_one_option','Please select at least one option','fr_fr','Please select at least one option',1),(9228,'enable_call_feature','Please enable call feature','fr_fr','Please enable call feature',1),(9229,'enable_email_feature','Please enable email feature','fr_fr','Please enable email feature',1),(9230,'demo_login','Demo Login','fr_fr','Demo Login',1),(9231,'select_email_template','Select Email Template','fr_fr','Select Email Template',1),(9232,'template_name','Template Name','fr_fr','Template Name',1),(9233,'example_storage_path','example : storage/Music/Recordings/Call Recordings','fr_fr','example : storage/Music/Recordings/Call Recordings',1),(9234,'User Notification Settings saved successfully','User Notification Settings saved successfully','fr_fr','User Notification Settings saved successfully',33),(9235,'This Notification has been disabled by admin','This Notification has been disabled by admin','fr_fr','This Notification has been disabled by admin',33),(9236,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','fr_fr','Notify when any updates to the record you\'re following',33),(9237,'Task assigned to you','Task assigned to you','fr_fr','Task assigned to you',33),(9238,'Task Reminder','Task Reminder','fr_fr','Task Reminder',33),(9239,'You were mentioned in comments','You were mentioned in comments','fr_fr','You were mentioned in comments',33),(9240,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','fr_fr','Comments has been added to record assigned to you',33),(9241,'When Record Assigned','When Record Assigned','fr_fr','When Record Assigned',33),(9242,'Event Reminder','Event Reminder','fr_fr','Event Reminder',33),(9243,'Event Invitation','Event Invitation','fr_fr','Event Invitation',33),(9244,'Follow record','Follow record','fr_fr','Follow record',33),(9245,'Task','Task','fr_fr','Task',33),(9246,'Conversions','Conversions','fr_fr','Conversions',33),(9247,'Events','Events','fr_fr','Events',33),(9248,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','fr_fr','No record(s) found Please click on filter icon to change filter',1),(9249,'title','Title','fr_fr','Title',1),(9250,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','fr_fr','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(9251,'call_recording','Call recording','fr_fr','Call recording',1),(9252,'voice_recorder','Voice Recorder','fr_fr','Voice Recorder',1),(9253,'no_address_reference_found','No Address Reference found','fr_fr','No Address Reference found',32),(9254,'no_overdue_activities','No OverDue Activities','fr_fr','No OverDue Activities',32),(9255,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','fr_fr','Please enter proper address from this address we are not getting proper latitude and longitude',32),(9256,'Default_Search_Field','Default search field','fr_fr','Default search field',32),(9257,'Calender_Reminder_Message','Free user can\'t send local reminder','fr_fr','Free user can\'t send local reminder',32),(9258,'you_must_have_permission','You must give permissions to use this features.','fr_fr','You must give permissions to use this features.',32),(9259,'internal_comment','Internal Comment','fr_fr','Internal Comment',1),(9260,'unlink_record','Unlink Record','fr_fr','Unlink Record',11),(9261,'unlink_record_msg','Are you sure want to unlink record?','fr_fr','Are you sure want to unlink record?',11),(9262,'file_format_not_support','File format not supported','fr_fr','File format not supported',11),(9263,'file_upload','File Upload','fr_fr','File Upload',5),(9264,'to_vtiger','To Vtiger','fr_fr','To Vtiger',5),(9265,'link_external_document','Link External Document','fr_fr','Link External Document',5),(9266,'from_file_url','From File Url','fr_fr','From File Url',5),(9267,'create_new_document','Create New Document','fr_fr','Create New Document',5),(9268,'select_document_type','Select Document type','fr_fr','Select Document type',5),(9269,'add_signature','Please add signature','fr_fr','Please add signature',11),(9270,'date_greater_then_equal','should be greater than or equal to','fr_fr','should be greater than or equal to',1),(9271,'date_less_then_equal','should be less than or equal to','fr_fr','should be less than or equal to',1),(9272,'Click_on_plus_for_add','Please tap on  +  to create a new record.','fr_fr','Please tap on  +  to create a new record.',15),(9273,'display_map','Display map','fr_fr','Display map',15),(9274,'other_settings','Other settings','fr_fr','Other settings',15),(9275,'total_hours','Total hours','fr_fr','Total hours',15),(9276,'widget_not_found','No widgets found','fr_fr','No widgets found',15),(9277,'quickaction','Quick action','fr_fr','Quick action',15),(9278,'dashboard','Dashboard','fr_fr','Dashboard',15),(9279,'new','New','fr_fr','New',15),(9280,'global_search_hint','Please try to search using search box at top','fr_fr','Please try to search using search box at top',15),(9281,'near_by_map','Near By Map','fr_fr','Near By Map',15),(9282,'miles','Miles','fr_fr','Miles',15),(9283,'lbl_filters','Filters','fr_fr','Filters',27),(9284,'warning','Warning','fr_fr','Warning',27),(9285,'no_filter_created','No filter is created.','fr_fr','No filter is created.',27),(9286,'please_create_new_ilter','Please create a new filter','fr_fr','Please create a new filter',27),(9287,'select_search_fields','Select fields for the search record.','fr_fr','Select fields for the search record.',27),(9288,'apply_fliters','Apply filters','fr_fr','Apply filters',27),(9289,'sort_by','Sort by','fr_fr','Sort by',27),(9290,'sort_order','Sort order','fr_fr','Sort order',27),(9291,'Start_time_tracking','Start time tracking','fr_fr','Start time tracking',31),(9292,'Stop_time_tracking','Stop time tracking','fr_fr','Stop time tracking',31),(9293,'image_preview','Image preview','fr_fr','Image preview',11),(9294,'phone_number','Phone number','fr_fr','Phone number',11),(9295,'email_address','Email address','fr_fr','Email address',11),(9296,'edit_your_preferences','Edit your preferences','fr_fr','Edit your preferences',8),(9297,'about_app','About app','fr_fr','About app',8),(9298,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','fr_fr','You already have latest CTMobile Ext. Version',8),(9299,'updated_app_version','You already have latest CRMTiger App Version','fr_fr','You already have latest CRMTiger App Version',8),(9300,'plan','Plan','fr_fr','Plan',8),(9301,'time','Time','fr_fr','Time',31),(9302,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','fr_fr','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(9303,'add_to_quick_action','Add to quick action','fr_fr','Add to quick action',1),(9304,'add_filter_to_quick_action','Add filter to quick action','fr_fr','Add filter to quick action',1),(9305,'create_record','Create Record','fr_fr','Create Record',1),(9306,'quick_action_hint','You can Add Quick Action here','fr_fr','You can Add Quick Action here',1),(9307,'str_send','Send','fr_fr','Send',3),(9308,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','fr_fr','Do you want to update tax & charge values corresponding to selected region?',1),(9309,'delete_quick_action_widgest','Delete Widget?','fr_fr','Delete Widget?',15),(9310,'add_record_to_dashboard','Add record to dashboard','fr_fr','Add record to dashboard',15),(9311,'module_quick_action_msg','Module added to dashboard','fr_fr','Module added to dashboard',15),(9312,'filter_quick_action_msg','Filter added to dashboard','fr_fr','Filter added to dashboard',15),(9313,'record_quick_action_msg','Record added to dashboard','fr_fr','Record added to dashboard',15),(9314,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','fr_fr','Filter shortcut added to dashboard',15),(9315,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','fr_fr','Record shortcut added to dashboard',15),(9316,'documents_disabled','Documents Module is disabled','fr_fr','Documents Module is disabled',1),(9317,'document_dont_attachment','Document does not have a attachment','fr_fr','Document does not have a attachment',1),(9318,'go_to_neat_by','Go to NearBy','fr_fr','Go to NearBy',15),(9319,'go_to_time_tracking','Go to Time Tracker','fr_fr','Go to Time Tracker',13),(9320,'nearby_quick_action_msg','NearBy added to dashboard','fr_fr','NearBy added to dashboard',15),(9321,'time_tracking_quick_action_msg','Time Tracking added to dashboard','fr_fr','Time Tracking added to dashboard',15),(9322,'attendance_quick_action_msg','Attendance added to dashboard','fr_fr','Attendance added to dashboard',15),(9323,'attachment','Attachment','fr_fr','Attachment',15),(9324,'search_by_fields','Search by fields','fr_fr','Search by fields',27),(9325,'apply_selected','Apply selected','fr_fr','Apply selected',27),(9326,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','fr_fr','auto address finder is disabled, please enable it from CRMTiger Settings',1),(9327,'Attendance','Attendance','fr_fr','Attendance',15),(9328,'Check-in successfully','Check-in successfully','fr_fr','Check-in successfully',32),(9329,'Check-out successfully','Check-out successfully','fr_fr','Check-out successfully',32),(9330,'Nothing around here','Nothing around here','fr_fr','Nothing around here',13),(9331,'select_days','Select Days','fr_fr','Select Days',5),(9332,'select_minutes','Select Minutes','fr_fr','Select Minutes',5),(9333,'select_hours','Select Hours','fr_fr','Select Hours',5),(9334,'no_lat_long_found','Location information (Latitude,Longitude) not found','fr_fr','Location information (Latitude,Longitude) not found',32),(9335,'Call Log save successfully','Call Log save successfully','fr_fr','Call Log save successfully',32),(9336,'Files/photos deleted successfully','Files/photos deleted successfully','fr_fr','Files/photos deleted successfully',32),(9337,'network_error','Network connection error!','ro_ro','Network connection error!',1),(9338,'connection_check','Could not connect to CRM, Please check your Internet connection.','ro_ro','Could not connect to CRM, Please check your Internet connection.',1),(9339,'update','Update','ro_ro','Update',1),(9340,'cancel','Cancel','ro_ro','Cancel',1),(9341,'ok','Ok','ro_ro','Ok',1),(9342,'more_information','Click here for more information.','ro_ro','Click here for more information.',1),(9343,'yes','Yes','ro_ro','Yes',1),(9344,'no','No','ro_ro','No',1),(9345,'click_again_exit','Click again to exit','ro_ro','Click again to exit',1),(9346,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','ro_ro','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(9347,'clickhere','Click here','ro_ro','Click here',1),(9348,'clickhere_subscribe','Click here to subscribe premium version','ro_ro','Click here to subscribe premium version',1),(9349,'clickhere_configure','Click here and view how to Configure.','ro_ro','Click here and view how to Configure.',1),(9350,'please_wait','Please Wait…','ro_ro','Please Wait…',1),(9351,'share__msg','Share file with','ro_ro','Share file with',1),(9352,'dialog_camera','Camera','ro_ro','Camera',1),(9353,'dialog_add_file_by','Take Photo from','ro_ro','Take Photo from',1),(9354,'add','Add','ro_ro','Add',1),(9355,'mail_manager_configured','Mail Manager is not configured','ro_ro','Mail Manager is not configured',1),(9356,'dialog_add_files_by','Add Files by','ro_ro','Add Files by',1),(9357,'dialog_drive','Drive','ro_ro','Drive',1),(9358,'dialog_drop_box','Drop Box','ro_ro','Drop Box',1),(9359,'dialog_need_signin','You need to Sign-in to your Drive account first.','ro_ro','You need to Sign-in to your Drive account first.',1),(9360,'dialog_gallery','Gallery','ro_ro','Gallery',1),(9361,'delete','Delete','ro_ro','Delete',1),(9362,'timeoutmessage','Oops! Request is taking more time than expected.','ro_ro','Oops! Request is taking more time than expected.',1),(9363,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','ro_ro','GPS is not enabled. Please turn it on to get your near by locations.',1),(9364,'sure_want_delete','Are you sure want to delete ?','ro_ro','Are you sure want to delete ?',1),(9365,'select','Select','ro_ro','Select',1),(9366,'msgforrecordaudio','Minimum record duration one second.','ro_ro','Minimum record duration one second.',1),(9367,'permission_storage','Permission denied to read your External storage','ro_ro','Permission denied to read your External storage',1),(9368,'send_permission_msg','Send message permission denied','ro_ro','Send message permission denied',1),(9369,'choosefile','Choose File','ro_ro','Choose File',1),(9370,'enter','Enter','ro_ro','Enter',1),(9371,'select_an_option','Select an Option','ro_ro','Select an Option',1),(9372,'email_validation','Email is not valid','ro_ro','Email is not valid',1),(9373,'please_enter','Please Enter','ro_ro','Please Enter',1),(9374,'website_validation_text','Website URL is not valid','ro_ro','Website URL is not valid',1),(9375,'selectvalue','Select value first','ro_ro','Select value first',1),(9376,'email','Email','ro_ro','Email',1),(9377,'enter_email_address','Enter email address','ro_ro','Enter email address',1),(9378,'email_address_not_correct','Email address incorrect','ro_ro','Email address incorrect',1),(9379,'pls_enter_subject','Please Enter Subject','ro_ro','Please Enter Subject',1),(9380,'attachFiles','Attached File','ro_ro','Attached File',1),(9381,'from','From','ro_ro','From',1),(9382,'to','To','ro_ro','To',1),(9383,'call_permission_msg','Call permission denied','ro_ro','Call permission denied',1),(9384,'no_records','No records found','ro_ro','No records found',1),(9385,'fullform','Create New','ro_ro','Create New',1),(9386,'save','Save','ro_ro','Save',1),(9387,'total','Total','ro_ro','Total',1),(9388,'discount','Discount','ro_ro','Discount',1),(9389,'price','Price','ro_ro','Price',1),(9390,'quantity','Quantity','ro_ro','Quantity',1),(9391,'select_module','Select Module','ro_ro','Select Module',1),(9392,'item_list','Item List','ro_ro','Item List',1),(9393,'quickcreate','Quick Create','ro_ro','Quick Create',1),(9394,'overwrite_msg_part1','Overwrite the existing address with the selected','ro_ro','Overwrite the existing address with the selected',1),(9395,'once_in_every','Once in every','ro_ro','Once in every',1),(9396,'overwrite_msg_part2','address details?','ro_ro','address details?',1),(9397,'add_item','Add Item','ro_ro','Add Item',1),(9398,'recordsave','Record saved successfully','ro_ro','Record saved successfully',1),(9399,'recordnotsave','Could not save record. Try again later','ro_ro','Could not save record. Try again later',1),(9400,'minutes','Minutes','ro_ro','Minutes',1),(9401,'hours','Hours','ro_ro','Hours',1),(9402,'days','Days','ro_ro','Days',1),(9403,'on','On','ro_ro','On',1),(9404,'day_of_the_month','day of the month','ro_ro','day of the month',1),(9405,'list_price','List Price','ro_ro','List Price',1),(9406,'add_record','Add Record','ro_ro','Add Record',1),(9407,'add_product','Add Product','ro_ro','Add Product',1),(9408,'add_service','Add Service','ro_ro','Add Service',1),(9409,'discountin','Discount in %','ro_ro','Discount in %',1),(9410,'unitprice','Unit price','ro_ro','Unit price',1),(9411,'netprice','Net price','ro_ro','Net price',1),(9412,'comments','Comments','ro_ro','Comments',1),(9413,'add_close','Add & Close','ro_ro','Add & Close',1),(9414,'fetching_rout_message','Fetching route, Please wait…','ro_ro','Fetching route, Please wait…',1),(9415,'setting','Settings','ro_ro','Settings',1),(9416,'utc','UTC','ro_ro','UTC',1),(9417,'in','In','ro_ro','In',1),(9418,'days_ago','days ago','ro_ro','days ago',1),(9419,'mins_ago','Minutes ago','ro_ro','Minutes ago',1),(9420,'justnow','Just now','ro_ro','Just now',1),(9421,'hours_ago','hours ago','ro_ro','hours ago',1),(9422,'in_1_day','In 1 day','ro_ro','In 1 day',1),(9423,'scanqrcode','Asset / Card scanner','ro_ro','Asset / Card scanner',1),(9424,'call_log','Call Log','ro_ro','Call Log',1),(9425,'voice_message','Hi','ro_ro','Hi',1),(9426,'voice_message1','What can I search for you in','ro_ro','What can I search for you in',1),(9427,'live_tracking','Live Tracking','ro_ro','Live Tracking',1),(9428,'mailmanager','Mail Manager','ro_ro','Mail Manager',1),(9429,'my_location','My location','ro_ro','My location',1),(9430,'created_on','Created On','ro_ro','Created On',1),(9431,'modified_on','Modified On','ro_ro','Modified On',1),(9432,'enter_comments','Enter Comments','ro_ro','Enter Comments',1),(9433,'viewmore','View More','ro_ro','View More',1),(9434,'viewless','View Less','ro_ro','View Less',1),(9435,'gotofullform','Go to Full Form','ro_ro','Go to Full Form',1),(9436,'post','Post','ro_ro','Post',1),(9437,'url','URL','ro_ro','URL',1),(9438,'dialog_title_text_back_color','Select a Text Background Color','ro_ro','Select a Text Background Color',1),(9439,'event_or_task','Add event/task','ro_ro','Add event/task',1),(9440,'shortcut','Shortcuts','ro_ro','Shortcuts',1),(9441,'select_field','Select Field','ro_ro','Select Field',1),(9442,'share','Share','ro_ro','Share',1),(9443,'title_insert_link','Insert Link','ro_ro','Insert Link',1),(9444,'addyourcommentshere','Add your comments here','ro_ro','Add your comments here',1),(9445,'nocomment','No Comments','ro_ro','No Comments',1),(9446,'leads','Leads','ro_ro','Leads',1),(9447,'true_val','true','ro_ro','true',1),(9448,'noresult','No Result','ro_ro','No Result',1),(9449,'version','Version','ro_ro','Version',1),(9450,'convert_lead','Convert Lead','ro_ro','Convert Lead',1),(9451,'app_name','CRMTiger','ro_ro','CRMTiger',1),(9452,'enter_url','Please Enter url','ro_ro','Please Enter url',1),(9453,'help','Help','ro_ro','Help',1),(9454,'contact_us','Contact Us','ro_ro','Contact Us',1),(9455,'updates','Updates','ro_ro','Updates',1),(9456,'logout','LogOut','ro_ro','LogOut',1),(9457,'busnies_cardscanner','Business Card Scanner','ro_ro','Business Card Scanner',1),(9458,'sure_want_logout','Are you sure want to logout ?','ro_ro','Are you sure want to logout ?',1),(9459,'logout_message','Logout successfully','ro_ro','Logout successfully',1),(9460,'all','All','ro_ro','All',1),(9461,'add_event','Add event','ro_ro','Add event',1),(9462,'add_task','Add Task','ro_ro','Add Task',1),(9463,'next','Next','ro_ro','Next',1),(9464,'terms_conditions','Terms and Conditions','ro_ro','Terms and Conditions',1),(9465,'login','Login','ro_ro','Login',2),(9466,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','ro_ro','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(9467,'copyright','Copyright © 2020 CRMTiger Version','ro_ro','Copyright © 2020 CRMTiger Version',2),(9468,'enter_username','Please enter username','ro_ro','Please enter username',2),(9469,'enter_password','Please enter password','ro_ro','Please enter password',2),(9470,'remanberme','Remember Me','ro_ro','Remember Me',2),(9471,'forgot_password','Forgot password?','ro_ro','Forgot password?',2),(9472,'privacy_policay1','Privacy Policy','ro_ro','Privacy Policy',2),(9473,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','ro_ro','Something went wrong. \n please Click here to contact support.',2),(9474,'enter_username_password','Entered Username or Password is wrong','ro_ro','Entered Username or Password is wrong',2),(9475,'server_issue_occured','Server issues occurred','ro_ro','Server issues occurred',2),(9476,'password','Password','ro_ro','Password',3),(9477,'user_name','Username','ro_ro','Username',3),(9478,'reset_pwd','Reset Password','ro_ro','Reset Password',3),(9479,'forgot_password_title','Forgot password','ro_ro','Forgot password',3),(9480,'enter_user_name','Enter user name','ro_ro','Enter user name',3),(9481,'cc','Cc','ro_ro','Cc',4),(9482,'body','Body','ro_ro','Body',4),(9483,'bcc','BCC','ro_ro','BCC',4),(9484,'dialog_title_text_color','Select a Text Color','ro_ro','Select a Text Color',4),(9485,'date','Date','ro_ro','Date',4),(9486,'subject','Subject','ro_ro','Subject',4),(9487,'composeMail','Compose Mail','ro_ro','Compose Mail',4),(9488,'send','Send','ro_ro','Send',4),(9489,'select_message','Select message','ro_ro','Select message',4),(9490,'title_insert_table','Insert Table','ro_ro','Insert Table',4),(9491,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','ro_ro','I agree to Share API Log to Technical team for further troubleshooting',5),(9492,'edit_record','Edit Records','ro_ro','Edit Records',5),(9493,'select_time','Select Time','ro_ro','Select Time',5),(9494,'edit_item','Edit Item','ro_ro','Edit Item',5),(9495,'items_total','Items Total','ro_ro','Items Total',5),(9496,'number_less_then_31','Number should be less than 31','ro_ro','Number should be less than 31',5),(9497,'users','Users','ro_ro','Users',5),(9498,'groups','Groups','ro_ro','Groups',5),(9499,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','ro_ro','Note : Existing attachments(images/files) will be replaced',5),(9500,'greaterdatetime','End DateTime should be greater than Start DateTime','ro_ro','End DateTime should be greater than Start DateTime',5),(9501,'until','Until','ro_ro','Until',5),(9502,'organizations','Organizations','ro_ro','Organizations',6),(9503,'contacts','Contacts','ro_ro','Contacts',6),(9504,'opportunity','Opportunity','ro_ro','Opportunity',6),(9505,'lbl_sun','SUN','ro_ro','SUN',7),(9506,'lbl_mon','MON','ro_ro','MON',7),(9507,'lbl_tue','TUE','ro_ro','TUE',7),(9508,'lbl_wed','WED','ro_ro','WED',7),(9509,'lbl_thu','THU','ro_ro','THU',7),(9510,'lbl_fri','FRI','ro_ro','FRI',7),(9511,'lbl_sat','SAT','ro_ro','SAT',7),(9512,'lbl_1','1','ro_ro','1',7),(9513,'lbl_2','2','ro_ro','2',7),(9514,'lbl_3','3','ro_ro','3',7),(9515,'lbl_4','4','ro_ro','4',7),(9516,'lbl_5','5','ro_ro','5',7),(9517,'lbl_6','6','ro_ro','6',7),(9518,'lbl_7','7','ro_ro','7',7),(9519,'lbl_8','8','ro_ro','8',7),(9520,'lbl_9','9','ro_ro','9',7),(9521,'lbl_10','10','ro_ro','10',7),(9522,'lbl_11','11','ro_ro','11',7),(9523,'lbl_12','12','ro_ro','12',7),(9524,'lbl_13','13','ro_ro','13',7),(9525,'lbl_14','14','ro_ro','14',7),(9526,'lbl_15','15','ro_ro','15',7),(9527,'lbl_16','16','ro_ro','16',7),(9528,'lbl_17','17','ro_ro','17',7),(9529,'lbl_18','18','ro_ro','18',7),(9530,'lbl_19','19','ro_ro','19',7),(9531,'lbl_20','20','ro_ro','20',7),(9532,'lbl_21','21','ro_ro','21',7),(9533,'lbl_22','22','ro_ro','22',7),(9534,'lbl_23','23','ro_ro','23',7),(9535,'lbl_24','24','ro_ro','24',7),(9536,'lbl_25','25','ro_ro','25',7),(9537,'lbl_26','26','ro_ro','26',7),(9538,'lbl_27','27','ro_ro','27',7),(9539,'lbl_28','28','ro_ro','28',7),(9540,'lbl_29','29','ro_ro','29',7),(9541,'lbl_30','30','ro_ro','30',7),(9542,'lbl_31','31','ro_ro','31',7),(9543,'lbl_32','32','ro_ro','32',7),(9544,'lbl_33','33','ro_ro','33',7),(9545,'lbl_34','34','ro_ro','34',7),(9546,'lbl_35','35','ro_ro','35',7),(9547,'lbl_36','36','ro_ro','36',7),(9548,'lbl_37','37','ro_ro','37',7),(9549,'lbl_38','38','ro_ro','38',7),(9550,'lbl_39','39','ro_ro','39',7),(9551,'lbl_40','40','ro_ro','40',7),(9552,'lbl_41','41','ro_ro','41',7),(9553,'lbl_42','42','ro_ro','42',7),(9554,'current_date','current date','ro_ro','current date',7),(9555,'event','Events','ro_ro','Events',7),(9556,'calendar','Calendar','ro_ro','Calendar',7),(9557,'latest_version','Latest Version :','ro_ro','Latest Version :',8),(9558,'expire_on','Next renewal date : ','ro_ro','Next renewal date : ',8),(9559,'ctmobile_ext_version','CTMobile Ext. Version : ','ro_ro','CTMobile Ext. Version : ',8),(9560,'you_have_latest_version','You already have latest version','ro_ro','You already have latest version',8),(9561,'latest_version1','You Already have latest version','ro_ro','You Already have latest version',8),(9562,'upgreaded','Upgrade','ro_ro','Upgrade',8),(9563,'downgrade','Downgrade','ro_ro','Downgrade',8),(9564,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','ro_ro','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(9565,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','ro_ro','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(9566,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','ro_ro','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(9567,'info','Info','ro_ro','Info',8),(9568,'recent_history','Recent History','ro_ro','Recent History',8),(9569,'recent_feedback','Feedback','ro_ro','Feedback',8),(9570,'recent_log','Log','ro_ro','Log',8),(9571,'crmtiger_app_version','CRMTiger App Version : ','ro_ro','CRMTiger App Version : ',8),(9572,'historylimit','Recent History Limit','ro_ro','Recent History Limit',8),(9573,'radious_in_miles','Radius in miles','ro_ro','Radius in miles',8),(9574,'recentlimit','Recent Event Limit','ro_ro','Recent Event Limit',8),(9575,'upcoming_events','Upcoming Events','ro_ro','Upcoming Events',8),(9576,'rate_our_app','Rate Our App!','ro_ro','Rate Our App!',8),(9577,'feedback','Submit Feedback','ro_ro','Submit Feedback',8),(9578,'sendfeedback','Feedback Send','ro_ro','Feedback Send',8),(9579,'emaillimit','Email limit','ro_ro','Email limit',8),(9580,'log','Log','ro_ro','Log',8),(9581,'logclear','Log cleared successfully.','ro_ro','Log cleared successfully.',8),(9582,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','ro_ro','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(9583,'proceed_to_upgrade1','Proceed to','ro_ro','Proceed to',8),(9584,'upgradation_message','will required logout and login again later.','ro_ro','will required logout and login again later.',8),(9585,'proceed_to_upgrade','Proceed to Upgrade','ro_ro','Proceed to Upgrade',8),(9586,'module_setting','Module Setting','ro_ro','Module Setting',9),(9587,'sortbyfield','Sort by field','ro_ro','Sort by field',9),(9588,'ascending','Ascending  A to Z','ro_ro','Ascending  A to Z',9),(9589,'descending','Descending  Z to A','ro_ro','Descending  Z to A',9),(9590,'first_field','First Field','ro_ro','First Field',9),(9591,'second_field','Second Field','ro_ro','Second Field',9),(9592,'third_field','Third Field','ro_ro','Third Field',9),(9593,'sure_want_restore','Are you sure you want to reset to default settings?','ro_ro','Are you sure you want to reset to default settings?',9),(9594,'orderlist','List Order','ro_ro','List Order',9),(9595,'module_reset','Restore to Default','ro_ro','Restore to Default',9),(9596,'display_fields','Display Fields','ro_ro','Display Fields',9),(9597,'discount_lessthen_100','Discount % should be less than 100','ro_ro','Discount % should be less than 100',10),(9598,'select_item','Select Item','ro_ro','Select Item',10),(9599,'item_comment','Item Comment','ro_ro','Item Comment',10),(9600,'record_name','Record Name is :','ro_ro','Record Name is :',11),(9601,'go_back','Go Back','ro_ro','Go Back',11),(9602,'please_enter_shortcut_name','Please Enter Shortcut Name','ro_ro','Please Enter Shortcut Name',11),(9603,'number_not_found','Contact Number not found','ro_ro','Contact Number not found',11),(9604,'mail_not_found','Mail Address not found','ro_ro','Mail Address not found',11),(9605,'create_shortcut','Create Shortcut','ro_ro','Create Shortcut',11),(9606,'contact_summary','Summary','ro_ro','Summary',11),(9607,'activites','Activities','ro_ro','Activities',11),(9608,'details','Details','ro_ro','Details',11),(9609,'related','Related','ro_ro','Related',11),(9610,'share_link','Share record with','ro_ro','Share record with',11),(9611,'edit','Edit','ro_ro','Edit',11),(9612,'duplicate','Duplicate','ro_ro','Duplicate',11),(9613,'whatsapp','Whatsapp','ro_ro','Whatsapp',11),(9614,'call','Call','ro_ro','Call',11),(9615,'choose_contact_for_call','Choose Contact for Call','ro_ro','Choose Contact for Call',11),(9616,'choose_contact_for_sms','Choose Contact for SMS','ro_ro','Choose Contact for SMS',11),(9617,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','ro_ro','Choose Contact for WhatsApp',11),(9618,'chosse_contact_for_email','Choose Email','ro_ro','Choose Email',11),(9619,'attach_file','Attach Files','ro_ro','Attach Files',11),(9620,'close','Close','ro_ro','Close',11),(9621,'status','Status','ro_ro','Status',11),(9622,'stop','Stop','ro_ro','Stop',11),(9623,'zero','0','ro_ro','0',11),(9624,'record','Record','ro_ro','Record',11),(9625,'voice_note','Voice Note','ro_ro','Voice Note',11),(9626,'tickets','Tickets','ro_ro','Tickets',12),(9627,'check_out','Check Out','ro_ro','Check Out',12),(9628,'check_in','Check In','ro_ro','Check In',12),(9629,'select_any','Select any','ro_ro','Select any',12),(9630,'fulldetails','Show Full Details','ro_ro','Show Full Details',12),(9631,'checkin','Check-in','ro_ro','Check-in',12),(9632,'navigate','Navigate','ro_ro','Navigate',12),(9633,'product','Products','ro_ro','Products',12),(9634,'projectMilestone','Project Milestone','ro_ro','Project Milestone',12),(9635,'projecttask','Project Tasks','ro_ro','Project Tasks',12),(9636,'nearby','NearBy','ro_ro','NearBy',13),(9637,'document','Document','ro_ro','Document',14),(9638,'reply','Reply','ro_ro','Reply',14),(9639,'reply_all','Reply All','ro_ro','Reply All',14),(9640,'forward','Forward','ro_ro','Forward',14),(9641,'action','Action','ro_ro','Action',14),(9642,'select_first','Select First','ro_ro','Select First',14),(9643,'commentaddsuccessful','Comment added successfull','ro_ro','Comment added successfull',14),(9644,'move_to','Move to','ro_ro','Move to',14),(9645,'attach','Attach','ro_ro','Attach',14),(9646,'addcoment','Add Comment','ro_ro','Add Comment',14),(9647,'adddocument','Add Document','ro_ro','Add Document',14),(9648,'home','Home','ro_ro','Home',15),(9649,'checkout','Check-out','ro_ro','Check-out',15),(9650,'message_search','Search by name','ro_ro','Search by name',15),(9651,'start_shift','Start shift','ro_ro','Start shift',15),(9652,'end_shift','End shift','ro_ro','End shift',15),(9653,'today_meeting','Meetings','ro_ro','Meetings',15),(9654,'shift_time_track','Shift Time Track','ro_ro','Shift Time Track',15),(9655,'logout_msg','You have to login again , click','ro_ro','You have to login again , click',15),(9656,'logout_msg1','to continue.','ro_ro','to continue.',15),(9657,'permission_denied','You don\'t have permission to create','ro_ro','You don\'t have permission to create',15),(9658,'history','Activity stream','ro_ro','Activity stream',15),(9659,'search_value','Search value :','ro_ro','Search value :',15),(9660,'feed_back_msg','Please enter feedback message','ro_ro','Please enter feedback message',16),(9661,'feed_back_hint_msg','Enter feedback message','ro_ro','Enter feedback message',16),(9662,'submit','Submit','ro_ro','Submit',16),(9663,'check_app_not_installed','Application is not currently installed.','ro_ro','Application is not currently installed.',17),(9664,'send_sms_fail_message','SMS failed, please try again later!','ro_ro','SMS failed, please try again later!',17),(9665,'documentaddsuccessfully','Document Attach successfully','ro_ro','Document Attach successfully',17),(9666,'send_message','Send message','ro_ro','Send message',17),(9667,'sms_to','smsto:','ro_ro','smsto:',17),(9668,'add_list_message','Add List','ro_ro','Add List',18),(9669,'mylist','My List','ro_ro','My List',18),(9670,'filtername','Filter Name','ro_ro','Filter Name',18),(9671,'selectlist','Select a List','ro_ro','Select a List',18),(9672,'assingedto','Assigned To','ro_ro','Assigned To',18),(9673,'selectmodule','Select a module','ro_ro','Select a module',18),(9674,'add_list','Add Filter','ro_ro','Add Filter',18),(9675,'recent_event','Recent Event','ro_ro','Recent Event',19),(9676,'recent_hostory','Recent History','ro_ro','Recent History',19),(9677,'module_specific_settings','Module-Specific Settings','ro_ro','Module-Specific Settings',19),(9678,'talk_to_us','Talk to us','ro_ro','Talk to us',19),(9679,'report_a_bug','Report A Bug','ro_ro','Report A Bug',19),(9680,'faq','FAQ','ro_ro','FAQ',19),(9681,'selectmodules','Select Module','ro_ro','Select Module',19),(9682,'myplan','My Plan','ro_ro','My Plan',19),(9683,'message','Message','ro_ro','Message',20),(9684,'message_validation','Please enter Message','ro_ro','Please enter Message',20),(9685,'contact_select','Please Select contact','ro_ro','Please Select contact',20),(9686,'global_search','Global Search','ro_ro','Global Search',21),(9687,'records','Records','ro_ro','Records',21),(9688,'dont_show_again','Don\'t Show Again','ro_ro','Don\'t Show Again',22),(9689,'skip','Skip','ro_ro','Skip',22),(9690,'file_downloading','File Downloading','ro_ro','File Downloading',23),(9691,'add_screenshots_optional','Add screenshots (optional)','ro_ro','Add screenshots (optional)',24),(9692,'describe_your_problem','Describe your problem','ro_ro','Describe your problem',24),(9693,'default_filter_shortcut','Default Filter Shortcut','ro_ro','Default Filter Shortcut',25),(9694,'record_shortcut','Record Shortcut','ro_ro','Record Shortcut',25),(9695,'enter_url','Please Enter url','ro_ro','Please Enter url',26),(9696,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','ro_ro','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(9697,'search_by','Search by','ro_ro','Search by',27),(9698,'selected_filter','Selected filter :','ro_ro','Selected filter :',27),(9699,'selected_field','Selected field :','ro_ro','Selected field :',27),(9700,'choose','Choose','ro_ro','Choose',28),(9701,'qr_cardscanner','QR Code Scanner','ro_ro','QR Code Scanner',28),(9702,'error_message_for_scan','Could not read the card Try again later.','ro_ro','Could not read the card Try again later.',28),(9703,'press_start_scan','Press to Start Scan','ro_ro','Press to Start Scan',28),(9704,'line_item_quntity_validation_msg','Value should be greater than zero','ro_ro','Value should be greater than zero',29),(9705,'percentage_msg','Percentage should be less than 100','ro_ro','Percentage should be less than 100',29),(9706,'MSG_NO_DATA','No data found!','ro_ro','No data found!',29),(9707,'MSG_SOMETHING_WRONG','Something went wrong!','ro_ro','Something went wrong!',29),(9708,'MSG_COMING_SOON','Coming Soon!','ro_ro','Coming Soon!',29),(9709,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','ro_ro','Please upload profile image.',29),(9710,'ALERT_TITLE_LOCATION_ACCESS','Location Access','ro_ro','Location Access',29),(9711,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','ro_ro','Requires your location to show nearby events.',29),(9712,'ALERT_BTN_ALLOW','ALLOW','ro_ro','ALLOW',29),(9713,'ALERT_BTN_DENY','DENY','ro_ro','DENY',29),(9714,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','ro_ro','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(9715,'DELETE_RECORD','Delete Record','ro_ro','Delete Record',29),(9716,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','ro_ro','Are you sure want to delete this shortcut?',29),(9717,'DELETE_SHORTCUT','Delete Shortcut','ro_ro','Delete Shortcut',29),(9718,'LBL_TERMS','By logging in, you agree to our Terms and','ro_ro','By logging in, you agree to our Terms and',29),(9719,'LBL_CONDITIONS','Conditions &','ro_ro','Conditions &',29),(9720,'ALERT_TITLE','Alert','ro_ro','Alert',29),(9721,'ALERT_BTN_SUBSCRIBE','Subscribe','ro_ro','Subscribe',29),(9722,'MSG_SELECT_MODULE','Please select any Module','ro_ro','Please select any Module',29),(9723,'MSG_SELECT_LIST','Please select any List','ro_ro','Please select any List',29),(9724,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','ro_ro','You don\'t have camera',29),(9725,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','ro_ro','You don\'t have permission to access gallery.',29),(9726,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','ro_ro','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(9727,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','ro_ro','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(9728,'BTN_DONE','Done','ro_ro','Done',29),(9729,'COMMENT','Comment','ro_ro','Comment',29),(9730,'FULL_FORM','Full Form','ro_ro','Full Form',29),(9731,'QUICK_CREATE','Create','ro_ro','Create',29),(9732,'LBL_SELECT_FIELDS','Select Fields','ro_ro','Select Fields',29),(9733,'LBL_SELECT_FIELDS','Select Fields','ro_ro','Select Fields',29),(9734,'LBL_SELECT_FIRST_FIELDS','Select First Field','ro_ro','Select First Field',29),(9735,'LBL_SELECT_SECOND_FIELDS','Select Second Field','ro_ro','Select Second Field',29),(9736,'LBL_SELECT_THIRD_FIELDS','Select Third Field','ro_ro','Select Third Field',29),(9737,'LBL_SORT_BY_FIELD','Select Sort By Field','ro_ro','Select Sort By Field',29),(9738,'BTN_RESET_TO_DEFAULT','Reset to Default','ro_ro','Reset to Default',29),(9739,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','ro_ro','Select Sort by field',29),(9740,'kStrClearBtnTitle','Clear','ro_ro','Clear',29),(9741,'kStrShowMoreBtnTitle','Show More','ro_ro','Show More',29),(9742,'kStrAddActivitiesBtnTitle','Add Activities','ro_ro','Add Activities',29),(9743,'kStrAddCommentPlaceHolder','Add your comments here','ro_ro','Add your comments here',29),(9744,'MSG_ENTER_TO_EMAIL','Please enter to field.','ro_ro','Please enter to field.',29),(9745,'WARNING_FILE','File can\'t open.','ro_ro','File can\'t open.',29),(9746,'MSG_FILE_SAVED','File saved.','ro_ro','File saved.',29),(9747,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','ro_ro','Download fail!, please try after sometime.',29),(9748,'LBL_SHORTCUT','Shortcut','ro_ro','Shortcut',29),(9749,'TXT_MESSAGE_PLACEHOLDER','Type Message','ro_ro','Type Message',29),(9750,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','ro_ro','Install Whatsapp',29),(9751,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','ro_ro','No MailBox found. Please Create Mailbox',29),(9752,'LBL_WROTE','Wrote','ro_ro','Wrote',29),(9753,'MSG_MAIL_SEND','Mail sent','ro_ro','Mail sent',29),(9754,'log_file_not_found','API Log file not found.','ro_ro','API Log file not found.',29),(9755,'unknown_error','An unknown error occurred, try again','ro_ro','An unknown error occurred, try again',29),(9756,'CTMTigerAppVersion','CRMTiger App Version','ro_ro','CRMTiger App Version',29),(9757,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','ro_ro','CTMobile Ext. Version Update Successfully',29),(9758,'dialog_Premium_downgrade','Downgrade will required logout and login again later','ro_ro','Downgrade will required logout and login again later',29),(9759,'dialog_Premium','Upgrade will required logout and login again later','ro_ro','Upgrade will required logout and login again later',29),(9760,'Overwrite','Overwrite','ro_ro','Overwrite',29),(9761,'MSGAddressOverwrite1','Overwrite the existing address with the selected','ro_ro','Overwrite the existing address with the selected',29),(9762,'MSGAddressOverwrite2','address details?','ro_ro','address details?',29),(9763,'UPGRADE_PLAN','Upgrade Plan','ro_ro','Upgrade Plan',29),(9764,'DOWNGRADE_PLAN','Downgrade Plan','ro_ro','Downgrade Plan',29),(9765,'UPGRADE_EXTENSION','Upgrade Extension','ro_ro','Upgrade Extension',29),(9766,'UPGRADE_APP','Upgrade App','ro_ro','Upgrade App',29),(9767,'SELECT_OPTION','Select Option','ro_ro','Select Option',29),(9768,'PLEASE_SELECT','Please select','ro_ro','Please select',29),(9769,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','ro_ro','You don\'t have permission for this module.',29),(9770,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','ro_ro','Please select reccuring day of month.',29),(9771,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','ro_ro','Please select reccuring day of week.',29),(9772,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','ro_ro','Please select reccuring days.',29),(9773,'Please select reccuring days.','Please select reccuring days.','ro_ro','Please select reccuring days.',29),(9774,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','ro_ro','Please select reccuring end date.',29),(9775,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','ro_ro','Please select reccuring type.',29),(9776,'FREQ_TIME','Times','ro_ro','Times',29),(9777,'REPEAT_YEARLY','Repeat Yearly','ro_ro','Repeat Yearly',29),(9778,'REPEAT_MONTHLY','Repeat Monthly','ro_ro','Repeat Monthly',29),(9779,'REPEAT_WEEKLY','Repeat Weekly','ro_ro','Repeat Weekly',29),(9780,'REPEAT_DAILY','Repeat Daily','ro_ro','Repeat Daily',29),(9781,'ACTION_TITLE','Action Title','ro_ro','Action Title',29),(9782,'MSG_SELECT_VALID_DATE','Please select valid day of month.','ro_ro','Please select valid day of month.',29),(9783,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','ro_ro','Start date should be less than end date.',29),(9784,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','ro_ro','Start time should be less than end time.',29),(9785,'LBL_LINEITEM_DETAILS','Lineitem Details','ro_ro','Lineitem Details',29),(9786,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','ro_ro','Discount amount should be less than the total.',29),(9787,'VIEW','View','ro_ro','View',29),(9788,'MSG_ENTER_VALID','Please enter valid','ro_ro','Please enter valid',29),(9789,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','ro_ro','Percentage should be less than 100.',29),(9790,'ITEM_TOTAL','Item Total','ro_ro','Item Total',29),(9791,'ADJUSTMENT','Adjustment','ro_ro','Adjustment',29),(9792,'TITLE_CHOOSE_IMAGE','Choose Image','ro_ro','Choose Image',29),(9793,'COMPRESS','Compress','ro_ro','Compress',29),(9794,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','ro_ro','Your image size is too large, please select another image',29),(9795,'OnDayOfMonth','On day of month','ro_ro','On day of month',29),(9796,'OnDayOfWeek','On day of week','ro_ro','On day of week',29),(9797,'AddAndClose','Add & Close','ro_ro','Add & Close',29),(9798,'Repeat','Repeat','ro_ro','Repeat',29),(9799,'OnDay','On day','ro_ro','On day',29),(9800,'View_Line_Item','View Line Item','ro_ro','View Line Item',29),(9801,'TITLE_IMAGE','Image','ro_ro','Image',29),(9802,'TITLE_ICLOUD','iCloud','ro_ro','iCloud',29),(9803,'GOOGLE','Google','ro_ro','Google',29),(9804,'ALERT_BTN_OKAY','Okay','ro_ro','Okay',29),(9805,'ALERT_TITLE_ACCESS_DENIED','Access Denied','ro_ro','Access Denied',29),(9806,'Dont_Show_Again','Don\'t show again','ro_ro','Don\'t show again',29),(9807,'Skip','Skip','ro_ro','Skip',29),(9808,'Fillter_Name','Fillter Name','ro_ro','Fillter Name',29),(9809,'Fillter_Record_Count','Fillter Record Count','ro_ro','Fillter Record Count',29),(9810,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','ro_ro','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(9811,'vtiger_url','Your vTiger CRM URL','ro_ro','Your vTiger CRM URL',26),(9812,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','ro_ro','You don\'t have permission to Add either This is read-only or Private Field.',31),(9813,'CLEAR','Clear','ro_ro','Clear',31),(9814,'Files/photos uploaded successfully','Files/photos uploaded successfully','ro_ro','Files/photos uploaded successfully',32),(9815,'Digital signature saved','Digital signature saved','ro_ro','Digital signature saved',32),(9816,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','ro_ro','Please upload Signature or Files/photos',32),(9817,'Files / Photos','Files / Photos','ro_ro','Files / Photos',32),(9818,'Signature','Signature','ro_ro','Signature',32),(9819,'add_photo_using','Add Photo Using','ro_ro','Add Photo Using',31),(9820,'btn_upload_sign','(+) Add Signature','ro_ro','(+) Add Signature',31),(9821,'btn_upload_photo_doc','(+) Upload Files/Photos','ro_ro','(+) Upload Files/Photos',31),(9822,'select_photo_doc_to_upload','Please select files/photos to upload','ro_ro','Please select files/photos to upload',31),(9823,'related_module_title','Search from related module and Add to \"Route\"','ro_ro','Search from related module and Add to \"Route\"',30),(9824,'Route status updated successfully','Route status updated successfully','ro_ro','Route status updated successfully',32),(9825,'Session init failed','Session init failed','ro_ro','Session init failed',32),(9826,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','ro_ro','You don\'t have permission to access this resource',32),(9827,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','ro_ro','Could not get the Related To - Try again later',32),(9828,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','ro_ro','Could not get the Route Planning Record - Try again later',32),(9829,'Something went wrong - Try again later','Something went wrong - Try again later','ro_ro','Something went wrong - Try again later',32),(9830,'sequence updated successfully','sequence updated successfully','ro_ro','sequence updated successfully',32),(9831,'sequence cannot be empty','sequence cannot be empty','ro_ro','sequence cannot be empty',32),(9832,'Shortcut details not saved','Shortcut details not saved','ro_ro','Shortcut details not saved',32),(9833,'Shortcut details saved successfully','Shortcut details saved successfully','ro_ro','Shortcut details saved successfully',32),(9834,'Route save successfully','Route save successfully','ro_ro','Route save successfully',32),(9835,'Record save successfully','Record save successfully','ro_ro','Record save successfully',32),(9836,'No dependency found for picklist','No dependency found for picklist','ro_ro','No dependency found for picklist',32),(9837,'No records found','No records found','ro_ro','No records found',32),(9838,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','ro_ro','Outgoing server is not enabled, please configure from CRM',32),(9839,'Removed Successfully','Removed Successfully','ro_ro','Removed Successfully',32),(9840,'Shortcut has been deleted','Shortcut has been deleted','ro_ro','Shortcut has been deleted',32),(9841,'relation of records removed successfully','relation of records removed successfully','ro_ro','relation of records removed successfully',32),(9842,'relation of records not removed','relation of records not removed','ro_ro','relation of records not removed',32),(9843,'Record has been deleted successfully','Record has been deleted successfully','ro_ro','Record has been deleted successfully',32),(9844,'Time Tracking saved successfully','Time Tracking saved successfully','ro_ro','Time Tracking saved successfully',32),(9845,'Time Tracking updated successfully','Time Tracking updated successfully','ro_ro','Time Tracking updated successfully',32),(9846,'Time Tracking ended successfully','Time Tracking ended successfully','ro_ro','Time Tracking ended successfully',32),(9847,'Time Tracking started successfully','Time Tracking started successfully','ro_ro','Time Tracking started successfully',32),(9848,'record cannot be empty','record cannot be empty','ro_ro','record cannot be empty',32),(9849,'Module is disabled','Module is disabled','ro_ro','Module is disabled',32),(9850,'Shift ended successfully','Shift ended successfully','ro_ro','Shift ended successfully',32),(9851,'Shift started successfully','Shift started successfully','ro_ro','Shift started successfully',32),(9852,'relation of records added successfully','relation of records added successfully','ro_ro','relation of records added successfully',32),(9853,'Comment saved successfully','Comment saved successfully','ro_ro','Comment saved successfully',32),(9854,'Comment not saved','Comment not saved','ro_ro','Comment not saved',32),(9855,'Comment module is not active','Comment module is not active','ro_ro','Comment module is not active',32),(9856,'No Upcoming Event','No Upcoming Event','ro_ro','No Upcoming Event',32),(9857,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','ro_ro','No Templates found - create it from Message Templates module',32),(9858,'No event or task for this date','No event or task for this date','ro_ro','No event or task for this date',32),(9859,'No filters created','No filters created','ro_ro','No filters created',32),(9860,'Select at least one record to attach','Select at least one record to attach','ro_ro','Select at least one record to attach',32),(9861,'Please select one or more attachments','Please select one or more attachments','ro_ro','Please select one or more attachments',32),(9862,'No event for this month','No event for this month','ro_ro','No event for this month',32),(9863,'No Activity found','No Activity found','ro_ro','No Activity found',32),(9864,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','ro_ro','Your feedback is valuable for us - it cannot be empty',32),(9865,'Could not send mail, Please try later','Could not send mail, Please try later','ro_ro','Could not send mail, Please try later',32),(9866,'Latest Version updated successfully','Latest Version updated successfully','ro_ro','Latest Version updated successfully',32),(9867,'User Location Updated Successfully','User Location Updated Successfully','ro_ro','User Location Updated Successfully',32),(9868,'User Location not Updated Successfully','User Location not Updated Successfully','ro_ro','User Location not Updated Successfully',32),(9869,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','ro_ro','SMSNotifier is not enable in CRM. Please enable it first',32),(9870,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','ro_ro','Could not submit your feedback - Please try again later',32),(9871,'Thank you for submitting your feedback','Thank you for submitting your feedback','ro_ro','Thank you for submitting your feedback',32),(9872,'Please upload User Image','Please upload User Image','ro_ro','Please upload User Image',32),(9873,'Image Not Uploading, please try again','Image Not Uploading, please try again','ro_ro','Image Not Uploading, please try again',32),(9874,'User Image Uploaded Successfully','User Image Uploaded Successfully','ro_ro','User Image Uploaded Successfully',32),(9875,'Invalid Module name','Invalid Module name','ro_ro','Invalid Module name',32),(9876,'Records Sync Successfully','Records Sync Successfully','ro_ro','Records Sync Successfully',32),(9877,'Values cannot be empty','Values cannot be empty','ro_ro','Values cannot be empty',32),(9878,'Record id is empty','Record id is empty','ro_ro','Record id is empty',32),(9879,'Logout Successfully','Logout Successfully','ro_ro','Logout Successfully',32),(9880,'Please Enable CTMobile Module','Please Enable CTMobile Module','ro_ro','Please Enable CTMobile Module',32),(9881,'Authentication Failed','Username and Password do not match','ro_ro','Username and Password do not match',32),(9882,'Mismatched module information','Something gone wrong, please try again later','ro_ro','Something gone wrong, please try again later',32),(9883,'Field does not exists','Please set display fields again','ro_ro','Please set display fields again',32),(9884,'Module does not exists','Module does not exists or disabled by admin','ro_ro','Module does not exists or disabled by admin',32),(9885,'Month cannot be empty','Could not get the Month - Try again later','ro_ro','Could not get the Month - Try again later',32),(9886,'Year cannot be empty','Could not get the Year - Try again later','ro_ro','Could not get the Year - Try again later',32),(9887,'Date cannot be empty','Could not get the Date - Try again later','ro_ro','Could not get the Date - Try again later',32),(9888,'Userid cannot be empty','Could not get the Userid - Try again later','ro_ro','Could not get the Userid - Try again later',32),(9889,'End Date cannot be empty','Could not get the status - Try again later','ro_ro','Could not get the status - Try again later',32),(9890,'Start Date cannot be empty','Could not get the Start Date - Try again later','ro_ro','Could not get the Start Date - Try again later',32),(9891,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','ro_ro','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(9892,'Longitude cannot be empty','Could not get location-Please try again','ro_ro','Could not get location-Please try again',32),(9893,'Latitude cannot be empty','Could not get location-Please try again','ro_ro','Could not get location-Please try again',32),(9894,'User cannot be empty','Could not get the User - Try again later','ro_ro','Could not get the User - Try again later',32),(9895,'Status cannot be empty','Could not get the status - Try again later','ro_ro','Could not get the status - Try again later',32),(9896,'Required fields not found','Required fields not found','ro_ro','Required fields not found',32),(9897,'Tracking module not active','Tracking module not active-Please contact CRM Admin','ro_ro','Tracking module not active-Please contact CRM Admin',32),(9898,'Missing mandatory input values','Missing mandatory input values','ro_ro','Missing mandatory input values',32),(9899,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','ro_ro','No MailBox found. Please Create Mailbox',32),(9900,'Mail not sent','Mail not sent','ro_ro','Mail not sent',32),(9901,'Mail send successfully','Mail send successfully','ro_ro','Mail send successfully',32),(9902,'Email Id or username not match with your record','Email Id or username not match with your record','ro_ro','Email Id or username not match with your record',32),(9903,'Module not specified','Module not specified','ro_ro','Module not specified',32),(9904,'No messages found','No messages found','ro_ro','No messages found',32),(9905,'No Dependency Found For This Module','No Dependency Found For This Module','ro_ro','No Dependency Found For This Module',32),(9906,'Outgoing server is not Enabled','Outgoing server is not Enabled','ro_ro','Outgoing server is not Enabled',32),(9907,'Outgoing server is Enabled','Outgoing server is Enabled','ro_ro','Outgoing server is Enabled',32),(9908,'Email Attached Successfully','Email Attached Successfully','ro_ro','Email Attached Successfully',32),(9909,'Documents Attached Successfully','Documents Attached Successfully','ro_ro','Documents Attached Successfully',32),(9910,'Login required - Please login again','Login required - Please login again','ro_ro','Login required - Please login again',32),(9911,'time_tracking_module_disable','Time tracking module is disable','ro_ro','Time tracking module is disable',31),(9912,'route_planning_module_disable','Route planning module is disable','ro_ro','Route planning module is disable',31),(9913,'mark_as_held','Are you sure you want to mark Event as Held?','ro_ro','Are you sure you want to mark Event as Held?',31),(9914,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','ro_ro','You have already started Time tracking for another record, Do you want to stop it first ?',31),(9915,'access_denied_routeplanning','Access denied for route planning','ro_ro','Access denied for route planning',31),(9916,'time_spent','Time Spent','ro_ro','Time Spent',31),(9917,'select_user','Select User','ro_ro','Select User',30),(9918,'status_cannot_be_held','Status cannot be held for future date start','ro_ro','Status cannot be held for future date start',30),(9919,'please_select_end_date','Please select end date','ro_ro','Please select end date',30),(9920,'please_select_start_date','Please select start date','ro_ro','Please select start date',30),(9921,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','ro_ro','Tap on + icon to select record for your route.',30),(9922,'please_enter_notes','Please enter notes','ro_ro','Please enter notes',30),(9923,'please_enter_title','Please enter title','ro_ro','Please enter title',30),(9924,'please_select_date','Please Select Date','ro_ro','Please Select Date',30),(9925,'search_by_date','Search by Date','ro_ro','Search by Date',30),(9926,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','ro_ro','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(9927,'max_upload_size','max file Upload exceeds','ro_ro','max file Upload exceeds',30),(9928,'unselect_all','UnSelect All','ro_ro','UnSelect All',30),(9929,'select_all','Select All','ro_ro','Select All',30),(9930,'please_select_records','Please select records','ro_ro','Please select records',30),(9931,'select_date','Select Date','ro_ro','Select Date',30),(9932,'quantity_in_stock_is','Quantity in stock is','ro_ro','Quantity in stock is',30),(9933,'replies','Replies','ro_ro','Replies',30),(9934,'conversation_require_selection','Conversion requires selection of Contact or Organization','ro_ro','Conversion requires selection of Contact or Organization',30),(9935,'please_select_product','Please Select Product','ro_ro','Please Select Product',30),(9936,'timer_msg','You can start timer for single task only at same time','ro_ro','You can start timer for single task only at same time',31),(9937,'save_start_tracking','Save & Start Tracking','ro_ro','Save & Start Tracking',31),(9938,'lbl_notes','Notes','ro_ro','Notes',31),(9939,'enter_title','Enter Title','ro_ro','Enter Title',31),(9940,'select_module_record','Select Module / Record','ro_ro','Select Module / Record',31),(9941,'lbl_tomorrow','Tomorrow','ro_ro','Tomorrow',30),(9942,'lbl_yesterday','Yesterday','ro_ro','Yesterday',30),(9943,'lbl_today','Today','ro_ro','Today',30),(9944,'time_tracker','Time Tracker','ro_ro','Time Tracker',31),(9945,'time_end','End Time','ro_ro','End Time',5),(9946,'due_date','End Date','ro_ro','End Date',5),(9947,'time_start','Time Start','ro_ro','Time Start',5),(9948,'date_start','Start Date','ro_ro','Start Date',5),(9949,'delete_widget_msg','Display widget again by using (+) option','ro_ro','Display widget again by using (+) option',15),(9950,'no_upcoming_activities','No scheduled activities    ','ro_ro','No scheduled activities    ',15),(9951,'check_in_first','Please check-in first','ro_ro','Please check-in first',30),(9952,'duration','Duration','ro_ro','Duration',30),(9953,'distance','Distance','ro_ro','Distance',30),(9954,'proper_address_message','Please enter proper address in record\n','ro_ro','Please enter proper address in record',30),(9955,'select_status','Select Status','ro_ro','Select Status',30),(9956,'route_planner','Route Planner','ro_ro','Route Planner',30),(9957,'route_planning','Route Planning','ro_ro','Route Planning',30),(9958,'add_route','Add Route','ro_ro','Add Route',30),(9959,'calender_disabled','Calendar Module is disabled','ro_ro','Calendar Module is disabled',30),(9960,'close_dialog','Close form','ro_ro','Close form',30),(9961,'cancel_form_message','Are You sure want to close ?','ro_ro','Are You sure want to close ?',30),(9962,'create_route','Create Route','ro_ro','Create Route',30),(9963,'select_module_create_route','Select Module to create Route','ro_ro','Select Module to create Route',30),(9964,'cancel','Cancel','ro_ro','Cancel',30),(9965,'assign_route','Assign Route','ro_ro','Assign Route',30),(9966,'route_for','Route for','ro_ro','Route for',30),(9967,'assigned_to','Assigned To','ro_ro','Assigned To',30),(9968,'enter_route_name','Enter Route Name','ro_ro','Enter Route Name',30),(9969,'list','List','ro_ro','List',30),(9970,'map','Map','ro_ro','Map',30),(9971,'other_modules','Other Modules','ro_ro','Other Modules',15),(9972,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','ro_ro','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(9973,'clear','Clear','ro_ro','Clear',25),(9974,'open','Open','ro_ro','Open',11),(9975,'max_file_msg','Too many files selected (max:6)','ro_ro','Too many files selected (max:6)',11),(9976,'error_voicenote_record','Unable to recording voice while another application is recording sound.','ro_ro','Unable to recording voice while another application is recording sound.',11),(9977,'msg_warning','Warning!','ro_ro','Warning!',11),(9978,'Permision_denied_contact','Permission denied to access your contacts','ro_ro','Permission denied to access your contacts',15),(9979,'no_widget_added','Please click + icon to add new widget to your dashboard.','ro_ro','Please click + icon to add new widget to your dashboard.',15),(9980,'no_data_available','Data not available, please check the selected fields','ro_ro','Data not available, please check the selected fields',15),(9981,'check_out_successfully','Check out successfully','ro_ro','Checked out successfully',11),(9982,'check_in_successfully','Check in successfully','ro_ro','Checked in successfully',11),(9983,'check_out','Check out','ro_ro','Check out',11),(9984,'check_in','Check in','ro_ro','Check in',11),(9985,'navigate','Navigate','ro_ro','Navigate',11),(9986,'save_to_phone_vcard_success','VCard Saved to phone successfully','ro_ro','VCard Saved to phone successfully',15),(9987,'download_vcard_success','VCard downloaded successfully','ro_ro','VCard downloaded successfully',15),(9988,'card_details','Card Details','ro_ro','Card Details',15),(9989,'add_widget','Add Widget','ro_ro','Add Widget',15),(9990,'delete_widget','Are you sure to hide widget?','ro_ro','Are you sure to hide widget?',15),(9991,'already_widgets_added','All types of Widget & reports are already added','ro_ro','All types of Widget & reports are already added',15),(9992,'retry','Retry','ro_ro','Retry',28),(9993,'retake','Retake','ro_ro','Retake',28),(9994,'Reports','Reports','ro_ro','Reports',15),(9995,'Widgets','Widgets','ro_ro','Widgets',15),(9996,'vcard_config','Vcard Configuration','ro_ro','Vcard Configuration',8),(9997,'save_to_phone','Save to phone','ro_ro','Save to phone',11),(9998,'download_vcard','Download Vcard','ro_ro','Download Vcard',11),(9999,'share_vcard','Share Vcard','ro_ro','Share Vcard',11),(10000,'share_record','Share Record','ro_ro','Share Record',11),(10001,'permission_denied_edit','You don\'t have permission to edit this record.','ro_ro','You don\'t have permission to edit this record.',27),(10002,'permission_denied_delete','You don\'t have permission to delete this record.','ro_ro','You don\'t have permission to delete this record.',27),(10003,'Voice_Recording_Started','Recording Started','ro_ro','Recording Started',12),(10004,'Voice_Recording_Stopped','Recording Stopped','ro_ro','Recording Stopped',12),(10005,'SEARCH','Search','ro_ro','Search',7),(10006,'LAST','Last','ro_ro','Last',7),(10007,'FIRST','First','ro_ro','First',7),(10008,'MONDAY','Monday','ro_ro','Monday',7),(10009,'TUESDAY','Tuesday','ro_ro','Tuesday',7),(10010,'WEDNESDAY','Wednesday','ro_ro','Wednesday',7),(10011,'THURSDAY','Thursday','ro_ro','Thursday',7),(10012,'FRIDAY','Friday','ro_ro','Friday',7),(10013,'SATURDAY','Saturday','ro_ro','Saturday',7),(10014,'SUNDAY','Sunday','ro_ro','Sunday',7),(10015,'DAILY','Daily','ro_ro','Daily',7),(10016,'WEEKLY','Weekly','ro_ro','Weekly',7),(10017,'MONTHLY','Monthly','ro_ro','Monthly',7),(10018,'YEARLY','Yearly','ro_ro','Yearly',7),(10019,'asset_tracking','Asset tracking','ro_ro','Asset tracking',15),(10020,'open_file','Open File','ro_ro','Open File',1),(10021,'download_pdf_successfully','Download PDF Successfully','ro_ro','Download PDF Successfully',1),(10022,'select_pdf','Select PDF','ro_ro','Select PDF',1),(10023,'email_pdf','Email PDF','ro_ro','Email PDF',1),(10024,'download_pdf','Download PDF','ro_ro','Download PDF',1),(10025,'edit_route','Edit Route','ro_ro','Edit Route',1),(10026,'save_route','Save Route','ro_ro','Save Route',1),(10027,'clear_all','Clear All','ro_ro','Clear All',1),(10028,'notification','Notifications','ro_ro','Notifications',1),(10029,'menu_management','Menu Management','ro_ro','Menu Management',1),(10030,'select_menu','Select Menu','ro_ro','Select Menu',1),(10031,'module_record_not_found','Module and Record not found','ro_ro','Module and Record not found',1),(10032,'reason_for_changing_comments','Reason for changing comments','ro_ro','Reason for changing comments',1),(10033,'edit_reason','Edit Reason','ro_ro','Edit Reason',1),(10034,'create_filters','Create Filter','ro_ro','Create Filter',1),(10035,'you_checked','You Checked','ro_ro','You Checked',1),(10036,'you_un_checked','You UnChecked','ro_ro','You UnChecked',1),(10037,'log_the_call','Log the call ?','ro_ro','Log the call ?',1),(10038,'add_a_description_(optional)','Add a description (optional)','ro_ro','Add a description (optional)',1),(10039,'called','Called','ro_ro','Called',1),(10040,'call_log','Call Log','ro_ro','Call Log',1),(10041,'subject','Subject','ro_ro','Subject',1),(10042,'add_condition','Add Condition','ro_ro','Add Condition',1),(10043,'select_condition','Select Condition','ro_ro','Select Condition',1),(10044,'select_field','Select Field','ro_ro','Select Field',1),(10045,'please_select_first_field','Please First Select field','ro_ro','Please First Select field',1),(10046,'filter_name','Filter Name','ro_ro','Filter Name',1),(10047,'enter_filter_name','Enter filter name','ro_ro','Enter filter name',1),(10048,'choose_conditions','Choose Conditions','ro_ro','Choose Conditions',1),(10049,'all_condition','All Conditions(All conditions must be met)','ro_ro','All Conditions(All conditions must be met)',1),(10050,'any_condition','Any Conditions(At least one the conditions must be met)','ro_ro','Any Conditions(At least one the conditions must be met)',1),(10051,'lattitude','latitude','ro_ro','latitude',1),(10052,'notification_settings','Notification Settings','ro_ro','Notification Settings',1),(10053,'notification_management','Notification Management','ro_ro','Notification Management',1),(10054,'addyourcommentshere','Type @ to mention user','ro_ro','Type @ to mention user',1),(10055,'google_api_key_missing','Google Api key is missing.','ro_ro','Google Api key is missing.',1),(10056,'event_filter_by','Event Filter by','ro_ro','Event Filter by',1),(10057,'apply','Apply','ro_ro','Apply',1),(10058,'choose_from_gallery','Choose From Gallery','ro_ro','Choose From Gallery',1),(10059,'choose_from_camera','Choose From Camera','ro_ro','Choose From Camera',1),(10060,'mutli_select_CB','Mutli Select CB','ro_ro','Mutli Select CB',1),(10061,'please_select_condition','Please Select Condition','ro_ro','Please Select Condition',1),(10062,'please_enter_value_or_field','Please Enter Value or Field','ro_ro','Please Enter Value or Field',1),(10063,'set_as_default','Set as Default','ro_ro','Set as Default',1),(10064,'list_in_metrics','List in Metrics','ro_ro','List in Metrics',1),(10065,'order_number','Order Number','ro_ro','Order Number',1),(10066,'recording_saved_message','Recording saved successfully.','ro_ro','Recording saved successfully.',1),(10067,'recording_file','Recording File','ro_ro','Recording File',1),(10068,'file_not_found','File not found','ro_ro','File not found',1),(10069,'please_enter_valid_path','Please enter valid path','ro_ro','Please enter valid path',1),(10070,'enter_path_here','Enter path here...','ro_ro','Enter path here...',1),(10071,'set_call_recording_path','Set Call Recording Path','ro_ro','Set Call Recording Path',1),(10072,'set_call_recording_path_here','Set call recording path here','ro_ro','Set call recording path here',1),(10073,'call_recording_path','Call Recording Path','ro_ro','Call Recording Path',1),(10074,'please_place_api','Please enable place api','ro_ro','Please enable place api',1),(10075,'event_filters_by','Event Filters by','ro_ro','Event Filters by',1),(10076,'select_at_least_one_option','Please select at least one option','ro_ro','Please select at least one option',1),(10077,'enable_call_feature','Please enable call feature','ro_ro','Please enable call feature',1),(10078,'enable_email_feature','Please enable email feature','ro_ro','Please enable email feature',1),(10079,'demo_login','Demo Login','ro_ro','Demo Login',1),(10080,'select_email_template','Select Email Template','ro_ro','Select Email Template',1),(10081,'template_name','Template Name','ro_ro','Template Name',1),(10082,'example_storage_path','example : storage/Music/Recordings/Call Recordings','ro_ro','example : storage/Music/Recordings/Call Recordings',1),(10083,'User Notification Settings saved successfully','User Notification Settings saved successfully','ro_ro','User Notification Settings saved successfully',33),(10084,'This Notification has been disabled by admin','This Notification has been disabled by admin','ro_ro','This Notification has been disabled by admin',33),(10085,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','ro_ro','Notify when any updates to the record you\'re following',33),(10086,'Task assigned to you','Task assigned to you','ro_ro','Task assigned to you',33),(10087,'Task Reminder','Task Reminder','ro_ro','Task Reminder',33),(10088,'You were mentioned in comments','You were mentioned in comments','ro_ro','You were mentioned in comments',33),(10089,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','ro_ro','Comments has been added to record assigned to you',33),(10090,'When Record Assigned','When Record Assigned','ro_ro','When Record Assigned',33),(10091,'Event Reminder','Event Reminder','ro_ro','Event Reminder',33),(10092,'Event Invitation','Event Invitation','ro_ro','Event Invitation',33),(10093,'Follow record','Follow record','ro_ro','Follow record',33),(10094,'Task','Task','ro_ro','Task',33),(10095,'Conversions','Conversions','ro_ro','Conversions',33),(10096,'Events','Events','ro_ro','Events',33),(10097,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','ro_ro','No record(s) found Please click on filter icon to change filter',1),(10098,'title','Title','ro_ro','Title',1),(10099,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','ro_ro','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(10100,'call_recording','Call recording','ro_ro','Call recording',1),(10101,'voice_recorder','Voice Recorder','ro_ro','Voice Recorder',1),(10102,'no_address_reference_found','No Address Reference found','ro_ro','No Address Reference found',32),(10103,'no_overdue_activities','No OverDue Activities','ro_ro','No OverDue Activities',32),(10104,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','ro_ro','Please enter proper address from this address we are not getting proper latitude and longitude',32),(10105,'Default_Search_Field','Default search field','ro_ro','Default search field',32),(10106,'Calender_Reminder_Message','Free user can\'t send local reminder','ro_ro','Free user can\'t send local reminder',32),(10107,'you_must_have_permission','You must give permissions to use this features.','ro_ro','You must give permissions to use this features.',32),(10108,'internal_comment','Internal Comment','ro_ro','Internal Comment',1),(10109,'unlink_record','Unlink Record','ro_ro','Unlink Record',11),(10110,'unlink_record_msg','Are you sure want to unlink record?','ro_ro','Are you sure want to unlink record?',11),(10111,'file_format_not_support','File format not supported','ro_ro','File format not supported',11),(10112,'file_upload','File Upload','ro_ro','File Upload',5),(10113,'to_vtiger','To Vtiger','ro_ro','To Vtiger',5),(10114,'link_external_document','Link External Document','ro_ro','Link External Document',5),(10115,'from_file_url','From File Url','ro_ro','From File Url',5),(10116,'create_new_document','Create New Document','ro_ro','Create New Document',5),(10117,'select_document_type','Select Document type','ro_ro','Select Document type',5),(10118,'add_signature','Please add signature','ro_ro','Please add signature',11),(10119,'date_greater_then_equal','should be greater than or equal to','ro_ro','should be greater than or equal to',1),(10120,'date_less_then_equal','should be less than or equal to','ro_ro','should be less than or equal to',1),(10121,'Click_on_plus_for_add','Please tap on  +  to create a new record.','ro_ro','Please tap on  +  to create a new record.',15),(10122,'display_map','Display map','ro_ro','Display map',15),(10123,'other_settings','Other settings','ro_ro','Other settings',15),(10124,'total_hours','Total hours','ro_ro','Total hours',15),(10125,'widget_not_found','No widgets found','ro_ro','No widgets found',15),(10126,'quickaction','Quick action','ro_ro','Quick action',15),(10127,'dashboard','Dashboard','ro_ro','Dashboard',15),(10128,'new','New','ro_ro','New',15),(10129,'global_search_hint','Please try to search using search box at top','ro_ro','Please try to search using search box at top',15),(10130,'near_by_map','Near By Map','ro_ro','Near By Map',15),(10131,'miles','Miles','ro_ro','Miles',15),(10132,'lbl_filters','Filters','ro_ro','Filters',27),(10133,'warning','Warning','ro_ro','Warning',27),(10134,'no_filter_created','No filter is created.','ro_ro','No filter is created.',27),(10135,'please_create_new_ilter','Please create a new filter','ro_ro','Please create a new filter',27),(10136,'select_search_fields','Select fields for the search record.','ro_ro','Select fields for the search record.',27),(10137,'apply_fliters','Apply filters','ro_ro','Apply filters',27),(10138,'sort_by','Sort by','ro_ro','Sort by',27),(10139,'sort_order','Sort order','ro_ro','Sort order',27),(10140,'Start_time_tracking','Start time tracking','ro_ro','Start time tracking',31),(10141,'Stop_time_tracking','Stop time tracking','ro_ro','Stop time tracking',31),(10142,'image_preview','Image preview','ro_ro','Image preview',11),(10143,'phone_number','Phone number','ro_ro','Phone number',11),(10144,'email_address','Email address','ro_ro','Email address',11),(10145,'edit_your_preferences','Edit your preferences','ro_ro','Edit your preferences',8),(10146,'about_app','About app','ro_ro','About app',8),(10147,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','ro_ro','You already have latest CTMobile Ext. Version',8),(10148,'updated_app_version','You already have latest CRMTiger App Version','ro_ro','You already have latest CRMTiger App Version',8),(10149,'plan','Plan','ro_ro','Plan',8),(10150,'time','Time','ro_ro','Time',31),(10151,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','ro_ro','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(10152,'add_to_quick_action','Add to quick action','ro_ro','Add to quick action',1),(10153,'add_filter_to_quick_action','Add filter to quick action','ro_ro','Add filter to quick action',1),(10154,'create_record','Create Record','ro_ro','Create Record',1),(10155,'quick_action_hint','You can Add Quick Action here','ro_ro','You can Add Quick Action here',1),(10156,'str_send','Send','ro_ro','Send',3),(10157,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','ro_ro','Do you want to update tax & charge values corresponding to selected region?',1),(10158,'delete_quick_action_widgest','Delete Widget?','ro_ro','Delete Widget?',15),(10159,'add_record_to_dashboard','Add record to dashboard','ro_ro','Add record to dashboard',15),(10160,'module_quick_action_msg','Module added to dashboard','ro_ro','Module added to dashboard',15),(10161,'filter_quick_action_msg','Filter added to dashboard','ro_ro','Filter added to dashboard',15),(10162,'record_quick_action_msg','Record added to dashboard','ro_ro','Record added to dashboard',15),(10163,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','ro_ro','Filter shortcut added to dashboard',15),(10164,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','ro_ro','Record shortcut added to dashboard',15),(10165,'documents_disabled','Documents Module is disabled','ro_ro','Documents Module is disabled',1),(10166,'document_dont_attachment','Document does not have a attachment','ro_ro','Document does not have a attachment',1),(10167,'go_to_neat_by','Go to NearBy','ro_ro','Go to NearBy',15),(10168,'go_to_time_tracking','Go to Time Tracker','ro_ro','Go to Time Tracker',13),(10169,'nearby_quick_action_msg','NearBy added to dashboard','ro_ro','NearBy added to dashboard',15),(10170,'time_tracking_quick_action_msg','Time Tracking added to dashboard','ro_ro','Time Tracking added to dashboard',15),(10171,'attendance_quick_action_msg','Attendance added to dashboard','ro_ro','Attendance added to dashboard',15),(10172,'attachment','Attachment','ro_ro','Attachment',15),(10173,'search_by_fields','Search by fields','ro_ro','Search by fields',27),(10174,'apply_selected','Apply selected','ro_ro','Apply selected',27),(10175,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','ro_ro','auto address finder is disabled, please enable it from CRMTiger Settings',1),(10176,'Attendance','Attendance','ro_ro','Attendance',15),(10177,'Check-in successfully','Check-in successfully','ro_ro','Check-in successfully',32),(10178,'Check-out successfully','Check-out successfully','ro_ro','Check-out successfully',32),(10179,'Nothing around here','Nothing around here','ro_ro','Nothing around here',13),(10180,'select_days','Select Days','ro_ro','Select Days',5),(10181,'select_minutes','Select Minutes','ro_ro','Select Minutes',5),(10182,'select_hours','Select Hours','ro_ro','Select Hours',5),(10183,'no_lat_long_found','Location information (Latitude,Longitude) not found','ro_ro','Location information (Latitude,Longitude) not found',32),(10184,'Call Log save successfully','Call Log save successfully','ro_ro','Call Log save successfully',32),(10185,'Files/photos deleted successfully','Files/photos deleted successfully','ro_ro','Files/photos deleted successfully',32),(10186,'network_error','Network connection error!','ru_ru','Ошибка сети!',1),(10187,'connection_check','Could not connect to CRM, Please check your Internet connection.','ru_ru','Пожалуйста, проверьте подключение к интернету.',1),(10188,'update','Update','ru_ru','Update',1),(10189,'cancel','Cancel','ru_ru','Cancel',1),(10190,'ok','Ok','ru_ru','OK',1),(10191,'more_information','Click here for more information.','ru_ru','Для получения дополнительной информации нажмите здесь.',1),(10192,'yes','Yes','ru_ru','Да',1),(10193,'no','No','ru_ru','Нет',1),(10194,'click_again_exit','Click again to exit','ru_ru','Нажмите еще раз, чтобы выйти',1),(10195,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','ru_ru','Вы не можете воспользоваться этим функционалом. Пожалуйста, подпишитесь на Премиум версию. Нажмите сюда, чтобы подписаться.',1),(10196,'clickhere','Click here','ru_ru','Нажмите сюда',1),(10197,'clickhere_subscribe','Click here to subscribe premium version','ru_ru','Нажмите, чтобы подписаться',1),(10198,'clickhere_configure','Click here and view how to Configure.','ru_ru','Нажмите здесь и посмотрите, как настроить.',1),(10199,'please_wait','Please Wait…','ru_ru','Подождите пожалуйста…',1),(10200,'share__msg','Share file with','ru_ru','Поделиться файлом через',1),(10201,'dialog_camera','Camera','ru_ru','Камера',1),(10202,'dialog_add_file_by','Take Photo from','ru_ru','Добавить файлы по',1),(10203,'add','Add','ru_ru','добавить',1),(10204,'mail_manager_configured','Mail Manager is not configured','ru_ru','Почтовый менеджер не настроен',1),(10205,'dialog_add_files_by','Add Files by','ru_ru','Добавить файлы по',1),(10206,'dialog_drive','Drive','ru_ru','Google Drive',1),(10207,'dialog_drop_box','Drop Box','ru_ru','DropBox',1),(10208,'dialog_need_signin','You need to Sign-in to your Drive account first.','ru_ru','Сначала нужно авторизироваться',1),(10209,'dialog_gallery','Gallery','ru_ru','Галерея',1),(10210,'delete','Delete','ru_ru','Удалить',1),(10211,'timeoutmessage','Oops! Request is taking more time than expected.','ru_ru','К сожалению, запрос занимает больше времени, чем ожидалось.',1),(10212,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','ru_ru','GPS не включен. Пожалуйста, включите его, чтобы получить маршрут.',1),(10213,'sure_want_delete','Are you sure want to delete ?','ru_ru','Вы действительно хотите удалить?',1),(10214,'select','Select','ru_ru','Выбрать',1),(10215,'msgforrecordaudio','Minimum record duration one second.','ru_ru','Minimum record duration one second.',1),(10216,'permission_storage','Permission denied to read your External storage','ru_ru','Чтение внешнего хранилища запрещено',1),(10217,'send_permission_msg','Send message permission denied','ru_ru','Отказаться от разрешения на передачу сообщений',1),(10218,'choosefile','Choose File','ru_ru','Выберите файл',1),(10219,'enter','Enter','ru_ru','Введите',1),(10220,'select_an_option','Select an Option','ru_ru','Select an Option',1),(10221,'email_validation','Email is not valid','ru_ru','Email не является допустимым',1),(10222,'please_enter','Please Enter','ru_ru','Пожалуйста, введите',1),(10223,'website_validation_text','Website URL is not valid','ru_ru','URL сайта недействителен',1),(10224,'selectvalue','Select value first','ru_ru','Выберите значение',1),(10225,'email','Email','ru_ru','Эл. адрес',1),(10226,'enter_email_address','Enter email address','ru_ru','Введите адрес электронной почты',1),(10227,'email_address_not_correct','Email address incorrect','ru_ru','Неправильный адрес электронной почты',1),(10228,'pls_enter_subject','Please Enter Subject','ru_ru','Пожалуйста, введите тему',1),(10229,'attachFiles','Attached File','ru_ru','Прикрепить файл',1),(10230,'from','From','ru_ru','От',1),(10231,'to','To','ru_ru','Кому',1),(10232,'call_permission_msg','Call permission denied','ru_ru','Установлен запрет на совершение звонков',1),(10233,'no_records','No records found','ru_ru','Записей не найдено',1),(10234,'fullform','Create New','ru_ru','Полная форма',1),(10235,'save','Save','ru_ru','Сохранить',1),(10236,'total','Total','ru_ru','Всего',1),(10237,'discount','Discount','ru_ru','Скидка',1),(10238,'price','Price','ru_ru','Цена *',1),(10239,'quantity','Quantity','ru_ru','Количество *',1),(10240,'select_module','Select Module','ru_ru','Выберите модуль',1),(10241,'item_list','Item List','ru_ru','Список товаров',1),(10242,'quickcreate','Quick Create','ru_ru','Быстрое создание',1),(10243,'overwrite_msg_part1','Overwrite the existing address with the selected','ru_ru','Overwrite the existing address with the selected',1),(10244,'once_in_every','Once in every','ru_ru','Один раз в каждом',1),(10245,'overwrite_msg_part2','address details?','ru_ru','address details?',1),(10246,'add_item','Add Item','ru_ru','Добавить запись',1),(10247,'recordsave','Record saved successfully','ru_ru','Запись успешно сохранена',1),(10248,'recordnotsave','Could not save record. Try again later','ru_ru','Ошибка сохранения записи',1),(10249,'minutes','Minutes','ru_ru','минут',1),(10250,'hours','Hours','ru_ru','часов',1),(10251,'days','Days','ru_ru','дней',1),(10252,'on','On','ru_ru','На',1),(10253,'day_of_the_month','day of the month','ru_ru','день месяца',1),(10254,'list_price','List Price','ru_ru','Цена за единицу *',1),(10255,'add_record','Add Record','ru_ru','Добавить запись',1),(10256,'add_product','Add Product','ru_ru','Добавить товар',1),(10257,'add_service','Add Service','ru_ru','Добавить услугу',1),(10258,'discountin','Discount in %','ru_ru','Скидка в%',1),(10259,'unitprice','Unit price','ru_ru','Цена за единицу *',1),(10260,'netprice','Net price','ru_ru','Цена нетто *',1),(10261,'comments','Comments','ru_ru','Комментарии',1),(10262,'add_close','Add & Close','ru_ru','Добавить',1),(10263,'fetching_rout_message','Fetching route, Please wait…','ru_ru','Получение маршрута, пожалуйста, подождите …',1),(10264,'setting','Settings','ru_ru','Настройки',1),(10265,'utc','UTC','ru_ru','UTC',1),(10266,'in','In','ru_ru','В',1),(10267,'days_ago','days ago','ru_ru','дней назад',1),(10268,'mins_ago','Minutes ago','ru_ru','мин назад',1),(10269,'justnow','Just now','ru_ru','Прямо сейчас',1),(10270,'hours_ago','hours ago','ru_ru','несколько часов назад',1),(10271,'in_1_day','In 1 day','ru_ru','Через 1 день',1),(10272,'scanqrcode','Asset / Card scanner','ru_ru','Сканер QR-кода',1),(10273,'call_log','Call Log','ru_ru','История звонков',1),(10274,'voice_message','Hi','ru_ru','Hi',1),(10275,'voice_message1','What can I search for you in','ru_ru','What can I search for you in',1),(10276,'live_tracking','Live Tracking','ru_ru','Открыть карту',1),(10277,'mailmanager','Mail Manager','ru_ru','Менеджер почты',1),(10278,'my_location','My location','ru_ru','Мое местонахождение',1),(10279,'created_on','Created On','ru_ru','Дата создания',1),(10280,'modified_on','Modified On','ru_ru','Дата изменения',1),(10281,'enter_comments','Enter Comments','ru_ru','Введите комментарии',1),(10282,'viewmore','View More','ru_ru','Подробнее',1),(10283,'viewless','View Less','ru_ru','Смотреть меньше',1),(10284,'gotofullform','Go to Full Form','ru_ru','Перейти к полной форме',1),(10285,'post','Post','ru_ru','Опубликовать',1),(10286,'url','URL','ru_ru','URL',1),(10287,'dialog_title_text_back_color','Select a Text Background Color','ru_ru','Выберите цвет фона текста',1),(10288,'event_or_task','Add event/task','ru_ru','Add event/task',1),(10289,'shortcut','Shortcuts','ru_ru','Ярлыки',1),(10290,'select_field','Select Field','ru_ru','Выберите поле',1),(10291,'share','Share','ru_ru','Поделиться',1),(10292,'title_insert_link','Insert Link','ru_ru','Вставить ссылку',1),(10293,'addyourcommentshere','Add your comments here','ru_ru','Введите свой комментарий',1),(10294,'nocomment','No Comments','ru_ru','Комментарии отсутствуют',1),(10295,'leads','Leads','ru_ru','Обращения',1),(10296,'true_val','true','ru_ru','True',1),(10297,'noresult','No Result','ru_ru','Результатов не найдено',1),(10298,'version','Version','ru_ru','Версия',1),(10299,'convert_lead','Convert Lead','ru_ru','Convert Lead',1),(10300,'app_name','CRMTiger','ru_ru','CRMTiger',1),(10301,'enter_url','Please Enter url','ru_ru','Введите URL-адрес',1),(10302,'help','Help','ru_ru','Помогите',1),(10303,'contact_us','Contact Us','ru_ru','Связаться с нами',1),(10304,'updates','Updates','ru_ru','История',1),(10305,'logout','LogOut','ru_ru','Выйти',1),(10306,'busnies_cardscanner','Business Card Scanner','ru_ru','Business Card Scanner',1),(10307,'sure_want_logout','Are you sure want to logout ?','ru_ru','Вы действительно хотите выйти из системы?',1),(10308,'logout_message','Logout successfully','ru_ru','Вы действительно хотите выйти из системы?',1),(10309,'all','All','ru_ru','Все',1),(10310,'add_event','Add event','ru_ru','Add event',1),(10311,'add_task','Add Task','ru_ru','Add Task',1),(10312,'next','Next','ru_ru','Next',1),(10313,'terms_conditions','Terms and Conditions','ru_ru','Terms and Conditions',1),(10314,'login','Login','ru_ru','Авторизация',2),(10315,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','ru_ru','Регистрируясь, вы соглашаетесь с нашими Условиями  политика конфиденциальности',2),(10316,'copyright','Copyright © 2020 CRMTiger Version','ru_ru','Copyright © 2019 CRMTiger Версия',2),(10317,'enter_username','Please enter username','ru_ru','Введите имя пользователя',2),(10318,'enter_password','Please enter password','ru_ru','Пожалуйста введите пароль',2),(10319,'remanberme','Remember Me','ru_ru','Запомнить меня',2),(10320,'forgot_password','Forgot password?','ru_ru','Забыли пароль?',2),(10321,'privacy_policay1','Privacy Policy','ru_ru','политика конфиденциальности',2),(10322,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','ru_ru','Something went wrong. \n please Click here to contact support.',2),(10323,'enter_username_password','Entered Username or Password is wrong','ru_ru','Введенные имя пользователя или пароль неверны',2),(10324,'server_issue_occured','Server issues occurred','ru_ru','Server issues occurred',2),(10325,'password','Password','ru_ru','Пароль',3),(10326,'user_name','Username','ru_ru','Имя пользователя',3),(10327,'reset_pwd','Reset Password','ru_ru','Сбросить пароль',3),(10328,'forgot_password_title','Forgot password','ru_ru','Восстановить пароль',3),(10329,'enter_user_name','Enter user name','ru_ru','Введите имя пользователя',3),(10330,'cc','Cc','ru_ru','Скрытая копия',4),(10331,'body','Body','ru_ru','Тело сообщения',4),(10332,'bcc','BCC','ru_ru','Скрытая копия',4),(10333,'dialog_title_text_color','Select a Text Color','ru_ru','Выберите цвет текста',4),(10334,'date','Date','ru_ru','Дата',4),(10335,'subject','Subject','ru_ru','Тема сообщения',4),(10336,'composeMail','Compose Mail','ru_ru','Написать письмо',4),(10337,'send','Send','ru_ru','Отправить',4),(10338,'select_message','Select message','ru_ru','Выберите сообщение',4),(10339,'title_insert_table','Insert Table','ru_ru','Вставить таблицу',4),(10340,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','ru_ru','Я согласен поделиться логами API с технической поддержкой для устранения неполадок',5),(10341,'edit_record','Edit Records','ru_ru','Редактировать запись',5),(10342,'select_time','Select Time','ru_ru','Выберите время',5),(10343,'edit_item','Edit Item','ru_ru','Изменить запись',5),(10344,'items_total','Items Total','ru_ru','Всего товаров',5),(10345,'number_less_then_31','Number should be less than 31','ru_ru','Number should be less than 31',5),(10346,'users','Users','ru_ru','пользователей',5),(10347,'groups','Groups','ru_ru','группы',5),(10348,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','ru_ru','Примечание: существующие вложения (изображения / файлы) будут заменены',5),(10349,'greaterdatetime','End DateTime should be greater than Start DateTime','ru_ru','Дата и время окончания должны быть больше даты и времени начала',5),(10350,'until','Until','ru_ru','До тех пор',5),(10351,'organizations','Organizations','ru_ru','Контрагенты',6),(10352,'contacts','Contacts','ru_ru','Контакты',6),(10353,'opportunity','Opportunity','ru_ru','Возможность',6),(10354,'lbl_sun','SUN','ru_ru','вс',7),(10355,'lbl_mon','MON','ru_ru','пн',7),(10356,'lbl_tue','TUE','ru_ru','вт',7),(10357,'lbl_wed','WED','ru_ru','ср',7),(10358,'lbl_thu','THU','ru_ru','чт',7),(10359,'lbl_fri','FRI','ru_ru','пт',7),(10360,'lbl_sat','SAT','ru_ru','сб',7),(10361,'lbl_1','1','ru_ru','1',7),(10362,'lbl_2','2','ru_ru','2',7),(10363,'lbl_3','3','ru_ru','3',7),(10364,'lbl_4','4','ru_ru','4',7),(10365,'lbl_5','5','ru_ru','5',7),(10366,'lbl_6','6','ru_ru','6',7),(10367,'lbl_7','7','ru_ru','7',7),(10368,'lbl_8','8','ru_ru','8',7),(10369,'lbl_9','9','ru_ru','9',7),(10370,'lbl_10','10','ru_ru','10',7),(10371,'lbl_11','11','ru_ru','11',7),(10372,'lbl_12','12','ru_ru','12',7),(10373,'lbl_13','13','ru_ru','13',7),(10374,'lbl_14','14','ru_ru','14',7),(10375,'lbl_15','15','ru_ru','15',7),(10376,'lbl_16','16','ru_ru','16',7),(10377,'lbl_17','17','ru_ru','17',7),(10378,'lbl_18','18','ru_ru','18',7),(10379,'lbl_19','19','ru_ru','19',7),(10380,'lbl_20','20','ru_ru','20',7),(10381,'lbl_21','21','ru_ru','21',7),(10382,'lbl_22','22','ru_ru','22',7),(10383,'lbl_23','23','ru_ru','23',7),(10384,'lbl_24','24','ru_ru','24',7),(10385,'lbl_25','25','ru_ru','25',7),(10386,'lbl_26','26','ru_ru','26',7),(10387,'lbl_27','27','ru_ru','27',7),(10388,'lbl_28','28','ru_ru','28',7),(10389,'lbl_29','29','ru_ru','29',7),(10390,'lbl_30','30','ru_ru','30',7),(10391,'lbl_31','31','ru_ru','31',7),(10392,'lbl_32','32','ru_ru','32',7),(10393,'lbl_33','33','ru_ru','33',7),(10394,'lbl_34','34','ru_ru','34',7),(10395,'lbl_35','35','ru_ru','35',7),(10396,'lbl_36','36','ru_ru','36',7),(10397,'lbl_37','37','ru_ru','37',7),(10398,'lbl_38','38','ru_ru','38',7),(10399,'lbl_39','39','ru_ru','39',7),(10400,'lbl_40','40','ru_ru','40',7),(10401,'lbl_41','41','ru_ru','41',7),(10402,'lbl_42','42','ru_ru','42',7),(10403,'current_date','current date','ru_ru','Текущая дата',7),(10404,'event','Events','ru_ru','События',7),(10405,'calendar','Calendar','ru_ru','Календарь',7),(10406,'latest_version','Latest Version :','ru_ru','Последняя версия :',8),(10407,'expire_on','Next renewal date : ','ru_ru','Срок действия:',8),(10408,'ctmobile_ext_version','CTMobile Ext. Version : ','ru_ru','CTMobile Ext. Версия: ',8),(10409,'you_have_latest_version','You already have latest version','ru_ru','Вы обновили версию ',8),(10410,'latest_version1','You Already have latest version','ru_ru','У вас уже есть последняя версия',8),(10411,'upgreaded','Upgrade','ru_ru','Обновить',8),(10412,'downgrade','Downgrade','ru_ru','упадок',8),(10413,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','ru_ru','Здесь вы можете указать, сколько записей вы хотите показать на главном экране недавнего события.',8),(10414,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','ru_ru','Вы можете оставить свой отзыв с описанием, наша команда проверит ваш отзыв и свяжется с вами.',8),(10415,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','ru_ru','Функция поддержки журналов используется для поддержки / помощи клиентов. Если у вас возникли какие-либо проблемы в приложении или какой-либо модуль или функция не работает должным образом, вы можете включить общий доступ к журналу с нашей командой разработчиков.',8),(10416,'info','Info','ru_ru','Информация',8),(10417,'recent_history','Recent History','ru_ru','Последние события',8),(10418,'recent_feedback','Feedback','ru_ru','Ошибка! Попробуйте еще раз',8),(10419,'recent_log','Log','ru_ru','Журнал',8),(10420,'crmtiger_app_version','CRMTiger App Version : ','ru_ru','Версия приложения CRMTiger:',8),(10421,'historylimit','Recent History Limit','ru_ru','Ограничение по количеству записей',8),(10422,'radious_in_miles','Radius in miles','ru_ru','Радиус в милях',8),(10423,'recentlimit','Recent Event Limit','ru_ru','Ограничение по количеству записей',8),(10424,'upcoming_events','Upcoming Events','ru_ru','Предстоящие События',8),(10425,'rate_our_app','Rate Our App!','ru_ru','Оцените наше приложение!',8),(10426,'feedback','Submit Feedback','ru_ru','Отправить отзыв',8),(10427,'sendfeedback','Feedback Send','ru_ru','Обратная связь',8),(10428,'emaillimit','Email limit','ru_ru','Ограничение электронной почты',8),(10429,'log','Log','ru_ru','Журнал',8),(10430,'logclear','Log cleared successfully.','ru_ru','Ясно, успешно',8),(10431,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','ru_ru','Здесь вы можете указать, сколько записей вы хотите показать на главном экране для недавней истории.',8),(10432,'proceed_to_upgrade1','Proceed to','ru_ru','Proceed to',8),(10433,'upgradation_message','will required logout and login again later.','ru_ru','will required logout and login again later.',8),(10434,'proceed_to_upgrade','Proceed to Upgrade','ru_ru','Proceed to Upgrade',8),(10435,'module_setting','Module Setting','ru_ru','Настройка модуля',9),(10436,'sortbyfield','Sort by field','ru_ru','Сортировать по полю',9),(10437,'ascending','Ascending  A to Z','ru_ru','По возрастанию от А до Я',9),(10438,'descending','Descending  Z to A','ru_ru','По убыванию от Z до As',9),(10439,'first_field','First Field','ru_ru','Первое поле',9),(10440,'second_field','Second Field','ru_ru','Второе поле',9),(10441,'third_field','Third Field','ru_ru','Третье поле',9),(10442,'sure_want_restore','Are you sure you want to reset to default settings?','ru_ru','Вы уверены, что хотите восстановить настройки по умолчанию?',9),(10443,'orderlist','List Order','ru_ru','Список заказов',9),(10444,'module_reset','Restore to Default','ru_ru','Восстановить значения по умолчанию',9),(10445,'display_fields','Display Fields','ru_ru','Отобразить поля',9),(10446,'discount_lessthen_100','Discount % should be less than 100','ru_ru','Скидка должна быть меньше 100%',10),(10447,'select_item','Select Item','ru_ru','Выберите запись',10),(10448,'item_comment','Item Comment','ru_ru','Пункт Комментарий',10),(10449,'record_name','Record Name is :','ru_ru','Record Name is :',11),(10450,'go_back','Go Back','ru_ru','Вернитесь',11),(10451,'please_enter_shortcut_name','Please Enter Shortcut Name','ru_ru','Пожалуйста, введите имя ярлыка',11),(10452,'number_not_found','Contact Number not found','ru_ru','Номер не найден',11),(10453,'mail_not_found','Mail Address not found','ru_ru','Почтовый адрес не найден',11),(10454,'create_shortcut','Create Shortcut','ru_ru','Создать ярлык',11),(10455,'contact_summary','Summary','ru_ru','Краткая информация',11),(10456,'activites','Activities','ru_ru','События',11),(10457,'details','Details','ru_ru','Подробная информация',11),(10458,'related','Related','ru_ru','Связан',11),(10459,'share_link','Share record with','ru_ru','Share record with',11),(10460,'edit','Edit','ru_ru','Edit',11),(10461,'duplicate','Duplicate','ru_ru','Duplicate',11),(10462,'whatsapp','Whatsapp','ru_ru','Whatsapp',11),(10463,'call','Call','ru_ru','Call',11),(10464,'choose_contact_for_call','Choose Contact for Call','ru_ru','Choose Contact for Call',11),(10465,'choose_contact_for_sms','Choose Contact for SMS','ru_ru','Choose Contact for SMS',11),(10466,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','ru_ru','Choose Contact for WhatsApp',11),(10467,'chosse_contact_for_email','Choose Email','ru_ru','Choose Email',11),(10468,'attach_file','Attach Files','ru_ru','Attach Files',11),(10469,'close','Close','ru_ru','Close',11),(10470,'status','Status','ru_ru','Статус',11),(10471,'stop','Stop','ru_ru','Stop',11),(10472,'zero','0','ru_ru','0',11),(10473,'record','Record','ru_ru','Record',11),(10474,'voice_note','Voice Note','ru_ru','Voice Note',11),(10475,'tickets','Tickets','ru_ru','Заявки',12),(10476,'check_out','Check Out','ru_ru','Проверять, выписываться',12),(10477,'check_in','Check In','ru_ru','Регистрироваться',12),(10478,'select_any','Select any','ru_ru','Выберите любой',12),(10479,'fulldetails','Show Full Details','ru_ru','Показать подробную информацию',12),(10480,'checkin','Check-in','ru_ru','Регистрироваться',12),(10481,'navigate','Navigate','ru_ru','проводить',12),(10482,'product','Products','ru_ru','Товары',12),(10483,'projectMilestone','Project Milestone','ru_ru','Контрольные точки',12),(10484,'projecttask','Project Tasks','ru_ru','Проектные задачи',12),(10485,'nearby','NearBy','ru_ru','Рядом',13),(10486,'document','Document','ru_ru','Документ',14),(10487,'reply','Reply','ru_ru','Ответить',14),(10488,'reply_all','Reply All','ru_ru','Ответить всем',14),(10489,'forward','Forward','ru_ru','Переслать',14),(10490,'action','Action','ru_ru','действие',14),(10491,'select_first','Select First','ru_ru','Select First',14),(10492,'commentaddsuccessful','Comment added successfull','ru_ru','Комментарий добавлен Успешно',14),(10493,'move_to','Move to','ru_ru','Переместить',14),(10494,'attach','Attach','ru_ru','Прикрепить',14),(10495,'addcoment','Add Comment','ru_ru','Добавить комментарий',14),(10496,'adddocument','Add Document','ru_ru','Добавить документ',14),(10497,'home','Home','ru_ru','Главная',15),(10498,'checkout','Check-out','ru_ru','Проверять, выписываться',15),(10499,'message_search','Search by name','ru_ru','Поиск по названию',15),(10500,'start_shift','Start shift','ru_ru','Сдвиг начала',15),(10501,'end_shift','End shift','ru_ru','Конец сдвига',15),(10502,'today_meeting','Meetings','ru_ru','Встречи',15),(10503,'shift_time_track','Shift Time Track','ru_ru','Перемещение по времени',15),(10504,'logout_msg','You have to login again , click','ru_ru','You have to login again , click',15),(10505,'logout_msg1','to continue.','ru_ru','to continue.',15),(10506,'permission_denied','You don\'t have permission to create','ru_ru','У вас нет разрешения на создание',15),(10507,'history','Activity stream','ru_ru','История',15),(10508,'search_value','Search value :','ru_ru','Search value :',15),(10509,'feed_back_msg','Please enter feedback message','ru_ru','Пожалуйста, введите сообщение в форму обратной связи',16),(10510,'feed_back_hint_msg','Enter feedback message','ru_ru','Введите сообщение в форму обратной связи',16),(10511,'submit','Submit','ru_ru','Отправить',16),(10512,'check_app_not_installed','Application is not currently installed.','ru_ru','Приложение в настоящее время не установлено.',17),(10513,'send_sms_fail_message','SMS failed, please try again later!','ru_ru','Не удалось отправить SMS, повторите попытку позже!',17),(10514,'documentaddsuccessfully','Document Attach successfully','ru_ru','Документ успешно прикреплен',17),(10515,'send_message','Send message','ru_ru','Send message',17),(10516,'sms_to','smsto:','ru_ru','smsto:',17),(10517,'add_list_message','Add List','ru_ru','Добавить список',18),(10518,'mylist','My List','ru_ru','Мой список',18),(10519,'filtername','Filter Name','ru_ru','Название фильтра',18),(10520,'selectlist','Select a List','ru_ru','Выберите список *',18),(10521,'assingedto','Assigned To','ru_ru','Ответственный *',18),(10522,'selectmodule','Select a module','ru_ru','Выберите модуль',18),(10523,'add_list','Add Filter','ru_ru','Добавить фильтр',18),(10524,'recent_event','Recent Event','ru_ru','Недавние событие',19),(10525,'recent_hostory','Recent History','ru_ru','Недавняя история',19),(10526,'module_specific_settings','Module-Specific Settings','ru_ru','Настройки модуля',19),(10527,'talk_to_us','Talk to us','ru_ru','Поговори с нами',19),(10528,'report_a_bug','Report A Bug','ru_ru','Сообщить об ошибке',19),(10529,'faq','FAQ','ru_ru','Часто задаваемые вопросы',19),(10530,'selectmodules','Select Module','ru_ru','Выберите модуль',19),(10531,'myplan','My Plan','ru_ru','My Plan',19),(10532,'message','Message','ru_ru','Сообщение',20),(10533,'message_validation','Please enter Message','ru_ru','Пожалуйста, введите сообщение',20),(10534,'contact_select','Please Select contact','ru_ru','Пожалуйста, выберите контакт',20),(10535,'global_search','Global Search','ru_ru','Global Search',21),(10536,'records','Records','ru_ru','Records',21),(10537,'dont_show_again','Don\'t Show Again','ru_ru','Don\'t Show Again',22),(10538,'skip','Skip','ru_ru','Skip',22),(10539,'file_downloading','File Downloading','ru_ru','Загрузка файла',23),(10540,'add_screenshots_optional','Add screenshots (optional)','ru_ru','Добавить скриншоты (необязательно)',24),(10541,'describe_your_problem','Describe your problem','ru_ru','Опишите свою проблему',24),(10542,'default_filter_shortcut','Default Filter Shortcut','ru_ru','Default Filter Shortcut',25),(10543,'record_shortcut','Record Shortcut','ru_ru','Record Shortcut',25),(10544,'enter_url','Please Enter url','ru_ru','Please Enter url',26),(10545,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','ru_ru','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(10546,'search_by','Search by','ru_ru','Search by',27),(10547,'selected_filter','Selected filter :','ru_ru','Выбранный фильтр :-',27),(10548,'selected_field','Selected field :','ru_ru','Выбранное поле :-',27),(10549,'choose','Choose','ru_ru','Choose',28),(10550,'qr_cardscanner','QR Code Scanner','ru_ru','QR Code Scanner',28),(10551,'error_message_for_scan','Could not read the card Try again later.','ru_ru','Could not read the card Try again later.',28),(10552,'press_start_scan','Press to Start Scan','ru_ru','Press to Start Scan',28),(10553,'line_item_quntity_validation_msg','Value should be greater than zero','ru_ru','Value should be greater than zero',29),(10554,'percentage_msg','Percentage should be less than 100','ru_ru','Percentage should be less than 100',29),(10555,'MSG_NO_DATA','No data found!','ru_ru','No data found!',29),(10556,'MSG_SOMETHING_WRONG','Something went wrong!','ru_ru','Something went wrong!',29),(10557,'MSG_COMING_SOON','Coming Soon!','ru_ru','Coming Soon!',29),(10558,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','ru_ru','Please upload profile image.',29),(10559,'ALERT_TITLE_LOCATION_ACCESS','Location Access','ru_ru','Location Access',29),(10560,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','ru_ru','Requires your location to show nearby events.',29),(10561,'ALERT_BTN_ALLOW','ALLOW','ru_ru','ALLOW',29),(10562,'ALERT_BTN_DENY','DENY','ru_ru','DENY',29),(10563,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','ru_ru','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(10564,'DELETE_RECORD','Delete Record','ru_ru','Delete Record',29),(10565,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','ru_ru','Are you sure want to delete this shortcut?',29),(10566,'DELETE_SHORTCUT','Delete Shortcut','ru_ru','Delete Shortcut',29),(10567,'LBL_TERMS','By logging in, you agree to our Terms and','ru_ru','By logging in, you agree to our Terms and',29),(10568,'LBL_CONDITIONS','Conditions &','ru_ru','Conditions &',29),(10569,'ALERT_TITLE','Alert','ru_ru','Alert',29),(10570,'ALERT_BTN_SUBSCRIBE','Subscribe','ru_ru','Subscribe',29),(10571,'MSG_SELECT_MODULE','Please select any Module','ru_ru','Please select any Module',29),(10572,'MSG_SELECT_LIST','Please select any List','ru_ru','Please select any List',29),(10573,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','ru_ru','You don\'t have camera',29),(10574,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','ru_ru','You don\'t have permission to access gallery.',29),(10575,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','ru_ru','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(10576,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','ru_ru','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(10577,'BTN_DONE','Done','ru_ru','Done',29),(10578,'COMMENT','Comment','ru_ru','Comment',29),(10579,'FULL_FORM','Full Form','ru_ru','Full Form',29),(10580,'QUICK_CREATE','Create','ru_ru','Create',29),(10581,'LBL_SELECT_FIELDS','Select Fields','ru_ru','Select Fields',29),(10582,'LBL_SELECT_FIELDS','Select Fields','ru_ru','Select Fields',29),(10583,'LBL_SELECT_FIRST_FIELDS','Select First Field','ru_ru','Select First Field',29),(10584,'LBL_SELECT_SECOND_FIELDS','Select Second Field','ru_ru','Select Second Field',29),(10585,'LBL_SELECT_THIRD_FIELDS','Select Third Field','ru_ru','Select Third Field',29),(10586,'LBL_SORT_BY_FIELD','Select Sort By Field','ru_ru','Select Sort By Field',29),(10587,'BTN_RESET_TO_DEFAULT','Reset to Default','ru_ru','Reset to Default',29),(10588,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','ru_ru','Select Sort by field',29),(10589,'kStrClearBtnTitle','Clear','ru_ru','Clear',29),(10590,'kStrShowMoreBtnTitle','Show More','ru_ru','Show More',29),(10591,'kStrAddActivitiesBtnTitle','Add Activities','ru_ru','Add Activities',29),(10592,'kStrAddCommentPlaceHolder','Add your comments here','ru_ru','Add your comments here',29),(10593,'MSG_ENTER_TO_EMAIL','Please enter to field.','ru_ru','Please enter to field.',29),(10594,'WARNING_FILE','File can\'t open.','ru_ru','File can\'t open.',29),(10595,'MSG_FILE_SAVED','File saved.','ru_ru','File saved.',29),(10596,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','ru_ru','Download fail!, please try after sometime.',29),(10597,'LBL_SHORTCUT','Shortcut','ru_ru','Shortcut',29),(10598,'TXT_MESSAGE_PLACEHOLDER','Type Message','ru_ru','Type Message',29),(10599,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','ru_ru','Install Whatsapp',29),(10600,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','ru_ru','No MailBox found. Please Create Mailbox',29),(10601,'LBL_WROTE','Wrote','ru_ru','Wrote',29),(10602,'MSG_MAIL_SEND','Mail sent','ru_ru','Mail sent',29),(10603,'log_file_not_found','API Log file not found.','ru_ru','API Log file not found.',29),(10604,'unknown_error','An unknown error occurred, try again','ru_ru','An unknown error occurred, try again',29),(10605,'CTMTigerAppVersion','CRMTiger App Version','ru_ru','CRMTiger App Version',29),(10606,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','ru_ru','CTMobile Ext. Version Update Successfully',29),(10607,'dialog_Premium_downgrade','Downgrade will required logout and login again later','ru_ru','Downgrade will required logout and login again later',29),(10608,'dialog_Premium','Upgrade will required logout and login again later','ru_ru','Upgrade will required logout and login again later',29),(10609,'Overwrite','Overwrite','ru_ru','Overwrite',29),(10610,'MSGAddressOverwrite1','Overwrite the existing address with the selected','ru_ru','Overwrite the existing address with the selected',29),(10611,'MSGAddressOverwrite2','address details?','ru_ru','address details?',29),(10612,'UPGRADE_PLAN','Upgrade Plan','ru_ru','Upgrade Plan',29),(10613,'DOWNGRADE_PLAN','Downgrade Plan','ru_ru','Downgrade Plan',29),(10614,'UPGRADE_EXTENSION','Upgrade Extension','ru_ru','Upgrade Extension',29),(10615,'UPGRADE_APP','Upgrade App','ru_ru','Upgrade App',29),(10616,'SELECT_OPTION','Select Option','ru_ru','Select Option',29),(10617,'PLEASE_SELECT','Please select','ru_ru','Please select',29),(10618,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','ru_ru','You don\'t have permission for this module.',29),(10619,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','ru_ru','Please select reccuring day of month.',29),(10620,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','ru_ru','Please select reccuring day of week.',29),(10621,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','ru_ru','Please select reccuring days.',29),(10622,'Please select reccuring days.','Please select reccuring days.','ru_ru','Please select reccuring days.',29),(10623,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','ru_ru','Please select reccuring end date.',29),(10624,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','ru_ru','Please select reccuring type.',29),(10625,'FREQ_TIME','Times','ru_ru','Times',29),(10626,'REPEAT_YEARLY','Repeat Yearly','ru_ru','Repeat Yearly',29),(10627,'REPEAT_MONTHLY','Repeat Monthly','ru_ru','Repeat Monthly',29),(10628,'REPEAT_WEEKLY','Repeat Weekly','ru_ru','Repeat Weekly',29),(10629,'REPEAT_DAILY','Repeat Daily','ru_ru','Repeat Daily',29),(10630,'ACTION_TITLE','Action Title','ru_ru','Action Title',29),(10631,'MSG_SELECT_VALID_DATE','Please select valid day of month.','ru_ru','Please select valid day of month.',29),(10632,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','ru_ru','Start date should be less than end date.',29),(10633,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','ru_ru','Start time should be less than end time.',29),(10634,'LBL_LINEITEM_DETAILS','Lineitem Details','ru_ru','Lineitem Details',29),(10635,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','ru_ru','Discount amount should be less than the total.',29),(10636,'VIEW','View','ru_ru','View',29),(10637,'MSG_ENTER_VALID','Please enter valid','ru_ru','Please enter valid',29),(10638,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','ru_ru','Percentage should be less than 100.',29),(10639,'ITEM_TOTAL','Item Total','ru_ru','Item Total',29),(10640,'ADJUSTMENT','Adjustment','ru_ru','Adjustment',29),(10641,'TITLE_CHOOSE_IMAGE','Choose Image','ru_ru','Choose Image',29),(10642,'COMPRESS','Compress','ru_ru','Compress',29),(10643,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','ru_ru','Your image size is too large, please select another image',29),(10644,'OnDayOfMonth','On day of month','ru_ru','On day of month',29),(10645,'OnDayOfWeek','On day of week','ru_ru','On day of week',29),(10646,'AddAndClose','Add & Close','ru_ru','Add & Close',29),(10647,'Repeat','Repeat','ru_ru','Repeat',29),(10648,'OnDay','On day','ru_ru','On day',29),(10649,'View_Line_Item','View Line Item','ru_ru','View Line Item',29),(10650,'TITLE_IMAGE','Image','ru_ru','Image',29),(10651,'TITLE_ICLOUD','iCloud','ru_ru','iCloud',29),(10652,'GOOGLE','Google','ru_ru','Google',29),(10653,'ALERT_BTN_OKAY','Okay','ru_ru','Okay',29),(10654,'ALERT_TITLE_ACCESS_DENIED','Access Denied','ru_ru','Access Denied',29),(10655,'Dont_Show_Again','Don\'t show again','ru_ru','Don\'t show again',29),(10656,'Skip','Skip','ru_ru','Skip',29),(10657,'Fillter_Name','Fillter Name','ru_ru','Fillter Name',29),(10658,'Fillter_Record_Count','Fillter Record Count','ru_ru','Fillter Record Count',29),(10659,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','ru_ru','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(10660,'vtiger_url','Your vTiger CRM URL','ru_ru','Your vTiger CRM URL',26),(10661,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','ru_ru','You don\'t have permission to Add either This is read-only or Private Field.',31),(10662,'CLEAR','Clear','ru_ru','Clear',31),(10663,'Files/photos uploaded successfully','Files/photos uploaded successfully','ru_ru','Files/photos uploaded successfully',32),(10664,'Digital signature saved','Digital signature saved','ru_ru','Digital signature saved',32),(10665,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','ru_ru','Please upload Signature or Files/photos',32),(10666,'Files / Photos','Files / Photos','ru_ru','Files / Photos',32),(10667,'Signature','Signature','ru_ru','Signature',32),(10668,'add_photo_using','Add Photo Using','ru_ru','Add Photo Using',31),(10669,'btn_upload_sign','(+) Add Signature','ru_ru','(+) Add Signature',31),(10670,'btn_upload_photo_doc','(+) Upload Files/Photos','ru_ru','(+) Upload Files/Photos',31),(10671,'select_photo_doc_to_upload','Please select files/photos to upload','ru_ru','Please select files/photos to upload',31),(10672,'related_module_title','Search from related module and Add to \"Route\"','ru_ru','Search from related module and Add to \"Route\"',30),(10673,'Route status updated successfully','Route status updated successfully','ru_ru','Route status updated successfully',32),(10674,'Session init failed','Session init failed','ru_ru','Session init failed',32),(10675,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','ru_ru','You don\'t have permission to access this resource',32),(10676,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','ru_ru','Could not get the Related To - Try again later',32),(10677,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','ru_ru','Could not get the Route Planning Record - Try again later',32),(10678,'Something went wrong - Try again later','Something went wrong - Try again later','ru_ru','Something went wrong - Try again later',32),(10679,'sequence updated successfully','sequence updated successfully','ru_ru','sequence updated successfully',32),(10680,'sequence cannot be empty','sequence cannot be empty','ru_ru','sequence cannot be empty',32),(10681,'Shortcut details not saved','Shortcut details not saved','ru_ru','Shortcut details not saved',32),(10682,'Shortcut details saved successfully','Shortcut details saved successfully','ru_ru','Shortcut details saved successfully',32),(10683,'Route save successfully','Route save successfully','ru_ru','Route save successfully',32),(10684,'Record save successfully','Record save successfully','ru_ru','Record save successfully',32),(10685,'No dependency found for picklist','No dependency found for picklist','ru_ru','No dependency found for picklist',32),(10686,'No records found','No records found','ru_ru','No records found',32),(10687,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','ru_ru','Outgoing server is not enabled, please configure from CRM',32),(10688,'Removed Successfully','Removed Successfully','ru_ru','Removed Successfully',32),(10689,'Shortcut has been deleted','Shortcut has been deleted','ru_ru','Shortcut has been deleted',32),(10690,'relation of records removed successfully','relation of records removed successfully','ru_ru','relation of records removed successfully',32),(10691,'relation of records not removed','relation of records not removed','ru_ru','relation of records not removed',32),(10692,'Record has been deleted successfully','Record has been deleted successfully','ru_ru','Record has been deleted successfully',32),(10693,'Time Tracking saved successfully','Time Tracking saved successfully','ru_ru','Time Tracking saved successfully',32),(10694,'Time Tracking updated successfully','Time Tracking updated successfully','ru_ru','Time Tracking updated successfully',32),(10695,'Time Tracking ended successfully','Time Tracking ended successfully','ru_ru','Time Tracking ended successfully',32),(10696,'Time Tracking started successfully','Time Tracking started successfully','ru_ru','Time Tracking started successfully',32),(10697,'record cannot be empty','record cannot be empty','ru_ru','record cannot be empty',32),(10698,'Module is disabled','Module is disabled','ru_ru','Module is disabled',32),(10699,'Shift ended successfully','Shift ended successfully','ru_ru','Shift ended successfully',32),(10700,'Shift started successfully','Shift started successfully','ru_ru','Shift started successfully',32),(10701,'relation of records added successfully','relation of records added successfully','ru_ru','relation of records added successfully',32),(10702,'Comment saved successfully','Comment saved successfully','ru_ru','Comment saved successfully',32),(10703,'Comment not saved','Comment not saved','ru_ru','Comment not saved',32),(10704,'Comment module is not active','Comment module is not active','ru_ru','Comment module is not active',32),(10705,'No Upcoming Event','No Upcoming Event','ru_ru','No Upcoming Event',32),(10706,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','ru_ru','No Templates found - create it from Message Templates module',32),(10707,'No event or task for this date','No event or task for this date','ru_ru','No event or task for this date',32),(10708,'No filters created','No filters created','ru_ru','No filters created',32),(10709,'Select at least one record to attach','Select at least one record to attach','ru_ru','Select at least one record to attach',32),(10710,'Please select one or more attachments','Please select one or more attachments','ru_ru','Please select one or more attachments',32),(10711,'No event for this month','No event for this month','ru_ru','No event for this month',32),(10712,'No Activity found','No Activity found','ru_ru','No Activity found',32),(10713,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','ru_ru','Your feedback is valuable for us - it cannot be empty',32),(10714,'Could not send mail, Please try later','Could not send mail, Please try later','ru_ru','Could not send mail, Please try later',32),(10715,'Latest Version updated successfully','Latest Version updated successfully','ru_ru','Latest Version updated successfully',32),(10716,'User Location Updated Successfully','User Location Updated Successfully','ru_ru','User Location Updated Successfully',32),(10717,'User Location not Updated Successfully','User Location not Updated Successfully','ru_ru','User Location not Updated Successfully',32),(10718,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','ru_ru','SMSNotifier is not enable in CRM. Please enable it first',32),(10719,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','ru_ru','Could not submit your feedback - Please try again later',32),(10720,'Thank you for submitting your feedback','Thank you for submitting your feedback','ru_ru','Thank you for submitting your feedback',32),(10721,'Please upload User Image','Please upload User Image','ru_ru','Please upload User Image',32),(10722,'Image Not Uploading, please try again','Image Not Uploading, please try again','ru_ru','Image Not Uploading, please try again',32),(10723,'User Image Uploaded Successfully','User Image Uploaded Successfully','ru_ru','User Image Uploaded Successfully',32),(10724,'Invalid Module name','Invalid Module name','ru_ru','Invalid Module name',32),(10725,'Records Sync Successfully','Records Sync Successfully','ru_ru','Records Sync Successfully',32),(10726,'Values cannot be empty','Values cannot be empty','ru_ru','Values cannot be empty',32),(10727,'Record id is empty','Record id is empty','ru_ru','Record id is empty',32),(10728,'Logout Successfully','Logout Successfully','ru_ru','Logout Successfully',32),(10729,'Please Enable CTMobile Module','Please Enable CTMobile Module','ru_ru','Please Enable CTMobile Module',32),(10730,'Authentication Failed','Username and Password do not match','ru_ru','Username and Password do not match',32),(10731,'Mismatched module information','Something gone wrong, please try again later','ru_ru','Something gone wrong, please try again later',32),(10732,'Field does not exists','Please set display fields again','ru_ru','Please set display fields again',32),(10733,'Module does not exists','Module does not exists or disabled by admin','ru_ru','Module does not exists or disabled by admin',32),(10734,'Month cannot be empty','Could not get the Month - Try again later','ru_ru','Could not get the Month - Try again later',32),(10735,'Year cannot be empty','Could not get the Year - Try again later','ru_ru','Could not get the Year - Try again later',32),(10736,'Date cannot be empty','Could not get the Date - Try again later','ru_ru','Could not get the Date - Try again later',32),(10737,'Userid cannot be empty','Could not get the Userid - Try again later','ru_ru','Could not get the Userid - Try again later',32),(10738,'End Date cannot be empty','Could not get the status - Try again later','ru_ru','Could not get the status - Try again later',32),(10739,'Start Date cannot be empty','Could not get the Start Date - Try again later','ru_ru','Could not get the Start Date - Try again later',32),(10740,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','ru_ru','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(10741,'Longitude cannot be empty','Could not get location-Please try again','ru_ru','Could not get location-Please try again',32),(10742,'Latitude cannot be empty','Could not get location-Please try again','ru_ru','Could not get location-Please try again',32),(10743,'User cannot be empty','Could not get the User - Try again later','ru_ru','Could not get the User - Try again later',32),(10744,'Status cannot be empty','Could not get the status - Try again later','ru_ru','Could not get the status - Try again later',32),(10745,'Required fields not found','Required fields not found','ru_ru','Required fields not found',32),(10746,'Tracking module not active','Tracking module not active-Please contact CRM Admin','ru_ru','Tracking module not active-Please contact CRM Admin',32),(10747,'Missing mandatory input values','Missing mandatory input values','ru_ru','Missing mandatory input values',32),(10748,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','ru_ru','No MailBox found. Please Create Mailbox',32),(10749,'Mail not sent','Mail not sent','ru_ru','Mail not sent',32),(10750,'Mail send successfully','Mail send successfully','ru_ru','Mail send successfully',32),(10751,'Email Id or username not match with your record','Email Id or username not match with your record','ru_ru','Email Id or username not match with your record',32),(10752,'Module not specified','Module not specified','ru_ru','Module not specified',32),(10753,'No messages found','No messages found','ru_ru','No messages found',32),(10754,'No Dependency Found For This Module','No Dependency Found For This Module','ru_ru','No Dependency Found For This Module',32),(10755,'Outgoing server is not Enabled','Outgoing server is not Enabled','ru_ru','Outgoing server is not Enabled',32),(10756,'Outgoing server is Enabled','Outgoing server is Enabled','ru_ru','Outgoing server is Enabled',32),(10757,'Email Attached Successfully','Email Attached Successfully','ru_ru','Email Attached Successfully',32),(10758,'Documents Attached Successfully','Documents Attached Successfully','ru_ru','Documents Attached Successfully',32),(10759,'Login required - Please login again','Login required - Please login again','ru_ru','Login required - Please login again',32),(10760,'time_tracking_module_disable','Time tracking module is disable','ru_ru','Time tracking module is disable',31),(10761,'route_planning_module_disable','Route planning module is disable','ru_ru','Route planning module is disable',31),(10762,'mark_as_held','Are you sure you want to mark Event as Held?','ru_ru','Are you sure you want to mark Event as Held?',31),(10763,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','ru_ru','You have already started Time tracking for another record, Do you want to stop it first ?',31),(10764,'access_denied_routeplanning','Access denied for route planning','ru_ru','Access denied for route planning',31),(10765,'time_spent','Time Spent','ru_ru','Time Spent',31),(10766,'select_user','Select User','ru_ru','Select User',30),(10767,'status_cannot_be_held','Status cannot be held for future date start','ru_ru','Status cannot be held for future date start',30),(10768,'please_select_end_date','Please select end date','ru_ru','Please select end date',30),(10769,'please_select_start_date','Please select start date','ru_ru','Please select start date',30),(10770,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','ru_ru','Tap on + icon to select record for your route.',30),(10771,'please_enter_notes','Please enter notes','ru_ru','Please enter notes',30),(10772,'please_enter_title','Please enter title','ru_ru','Please enter title',30),(10773,'please_select_date','Please Select Date','ru_ru','Please Select Date',30),(10774,'search_by_date','Search by Date','ru_ru','Search by Date',30),(10775,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','ru_ru','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(10776,'max_upload_size','max file Upload exceeds','ru_ru','max file Upload exceeds',30),(10777,'unselect_all','UnSelect All','ru_ru','UnSelect All',30),(10778,'select_all','Select All','ru_ru','Select All',30),(10779,'please_select_records','Please select records','ru_ru','Please select records',30),(10780,'select_date','Select Date','ru_ru','Select Date',30),(10781,'quantity_in_stock_is','Quantity in stock is','ru_ru','Quantity in stock is',30),(10782,'replies','Replies','ru_ru','Replies',30),(10783,'conversation_require_selection','Conversion requires selection of Contact or Organization','ru_ru','Conversion requires selection of Contact or Organization',30),(10784,'please_select_product','Please Select Product','ru_ru','Please Select Product',30),(10785,'timer_msg','You can start timer for single task only at same time','ru_ru','You can start timer for single task only at same time',31),(10786,'save_start_tracking','Save & Start Tracking','ru_ru','Save & Start Tracking',31),(10787,'lbl_notes','Notes','ru_ru','Notes',31),(10788,'enter_title','Enter Title','ru_ru','Enter Title',31),(10789,'select_module_record','Select Module / Record','ru_ru','Select Module / Record',31),(10790,'lbl_tomorrow','Tomorrow','ru_ru','Tomorrow',30),(10791,'lbl_yesterday','Yesterday','ru_ru','Yesterday',30),(10792,'lbl_today','Today','ru_ru','Today',30),(10793,'time_tracker','Time Tracker','ru_ru','Time Tracker',31),(10794,'time_end','End Time','ru_ru','End Time',5),(10795,'due_date','End Date','ru_ru','End Date',5),(10796,'time_start','Time Start','ru_ru','Time Start',5),(10797,'date_start','Start Date','ru_ru','Start Date',5),(10798,'delete_widget_msg','Display widget again by using (+) option','ru_ru','Display widget again by using (+) option',15),(10799,'no_upcoming_activities','No scheduled activities    ','ru_ru','No scheduled activities    ',15),(10800,'check_in_first','Please check-in first','ru_ru','Please check-in first',30),(10801,'duration','Duration','ru_ru','Duration',30),(10802,'distance','Distance','ru_ru','Distance',30),(10803,'proper_address_message','Please enter proper address in record\n','ru_ru','Please enter proper address in record',30),(10804,'select_status','Select Status','ru_ru','Select Status',30),(10805,'route_planner','Route Planner','ru_ru','Route Planner',30),(10806,'route_planning','Route Planning','ru_ru','Route Planning',30),(10807,'add_route','Add Route','ru_ru','Add Route',30),(10808,'calender_disabled','Calendar Module is disabled','ru_ru','Calendar Module is disabled',30),(10809,'close_dialog','Close form','ru_ru','Close form',30),(10810,'cancel_form_message','Are You sure want to close ?','ru_ru','Are You sure want to close ?',30),(10811,'create_route','Create Route','ru_ru','Create Route',30),(10812,'select_module_create_route','Select Module to create Route','ru_ru','Select Module to create Route',30),(10813,'cancel','Cancel','ru_ru','Отменить',30),(10814,'assign_route','Assign Route','ru_ru','Assign Route',30),(10815,'route_for','Route for','ru_ru','Route for',30),(10816,'assigned_to','Assigned To','ru_ru','Assigned To',30),(10817,'enter_route_name','Enter Route Name','ru_ru','Enter Route Name',30),(10818,'list','List','ru_ru','List',30),(10819,'map','Map','ru_ru','Map',30),(10820,'other_modules','Other Modules','ru_ru','Other Modules',15),(10821,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','ru_ru','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(10822,'clear','Clear','ru_ru','Clear',25),(10823,'open','Open','ru_ru','Open',11),(10824,'max_file_msg','Too many files selected (max:6)','ru_ru','Too many files selected (max:6)',11),(10825,'error_voicenote_record','Unable to recording voice while another application is recording sound.','ru_ru','Unable to recording voice while another application is recording sound.',11),(10826,'msg_warning','Warning!','ru_ru','Warning!',11),(10827,'Permision_denied_contact','Permission denied to access your contacts','ru_ru','Permission denied to access your contacts',15),(10828,'no_widget_added','Please click + icon to add new widget to your dashboard.','ru_ru','Please click + icon to add new widget to your dashboard.',15),(10829,'no_data_available','Data not available, please check the selected fields','ru_ru','Data not available, please check the selected fields',15),(10830,'check_out_successfully','Check out successfully','ru_ru','Checked out successfully',11),(10831,'check_in_successfully','Check in successfully','ru_ru','Checked in successfully',11),(10832,'check_out','Check out','ru_ru','Check out',11),(10833,'check_in','Check in','ru_ru','Check in',11),(10834,'navigate','Navigate','ru_ru','Navigate',11),(10835,'save_to_phone_vcard_success','VCard Saved to phone successfully','ru_ru','VCard Saved to phone successfully',15),(10836,'download_vcard_success','VCard downloaded successfully','ru_ru','VCard downloaded successfully',15),(10837,'card_details','Card Details','ru_ru','Card Details',15),(10838,'add_widget','Add Widget','ru_ru','Add Widget',15),(10839,'delete_widget','Are you sure to hide widget?','ru_ru','Are you sure to hide widget?',15),(10840,'already_widgets_added','All types of Widget & reports are already added','ru_ru','All types of Widget & reports are already added',15),(10841,'retry','Retry','ru_ru','Retry',28),(10842,'retake','Retake','ru_ru','Retake',28),(10843,'Reports','Reports','ru_ru','Reports',15),(10844,'Widgets','Widgets','ru_ru','Widgets',15),(10845,'vcard_config','Vcard Configuration','ru_ru','Vcard Configuration',8),(10846,'save_to_phone','Save to phone','ru_ru','Save to phone',11),(10847,'download_vcard','Download Vcard','ru_ru','Download Vcard',11),(10848,'share_vcard','Share Vcard','ru_ru','Share Vcard',11),(10849,'share_record','Share Record','ru_ru','Share Record',11),(10850,'permission_denied_edit','You don\'t have permission to edit this record.','ru_ru','You don\'t have permission to edit this record.',27),(10851,'permission_denied_delete','You don\'t have permission to delete this record.','ru_ru','You don\'t have permission to delete this record.',27),(10852,'Voice_Recording_Started','Recording Started','ru_ru','Recording Started',12),(10853,'Voice_Recording_Stopped','Recording Stopped','ru_ru','Recording Stopped',12),(10854,'SEARCH','Search','ru_ru','Search',7),(10855,'LAST','Last','ru_ru','Last',7),(10856,'FIRST','First','ru_ru','First',7),(10857,'MONDAY','Monday','ru_ru','Monday',7),(10858,'TUESDAY','Tuesday','ru_ru','Tuesday',7),(10859,'WEDNESDAY','Wednesday','ru_ru','Wednesday',7),(10860,'THURSDAY','Thursday','ru_ru','Thursday',7),(10861,'FRIDAY','Friday','ru_ru','Friday',7),(10862,'SATURDAY','Saturday','ru_ru','Saturday',7),(10863,'SUNDAY','Sunday','ru_ru','Sunday',7),(10864,'DAILY','Daily','ru_ru','Daily',7),(10865,'WEEKLY','Weekly','ru_ru','Weekly',7),(10866,'MONTHLY','Monthly','ru_ru','Monthly',7),(10867,'YEARLY','Yearly','ru_ru','Yearly',7),(10868,'asset_tracking','Asset tracking','ru_ru','Asset tracking',15),(10869,'open_file','Open File','ru_ru','Open File',1),(10870,'download_pdf_successfully','Download PDF Successfully','ru_ru','Download PDF Successfully',1),(10871,'select_pdf','Select PDF','ru_ru','Select PDF',1),(10872,'email_pdf','Email PDF','ru_ru','Email PDF',1),(10873,'download_pdf','Download PDF','ru_ru','Download PDF',1),(10874,'edit_route','Edit Route','ru_ru','Edit Route',1),(10875,'save_route','Save Route','ru_ru','Save Route',1),(10876,'clear_all','Clear All','ru_ru','Clear All',1),(10877,'notification','Notifications','ru_ru','Notifications',1),(10878,'menu_management','Menu Management','ru_ru','Menu Management',1),(10879,'select_menu','Select Menu','ru_ru','Select Menu',1),(10880,'module_record_not_found','Module and Record not found','ru_ru','Module and Record not found',1),(10881,'reason_for_changing_comments','Reason for changing comments','ru_ru','Reason for changing comments',1),(10882,'edit_reason','Edit Reason','ru_ru','Edit Reason',1),(10883,'create_filters','Create Filter','ru_ru','Create Filter',1),(10884,'you_checked','You Checked','ru_ru','You Checked',1),(10885,'you_un_checked','You UnChecked','ru_ru','You UnChecked',1),(10886,'log_the_call','Log the call ?','ru_ru','Log the call ?',1),(10887,'add_a_description_(optional)','Add a description (optional)','ru_ru','Add a description (optional)',1),(10888,'called','Called','ru_ru','Called',1),(10889,'call_log','Call Log','ru_ru','Call Log',1),(10890,'subject','Subject','ru_ru','Subject',1),(10891,'add_condition','Add Condition','ru_ru','Add Condition',1),(10892,'select_condition','Select Condition','ru_ru','Select Condition',1),(10893,'select_field','Select Field','ru_ru','Select Field',1),(10894,'please_select_first_field','Please First Select field','ru_ru','Please First Select field',1),(10895,'filter_name','Filter Name','ru_ru','Filter Name',1),(10896,'enter_filter_name','Enter filter name','ru_ru','Enter filter name',1),(10897,'choose_conditions','Choose Conditions','ru_ru','Choose Conditions',1),(10898,'all_condition','All Conditions(All conditions must be met)','ru_ru','All Conditions(All conditions must be met)',1),(10899,'any_condition','Any Conditions(At least one the conditions must be met)','ru_ru','Any Conditions(At least one the conditions must be met)',1),(10900,'lattitude','latitude','ru_ru','latitude',1),(10901,'notification_settings','Notification Settings','ru_ru','Notification Settings',1),(10902,'notification_management','Notification Management','ru_ru','Notification Management',1),(10903,'addyourcommentshere','Type @ to mention user','ru_ru','Type @ to mention user',1),(10904,'google_api_key_missing','Google Api key is missing.','ru_ru','Google Api key is missing.',1),(10905,'event_filter_by','Event Filter by','ru_ru','Event Filter by',1),(10906,'apply','Apply','ru_ru','Apply',1),(10907,'choose_from_gallery','Choose From Gallery','ru_ru','Choose From Gallery',1),(10908,'choose_from_camera','Choose From Camera','ru_ru','Choose From Camera',1),(10909,'mutli_select_CB','Mutli Select CB','ru_ru','Mutli Select CB',1),(10910,'please_select_condition','Please Select Condition','ru_ru','Please Select Condition',1),(10911,'please_enter_value_or_field','Please Enter Value or Field','ru_ru','Please Enter Value or Field',1),(10912,'set_as_default','Set as Default','ru_ru','Set as Default',1),(10913,'list_in_metrics','List in Metrics','ru_ru','List in Metrics',1),(10914,'order_number','Order Number','ru_ru','Order Number',1),(10915,'recording_saved_message','Recording saved successfully.','ru_ru','Recording saved successfully.',1),(10916,'recording_file','Recording File','ru_ru','Recording File',1),(10917,'file_not_found','File not found','ru_ru','File not found',1),(10918,'please_enter_valid_path','Please enter valid path','ru_ru','Please enter valid path',1),(10919,'enter_path_here','Enter path here...','ru_ru','Enter path here...',1),(10920,'set_call_recording_path','Set Call Recording Path','ru_ru','Set Call Recording Path',1),(10921,'set_call_recording_path_here','Set call recording path here','ru_ru','Set call recording path here',1),(10922,'call_recording_path','Call Recording Path','ru_ru','Call Recording Path',1),(10923,'please_place_api','Please enable place api','ru_ru','Please enable place api',1),(10924,'event_filters_by','Event Filters by','ru_ru','Event Filters by',1),(10925,'select_at_least_one_option','Please select at least one option','ru_ru','Please select at least one option',1),(10926,'enable_call_feature','Please enable call feature','ru_ru','Please enable call feature',1),(10927,'enable_email_feature','Please enable email feature','ru_ru','Please enable email feature',1),(10928,'demo_login','Demo Login','ru_ru','Demo Login',1),(10929,'select_email_template','Select Email Template','ru_ru','Select Email Template',1),(10930,'template_name','Template Name','ru_ru','Template Name',1),(10931,'example_storage_path','example : storage/Music/Recordings/Call Recordings','ru_ru','example : storage/Music/Recordings/Call Recordings',1),(10932,'User Notification Settings saved successfully','User Notification Settings saved successfully','ru_ru','User Notification Settings saved successfully',33),(10933,'This Notification has been disabled by admin','This Notification has been disabled by admin','ru_ru','This Notification has been disabled by admin',33),(10934,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','ru_ru','Notify when any updates to the record you\'re following',33),(10935,'Task assigned to you','Task assigned to you','ru_ru','Task assigned to you',33),(10936,'Task Reminder','Task Reminder','ru_ru','Task Reminder',33),(10937,'You were mentioned in comments','You were mentioned in comments','ru_ru','You were mentioned in comments',33),(10938,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','ru_ru','Comments has been added to record assigned to you',33),(10939,'When Record Assigned','When Record Assigned','ru_ru','When Record Assigned',33),(10940,'Event Reminder','Event Reminder','ru_ru','Event Reminder',33),(10941,'Event Invitation','Event Invitation','ru_ru','Event Invitation',33),(10942,'Follow record','Follow record','ru_ru','Follow record',33),(10943,'Task','Task','ru_ru','Task',33),(10944,'Conversions','Conversions','ru_ru','Conversions',33),(10945,'Events','Events','ru_ru','Events',33),(10946,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','ru_ru','No record(s) found Please click on filter icon to change filter',1),(10947,'title','Title','ru_ru','Title',1),(10948,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','ru_ru','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(10949,'call_recording','Call recording','ru_ru','Call recording',1),(10950,'voice_recorder','Voice Recorder','ru_ru','Voice Recorder',1),(10951,'no_address_reference_found','No Address Reference found','ru_ru','No Address Reference found',32),(10952,'no_overdue_activities','No OverDue Activities','ru_ru','No OverDue Activities',32),(10953,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','ru_ru','Please enter proper address from this address we are not getting proper latitude and longitude',32),(10954,'Default_Search_Field','Default search field','ru_ru','Default search field',32),(10955,'Calender_Reminder_Message','Free user can\'t send local reminder','ru_ru','Free user can\'t send local reminder',32),(10956,'you_must_have_permission','You must give permissions to use this features.','ru_ru','You must give permissions to use this features.',32),(10957,'internal_comment','Internal Comment','ru_ru','Internal Comment',1),(10958,'unlink_record','Unlink Record','ru_ru','Unlink Record',11),(10959,'unlink_record_msg','Are you sure want to unlink record?','ru_ru','Are you sure want to unlink record?',11),(10960,'file_format_not_support','File format not supported','ru_ru','File format not supported',11),(10961,'file_upload','File Upload','ru_ru','File Upload',5),(10962,'to_vtiger','To Vtiger','ru_ru','To Vtiger',5),(10963,'link_external_document','Link External Document','ru_ru','Link External Document',5),(10964,'from_file_url','From File Url','ru_ru','From File Url',5),(10965,'create_new_document','Create New Document','ru_ru','Create New Document',5),(10966,'select_document_type','Select Document type','ru_ru','Select Document type',5),(10967,'add_signature','Please add signature','ru_ru','Please add signature',11),(10968,'date_greater_then_equal','should be greater than or equal to','ru_ru','should be greater than or equal to',1),(10969,'date_less_then_equal','should be less than or equal to','ru_ru','should be less than or equal to',1),(10970,'Click_on_plus_for_add','Please tap on  +  to create a new record.','ru_ru','Please tap on  +  to create a new record.',15),(10971,'display_map','Display map','ru_ru','Display map',15),(10972,'other_settings','Other settings','ru_ru','Other settings',15),(10973,'total_hours','Total hours','ru_ru','Total hours',15),(10974,'widget_not_found','No widgets found','ru_ru','No widgets found',15),(10975,'quickaction','Quick action','ru_ru','Quick action',15),(10976,'dashboard','Dashboard','ru_ru','Dashboard',15),(10977,'new','New','ru_ru','New',15),(10978,'global_search_hint','Please try to search using search box at top','ru_ru','Please try to search using search box at top',15),(10979,'near_by_map','Near By Map','ru_ru','Near By Map',15),(10980,'miles','Miles','ru_ru','Miles',15),(10981,'lbl_filters','Filters','ru_ru','Filters',27),(10982,'warning','Warning','ru_ru','Warning',27),(10983,'no_filter_created','No filter is created.','ru_ru','No filter is created.',27),(10984,'please_create_new_ilter','Please create a new filter','ru_ru','Please create a new filter',27),(10985,'select_search_fields','Select fields for the search record.','ru_ru','Select fields for the search record.',27),(10986,'apply_fliters','Apply filters','ru_ru','Apply filters',27),(10987,'sort_by','Sort by','ru_ru','Sort by',27),(10988,'sort_order','Sort order','ru_ru','Sort order',27),(10989,'Start_time_tracking','Start time tracking','ru_ru','Start time tracking',31),(10990,'Stop_time_tracking','Stop time tracking','ru_ru','Stop time tracking',31),(10991,'image_preview','Image preview','ru_ru','Image preview',11),(10992,'phone_number','Phone number','ru_ru','Phone number',11),(10993,'email_address','Email address','ru_ru','Email address',11),(10994,'edit_your_preferences','Edit your preferences','ru_ru','Edit your preferences',8),(10995,'about_app','About app','ru_ru','About app',8),(10996,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','ru_ru','You already have latest CTMobile Ext. Version',8),(10997,'updated_app_version','You already have latest CRMTiger App Version','ru_ru','You already have latest CRMTiger App Version',8),(10998,'plan','Plan','ru_ru','Plan',8),(10999,'time','Time','ru_ru','Time',31),(11000,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','ru_ru','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(11001,'add_to_quick_action','Add to quick action','ru_ru','Add to quick action',1),(11002,'add_filter_to_quick_action','Add filter to quick action','ru_ru','Add filter to quick action',1),(11003,'create_record','Create Record','ru_ru','Create Record',1),(11004,'quick_action_hint','You can Add Quick Action here','ru_ru','You can Add Quick Action here',1),(11005,'str_send','Send','ru_ru','Send',3),(11006,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','ru_ru','Do you want to update tax & charge values corresponding to selected region?',1),(11007,'delete_quick_action_widgest','Delete Widget?','ru_ru','Delete Widget?',15),(11008,'add_record_to_dashboard','Add record to dashboard','ru_ru','Add record to dashboard',15),(11009,'module_quick_action_msg','Module added to dashboard','ru_ru','Module added to dashboard',15),(11010,'filter_quick_action_msg','Filter added to dashboard','ru_ru','Filter added to dashboard',15),(11011,'record_quick_action_msg','Record added to dashboard','ru_ru','Record added to dashboard',15),(11012,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','ru_ru','Filter shortcut added to dashboard',15),(11013,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','ru_ru','Record shortcut added to dashboard',15),(11014,'documents_disabled','Documents Module is disabled','ru_ru','Documents Module is disabled',1),(11015,'document_dont_attachment','Document does not have a attachment','ru_ru','Document does not have a attachment',1),(11016,'go_to_neat_by','Go to NearBy','ru_ru','Go to NearBy',15),(11017,'go_to_time_tracking','Go to Time Tracker','ru_ru','Go to Time Tracker',13),(11018,'nearby_quick_action_msg','NearBy added to dashboard','ru_ru','NearBy added to dashboard',15),(11019,'time_tracking_quick_action_msg','Time Tracking added to dashboard','ru_ru','Time Tracking added to dashboard',15),(11020,'attendance_quick_action_msg','Attendance added to dashboard','ru_ru','Attendance added to dashboard',15),(11021,'attachment','Attachment','ru_ru','Attachment',15),(11022,'search_by_fields','Search by fields','ru_ru','Search by fields',27),(11023,'apply_selected','Apply selected','ru_ru','Apply selected',27),(11024,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','ru_ru','auto address finder is disabled, please enable it from CRMTiger Settings',1),(11025,'Attendance','Attendance','ru_ru','Attendance',15),(11026,'Check-in successfully','Check-in successfully','ru_ru','Check-in successfully',32),(11027,'Check-out successfully','Check-out successfully','ru_ru','Check-out successfully',32),(11028,'Nothing around here','Nothing around here','ru_ru','Nothing around here',13),(11029,'select_days','Select Days','ru_ru','Select Days',5),(11030,'select_minutes','Select Minutes','ru_ru','Select Minutes',5),(11031,'select_hours','Select Hours','ru_ru','Select Hours',5),(11032,'no_lat_long_found','Location information (Latitude,Longitude) not found','ru_ru','Location information (Latitude,Longitude) not found',32),(11033,'Call Log save successfully','Call Log save successfully','ru_ru','Call Log save successfully',32),(11034,'Files/photos deleted successfully','Files/photos deleted successfully','ru_ru','Files/photos deleted successfully',32),(11035,'network_error','Network connection error!','sv_se','Network connection error!',1),(11036,'connection_check','Could not connect to CRM, Please check your Internet connection.','sv_se','Could not connect to CRM, Please check your Internet connection.',1),(11037,'update','Update','sv_se','Update',1),(11038,'cancel','Cancel','sv_se','Cancel',1),(11039,'ok','Ok','sv_se','Ok',1),(11040,'more_information','Click here for more information.','sv_se','Click here for more information.',1),(11041,'yes','Yes','sv_se','Yes',1),(11042,'no','No','sv_se','No',1),(11043,'click_again_exit','Click again to exit','sv_se','Click again to exit',1),(11044,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','sv_se','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(11045,'clickhere','Click here','sv_se','Click here',1),(11046,'clickhere_subscribe','Click here to subscribe premium version','sv_se','Click here to subscribe premium version',1),(11047,'clickhere_configure','Click here and view how to Configure.','sv_se','Click here and view how to Configure.',1),(11048,'please_wait','Please Wait…','sv_se','Please Wait…',1),(11049,'share__msg','Share file with','sv_se','Share file with',1),(11050,'dialog_camera','Camera','sv_se','Camera',1),(11051,'dialog_add_file_by','Take Photo from','sv_se','Take Photo from',1),(11052,'add','Add','sv_se','Add',1),(11053,'mail_manager_configured','Mail Manager is not configured','sv_se','Mail Manager is not configured',1),(11054,'dialog_add_files_by','Add Files by','sv_se','Add Files by',1),(11055,'dialog_drive','Drive','sv_se','Drive',1),(11056,'dialog_drop_box','Drop Box','sv_se','Drop Box',1),(11057,'dialog_need_signin','You need to Sign-in to your Drive account first.','sv_se','You need to Sign-in to your Drive account first.',1),(11058,'dialog_gallery','Gallery','sv_se','Gallery',1),(11059,'delete','Delete','sv_se','Delete',1),(11060,'timeoutmessage','Oops! Request is taking more time than expected.','sv_se','Oops! Request is taking more time than expected.',1),(11061,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','sv_se','GPS is not enabled. Please turn it on to get your near by locations.',1),(11062,'sure_want_delete','Are you sure want to delete ?','sv_se','Are you sure want to delete ?',1),(11063,'select','Select','sv_se','Select',1),(11064,'msgforrecordaudio','Minimum record duration one second.','sv_se','Minimum record duration one second.',1),(11065,'permission_storage','Permission denied to read your External storage','sv_se','Permission denied to read your External storage',1),(11066,'send_permission_msg','Send message permission denied','sv_se','Send message permission denied',1),(11067,'choosefile','Choose File','sv_se','Choose File',1),(11068,'enter','Enter','sv_se','Enter',1),(11069,'select_an_option','Select an Option','sv_se','Select an Option',1),(11070,'email_validation','Email is not valid','sv_se','Email is not valid',1),(11071,'please_enter','Please Enter','sv_se','Please Enter',1),(11072,'website_validation_text','Website URL is not valid','sv_se','Website URL is not valid',1),(11073,'selectvalue','Select value first','sv_se','Select value first',1),(11074,'email','Email','sv_se','Email',1),(11075,'enter_email_address','Enter email address','sv_se','Enter email address',1),(11076,'email_address_not_correct','Email address incorrect','sv_se','Email address incorrect',1),(11077,'pls_enter_subject','Please Enter Subject','sv_se','Please Enter Subject',1),(11078,'attachFiles','Attached File','sv_se','Attached File',1),(11079,'from','From','sv_se','From',1),(11080,'to','To','sv_se','To',1),(11081,'call_permission_msg','Call permission denied','sv_se','Call permission denied',1),(11082,'no_records','No records found','sv_se','No records found',1),(11083,'fullform','Create New','sv_se','Create New',1),(11084,'save','Save','sv_se','Save',1),(11085,'total','Total','sv_se','Total',1),(11086,'discount','Discount','sv_se','Discount',1),(11087,'price','Price','sv_se','Price',1),(11088,'quantity','Quantity','sv_se','Quantity',1),(11089,'select_module','Select Module','sv_se','Select Module',1),(11090,'item_list','Item List','sv_se','Item List',1),(11091,'quickcreate','Quick Create','sv_se','Quick Create',1),(11092,'overwrite_msg_part1','Overwrite the existing address with the selected','sv_se','Overwrite the existing address with the selected',1),(11093,'once_in_every','Once in every','sv_se','Once in every',1),(11094,'overwrite_msg_part2','address details?','sv_se','address details?',1),(11095,'add_item','Add Item','sv_se','Add Item',1),(11096,'recordsave','Record saved successfully','sv_se','Record saved successfully',1),(11097,'recordnotsave','Could not save record. Try again later','sv_se','Could not save record. Try again later',1),(11098,'minutes','Minutes','sv_se','Minutes',1),(11099,'hours','Hours','sv_se','Hours',1),(11100,'days','Days','sv_se','Days',1),(11101,'on','On','sv_se','On',1),(11102,'day_of_the_month','day of the month','sv_se','day of the month',1),(11103,'list_price','List Price','sv_se','List Price',1),(11104,'add_record','Add Record','sv_se','Add Record',1),(11105,'add_product','Add Product','sv_se','Add Product',1),(11106,'add_service','Add Service','sv_se','Add Service',1),(11107,'discountin','Discount in %','sv_se','Discount in %',1),(11108,'unitprice','Unit price','sv_se','Unit price',1),(11109,'netprice','Net price','sv_se','Net price',1),(11110,'comments','Comments','sv_se','Comments',1),(11111,'add_close','Add & Close','sv_se','Add & Close',1),(11112,'fetching_rout_message','Fetching route, Please wait…','sv_se','Fetching route, Please wait…',1),(11113,'setting','Settings','sv_se','Settings',1),(11114,'utc','UTC','sv_se','UTC',1),(11115,'in','In','sv_se','In',1),(11116,'days_ago','days ago','sv_se','days ago',1),(11117,'mins_ago','Minutes ago','sv_se','Minutes ago',1),(11118,'justnow','Just now','sv_se','Just now',1),(11119,'hours_ago','hours ago','sv_se','hours ago',1),(11120,'in_1_day','In 1 day','sv_se','In 1 day',1),(11121,'scanqrcode','Asset / Card scanner','sv_se','Asset / Card scanner',1),(11122,'call_log','Call Log','sv_se','Call Log',1),(11123,'voice_message','Hi','sv_se','Hi',1),(11124,'voice_message1','What can I search for you in','sv_se','What can I search for you in',1),(11125,'live_tracking','Live Tracking','sv_se','Live Tracking',1),(11126,'mailmanager','Mail Manager','sv_se','Mail Manager',1),(11127,'my_location','My location','sv_se','My location',1),(11128,'created_on','Created On','sv_se','Created On',1),(11129,'modified_on','Modified On','sv_se','Modified On',1),(11130,'enter_comments','Enter Comments','sv_se','Enter Comments',1),(11131,'viewmore','View More','sv_se','View More',1),(11132,'viewless','View Less','sv_se','View Less',1),(11133,'gotofullform','Go to Full Form','sv_se','Go to Full Form',1),(11134,'post','Post','sv_se','Post',1),(11135,'url','URL','sv_se','URL',1),(11136,'dialog_title_text_back_color','Select a Text Background Color','sv_se','Select a Text Background Color',1),(11137,'event_or_task','Add event/task','sv_se','Add event/task',1),(11138,'shortcut','Shortcuts','sv_se','Shortcuts',1),(11139,'select_field','Select Field','sv_se','Select Field',1),(11140,'share','Share','sv_se','Share',1),(11141,'title_insert_link','Insert Link','sv_se','Insert Link',1),(11142,'addyourcommentshere','Add your comments here','sv_se','Add your comments here',1),(11143,'nocomment','No Comments','sv_se','No Comments',1),(11144,'leads','Leads','sv_se','Leads',1),(11145,'true_val','true','sv_se','true',1),(11146,'noresult','No Result','sv_se','No Result',1),(11147,'version','Version','sv_se','Version',1),(11148,'convert_lead','Convert Lead','sv_se','Convert Lead',1),(11149,'app_name','CRMTiger','sv_se','CRMTiger',1),(11150,'enter_url','Please Enter url','sv_se','Please Enter url',1),(11151,'help','Help','sv_se','Help',1),(11152,'contact_us','Contact Us','sv_se','Contact Us',1),(11153,'updates','Updates','sv_se','Updates',1),(11154,'logout','LogOut','sv_se','LogOut',1),(11155,'busnies_cardscanner','Business Card Scanner','sv_se','Business Card Scanner',1),(11156,'sure_want_logout','Are you sure want to logout ?','sv_se','Are you sure want to logout ?',1),(11157,'logout_message','Logout successfully','sv_se','Logout successfully',1),(11158,'all','All','sv_se','All',1),(11159,'add_event','Add event','sv_se','Add event',1),(11160,'add_task','Add Task','sv_se','Add Task',1),(11161,'next','Next','sv_se','Next',1),(11162,'terms_conditions','Terms and Conditions','sv_se','Terms and Conditions',1),(11163,'login','Login','sv_se','Login',2),(11164,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','sv_se','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(11165,'copyright','Copyright © 2020 CRMTiger Version','sv_se','Copyright © 2020 CRMTiger Version',2),(11166,'enter_username','Please enter username','sv_se','Please enter username',2),(11167,'enter_password','Please enter password','sv_se','Please enter password',2),(11168,'remanberme','Remember Me','sv_se','Remember Me',2),(11169,'forgot_password','Forgot password?','sv_se','Forgot password?',2),(11170,'privacy_policay1','Privacy Policy','sv_se','Privacy Policy',2),(11171,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','sv_se','Something went wrong. \n please Click here to contact support.',2),(11172,'enter_username_password','Entered Username or Password is wrong','sv_se','Entered Username or Password is wrong',2),(11173,'server_issue_occured','Server issues occurred','sv_se','Server issues occurred',2),(11174,'password','Password','sv_se','Password',3),(11175,'user_name','Username','sv_se','Username',3),(11176,'reset_pwd','Reset Password','sv_se','Reset Password',3),(11177,'forgot_password_title','Forgot password','sv_se','Forgot password',3),(11178,'enter_user_name','Enter user name','sv_se','Enter user name',3),(11179,'cc','Cc','sv_se','Cc',4),(11180,'body','Body','sv_se','Body',4),(11181,'bcc','BCC','sv_se','BCC',4),(11182,'dialog_title_text_color','Select a Text Color','sv_se','Select a Text Color',4),(11183,'date','Date','sv_se','Date',4),(11184,'subject','Subject','sv_se','Subject',4),(11185,'composeMail','Compose Mail','sv_se','Compose Mail',4),(11186,'send','Send','sv_se','Send',4),(11187,'select_message','Select message','sv_se','Select message',4),(11188,'title_insert_table','Insert Table','sv_se','Insert Table',4),(11189,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','sv_se','I agree to Share API Log to Technical team for further troubleshooting',5),(11190,'edit_record','Edit Records','sv_se','Edit Records',5),(11191,'select_time','Select Time','sv_se','Select Time',5),(11192,'edit_item','Edit Item','sv_se','Edit Item',5),(11193,'items_total','Items Total','sv_se','Items Total',5),(11194,'number_less_then_31','Number should be less than 31','sv_se','Number should be less than 31',5),(11195,'users','Users','sv_se','Users',5),(11196,'groups','Groups','sv_se','Groups',5),(11197,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','sv_se','Note : Existing attachments(images/files) will be replaced',5),(11198,'greaterdatetime','End DateTime should be greater than Start DateTime','sv_se','End DateTime should be greater than Start DateTime',5),(11199,'until','Until','sv_se','Until',5),(11200,'organizations','Organizations','sv_se','Organizations',6),(11201,'contacts','Contacts','sv_se','Contacts',6),(11202,'opportunity','Opportunity','sv_se','Opportunity',6),(11203,'lbl_sun','SUN','sv_se','SUN',7),(11204,'lbl_mon','MON','sv_se','MON',7),(11205,'lbl_tue','TUE','sv_se','TUE',7),(11206,'lbl_wed','WED','sv_se','WED',7),(11207,'lbl_thu','THU','sv_se','THU',7),(11208,'lbl_fri','FRI','sv_se','FRI',7),(11209,'lbl_sat','SAT','sv_se','SAT',7),(11210,'lbl_1','1','sv_se','1',7),(11211,'lbl_2','2','sv_se','2',7),(11212,'lbl_3','3','sv_se','3',7),(11213,'lbl_4','4','sv_se','4',7),(11214,'lbl_5','5','sv_se','5',7),(11215,'lbl_6','6','sv_se','6',7),(11216,'lbl_7','7','sv_se','7',7),(11217,'lbl_8','8','sv_se','8',7),(11218,'lbl_9','9','sv_se','9',7),(11219,'lbl_10','10','sv_se','10',7),(11220,'lbl_11','11','sv_se','11',7),(11221,'lbl_12','12','sv_se','12',7),(11222,'lbl_13','13','sv_se','13',7),(11223,'lbl_14','14','sv_se','14',7),(11224,'lbl_15','15','sv_se','15',7),(11225,'lbl_16','16','sv_se','16',7),(11226,'lbl_17','17','sv_se','17',7),(11227,'lbl_18','18','sv_se','18',7),(11228,'lbl_19','19','sv_se','19',7),(11229,'lbl_20','20','sv_se','20',7),(11230,'lbl_21','21','sv_se','21',7),(11231,'lbl_22','22','sv_se','22',7),(11232,'lbl_23','23','sv_se','23',7),(11233,'lbl_24','24','sv_se','24',7),(11234,'lbl_25','25','sv_se','25',7),(11235,'lbl_26','26','sv_se','26',7),(11236,'lbl_27','27','sv_se','27',7),(11237,'lbl_28','28','sv_se','28',7),(11238,'lbl_29','29','sv_se','29',7),(11239,'lbl_30','30','sv_se','30',7),(11240,'lbl_31','31','sv_se','31',7),(11241,'lbl_32','32','sv_se','32',7),(11242,'lbl_33','33','sv_se','33',7),(11243,'lbl_34','34','sv_se','34',7),(11244,'lbl_35','35','sv_se','35',7),(11245,'lbl_36','36','sv_se','36',7),(11246,'lbl_37','37','sv_se','37',7),(11247,'lbl_38','38','sv_se','38',7),(11248,'lbl_39','39','sv_se','39',7),(11249,'lbl_40','40','sv_se','40',7),(11250,'lbl_41','41','sv_se','41',7),(11251,'lbl_42','42','sv_se','42',7),(11252,'current_date','current date','sv_se','current date',7),(11253,'event','Events','sv_se','Events',7),(11254,'calendar','Calendar','sv_se','Calendar',7),(11255,'latest_version','Latest Version :','sv_se','Latest Version :',8),(11256,'expire_on','Next renewal date : ','sv_se','Next renewal date : ',8),(11257,'ctmobile_ext_version','CTMobile Ext. Version : ','sv_se','CTMobile Ext. Version : ',8),(11258,'you_have_latest_version','You already have latest version','sv_se','You already have latest version',8),(11259,'latest_version1','You Already have latest version','sv_se','You Already have latest version',8),(11260,'upgreaded','Upgrade','sv_se','Upgrade',8),(11261,'downgrade','Downgrade','sv_se','Downgrade',8),(11262,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','sv_se','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(11263,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','sv_se','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(11264,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','sv_se','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(11265,'info','Info','sv_se','Info',8),(11266,'recent_history','Recent History','sv_se','Recent History',8),(11267,'recent_feedback','Feedback','sv_se','Feedback',8),(11268,'recent_log','Log','sv_se','Log',8),(11269,'crmtiger_app_version','CRMTiger App Version : ','sv_se','CRMTiger App Version : ',8),(11270,'historylimit','Recent History Limit','sv_se','Recent History Limit',8),(11271,'radious_in_miles','Radius in miles','sv_se','Radius in miles',8),(11272,'recentlimit','Recent Event Limit','sv_se','Recent Event Limit',8),(11273,'upcoming_events','Upcoming Events','sv_se','Upcoming Events',8),(11274,'rate_our_app','Rate Our App!','sv_se','Rate Our App!',8),(11275,'feedback','Submit Feedback','sv_se','Submit Feedback',8),(11276,'sendfeedback','Feedback Send','sv_se','Feedback Send',8),(11277,'emaillimit','Email limit','sv_se','Email limit',8),(11278,'log','Log','sv_se','Log',8),(11279,'logclear','Log cleared successfully.','sv_se','Log cleared successfully.',8),(11280,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','sv_se','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(11281,'proceed_to_upgrade1','Proceed to','sv_se','Proceed to',8),(11282,'upgradation_message','will required logout and login again later.','sv_se','will required logout and login again later.',8),(11283,'proceed_to_upgrade','Proceed to Upgrade','sv_se','Proceed to Upgrade',8),(11284,'module_setting','Module Setting','sv_se','Module Setting',9),(11285,'sortbyfield','Sort by field','sv_se','Sort by field',9),(11286,'ascending','Ascending  A to Z','sv_se','Ascending  A to Z',9),(11287,'descending','Descending  Z to A','sv_se','Descending  Z to A',9),(11288,'first_field','First Field','sv_se','First Field',9),(11289,'second_field','Second Field','sv_se','Second Field',9),(11290,'third_field','Third Field','sv_se','Third Field',9),(11291,'sure_want_restore','Are you sure you want to reset to default settings?','sv_se','Are you sure you want to reset to default settings?',9),(11292,'orderlist','List Order','sv_se','List Order',9),(11293,'module_reset','Restore to Default','sv_se','Restore to Default',9),(11294,'display_fields','Display Fields','sv_se','Display Fields',9),(11295,'discount_lessthen_100','Discount % should be less than 100','sv_se','Discount % should be less than 100',10),(11296,'select_item','Select Item','sv_se','Select Item',10),(11297,'item_comment','Item Comment','sv_se','Item Comment',10),(11298,'record_name','Record Name is :','sv_se','Record Name is :',11),(11299,'go_back','Go Back','sv_se','Go Back',11),(11300,'please_enter_shortcut_name','Please Enter Shortcut Name','sv_se','Please Enter Shortcut Name',11),(11301,'number_not_found','Contact Number not found','sv_se','Contact Number not found',11),(11302,'mail_not_found','Mail Address not found','sv_se','Mail Address not found',11),(11303,'create_shortcut','Create Shortcut','sv_se','Create Shortcut',11),(11304,'contact_summary','Summary','sv_se','Summary',11),(11305,'activites','Activities','sv_se','Activities',11),(11306,'details','Details','sv_se','Details',11),(11307,'related','Related','sv_se','Related',11),(11308,'share_link','Share record with','sv_se','Share record with',11),(11309,'edit','Edit','sv_se','Edit',11),(11310,'duplicate','Duplicate','sv_se','Duplicate',11),(11311,'whatsapp','Whatsapp','sv_se','Whatsapp',11),(11312,'call','Call','sv_se','Call',11),(11313,'choose_contact_for_call','Choose Contact for Call','sv_se','Choose Contact for Call',11),(11314,'choose_contact_for_sms','Choose Contact for SMS','sv_se','Choose Contact for SMS',11),(11315,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','sv_se','Choose Contact for WhatsApp',11),(11316,'chosse_contact_for_email','Choose Email','sv_se','Choose Email',11),(11317,'attach_file','Attach Files','sv_se','Attach Files',11),(11318,'close','Close','sv_se','Close',11),(11319,'status','Status','sv_se','Status',11),(11320,'stop','Stop','sv_se','Stop',11),(11321,'zero','0','sv_se','0',11),(11322,'record','Record','sv_se','Record',11),(11323,'voice_note','Voice Note','sv_se','Voice Note',11),(11324,'tickets','Tickets','sv_se','Tickets',12),(11325,'check_out','Check Out','sv_se','Check Out',12),(11326,'check_in','Check In','sv_se','Check In',12),(11327,'select_any','Select any','sv_se','Select any',12),(11328,'fulldetails','Show Full Details','sv_se','Show Full Details',12),(11329,'checkin','Check-in','sv_se','Check-in',12),(11330,'navigate','Navigate','sv_se','Navigate',12),(11331,'product','Products','sv_se','Products',12),(11332,'projectMilestone','Project Milestone','sv_se','Project Milestone',12),(11333,'projecttask','Project Tasks','sv_se','Project Tasks',12),(11334,'nearby','NearBy','sv_se','NearBy',13),(11335,'document','Document','sv_se','Document',14),(11336,'reply','Reply','sv_se','Reply',14),(11337,'reply_all','Reply All','sv_se','Reply All',14),(11338,'forward','Forward','sv_se','Forward',14),(11339,'action','Action','sv_se','Action',14),(11340,'select_first','Select First','sv_se','Select First',14),(11341,'commentaddsuccessful','Comment added successfull','sv_se','Comment added successfull',14),(11342,'move_to','Move to','sv_se','Move to',14),(11343,'attach','Attach','sv_se','Attach',14),(11344,'addcoment','Add Comment','sv_se','Add Comment',14),(11345,'adddocument','Add Document','sv_se','Add Document',14),(11346,'home','Home','sv_se','Home',15),(11347,'checkout','Check-out','sv_se','Check-out',15),(11348,'message_search','Search by name','sv_se','Search by name',15),(11349,'start_shift','Start shift','sv_se','Start shift',15),(11350,'end_shift','End shift','sv_se','End shift',15),(11351,'today_meeting','Meetings','sv_se','Meetings',15),(11352,'shift_time_track','Shift Time Track','sv_se','Shift Time Track',15),(11353,'logout_msg','You have to login again , click','sv_se','You have to login again , click',15),(11354,'logout_msg1','to continue.','sv_se','to continue.',15),(11355,'permission_denied','You don\'t have permission to create','sv_se','You don\'t have permission to create',15),(11356,'history','Activity stream','sv_se','Activity stream',15),(11357,'search_value','Search value :','sv_se','Search value :',15),(11358,'feed_back_msg','Please enter feedback message','sv_se','Please enter feedback message',16),(11359,'feed_back_hint_msg','Enter feedback message','sv_se','Enter feedback message',16),(11360,'submit','Submit','sv_se','Submit',16),(11361,'check_app_not_installed','Application is not currently installed.','sv_se','Application is not currently installed.',17),(11362,'send_sms_fail_message','SMS failed, please try again later!','sv_se','SMS failed, please try again later!',17),(11363,'documentaddsuccessfully','Document Attach successfully','sv_se','Document Attach successfully',17),(11364,'send_message','Send message','sv_se','Send message',17),(11365,'sms_to','smsto:','sv_se','smsto:',17),(11366,'add_list_message','Add List','sv_se','Add List',18),(11367,'mylist','My List','sv_se','My List',18),(11368,'filtername','Filter Name','sv_se','Filter Name',18),(11369,'selectlist','Select a List','sv_se','Select a List',18),(11370,'assingedto','Assigned To','sv_se','Assigned To',18),(11371,'selectmodule','Select a module','sv_se','Select a module',18),(11372,'add_list','Add Filter','sv_se','Add Filter',18),(11373,'recent_event','Recent Event','sv_se','Recent Event',19),(11374,'recent_hostory','Recent History','sv_se','Recent History',19),(11375,'module_specific_settings','Module-Specific Settings','sv_se','Module-Specific Settings',19),(11376,'talk_to_us','Talk to us','sv_se','Talk to us',19),(11377,'report_a_bug','Report A Bug','sv_se','Report A Bug',19),(11378,'faq','FAQ','sv_se','FAQ',19),(11379,'selectmodules','Select Module','sv_se','Select Module',19),(11380,'myplan','My Plan','sv_se','My Plan',19),(11381,'message','Message','sv_se','Message',20),(11382,'message_validation','Please enter Message','sv_se','Please enter Message',20),(11383,'contact_select','Please Select contact','sv_se','Please Select contact',20),(11384,'global_search','Global Search','sv_se','Global Search',21),(11385,'records','Records','sv_se','Records',21),(11386,'dont_show_again','Don\'t Show Again','sv_se','Don\'t Show Again',22),(11387,'skip','Skip','sv_se','Skip',22),(11388,'file_downloading','File Downloading','sv_se','File Downloading',23),(11389,'add_screenshots_optional','Add screenshots (optional)','sv_se','Add screenshots (optional)',24),(11390,'describe_your_problem','Describe your problem','sv_se','Describe your problem',24),(11391,'default_filter_shortcut','Default Filter Shortcut','sv_se','Default Filter Shortcut',25),(11392,'record_shortcut','Record Shortcut','sv_se','Record Shortcut',25),(11393,'enter_url','Please Enter url','sv_se','Please Enter url',26),(11394,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','sv_se','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(11395,'search_by','Search by','sv_se','Search by',27),(11396,'selected_filter','Selected filter :','sv_se','Selected filter :',27),(11397,'selected_field','Selected field :','sv_se','Selected field :',27),(11398,'choose','Choose','sv_se','Choose',28),(11399,'qr_cardscanner','QR Code Scanner','sv_se','QR Code Scanner',28),(11400,'error_message_for_scan','Could not read the card Try again later.','sv_se','Could not read the card Try again later.',28),(11401,'press_start_scan','Press to Start Scan','sv_se','Press to Start Scan',28),(11402,'line_item_quntity_validation_msg','Value should be greater than zero','sv_se','Value should be greater than zero',29),(11403,'percentage_msg','Percentage should be less than 100','sv_se','Percentage should be less than 100',29),(11404,'MSG_NO_DATA','No data found!','sv_se','No data found!',29),(11405,'MSG_SOMETHING_WRONG','Something went wrong!','sv_se','Something went wrong!',29),(11406,'MSG_COMING_SOON','Coming Soon!','sv_se','Coming Soon!',29),(11407,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','sv_se','Please upload profile image.',29),(11408,'ALERT_TITLE_LOCATION_ACCESS','Location Access','sv_se','Location Access',29),(11409,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','sv_se','Requires your location to show nearby events.',29),(11410,'ALERT_BTN_ALLOW','ALLOW','sv_se','ALLOW',29),(11411,'ALERT_BTN_DENY','DENY','sv_se','DENY',29),(11412,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','sv_se','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(11413,'DELETE_RECORD','Delete Record','sv_se','Delete Record',29),(11414,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','sv_se','Are you sure want to delete this shortcut?',29),(11415,'DELETE_SHORTCUT','Delete Shortcut','sv_se','Delete Shortcut',29),(11416,'LBL_TERMS','By logging in, you agree to our Terms and','sv_se','By logging in, you agree to our Terms and',29),(11417,'LBL_CONDITIONS','Conditions &','sv_se','Conditions &',29),(11418,'ALERT_TITLE','Alert','sv_se','Alert',29),(11419,'ALERT_BTN_SUBSCRIBE','Subscribe','sv_se','Subscribe',29),(11420,'MSG_SELECT_MODULE','Please select any Module','sv_se','Please select any Module',29),(11421,'MSG_SELECT_LIST','Please select any List','sv_se','Please select any List',29),(11422,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','sv_se','You don\'t have camera',29),(11423,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','sv_se','You don\'t have permission to access gallery.',29),(11424,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','sv_se','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(11425,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','sv_se','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(11426,'BTN_DONE','Done','sv_se','Done',29),(11427,'COMMENT','Comment','sv_se','Comment',29),(11428,'FULL_FORM','Full Form','sv_se','Full Form',29),(11429,'QUICK_CREATE','Create','sv_se','Create',29),(11430,'LBL_SELECT_FIELDS','Select Fields','sv_se','Select Fields',29),(11431,'LBL_SELECT_FIELDS','Select Fields','sv_se','Select Fields',29),(11432,'LBL_SELECT_FIRST_FIELDS','Select First Field','sv_se','Select First Field',29),(11433,'LBL_SELECT_SECOND_FIELDS','Select Second Field','sv_se','Select Second Field',29),(11434,'LBL_SELECT_THIRD_FIELDS','Select Third Field','sv_se','Select Third Field',29),(11435,'LBL_SORT_BY_FIELD','Select Sort By Field','sv_se','Select Sort By Field',29),(11436,'BTN_RESET_TO_DEFAULT','Reset to Default','sv_se','Reset to Default',29),(11437,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','sv_se','Select Sort by field',29),(11438,'kStrClearBtnTitle','Clear','sv_se','Clear',29),(11439,'kStrShowMoreBtnTitle','Show More','sv_se','Show More',29),(11440,'kStrAddActivitiesBtnTitle','Add Activities','sv_se','Add Activities',29),(11441,'kStrAddCommentPlaceHolder','Add your comments here','sv_se','Add your comments here',29),(11442,'MSG_ENTER_TO_EMAIL','Please enter to field.','sv_se','Please enter to field.',29),(11443,'WARNING_FILE','File can\'t open.','sv_se','File can\'t open.',29),(11444,'MSG_FILE_SAVED','File saved.','sv_se','File saved.',29),(11445,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','sv_se','Download fail!, please try after sometime.',29),(11446,'LBL_SHORTCUT','Shortcut','sv_se','Shortcut',29),(11447,'TXT_MESSAGE_PLACEHOLDER','Type Message','sv_se','Type Message',29),(11448,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','sv_se','Install Whatsapp',29),(11449,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','sv_se','No MailBox found. Please Create Mailbox',29),(11450,'LBL_WROTE','Wrote','sv_se','Wrote',29),(11451,'MSG_MAIL_SEND','Mail sent','sv_se','Mail sent',29),(11452,'log_file_not_found','API Log file not found.','sv_se','API Log file not found.',29),(11453,'unknown_error','An unknown error occurred, try again','sv_se','An unknown error occurred, try again',29),(11454,'CTMTigerAppVersion','CRMTiger App Version','sv_se','CRMTiger App Version',29),(11455,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','sv_se','CTMobile Ext. Version Update Successfully',29),(11456,'dialog_Premium_downgrade','Downgrade will required logout and login again later','sv_se','Downgrade will required logout and login again later',29),(11457,'dialog_Premium','Upgrade will required logout and login again later','sv_se','Upgrade will required logout and login again later',29),(11458,'Overwrite','Overwrite','sv_se','Overwrite',29),(11459,'MSGAddressOverwrite1','Overwrite the existing address with the selected','sv_se','Overwrite the existing address with the selected',29),(11460,'MSGAddressOverwrite2','address details?','sv_se','address details?',29),(11461,'UPGRADE_PLAN','Upgrade Plan','sv_se','Upgrade Plan',29),(11462,'DOWNGRADE_PLAN','Downgrade Plan','sv_se','Downgrade Plan',29),(11463,'UPGRADE_EXTENSION','Upgrade Extension','sv_se','Upgrade Extension',29),(11464,'UPGRADE_APP','Upgrade App','sv_se','Upgrade App',29),(11465,'SELECT_OPTION','Select Option','sv_se','Select Option',29),(11466,'PLEASE_SELECT','Please select','sv_se','Please select',29),(11467,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','sv_se','You don\'t have permission for this module.',29),(11468,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','sv_se','Please select reccuring day of month.',29),(11469,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','sv_se','Please select reccuring day of week.',29),(11470,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','sv_se','Please select reccuring days.',29),(11471,'Please select reccuring days.','Please select reccuring days.','sv_se','Please select reccuring days.',29),(11472,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','sv_se','Please select reccuring end date.',29),(11473,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','sv_se','Please select reccuring type.',29),(11474,'FREQ_TIME','Times','sv_se','Times',29),(11475,'REPEAT_YEARLY','Repeat Yearly','sv_se','Repeat Yearly',29),(11476,'REPEAT_MONTHLY','Repeat Monthly','sv_se','Repeat Monthly',29),(11477,'REPEAT_WEEKLY','Repeat Weekly','sv_se','Repeat Weekly',29),(11478,'REPEAT_DAILY','Repeat Daily','sv_se','Repeat Daily',29),(11479,'ACTION_TITLE','Action Title','sv_se','Action Title',29),(11480,'MSG_SELECT_VALID_DATE','Please select valid day of month.','sv_se','Please select valid day of month.',29),(11481,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','sv_se','Start date should be less than end date.',29),(11482,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','sv_se','Start time should be less than end time.',29),(11483,'LBL_LINEITEM_DETAILS','Lineitem Details','sv_se','Lineitem Details',29),(11484,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','sv_se','Discount amount should be less than the total.',29),(11485,'VIEW','View','sv_se','View',29),(11486,'MSG_ENTER_VALID','Please enter valid','sv_se','Please enter valid',29),(11487,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','sv_se','Percentage should be less than 100.',29),(11488,'ITEM_TOTAL','Item Total','sv_se','Item Total',29),(11489,'ADJUSTMENT','Adjustment','sv_se','Adjustment',29),(11490,'TITLE_CHOOSE_IMAGE','Choose Image','sv_se','Choose Image',29),(11491,'COMPRESS','Compress','sv_se','Compress',29),(11492,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','sv_se','Your image size is too large, please select another image',29),(11493,'OnDayOfMonth','On day of month','sv_se','On day of month',29),(11494,'OnDayOfWeek','On day of week','sv_se','On day of week',29),(11495,'AddAndClose','Add & Close','sv_se','Add & Close',29),(11496,'Repeat','Repeat','sv_se','Repeat',29),(11497,'OnDay','On day','sv_se','On day',29),(11498,'View_Line_Item','View Line Item','sv_se','View Line Item',29),(11499,'TITLE_IMAGE','Image','sv_se','Image',29),(11500,'TITLE_ICLOUD','iCloud','sv_se','iCloud',29),(11501,'GOOGLE','Google','sv_se','Google',29),(11502,'ALERT_BTN_OKAY','Okay','sv_se','Okay',29),(11503,'ALERT_TITLE_ACCESS_DENIED','Access Denied','sv_se','Access Denied',29),(11504,'Dont_Show_Again','Don\'t show again','sv_se','Don\'t show again',29),(11505,'Skip','Skip','sv_se','Skip',29),(11506,'Fillter_Name','Fillter Name','sv_se','Fillter Name',29),(11507,'Fillter_Record_Count','Fillter Record Count','sv_se','Fillter Record Count',29),(11508,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','sv_se','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(11509,'vtiger_url','Your vTiger CRM URL','sv_se','Your vTiger CRM URL',26),(11510,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','sv_se','You don\'t have permission to Add either This is read-only or Private Field.',31),(11511,'CLEAR','Clear','sv_se','Clear',31),(11512,'Files/photos uploaded successfully','Files/photos uploaded successfully','sv_se','Files/photos uploaded successfully',32),(11513,'Digital signature saved','Digital signature saved','sv_se','Digital signature saved',32),(11514,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','sv_se','Please upload Signature or Files/photos',32),(11515,'Files / Photos','Files / Photos','sv_se','Files / Photos',32),(11516,'Signature','Signature','sv_se','Signature',32),(11517,'add_photo_using','Add Photo Using','sv_se','Add Photo Using',31),(11518,'btn_upload_sign','(+) Add Signature','sv_se','(+) Add Signature',31),(11519,'btn_upload_photo_doc','(+) Upload Files/Photos','sv_se','(+) Upload Files/Photos',31),(11520,'select_photo_doc_to_upload','Please select files/photos to upload','sv_se','Please select files/photos to upload',31),(11521,'related_module_title','Search from related module and Add to \"Route\"','sv_se','Search from related module and Add to \"Route\"',30),(11522,'Route status updated successfully','Route status updated successfully','sv_se','Route status updated successfully',32),(11523,'Session init failed','Session init failed','sv_se','Session init failed',32),(11524,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','sv_se','You don\'t have permission to access this resource',32),(11525,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','sv_se','Could not get the Related To - Try again later',32),(11526,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','sv_se','Could not get the Route Planning Record - Try again later',32),(11527,'Something went wrong - Try again later','Something went wrong - Try again later','sv_se','Something went wrong - Try again later',32),(11528,'sequence updated successfully','sequence updated successfully','sv_se','sequence updated successfully',32),(11529,'sequence cannot be empty','sequence cannot be empty','sv_se','sequence cannot be empty',32),(11530,'Shortcut details not saved','Shortcut details not saved','sv_se','Shortcut details not saved',32),(11531,'Shortcut details saved successfully','Shortcut details saved successfully','sv_se','Shortcut details saved successfully',32),(11532,'Route save successfully','Route save successfully','sv_se','Route save successfully',32),(11533,'Record save successfully','Record save successfully','sv_se','Record save successfully',32),(11534,'No dependency found for picklist','No dependency found for picklist','sv_se','No dependency found for picklist',32),(11535,'No records found','No records found','sv_se','No records found',32),(11536,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','sv_se','Outgoing server is not enabled, please configure from CRM',32),(11537,'Removed Successfully','Removed Successfully','sv_se','Removed Successfully',32),(11538,'Shortcut has been deleted','Shortcut has been deleted','sv_se','Shortcut has been deleted',32),(11539,'relation of records removed successfully','relation of records removed successfully','sv_se','relation of records removed successfully',32),(11540,'relation of records not removed','relation of records not removed','sv_se','relation of records not removed',32),(11541,'Record has been deleted successfully','Record has been deleted successfully','sv_se','Record has been deleted successfully',32),(11542,'Time Tracking saved successfully','Time Tracking saved successfully','sv_se','Time Tracking saved successfully',32),(11543,'Time Tracking updated successfully','Time Tracking updated successfully','sv_se','Time Tracking updated successfully',32),(11544,'Time Tracking ended successfully','Time Tracking ended successfully','sv_se','Time Tracking ended successfully',32),(11545,'Time Tracking started successfully','Time Tracking started successfully','sv_se','Time Tracking started successfully',32),(11546,'record cannot be empty','record cannot be empty','sv_se','record cannot be empty',32),(11547,'Module is disabled','Module is disabled','sv_se','Module is disabled',32),(11548,'Shift ended successfully','Shift ended successfully','sv_se','Shift ended successfully',32),(11549,'Shift started successfully','Shift started successfully','sv_se','Shift started successfully',32),(11550,'relation of records added successfully','relation of records added successfully','sv_se','relation of records added successfully',32),(11551,'Comment saved successfully','Comment saved successfully','sv_se','Comment saved successfully',32),(11552,'Comment not saved','Comment not saved','sv_se','Comment not saved',32),(11553,'Comment module is not active','Comment module is not active','sv_se','Comment module is not active',32),(11554,'No Upcoming Event','No Upcoming Event','sv_se','No Upcoming Event',32),(11555,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','sv_se','No Templates found - create it from Message Templates module',32),(11556,'No event or task for this date','No event or task for this date','sv_se','No event or task for this date',32),(11557,'No filters created','No filters created','sv_se','No filters created',32),(11558,'Select at least one record to attach','Select at least one record to attach','sv_se','Select at least one record to attach',32),(11559,'Please select one or more attachments','Please select one or more attachments','sv_se','Please select one or more attachments',32),(11560,'No event for this month','No event for this month','sv_se','No event for this month',32),(11561,'No Activity found','No Activity found','sv_se','No Activity found',32),(11562,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','sv_se','Your feedback is valuable for us - it cannot be empty',32),(11563,'Could not send mail, Please try later','Could not send mail, Please try later','sv_se','Could not send mail, Please try later',32),(11564,'Latest Version updated successfully','Latest Version updated successfully','sv_se','Latest Version updated successfully',32),(11565,'User Location Updated Successfully','User Location Updated Successfully','sv_se','User Location Updated Successfully',32),(11566,'User Location not Updated Successfully','User Location not Updated Successfully','sv_se','User Location not Updated Successfully',32),(11567,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','sv_se','SMSNotifier is not enable in CRM. Please enable it first',32),(11568,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','sv_se','Could not submit your feedback - Please try again later',32),(11569,'Thank you for submitting your feedback','Thank you for submitting your feedback','sv_se','Thank you for submitting your feedback',32),(11570,'Please upload User Image','Please upload User Image','sv_se','Please upload User Image',32),(11571,'Image Not Uploading, please try again','Image Not Uploading, please try again','sv_se','Image Not Uploading, please try again',32),(11572,'User Image Uploaded Successfully','User Image Uploaded Successfully','sv_se','User Image Uploaded Successfully',32),(11573,'Invalid Module name','Invalid Module name','sv_se','Invalid Module name',32),(11574,'Records Sync Successfully','Records Sync Successfully','sv_se','Records Sync Successfully',32),(11575,'Values cannot be empty','Values cannot be empty','sv_se','Values cannot be empty',32),(11576,'Record id is empty','Record id is empty','sv_se','Record id is empty',32),(11577,'Logout Successfully','Logout Successfully','sv_se','Logout Successfully',32),(11578,'Please Enable CTMobile Module','Please Enable CTMobile Module','sv_se','Please Enable CTMobile Module',32),(11579,'Authentication Failed','Username and Password do not match','sv_se','Username and Password do not match',32),(11580,'Mismatched module information','Something gone wrong, please try again later','sv_se','Something gone wrong, please try again later',32),(11581,'Field does not exists','Please set display fields again','sv_se','Please set display fields again',32),(11582,'Module does not exists','Module does not exists or disabled by admin','sv_se','Module does not exists or disabled by admin',32),(11583,'Month cannot be empty','Could not get the Month - Try again later','sv_se','Could not get the Month - Try again later',32),(11584,'Year cannot be empty','Could not get the Year - Try again later','sv_se','Could not get the Year - Try again later',32),(11585,'Date cannot be empty','Could not get the Date - Try again later','sv_se','Could not get the Date - Try again later',32),(11586,'Userid cannot be empty','Could not get the Userid - Try again later','sv_se','Could not get the Userid - Try again later',32),(11587,'End Date cannot be empty','Could not get the status - Try again later','sv_se','Could not get the status - Try again later',32),(11588,'Start Date cannot be empty','Could not get the Start Date - Try again later','sv_se','Could not get the Start Date - Try again later',32),(11589,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','sv_se','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(11590,'Longitude cannot be empty','Could not get location-Please try again','sv_se','Could not get location-Please try again',32),(11591,'Latitude cannot be empty','Could not get location-Please try again','sv_se','Could not get location-Please try again',32),(11592,'User cannot be empty','Could not get the User - Try again later','sv_se','Could not get the User - Try again later',32),(11593,'Status cannot be empty','Could not get the status - Try again later','sv_se','Could not get the status - Try again later',32),(11594,'Required fields not found','Required fields not found','sv_se','Required fields not found',32),(11595,'Tracking module not active','Tracking module not active-Please contact CRM Admin','sv_se','Tracking module not active-Please contact CRM Admin',32),(11596,'Missing mandatory input values','Missing mandatory input values','sv_se','Missing mandatory input values',32),(11597,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','sv_se','No MailBox found. Please Create Mailbox',32),(11598,'Mail not sent','Mail not sent','sv_se','Mail not sent',32),(11599,'Mail send successfully','Mail send successfully','sv_se','Mail send successfully',32),(11600,'Email Id or username not match with your record','Email Id or username not match with your record','sv_se','Email Id or username not match with your record',32),(11601,'Module not specified','Module not specified','sv_se','Module not specified',32),(11602,'No messages found','No messages found','sv_se','No messages found',32),(11603,'No Dependency Found For This Module','No Dependency Found For This Module','sv_se','No Dependency Found For This Module',32),(11604,'Outgoing server is not Enabled','Outgoing server is not Enabled','sv_se','Outgoing server is not Enabled',32),(11605,'Outgoing server is Enabled','Outgoing server is Enabled','sv_se','Outgoing server is Enabled',32),(11606,'Email Attached Successfully','Email Attached Successfully','sv_se','Email Attached Successfully',32),(11607,'Documents Attached Successfully','Documents Attached Successfully','sv_se','Documents Attached Successfully',32),(11608,'Login required - Please login again','Login required - Please login again','sv_se','Login required - Please login again',32),(11609,'time_tracking_module_disable','Time tracking module is disable','sv_se','Time tracking module is disable',31),(11610,'route_planning_module_disable','Route planning module is disable','sv_se','Route planning module is disable',31),(11611,'mark_as_held','Are you sure you want to mark Event as Held?','sv_se','Are you sure you want to mark Event as Held?',31),(11612,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','sv_se','You have already started Time tracking for another record, Do you want to stop it first ?',31),(11613,'access_denied_routeplanning','Access denied for route planning','sv_se','Access denied for route planning',31),(11614,'time_spent','Time Spent','sv_se','Time Spent',31),(11615,'select_user','Select User','sv_se','Select User',30),(11616,'status_cannot_be_held','Status cannot be held for future date start','sv_se','Status cannot be held for future date start',30),(11617,'please_select_end_date','Please select end date','sv_se','Please select end date',30),(11618,'please_select_start_date','Please select start date','sv_se','Please select start date',30),(11619,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','sv_se','Tap on + icon to select record for your route.',30),(11620,'please_enter_notes','Please enter notes','sv_se','Please enter notes',30),(11621,'please_enter_title','Please enter title','sv_se','Please enter title',30),(11622,'please_select_date','Please Select Date','sv_se','Please Select Date',30),(11623,'search_by_date','Search by Date','sv_se','Search by Date',30),(11624,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','sv_se','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(11625,'max_upload_size','max file Upload exceeds','sv_se','max file Upload exceeds',30),(11626,'unselect_all','UnSelect All','sv_se','UnSelect All',30),(11627,'select_all','Select All','sv_se','Select All',30),(11628,'please_select_records','Please select records','sv_se','Please select records',30),(11629,'select_date','Select Date','sv_se','Select Date',30),(11630,'quantity_in_stock_is','Quantity in stock is','sv_se','Quantity in stock is',30),(11631,'replies','Replies','sv_se','Replies',30),(11632,'conversation_require_selection','Conversion requires selection of Contact or Organization','sv_se','Conversion requires selection of Contact or Organization',30),(11633,'please_select_product','Please Select Product','sv_se','Please Select Product',30),(11634,'timer_msg','You can start timer for single task only at same time','sv_se','You can start timer for single task only at same time',31),(11635,'save_start_tracking','Save & Start Tracking','sv_se','Save & Start Tracking',31),(11636,'lbl_notes','Notes','sv_se','Notes',31),(11637,'enter_title','Enter Title','sv_se','Enter Title',31),(11638,'select_module_record','Select Module / Record','sv_se','Select Module / Record',31),(11639,'lbl_tomorrow','Tomorrow','sv_se','Tomorrow',30),(11640,'lbl_yesterday','Yesterday','sv_se','Yesterday',30),(11641,'lbl_today','Today','sv_se','Today',30),(11642,'time_tracker','Time Tracker','sv_se','Time Tracker',31),(11643,'time_end','End Time','sv_se','End Time',5),(11644,'due_date','End Date','sv_se','End Date',5),(11645,'time_start','Time Start','sv_se','Time Start',5),(11646,'date_start','Start Date','sv_se','Start Date',5),(11647,'delete_widget_msg','Display widget again by using (+) option','sv_se','Display widget again by using (+) option',15),(11648,'no_upcoming_activities','No scheduled activities    ','sv_se','No scheduled activities    ',15),(11649,'check_in_first','Please check-in first','sv_se','Please check-in first',30),(11650,'duration','Duration','sv_se','Duration',30),(11651,'distance','Distance','sv_se','Distance',30),(11652,'proper_address_message','Please enter proper address in record\n','sv_se','Please enter proper address in record',30),(11653,'select_status','Select Status','sv_se','Select Status',30),(11654,'route_planner','Route Planner','sv_se','Route Planner',30),(11655,'route_planning','Route Planning','sv_se','Route Planning',30),(11656,'add_route','Add Route','sv_se','Add Route',30),(11657,'calender_disabled','Calendar Module is disabled','sv_se','Calendar Module is disabled',30),(11658,'close_dialog','Close form','sv_se','Close form',30),(11659,'cancel_form_message','Are You sure want to close ?','sv_se','Are You sure want to close ?',30),(11660,'create_route','Create Route','sv_se','Create Route',30),(11661,'select_module_create_route','Select Module to create Route','sv_se','Select Module to create Route',30),(11662,'cancel','Cancel','sv_se','Cancel',30),(11663,'assign_route','Assign Route','sv_se','Assign Route',30),(11664,'route_for','Route for','sv_se','Route for',30),(11665,'assigned_to','Assigned To','sv_se','Assigned To',30),(11666,'enter_route_name','Enter Route Name','sv_se','Enter Route Name',30),(11667,'list','List','sv_se','List',30),(11668,'map','Map','sv_se','Map',30),(11669,'other_modules','Other Modules','sv_se','Other Modules',15),(11670,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','sv_se','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(11671,'clear','Clear','sv_se','Clear',25),(11672,'open','Open','sv_se','Open',11),(11673,'max_file_msg','Too many files selected (max:6)','sv_se','Too many files selected (max:6)',11),(11674,'error_voicenote_record','Unable to recording voice while another application is recording sound.','sv_se','Unable to recording voice while another application is recording sound.',11),(11675,'msg_warning','Warning!','sv_se','Warning!',11),(11676,'Permision_denied_contact','Permission denied to access your contacts','sv_se','Permission denied to access your contacts',15),(11677,'no_widget_added','Please click + icon to add new widget to your dashboard.','sv_se','Please click + icon to add new widget to your dashboard.',15),(11678,'no_data_available','Data not available, please check the selected fields','sv_se','Data not available, please check the selected fields',15),(11679,'check_out_successfully','Check out successfully','sv_se','Checked out successfully',11),(11680,'check_in_successfully','Check in successfully','sv_se','Checked in successfully',11),(11681,'check_out','Check out','sv_se','Check out',11),(11682,'check_in','Check in','sv_se','Check in',11),(11683,'navigate','Navigate','sv_se','Navigate',11),(11684,'save_to_phone_vcard_success','VCard Saved to phone successfully','sv_se','VCard Saved to phone successfully',15),(11685,'download_vcard_success','VCard downloaded successfully','sv_se','VCard downloaded successfully',15),(11686,'card_details','Card Details','sv_se','Card Details',15),(11687,'add_widget','Add Widget','sv_se','Add Widget',15),(11688,'delete_widget','Are you sure to hide widget?','sv_se','Are you sure to hide widget?',15),(11689,'already_widgets_added','All types of Widget & reports are already added','sv_se','All types of Widget & reports are already added',15),(11690,'retry','Retry','sv_se','Retry',28),(11691,'retake','Retake','sv_se','Retake',28),(11692,'Reports','Reports','sv_se','Reports',15),(11693,'Widgets','Widgets','sv_se','Widgets',15),(11694,'vcard_config','Vcard Configuration','sv_se','Vcard Configuration',8),(11695,'save_to_phone','Save to phone','sv_se','Save to phone',11),(11696,'download_vcard','Download Vcard','sv_se','Download Vcard',11),(11697,'share_vcard','Share Vcard','sv_se','Share Vcard',11),(11698,'share_record','Share Record','sv_se','Share Record',11),(11699,'permission_denied_edit','You don\'t have permission to edit this record.','sv_se','You don\'t have permission to edit this record.',27),(11700,'permission_denied_delete','You don\'t have permission to delete this record.','sv_se','You don\'t have permission to delete this record.',27),(11701,'Voice_Recording_Started','Recording Started','sv_se','Recording Started',12),(11702,'Voice_Recording_Stopped','Recording Stopped','sv_se','Recording Stopped',12),(11703,'SEARCH','Search','sv_se','Search',7),(11704,'LAST','Last','sv_se','Last',7),(11705,'FIRST','First','sv_se','First',7),(11706,'MONDAY','Monday','sv_se','Monday',7),(11707,'TUESDAY','Tuesday','sv_se','Tuesday',7),(11708,'WEDNESDAY','Wednesday','sv_se','Wednesday',7),(11709,'THURSDAY','Thursday','sv_se','Thursday',7),(11710,'FRIDAY','Friday','sv_se','Friday',7),(11711,'SATURDAY','Saturday','sv_se','Saturday',7),(11712,'SUNDAY','Sunday','sv_se','Sunday',7),(11713,'DAILY','Daily','sv_se','Daily',7),(11714,'WEEKLY','Weekly','sv_se','Weekly',7),(11715,'MONTHLY','Monthly','sv_se','Monthly',7),(11716,'YEARLY','Yearly','sv_se','Yearly',7),(11717,'asset_tracking','Asset tracking','sv_se','Asset tracking',15),(11718,'open_file','Open File','sv_se','Open File',1),(11719,'download_pdf_successfully','Download PDF Successfully','sv_se','Download PDF Successfully',1),(11720,'select_pdf','Select PDF','sv_se','Select PDF',1),(11721,'email_pdf','Email PDF','sv_se','Email PDF',1),(11722,'download_pdf','Download PDF','sv_se','Download PDF',1),(11723,'edit_route','Edit Route','sv_se','Edit Route',1),(11724,'save_route','Save Route','sv_se','Save Route',1),(11725,'clear_all','Clear All','sv_se','Clear All',1),(11726,'notification','Notifications','sv_se','Notifications',1),(11727,'menu_management','Menu Management','sv_se','Menu Management',1),(11728,'select_menu','Select Menu','sv_se','Select Menu',1),(11729,'module_record_not_found','Module and Record not found','sv_se','Module and Record not found',1),(11730,'reason_for_changing_comments','Reason for changing comments','sv_se','Reason for changing comments',1),(11731,'edit_reason','Edit Reason','sv_se','Edit Reason',1),(11732,'create_filters','Create Filter','sv_se','Create Filter',1),(11733,'you_checked','You Checked','sv_se','You Checked',1),(11734,'you_un_checked','You UnChecked','sv_se','You UnChecked',1),(11735,'log_the_call','Log the call ?','sv_se','Log the call ?',1),(11736,'add_a_description_(optional)','Add a description (optional)','sv_se','Add a description (optional)',1),(11737,'called','Called','sv_se','Called',1),(11738,'call_log','Call Log','sv_se','Call Log',1),(11739,'subject','Subject','sv_se','Subject',1),(11740,'add_condition','Add Condition','sv_se','Add Condition',1),(11741,'select_condition','Select Condition','sv_se','Select Condition',1),(11742,'select_field','Select Field','sv_se','Select Field',1),(11743,'please_select_first_field','Please First Select field','sv_se','Please First Select field',1),(11744,'filter_name','Filter Name','sv_se','Filter Name',1),(11745,'enter_filter_name','Enter filter name','sv_se','Enter filter name',1),(11746,'choose_conditions','Choose Conditions','sv_se','Choose Conditions',1),(11747,'all_condition','All Conditions(All conditions must be met)','sv_se','All Conditions(All conditions must be met)',1),(11748,'any_condition','Any Conditions(At least one the conditions must be met)','sv_se','Any Conditions(At least one the conditions must be met)',1),(11749,'lattitude','latitude','sv_se','latitude',1),(11750,'notification_settings','Notification Settings','sv_se','Notification Settings',1),(11751,'notification_management','Notification Management','sv_se','Notification Management',1),(11752,'addyourcommentshere','Type @ to mention user','sv_se','Type @ to mention user',1),(11753,'google_api_key_missing','Google Api key is missing.','sv_se','Google Api key is missing.',1),(11754,'event_filter_by','Event Filter by','sv_se','Event Filter by',1),(11755,'apply','Apply','sv_se','Apply',1),(11756,'choose_from_gallery','Choose From Gallery','sv_se','Choose From Gallery',1),(11757,'choose_from_camera','Choose From Camera','sv_se','Choose From Camera',1),(11758,'mutli_select_CB','Mutli Select CB','sv_se','Mutli Select CB',1),(11759,'please_select_condition','Please Select Condition','sv_se','Please Select Condition',1),(11760,'please_enter_value_or_field','Please Enter Value or Field','sv_se','Please Enter Value or Field',1),(11761,'set_as_default','Set as Default','sv_se','Set as Default',1),(11762,'list_in_metrics','List in Metrics','sv_se','List in Metrics',1),(11763,'order_number','Order Number','sv_se','Order Number',1),(11764,'recording_saved_message','Recording saved successfully.','sv_se','Recording saved successfully.',1),(11765,'recording_file','Recording File','sv_se','Recording File',1),(11766,'file_not_found','File not found','sv_se','File not found',1),(11767,'please_enter_valid_path','Please enter valid path','sv_se','Please enter valid path',1),(11768,'enter_path_here','Enter path here...','sv_se','Enter path here...',1),(11769,'set_call_recording_path','Set Call Recording Path','sv_se','Set Call Recording Path',1),(11770,'set_call_recording_path_here','Set call recording path here','sv_se','Set call recording path here',1),(11771,'call_recording_path','Call Recording Path','sv_se','Call Recording Path',1),(11772,'please_place_api','Please enable place api','sv_se','Please enable place api',1),(11773,'event_filters_by','Event Filters by','sv_se','Event Filters by',1),(11774,'select_at_least_one_option','Please select at least one option','sv_se','Please select at least one option',1),(11775,'enable_call_feature','Please enable call feature','sv_se','Please enable call feature',1),(11776,'enable_email_feature','Please enable email feature','sv_se','Please enable email feature',1),(11777,'demo_login','Demo Login','sv_se','Demo Login',1),(11778,'select_email_template','Select Email Template','sv_se','Select Email Template',1),(11779,'template_name','Template Name','sv_se','Template Name',1),(11780,'example_storage_path','example : storage/Music/Recordings/Call Recordings','sv_se','example : storage/Music/Recordings/Call Recordings',1),(11781,'User Notification Settings saved successfully','User Notification Settings saved successfully','sv_se','User Notification Settings saved successfully',33),(11782,'This Notification has been disabled by admin','This Notification has been disabled by admin','sv_se','This Notification has been disabled by admin',33),(11783,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','sv_se','Notify when any updates to the record you\'re following',33),(11784,'Task assigned to you','Task assigned to you','sv_se','Task assigned to you',33),(11785,'Task Reminder','Task Reminder','sv_se','Task Reminder',33),(11786,'You were mentioned in comments','You were mentioned in comments','sv_se','You were mentioned in comments',33),(11787,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','sv_se','Comments has been added to record assigned to you',33),(11788,'When Record Assigned','When Record Assigned','sv_se','When Record Assigned',33),(11789,'Event Reminder','Event Reminder','sv_se','Event Reminder',33),(11790,'Event Invitation','Event Invitation','sv_se','Event Invitation',33),(11791,'Follow record','Follow record','sv_se','Follow record',33),(11792,'Task','Task','sv_se','Task',33),(11793,'Conversions','Conversions','sv_se','Conversions',33),(11794,'Events','Events','sv_se','Events',33),(11795,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','sv_se','No record(s) found Please click on filter icon to change filter',1),(11796,'title','Title','sv_se','Title',1),(11797,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','sv_se','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(11798,'call_recording','Call recording','sv_se','Call recording',1),(11799,'voice_recorder','Voice Recorder','sv_se','Voice Recorder',1),(11800,'no_address_reference_found','No Address Reference found','sv_se','No Address Reference found',32),(11801,'no_overdue_activities','No OverDue Activities','sv_se','No OverDue Activities',32),(11802,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','sv_se','Please enter proper address from this address we are not getting proper latitude and longitude',32),(11803,'Default_Search_Field','Default search field','sv_se','Default search field',32),(11804,'Calender_Reminder_Message','Free user can\'t send local reminder','sv_se','Free user can\'t send local reminder',32),(11805,'you_must_have_permission','You must give permissions to use this features.','sv_se','You must give permissions to use this features.',32),(11806,'internal_comment','Internal Comment','sv_se','Internal Comment',1),(11807,'unlink_record','Unlink Record','sv_se','Unlink Record',11),(11808,'unlink_record_msg','Are you sure want to unlink record?','sv_se','Are you sure want to unlink record?',11),(11809,'file_format_not_support','File format not supported','sv_se','File format not supported',11),(11810,'file_upload','File Upload','sv_se','File Upload',5),(11811,'to_vtiger','To Vtiger','sv_se','To Vtiger',5),(11812,'link_external_document','Link External Document','sv_se','Link External Document',5),(11813,'from_file_url','From File Url','sv_se','From File Url',5),(11814,'create_new_document','Create New Document','sv_se','Create New Document',5),(11815,'select_document_type','Select Document type','sv_se','Select Document type',5),(11816,'add_signature','Please add signature','sv_se','Please add signature',11),(11817,'date_greater_then_equal','should be greater than or equal to','sv_se','should be greater than or equal to',1),(11818,'date_less_then_equal','should be less than or equal to','sv_se','should be less than or equal to',1),(11819,'Click_on_plus_for_add','Please tap on  +  to create a new record.','sv_se','Please tap on  +  to create a new record.',15),(11820,'display_map','Display map','sv_se','Display map',15),(11821,'other_settings','Other settings','sv_se','Other settings',15),(11822,'total_hours','Total hours','sv_se','Total hours',15),(11823,'widget_not_found','No widgets found','sv_se','No widgets found',15),(11824,'quickaction','Quick action','sv_se','Quick action',15),(11825,'dashboard','Dashboard','sv_se','Dashboard',15),(11826,'new','New','sv_se','New',15),(11827,'global_search_hint','Please try to search using search box at top','sv_se','Please try to search using search box at top',15),(11828,'near_by_map','Near By Map','sv_se','Near By Map',15),(11829,'miles','Miles','sv_se','Miles',15),(11830,'lbl_filters','Filters','sv_se','Filters',27),(11831,'warning','Warning','sv_se','Warning',27),(11832,'no_filter_created','No filter is created.','sv_se','No filter is created.',27),(11833,'please_create_new_ilter','Please create a new filter','sv_se','Please create a new filter',27),(11834,'select_search_fields','Select fields for the search record.','sv_se','Select fields for the search record.',27),(11835,'apply_fliters','Apply filters','sv_se','Apply filters',27),(11836,'sort_by','Sort by','sv_se','Sort by',27),(11837,'sort_order','Sort order','sv_se','Sort order',27),(11838,'Start_time_tracking','Start time tracking','sv_se','Start time tracking',31),(11839,'Stop_time_tracking','Stop time tracking','sv_se','Stop time tracking',31),(11840,'image_preview','Image preview','sv_se','Image preview',11),(11841,'phone_number','Phone number','sv_se','Phone number',11),(11842,'email_address','Email address','sv_se','Email address',11),(11843,'edit_your_preferences','Edit your preferences','sv_se','Edit your preferences',8),(11844,'about_app','About app','sv_se','About app',8),(11845,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','sv_se','You already have latest CTMobile Ext. Version',8),(11846,'updated_app_version','You already have latest CRMTiger App Version','sv_se','You already have latest CRMTiger App Version',8),(11847,'plan','Plan','sv_se','Plan',8),(11848,'time','Time','sv_se','Time',31),(11849,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','sv_se','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(11850,'add_to_quick_action','Add to quick action','sv_se','Add to quick action',1),(11851,'add_filter_to_quick_action','Add filter to quick action','sv_se','Add filter to quick action',1),(11852,'create_record','Create Record','sv_se','Create Record',1),(11853,'quick_action_hint','You can Add Quick Action here','sv_se','You can Add Quick Action here',1),(11854,'str_send','Send','sv_se','Send',3),(11855,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','sv_se','Do you want to update tax & charge values corresponding to selected region?',1),(11856,'delete_quick_action_widgest','Delete Widget?','sv_se','Delete Widget?',15),(11857,'add_record_to_dashboard','Add record to dashboard','sv_se','Add record to dashboard',15),(11858,'module_quick_action_msg','Module added to dashboard','sv_se','Module added to dashboard',15),(11859,'filter_quick_action_msg','Filter added to dashboard','sv_se','Filter added to dashboard',15),(11860,'record_quick_action_msg','Record added to dashboard','sv_se','Record added to dashboard',15),(11861,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','sv_se','Filter shortcut added to dashboard',15),(11862,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','sv_se','Record shortcut added to dashboard',15),(11863,'documents_disabled','Documents Module is disabled','sv_se','Documents Module is disabled',1),(11864,'document_dont_attachment','Document does not have a attachment','sv_se','Document does not have a attachment',1),(11865,'go_to_neat_by','Go to NearBy','sv_se','Go to NearBy',15),(11866,'go_to_time_tracking','Go to Time Tracker','sv_se','Go to Time Tracker',13),(11867,'nearby_quick_action_msg','NearBy added to dashboard','sv_se','NearBy added to dashboard',15),(11868,'time_tracking_quick_action_msg','Time Tracking added to dashboard','sv_se','Time Tracking added to dashboard',15),(11869,'attendance_quick_action_msg','Attendance added to dashboard','sv_se','Attendance added to dashboard',15),(11870,'attachment','Attachment','sv_se','Attachment',15),(11871,'search_by_fields','Search by fields','sv_se','Search by fields',27),(11872,'apply_selected','Apply selected','sv_se','Apply selected',27),(11873,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','sv_se','auto address finder is disabled, please enable it from CRMTiger Settings',1),(11874,'Attendance','Attendance','sv_se','Attendance',15),(11875,'Check-in successfully','Check-in successfully','sv_se','Check-in successfully',32),(11876,'Check-out successfully','Check-out successfully','sv_se','Check-out successfully',32),(11877,'Nothing around here','Nothing around here','sv_se','Nothing around here',13),(11878,'select_days','Select Days','sv_se','Select Days',5),(11879,'select_minutes','Select Minutes','sv_se','Select Minutes',5),(11880,'select_hours','Select Hours','sv_se','Select Hours',5),(11881,'no_lat_long_found','Location information (Latitude,Longitude) not found','sv_se','Location information (Latitude,Longitude) not found',32),(11882,'Call Log save successfully','Call Log save successfully','sv_se','Call Log save successfully',32),(11883,'Files/photos deleted successfully','Files/photos deleted successfully','sv_se','Files/photos deleted successfully',32),(11884,'network_error','Network connection error!','tr_tr','Network connection error!',1),(11885,'connection_check','Could not connect to CRM, Please check your Internet connection.','tr_tr','Could not connect to CRM, Please check your Internet connection.',1),(11886,'update','Update','tr_tr','Update',1),(11887,'cancel','Cancel','tr_tr','Cancel',1),(11888,'ok','Ok','tr_tr','Ok',1),(11889,'more_information','Click here for more information.','tr_tr','Click here for more information.',1),(11890,'yes','Yes','tr_tr','Yes',1),(11891,'no','No','tr_tr','No',1),(11892,'click_again_exit','Click again to exit','tr_tr','Click again to exit',1),(11893,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','tr_tr','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(11894,'clickhere','Click here','tr_tr','Click here',1),(11895,'clickhere_subscribe','Click here to subscribe premium version','tr_tr','Click here to subscribe premium version',1),(11896,'clickhere_configure','Click here and view how to Configure.','tr_tr','Click here and view how to Configure.',1),(11897,'please_wait','Please Wait…','tr_tr','Please Wait…',1),(11898,'share__msg','Share file with','tr_tr','Share file with',1),(11899,'dialog_camera','Camera','tr_tr','Camera',1),(11900,'dialog_add_file_by','Take Photo from','tr_tr','Take Photo from',1),(11901,'add','Add','tr_tr','Add',1),(11902,'mail_manager_configured','Mail Manager is not configured','tr_tr','Mail Manager is not configured',1),(11903,'dialog_add_files_by','Add Files by','tr_tr','Add Files by',1),(11904,'dialog_drive','Drive','tr_tr','Drive',1),(11905,'dialog_drop_box','Drop Box','tr_tr','Drop Box',1),(11906,'dialog_need_signin','You need to Sign-in to your Drive account first.','tr_tr','You need to Sign-in to your Drive account first.',1),(11907,'dialog_gallery','Gallery','tr_tr','Gallery',1),(11908,'delete','Delete','tr_tr','Delete',1),(11909,'timeoutmessage','Oops! Request is taking more time than expected.','tr_tr','Oops! Request is taking more time than expected.',1),(11910,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','tr_tr','GPS is not enabled. Please turn it on to get your near by locations.',1),(11911,'sure_want_delete','Are you sure want to delete ?','tr_tr','Are you sure want to delete ?',1),(11912,'select','Select','tr_tr','Select',1),(11913,'msgforrecordaudio','Minimum record duration one second.','tr_tr','Minimum record duration one second.',1),(11914,'permission_storage','Permission denied to read your External storage','tr_tr','Permission denied to read your External storage',1),(11915,'send_permission_msg','Send message permission denied','tr_tr','Send message permission denied',1),(11916,'choosefile','Choose File','tr_tr','Choose File',1),(11917,'enter','Enter','tr_tr','Enter',1),(11918,'select_an_option','Select an Option','tr_tr','Select an Option',1),(11919,'email_validation','Email is not valid','tr_tr','Email is not valid',1),(11920,'please_enter','Please Enter','tr_tr','Please Enter',1),(11921,'website_validation_text','Website URL is not valid','tr_tr','Website URL is not valid',1),(11922,'selectvalue','Select value first','tr_tr','Select value first',1),(11923,'email','Email','tr_tr','Email',1),(11924,'enter_email_address','Enter email address','tr_tr','Enter email address',1),(11925,'email_address_not_correct','Email address incorrect','tr_tr','Email address incorrect',1),(11926,'pls_enter_subject','Please Enter Subject','tr_tr','Please Enter Subject',1),(11927,'attachFiles','Attached File','tr_tr','Attached File',1),(11928,'from','From','tr_tr','From',1),(11929,'to','To','tr_tr','To',1),(11930,'call_permission_msg','Call permission denied','tr_tr','Call permission denied',1),(11931,'no_records','No records found','tr_tr','No records found',1),(11932,'fullform','Create New','tr_tr','Create New',1),(11933,'save','Save','tr_tr','Save',1),(11934,'total','Total','tr_tr','Total',1),(11935,'discount','Discount','tr_tr','Discount',1),(11936,'price','Price','tr_tr','Price',1),(11937,'quantity','Quantity','tr_tr','Quantity',1),(11938,'select_module','Select Module','tr_tr','Select Module',1),(11939,'item_list','Item List','tr_tr','Item List',1),(11940,'quickcreate','Quick Create','tr_tr','Quick Create',1),(11941,'overwrite_msg_part1','Overwrite the existing address with the selected','tr_tr','Overwrite the existing address with the selected',1),(11942,'once_in_every','Once in every','tr_tr','Once in every',1),(11943,'overwrite_msg_part2','address details?','tr_tr','address details?',1),(11944,'add_item','Add Item','tr_tr','Add Item',1),(11945,'recordsave','Record saved successfully','tr_tr','Record saved successfully',1),(11946,'recordnotsave','Could not save record. Try again later','tr_tr','Could not save record. Try again later',1),(11947,'minutes','Minutes','tr_tr','Minutes',1),(11948,'hours','Hours','tr_tr','Hours',1),(11949,'days','Days','tr_tr','Days',1),(11950,'on','On','tr_tr','On',1),(11951,'day_of_the_month','day of the month','tr_tr','day of the month',1),(11952,'list_price','List Price','tr_tr','List Price',1),(11953,'add_record','Add Record','tr_tr','Add Record',1),(11954,'add_product','Add Product','tr_tr','Add Product',1),(11955,'add_service','Add Service','tr_tr','Add Service',1),(11956,'discountin','Discount in %','tr_tr','Discount in %',1),(11957,'unitprice','Unit price','tr_tr','Unit price',1),(11958,'netprice','Net price','tr_tr','Net price',1),(11959,'comments','Comments','tr_tr','Comments',1),(11960,'add_close','Add & Close','tr_tr','Add & Close',1),(11961,'fetching_rout_message','Fetching route, Please wait…','tr_tr','Fetching route, Please wait…',1),(11962,'setting','Settings','tr_tr','Settings',1),(11963,'utc','UTC','tr_tr','UTC',1),(11964,'in','In','tr_tr','In',1),(11965,'days_ago','days ago','tr_tr','days ago',1),(11966,'mins_ago','Minutes ago','tr_tr','Minutes ago',1),(11967,'justnow','Just now','tr_tr','Just now',1),(11968,'hours_ago','hours ago','tr_tr','hours ago',1),(11969,'in_1_day','In 1 day','tr_tr','In 1 day',1),(11970,'scanqrcode','Asset / Card scanner','tr_tr','Asset / Card scanner',1),(11971,'call_log','Call Log','tr_tr','Call Log',1),(11972,'voice_message','Hi','tr_tr','Hi',1),(11973,'voice_message1','What can I search for you in','tr_tr','What can I search for you in',1),(11974,'live_tracking','Live Tracking','tr_tr','Live Tracking',1),(11975,'mailmanager','Mail Manager','tr_tr','Mail Manager',1),(11976,'my_location','My location','tr_tr','My location',1),(11977,'created_on','Created On','tr_tr','Created On',1),(11978,'modified_on','Modified On','tr_tr','Modified On',1),(11979,'enter_comments','Enter Comments','tr_tr','Enter Comments',1),(11980,'viewmore','View More','tr_tr','View More',1),(11981,'viewless','View Less','tr_tr','View Less',1),(11982,'gotofullform','Go to Full Form','tr_tr','Go to Full Form',1),(11983,'post','Post','tr_tr','Post',1),(11984,'url','URL','tr_tr','URL',1),(11985,'dialog_title_text_back_color','Select a Text Background Color','tr_tr','Select a Text Background Color',1),(11986,'event_or_task','Add event/task','tr_tr','Add event/task',1),(11987,'shortcut','Shortcuts','tr_tr','Shortcuts',1),(11988,'select_field','Select Field','tr_tr','Select Field',1),(11989,'share','Share','tr_tr','Share',1),(11990,'title_insert_link','Insert Link','tr_tr','Insert Link',1),(11991,'addyourcommentshere','Add your comments here','tr_tr','Add your comments here',1),(11992,'nocomment','No Comments','tr_tr','No Comments',1),(11993,'leads','Leads','tr_tr','Leads',1),(11994,'true_val','true','tr_tr','true',1),(11995,'noresult','No Result','tr_tr','No Result',1),(11996,'version','Version','tr_tr','Version',1),(11997,'convert_lead','Convert Lead','tr_tr','Convert Lead',1),(11998,'app_name','CRMTiger','tr_tr','CRMTiger',1),(11999,'enter_url','Please Enter url','tr_tr','Please Enter url',1),(12000,'help','Help','tr_tr','Help',1),(12001,'contact_us','Contact Us','tr_tr','Contact Us',1),(12002,'updates','Updates','tr_tr','Updates',1),(12003,'logout','LogOut','tr_tr','LogOut',1),(12004,'busnies_cardscanner','Business Card Scanner','tr_tr','Business Card Scanner',1),(12005,'sure_want_logout','Are you sure want to logout ?','tr_tr','Are you sure want to logout ?',1),(12006,'logout_message','Logout successfully','tr_tr','Logout successfully',1),(12007,'all','All','tr_tr','All',1),(12008,'add_event','Add event','tr_tr','Add event',1),(12009,'add_task','Add Task','tr_tr','Add Task',1),(12010,'next','Next','tr_tr','Next',1),(12011,'terms_conditions','Terms and Conditions','tr_tr','Terms and Conditions',1),(12012,'login','Login','tr_tr','Login',2),(12013,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','tr_tr','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(12014,'copyright','Copyright © 2020 CRMTiger Version','tr_tr','Copyright © 2020 CRMTiger Version',2),(12015,'enter_username','Please enter username','tr_tr','Please enter username',2),(12016,'enter_password','Please enter password','tr_tr','Please enter password',2),(12017,'remanberme','Remember Me','tr_tr','Remember Me',2),(12018,'forgot_password','Forgot password?','tr_tr','Forgot password?',2),(12019,'privacy_policay1','Privacy Policy','tr_tr','Privacy Policy',2),(12020,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','tr_tr','Something went wrong. \n please Click here to contact support.',2),(12021,'enter_username_password','Entered Username or Password is wrong','tr_tr','Entered Username or Password is wrong',2),(12022,'server_issue_occured','Server issues occurred','tr_tr','Server issues occurred',2),(12023,'password','Password','tr_tr','Password',3),(12024,'user_name','Username','tr_tr','Username',3),(12025,'reset_pwd','Reset Password','tr_tr','Reset Password',3),(12026,'forgot_password_title','Forgot password','tr_tr','Forgot password',3),(12027,'enter_user_name','Enter user name','tr_tr','Enter user name',3),(12028,'cc','Cc','tr_tr','Cc',4),(12029,'body','Body','tr_tr','Body',4),(12030,'bcc','BCC','tr_tr','BCC',4),(12031,'dialog_title_text_color','Select a Text Color','tr_tr','Select a Text Color',4),(12032,'date','Date','tr_tr','Date',4),(12033,'subject','Subject','tr_tr','Subject',4),(12034,'composeMail','Compose Mail','tr_tr','Compose Mail',4),(12035,'send','Send','tr_tr','Send',4),(12036,'select_message','Select message','tr_tr','Select message',4),(12037,'title_insert_table','Insert Table','tr_tr','Insert Table',4),(12038,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','tr_tr','I agree to Share API Log to Technical team for further troubleshooting',5),(12039,'edit_record','Edit Records','tr_tr','Edit Records',5),(12040,'select_time','Select Time','tr_tr','Select Time',5),(12041,'edit_item','Edit Item','tr_tr','Edit Item',5),(12042,'items_total','Items Total','tr_tr','Items Total',5),(12043,'number_less_then_31','Number should be less than 31','tr_tr','Number should be less than 31',5),(12044,'users','Users','tr_tr','Users',5),(12045,'groups','Groups','tr_tr','Groups',5),(12046,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','tr_tr','Note : Existing attachments(images/files) will be replaced',5),(12047,'greaterdatetime','End DateTime should be greater than Start DateTime','tr_tr','End DateTime should be greater than Start DateTime',5),(12048,'until','Until','tr_tr','Until',5),(12049,'organizations','Organizations','tr_tr','Organizations',6),(12050,'contacts','Contacts','tr_tr','Contacts',6),(12051,'opportunity','Opportunity','tr_tr','Opportunity',6),(12052,'lbl_sun','SUN','tr_tr','SUN',7),(12053,'lbl_mon','MON','tr_tr','MON',7),(12054,'lbl_tue','TUE','tr_tr','TUE',7),(12055,'lbl_wed','WED','tr_tr','WED',7),(12056,'lbl_thu','THU','tr_tr','THU',7),(12057,'lbl_fri','FRI','tr_tr','FRI',7),(12058,'lbl_sat','SAT','tr_tr','SAT',7),(12059,'lbl_1','1','tr_tr','1',7),(12060,'lbl_2','2','tr_tr','2',7),(12061,'lbl_3','3','tr_tr','3',7),(12062,'lbl_4','4','tr_tr','4',7),(12063,'lbl_5','5','tr_tr','5',7),(12064,'lbl_6','6','tr_tr','6',7),(12065,'lbl_7','7','tr_tr','7',7),(12066,'lbl_8','8','tr_tr','8',7),(12067,'lbl_9','9','tr_tr','9',7),(12068,'lbl_10','10','tr_tr','10',7),(12069,'lbl_11','11','tr_tr','11',7),(12070,'lbl_12','12','tr_tr','12',7),(12071,'lbl_13','13','tr_tr','13',7),(12072,'lbl_14','14','tr_tr','14',7),(12073,'lbl_15','15','tr_tr','15',7),(12074,'lbl_16','16','tr_tr','16',7),(12075,'lbl_17','17','tr_tr','17',7),(12076,'lbl_18','18','tr_tr','18',7),(12077,'lbl_19','19','tr_tr','19',7),(12078,'lbl_20','20','tr_tr','20',7),(12079,'lbl_21','21','tr_tr','21',7),(12080,'lbl_22','22','tr_tr','22',7),(12081,'lbl_23','23','tr_tr','23',7),(12082,'lbl_24','24','tr_tr','24',7),(12083,'lbl_25','25','tr_tr','25',7),(12084,'lbl_26','26','tr_tr','26',7),(12085,'lbl_27','27','tr_tr','27',7),(12086,'lbl_28','28','tr_tr','28',7),(12087,'lbl_29','29','tr_tr','29',7),(12088,'lbl_30','30','tr_tr','30',7),(12089,'lbl_31','31','tr_tr','31',7),(12090,'lbl_32','32','tr_tr','32',7),(12091,'lbl_33','33','tr_tr','33',7),(12092,'lbl_34','34','tr_tr','34',7),(12093,'lbl_35','35','tr_tr','35',7),(12094,'lbl_36','36','tr_tr','36',7),(12095,'lbl_37','37','tr_tr','37',7),(12096,'lbl_38','38','tr_tr','38',7),(12097,'lbl_39','39','tr_tr','39',7),(12098,'lbl_40','40','tr_tr','40',7),(12099,'lbl_41','41','tr_tr','41',7),(12100,'lbl_42','42','tr_tr','42',7),(12101,'current_date','current date','tr_tr','current date',7),(12102,'event','Events','tr_tr','Events',7),(12103,'calendar','Calendar','tr_tr','Calendar',7),(12104,'latest_version','Latest Version :','tr_tr','Latest Version :',8),(12105,'expire_on','Next renewal date : ','tr_tr','Next renewal date : ',8),(12106,'ctmobile_ext_version','CTMobile Ext. Version : ','tr_tr','CTMobile Ext. Version : ',8),(12107,'you_have_latest_version','You already have latest version','tr_tr','You already have latest version',8),(12108,'latest_version1','You Already have latest version','tr_tr','You Already have latest version',8),(12109,'upgreaded','Upgrade','tr_tr','Upgrade',8),(12110,'downgrade','Downgrade','tr_tr','Downgrade',8),(12111,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','tr_tr','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(12112,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','tr_tr','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(12113,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','tr_tr','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(12114,'info','Info','tr_tr','Info',8),(12115,'recent_history','Recent History','tr_tr','Recent History',8),(12116,'recent_feedback','Feedback','tr_tr','Feedback',8),(12117,'recent_log','Log','tr_tr','Log',8),(12118,'crmtiger_app_version','CRMTiger App Version : ','tr_tr','CRMTiger App Version : ',8),(12119,'historylimit','Recent History Limit','tr_tr','Recent History Limit',8),(12120,'radious_in_miles','Radius in miles','tr_tr','Radius in miles',8),(12121,'recentlimit','Recent Event Limit','tr_tr','Recent Event Limit',8),(12122,'upcoming_events','Upcoming Events','tr_tr','Upcoming Events',8),(12123,'rate_our_app','Rate Our App!','tr_tr','Rate Our App!',8),(12124,'feedback','Submit Feedback','tr_tr','Submit Feedback',8),(12125,'sendfeedback','Feedback Send','tr_tr','Feedback Send',8),(12126,'emaillimit','Email limit','tr_tr','Email limit',8),(12127,'log','Log','tr_tr','Log',8),(12128,'logclear','Log cleared successfully.','tr_tr','Log cleared successfully.',8),(12129,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','tr_tr','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(12130,'proceed_to_upgrade1','Proceed to','tr_tr','Proceed to',8),(12131,'upgradation_message','will required logout and login again later.','tr_tr','will required logout and login again later.',8),(12132,'proceed_to_upgrade','Proceed to Upgrade','tr_tr','Proceed to Upgrade',8),(12133,'module_setting','Module Setting','tr_tr','Module Setting',9),(12134,'sortbyfield','Sort by field','tr_tr','Sort by field',9),(12135,'ascending','Ascending  A to Z','tr_tr','Ascending  A to Z',9),(12136,'descending','Descending  Z to A','tr_tr','Descending  Z to A',9),(12137,'first_field','First Field','tr_tr','First Field',9),(12138,'second_field','Second Field','tr_tr','Second Field',9),(12139,'third_field','Third Field','tr_tr','Third Field',9),(12140,'sure_want_restore','Are you sure you want to reset to default settings?','tr_tr','Are you sure you want to reset to default settings?',9),(12141,'orderlist','List Order','tr_tr','List Order',9),(12142,'module_reset','Restore to Default','tr_tr','Restore to Default',9),(12143,'display_fields','Display Fields','tr_tr','Display Fields',9),(12144,'discount_lessthen_100','Discount % should be less than 100','tr_tr','Discount % should be less than 100',10),(12145,'select_item','Select Item','tr_tr','Select Item',10),(12146,'item_comment','Item Comment','tr_tr','Item Comment',10),(12147,'record_name','Record Name is :','tr_tr','Record Name is :',11),(12148,'go_back','Go Back','tr_tr','Go Back',11),(12149,'please_enter_shortcut_name','Please Enter Shortcut Name','tr_tr','Please Enter Shortcut Name',11),(12150,'number_not_found','Contact Number not found','tr_tr','Contact Number not found',11),(12151,'mail_not_found','Mail Address not found','tr_tr','Mail Address not found',11),(12152,'create_shortcut','Create Shortcut','tr_tr','Create Shortcut',11),(12153,'contact_summary','Summary','tr_tr','Summary',11),(12154,'activites','Activities','tr_tr','Activities',11),(12155,'details','Details','tr_tr','Details',11),(12156,'related','Related','tr_tr','Related',11),(12157,'share_link','Share record with','tr_tr','Share record with',11),(12158,'edit','Edit','tr_tr','Edit',11),(12159,'duplicate','Duplicate','tr_tr','Duplicate',11),(12160,'whatsapp','Whatsapp','tr_tr','Whatsapp',11),(12161,'call','Call','tr_tr','Call',11),(12162,'choose_contact_for_call','Choose Contact for Call','tr_tr','Choose Contact for Call',11),(12163,'choose_contact_for_sms','Choose Contact for SMS','tr_tr','Choose Contact for SMS',11),(12164,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','tr_tr','Choose Contact for WhatsApp',11),(12165,'chosse_contact_for_email','Choose Email','tr_tr','Choose Email',11),(12166,'attach_file','Attach Files','tr_tr','Attach Files',11),(12167,'close','Close','tr_tr','Close',11),(12168,'status','Status','tr_tr','Status',11),(12169,'stop','Stop','tr_tr','Stop',11),(12170,'zero','0','tr_tr','0',11),(12171,'record','Record','tr_tr','Record',11),(12172,'voice_note','Voice Note','tr_tr','Voice Note',11),(12173,'tickets','Tickets','tr_tr','Tickets',12),(12174,'check_out','Check Out','tr_tr','Check Out',12),(12175,'check_in','Check In','tr_tr','Check In',12),(12176,'select_any','Select any','tr_tr','Select any',12),(12177,'fulldetails','Show Full Details','tr_tr','Show Full Details',12),(12178,'checkin','Check-in','tr_tr','Check-in',12),(12179,'navigate','Navigate','tr_tr','Navigate',12),(12180,'product','Products','tr_tr','Products',12),(12181,'projectMilestone','Project Milestone','tr_tr','Project Milestone',12),(12182,'projecttask','Project Tasks','tr_tr','Project Tasks',12),(12183,'nearby','NearBy','tr_tr','NearBy',13),(12184,'document','Document','tr_tr','Document',14),(12185,'reply','Reply','tr_tr','Reply',14),(12186,'reply_all','Reply All','tr_tr','Reply All',14),(12187,'forward','Forward','tr_tr','Forward',14),(12188,'action','Action','tr_tr','Action',14),(12189,'select_first','Select First','tr_tr','Select First',14),(12190,'commentaddsuccessful','Comment added successfull','tr_tr','Comment added successfull',14),(12191,'move_to','Move to','tr_tr','Move to',14),(12192,'attach','Attach','tr_tr','Attach',14),(12193,'addcoment','Add Comment','tr_tr','Add Comment',14),(12194,'adddocument','Add Document','tr_tr','Add Document',14),(12195,'home','Home','tr_tr','Home',15),(12196,'checkout','Check-out','tr_tr','Check-out',15),(12197,'message_search','Search by name','tr_tr','Search by name',15),(12198,'start_shift','Start shift','tr_tr','Start shift',15),(12199,'end_shift','End shift','tr_tr','End shift',15),(12200,'today_meeting','Meetings','tr_tr','Meetings',15),(12201,'shift_time_track','Shift Time Track','tr_tr','Shift Time Track',15),(12202,'logout_msg','You have to login again , click','tr_tr','You have to login again , click',15),(12203,'logout_msg1','to continue.','tr_tr','to continue.',15),(12204,'permission_denied','You don\'t have permission to create','tr_tr','You don\'t have permission to create',15),(12205,'history','Activity stream','tr_tr','Activity stream',15),(12206,'search_value','Search value :','tr_tr','Search value :',15),(12207,'feed_back_msg','Please enter feedback message','tr_tr','Please enter feedback message',16),(12208,'feed_back_hint_msg','Enter feedback message','tr_tr','Enter feedback message',16),(12209,'submit','Submit','tr_tr','Submit',16),(12210,'check_app_not_installed','Application is not currently installed.','tr_tr','Application is not currently installed.',17),(12211,'send_sms_fail_message','SMS failed, please try again later!','tr_tr','SMS failed, please try again later!',17),(12212,'documentaddsuccessfully','Document Attach successfully','tr_tr','Document Attach successfully',17),(12213,'send_message','Send message','tr_tr','Send message',17),(12214,'sms_to','smsto:','tr_tr','smsto:',17),(12215,'add_list_message','Add List','tr_tr','Add List',18),(12216,'mylist','My List','tr_tr','My List',18),(12217,'filtername','Filter Name','tr_tr','Filter Name',18),(12218,'selectlist','Select a List','tr_tr','Select a List',18),(12219,'assingedto','Assigned To','tr_tr','Assigned To',18),(12220,'selectmodule','Select a module','tr_tr','Select a module',18),(12221,'add_list','Add Filter','tr_tr','Add Filter',18),(12222,'recent_event','Recent Event','tr_tr','Recent Event',19),(12223,'recent_hostory','Recent History','tr_tr','Recent History',19),(12224,'module_specific_settings','Module-Specific Settings','tr_tr','Module-Specific Settings',19),(12225,'talk_to_us','Talk to us','tr_tr','Talk to us',19),(12226,'report_a_bug','Report A Bug','tr_tr','Report A Bug',19),(12227,'faq','FAQ','tr_tr','FAQ',19),(12228,'selectmodules','Select Module','tr_tr','Select Module',19),(12229,'myplan','My Plan','tr_tr','My Plan',19),(12230,'message','Message','tr_tr','Message',20),(12231,'message_validation','Please enter Message','tr_tr','Please enter Message',20),(12232,'contact_select','Please Select contact','tr_tr','Please Select contact',20),(12233,'global_search','Global Search','tr_tr','Global Search',21),(12234,'records','Records','tr_tr','Records',21),(12235,'dont_show_again','Don\'t Show Again','tr_tr','Don\'t Show Again',22),(12236,'skip','Skip','tr_tr','Skip',22),(12237,'file_downloading','File Downloading','tr_tr','File Downloading',23),(12238,'add_screenshots_optional','Add screenshots (optional)','tr_tr','Add screenshots (optional)',24),(12239,'describe_your_problem','Describe your problem','tr_tr','Describe your problem',24),(12240,'default_filter_shortcut','Default Filter Shortcut','tr_tr','Default Filter Shortcut',25),(12241,'record_shortcut','Record Shortcut','tr_tr','Record Shortcut',25),(12242,'enter_url','Please Enter url','tr_tr','Please Enter url',26),(12243,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','tr_tr','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(12244,'search_by','Search by','tr_tr','Search by',27),(12245,'selected_filter','Selected filter :','tr_tr','Selected filter :',27),(12246,'selected_field','Selected field :','tr_tr','Selected field :',27),(12247,'choose','Choose','tr_tr','Choose',28),(12248,'qr_cardscanner','QR Code Scanner','tr_tr','QR Code Scanner',28),(12249,'error_message_for_scan','Could not read the card Try again later.','tr_tr','Could not read the card Try again later.',28),(12250,'press_start_scan','Press to Start Scan','tr_tr','Press to Start Scan',28),(12251,'line_item_quntity_validation_msg','Value should be greater than zero','tr_tr','Value should be greater than zero',29),(12252,'percentage_msg','Percentage should be less than 100','tr_tr','Percentage should be less than 100',29),(12253,'MSG_NO_DATA','No data found!','tr_tr','No data found!',29),(12254,'MSG_SOMETHING_WRONG','Something went wrong!','tr_tr','Something went wrong!',29),(12255,'MSG_COMING_SOON','Coming Soon!','tr_tr','Coming Soon!',29),(12256,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','tr_tr','Please upload profile image.',29),(12257,'ALERT_TITLE_LOCATION_ACCESS','Location Access','tr_tr','Location Access',29),(12258,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','tr_tr','Requires your location to show nearby events.',29),(12259,'ALERT_BTN_ALLOW','ALLOW','tr_tr','ALLOW',29),(12260,'ALERT_BTN_DENY','DENY','tr_tr','DENY',29),(12261,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','tr_tr','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(12262,'DELETE_RECORD','Delete Record','tr_tr','Delete Record',29),(12263,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','tr_tr','Are you sure want to delete this shortcut?',29),(12264,'DELETE_SHORTCUT','Delete Shortcut','tr_tr','Delete Shortcut',29),(12265,'LBL_TERMS','By logging in, you agree to our Terms and','tr_tr','By logging in, you agree to our Terms and',29),(12266,'LBL_CONDITIONS','Conditions &','tr_tr','Conditions &',29),(12267,'ALERT_TITLE','Alert','tr_tr','Alert',29),(12268,'ALERT_BTN_SUBSCRIBE','Subscribe','tr_tr','Subscribe',29),(12269,'MSG_SELECT_MODULE','Please select any Module','tr_tr','Please select any Module',29),(12270,'MSG_SELECT_LIST','Please select any List','tr_tr','Please select any List',29),(12271,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','tr_tr','You don\'t have camera',29),(12272,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','tr_tr','You don\'t have permission to access gallery.',29),(12273,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','tr_tr','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(12274,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','tr_tr','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(12275,'BTN_DONE','Done','tr_tr','Done',29),(12276,'COMMENT','Comment','tr_tr','Comment',29),(12277,'FULL_FORM','Full Form','tr_tr','Full Form',29),(12278,'QUICK_CREATE','Create','tr_tr','Create',29),(12279,'LBL_SELECT_FIELDS','Select Fields','tr_tr','Select Fields',29),(12280,'LBL_SELECT_FIELDS','Select Fields','tr_tr','Select Fields',29),(12281,'LBL_SELECT_FIRST_FIELDS','Select First Field','tr_tr','Select First Field',29),(12282,'LBL_SELECT_SECOND_FIELDS','Select Second Field','tr_tr','Select Second Field',29),(12283,'LBL_SELECT_THIRD_FIELDS','Select Third Field','tr_tr','Select Third Field',29);
INSERT INTO `ctmobile_language_keyword` VALUES (12284,'LBL_SORT_BY_FIELD','Select Sort By Field','tr_tr','Select Sort By Field',29),(12285,'BTN_RESET_TO_DEFAULT','Reset to Default','tr_tr','Reset to Default',29),(12286,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','tr_tr','Select Sort by field',29),(12287,'kStrClearBtnTitle','Clear','tr_tr','Clear',29),(12288,'kStrShowMoreBtnTitle','Show More','tr_tr','Show More',29),(12289,'kStrAddActivitiesBtnTitle','Add Activities','tr_tr','Add Activities',29),(12290,'kStrAddCommentPlaceHolder','Add your comments here','tr_tr','Add your comments here',29),(12291,'MSG_ENTER_TO_EMAIL','Please enter to field.','tr_tr','Please enter to field.',29),(12292,'WARNING_FILE','File can\'t open.','tr_tr','File can\'t open.',29),(12293,'MSG_FILE_SAVED','File saved.','tr_tr','File saved.',29),(12294,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','tr_tr','Download fail!, please try after sometime.',29),(12295,'LBL_SHORTCUT','Shortcut','tr_tr','Shortcut',29),(12296,'TXT_MESSAGE_PLACEHOLDER','Type Message','tr_tr','Type Message',29),(12297,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','tr_tr','Install Whatsapp',29),(12298,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','tr_tr','No MailBox found. Please Create Mailbox',29),(12299,'LBL_WROTE','Wrote','tr_tr','Wrote',29),(12300,'MSG_MAIL_SEND','Mail sent','tr_tr','Mail sent',29),(12301,'log_file_not_found','API Log file not found.','tr_tr','API Log file not found.',29),(12302,'unknown_error','An unknown error occurred, try again','tr_tr','An unknown error occurred, try again',29),(12303,'CTMTigerAppVersion','CRMTiger App Version','tr_tr','CRMTiger App Version',29),(12304,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','tr_tr','CTMobile Ext. Version Update Successfully',29),(12305,'dialog_Premium_downgrade','Downgrade will required logout and login again later','tr_tr','Downgrade will required logout and login again later',29),(12306,'dialog_Premium','Upgrade will required logout and login again later','tr_tr','Upgrade will required logout and login again later',29),(12307,'Overwrite','Overwrite','tr_tr','Overwrite',29),(12308,'MSGAddressOverwrite1','Overwrite the existing address with the selected','tr_tr','Overwrite the existing address with the selected',29),(12309,'MSGAddressOverwrite2','address details?','tr_tr','address details?',29),(12310,'UPGRADE_PLAN','Upgrade Plan','tr_tr','Upgrade Plan',29),(12311,'DOWNGRADE_PLAN','Downgrade Plan','tr_tr','Downgrade Plan',29),(12312,'UPGRADE_EXTENSION','Upgrade Extension','tr_tr','Upgrade Extension',29),(12313,'UPGRADE_APP','Upgrade App','tr_tr','Upgrade App',29),(12314,'SELECT_OPTION','Select Option','tr_tr','Select Option',29),(12315,'PLEASE_SELECT','Please select','tr_tr','Please select',29),(12316,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','tr_tr','You don\'t have permission for this module.',29),(12317,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','tr_tr','Please select reccuring day of month.',29),(12318,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','tr_tr','Please select reccuring day of week.',29),(12319,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','tr_tr','Please select reccuring days.',29),(12320,'Please select reccuring days.','Please select reccuring days.','tr_tr','Please select reccuring days.',29),(12321,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','tr_tr','Please select reccuring end date.',29),(12322,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','tr_tr','Please select reccuring type.',29),(12323,'FREQ_TIME','Times','tr_tr','Times',29),(12324,'REPEAT_YEARLY','Repeat Yearly','tr_tr','Repeat Yearly',29),(12325,'REPEAT_MONTHLY','Repeat Monthly','tr_tr','Repeat Monthly',29),(12326,'REPEAT_WEEKLY','Repeat Weekly','tr_tr','Repeat Weekly',29),(12327,'REPEAT_DAILY','Repeat Daily','tr_tr','Repeat Daily',29),(12328,'ACTION_TITLE','Action Title','tr_tr','Action Title',29),(12329,'MSG_SELECT_VALID_DATE','Please select valid day of month.','tr_tr','Please select valid day of month.',29),(12330,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','tr_tr','Start date should be less than end date.',29),(12331,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','tr_tr','Start time should be less than end time.',29),(12332,'LBL_LINEITEM_DETAILS','Lineitem Details','tr_tr','Lineitem Details',29),(12333,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','tr_tr','Discount amount should be less than the total.',29),(12334,'VIEW','View','tr_tr','View',29),(12335,'MSG_ENTER_VALID','Please enter valid','tr_tr','Please enter valid',29),(12336,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','tr_tr','Percentage should be less than 100.',29),(12337,'ITEM_TOTAL','Item Total','tr_tr','Item Total',29),(12338,'ADJUSTMENT','Adjustment','tr_tr','Adjustment',29),(12339,'TITLE_CHOOSE_IMAGE','Choose Image','tr_tr','Choose Image',29),(12340,'COMPRESS','Compress','tr_tr','Compress',29),(12341,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','tr_tr','Your image size is too large, please select another image',29),(12342,'OnDayOfMonth','On day of month','tr_tr','On day of month',29),(12343,'OnDayOfWeek','On day of week','tr_tr','On day of week',29),(12344,'AddAndClose','Add & Close','tr_tr','Add & Close',29),(12345,'Repeat','Repeat','tr_tr','Repeat',29),(12346,'OnDay','On day','tr_tr','On day',29),(12347,'View_Line_Item','View Line Item','tr_tr','View Line Item',29),(12348,'TITLE_IMAGE','Image','tr_tr','Image',29),(12349,'TITLE_ICLOUD','iCloud','tr_tr','iCloud',29),(12350,'GOOGLE','Google','tr_tr','Google',29),(12351,'ALERT_BTN_OKAY','Okay','tr_tr','Okay',29),(12352,'ALERT_TITLE_ACCESS_DENIED','Access Denied','tr_tr','Access Denied',29),(12353,'Dont_Show_Again','Don\'t show again','tr_tr','Don\'t show again',29),(12354,'Skip','Skip','tr_tr','Skip',29),(12355,'Fillter_Name','Fillter Name','tr_tr','Fillter Name',29),(12356,'Fillter_Record_Count','Fillter Record Count','tr_tr','Fillter Record Count',29),(12357,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','tr_tr','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(12358,'vtiger_url','Your vTiger CRM URL','tr_tr','Your vTiger CRM URL',26),(12359,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','tr_tr','You don\'t have permission to Add either This is read-only or Private Field.',31),(12360,'CLEAR','Clear','tr_tr','Clear',31),(12361,'Files/photos uploaded successfully','Files/photos uploaded successfully','tr_tr','Files/photos uploaded successfully',32),(12362,'Digital signature saved','Digital signature saved','tr_tr','Digital signature saved',32),(12363,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','tr_tr','Please upload Signature or Files/photos',32),(12364,'Files / Photos','Files / Photos','tr_tr','Files / Photos',32),(12365,'Signature','Signature','tr_tr','Signature',32),(12366,'add_photo_using','Add Photo Using','tr_tr','Add Photo Using',31),(12367,'btn_upload_sign','(+) Add Signature','tr_tr','(+) Add Signature',31),(12368,'btn_upload_photo_doc','(+) Upload Files/Photos','tr_tr','(+) Upload Files/Photos',31),(12369,'select_photo_doc_to_upload','Please select files/photos to upload','tr_tr','Please select files/photos to upload',31),(12370,'related_module_title','Search from related module and Add to \"Route\"','tr_tr','Search from related module and Add to \"Route\"',30),(12371,'Route status updated successfully','Route status updated successfully','tr_tr','Route status updated successfully',32),(12372,'Session init failed','Session init failed','tr_tr','Session init failed',32),(12373,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','tr_tr','You don\'t have permission to access this resource',32),(12374,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','tr_tr','Could not get the Related To - Try again later',32),(12375,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','tr_tr','Could not get the Route Planning Record - Try again later',32),(12376,'Something went wrong - Try again later','Something went wrong - Try again later','tr_tr','Something went wrong - Try again later',32),(12377,'sequence updated successfully','sequence updated successfully','tr_tr','sequence updated successfully',32),(12378,'sequence cannot be empty','sequence cannot be empty','tr_tr','sequence cannot be empty',32),(12379,'Shortcut details not saved','Shortcut details not saved','tr_tr','Shortcut details not saved',32),(12380,'Shortcut details saved successfully','Shortcut details saved successfully','tr_tr','Shortcut details saved successfully',32),(12381,'Route save successfully','Route save successfully','tr_tr','Route save successfully',32),(12382,'Record save successfully','Record save successfully','tr_tr','Record save successfully',32),(12383,'No dependency found for picklist','No dependency found for picklist','tr_tr','No dependency found for picklist',32),(12384,'No records found','No records found','tr_tr','No records found',32),(12385,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','tr_tr','Outgoing server is not enabled, please configure from CRM',32),(12386,'Removed Successfully','Removed Successfully','tr_tr','Removed Successfully',32),(12387,'Shortcut has been deleted','Shortcut has been deleted','tr_tr','Shortcut has been deleted',32),(12388,'relation of records removed successfully','relation of records removed successfully','tr_tr','relation of records removed successfully',32),(12389,'relation of records not removed','relation of records not removed','tr_tr','relation of records not removed',32),(12390,'Record has been deleted successfully','Record has been deleted successfully','tr_tr','Record has been deleted successfully',32),(12391,'Time Tracking saved successfully','Time Tracking saved successfully','tr_tr','Time Tracking saved successfully',32),(12392,'Time Tracking updated successfully','Time Tracking updated successfully','tr_tr','Time Tracking updated successfully',32),(12393,'Time Tracking ended successfully','Time Tracking ended successfully','tr_tr','Time Tracking ended successfully',32),(12394,'Time Tracking started successfully','Time Tracking started successfully','tr_tr','Time Tracking started successfully',32),(12395,'record cannot be empty','record cannot be empty','tr_tr','record cannot be empty',32),(12396,'Module is disabled','Module is disabled','tr_tr','Module is disabled',32),(12397,'Shift ended successfully','Shift ended successfully','tr_tr','Shift ended successfully',32),(12398,'Shift started successfully','Shift started successfully','tr_tr','Shift started successfully',32),(12399,'relation of records added successfully','relation of records added successfully','tr_tr','relation of records added successfully',32),(12400,'Comment saved successfully','Comment saved successfully','tr_tr','Comment saved successfully',32),(12401,'Comment not saved','Comment not saved','tr_tr','Comment not saved',32),(12402,'Comment module is not active','Comment module is not active','tr_tr','Comment module is not active',32),(12403,'No Upcoming Event','No Upcoming Event','tr_tr','No Upcoming Event',32),(12404,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','tr_tr','No Templates found - create it from Message Templates module',32),(12405,'No event or task for this date','No event or task for this date','tr_tr','No event or task for this date',32),(12406,'No filters created','No filters created','tr_tr','No filters created',32),(12407,'Select at least one record to attach','Select at least one record to attach','tr_tr','Select at least one record to attach',32),(12408,'Please select one or more attachments','Please select one or more attachments','tr_tr','Please select one or more attachments',32),(12409,'No event for this month','No event for this month','tr_tr','No event for this month',32),(12410,'No Activity found','No Activity found','tr_tr','No Activity found',32),(12411,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','tr_tr','Your feedback is valuable for us - it cannot be empty',32),(12412,'Could not send mail, Please try later','Could not send mail, Please try later','tr_tr','Could not send mail, Please try later',32),(12413,'Latest Version updated successfully','Latest Version updated successfully','tr_tr','Latest Version updated successfully',32),(12414,'User Location Updated Successfully','User Location Updated Successfully','tr_tr','User Location Updated Successfully',32),(12415,'User Location not Updated Successfully','User Location not Updated Successfully','tr_tr','User Location not Updated Successfully',32),(12416,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','tr_tr','SMSNotifier is not enable in CRM. Please enable it first',32),(12417,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','tr_tr','Could not submit your feedback - Please try again later',32),(12418,'Thank you for submitting your feedback','Thank you for submitting your feedback','tr_tr','Thank you for submitting your feedback',32),(12419,'Please upload User Image','Please upload User Image','tr_tr','Please upload User Image',32),(12420,'Image Not Uploading, please try again','Image Not Uploading, please try again','tr_tr','Image Not Uploading, please try again',32),(12421,'User Image Uploaded Successfully','User Image Uploaded Successfully','tr_tr','User Image Uploaded Successfully',32),(12422,'Invalid Module name','Invalid Module name','tr_tr','Invalid Module name',32),(12423,'Records Sync Successfully','Records Sync Successfully','tr_tr','Records Sync Successfully',32),(12424,'Values cannot be empty','Values cannot be empty','tr_tr','Values cannot be empty',32),(12425,'Record id is empty','Record id is empty','tr_tr','Record id is empty',32),(12426,'Logout Successfully','Logout Successfully','tr_tr','Logout Successfully',32),(12427,'Please Enable CTMobile Module','Please Enable CTMobile Module','tr_tr','Please Enable CTMobile Module',32),(12428,'Authentication Failed','Username and Password do not match','tr_tr','Username and Password do not match',32),(12429,'Mismatched module information','Something gone wrong, please try again later','tr_tr','Something gone wrong, please try again later',32),(12430,'Field does not exists','Please set display fields again','tr_tr','Please set display fields again',32),(12431,'Module does not exists','Module does not exists or disabled by admin','tr_tr','Module does not exists or disabled by admin',32),(12432,'Month cannot be empty','Could not get the Month - Try again later','tr_tr','Could not get the Month - Try again later',32),(12433,'Year cannot be empty','Could not get the Year - Try again later','tr_tr','Could not get the Year - Try again later',32),(12434,'Date cannot be empty','Could not get the Date - Try again later','tr_tr','Could not get the Date - Try again later',32),(12435,'Userid cannot be empty','Could not get the Userid - Try again later','tr_tr','Could not get the Userid - Try again later',32),(12436,'End Date cannot be empty','Could not get the status - Try again later','tr_tr','Could not get the status - Try again later',32),(12437,'Start Date cannot be empty','Could not get the Start Date - Try again later','tr_tr','Could not get the Start Date - Try again later',32),(12438,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','tr_tr','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(12439,'Longitude cannot be empty','Could not get location-Please try again','tr_tr','Could not get location-Please try again',32),(12440,'Latitude cannot be empty','Could not get location-Please try again','tr_tr','Could not get location-Please try again',32),(12441,'User cannot be empty','Could not get the User - Try again later','tr_tr','Could not get the User - Try again later',32),(12442,'Status cannot be empty','Could not get the status - Try again later','tr_tr','Could not get the status - Try again later',32),(12443,'Required fields not found','Required fields not found','tr_tr','Required fields not found',32),(12444,'Tracking module not active','Tracking module not active-Please contact CRM Admin','tr_tr','Tracking module not active-Please contact CRM Admin',32),(12445,'Missing mandatory input values','Missing mandatory input values','tr_tr','Missing mandatory input values',32),(12446,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','tr_tr','No MailBox found. Please Create Mailbox',32),(12447,'Mail not sent','Mail not sent','tr_tr','Mail not sent',32),(12448,'Mail send successfully','Mail send successfully','tr_tr','Mail send successfully',32),(12449,'Email Id or username not match with your record','Email Id or username not match with your record','tr_tr','Email Id or username not match with your record',32),(12450,'Module not specified','Module not specified','tr_tr','Module not specified',32),(12451,'No messages found','No messages found','tr_tr','No messages found',32),(12452,'No Dependency Found For This Module','No Dependency Found For This Module','tr_tr','No Dependency Found For This Module',32),(12453,'Outgoing server is not Enabled','Outgoing server is not Enabled','tr_tr','Outgoing server is not Enabled',32),(12454,'Outgoing server is Enabled','Outgoing server is Enabled','tr_tr','Outgoing server is Enabled',32),(12455,'Email Attached Successfully','Email Attached Successfully','tr_tr','Email Attached Successfully',32),(12456,'Documents Attached Successfully','Documents Attached Successfully','tr_tr','Documents Attached Successfully',32),(12457,'Login required - Please login again','Login required - Please login again','tr_tr','Login required - Please login again',32),(12458,'time_tracking_module_disable','Time tracking module is disable','tr_tr','Time tracking module is disable',31),(12459,'route_planning_module_disable','Route planning module is disable','tr_tr','Route planning module is disable',31),(12460,'mark_as_held','Are you sure you want to mark Event as Held?','tr_tr','Are you sure you want to mark Event as Held?',31),(12461,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','tr_tr','You have already started Time tracking for another record, Do you want to stop it first ?',31),(12462,'access_denied_routeplanning','Access denied for route planning','tr_tr','Access denied for route planning',31),(12463,'time_spent','Time Spent','tr_tr','Time Spent',31),(12464,'select_user','Select User','tr_tr','Select User',30),(12465,'status_cannot_be_held','Status cannot be held for future date start','tr_tr','Status cannot be held for future date start',30),(12466,'please_select_end_date','Please select end date','tr_tr','Please select end date',30),(12467,'please_select_start_date','Please select start date','tr_tr','Please select start date',30),(12468,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','tr_tr','Tap on + icon to select record for your route.',30),(12469,'please_enter_notes','Please enter notes','tr_tr','Please enter notes',30),(12470,'please_enter_title','Please enter title','tr_tr','Please enter title',30),(12471,'please_select_date','Please Select Date','tr_tr','Please Select Date',30),(12472,'search_by_date','Search by Date','tr_tr','Search by Date',30),(12473,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','tr_tr','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(12474,'max_upload_size','max file Upload exceeds','tr_tr','max file Upload exceeds',30),(12475,'unselect_all','UnSelect All','tr_tr','UnSelect All',30),(12476,'select_all','Select All','tr_tr','Select All',30),(12477,'please_select_records','Please select records','tr_tr','Please select records',30),(12478,'select_date','Select Date','tr_tr','Select Date',30),(12479,'quantity_in_stock_is','Quantity in stock is','tr_tr','Quantity in stock is',30),(12480,'replies','Replies','tr_tr','Replies',30),(12481,'conversation_require_selection','Conversion requires selection of Contact or Organization','tr_tr','Conversion requires selection of Contact or Organization',30),(12482,'please_select_product','Please Select Product','tr_tr','Please Select Product',30),(12483,'timer_msg','You can start timer for single task only at same time','tr_tr','You can start timer for single task only at same time',31),(12484,'save_start_tracking','Save & Start Tracking','tr_tr','Save & Start Tracking',31),(12485,'lbl_notes','Notes','tr_tr','Notes',31),(12486,'enter_title','Enter Title','tr_tr','Enter Title',31),(12487,'select_module_record','Select Module / Record','tr_tr','Select Module / Record',31),(12488,'lbl_tomorrow','Tomorrow','tr_tr','Tomorrow',30),(12489,'lbl_yesterday','Yesterday','tr_tr','Yesterday',30),(12490,'lbl_today','Today','tr_tr','Today',30),(12491,'time_tracker','Time Tracker','tr_tr','Time Tracker',31),(12492,'time_end','End Time','tr_tr','End Time',5),(12493,'due_date','End Date','tr_tr','End Date',5),(12494,'time_start','Time Start','tr_tr','Time Start',5),(12495,'date_start','Start Date','tr_tr','Start Date',5),(12496,'delete_widget_msg','Display widget again by using (+) option','tr_tr','Display widget again by using (+) option',15),(12497,'no_upcoming_activities','No scheduled activities    ','tr_tr','No scheduled activities    ',15),(12498,'check_in_first','Please check-in first','tr_tr','Please check-in first',30),(12499,'duration','Duration','tr_tr','Duration',30),(12500,'distance','Distance','tr_tr','Distance',30),(12501,'proper_address_message','Please enter proper address in record\n','tr_tr','Please enter proper address in record',30),(12502,'select_status','Select Status','tr_tr','Select Status',30),(12503,'route_planner','Route Planner','tr_tr','Route Planner',30),(12504,'route_planning','Route Planning','tr_tr','Route Planning',30),(12505,'add_route','Add Route','tr_tr','Add Route',30),(12506,'calender_disabled','Calendar Module is disabled','tr_tr','Calendar Module is disabled',30),(12507,'close_dialog','Close form','tr_tr','Close form',30),(12508,'cancel_form_message','Are You sure want to close ?','tr_tr','Are You sure want to close ?',30),(12509,'create_route','Create Route','tr_tr','Create Route',30),(12510,'select_module_create_route','Select Module to create Route','tr_tr','Select Module to create Route',30),(12511,'cancel','Cancel','tr_tr','Cancel',30),(12512,'assign_route','Assign Route','tr_tr','Assign Route',30),(12513,'route_for','Route for','tr_tr','Route for',30),(12514,'assigned_to','Assigned To','tr_tr','Assigned To',30),(12515,'enter_route_name','Enter Route Name','tr_tr','Enter Route Name',30),(12516,'list','List','tr_tr','List',30),(12517,'map','Map','tr_tr','Map',30),(12518,'other_modules','Other Modules','tr_tr','Other Modules',15),(12519,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','tr_tr','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(12520,'clear','Clear','tr_tr','Clear',25),(12521,'open','Open','tr_tr','Open',11),(12522,'max_file_msg','Too many files selected (max:6)','tr_tr','Too many files selected (max:6)',11),(12523,'error_voicenote_record','Unable to recording voice while another application is recording sound.','tr_tr','Unable to recording voice while another application is recording sound.',11),(12524,'msg_warning','Warning!','tr_tr','Warning!',11),(12525,'Permision_denied_contact','Permission denied to access your contacts','tr_tr','Permission denied to access your contacts',15),(12526,'no_widget_added','Please click + icon to add new widget to your dashboard.','tr_tr','Please click + icon to add new widget to your dashboard.',15),(12527,'no_data_available','Data not available, please check the selected fields','tr_tr','Data not available, please check the selected fields',15),(12528,'check_out_successfully','Check out successfully','tr_tr','Checked out successfully',11),(12529,'check_in_successfully','Check in successfully','tr_tr','Checked in successfully',11),(12530,'check_out','Check out','tr_tr','Check out',11),(12531,'check_in','Check in','tr_tr','Check in',11),(12532,'navigate','Navigate','tr_tr','Navigate',11),(12533,'save_to_phone_vcard_success','VCard Saved to phone successfully','tr_tr','VCard Saved to phone successfully',15),(12534,'download_vcard_success','VCard downloaded successfully','tr_tr','VCard downloaded successfully',15),(12535,'card_details','Card Details','tr_tr','Card Details',15),(12536,'add_widget','Add Widget','tr_tr','Add Widget',15),(12537,'delete_widget','Are you sure to hide widget?','tr_tr','Are you sure to hide widget?',15),(12538,'already_widgets_added','All types of Widget & reports are already added','tr_tr','All types of Widget & reports are already added',15),(12539,'retry','Retry','tr_tr','Retry',28),(12540,'retake','Retake','tr_tr','Retake',28),(12541,'Reports','Reports','tr_tr','Reports',15),(12542,'Widgets','Widgets','tr_tr','Widgets',15),(12543,'vcard_config','Vcard Configuration','tr_tr','Vcard Configuration',8),(12544,'save_to_phone','Save to phone','tr_tr','Save to phone',11),(12545,'download_vcard','Download Vcard','tr_tr','Download Vcard',11),(12546,'share_vcard','Share Vcard','tr_tr','Share Vcard',11),(12547,'share_record','Share Record','tr_tr','Share Record',11),(12548,'permission_denied_edit','You don\'t have permission to edit this record.','tr_tr','You don\'t have permission to edit this record.',27),(12549,'permission_denied_delete','You don\'t have permission to delete this record.','tr_tr','You don\'t have permission to delete this record.',27),(12550,'Voice_Recording_Started','Recording Started','tr_tr','Recording Started',12),(12551,'Voice_Recording_Stopped','Recording Stopped','tr_tr','Recording Stopped',12),(12552,'SEARCH','Search','tr_tr','Search',7),(12553,'LAST','Last','tr_tr','Last',7),(12554,'FIRST','First','tr_tr','First',7),(12555,'MONDAY','Monday','tr_tr','Monday',7),(12556,'TUESDAY','Tuesday','tr_tr','Tuesday',7),(12557,'WEDNESDAY','Wednesday','tr_tr','Wednesday',7),(12558,'THURSDAY','Thursday','tr_tr','Thursday',7),(12559,'FRIDAY','Friday','tr_tr','Friday',7),(12560,'SATURDAY','Saturday','tr_tr','Saturday',7),(12561,'SUNDAY','Sunday','tr_tr','Sunday',7),(12562,'DAILY','Daily','tr_tr','Daily',7),(12563,'WEEKLY','Weekly','tr_tr','Weekly',7),(12564,'MONTHLY','Monthly','tr_tr','Monthly',7),(12565,'YEARLY','Yearly','tr_tr','Yearly',7),(12566,'asset_tracking','Asset tracking','tr_tr','Asset tracking',15),(12567,'open_file','Open File','tr_tr','Open File',1),(12568,'download_pdf_successfully','Download PDF Successfully','tr_tr','Download PDF Successfully',1),(12569,'select_pdf','Select PDF','tr_tr','Select PDF',1),(12570,'email_pdf','Email PDF','tr_tr','Email PDF',1),(12571,'download_pdf','Download PDF','tr_tr','Download PDF',1),(12572,'edit_route','Edit Route','tr_tr','Edit Route',1),(12573,'save_route','Save Route','tr_tr','Save Route',1),(12574,'clear_all','Clear All','tr_tr','Clear All',1),(12575,'notification','Notifications','tr_tr','Notifications',1),(12576,'menu_management','Menu Management','tr_tr','Menu Management',1),(12577,'select_menu','Select Menu','tr_tr','Select Menu',1),(12578,'module_record_not_found','Module and Record not found','tr_tr','Module and Record not found',1),(12579,'reason_for_changing_comments','Reason for changing comments','tr_tr','Reason for changing comments',1),(12580,'edit_reason','Edit Reason','tr_tr','Edit Reason',1),(12581,'create_filters','Create Filter','tr_tr','Create Filter',1),(12582,'you_checked','You Checked','tr_tr','You Checked',1),(12583,'you_un_checked','You UnChecked','tr_tr','You UnChecked',1),(12584,'log_the_call','Log the call ?','tr_tr','Log the call ?',1),(12585,'add_a_description_(optional)','Add a description (optional)','tr_tr','Add a description (optional)',1),(12586,'called','Called','tr_tr','Called',1),(12587,'call_log','Call Log','tr_tr','Call Log',1),(12588,'subject','Subject','tr_tr','Subject',1),(12589,'add_condition','Add Condition','tr_tr','Add Condition',1),(12590,'select_condition','Select Condition','tr_tr','Select Condition',1),(12591,'select_field','Select Field','tr_tr','Select Field',1),(12592,'please_select_first_field','Please First Select field','tr_tr','Please First Select field',1),(12593,'filter_name','Filter Name','tr_tr','Filter Name',1),(12594,'enter_filter_name','Enter filter name','tr_tr','Enter filter name',1),(12595,'choose_conditions','Choose Conditions','tr_tr','Choose Conditions',1),(12596,'all_condition','All Conditions(All conditions must be met)','tr_tr','All Conditions(All conditions must be met)',1),(12597,'any_condition','Any Conditions(At least one the conditions must be met)','tr_tr','Any Conditions(At least one the conditions must be met)',1),(12598,'lattitude','latitude','tr_tr','latitude',1),(12599,'notification_settings','Notification Settings','tr_tr','Notification Settings',1),(12600,'notification_management','Notification Management','tr_tr','Notification Management',1),(12601,'addyourcommentshere','Type @ to mention user','tr_tr','Type @ to mention user',1),(12602,'google_api_key_missing','Google Api key is missing.','tr_tr','Google Api key is missing.',1),(12603,'event_filter_by','Event Filter by','tr_tr','Event Filter by',1),(12604,'apply','Apply','tr_tr','Apply',1),(12605,'choose_from_gallery','Choose From Gallery','tr_tr','Choose From Gallery',1),(12606,'choose_from_camera','Choose From Camera','tr_tr','Choose From Camera',1),(12607,'mutli_select_CB','Mutli Select CB','tr_tr','Mutli Select CB',1),(12608,'please_select_condition','Please Select Condition','tr_tr','Please Select Condition',1),(12609,'please_enter_value_or_field','Please Enter Value or Field','tr_tr','Please Enter Value or Field',1),(12610,'set_as_default','Set as Default','tr_tr','Set as Default',1),(12611,'list_in_metrics','List in Metrics','tr_tr','List in Metrics',1),(12612,'order_number','Order Number','tr_tr','Order Number',1),(12613,'recording_saved_message','Recording saved successfully.','tr_tr','Recording saved successfully.',1),(12614,'recording_file','Recording File','tr_tr','Recording File',1),(12615,'file_not_found','File not found','tr_tr','File not found',1),(12616,'please_enter_valid_path','Please enter valid path','tr_tr','Please enter valid path',1),(12617,'enter_path_here','Enter path here...','tr_tr','Enter path here...',1),(12618,'set_call_recording_path','Set Call Recording Path','tr_tr','Set Call Recording Path',1),(12619,'set_call_recording_path_here','Set call recording path here','tr_tr','Set call recording path here',1),(12620,'call_recording_path','Call Recording Path','tr_tr','Call Recording Path',1),(12621,'please_place_api','Please enable place api','tr_tr','Please enable place api',1),(12622,'event_filters_by','Event Filters by','tr_tr','Event Filters by',1),(12623,'select_at_least_one_option','Please select at least one option','tr_tr','Please select at least one option',1),(12624,'enable_call_feature','Please enable call feature','tr_tr','Please enable call feature',1),(12625,'enable_email_feature','Please enable email feature','tr_tr','Please enable email feature',1),(12626,'demo_login','Demo Login','tr_tr','Demo Login',1),(12627,'select_email_template','Select Email Template','tr_tr','Select Email Template',1),(12628,'template_name','Template Name','tr_tr','Template Name',1),(12629,'example_storage_path','example : storage/Music/Recordings/Call Recordings','tr_tr','example : storage/Music/Recordings/Call Recordings',1),(12630,'User Notification Settings saved successfully','User Notification Settings saved successfully','tr_tr','User Notification Settings saved successfully',33),(12631,'This Notification has been disabled by admin','This Notification has been disabled by admin','tr_tr','This Notification has been disabled by admin',33),(12632,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','tr_tr','Notify when any updates to the record you\'re following',33),(12633,'Task assigned to you','Task assigned to you','tr_tr','Task assigned to you',33),(12634,'Task Reminder','Task Reminder','tr_tr','Task Reminder',33),(12635,'You were mentioned in comments','You were mentioned in comments','tr_tr','You were mentioned in comments',33),(12636,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','tr_tr','Comments has been added to record assigned to you',33),(12637,'When Record Assigned','When Record Assigned','tr_tr','When Record Assigned',33),(12638,'Event Reminder','Event Reminder','tr_tr','Event Reminder',33),(12639,'Event Invitation','Event Invitation','tr_tr','Event Invitation',33),(12640,'Follow record','Follow record','tr_tr','Follow record',33),(12641,'Task','Task','tr_tr','Task',33),(12642,'Conversions','Conversions','tr_tr','Conversions',33),(12643,'Events','Events','tr_tr','Events',33),(12644,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','tr_tr','No record(s) found Please click on filter icon to change filter',1),(12645,'title','Title','tr_tr','Title',1),(12646,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','tr_tr','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(12647,'call_recording','Call recording','tr_tr','Call recording',1),(12648,'voice_recorder','Voice Recorder','tr_tr','Voice Recorder',1),(12649,'no_address_reference_found','No Address Reference found','tr_tr','No Address Reference found',32),(12650,'no_overdue_activities','No OverDue Activities','tr_tr','No OverDue Activities',32),(12651,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','tr_tr','Please enter proper address from this address we are not getting proper latitude and longitude',32),(12652,'Default_Search_Field','Default search field','tr_tr','Default search field',32),(12653,'Calender_Reminder_Message','Free user can\'t send local reminder','tr_tr','Free user can\'t send local reminder',32),(12654,'you_must_have_permission','You must give permissions to use this features.','tr_tr','You must give permissions to use this features.',32),(12655,'internal_comment','Internal Comment','tr_tr','Internal Comment',1),(12656,'unlink_record','Unlink Record','tr_tr','Unlink Record',11),(12657,'unlink_record_msg','Are you sure want to unlink record?','tr_tr','Are you sure want to unlink record?',11),(12658,'file_format_not_support','File format not supported','tr_tr','File format not supported',11),(12659,'file_upload','File Upload','tr_tr','File Upload',5),(12660,'to_vtiger','To Vtiger','tr_tr','To Vtiger',5),(12661,'link_external_document','Link External Document','tr_tr','Link External Document',5),(12662,'from_file_url','From File Url','tr_tr','From File Url',5),(12663,'create_new_document','Create New Document','tr_tr','Create New Document',5),(12664,'select_document_type','Select Document type','tr_tr','Select Document type',5),(12665,'add_signature','Please add signature','tr_tr','Please add signature',11),(12666,'date_greater_then_equal','should be greater than or equal to','tr_tr','should be greater than or equal to',1),(12667,'date_less_then_equal','should be less than or equal to','tr_tr','should be less than or equal to',1),(12668,'Click_on_plus_for_add','Please tap on  +  to create a new record.','tr_tr','Please tap on  +  to create a new record.',15),(12669,'display_map','Display map','tr_tr','Display map',15),(12670,'other_settings','Other settings','tr_tr','Other settings',15),(12671,'total_hours','Total hours','tr_tr','Total hours',15),(12672,'widget_not_found','No widgets found','tr_tr','No widgets found',15),(12673,'quickaction','Quick action','tr_tr','Quick action',15),(12674,'dashboard','Dashboard','tr_tr','Dashboard',15),(12675,'new','New','tr_tr','New',15),(12676,'global_search_hint','Please try to search using search box at top','tr_tr','Please try to search using search box at top',15),(12677,'near_by_map','Near By Map','tr_tr','Near By Map',15),(12678,'miles','Miles','tr_tr','Miles',15),(12679,'lbl_filters','Filters','tr_tr','Filters',27),(12680,'warning','Warning','tr_tr','Warning',27),(12681,'no_filter_created','No filter is created.','tr_tr','No filter is created.',27),(12682,'please_create_new_ilter','Please create a new filter','tr_tr','Please create a new filter',27),(12683,'select_search_fields','Select fields for the search record.','tr_tr','Select fields for the search record.',27),(12684,'apply_fliters','Apply filters','tr_tr','Apply filters',27),(12685,'sort_by','Sort by','tr_tr','Sort by',27),(12686,'sort_order','Sort order','tr_tr','Sort order',27),(12687,'Start_time_tracking','Start time tracking','tr_tr','Start time tracking',31),(12688,'Stop_time_tracking','Stop time tracking','tr_tr','Stop time tracking',31),(12689,'image_preview','Image preview','tr_tr','Image preview',11),(12690,'phone_number','Phone number','tr_tr','Phone number',11),(12691,'email_address','Email address','tr_tr','Email address',11),(12692,'edit_your_preferences','Edit your preferences','tr_tr','Edit your preferences',8),(12693,'about_app','About app','tr_tr','About app',8),(12694,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','tr_tr','You already have latest CTMobile Ext. Version',8),(12695,'updated_app_version','You already have latest CRMTiger App Version','tr_tr','You already have latest CRMTiger App Version',8),(12696,'plan','Plan','tr_tr','Plan',8),(12697,'time','Time','tr_tr','Time',31),(12698,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','tr_tr','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(12699,'add_to_quick_action','Add to quick action','tr_tr','Add to quick action',1),(12700,'add_filter_to_quick_action','Add filter to quick action','tr_tr','Add filter to quick action',1),(12701,'create_record','Create Record','tr_tr','Create Record',1),(12702,'quick_action_hint','You can Add Quick Action here','tr_tr','You can Add Quick Action here',1),(12703,'str_send','Send','tr_tr','Send',3),(12704,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','tr_tr','Do you want to update tax & charge values corresponding to selected region?',1),(12705,'delete_quick_action_widgest','Delete Widget?','tr_tr','Delete Widget?',15),(12706,'add_record_to_dashboard','Add record to dashboard','tr_tr','Add record to dashboard',15),(12707,'module_quick_action_msg','Module added to dashboard','tr_tr','Module added to dashboard',15),(12708,'filter_quick_action_msg','Filter added to dashboard','tr_tr','Filter added to dashboard',15),(12709,'record_quick_action_msg','Record added to dashboard','tr_tr','Record added to dashboard',15),(12710,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','tr_tr','Filter shortcut added to dashboard',15),(12711,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','tr_tr','Record shortcut added to dashboard',15),(12712,'documents_disabled','Documents Module is disabled','tr_tr','Documents Module is disabled',1),(12713,'document_dont_attachment','Document does not have a attachment','tr_tr','Document does not have a attachment',1),(12714,'go_to_neat_by','Go to NearBy','tr_tr','Go to NearBy',15),(12715,'go_to_time_tracking','Go to Time Tracker','tr_tr','Go to Time Tracker',13),(12716,'nearby_quick_action_msg','NearBy added to dashboard','tr_tr','NearBy added to dashboard',15),(12717,'time_tracking_quick_action_msg','Time Tracking added to dashboard','tr_tr','Time Tracking added to dashboard',15),(12718,'attendance_quick_action_msg','Attendance added to dashboard','tr_tr','Attendance added to dashboard',15),(12719,'attachment','Attachment','tr_tr','Attachment',15),(12720,'search_by_fields','Search by fields','tr_tr','Search by fields',27),(12721,'apply_selected','Apply selected','tr_tr','Apply selected',27),(12722,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','tr_tr','auto address finder is disabled, please enable it from CRMTiger Settings',1),(12723,'Attendance','Attendance','tr_tr','Attendance',15),(12724,'Check-in successfully','Check-in successfully','tr_tr','Check-in successfully',32),(12725,'Check-out successfully','Check-out successfully','tr_tr','Check-out successfully',32),(12726,'Nothing around here','Nothing around here','tr_tr','Nothing around here',13),(12727,'select_days','Select Days','tr_tr','Select Days',5),(12728,'select_minutes','Select Minutes','tr_tr','Select Minutes',5),(12729,'select_hours','Select Hours','tr_tr','Select Hours',5),(12730,'no_lat_long_found','Location information (Latitude,Longitude) not found','tr_tr','Location information (Latitude,Longitude) not found',32),(12731,'Call Log save successfully','Call Log save successfully','tr_tr','Call Log save successfully',32),(12732,'Files/photos deleted successfully','Files/photos deleted successfully','tr_tr','Files/photos deleted successfully',32),(12733,'network_error','Network connection error!','en_us','Network connection error!',1),(12734,'connection_check','Could not connect to CRM, Please check your Internet connection.','en_us','Could not connect to CRM, Please check your Internet connection.',1),(12735,'update','Update','en_us','Update',1),(12736,'cancel','Cancel','en_us','Cancel',1),(12737,'ok','Ok','en_us','Ok',1),(12738,'more_information','Click here for more information.','en_us','Click here for more information.',1),(12739,'yes','Yes','en_us','Yes',1),(12740,'no','No','en_us','No',1),(12741,'click_again_exit','Click again to exit','en_us','Click again to exit',1),(12742,'forpermission','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.','en_us','You don\'t have permission to view this feature. Please subscribe for Premium version Click here to Subscribe.',1),(12743,'clickhere','Click here','en_us','Click here',1),(12744,'clickhere_subscribe','Click here to subscribe premium version','en_us','Click here to subscribe premium version',1),(12745,'clickhere_configure','Click here and view how to Configure.','en_us','Click here and view how to Configure.',1),(12746,'please_wait','Please Wait…','en_us','Please Wait…',1),(12747,'share__msg','Share file with','en_us','Share file with',1),(12748,'dialog_camera','Camera','en_us','Camera',1),(12749,'dialog_add_file_by','Take Photo from','en_us','Take Photo from',1),(12750,'add','Add','en_us','Add',1),(12751,'mail_manager_configured','Mail Manager is not configured','en_us','Mail Manager is not configured',1),(12752,'dialog_add_files_by','Add Files by','en_us','Add Files by',1),(12753,'dialog_drive','Drive','en_us','Drive',1),(12754,'dialog_drop_box','Drop Box','en_us','Drop Box',1),(12755,'dialog_need_signin','You need to Sign-in to your Drive account first.','en_us','You need to Sign-in to your Drive account first.',1),(12756,'dialog_gallery','Gallery','en_us','Gallery',1),(12757,'delete','Delete','en_us','Delete',1),(12758,'timeoutmessage','Oops! Request is taking more time than expected.','en_us','Oops! Request is taking more time than expected.',1),(12759,'gps_location_message','GPS is not enabled. Please turn it on to get your near by locations.','en_us','GPS is not enabled. Please turn it on to get your near by locations.',1),(12760,'sure_want_delete','Are you sure want to delete ?','en_us','Are you sure want to delete ?',1),(12761,'select','Select','en_us','Select',1),(12762,'msgforrecordaudio','Minimum record duration one second.','en_us','Minimum record duration one second.',1),(12763,'permission_storage','Permission denied to read your External storage','en_us','Permission denied to read your External storage',1),(12764,'send_permission_msg','Send message permission denied','en_us','Send message permission denied',1),(12765,'choosefile','Choose File','en_us','Choose File',1),(12766,'enter','Enter','en_us','Enter',1),(12767,'select_an_option','Select an Option','en_us','Select an Option',1),(12768,'email_validation','Email is not valid','en_us','Email is not valid',1),(12769,'please_enter','Please Enter','en_us','Please Enter',1),(12770,'website_validation_text','Website URL is not valid','en_us','Website URL is not valid',1),(12771,'selectvalue','Select value first','en_us','Select value first',1),(12772,'email','Email','en_us','Email',1),(12773,'enter_email_address','Enter email address','en_us','Enter email address',1),(12774,'email_address_not_correct','Email address incorrect','en_us','Email address incorrect',1),(12775,'pls_enter_subject','Please Enter Subject','en_us','Please Enter Subject',1),(12776,'attachFiles','Attached File','en_us','Attached File',1),(12777,'from','From','en_us','From',1),(12778,'to','To','en_us','To',1),(12779,'call_permission_msg','Call permission denied','en_us','Call permission denied',1),(12780,'no_records','No records found','en_us','No records found',1),(12781,'fullform','Create New','en_us','Create New',1),(12782,'save','Save','en_us','Save',1),(12783,'total','Total','en_us','Total',1),(12784,'discount','Discount','en_us','Discount',1),(12785,'price','Price','en_us','Price',1),(12786,'quantity','Quantity','en_us','Quantity',1),(12787,'select_module','Select Module','en_us','Select Module',1),(12788,'item_list','Item List','en_us','Item List',1),(12789,'quickcreate','Quick Create','en_us','Quick Create',1),(12790,'overwrite_msg_part1','Overwrite the existing address with the selected','en_us','Overwrite the existing address with the selected',1),(12791,'once_in_every','Once in every','en_us','Once in every',1),(12792,'overwrite_msg_part2','address details?','en_us','address details?',1),(12793,'add_item','Add Item','en_us','Add Item',1),(12794,'recordsave','Record saved successfully','en_us','Record saved successfully',1),(12795,'recordnotsave','Could not save record. Try again later','en_us','Could not save record. Try again later',1),(12796,'minutes','Minutes','en_us','Minutes',1),(12797,'hours','Hours','en_us','Hours',1),(12798,'days','Days','en_us','Days',1),(12799,'on','On','en_us','On',1),(12800,'day_of_the_month','day of the month','en_us','day of the month',1),(12801,'list_price','List Price','en_us','List Price',1),(12802,'add_record','Add Record','en_us','Add Record',1),(12803,'add_product','Add Product','en_us','Add Product',1),(12804,'add_service','Add Service','en_us','Add Service',1),(12805,'discountin','Discount in %','en_us','Discount in %',1),(12806,'unitprice','Unit price','en_us','Unit price',1),(12807,'netprice','Net price','en_us','Net price',1),(12808,'comments','Comments','en_us','Comments',1),(12809,'add_close','Add & Close','en_us','Add & Close',1),(12810,'fetching_rout_message','Fetching route, Please wait…','en_us','Fetching route, Please wait…',1),(12811,'setting','Settings','en_us','Settings',1),(12812,'utc','UTC','en_us','UTC',1),(12813,'in','In','en_us','In',1),(12814,'days_ago','days ago','en_us','days ago',1),(12815,'mins_ago','Minutes ago','en_us','Minutes ago',1),(12816,'justnow','Just now','en_us','Just now',1),(12817,'hours_ago','hours ago','en_us','hours ago',1),(12818,'in_1_day','In 1 day','en_us','In 1 day',1),(12819,'scanqrcode','Asset / Card scanner','en_us','Asset / Card scanner',1),(12820,'call_log','Call Log','en_us','Call Log',1),(12821,'voice_message','Hi','en_us','Hi',1),(12822,'voice_message1','What can I search for you in','en_us','What can I search for you in',1),(12823,'live_tracking','Live Tracking','en_us','Live Tracking',1),(12824,'mailmanager','Mail Manager','en_us','Mail Manager',1),(12825,'my_location','My location','en_us','My location',1),(12826,'created_on','Created On','en_us','Created On',1),(12827,'modified_on','Modified On','en_us','Modified On',1),(12828,'enter_comments','Enter Comments','en_us','Enter Comments',1),(12829,'viewmore','View More','en_us','View More',1),(12830,'viewless','View Less','en_us','View Less',1),(12831,'gotofullform','Go to Full Form','en_us','Go to Full Form',1),(12832,'post','Post','en_us','Post',1),(12833,'url','URL','en_us','URL',1),(12834,'dialog_title_text_back_color','Select a Text Background Color','en_us','Select a Text Background Color',1),(12835,'event_or_task','Add event/task','en_us','Add event/task',1),(12836,'shortcut','Shortcuts','en_us','Shortcuts',1),(12837,'select_field','Select Field','en_us','Select Field',1),(12838,'share','Share','en_us','Share',1),(12839,'title_insert_link','Insert Link','en_us','Insert Link',1),(12840,'addyourcommentshere','Add your comments here','en_us','Add your comments here',1),(12841,'nocomment','No Comments','en_us','No Comments',1),(12842,'leads','Leads','en_us','Leads',1),(12843,'true_val','true','en_us','true',1),(12844,'noresult','No Result','en_us','No Result',1),(12845,'version','Version','en_us','Version',1),(12846,'convert_lead','Convert Lead','en_us','Convert Lead',1),(12847,'app_name','CRMTiger','en_us','CRMTiger',1),(12848,'enter_url','Please Enter url','en_us','Please Enter url',1),(12849,'help','Help','en_us','Help',1),(12850,'contact_us','Contact Us','en_us','Contact Us',1),(12851,'updates','Updates','en_us','Updates',1),(12852,'logout','LogOut','en_us','LogOut',1),(12853,'busnies_cardscanner','Business Card Scanner','en_us','Business Card Scanner',1),(12854,'sure_want_logout','Are you sure want to logout ?','en_us','Are you sure want to logout ?',1),(12855,'logout_message','Logout successfully','en_us','Logout successfully',1),(12856,'all','All','en_us','All',1),(12857,'add_event','Add event','en_us','Add event',1),(12858,'add_task','Add Task','en_us','Add Task',1),(12859,'next','Next','en_us','Next',1),(12860,'terms_conditions','Terms and Conditions','en_us','Terms and Conditions',1),(12861,'login','Login','en_us','Login',2),(12862,'privacy_policay','By logging in, you agree to our Terms and Conditions & Privacy Policy','en_us','By logging in, you agree to our Terms and Conditions & Privacy Policy',2),(12863,'copyright','Copyright © 2020 CRMTiger Version','en_us','Copyright © 2020 CRMTiger Version',2),(12864,'enter_username','Please enter username','en_us','Please enter username',2),(12865,'enter_password','Please enter password','en_us','Please enter password',2),(12866,'remanberme','Remember Me','en_us','Remember Me',2),(12867,'forgot_password','Forgot password?','en_us','Forgot password?',2),(12868,'privacy_policay1','Privacy Policy','en_us','Privacy Policy',2),(12869,'contactsupportmsg','Something went wrong. \n please Click here to contact support.','en_us','Something went wrong. \n please Click here to contact support.',2),(12870,'enter_username_password','Entered Username or Password is wrong','en_us','Entered Username or Password is wrong',2),(12871,'server_issue_occured','Server issues occurred','en_us','Server issues occurred',2),(12872,'password','Password','en_us','Password',3),(12873,'user_name','Username','en_us','Username',3),(12874,'reset_pwd','Reset Password','en_us','Reset Password',3),(12875,'forgot_password_title','Forgot password','en_us','Forgot password',3),(12876,'enter_user_name','Enter user name','en_us','Enter user name',3),(12877,'cc','Cc','en_us','Cc',4),(12878,'body','Body','en_us','Body',4),(12879,'bcc','BCC','en_us','BCC',4),(12880,'dialog_title_text_color','Select a Text Color','en_us','Select a Text Color',4),(12881,'date','Date','en_us','Date',4),(12882,'subject','Subject','en_us','Subject',4),(12883,'composeMail','Compose Mail','en_us','Compose Mail',4),(12884,'send','Send','en_us','Send',4),(12885,'select_message','Select message','en_us','Select message',4),(12886,'title_insert_table','Insert Table','en_us','Insert Table',4),(12887,'log_file_sms','I agree to Share API Log to Technical team for further troubleshooting','en_us','I agree to Share API Log to Technical team for further troubleshooting',5),(12888,'edit_record','Edit Records','en_us','Edit Records',5),(12889,'select_time','Select Time','en_us','Select Time',5),(12890,'edit_item','Edit Item','en_us','Edit Item',5),(12891,'items_total','Items Total','en_us','Items Total',5),(12892,'number_less_then_31','Number should be less than 31','en_us','Number should be less than 31',5),(12893,'users','Users','en_us','Users',5),(12894,'groups','Groups','en_us','Groups',5),(12895,'txt_note_for_file','Note : Existing attachments(images/files) will be replaced','en_us','Note : Existing attachments(images/files) will be replaced',5),(12896,'greaterdatetime','End DateTime should be greater than Start DateTime','en_us','End DateTime should be greater than Start DateTime',5),(12897,'until','Until','en_us','Until',5),(12898,'organizations','Organizations','en_us','Organizations',6),(12899,'contacts','Contacts','en_us','Contacts',6),(12900,'opportunity','Opportunity','en_us','Opportunity',6),(12901,'lbl_sun','SUN','en_us','SUN',7),(12902,'lbl_mon','MON','en_us','MON',7),(12903,'lbl_tue','TUE','en_us','TUE',7),(12904,'lbl_wed','WED','en_us','WED',7),(12905,'lbl_thu','THU','en_us','THU',7),(12906,'lbl_fri','FRI','en_us','FRI',7),(12907,'lbl_sat','SAT','en_us','SAT',7),(12908,'lbl_1','1','en_us','1',7),(12909,'lbl_2','2','en_us','2',7),(12910,'lbl_3','3','en_us','3',7),(12911,'lbl_4','4','en_us','4',7),(12912,'lbl_5','5','en_us','5',7),(12913,'lbl_6','6','en_us','6',7),(12914,'lbl_7','7','en_us','7',7),(12915,'lbl_8','8','en_us','8',7),(12916,'lbl_9','9','en_us','9',7),(12917,'lbl_10','10','en_us','10',7),(12918,'lbl_11','11','en_us','11',7),(12919,'lbl_12','12','en_us','12',7),(12920,'lbl_13','13','en_us','13',7),(12921,'lbl_14','14','en_us','14',7),(12922,'lbl_15','15','en_us','15',7),(12923,'lbl_16','16','en_us','16',7),(12924,'lbl_17','17','en_us','17',7),(12925,'lbl_18','18','en_us','18',7),(12926,'lbl_19','19','en_us','19',7),(12927,'lbl_20','20','en_us','20',7),(12928,'lbl_21','21','en_us','21',7),(12929,'lbl_22','22','en_us','22',7),(12930,'lbl_23','23','en_us','23',7),(12931,'lbl_24','24','en_us','24',7),(12932,'lbl_25','25','en_us','25',7),(12933,'lbl_26','26','en_us','26',7),(12934,'lbl_27','27','en_us','27',7),(12935,'lbl_28','28','en_us','28',7),(12936,'lbl_29','29','en_us','29',7),(12937,'lbl_30','30','en_us','30',7),(12938,'lbl_31','31','en_us','31',7),(12939,'lbl_32','32','en_us','32',7),(12940,'lbl_33','33','en_us','33',7),(12941,'lbl_34','34','en_us','34',7),(12942,'lbl_35','35','en_us','35',7),(12943,'lbl_36','36','en_us','36',7),(12944,'lbl_37','37','en_us','37',7),(12945,'lbl_38','38','en_us','38',7),(12946,'lbl_39','39','en_us','39',7),(12947,'lbl_40','40','en_us','40',7),(12948,'lbl_41','41','en_us','41',7),(12949,'lbl_42','42','en_us','42',7),(12950,'current_date','current date','en_us','current date',7),(12951,'event','Events','en_us','Events',7),(12952,'calendar','Calendar','en_us','Calendar',7),(12953,'latest_version','Latest Version :','en_us','Latest Version :',8),(12954,'expire_on','Next renewal date : ','en_us','Next renewal date : ',8),(12955,'ctmobile_ext_version','CTMobile Ext. Version : ','en_us','CTMobile Ext. Version : ',8),(12956,'you_have_latest_version','You already have latest version','en_us','You already have latest version',8),(12957,'latest_version1','You Already have latest version','en_us','You Already have latest version',8),(12958,'upgreaded','Upgrade','en_us','Upgrade',8),(12959,'downgrade','Downgrade','en_us','Downgrade',8),(12960,'dialog_recent_event_info','You can set from here how many number of records you want to show on Home screen for Recent Event.','en_us','You can set from here how many number of records you want to show on Home screen for Recent Event.',8),(12961,'dialog_feedback_info','You can submit your feedback with description , our team will check your feedback and get back to you.','en_us','You can submit your feedback with description , our team will check your feedback and get back to you.',8),(12962,'dialog_log_info','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.','en_us','Log functionality is used for customer support / help , If you are facing any issues in app or any module or functionality is not working proper then you can enable share log with our development team.',8),(12963,'info','Info','en_us','Info',8),(12964,'recent_history','Recent History','en_us','Recent History',8),(12965,'recent_feedback','Feedback','en_us','Feedback',8),(12966,'recent_log','Log','en_us','Log',8),(12967,'crmtiger_app_version','CRMTiger App Version : ','en_us','CRMTiger App Version : ',8),(12968,'historylimit','Recent History Limit','en_us','Recent History Limit',8),(12969,'radious_in_miles','Radius in miles','en_us','Radius in miles',8),(12970,'recentlimit','Recent Event Limit','en_us','Recent Event Limit',8),(12971,'upcoming_events','Upcoming Events','en_us','Upcoming Events',8),(12972,'rate_our_app','Rate Our App!','en_us','Rate Our App!',8),(12973,'feedback','Submit Feedback','en_us','Submit Feedback',8),(12974,'sendfeedback','Feedback Send','en_us','Feedback Send',8),(12975,'emaillimit','Email limit','en_us','Email limit',8),(12976,'log','Log','en_us','Log',8),(12977,'logclear','Log cleared successfully.','en_us','Log cleared successfully.',8),(12978,'dialog_recent_history_info','You can set from here how many number of records you want to show on Home screen for Recent History.','en_us','You can set from here how many number of records you want to show on Home screen for Recent History.',8),(12979,'proceed_to_upgrade1','Proceed to','en_us','Proceed to',8),(12980,'upgradation_message','will required logout and login again later.','en_us','will required logout and login again later.',8),(12981,'proceed_to_upgrade','Proceed to Upgrade','en_us','Proceed to Upgrade',8),(12982,'module_setting','Module Setting','en_us','Module Setting',9),(12983,'sortbyfield','Sort by field','en_us','Sort by field',9),(12984,'ascending','Ascending  A to Z','en_us','Ascending  A to Z',9),(12985,'descending','Descending  Z to A','en_us','Descending  Z to A',9),(12986,'first_field','First Field','en_us','First Field',9),(12987,'second_field','Second Field','en_us','Second Field',9),(12988,'third_field','Third Field','en_us','Third Field',9),(12989,'sure_want_restore','Are you sure you want to reset to default settings?','en_us','Are you sure you want to reset to default settings?',9),(12990,'orderlist','List Order','en_us','List Order',9),(12991,'module_reset','Restore to Default','en_us','Restore to Default',9),(12992,'display_fields','Display Fields','en_us','Display Fields',9),(12993,'discount_lessthen_100','Discount % should be less than 100','en_us','Discount % should be less than 100',10),(12994,'select_item','Select Item','en_us','Select Item',10),(12995,'item_comment','Item Comment','en_us','Item Comment',10),(12996,'record_name','Record Name is :','en_us','Record Name is :',11),(12997,'go_back','Go Back','en_us','Go Back',11),(12998,'please_enter_shortcut_name','Please Enter Shortcut Name','en_us','Please Enter Shortcut Name',11),(12999,'number_not_found','Contact Number not found','en_us','Contact Number not found',11),(13000,'mail_not_found','Mail Address not found','en_us','Mail Address not found',11),(13001,'create_shortcut','Create Shortcut','en_us','Create Shortcut',11),(13002,'contact_summary','Summary','en_us','Summary',11),(13003,'activites','Activities','en_us','Activities',11),(13004,'details','Details','en_us','Details',11),(13005,'related','Related','en_us','Related',11),(13006,'share_link','Share record with','en_us','Share record with',11),(13007,'edit','Edit','en_us','Edit',11),(13008,'duplicate','Duplicate','en_us','Duplicate',11),(13009,'whatsapp','Whatsapp','en_us','Whatsapp',11),(13010,'call','Call','en_us','Call',11),(13011,'choose_contact_for_call','Choose Contact for Call','en_us','Choose Contact for Call',11),(13012,'choose_contact_for_sms','Choose Contact for SMS','en_us','Choose Contact for SMS',11),(13013,'choose_contact_for_whatsapp','Choose Contact for WhatsApp','en_us','Choose Contact for WhatsApp',11),(13014,'chosse_contact_for_email','Choose Email','en_us','Choose Email',11),(13015,'attach_file','Attach Files','en_us','Attach Files',11),(13016,'close','Close','en_us','Close',11),(13017,'status','Status','en_us','Status',11),(13018,'stop','Stop','en_us','Stop',11),(13019,'zero','0','en_us','0',11),(13020,'record','Record','en_us','Record',11),(13021,'voice_note','Voice Note','en_us','Voice Note',11),(13022,'tickets','Tickets','en_us','Tickets',12),(13023,'check_out','Check Out','en_us','Check Out',12),(13024,'check_in','Check In','en_us','Check In',12),(13025,'select_any','Select any','en_us','Select any',12),(13026,'fulldetails','Show Full Details','en_us','Show Full Details',12),(13027,'checkin','Check-in','en_us','Check-in',12),(13028,'navigate','Navigate','en_us','Navigate',12),(13029,'product','Products','en_us','Products',12),(13030,'projectMilestone','Project Milestone','en_us','Project Milestone',12),(13031,'projecttask','Project Tasks','en_us','Project Tasks',12),(13032,'nearby','NearBy','en_us','NearBy',13),(13033,'document','Document','en_us','Document',14),(13034,'reply','Reply','en_us','Reply',14),(13035,'reply_all','Reply All','en_us','Reply All',14),(13036,'forward','Forward','en_us','Forward',14),(13037,'action','Action','en_us','Action',14),(13038,'select_first','Select First','en_us','Select First',14),(13039,'commentaddsuccessful','Comment added successfull','en_us','Comment added successfull',14),(13040,'move_to','Move to','en_us','Move to',14),(13041,'attach','Attach','en_us','Attach',14),(13042,'addcoment','Add Comment','en_us','Add Comment',14),(13043,'adddocument','Add Document','en_us','Add Document',14),(13044,'home','Home','en_us','Home',15),(13045,'checkout','Check-out','en_us','Check-out',15),(13046,'message_search','Search by name','en_us','Search by name',15),(13047,'start_shift','Start shift','en_us','Start shift',15),(13048,'end_shift','End shift','en_us','End shift',15),(13049,'today_meeting','Meetings','en_us','Meetings',15),(13050,'shift_time_track','Shift Time Track','en_us','Shift Time Track',15),(13051,'logout_msg','You have to login again , click','en_us','You have to login again , click',15),(13052,'logout_msg1','to continue.','en_us','to continue.',15),(13053,'permission_denied','You don\'t have permission to create','en_us','You don\'t have permission to create',15),(13054,'history','Activity stream','en_us','Activity stream',15),(13055,'search_value','Search value :','en_us','Search value :',15),(13056,'feed_back_msg','Please enter feedback message','en_us','Please enter feedback message',16),(13057,'feed_back_hint_msg','Enter feedback message','en_us','Enter feedback message',16),(13058,'submit','Submit','en_us','Submit',16),(13059,'check_app_not_installed','Application is not currently installed.','en_us','Application is not currently installed.',17),(13060,'send_sms_fail_message','SMS failed, please try again later!','en_us','SMS failed, please try again later!',17),(13061,'documentaddsuccessfully','Document Attach successfully','en_us','Document Attach successfully',17),(13062,'send_message','Send message','en_us','Send message',17),(13063,'sms_to','smsto:','en_us','smsto:',17),(13064,'add_list_message','Add List','en_us','Add List',18),(13065,'mylist','My List','en_us','My List',18),(13066,'filtername','Filter Name','en_us','Filter Name',18),(13067,'selectlist','Select a List','en_us','Select a List',18),(13068,'assingedto','Assigned To','en_us','Assigned To',18),(13069,'selectmodule','Select a module','en_us','Select a module',18),(13070,'add_list','Add Filter','en_us','Add Filter',18),(13071,'recent_event','Recent Event','en_us','Recent Event',19),(13072,'recent_hostory','Recent History','en_us','Recent History',19),(13073,'module_specific_settings','Module-Specific Settings','en_us','Module-Specific Settings',19),(13074,'talk_to_us','Talk to us','en_us','Talk to us',19),(13075,'report_a_bug','Report A Bug','en_us','Report A Bug',19),(13076,'faq','FAQ','en_us','FAQ',19),(13077,'selectmodules','Select Module','en_us','Select Module',19),(13078,'myplan','My Plan','en_us','My Plan',19),(13079,'message','Message','en_us','Message',20),(13080,'message_validation','Please enter Message','en_us','Please enter Message',20),(13081,'contact_select','Please Select contact','en_us','Please Select contact',20),(13082,'global_search','Global Search','en_us','Global Search',21),(13083,'records','Records','en_us','Records',21),(13084,'dont_show_again','Don\'t Show Again','en_us','Don\'t Show Again',22),(13085,'skip','Skip','en_us','Skip',22),(13086,'file_downloading','File Downloading','en_us','File Downloading',23),(13087,'add_screenshots_optional','Add screenshots (optional)','en_us','Add screenshots (optional)',24),(13088,'describe_your_problem','Describe your problem','en_us','Describe your problem',24),(13089,'default_filter_shortcut','Default Filter Shortcut','en_us','Default Filter Shortcut',25),(13090,'record_shortcut','Record Shortcut','en_us','Record Shortcut',25),(13091,'enter_url','Please Enter url','en_us','Please Enter url',26),(13092,'new_version_is_avaiable','You need to update the app to continue using Please update to continue Older versions will no longer work from today','en_us','You need to update the app to continue using Please update to continue Older versions will no longer work from today',26),(13093,'search_by','Search by','en_us','Search by',27),(13094,'selected_filter','Selected filter :','en_us','Selected filter :',27),(13095,'selected_field','Selected field :','en_us','Selected field :',27),(13096,'choose','Choose','en_us','Choose',28),(13097,'qr_cardscanner','QR Code Scanner','en_us','QR Code Scanner',28),(13098,'error_message_for_scan','Could not read the card Try again later.','en_us','Could not read the card Try again later.',28),(13099,'press_start_scan','Press to Start Scan','en_us','Press to Start Scan',28),(13100,'line_item_quntity_validation_msg','Value should be greater than zero','en_us','Value should be greater than zero',29),(13101,'percentage_msg','Percentage should be less than 100','en_us','Percentage should be less than 100',29),(13102,'MSG_NO_DATA','No data found!','en_us','No data found!',29),(13103,'MSG_SOMETHING_WRONG','Something went wrong!','en_us','Something went wrong!',29),(13104,'MSG_COMING_SOON','Coming Soon!','en_us','Coming Soon!',29),(13105,'MSG_UPLOAD_PROFILE_IMAGE','Please upload profile image.','en_us','Please upload profile image.',29),(13106,'ALERT_TITLE_LOCATION_ACCESS','Location Access','en_us','Location Access',29),(13107,'ALERT_MSG_LOCATION_ACCESS','Requires your location to show nearby events.','en_us','Requires your location to show nearby events.',29),(13108,'ALERT_BTN_ALLOW','ALLOW','en_us','ALLOW',29),(13109,'ALERT_BTN_DENY','DENY','en_us','DENY',29),(13110,'ALERT_MSG_LOCATION_SETTING','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well','en_us','Not able to fetch your current location. Please allow us to use your location to provide you certain features like, live tracking, route planning and display near by leads, contact, organization, etc. This will help you to plan your on field task as well',29),(13111,'DELETE_RECORD','Delete Record','en_us','Delete Record',29),(13112,'ALERT_MSG_DELETE_SHORTCUT','Are you sure want to delete this shortcut?','en_us','Are you sure want to delete this shortcut?',29),(13113,'DELETE_SHORTCUT','Delete Shortcut','en_us','Delete Shortcut',29),(13114,'LBL_TERMS','By logging in, you agree to our Terms and','en_us','By logging in, you agree to our Terms and',29),(13115,'LBL_CONDITIONS','Conditions &','en_us','Conditions &',29),(13116,'ALERT_TITLE','Alert','en_us','Alert',29),(13117,'ALERT_BTN_SUBSCRIBE','Subscribe','en_us','Subscribe',29),(13118,'MSG_SELECT_MODULE','Please select any Module','en_us','Please select any Module',29),(13119,'MSG_SELECT_LIST','Please select any List','en_us','Please select any List',29),(13120,'ALERT_MSG_DONT_HAVE_CAMERA','You don\'t have camera','en_us','You don\'t have camera',29),(13121,'ALERT_MSG_GALLARY_PERMISSION','You don\'t have permission to access gallery.','en_us','You don\'t have permission to access gallery.',29),(13122,'ALERT_MSG_CAMERA_PERMISSION','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on','en_us','You don\'t have permission to access camera. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Camera on',29),(13123,'ALERT_MSG_SPEECH_PERMISSION','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on','en_us','You don\'t have permission to access Speech Recognition. Go to setting -> Scroll to bottom and select CRMTiger App -> Turn Speech Recognition on',29),(13124,'BTN_DONE','Done','en_us','Done',29),(13125,'COMMENT','Comment','en_us','Comment',29),(13126,'FULL_FORM','Full Form','en_us','Full Form',29),(13127,'QUICK_CREATE','Create','en_us','Create',29),(13128,'LBL_SELECT_FIELDS','Select Fields','en_us','Select Fields',29),(13129,'LBL_SELECT_FIELDS','Select Fields','en_us','Select Fields',29),(13130,'LBL_SELECT_FIRST_FIELDS','Select First Field','en_us','Select First Field',29),(13131,'LBL_SELECT_SECOND_FIELDS','Select Second Field','en_us','Select Second Field',29),(13132,'LBL_SELECT_THIRD_FIELDS','Select Third Field','en_us','Select Third Field',29),(13133,'LBL_SORT_BY_FIELD','Select Sort By Field','en_us','Select Sort By Field',29),(13134,'BTN_RESET_TO_DEFAULT','Reset to Default','en_us','Reset to Default',29),(13135,'MSG_SELECT_SORT_BY_FIELD','Select Sort by field','en_us','Select Sort by field',29),(13136,'kStrClearBtnTitle','Clear','en_us','Clear',29),(13137,'kStrShowMoreBtnTitle','Show More','en_us','Show More',29),(13138,'kStrAddActivitiesBtnTitle','Add Activities','en_us','Add Activities',29),(13139,'kStrAddCommentPlaceHolder','Add your comments here','en_us','Add your comments here',29),(13140,'MSG_ENTER_TO_EMAIL','Please enter to field.','en_us','Please enter to field.',29),(13141,'WARNING_FILE','File can\'t open.','en_us','File can\'t open.',29),(13142,'MSG_FILE_SAVED','File saved.','en_us','File saved.',29),(13143,'WARNING_DOWNLOAD_FAIL','Download fail!, please try after sometime.','en_us','Download fail!, please try after sometime.',29),(13144,'LBL_SHORTCUT','Shortcut','en_us','Shortcut',29),(13145,'TXT_MESSAGE_PLACEHOLDER','Type Message','en_us','Type Message',29),(13146,'ALERT_INSTALL_WHATSAPP','Install Whatsapp','en_us','Install Whatsapp',29),(13147,'MSG_NO_MAIL_BOX','No MailBox found. Please Create Mailbox','en_us','No MailBox found. Please Create Mailbox',29),(13148,'LBL_WROTE','Wrote','en_us','Wrote',29),(13149,'MSG_MAIL_SEND','Mail sent','en_us','Mail sent',29),(13150,'log_file_not_found','API Log file not found.','en_us','API Log file not found.',29),(13151,'unknown_error','An unknown error occurred, try again','en_us','An unknown error occurred, try again',29),(13152,'CTMTigerAppVersion','CRMTiger App Version','en_us','CRMTiger App Version',29),(13153,'CTMMobileUpdateMsg','CTMobile Ext. Version Update Successfully','en_us','CTMobile Ext. Version Update Successfully',29),(13154,'dialog_Premium_downgrade','Downgrade will required logout and login again later','en_us','Downgrade will required logout and login again later',29),(13155,'dialog_Premium','Upgrade will required logout and login again later','en_us','Upgrade will required logout and login again later',29),(13156,'Overwrite','Overwrite','en_us','Overwrite',29),(13157,'MSGAddressOverwrite1','Overwrite the existing address with the selected','en_us','Overwrite the existing address with the selected',29),(13158,'MSGAddressOverwrite2','address details?','en_us','address details?',29),(13159,'UPGRADE_PLAN','Upgrade Plan','en_us','Upgrade Plan',29),(13160,'DOWNGRADE_PLAN','Downgrade Plan','en_us','Downgrade Plan',29),(13161,'UPGRADE_EXTENSION','Upgrade Extension','en_us','Upgrade Extension',29),(13162,'UPGRADE_APP','Upgrade App','en_us','Upgrade App',29),(13163,'SELECT_OPTION','Select Option','en_us','Select Option',29),(13164,'PLEASE_SELECT','Please select','en_us','Please select',29),(13165,'MSG_ACCESS_DENIED','You don\'t have permission for this module.','en_us','You don\'t have permission for this module.',29),(13166,'MSG_SELECT_RECCURING_MONTH_DAY','Please select reccuring day of month.','en_us','Please select reccuring day of month.',29),(13167,'MSG_SELECT_RECCURING_WEEK_DAY','Please select reccuring day of week.','en_us','Please select reccuring day of week.',29),(13168,'MSG_SELECT_RECCURING_DAYS','Please select reccuring days.','en_us','Please select reccuring days.',29),(13169,'Please select reccuring days.','Please select reccuring days.','en_us','Please select reccuring days.',29),(13170,'MSG_SELECT_RECCURING_END_DATE','Please select reccuring end date.','en_us','Please select reccuring end date.',29),(13171,'MSG_SELECT_RECCURING_TYPE','Please select reccuring type.','en_us','Please select reccuring type.',29),(13172,'FREQ_TIME','Times','en_us','Times',29),(13173,'REPEAT_YEARLY','Repeat Yearly','en_us','Repeat Yearly',29),(13174,'REPEAT_MONTHLY','Repeat Monthly','en_us','Repeat Monthly',29),(13175,'REPEAT_WEEKLY','Repeat Weekly','en_us','Repeat Weekly',29),(13176,'REPEAT_DAILY','Repeat Daily','en_us','Repeat Daily',29),(13177,'ACTION_TITLE','Action Title','en_us','Action Title',29),(13178,'MSG_SELECT_VALID_DATE','Please select valid day of month.','en_us','Please select valid day of month.',29),(13179,'MSG_SELECT_VALID_START_DATE','Start date should be less than end date.','en_us','Start date should be less than end date.',29),(13180,'MSG_SELECT_VALID_START_TIME','Start time should be less than end time.','en_us','Start time should be less than end time.',29),(13181,'LBL_LINEITEM_DETAILS','Lineitem Details','en_us','Lineitem Details',29),(13182,'MSG_INVALIDE_DISCOUNT_AMOUNT','Discount amount should be less than the total.','en_us','Discount amount should be less than the total.',29),(13183,'VIEW','View','en_us','View',29),(13184,'MSG_ENTER_VALID','Please enter valid','en_us','Please enter valid',29),(13185,'MSG_ENTER_PERCENTAGE','Percentage should be less than 100.','en_us','Percentage should be less than 100.',29),(13186,'ITEM_TOTAL','Item Total','en_us','Item Total',29),(13187,'ADJUSTMENT','Adjustment','en_us','Adjustment',29),(13188,'TITLE_CHOOSE_IMAGE','Choose Image','en_us','Choose Image',29),(13189,'COMPRESS','Compress','en_us','Compress',29),(13190,'CHOOSE_ANOTHER_IMAGE','Your image size is too large, please select another image','en_us','Your image size is too large, please select another image',29),(13191,'OnDayOfMonth','On day of month','en_us','On day of month',29),(13192,'OnDayOfWeek','On day of week','en_us','On day of week',29),(13193,'AddAndClose','Add & Close','en_us','Add & Close',29),(13194,'Repeat','Repeat','en_us','Repeat',29),(13195,'OnDay','On day','en_us','On day',29),(13196,'View_Line_Item','View Line Item','en_us','View Line Item',29),(13197,'TITLE_IMAGE','Image','en_us','Image',29),(13198,'TITLE_ICLOUD','iCloud','en_us','iCloud',29),(13199,'GOOGLE','Google','en_us','Google',29),(13200,'ALERT_BTN_OKAY','Okay','en_us','Okay',29),(13201,'ALERT_TITLE_ACCESS_DENIED','Access Denied','en_us','Access Denied',29),(13202,'Dont_Show_Again','Don\'t show again','en_us','Don\'t show again',29),(13203,'Skip','Skip','en_us','Skip',29),(13204,'Fillter_Name','Fillter Name','en_us','Fillter Name',29),(13205,'Fillter_Record_Count','Fillter Record Count','en_us','Fillter Record Count',29),(13206,'url_note','Note : if your URL of CRM is https://example.com/crm enter that into above box','en_us','Note : if your URL of CRM is https://example.com/crm enter that into above box',26),(13207,'vtiger_url','Your vTiger CRM URL','en_us','Your vTiger CRM URL',26),(13208,'msg_doc_read_permission','You don\'t have permission to Add either This is read-only or Private Field.','en_us','You don\'t have permission to Add either This is read-only or Private Field.',31),(13209,'CLEAR','Clear','en_us','Clear',31),(13210,'Files/photos uploaded successfully','Files/photos uploaded successfully','en_us','Files/photos uploaded successfully',32),(13211,'Digital signature saved','Digital signature saved','en_us','Digital signature saved',32),(13212,'Please upload Signature or Files/photos','Please upload Signature or Files/photos','en_us','Please upload Signature or Files/photos',32),(13213,'Files / Photos','Files / Photos','en_us','Files / Photos',32),(13214,'Signature','Signature','en_us','Signature',32),(13215,'add_photo_using','Add Photo Using','en_us','Add Photo Using',31),(13216,'btn_upload_sign','(+) Add Signature','en_us','(+) Add Signature',31),(13217,'btn_upload_photo_doc','(+) Upload Files/Photos','en_us','(+) Upload Files/Photos',31),(13218,'select_photo_doc_to_upload','Please select files/photos to upload','en_us','Please select files/photos to upload',31),(13219,'related_module_title','Search from related module and Add to \"Route\"','en_us','Search from related module and Add to \"Route\"',30),(13220,'Route status updated successfully','Route status updated successfully','en_us','Route status updated successfully',32),(13221,'Session init failed','Session init failed','en_us','Session init failed',32),(13222,'You don\'t have permission to access this resource','You don\'t have permission to access this resource','en_us','You don\'t have permission to access this resource',32),(13223,'ctroute_realtedto cannot be empty','Could not get the Related To - Try again later','en_us','Could not get the Related To - Try again later',32),(13224,'ctroute_planning cannot be empty','Could not get the Route Planning Record - Try again later','en_us','Could not get the Route Planning Record - Try again later',32),(13225,'Something went wrong - Try again later','Something went wrong - Try again later','en_us','Something went wrong - Try again later',32),(13226,'sequence updated successfully','sequence updated successfully','en_us','sequence updated successfully',32),(13227,'sequence cannot be empty','sequence cannot be empty','en_us','sequence cannot be empty',32),(13228,'Shortcut details not saved','Shortcut details not saved','en_us','Shortcut details not saved',32),(13229,'Shortcut details saved successfully','Shortcut details saved successfully','en_us','Shortcut details saved successfully',32),(13230,'Route save successfully','Route save successfully','en_us','Route save successfully',32),(13231,'Record save successfully','Record save successfully','en_us','Record save successfully',32),(13232,'No dependency found for picklist','No dependency found for picklist','en_us','No dependency found for picklist',32),(13233,'No records found','No records found','en_us','No records found',32),(13234,'Outgoing server is not enabled, please configure from CRM','Outgoing server is not enabled, please configure from CRM','en_us','Outgoing server is not enabled, please configure from CRM',32),(13235,'Removed Successfully','Removed Successfully','en_us','Removed Successfully',32),(13236,'Shortcut has been deleted','Shortcut has been deleted','en_us','Shortcut has been deleted',32),(13237,'relation of records removed successfully','relation of records removed successfully','en_us','relation of records removed successfully',32),(13238,'relation of records not removed','relation of records not removed','en_us','relation of records not removed',32),(13239,'Record has been deleted successfully','Record has been deleted successfully','en_us','Record has been deleted successfully',32),(13240,'Time Tracking saved successfully','Time Tracking saved successfully','en_us','Time Tracking saved successfully',32),(13241,'Time Tracking updated successfully','Time Tracking updated successfully','en_us','Time Tracking updated successfully',32),(13242,'Time Tracking ended successfully','Time Tracking ended successfully','en_us','Time Tracking ended successfully',32),(13243,'Time Tracking started successfully','Time Tracking started successfully','en_us','Time Tracking started successfully',32),(13244,'record cannot be empty','record cannot be empty','en_us','record cannot be empty',32),(13245,'Module is disabled','Module is disabled','en_us','Module is disabled',32),(13246,'Shift ended successfully','Shift ended successfully','en_us','Shift ended successfully',32),(13247,'Shift started successfully','Shift started successfully','en_us','Shift started successfully',32),(13248,'relation of records added successfully','relation of records added successfully','en_us','relation of records added successfully',32),(13249,'Comment saved successfully','Comment saved successfully','en_us','Comment saved successfully',32),(13250,'Comment not saved','Comment not saved','en_us','Comment not saved',32),(13251,'Comment module is not active','Comment module is not active','en_us','Comment module is not active',32),(13252,'No Upcoming Event','No Upcoming Event','en_us','No Upcoming Event',32),(13253,'No Templates found - create it from Message Templates module','No Templates found - create it from Message Templates module','en_us','No Templates found - create it from Message Templates module',32),(13254,'No event or task for this date','No event or task for this date','en_us','No event or task for this date',32),(13255,'No filters created','No filters created','en_us','No filters created',32),(13256,'Select at least one record to attach','Select at least one record to attach','en_us','Select at least one record to attach',32),(13257,'Please select one or more attachments','Please select one or more attachments','en_us','Please select one or more attachments',32),(13258,'No event for this month','No event for this month','en_us','No event for this month',32),(13259,'No Activity found','No Activity found','en_us','No Activity found',32),(13260,'Your feedback is valuable for us - it cannot be empty','Your feedback is valuable for us - it cannot be empty','en_us','Your feedback is valuable for us - it cannot be empty',32),(13261,'Could not send mail, Please try later','Could not send mail, Please try later','en_us','Could not send mail, Please try later',32),(13262,'Latest Version updated successfully','Latest Version updated successfully','en_us','Latest Version updated successfully',32),(13263,'User Location Updated Successfully','User Location Updated Successfully','en_us','User Location Updated Successfully',32),(13264,'User Location not Updated Successfully','User Location not Updated Successfully','en_us','User Location not Updated Successfully',32),(13265,'SMSNotifier is not enable in CRM. Please enable it first','SMSNotifier is not enable in CRM. Please enable it first','en_us','SMSNotifier is not enable in CRM. Please enable it first',32),(13266,'Could not submit your feedback - Please try again later','Could not submit your feedback - Please try again later','en_us','Could not submit your feedback - Please try again later',32),(13267,'Thank you for submitting your feedback','Thank you for submitting your feedback','en_us','Thank you for submitting your feedback',32),(13268,'Please upload User Image','Please upload User Image','en_us','Please upload User Image',32),(13269,'Image Not Uploading, please try again','Image Not Uploading, please try again','en_us','Image Not Uploading, please try again',32),(13270,'User Image Uploaded Successfully','User Image Uploaded Successfully','en_us','User Image Uploaded Successfully',32),(13271,'Invalid Module name','Invalid Module name','en_us','Invalid Module name',32),(13272,'Records Sync Successfully','Records Sync Successfully','en_us','Records Sync Successfully',32),(13273,'Values cannot be empty','Values cannot be empty','en_us','Values cannot be empty',32),(13274,'Record id is empty','Record id is empty','en_us','Record id is empty',32),(13275,'Logout Successfully','Logout Successfully','en_us','Logout Successfully',32),(13276,'Please Enable CTMobile Module','Please Enable CTMobile Module','en_us','Please Enable CTMobile Module',32),(13277,'Authentication Failed','Username and Password do not match','en_us','Username and Password do not match',32),(13278,'Mismatched module information','Something gone wrong, please try again later','en_us','Something gone wrong, please try again later',32),(13279,'Field does not exists','Please set display fields again','en_us','Please set display fields again',32),(13280,'Module does not exists','Module does not exists or disabled by admin','en_us','Module does not exists or disabled by admin',32),(13281,'Month cannot be empty','Could not get the Month - Try again later','en_us','Could not get the Month - Try again later',32),(13282,'Year cannot be empty','Could not get the Year - Try again later','en_us','Could not get the Year - Try again later',32),(13283,'Date cannot be empty','Could not get the Date - Try again later','en_us','Could not get the Date - Try again later',32),(13284,'Userid cannot be empty','Could not get the Userid - Try again later','en_us','Could not get the Userid - Try again later',32),(13285,'End Date cannot be empty','Could not get the status - Try again later','en_us','Could not get the status - Try again later',32),(13286,'Start Date cannot be empty','Could not get the Start Date - Try again later','en_us','Could not get the Start Date - Try again later',32),(13287,'You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature','en_us','You do not configure SMS Notifier in CRM. Please configure SMS Notifier in your CRM to use this feature',32),(13288,'Longitude cannot be empty','Could not get location-Please try again','en_us','Could not get location-Please try again',32),(13289,'Latitude cannot be empty','Could not get location-Please try again','en_us','Could not get location-Please try again',32),(13290,'User cannot be empty','Could not get the User - Try again later','en_us','Could not get the User - Try again later',32),(13291,'Status cannot be empty','Could not get the status - Try again later','en_us','Could not get the status - Try again later',32),(13292,'Required fields not found','Required fields not found','en_us','Required fields not found',32),(13293,'Tracking module not active','Tracking module not active-Please contact CRM Admin','en_us','Tracking module not active-Please contact CRM Admin',32),(13294,'Missing mandatory input values','Missing mandatory input values','en_us','Missing mandatory input values',32),(13295,'No MailBox found. Please Create Mailbox','No MailBox found. Please Create Mailbox','en_us','No MailBox found. Please Create Mailbox',32),(13296,'Mail not sent','Mail not sent','en_us','Mail not sent',32),(13297,'Mail send successfully','Mail send successfully','en_us','Mail send successfully',32),(13298,'Email Id or username not match with your record','Email Id or username not match with your record','en_us','Email Id or username not match with your record',32),(13299,'Module not specified','Module not specified','en_us','Module not specified',32),(13300,'No messages found','No messages found','en_us','No messages found',32),(13301,'No Dependency Found For This Module','No Dependency Found For This Module','en_us','No Dependency Found For This Module',32),(13302,'Outgoing server is not Enabled','Outgoing server is not Enabled','en_us','Outgoing server is not Enabled',32),(13303,'Outgoing server is Enabled','Outgoing server is Enabled','en_us','Outgoing server is Enabled',32),(13304,'Email Attached Successfully','Email Attached Successfully','en_us','Email Attached Successfully',32),(13305,'Documents Attached Successfully','Documents Attached Successfully','en_us','Documents Attached Successfully',32),(13306,'Login required - Please login again','Login required - Please login again','en_us','Login required - Please login again',32),(13307,'time_tracking_module_disable','Time tracking module is disable','en_us','Time tracking module is disable',31),(13308,'route_planning_module_disable','Route planning module is disable','en_us','Route planning module is disable',31),(13309,'mark_as_held','Are you sure you want to mark Event as Held?','en_us','Are you sure you want to mark Event as Held?',31),(13310,'stop_timer_msg','You have already started Time tracking for another record, Do you want to stop it first ?','en_us','You have already started Time tracking for another record, Do you want to stop it first ?',31),(13311,'access_denied_routeplanning','Access denied for route planning','en_us','Access denied for route planning',31),(13312,'time_spent','Time Spent','en_us','Time Spent',31),(13313,'select_user','Select User','en_us','Select User',30),(13314,'status_cannot_be_held','Status cannot be held for future date start','en_us','Status cannot be held for future date start',30),(13315,'please_select_end_date','Please select end date','en_us','Please select end date',30),(13316,'please_select_start_date','Please select start date','en_us','Please select start date',30),(13317,'tap_on_plus_icon_for_select_route','Tap on + icon to select record for your route.','en_us','Tap on + icon to select record for your route.',30),(13318,'please_enter_notes','Please enter notes','en_us','Please enter notes',30),(13319,'please_enter_title','Please enter title','en_us','Please enter title',30),(13320,'please_select_date','Please Select Date','en_us','Please Select Date',30),(13321,'search_by_date','Search by Date','en_us','Search by Date',30),(13322,'shortcut_not_setup_yet','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.','en_us','Opps shortcut not setup yet!!! Please add shortcut by click on [icon] from record search results or view record screen.',30),(13323,'max_upload_size','max file Upload exceeds','en_us','max file Upload exceeds',30),(13324,'unselect_all','UnSelect All','en_us','UnSelect All',30),(13325,'select_all','Select All','en_us','Select All',30),(13326,'please_select_records','Please select records','en_us','Please select records',30),(13327,'select_date','Select Date','en_us','Select Date',30),(13328,'quantity_in_stock_is','Quantity in stock is','en_us','Quantity in stock is',30),(13329,'replies','Replies','en_us','Replies',30),(13330,'conversation_require_selection','Conversion requires selection of Contact or Organization','en_us','Conversion requires selection of Contact or Organization',30),(13331,'please_select_product','Please Select Product','en_us','Please Select Product',30),(13332,'timer_msg','You can start timer for single task only at same time','en_us','You can start timer for single task only at same time',31),(13333,'save_start_tracking','Save & Start Tracking','en_us','Save & Start Tracking',31),(13334,'lbl_notes','Notes','en_us','Notes',31),(13335,'enter_title','Enter Title','en_us','Enter Title',31),(13336,'select_module_record','Select Module / Record','en_us','Select Module / Record',31),(13337,'lbl_tomorrow','Tomorrow','en_us','Tomorrow',30),(13338,'lbl_yesterday','Yesterday','en_us','Yesterday',30),(13339,'lbl_today','Today','en_us','Today',30),(13340,'time_tracker','Time Tracker','en_us','Time Tracker',31),(13341,'time_end','End Time','en_us','End Time',5),(13342,'due_date','End Date','en_us','End Date',5),(13343,'time_start','Time Start','en_us','Time Start',5),(13344,'date_start','Start Date','en_us','Start Date',5),(13345,'delete_widget_msg','Display widget again by using (+) option','en_us','Display widget again by using (+) option',15),(13346,'no_upcoming_activities','No scheduled activities    ','en_us','No scheduled activities    ',15),(13347,'check_in_first','Please check-in first','en_us','Please check-in first',30),(13348,'duration','Duration','en_us','Duration',30),(13349,'distance','Distance','en_us','Distance',30),(13350,'proper_address_message','Please enter proper address in record\n','en_us','Please enter proper address in record',30),(13351,'select_status','Select Status','en_us','Select Status',30),(13352,'route_planner','Route Planner','en_us','Route Planner',30),(13353,'route_planning','Route Planning','en_us','Route Planning',30),(13354,'add_route','Add Route','en_us','Add Route',30),(13355,'calender_disabled','Calendar Module is disabled','en_us','Calendar Module is disabled',30),(13356,'close_dialog','Close form','en_us','Close form',30),(13357,'cancel_form_message','Are You sure want to close ?','en_us','Are You sure want to close ?',30),(13358,'create_route','Create Route','en_us','Create Route',30),(13359,'select_module_create_route','Select Module to create Route','en_us','Select Module to create Route',30),(13360,'cancel','Cancel','en_us','Cancel',30),(13361,'assign_route','Assign Route','en_us','Assign Route',30),(13362,'route_for','Route for','en_us','Route for',30),(13363,'assigned_to','Assigned To','en_us','Assigned To',30),(13364,'enter_route_name','Enter Route Name','en_us','Enter Route Name',30),(13365,'list','List','en_us','List',30),(13366,'map','Map','en_us','Map',30),(13367,'other_modules','Other Modules','en_us','Other Modules',15),(13368,'shortcut_no_record_msg','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.','en_us','Opps shortcut not setup\n yet!!! Please add shortcut  by click on + icon from record\n search results or view record screen.',25),(13369,'clear','Clear','en_us','Clear',25),(13370,'open','Open','en_us','Open',11),(13371,'max_file_msg','Too many files selected (max:6)','en_us','Too many files selected (max:6)',11),(13372,'error_voicenote_record','Unable to recording voice while another application is recording sound.','en_us','Unable to recording voice while another application is recording sound.',11),(13373,'msg_warning','Warning!','en_us','Warning!',11),(13374,'Permision_denied_contact','Permission denied to access your contacts','en_us','Permission denied to access your contacts',15),(13375,'no_widget_added','Please click + icon to add new widget to your dashboard.','en_us','Please click + icon to add new widget to your dashboard.',15),(13376,'no_data_available','Data not available, please check the selected fields','en_us','Data not available, please check the selected fields',15),(13377,'check_out_successfully','Check out successfully','en_us','Checked out successfully',11),(13378,'check_in_successfully','Check in successfully','en_us','Checked in successfully',11),(13379,'check_out','Check out','en_us','Check out',11),(13380,'check_in','Check in','en_us','Check in',11),(13381,'navigate','Navigate','en_us','Navigate',11),(13382,'save_to_phone_vcard_success','VCard Saved to phone successfully','en_us','VCard Saved to phone successfully',15),(13383,'download_vcard_success','VCard downloaded successfully','en_us','VCard downloaded successfully',15),(13384,'card_details','Card Details','en_us','Card Details',15),(13385,'add_widget','Add Widget','en_us','Add Widget',15),(13386,'delete_widget','Are you sure to hide widget?','en_us','Are you sure to hide widget?',15),(13387,'already_widgets_added','All types of Widget & reports are already added','en_us','All types of Widget & reports are already added',15),(13388,'retry','Retry','en_us','Retry',28),(13389,'retake','Retake','en_us','Retake',28),(13390,'Reports','Reports','en_us','Reports',15),(13391,'Widgets','Widgets','en_us','Widgets',15),(13392,'vcard_config','Vcard Configuration','en_us','Vcard Configuration',8),(13393,'save_to_phone','Save to phone','en_us','Save to phone',11),(13394,'download_vcard','Download Vcard','en_us','Download Vcard',11),(13395,'share_vcard','Share Vcard','en_us','Share Vcard',11),(13396,'share_record','Share Record','en_us','Share Record',11),(13397,'permission_denied_edit','You don\'t have permission to edit this record.','en_us','You don\'t have permission to edit this record.',27),(13398,'permission_denied_delete','You don\'t have permission to delete this record.','en_us','You don\'t have permission to delete this record.',27),(13399,'Voice_Recording_Started','Recording Started','en_us','Recording Started',12),(13400,'Voice_Recording_Stopped','Recording Stopped','en_us','Recording Stopped',12),(13401,'SEARCH','Search','en_us','Search',7),(13402,'LAST','Last','en_us','Last',7),(13403,'FIRST','First','en_us','First',7),(13404,'MONDAY','Monday','en_us','Monday',7),(13405,'TUESDAY','Tuesday','en_us','Tuesday',7),(13406,'WEDNESDAY','Wednesday','en_us','Wednesday',7),(13407,'THURSDAY','Thursday','en_us','Thursday',7),(13408,'FRIDAY','Friday','en_us','Friday',7),(13409,'SATURDAY','Saturday','en_us','Saturday',7),(13410,'SUNDAY','Sunday','en_us','Sunday',7),(13411,'DAILY','Daily','en_us','Daily',7),(13412,'WEEKLY','Weekly','en_us','Weekly',7),(13413,'MONTHLY','Monthly','en_us','Monthly',7),(13414,'YEARLY','Yearly','en_us','Yearly',7),(13415,'asset_tracking','Asset tracking','en_us','Asset tracking',15),(13416,'open_file','Open File','en_us','Open File',1),(13417,'download_pdf_successfully','Download PDF Successfully','en_us','Download PDF Successfully',1),(13418,'select_pdf','Select PDF','en_us','Select PDF',1),(13419,'email_pdf','Email PDF','en_us','Email PDF',1),(13420,'download_pdf','Download PDF','en_us','Download PDF',1),(13421,'edit_route','Edit Route','en_us','Edit Route',1),(13422,'save_route','Save Route','en_us','Save Route',1),(13423,'clear_all','Clear All','en_us','Clear All',1),(13424,'notification','Notifications','en_us','Notifications',1),(13425,'menu_management','Menu Management','en_us','Menu Management',1),(13426,'select_menu','Select Menu','en_us','Select Menu',1),(13427,'module_record_not_found','Module and Record not found','en_us','Module and Record not found',1),(13428,'reason_for_changing_comments','Reason for changing comments','en_us','Reason for changing comments',1),(13429,'edit_reason','Edit Reason','en_us','Edit Reason',1),(13430,'create_filters','Create Filter','en_us','Create Filter',1),(13431,'you_checked','You Checked','en_us','You Checked',1),(13432,'you_un_checked','You UnChecked','en_us','You UnChecked',1),(13433,'log_the_call','Log the call ?','en_us','Log the call ?',1),(13434,'add_a_description_(optional)','Add a description (optional)','en_us','Add a description (optional)',1),(13435,'called','Called','en_us','Called',1),(13436,'call_log','Call Log','en_us','Call Log',1),(13437,'subject','Subject','en_us','Subject',1),(13438,'add_condition','Add Condition','en_us','Add Condition',1),(13439,'select_condition','Select Condition','en_us','Select Condition',1),(13440,'select_field','Select Field','en_us','Select Field',1),(13441,'please_select_first_field','Please First Select field','en_us','Please First Select field',1),(13442,'filter_name','Filter Name','en_us','Filter Name',1),(13443,'enter_filter_name','Enter filter name','en_us','Enter filter name',1),(13444,'choose_conditions','Choose Conditions','en_us','Choose Conditions',1),(13445,'all_condition','All Conditions(All conditions must be met)','en_us','All Conditions(All conditions must be met)',1),(13446,'any_condition','Any Conditions(At least one the conditions must be met)','en_us','Any Conditions(At least one the conditions must be met)',1),(13447,'lattitude','latitude','en_us','latitude',1),(13448,'notification_settings','Notification Settings','en_us','Notification Settings',1),(13449,'notification_management','Notification Management','en_us','Notification Management',1),(13450,'addyourcommentshere','Type @ to mention user','en_us','Type @ to mention user',1),(13451,'google_api_key_missing','Google Api key is missing.','en_us','Google Api key is missing.',1),(13452,'event_filter_by','Event Filter by','en_us','Event Filter by',1),(13453,'apply','Apply','en_us','Apply',1),(13454,'choose_from_gallery','Choose From Gallery','en_us','Choose From Gallery',1),(13455,'choose_from_camera','Choose From Camera','en_us','Choose From Camera',1),(13456,'mutli_select_CB','Mutli Select CB','en_us','Mutli Select CB',1),(13457,'please_select_condition','Please Select Condition','en_us','Please Select Condition',1),(13458,'please_enter_value_or_field','Please Enter Value or Field','en_us','Please Enter Value or Field',1),(13459,'set_as_default','Set as Default','en_us','Set as Default',1),(13460,'list_in_metrics','List in Metrics','en_us','List in Metrics',1),(13461,'order_number','Order Number','en_us','Order Number',1),(13462,'recording_saved_message','Recording saved successfully.','en_us','Recording saved successfully.',1),(13463,'recording_file','Recording File','en_us','Recording File',1),(13464,'file_not_found','File not found','en_us','File not found',1),(13465,'please_enter_valid_path','Please enter valid path','en_us','Please enter valid path',1),(13466,'enter_path_here','Enter path here...','en_us','Enter path here...',1),(13467,'set_call_recording_path','Set Call Recording Path','en_us','Set Call Recording Path',1),(13468,'set_call_recording_path_here','Set call recording path here','en_us','Set call recording path here',1),(13469,'call_recording_path','Call Recording Path','en_us','Call Recording Path',1),(13470,'please_place_api','Please enable place api','en_us','Please enable place api',1),(13471,'event_filters_by','Event Filters by','en_us','Event Filters by',1),(13472,'select_at_least_one_option','Please select at least one option','en_us','Please select at least one option',1),(13473,'enable_call_feature','Please enable call feature','en_us','Please enable call feature',1),(13474,'enable_email_feature','Please enable email feature','en_us','Please enable email feature',1),(13475,'demo_login','Demo Login','en_us','Demo Login',1),(13476,'select_email_template','Select Email Template','en_us','Select Email Template',1),(13477,'template_name','Template Name','en_us','Template Name',1),(13478,'example_storage_path','example : storage/Music/Recordings/Call Recordings','en_us','example : storage/Music/Recordings/Call Recordings',1),(13479,'User Notification Settings saved successfully','User Notification Settings saved successfully','en_us','User Notification Settings saved successfully',33),(13480,'This Notification has been disabled by admin','This Notification has been disabled by admin','en_us','This Notification has been disabled by admin',33),(13481,'Notify when any updates to the record you\'re following','Notify when any updates to the record you\'re following','en_us','Notify when any updates to the record you\'re following',33),(13482,'Task assigned to you','Task assigned to you','en_us','Task assigned to you',33),(13483,'Task Reminder','Task Reminder','en_us','Task Reminder',33),(13484,'You were mentioned in comments','You were mentioned in comments','en_us','You were mentioned in comments',33),(13485,'Comments has been added to record assigned to you','Comments has been added to record assigned to you','en_us','Comments has been added to record assigned to you',33),(13486,'When Record Assigned','When Record Assigned','en_us','When Record Assigned',33),(13487,'Event Reminder','Event Reminder','en_us','Event Reminder',33),(13488,'Event Invitation','Event Invitation','en_us','Event Invitation',33),(13489,'Follow record','Follow record','en_us','Follow record',33),(13490,'Task','Task','en_us','Task',33),(13491,'Conversions','Conversions','en_us','Conversions',33),(13492,'Events','Events','en_us','Events',33),(13493,'no_records_changed_filter_message','No record(s) found Please click on filter icon to change filter','en_us','No record(s) found Please click on filter icon to change filter',1),(13494,'title','Title','en_us','Title',1),(13495,'dialog_recent_call_info','Click + to select your mobile call recording folder where your recorded call files are stored.','en_us','Click + to select your mobile call recording folder where your recorded call files are stored.',1),(13496,'call_recording','Call recording','en_us','Call recording',1),(13497,'voice_recorder','Voice Recorder','en_us','Voice Recorder',1),(13498,'no_address_reference_found','No Address Reference found','en_us','No Address Reference found',32),(13499,'no_overdue_activities','No OverDue Activities','en_us','No OverDue Activities',32),(13500,'latitude_longitude_validation_message','Please enter proper address from this address we are not getting proper latitude and longitude','en_us','Please enter proper address from this address we are not getting proper latitude and longitude',32),(13501,'Default_Search_Field','Default search field','en_us','Default search field',32),(13502,'Calender_Reminder_Message','Free user can\'t send local reminder','en_us','Free user can\'t send local reminder',32),(13503,'you_must_have_permission','You must give permissions to use this features.','en_us','You must give permissions to use this features.',32),(13504,'internal_comment','Internal Comment','en_us','Internal Comment',1),(13505,'unlink_record','Unlink Record','en_us','Unlink Record',11),(13506,'unlink_record_msg','Are you sure want to unlink record?','en_us','Are you sure want to unlink record?',11),(13507,'file_format_not_support','File format not supported','en_us','File format not supported',11),(13508,'file_upload','File Upload','en_us','File Upload',5),(13509,'to_vtiger','To Vtiger','en_us','To Vtiger',5),(13510,'link_external_document','Link External Document','en_us','Link External Document',5),(13511,'from_file_url','From File Url','en_us','From File Url',5),(13512,'create_new_document','Create New Document','en_us','Create New Document',5),(13513,'select_document_type','Select Document type','en_us','Select Document type',5),(13514,'add_signature','Please add signature','en_us','Please add signature',11),(13515,'date_greater_then_equal','should be greater than or equal to','en_us','should be greater than or equal to',1),(13516,'date_less_then_equal','should be less than or equal to','en_us','should be less than or equal to',1),(13517,'Click_on_plus_for_add','Please tap on  +  to create a new record.','en_us','Please tap on  +  to create a new record.',15),(13518,'display_map','Display map','en_us','Display map',15),(13519,'other_settings','Other settings','en_us','Other settings',15),(13520,'total_hours','Total hours','en_us','Total hours',15),(13521,'widget_not_found','No widgets found','en_us','No widgets found',15),(13522,'quickaction','Quick action','en_us','Quick action',15),(13523,'dashboard','Dashboard','en_us','Dashboard',15),(13524,'new','New','en_us','New',15),(13525,'global_search_hint','Please try to search using search box at top','en_us','Please try to search using search box at top',15),(13526,'near_by_map','Near By Map','en_us','Near By Map',15),(13527,'miles','Miles','en_us','Miles',15),(13528,'lbl_filters','Filters','en_us','Filters',27),(13529,'warning','Warning','en_us','Warning',27),(13530,'no_filter_created','No filter is created.','en_us','No filter is created.',27),(13531,'please_create_new_ilter','Please create a new filter','en_us','Please create a new filter',27),(13532,'select_search_fields','Select fields for the search record.','en_us','Select fields for the search record.',27),(13533,'apply_fliters','Apply filters','en_us','Apply filters',27),(13534,'sort_by','Sort by','en_us','Sort by',27),(13535,'sort_order','Sort order','en_us','Sort order',27),(13536,'Start_time_tracking','Start time tracking','en_us','Start time tracking',31),(13537,'Stop_time_tracking','Stop time tracking','en_us','Stop time tracking',31),(13538,'image_preview','Image preview','en_us','Image preview',11),(13539,'phone_number','Phone number','en_us','Phone number',11),(13540,'email_address','Email address','en_us','Email address',11),(13541,'edit_your_preferences','Edit your preferences','en_us','Edit your preferences',8),(13542,'about_app','About app','en_us','About app',8),(13543,'updated_ctmobile_ext_version','You already have latest CTMobile Ext. Version','en_us','You already have latest CTMobile Ext. Version',8),(13544,'updated_app_version','You already have latest CRMTiger App Version','en_us','You already have latest CRMTiger App Version',8),(13545,'plan','Plan','en_us','Plan',8),(13546,'time','Time','en_us','Time',31),(13547,'error_log_msg','Oops, something went wrong! Please click on Share Button to share error log with our technical team','en_us','Oops, something went wrong! Please click on Share Button to share error log with our technical team',1),(13548,'add_to_quick_action','Add to quick action','en_us','Add to quick action',1),(13549,'add_filter_to_quick_action','Add filter to quick action','en_us','Add filter to quick action',1),(13550,'create_record','Create Record','en_us','Create Record',1),(13551,'quick_action_hint','You can Add Quick Action here','en_us','You can Add Quick Action here',1),(13552,'str_send','Send','en_us','Send',3),(13553,'tax_region_msg','Do you want to update tax & charge values corresponding to selected region?','en_us','Do you want to update tax & charge values corresponding to selected region?',1),(13554,'delete_quick_action_widgest','Delete Widget?','en_us','Delete Widget?',15),(13555,'add_record_to_dashboard','Add record to dashboard','en_us','Add record to dashboard',15),(13556,'module_quick_action_msg','Module added to dashboard','en_us','Module added to dashboard',15),(13557,'filter_quick_action_msg','Filter added to dashboard','en_us','Filter added to dashboard',15),(13558,'record_quick_action_msg','Record added to dashboard','en_us','Record added to dashboard',15),(13559,'filter_shortcut_quick_action_msg','Filter shortcut added to dashboard','en_us','Filter shortcut added to dashboard',15),(13560,'record_shortcut_quick_action_msg','Record shortcut added to dashboard','en_us','Record shortcut added to dashboard',15),(13561,'documents_disabled','Documents Module is disabled','en_us','Documents Module is disabled',1),(13562,'document_dont_attachment','Document does not have a attachment','en_us','Document does not have a attachment',1),(13563,'go_to_neat_by','Go to NearBy','en_us','Go to NearBy',15),(13564,'go_to_time_tracking','Go to Time Tracker','en_us','Go to Time Tracker',13),(13565,'nearby_quick_action_msg','NearBy added to dashboard','en_us','NearBy added to dashboard',15),(13566,'time_tracking_quick_action_msg','Time Tracking added to dashboard','en_us','Time Tracking added to dashboard',15),(13567,'attendance_quick_action_msg','Attendance added to dashboard','en_us','Attendance added to dashboard',15),(13568,'attachment','Attachment','en_us','Attachment',15),(13569,'search_by_fields','Search by fields','en_us','Search by fields',27),(13570,'apply_selected','Apply selected','en_us','Apply selected',27),(13571,'auto_address_disabled','auto address finder is disabled, please enable it from CRMTiger Settings','en_us','auto address finder is disabled, please enable it from CRMTiger Settings',1),(13572,'Attendance','Attendance','en_us','Attendance',15),(13573,'Check-in successfully','Check-in successfully','en_us','Check-in successfully',32),(13574,'Check-out successfully','Check-out successfully','en_us','Check-out successfully',32),(13575,'Nothing around here','Nothing around here','en_us','Nothing around here',13),(13576,'select_days','Select Days','en_us','Select Days',5),(13577,'select_minutes','Select Minutes','en_us','Select Minutes',5),(13578,'select_hours','Select Hours','en_us','Select Hours',5),(13579,'no_lat_long_found','Location information (Latitude,Longitude) not found','en_us','Location information (Latitude,Longitude) not found',32),(13580,'Call Log save successfully','Call Log save successfully','en_us','Call Log save successfully',32),(13581,'Files/photos deleted successfully','Files/photos deleted successfully','en_us','Files/photos deleted successfully',32);
/*!40000 ALTER TABLE `ctmobile_language_keyword` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_language_section`
--

DROP TABLE IF EXISTS `ctmobile_language_section`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_language_section` (
  `section_id` int NOT NULL,
  `section_name` varchar(255) NOT NULL,
  PRIMARY KEY (`section_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_language_section`
--

LOCK TABLES `ctmobile_language_section` WRITE;
/*!40000 ALTER TABLE `ctmobile_language_section` DISABLE KEYS */;
INSERT INTO `ctmobile_language_section` VALUES (1,'Common Message'),(2,'Login Screen'),(3,'Forgot Password Screen'),(4,'Email Screen'),(5,'Add/Edit Record'),(6,'CoverLead Screen'),(7,'Calender screen'),(8,'Setting Screen'),(9,'Module Setting screen'),(10,'Line item Screen'),(11,'Detail Screen'),(12,'Summary Details screen'),(13,'NearBy screen'),(14,'Email Detail Screen'),(15,'Home Screen'),(16,'FeedBack Screen'),(17,'EmailTemplate Screen'),(18,'UserFilterView Screen'),(19,'Activity Setting'),(20,'SMS Send Screen'),(21,'Global Search screen'),(22,'App Introduction screen'),(23,'Drive Record screen'),(24,'ReportBug screen'),(25,'Shortcut screen'),(26,'Check URL screen'),(27,'List Screen'),(28,'Card Scanner Screen'),(29,'Other Message'),(30,'Route Planning Screen'),(31,'Time Tracking Screen'),(32,'CTMobile Messages'),(33,'Notification Settings');
/*!40000 ALTER TABLE `ctmobile_language_section` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_license_settings`
--

DROP TABLE IF EXISTS `ctmobile_license_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_license_settings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `license_key` varchar(255) DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `expirydate` date NOT NULL,
  `user_type` enum('free','premium') NOT NULL DEFAULT 'free',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_license_settings`
--

LOCK TABLES `ctmobile_license_settings` WRITE;
/*!40000 ALTER TABLE `ctmobile_license_settings` DISABLE KEYS */;
INSERT INTO `ctmobile_license_settings` VALUES (1,'fc55ac0e9050f32ce9cb360542e01c9d',1,'http://automatecrm.crmtiger.com/','2024-09-27','free');
/*!40000 ALTER TABLE `ctmobile_license_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_livetracking_users`
--

DROP TABLE IF EXISTS `ctmobile_livetracking_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_livetracking_users` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userid` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_livetracking_users`
--

LOCK TABLES `ctmobile_livetracking_users` WRITE;
/*!40000 ALTER TABLE `ctmobile_livetracking_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_livetracking_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_loginhistory`
--

DROP TABLE IF EXISTS `ctmobile_loginhistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_loginhistory` (
  `login_id` int NOT NULL AUTO_INCREMENT,
  `user_name` varchar(255) DEFAULT NULL,
  `user_ip` varchar(25) NOT NULL,
  `logout_time` datetime DEFAULT NULL,
  `login_time` datetime DEFAULT NULL,
  `status` varchar(25) DEFAULT NULL,
  PRIMARY KEY (`login_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_loginhistory`
--

LOCK TABLES `ctmobile_loginhistory` WRITE;
/*!40000 ALTER TABLE `ctmobile_loginhistory` DISABLE KEYS */;
INSERT INTO `ctmobile_loginhistory` VALUES (1,'admin','122.169.62.36','2024-07-02 12:57:17','2024-07-02 12:57:17','Signed in'),(2,'admin','103.171.6.242','2024-08-12 10:40:58','2024-08-12 10:40:58','Signed in'),(3,'admin','106.208.144.200','2024-08-12 10:56:23','2024-08-12 10:56:23','Signed in');
/*!40000 ALTER TABLE `ctmobile_loginhistory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_modules_management`
--

DROP TABLE IF EXISTS `ctmobile_modules_management`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_modules_management` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_modules_management`
--

LOCK TABLES `ctmobile_modules_management` WRITE;
/*!40000 ALTER TABLE `ctmobile_modules_management` DISABLE KEYS */;
INSERT INTO `ctmobile_modules_management` VALUES (1,'selectAll');
/*!40000 ALTER TABLE `ctmobile_modules_management` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_notification_module_settings`
--

DROP TABLE IF EXISTS `ctmobile_notification_module_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_notification_module_settings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `modulename` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `notification_id` int NOT NULL,
  `workflow_id` 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 `ctmobile_notification_module_settings`
--

LOCK TABLES `ctmobile_notification_module_settings` WRITE;
/*!40000 ALTER TABLE `ctmobile_notification_module_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_notification_module_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_notification_restriction`
--

DROP TABLE IF EXISTS `ctmobile_notification_restriction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_notification_restriction` (
  `restriction_id` int NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL,
  `notification_id` int NOT NULL,
  PRIMARY KEY (`restriction_id`),
  KEY `user_setting_id` (`notification_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_notification_restriction`
--

LOCK TABLES `ctmobile_notification_restriction` WRITE;
/*!40000 ALTER TABLE `ctmobile_notification_restriction` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_notification_restriction` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_notification_settings`
--

DROP TABLE IF EXISTS `ctmobile_notification_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_notification_settings` (
  `notification_id` int NOT NULL AUTO_INCREMENT,
  `notification_type` varchar(255) NOT NULL,
  `notification_enabled` enum('1','0') NOT NULL DEFAULT '1',
  `workflow_id` int NOT NULL DEFAULT '0',
  `reminder_time` int NOT NULL DEFAULT '0',
  `notification_title` varchar(255) DEFAULT NULL,
  `notification_message` text,
  PRIMARY KEY (`notification_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_notification_settings`
--

LOCK TABLES `ctmobile_notification_settings` WRITE;
/*!40000 ALTER TABLE `ctmobile_notification_settings` DISABLE KEYS */;
INSERT INTO `ctmobile_notification_settings` VALUES (1,'event_invitation','0',0,0,'You’ve event Invitation','Event invitation from -smownerid:first_name$ -smownerid:last_name$ On -date_start$ -time_start$'),(2,'event_reminder','0',0,0,'Event starts shortly...','Event -subject$ due on -date_start$'),(3,'record_assigned','0',0,0,'Record assigned to you','You’ve been assigned to record, click to see more information'),(4,'comment_mentioned','0',0,0,'You’re mentioned in comments','-commentcontent$'),(5,'comment_assigned','0',0,0,'Comment added to your assigned Record','Comment has been added to your assigned record, click to see more information'),(6,'task_reminder','0',0,0,'Task starts shortly...','Task -subject$  due on -date_start$'),(7,'follow_record','0',0,0,'Record you followed has been updated','Someone update record you’re following, click to see more information');
/*!40000 ALTER TABLE `ctmobile_notification_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_premium_feature`
--

DROP TABLE IF EXISTS `ctmobile_premium_feature`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_premium_feature` (
  `feature_id` int NOT NULL AUTO_INCREMENT,
  `feature_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `feature_enabled` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
  PRIMARY KEY (`feature_id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_premium_feature`
--

LOCK TABLES `ctmobile_premium_feature` WRITE;
/*!40000 ALTER TABLE `ctmobile_premium_feature` DISABLE KEYS */;
INSERT INTO `ctmobile_premium_feature` VALUES (1,'meeting_checkin','1'),(2,'attendance_checkin','1'),(3,'qr_code_scanner','1'),(4,'business_card_scanner','1'),(5,'asset_tracking','1'),(6,'nearby_customer','1'),(7,'record_map_view','1'),(8,'address_autofinder','1'),(9,'call_from_app','1'),(10,'email_from_app','1'),(11,'sms_from_app','1'),(12,'whatsapp_from_app','1');
/*!40000 ALTER TABLE `ctmobile_premium_feature` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_qrscanning`
--

DROP TABLE IF EXISTS `ctmobile_qrscanning`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_qrscanning` (
  `qrscanningid` int NOT NULL AUTO_INCREMENT,
  `module` varchar(255) NOT NULL,
  `modulefield` varchar(255) NOT NULL,
  PRIMARY KEY (`qrscanningid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_qrscanning`
--

LOCK TABLES `ctmobile_qrscanning` WRITE;
/*!40000 ALTER TABLE `ctmobile_qrscanning` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_qrscanning` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_qrscanning_fields`
--

DROP TABLE IF EXISTS `ctmobile_qrscanning_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_qrscanning_fields` (
  `id` int NOT NULL,
  `module` varchar(50) DEFAULT NULL,
  `fieldname` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_qrscanning_fields`
--

LOCK TABLES `ctmobile_qrscanning_fields` WRITE;
/*!40000 ALTER TABLE `ctmobile_qrscanning_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_qrscanning_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_qrscanning_modules`
--

DROP TABLE IF EXISTS `ctmobile_qrscanning_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_qrscanning_modules` (
  `module` varchar(250) NOT NULL DEFAULT '',
  `active` int DEFAULT NULL,
  `sequence` int DEFAULT NULL,
  PRIMARY KEY (`module`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_qrscanning_modules`
--

LOCK TABLES `ctmobile_qrscanning_modules` WRITE;
/*!40000 ALTER TABLE `ctmobile_qrscanning_modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_qrscanning_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_record_shortcut`
--

DROP TABLE IF EXISTS `ctmobile_record_shortcut`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_record_shortcut` (
  `shortcutid` int NOT NULL AUTO_INCREMENT,
  `shortcutname` varchar(255) NOT NULL,
  `recordid` int NOT NULL,
  `userid` int NOT NULL,
  `module` varchar(100) NOT NULL,
  `createdtime` datetime NOT NULL,
  PRIMARY KEY (`shortcutid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_record_shortcut`
--

LOCK TABLES `ctmobile_record_shortcut` WRITE;
/*!40000 ALTER TABLE `ctmobile_record_shortcut` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_record_shortcut` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_routegeneralsettings`
--

DROP TABLE IF EXISTS `ctmobile_routegeneralsettings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_routegeneralsettings` (
  `routegeneralsettings_id` int NOT NULL AUTO_INCREMENT,
  `route_users` text NOT NULL,
  `route_distance_unit` varchar(100) NOT NULL,
  PRIMARY KEY (`routegeneralsettings_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_routegeneralsettings`
--

LOCK TABLES `ctmobile_routegeneralsettings` WRITE;
/*!40000 ALTER TABLE `ctmobile_routegeneralsettings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_routegeneralsettings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_routestatus`
--

DROP TABLE IF EXISTS `ctmobile_routestatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_routestatus` (
  `routestatusid` int NOT NULL AUTO_INCREMENT,
  `routestatusname` varchar(255) NOT NULL,
  `routestatuslabel` varchar(255) NOT NULL,
  PRIMARY KEY (`routestatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_routestatus`
--

LOCK TABLES `ctmobile_routestatus` WRITE;
/*!40000 ALTER TABLE `ctmobile_routestatus` DISABLE KEYS */;
INSERT INTO `ctmobile_routestatus` VALUES (1,'In Progress','In Progress'),(2,'On Hold','On Hold'),(3,'Completed','Completed'),(4,'Not Available','Not Available');
/*!40000 ALTER TABLE `ctmobile_routestatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_search_field`
--

DROP TABLE IF EXISTS `ctmobile_search_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_search_field` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) NOT NULL,
  `fieldname` varchar(255) NOT NULL,
  `userid` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_search_field`
--

LOCK TABLES `ctmobile_search_field` WRITE;
/*!40000 ALTER TABLE `ctmobile_search_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_search_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_session_expire`
--

DROP TABLE IF EXISTS `ctmobile_session_expire`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_session_expire` (
  `session_expire_id` int NOT NULL AUTO_INCREMENT,
  `userid` int NOT NULL,
  `sessionid` varchar(255) NOT NULL,
  PRIMARY KEY (`session_expire_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_session_expire`
--

LOCK TABLES `ctmobile_session_expire` WRITE;
/*!40000 ALTER TABLE `ctmobile_session_expire` DISABLE KEYS */;
INSERT INTO `ctmobile_session_expire` VALUES (1,1,'203e4bc96683f92de2164'),(2,1,'30d4bc5066b9e6bac9184');
/*!40000 ALTER TABLE `ctmobile_session_expire` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_signature_fields`
--

DROP TABLE IF EXISTS `ctmobile_signature_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_signature_fields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) NOT NULL,
  `fieldname` varchar(250) NOT NULL,
  `doc_type` enum('Signature','Documents') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_signature_fields`
--

LOCK TABLES `ctmobile_signature_fields` WRITE;
/*!40000 ALTER TABLE `ctmobile_signature_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_signature_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_timetracking_modules`
--

DROP TABLE IF EXISTS `ctmobile_timetracking_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_timetracking_modules` (
  `timetrackerid` int NOT NULL AUTO_INCREMENT,
  `module` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`timetrackerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_timetracking_modules`
--

LOCK TABLES `ctmobile_timetracking_modules` WRITE;
/*!40000 ALTER TABLE `ctmobile_timetracking_modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `ctmobile_timetracking_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_user_settings`
--

DROP TABLE IF EXISTS `ctmobile_user_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_user_settings` (
  `user_setting_id` int NOT NULL AUTO_INCREMENT,
  `user_setting_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `user_setting_value` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`user_setting_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_user_settings`
--

LOCK TABLES `ctmobile_user_settings` WRITE;
/*!40000 ALTER TABLE `ctmobile_user_settings` DISABLE KEYS */;
INSERT INTO `ctmobile_user_settings` VALUES (1,'access_user','1'),(2,'location_tracking','1'),(3,'route_planner','1'),(4,'time_tracker','1'),(5,'call_logging','0'),(6,'api_logs','0');
/*!40000 ALTER TABLE `ctmobile_user_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_userderoute`
--

DROP TABLE IF EXISTS `ctmobile_userderoute`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_userderoute` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userid` int NOT NULL,
  `devicetoken` longtext NOT NULL,
  `latitude` longtext NOT NULL,
  `longitude` longtext NOT NULL,
  `record` varchar(200) NOT NULL,
  `action` varchar(200) NOT NULL,
  `createdtime` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_userderoute`
--

LOCK TABLES `ctmobile_userderoute` WRITE;
/*!40000 ALTER TABLE `ctmobile_userderoute` DISABLE KEYS */;
INSERT INTO `ctmobile_userderoute` VALUES (1,1,'','23.0336','72.5242','2','create','2024-07-02 12:58:51'),(2,1,'','23.0336','72.5243','3','create','2024-07-02 13:13:29'),(3,1,'','19.7784','72.7571','4','create','2024-08-12 10:42:59'),(4,1,'','19.7784','72.7571','5','create','2024-08-12 10:44:10'),(5,1,'','19.7784','72.7571','6','create','2024-08-12 10:44:31'),(6,1,'','19.7784','72.7571','7','create','2024-08-12 10:45:40'),(7,1,'','19.7784','72.7571','8','create','2024-08-12 10:49:07'),(8,1,'','0.0','0.0','8','edit','2024-08-12 10:52:51'),(9,1,'','0.0','0.0','8','edit','2024-08-12 10:53:33');
/*!40000 ALTER TABLE `ctmobile_userderoute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_userdevicetoken`
--

DROP TABLE IF EXISTS `ctmobile_userdevicetoken`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_userdevicetoken` (
  `userid` int NOT NULL,
  `devicetoken` longtext NOT NULL,
  `device_type` varchar(100) NOT NULL,
  `longitude` longtext NOT NULL,
  `latitude` longtext NOT NULL,
  `sessionid` varchar(255) DEFAULT NULL,
  `currency_id` int DEFAULT NULL,
  `time_zone` varchar(255) DEFAULT NULL,
  `date_format` varchar(255) DEFAULT NULL,
  `hour_format` varchar(50) DEFAULT NULL,
  `language` varchar(50) DEFAULT NULL,
  UNIQUE KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_userdevicetoken`
--

LOCK TABLES `ctmobile_userdevicetoken` WRITE;
/*!40000 ALTER TABLE `ctmobile_userdevicetoken` DISABLE KEYS */;
INSERT INTO `ctmobile_userdevicetoken` VALUES (1,'enBsd922r0Lmj68UL4iohA:APA91bGRaKg_d1XLR1--pMztc63za7WA-vtw4rLZ1S7O0RTbqt-YnelhQ09V4fJVdQka9ZPPHVwPrm3X1LJV-SQqG7_Y1ZghDeW5b1sBiCMyIYSmR95XMVmJg_4FtXSRAi5tRPbopJp7','ios','0','0','5ca3df0f66b9ea57e9da8',1,'America/Los_Angeles','mm-dd-yyyy','12','en_us');
/*!40000 ALTER TABLE `ctmobile_userdevicetoken` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctmobile_vcard_fields`
--

DROP TABLE IF EXISTS `ctmobile_vcard_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctmobile_vcard_fields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `module` varchar(50) DEFAULT NULL,
  `fieldname` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctmobile_vcard_fields`
--

LOCK TABLES `ctmobile_vcard_fields` WRITE;
/*!40000 ALTER TABLE `ctmobile_vcard_fields` DISABLE KEYS */;
INSERT INTO `ctmobile_vcard_fields` VALUES (1,'Vendors','vtiger_vendor:vendorname:vendorname:Vendors_Vendor_Name:V'),(2,'Leads','vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(3,'Leads','vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(4,'Contacts','vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V'),(5,'Contacts','vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V');
/*!40000 ALTER TABLE `ctmobile_vcard_fields` 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 */;
INSERT INTO `vtiger_account` VALUES (5,'ACC1','ASMB',0,' ',' ',0.00000000,' ','','','','9999999999','','','','','',0,'0','0','0','');
/*!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 */;
INSERT INTO `vtiger_accountbillads` VALUES (5,'','','','','','');
/*!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 */;
INSERT INTO `vtiger_accountscf` VALUES (5);
/*!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 */;
INSERT INTO `vtiger_accountshipads` VALUES (5,'','','','','','');
/*!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,
  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 (4,'call',NULL,'Call','2024-08-12','2024-08-12','10:42:00','10:47:00','0','0','5',NULL,'Planned',' ','','0','Public',NULL,'');
/*!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 (4,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 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 */;
/*!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 (4);
/*!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,'TOOLS',5,1),(34,'INVENTORY',2,1),(36,'SUPPORT',3,1),(40,'TOOLS',1,1),(44,'TOOLS',4,1),(49,'SETTINGS',1,1),(2,'SALES',1,1),(20,'SALES',2,1),(4,'SALES',6,1),(6,'SALES',7,1),(14,'SALES',3,1),(34,'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),(48,'SUPPORT',4,1),(43,'PROJECT',1,1),(42,'PROJECT',2,1),(41,'PROJECT',3,1),(4,'PROJECT',4,1),(6,'PROJECT',5,1),(38,'SALES',5,1),(38,'SUPPORT',5,1),(24,'TOOLS',2,1),(27,'TOOLS',3,1),(58,'TOOLS',6,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,286,1,NULL),(2,'Out-of-service',1,287,2,NULL);
/*!40000 ALTER TABLE `vtiger_assetstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_assetstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_assetstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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);
/*!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 */;
/*!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_attendance_status`
--

DROP TABLE IF EXISTS `vtiger_attendance_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attendance_status` (
  `attendance_statusid` int NOT NULL AUTO_INCREMENT,
  `attendance_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 (`attendance_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_attendance_status`
--

LOCK TABLES `vtiger_attendance_status` WRITE;
/*!40000 ALTER TABLE `vtiger_attendance_status` DISABLE KEYS */;
INSERT INTO `vtiger_attendance_status` VALUES (1,'check_in',1,313,1,NULL),(2,'check_out',1,314,2,NULL);
/*!40000 ALTER TABLE `vtiger_attendance_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_attendance_status_seq`
--

DROP TABLE IF EXISTS `vtiger_attendance_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_attendance_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_attendance_status_seq`
--

LOCK TABLES `vtiger_attendance_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_attendance_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_attendance_status_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_attendance_status_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_PBXMANAGER_INFORMATION',1,0,0,0,0,0,1,0),(89,34,'LBL_SERVICE_INFORMATION',1,0,0,0,0,0,1,0),(90,34,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(91,34,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(92,34,'LBL_DESCRIPTION_INFORMATION',4,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_SMSNOTIFIER_INFORMATION',1,0,0,0,0,0,1,0),(96,38,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(97,38,'StatusInformation',3,0,0,0,0,0,1,0),(98,41,'LBL_PROJECT_MILESTONE_INFORMATION',1,0,0,0,0,0,1,0),(99,41,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(100,41,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(101,42,'LBL_PROJECT_TASK_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_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,47,'LBL_MODCOMMENTS_INFORMATION',1,0,0,0,0,0,1,0),(108,47,'LBL_OTHER_INFORMATION',2,0,0,0,0,0,1,0),(109,47,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(110,48,'LBL_ASSET_INFORMATION',1,0,0,0,0,0,1,0),(111,48,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(112,48,'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,52,'CTMobile Time Tracker Information',1,0,0,0,0,0,1,0),(122,53,'CTMobile Time Control Information',1,0,0,0,0,0,1,0),(123,54,'CTMobile RoutePlanning Information',1,0,0,0,0,0,1,0),(124,55,'CTMobile Attendance Information',1,0,0,0,0,0,1,0),(125,56,'CTMobile Attendance Information',1,0,0,0,0,0,1,0),(126,57,'CTMobile User Filter View Information',1,0,0,0,0,0,1,0),(127,58,'CTMobile Message Template',1,0,0,0,0,0,1,0),(128,59,'CTMobile Push Notification Information',1,0,0,0,0,0,1,0),(129,59,'Description',2,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 (129);
/*!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);
/*!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 (8);
/*!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_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 */;
/*!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 (3,'','','','','','','','','','','','');
/*!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 (3,'CON1',0,' ','','test','','','','','','','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 (3);
/*!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 (3,'','','','',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,625,1),(2,125,641,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` int 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,1,'Leads','','2024-07-02 12:58:51','2024-08-12 10:42:59',NULL,NULL,0,1,0,0,'CRM','tesdt test'),(3,1,1,1,'Contacts','','2024-07-02 13:13:29','2024-07-02 13:13:29',NULL,NULL,0,1,0,0,'CRM','test'),(4,1,1,1,'Calendar','','2024-08-12 10:42:58','2024-08-12 10:42:58',NULL,NULL,0,1,0,0,'CRM','call'),(5,1,1,1,'Accounts','','2024-08-12 10:44:10','2024-08-12 10:44:10',NULL,NULL,0,1,0,0,'CRM','ASMB'),(6,1,1,1,'Potentials','','2024-08-12 10:44:31','2024-08-12 10:44:31',NULL,NULL,0,1,0,0,'CRM','Sample 1'),(7,1,1,1,'HelpDesk','','2024-08-12 10:45:39','2024-08-12 10:45:39',NULL,NULL,0,1,0,0,'CRM','Document attachment issue'),(8,1,1,1,'Leads','','2024-08-12 10:49:07','2024-08-12 10:53:33',NULL,NULL,0,1,0,0,'CRM','QR test 001');
/*!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 (8);
/*!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,'0'),(4,1,'0'),(5,1,'0'),(6,1,'0'),(7,1,'0'),(8,1,'0');
/*!40000 ALTER TABLE `vtiger_crmentity_user_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_crmentityrel`
--

DROP TABLE IF EXISTS `vtiger_crmentityrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 (2,'Leads',4,'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);
/*!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_ctattendance`
--

DROP TABLE IF EXISTS `vtiger_ctattendance`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctattendance` (
  `ctattendanceid` int DEFAULT NULL,
  `ctattendance_no` varchar(255) DEFAULT NULL,
  `employee_name` varchar(255) DEFAULT NULL,
  `attendance_status` varchar(255) DEFAULT NULL,
  `check_in_location` varchar(255) DEFAULT NULL,
  `check_out_location` varchar(255) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `eventid` varchar(255) DEFAULT NULL,
  `check_in_address` text,
  `check_out_address` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctattendance`
--

LOCK TABLES `vtiger_ctattendance` WRITE;
/*!40000 ALTER TABLE `vtiger_ctattendance` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctattendance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctattendancecf`
--

DROP TABLE IF EXISTS `vtiger_ctattendancecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctattendancecf` (
  `ctattendanceid` int NOT NULL,
  PRIMARY KEY (`ctattendanceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctattendancecf`
--

LOCK TABLES `vtiger_ctattendancecf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctattendancecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctattendancecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctmessagetemplate`
--

DROP TABLE IF EXISTS `vtiger_ctmessagetemplate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctmessagetemplate` (
  `ctmessagetemplateid` int NOT NULL,
  `templates_name` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `template_no` varchar(255) DEFAULT NULL,
  `message_status` varchar(255) DEFAULT NULL,
  `message_type` varchar(255) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`ctmessagetemplateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctmessagetemplate`
--

LOCK TABLES `vtiger_ctmessagetemplate` WRITE;
/*!40000 ALTER TABLE `vtiger_ctmessagetemplate` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctmessagetemplate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctmessagetemplatecf`
--

DROP TABLE IF EXISTS `vtiger_ctmessagetemplatecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctmessagetemplatecf` (
  `ctmessagetemplateid` int NOT NULL,
  PRIMARY KEY (`ctmessagetemplateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctmessagetemplatecf`
--

LOCK TABLES `vtiger_ctmessagetemplatecf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctmessagetemplatecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctmessagetemplatecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctpushnotification`
--

DROP TABLE IF EXISTS `vtiger_ctpushnotification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctpushnotification` (
  `ctpushnotificationid` int DEFAULT NULL,
  `pn_title` varchar(50) DEFAULT NULL,
  `pn_related` varchar(100) DEFAULT NULL,
  `pushnotificationstatus` varchar(255) DEFAULT NULL,
  `devicekey` text,
  `description` text,
  `pushnotification_response` text,
  `pushnotification_no` varchar(255) DEFAULT NULL,
  `related_record_id` varchar(50) DEFAULT NULL,
  `notification_url` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctpushnotification`
--

LOCK TABLES `vtiger_ctpushnotification` WRITE;
/*!40000 ALTER TABLE `vtiger_ctpushnotification` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctpushnotification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctpushnotification_user_field`
--

DROP TABLE IF EXISTS `vtiger_ctpushnotification_user_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctpushnotification_user_field` (
  `recordid` int NOT NULL,
  `userid` int NOT NULL,
  `starred` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctpushnotification_user_field`
--

LOCK TABLES `vtiger_ctpushnotification_user_field` WRITE;
/*!40000 ALTER TABLE `vtiger_ctpushnotification_user_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctpushnotification_user_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctpushnotificationcf`
--

DROP TABLE IF EXISTS `vtiger_ctpushnotificationcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctpushnotificationcf` (
  `ctpushnotificationid` int NOT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`ctpushnotificationid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctpushnotificationcf`
--

LOCK TABLES `vtiger_ctpushnotificationcf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctpushnotificationcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctpushnotificationcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctroute_attendance_status`
--

DROP TABLE IF EXISTS `vtiger_ctroute_attendance_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctroute_attendance_status` (
  `ctroute_attendance_statusid` int NOT NULL AUTO_INCREMENT,
  `ctroute_attendance_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 (`ctroute_attendance_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctroute_attendance_status`
--

LOCK TABLES `vtiger_ctroute_attendance_status` WRITE;
/*!40000 ALTER TABLE `vtiger_ctroute_attendance_status` DISABLE KEYS */;
INSERT INTO `vtiger_ctroute_attendance_status` VALUES (1,'check_in',1,311,1,NULL),(2,'check_out',1,312,2,NULL);
/*!40000 ALTER TABLE `vtiger_ctroute_attendance_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctroute_attendance_status_seq`
--

DROP TABLE IF EXISTS `vtiger_ctroute_attendance_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctroute_attendance_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_ctroute_attendance_status_seq`
--

LOCK TABLES `vtiger_ctroute_attendance_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ctroute_attendance_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ctroute_attendance_status_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_ctroute_attendance_status_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctroute_status`
--

DROP TABLE IF EXISTS `vtiger_ctroute_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctroute_status` (
  `ctroute_statusid` int NOT NULL AUTO_INCREMENT,
  `ctroute_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 (`ctroute_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctroute_status`
--

LOCK TABLES `vtiger_ctroute_status` WRITE;
/*!40000 ALTER TABLE `vtiger_ctroute_status` DISABLE KEYS */;
INSERT INTO `vtiger_ctroute_status` VALUES (1,'In Progress',1,307,1,NULL),(2,'On Hold',1,308,2,NULL),(3,'Completed',1,309,3,NULL),(4,'Not Available',1,310,4,NULL);
/*!40000 ALTER TABLE `vtiger_ctroute_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctroute_status_seq`
--

DROP TABLE IF EXISTS `vtiger_ctroute_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctroute_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_ctroute_status_seq`
--

LOCK TABLES `vtiger_ctroute_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_ctroute_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_ctroute_status_seq` VALUES (4);
/*!40000 ALTER TABLE `vtiger_ctroute_status_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctrouteattendance`
--

DROP TABLE IF EXISTS `vtiger_ctrouteattendance`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctrouteattendance` (
  `ctrouteattendanceid` int DEFAULT NULL,
  `ctrouteattendance_no` varchar(255) DEFAULT NULL,
  `ctroute_user` varchar(255) DEFAULT NULL,
  `ctroute_attendance_status` varchar(255) DEFAULT NULL,
  `check_in_location` varchar(255) DEFAULT NULL,
  `check_out_location` varchar(255) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `ctroute_planning` varchar(255) DEFAULT NULL,
  `related_to` varchar(255) DEFAULT NULL,
  `check_in_address` text,
  `check_out_address` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctrouteattendance`
--

LOCK TABLES `vtiger_ctrouteattendance` WRITE;
/*!40000 ALTER TABLE `vtiger_ctrouteattendance` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctrouteattendance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctrouteattendancecf`
--

DROP TABLE IF EXISTS `vtiger_ctrouteattendancecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctrouteattendancecf` (
  `ctrouteattendanceid` int NOT NULL,
  PRIMARY KEY (`ctrouteattendanceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctrouteattendancecf`
--

LOCK TABLES `vtiger_ctrouteattendancecf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctrouteattendancecf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctrouteattendancecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctrouteplanning`
--

DROP TABLE IF EXISTS `vtiger_ctrouteplanning`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctrouteplanning` (
  `ctrouteplanningid` int NOT NULL,
  `ctrouteplanning_no` varchar(24) DEFAULT NULL,
  `ctroutename` varchar(255) DEFAULT NULL,
  `ctroute_date` date DEFAULT NULL,
  `ctroute_status` varchar(255) DEFAULT NULL,
  `tags` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`ctrouteplanningid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctrouteplanning`
--

LOCK TABLES `vtiger_ctrouteplanning` WRITE;
/*!40000 ALTER TABLE `vtiger_ctrouteplanning` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctrouteplanning` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctrouteplanningcf`
--

DROP TABLE IF EXISTS `vtiger_ctrouteplanningcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctrouteplanningcf` (
  `ctrouteplanningid` int NOT NULL,
  PRIMARY KEY (`ctrouteplanningid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctrouteplanningcf`
--

LOCK TABLES `vtiger_ctrouteplanningcf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctrouteplanningcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctrouteplanningcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctrouteplanrel`
--

DROP TABLE IF EXISTS `vtiger_ctrouteplanrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctrouteplanrel` (
  `ctrouteplanningid` int NOT NULL DEFAULT '0',
  `ctroute_realtedto` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctrouteplanrel`
--

LOCK TABLES `vtiger_ctrouteplanrel` WRITE;
/*!40000 ALTER TABLE `vtiger_ctrouteplanrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctrouteplanrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cttimecontrol`
--

DROP TABLE IF EXISTS `vtiger_cttimecontrol`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cttimecontrol` (
  `cttimecontrolid` int NOT NULL,
  `cttimecontrol_no` varchar(24) DEFAULT NULL,
  `related_tracking` int DEFAULT NULL,
  `date_start` date DEFAULT NULL,
  `time_start` varchar(50) DEFAULT NULL,
  `date_end` date DEFAULT NULL,
  `time_end` varchar(50) DEFAULT NULL,
  `check_in_location` varchar(255) DEFAULT NULL,
  `check_out_location` varchar(255) DEFAULT NULL,
  `check_in_address` text,
  `check_out_address` text,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`cttimecontrolid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cttimecontrol`
--

LOCK TABLES `vtiger_cttimecontrol` WRITE;
/*!40000 ALTER TABLE `vtiger_cttimecontrol` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cttimecontrol` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cttimecontrolcf`
--

DROP TABLE IF EXISTS `vtiger_cttimecontrolcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cttimecontrolcf` (
  `cttimecontrolid` int NOT NULL,
  PRIMARY KEY (`cttimecontrolid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cttimecontrolcf`
--

LOCK TABLES `vtiger_cttimecontrolcf` WRITE;
/*!40000 ALTER TABLE `vtiger_cttimecontrolcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cttimecontrolcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cttimetracker`
--

DROP TABLE IF EXISTS `vtiger_cttimetracker`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cttimetracker` (
  `cttimetrackerid` int NOT NULL,
  `related_to` varchar(255) DEFAULT NULL,
  `total_hour` varchar(100) DEFAULT NULL,
  `total_min` varchar(100) DEFAULT NULL,
  `timetracker_no` varchar(255) DEFAULT NULL,
  `total_time` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `tracking_user` int DEFAULT NULL,
  `tracking_title` varchar(255) DEFAULT NULL,
  `tracking_notes` text,
  `tracking_status` varchar(255) DEFAULT NULL,
  `total_seconds` varchar(100) DEFAULT NULL,
  `check_in_location` varchar(255) DEFAULT NULL,
  `check_out_location` varchar(255) DEFAULT NULL,
  `check_in_address` text,
  `check_out_address` text,
  PRIMARY KEY (`cttimetrackerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cttimetracker`
--

LOCK TABLES `vtiger_cttimetracker` WRITE;
/*!40000 ALTER TABLE `vtiger_cttimetracker` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cttimetracker` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cttimetrackercf`
--

DROP TABLE IF EXISTS `vtiger_cttimetrackercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_cttimetrackercf` (
  `cttimetrackerid` int NOT NULL,
  PRIMARY KEY (`cttimetrackerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cttimetrackercf`
--

LOCK TABLES `vtiger_cttimetrackercf` WRITE;
/*!40000 ALTER TABLE `vtiger_cttimetrackercf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_cttimetrackercf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctuserfilterview`
--

DROP TABLE IF EXISTS `vtiger_ctuserfilterview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctuserfilterview` (
  `ctuserfilterviewid` int DEFAULT NULL,
  `ctuser_filter_view_no` varchar(255) DEFAULT NULL,
  `module_name` varchar(255) DEFAULT NULL,
  `filter_id` varchar(255) DEFAULT NULL,
  `filter_name` varchar(255) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctuserfilterview`
--

LOCK TABLES `vtiger_ctuserfilterview` WRITE;
/*!40000 ALTER TABLE `vtiger_ctuserfilterview` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctuserfilterview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ctuserfilterviewcf`
--

DROP TABLE IF EXISTS `vtiger_ctuserfilterviewcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_ctuserfilterviewcf` (
  `ctuserfilterviewid` int NOT NULL,
  PRIMARY KEY (`ctuserfilterviewid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ctuserfilterviewcf`
--

LOCK TABLES `vtiger_ctuserfilterviewcf` WRITE;
/*!40000 ALTER TABLE `vtiger_ctuserfilterviewcf` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_ctuserfilterviewcf` 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 (3,'0','2024-07-02','2025-07-02');
/*!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),(34,'{\"servicename\":1}',1),(36,'{\"subject\":1,\"assigned_user_id\":1}',NULL),(41,'{\"projectmilestonename\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(42,'{\"projecttaskname\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(43,'{\"projectname\":1,\"assigned_user_id\":1}',1),(48,'{\"product\":1,\"assigned_user_id\":1,\"serialnumber\":1,\"datesold\":1,\"dateinservice\":1,\"assetstatus\":1,\"assetname\":1,\"account\":1}',1);
/*!40000 ALTER TABLE `vtiger_customerportal_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customerportal_prefs`
--

DROP TABLE IF EXISTS `vtiger_customerportal_prefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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),(34,'showrelatedinfo',1),(41,'showrelatedinfo',1),(42,'showrelatedinfo',1),(43,'showrelatedinfo',1),(48,'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}]'),(34,'[{\"name\":\"History\",\"value\":1}]'),(36,'[{\"name\":\"History\",\"value\":1}]'),(41,'[{\"name\":\"History\",\"value\":1}]'),(42,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1}]'),(43,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1},{\"name\":\"ProjectTask\",\"value\":1},{\"name\":\"ProjectMilestone\",\"value\":1},{\"name\":\"Documents\",\"value\":1}]'),(48,'[{\"name\":\"History\",\"value\":1}]');
/*!40000 ALTER TABLE `vtiger_customerportal_relatedmoduleinfo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customerportal_settings`
--

DROP TABLE IF EXISTS `vtiger_customerportal_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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),(34,1,7,0,0),(36,1,25,0,0),(41,1,13,0,0),(42,1,12,0,0),(43,1,11,0,0),(48,1,14,0,1);
/*!40000 ALTER TABLE `vtiger_customerportal_tabs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customview`
--

DROP TABLE IF EXISTS `vtiger_customview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,'PBXManager',0,1),(39,'All',1,0,'Services',0,1),(40,'All',1,0,'ServiceContracts',0,1),(41,'All',0,0,'SMSNotifier',0,1),(45,'All',0,0,'ModComments',0,1),(46,'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,'CTTimeTracker',0,1),(51,'All',1,0,'CTTimeControl',0,1),(52,'All',1,0,'CTRoutePlanning',0,1),(53,'All',1,0,'CTRouteAttendance',0,1),(54,'All',1,0,'CTAttendance',0,1),(55,'Check in-out Event',0,0,'CTAttendance',3,1),(56,'Check in-out Home',0,0,'CTAttendance',3,1),(57,'All',1,0,'CTUserFilterView',0,1),(58,'All',1,0,'CTMessageTemplate',0,1),(59,'All',1,0,'CTPushNotification',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 (59);
/*!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_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'),(55,0,'vtiger_ctattendance:eventid:eventid:CTAttendance_Event_Name:V','NY','',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,0,'vtiger_pbxmanager:callstatus:callstatus:PBXManager_Call_Status:V'),(38,1,'vtiger_pbxmanager:customernumber:customernumber:PBXManager_Customer_Number:V'),(38,2,'vtiger_pbxmanager:customer:customer:PBXManager_Customer:V'),(38,3,'vtiger_pbxmanager:user:user:PBXManager_User:V'),(38,4,'vtiger_pbxmanager:recordingurl:recordingurl:PBXManager_Recording_URL:V'),(38,5,'vtiger_pbxmanager:totalduration:totalduration:PBXManager_Total_Duration:I'),(38,6,'vtiger_pbxmanager:starttime:starttime:PBXManager_Start_Time:DT'),(39,1,'vtiger_service:servicename:servicename:Services_Service_Name:V'),(39,2,'vtiger_service:service_usageunit:service_usageunit:Services_Usage_Unit:V'),(39,3,'vtiger_service:unit_price:unit_price:Services_Price:N'),(39,4,'vtiger_service:qty_per_unit:qty_per_unit:Services_No_of_Units:N'),(39,5,'vtiger_service:servicecategory:servicecategory:Services_Service_Category:V'),(39,6,'vtiger_crmentity:smownerid:assigned_user_id:Services_Owner:I'),(40,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_smsnotifier:message:message:SMSNotifier_message:V'),(41,2,'vtiger_crmentity:smownerid:assigned_user_id:SMSNotifier_Assigned_To:V'),(41,3,'vtiger_crmentity:createdtime:createdtime:SMSNotifier_Created_Time:DT'),(41,4,'vtiger_crmentity:modifiedtime:modifiedtime:SMSNotifier_Modified_Time:DT'),(45,0,'vtiger_modcomments:commentcontent:commentcontent:ModComments_Comment:V'),(45,1,'vtiger_modcomments:related_to:related_to:ModComments_Related_To:V'),(45,2,'vtiger_crmentity:modifiedtime:modifiedtime:ModComments_Modified_Time:DT'),(45,3,'vtiger_crmentity:smownerid:assigned_user_id:ModComments_Assigned_To:V'),(46,1,'vtiger_assets:assetname:assetname:Assets_Asset_Name:V'),(46,2,'vtiger_assets:account:account:Assets_Customer_Name:V'),(46,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_cttimetracker:tracking_title:tracking_title:CTTimeTracker_Title:V'),(50,1,'vtiger_cttimetracker:tracking_notes:tracking_notes:CTTimeTracker_Notes:V'),(50,2,'vtiger_cttimetracker:related_to:related_to:CTTimeTracker_Related_to:V'),(50,3,'vtiger_cttimetracker:tracking_user:tracking_user:CTTimeTracker_Employee_Name:I'),(50,4,'vtiger_crmentity:createdtime:createdtime:CTTimeTracker_Created_Time:DT'),(50,5,'vtiger_crmentity:modifiedtime:modifiedtime:CTTimeTracker_Modified_Time:DT'),(50,6,'vtiger_cttimetracker:check_in_address:check_in_address:CTTimeTracker_Location_Address_When_Start_Timer:V'),(50,7,'vtiger_cttimetracker:check_out_address:check_out_address:CTTimeTracker_Location_Address_When_Stop_Timer:V'),(50,8,'vtiger_cttimetracker:total_hour:total_hour:CTTimeTracker_Total_Hours:I'),(50,9,'vtiger_cttimetracker:total_min:total_min:CTTimeTracker_Total_Minutes:I'),(50,10,'vtiger_cttimetracker:tracking_status:tracking_status:CTTimeTracker_Status:V'),(51,1,'vtiger_cttimecontrol:cttimecontrol_no:cttimecontrol_no:CTTimeControl_Time_Control_No:V'),(51,2,'vtiger_cttimecontrol:related_tracking:related_tracking:CTTimeControl_Related_To:I'),(51,3,'vtiger_crmentity:smownerid:assigned_user_id:CTTimeControl_Assigned_To:V'),(52,0,'vtiger_ctrouteplanning:ctroutename:ctroutename:CTRoutePlanning_Route_Name:V'),(52,1,'vtiger_ctrouteplanning:ctroute_date:ctroute_date:CTRoutePlanning_Route_Planning_Date:D'),(52,2,'vtiger_crmentity:smownerid:assigned_user_id:CTRoutePlanning_Assigned_To:V'),(53,1,'vtiger_ctrouteattendance:ctroute_user:ctroute_user:CTRouteAttendance_Employee_Name:V'),(53,2,'vtiger_crmentity:createdtime:createdtime:CTRouteAttendance_Check_In:DT'),(53,3,'vtiger_ctrouteattendance:check_in_address:check_in_address:CTRouteAttendance_Check_In_Address:V'),(53,4,'vtiger_crmentity:modifiedtime:modifiedtime:CTRouteAttendance_Check_Out:DT'),(53,5,'vtiger_ctrouteattendance:check_out_address:check_out_address:CTRouteAttendance_Check_Out_Address:V'),(54,0,'vtiger_ctattendance:employee_name:employee_name:CTAttendance_Employee_Name:V'),(54,1,'vtiger_crmentity:createdtime:createdtime:CTAttendance_Check_In:DT'),(54,2,'vtiger_ctattendance:check_in_address:check_in_address:CTAttendance_Check_In_Address:V'),(54,3,'vtiger_crmentity:modifiedtime:modifiedtime:CTAttendance_Check_Out:DT'),(54,4,'vtiger_ctattendance:check_out_address:check_out_address:CTAttendance_Check_Out_Address:V'),(54,5,'vtiger_ctattendance:eventid:eventid:CTAttendance_Event_Name:V'),(54,6,'vtiger_ctattendance:attendance_status:attendance_status:CTAttendance_Attendance_Status:V'),(55,0,'vtiger_ctattendance:employee_name:employee_name:CTAttendance_Employee_Name:V'),(55,1,'vtiger_ctattendance:eventid:eventid:CTAttendance_Event_Name:V'),(55,2,'vtiger_crmentity:createdtime:createdtime:CTAttendance_Check_In:DT'),(55,3,'vtiger_ctattendance:check_in_address:check_in_address:CTAttendance_Check_In_Address:V'),(55,4,'vtiger_crmentity:modifiedtime:modifiedtime:CTAttendance_Check_Out:DT'),(55,5,'vtiger_ctattendance:check_out_address:check_out_address:CTAttendance_Check_Out_Address:V'),(55,6,'vtiger_ctattendance:attendance_status:attendance_status:CTAttendance_Attendance_Status:V'),(56,0,'vtiger_ctattendance:employee_name:employee_name:CTAttendance_Employee_Name:V'),(56,1,'vtiger_crmentity:createdtime:createdtime:CTAttendance_Check_In:DT'),(56,2,'vtiger_ctattendance:check_in_address:check_in_address:CTAttendance_Check_In_Address:V'),(56,3,'vtiger_crmentity:modifiedtime:modifiedtime:CTAttendance_Check_Out:DT'),(56,4,'vtiger_ctattendance:check_out_address:check_out_address:CTAttendance_Check_Out_Address:V'),(56,5,'vtiger_ctattendance:attendance_status:attendance_status:CTAttendance_Attendance_Status:V'),(57,1,'vtiger_ctuserfilterview:ctuser_filter_view_no:ctuser_filter_view_no:CTUserFilterView_CTMobile_User_Filter_View_No:V'),(57,2,'vtiger_ctuserfilterview:module_name:module_name:CTUserFilterView_Module_Name:V'),(58,0,'vtiger_ctmessagetemplate:description:description:CTMessageTemplate_Description_:V'),(58,1,'vtiger_ctmessagetemplate:template_no:template_no:CTMessageTemplate_Templte_No:V'),(58,2,'vtiger_ctmessagetemplate:message_status:message_status:CTMessageTemplate_Status:V'),(59,1,'vtiger_ctpushnotification:pn_title:pn_title:CTPushNotification_Push_Notification_Title:V'),(59,2,'vtiger_ctpushnotification:pn_related:pn_related:CTPushNotification_Related_Module:V'),(59,3,'vtiger_ctpushnotification:pushnotificationstatus:pushnotificationstatus:CTPushNotification_Push_Notification_Status:V');
/*!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=3 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);
/*!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 */;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_datashare_relatedmodule_permission`
--

DROP TABLE IF EXISTS `vtiger_datashare_relatedmodule_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 */;
/*!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),(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),(29,543,0,0),(34,544,0,0),(34,545,0,0),(34,546,0,0),(34,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),(34,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),(41,594,0,0),(41,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),(41,602,0,0),(41,603,0,0),(41,604,0,0),(41,605,0,0),(41,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),(42,623,0,0),(42,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),(43,636,0,0),(43,637,0,0),(43,638,0,0),(43,639,0,0),(43,640,0,0),(43,641,0,0),(43,642,0,0),(43,643,0,0),(43,644,0,0),(47,645,0,0),(47,646,0,0),(47,647,0,0),(47,648,0,0),(47,649,0,0),(47,650,0,0),(47,651,0,0),(47,652,0,0),(48,653,0,0),(48,654,0,0),(48,655,0,0),(48,656,0,0),(48,657,0,0),(48,658,0,0),(48,659,0,0),(48,660,0,0),(48,661,0,0),(48,662,0,0),(48,663,0,0),(48,664,0,0),(48,665,0,0),(48,666,0,0),(48,667,0,0),(48,668,0,0),(48,669,0,0),(48,670,0,0),(48,671,0,0),(48,672,0,0),(48,673,0,0),(2,674,0,0),(29,675,0,0),(23,676,0,0),(23,677,0,0),(23,678,0,0),(23,679,0,0),(23,680,0,0),(23,681,0,0),(23,682,0,0),(23,683,0,0),(23,684,0,0),(22,685,0,0),(22,686,0,0),(22,687,0,0),(22,688,0,0),(22,689,0,0),(22,690,0,0),(22,691,0,0),(22,692,0,0),(22,693,0,0),(21,694,0,0),(21,695,0,0),(21,696,0,0),(21,697,0,0),(21,698,0,0),(21,699,0,0),(21,700,0,0),(21,701,0,0),(21,702,0,0),(20,703,0,0),(20,704,0,0),(20,705,0,0),(20,706,0,0),(20,707,0,0),(20,708,0,0),(20,709,0,0),(20,710,0,0),(20,711,0,0),(29,712,0,0),(42,713,0,0),(47,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),(47,733,0,0),(47,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),(34,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),(47,786,0,0),(47,787,0,0),(47,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),(43,848,0,0),(43,849,0,0),(29,850,0,0),(22,851,0,0),(29,852,0,0),(52,853,0,0),(52,854,0,0),(52,855,0,0),(52,856,0,0),(52,857,0,0),(52,858,0,0),(52,859,0,0),(52,860,0,0),(52,861,0,0),(52,862,0,0),(52,863,0,0),(52,864,0,0),(52,865,0,0),(52,866,0,0),(52,867,0,0),(52,868,0,0),(52,869,0,0),(52,870,0,0),(52,871,0,0),(52,872,0,0),(53,873,0,0),(53,874,0,0),(53,875,0,0),(53,876,0,0),(53,877,0,0),(53,878,0,0),(53,879,0,0),(53,880,0,0),(53,881,0,0),(53,882,0,0),(53,883,0,0),(53,884,0,0),(53,885,0,0),(53,886,0,0),(53,887,0,0),(53,888,0,0),(54,889,0,0),(54,890,0,0),(54,891,0,0),(54,892,0,0),(54,893,0,0),(54,894,0,0),(54,895,0,0),(54,896,0,0),(54,897,0,0),(54,898,0,0),(54,899,0,0),(55,900,0,0),(55,901,0,0),(55,902,0,0),(55,903,0,0),(55,904,0,0),(55,905,0,0),(55,906,0,0),(55,907,0,0),(55,908,0,0),(55,909,0,0),(55,910,0,0),(55,911,0,0),(55,912,0,0),(55,913,0,0),(55,914,0,0),(56,915,0,0),(56,916,0,0),(56,917,0,0),(56,918,0,0),(56,919,0,0),(56,920,0,0),(56,921,0,0),(56,922,0,0),(56,923,0,0),(56,924,0,0),(56,925,0,0),(56,926,0,0),(56,927,0,0),(56,928,0,0),(57,929,0,0),(57,930,0,0),(57,931,0,0),(57,932,0,0),(57,933,0,0),(57,934,0,0),(57,935,0,0),(57,936,0,0),(57,937,0,0),(57,938,0,0),(58,939,0,0),(58,940,0,0),(58,941,0,0),(58,942,0,0),(58,943,0,0),(58,944,0,0),(58,945,0,0),(58,946,0,0),(58,947,0,0),(58,948,0,0),(58,949,0,0),(59,950,0,0),(59,951,0,0),(59,952,0,0),(59,953,0,0),(59,954,0,0),(59,955,0,0),(59,956,0,0),(59,957,0,0),(59,958,0,0),(59,959,0,0),(59,960,0,0),(59,961,0,0),(59,962,0,0),(59,963,0,0),(59,964,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=34 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,2,0),(3,6,2,0),(4,7,2,0),(5,9,3,1),(6,13,2,0),(7,16,3,2),(8,20,2,0),(9,21,2,0),(10,22,2,0),(11,23,2,0),(12,26,2,0),(13,8,2,0),(14,14,2,0),(15,32,3,0),(16,34,2,0),(17,36,2,0),(18,38,2,0),(19,41,2,0),(20,42,2,0),(21,43,2,0),(22,47,2,0),(23,48,2,0),(24,18,2,0),(25,10,2,0),(26,52,3,0),(27,53,3,0),(28,54,3,0),(29,55,3,0),(30,56,3,0),(31,57,3,0),(32,58,3,0),(33,59,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 (33);
/*!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							&nbsp; Subject : $events-subject$<br/> \n							&nbsp; Start Date & Time : $events-date_start$<br/>\n							&nbsp; End Date & Time : $events-due_date$<br/> \n							&nbsp; Status : $events-eventstatus$<br/> \n							&nbsp; Location : $events-location$<br/> \n							&nbsp; 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								&nbsp; Subject : $calendar-subject$<br/>\n								&nbsp; Start Date & Time : $calendar-date_start$<br/>\n								&nbsp; Due Date : $calendar-due_date$<br/>\n								&nbsp; Status : $calendar-status$<br/>\n								&nbsp; Location : $calendar-location$<br/>\n								&nbsp; 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								&nbsp; Subject : $events-subject$<br/>\n								&nbsp; Start Date & Time : $events-date_start$<br/> \n								&nbsp; End Date & Time : $events-due_date$<br/>\n								&nbsp; Status : $events-eventstatus$<br/>\n								&nbsp; Priority : $events-priority$<br/>\n								&nbsp; Related To : $events-crmid$<br/>\n								&nbsp; Contact List : $events-contactid$<br/>\n								&nbsp; Location : $events-location$<br/>\n								&nbsp; 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,'PBXManager','vtiger_pbxmanager','customernumber','pbxmanagerid','pbxmanagerid'),(34,'Services','vtiger_service','servicename','serviceid','serviceid'),(36,'ServiceContracts','vtiger_servicecontracts','subject','servicecontractsid','servicecontractsid'),(38,'SMSNotifier','vtiger_smsnotifier','message','smsnotifierid','smsnotifierid'),(41,'ProjectMilestone','vtiger_projectmilestone','projectmilestonename','projectmilestoneid','projectmilestoneid'),(42,'ProjectTask','vtiger_projecttask','projecttaskname','projecttaskid','projecttaskid'),(43,'Project','vtiger_project','projectname','projectid','projectid'),(47,'ModComments','vtiger_modcomments','commentcontent','modcommentsid','modcommentsid'),(48,'Assets','vtiger_assets','assetname','assetsid','assetsid'),(52,'CTTimeTracker','vtiger_cttimetracker','tracking_title','cttimetrackerid','cttimetrackerid'),(53,'CTTimeControl','vtiger_cttimecontrol','cttimecontrol_no','cttimecontrolid','cttimecontrolid'),(54,'CTRoutePlanning','vtiger_ctrouteplanning','ctrouteplanning_no','ctrouteplanningid','ctrouteplanningid'),(55,'CTRouteAttendance','vtiger_ctrouteattendance','ctrouteattendance_no','ctrouteattendanceid','ctrouteattendanceid'),(57,'CTUserFilterView','vtiger_ctuserfilterview','ctuser_filter_view_no','ctuserfilterviewid','ctuserfilterviewid'),(58,'CTMessageTemplate','vtiger_ctmessagetemplate','templates_name','ctmessagetemplateid','ctmessagetemplateid'),(59,'CTPushNotification','vtiger_ctpushnotification','pushnotification_no','ctpushnotificationid','ctpushnotificationid');
/*!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,'ServiceContracts','ServiceContractsHandler'),(2,'ModTracker','ModTrackerHandler'),(3,'Invoice','InvoiceHandler'),(4,'PurchaseOrder','PurchaseOrderHandler');
/*!40000 ALTER TABLE `vtiger_eventhandler_module` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_eventhandler_module_seq`
--

DROP TABLE IF EXISTS `vtiger_eventhandler_module_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[\"VTEntityDelta\"]'),(8,'vtiger.entity.afterdelete','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(9,'vtiger.entity.afterrestore','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(10,'vtiger.batchevent.save','modules/PBXManager/PBXManagerHandler.php','PBXManagerBatchHandler','',1,'[]'),(11,'vtiger.batchevent.delete','modules/PBXManager/PBXManagerHandler.php','PBXManagerBatchHandler','',1,'[]'),(12,'vtiger.lead.convertlead','modules/PBXManager/PBXManagerHandler.php','PBXManagerHandler','',1,'[]'),(13,'vtiger.entity.aftersave','modules/WSAPP/WorkFlowHandlers/WSAPPAssignToTracker.php','WSAPPAssignToTracker','',1,'[\"VTEntityDelta\"]'),(14,'vtiger.entity.beforesave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',1,'[]'),(15,'vtiger.entity.aftersave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',1,'[]'),(16,'vtiger.entity.aftersave.final','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(17,'vtiger.entity.beforedelete','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(18,'vtiger.entity.afterrestore','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',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=965 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,1,0,0),(8,208,'filename','vtiger_notes',1,'28','filename','File Name',1,2,'',100,3,18,1,'V~O',0,NULL,'BAS',0,NULL,1,0,0),(8,209,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,4,17,1,'V~M',0,3,'BAS',1,NULL,1,0,0),(8,210,'notecontent','vtiger_notes',1,'19','notecontent','Note',1,2,'',100,1,84,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(8,211,'filetype','vtiger_notes',1,'1','filetype','File Type',1,2,NULL,100,5,18,2,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(8,212,'filesize','vtiger_notes',1,'1','filesize','File Size',1,2,NULL,100,4,18,2,'I~O',3,NULL,'BAS',0,NULL,0,0,0),(8,213,'filelocationtype','vtiger_notes',1,'27','filelocationtype','Download Type',1,0,NULL,100,1,18,1,'V~O',0,NULL,'BAS',0,NULL,0,0,0),(8,214,'fileversion','vtiger_notes',1,'1','fileversion','Version',1,2,NULL,100,6,18,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,215,'filestatus','vtiger_notes',1,'56','filestatus','Active',1,2,'1',100,2,18,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,216,'filedownloadcount','vtiger_notes',1,'1','filedownloadcount','Download Count',1,2,NULL,100,7,18,2,'I~O',3,NULL,'BAS',0,NULL,0,0,0),(8,217,'folderid','vtiger_notes',1,'26','folderid','Folder Name',1,2,'',100,2,17,1,'V~O',2,2,'BAS',1,NULL,1,0,0),(8,218,'note_no','vtiger_notes',1,'4','note_no','Document No',1,0,'',100,3,17,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(8,219,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,17,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(10,220,'date_start','vtiger_activity',1,'6','date_start','Date & Time Sent',1,0,'',100,1,21,1,'DT~M~time_start~Time Start',1,NULL,'BAS',1,NULL,0,0,0),(10,221,'semodule','vtiger_activity',1,'2','parent_type','Sales Enity Module',1,0,'',100,2,21,3,'',1,NULL,'BAS',1,NULL,0,0,0),(10,222,'activitytype','vtiger_activity',1,'2','activitytype','Activtiy Type',1,0,'',100,3,21,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,223,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,5,21,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(10,224,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,23,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(10,225,'name','vtiger_attachments',1,'61','filename','Attachment',1,0,'',100,2,23,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,226,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,24,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,227,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,9,23,1,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(10,228,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,10,22,1,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(10,229,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,11,21,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(10,230,'access_count','vtiger_email_track',1,'25','access_count','Access Count',1,0,'0',100,6,21,3,'I~O',1,NULL,'BAS',0,NULL,0,0,0),(10,231,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,21,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(9,232,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,19,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(9,233,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,19,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(9,234,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,19,1,'DT~M~time_start',0,2,'BAS',1,NULL,1,0,0),(9,235,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,19,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(9,236,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,4,19,3,'T~O',1,NULL,'BAS',1,NULL,1,0,0),(9,237,'due_date','vtiger_activity',1,'23','due_date','Due Date',1,0,'',100,5,19,1,'D~M~OTH~GE~date_start~Start Date & Time',1,NULL,'BAS',1,NULL,1,0,0),(9,238,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,7,19,1,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(9,239,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,8,19,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(9,240,'status','vtiger_activity',1,'15','taskstatus','Status',1,0,'',100,8,19,1,'V~M',0,3,'BAS',1,NULL,0,0,0),(9,241,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,9,19,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,242,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,10,19,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,243,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,19,1,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(9,244,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,19,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(9,245,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,19,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(9,246,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,16,19,3,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(9,247,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,17,19,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,248,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,20,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,249,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,17,19,3,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(9,250,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,18,19,3,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(9,251,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,19,19,1,'V~O',1,NULL,'BAS',1,NULL,1,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,1,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,'direction','vtiger_pbxmanager',1,'1','direction','Direction',1,2,'',100,1,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,527,'callstatus','vtiger_pbxmanager',1,'1','callstatus','Call Status',1,2,'',100,2,88,1,'V~O',1,0,'BAS',1,'',1,0,0),(32,528,'starttime','vtiger_pbxmanager',1,'70','starttime','Start Time',1,2,'',100,7,88,1,'DT~O',1,0,'BAS',1,'',1,0,0),(32,529,'endtime','vtiger_pbxmanager',1,'70','endtime','End Time',1,2,'',100,8,88,1,'DT~O',1,0,'BAS',1,'',0,0,0),(32,530,'totalduration','vtiger_pbxmanager',1,'7','totalduration','Total Duration',1,2,'',100,10,88,1,'I~O',1,0,'BAS',1,'',0,0,0),(32,531,'billduration','vtiger_pbxmanager',1,'7','billduration','Bill Duration',1,2,'',100,11,88,1,'I~O',1,0,'BAS',1,'',0,0,0),(32,532,'recordingurl','vtiger_pbxmanager',1,'17','recordingurl','Recording URL',1,2,'',100,9,88,1,'V~O',1,0,'BAS',1,'',1,0,0),(32,533,'sourceuuid','vtiger_pbxmanager',1,'1','sourceuuid','Source UUID',1,2,'',100,12,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,534,'gateway','vtiger_pbxmanager',1,'1','gateway','Gateway',1,2,'',100,13,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,535,'customer','vtiger_pbxmanager',1,'10','customer','Customer',1,2,'',100,3,88,1,'V~O',1,0,'BAS',1,'',1,0,0),(32,536,'user','vtiger_pbxmanager',1,'52','user','User',1,2,'',100,4,88,1,'V~O',1,0,'BAS',1,'',1,0,0),(32,537,'customernumber','vtiger_pbxmanager',1,'11','customernumber','Customer Number',1,2,'',100,5,88,1,'V~M',1,0,'BAS',1,'',0,0,0),(32,538,'customertype','vtiger_pbxmanager',1,'1','customertype','Customer Type',1,2,'',100,6,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(32,539,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,14,88,1,'V~M',1,0,'BAS',1,'',0,0,0),(32,540,'createdtime','vtiger_crmentity',1,'70','CreatedTime','Created Time',1,2,'',100,15,88,2,'DT~O',1,0,'BAS',0,'',0,0,0),(32,541,'modifiedtime','vtiger_crmentity',1,'70','ModifiedTime','Modified Time',1,2,'',100,16,88,2,'DT~O',1,0,'BAS',0,'',0,0,0),(32,542,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,88,2,'V~O',3,1,'BAS',0,'',0,0,0),(29,543,'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),(34,544,'servicename','vtiger_service',1,'2','servicename','Service Name',1,0,'',100,1,89,1,'V~M',0,1,'BAS',1,'',1,0,0),(34,545,'service_no','vtiger_service',1,'4','service_no','Service No',1,0,'',100,2,89,1,'V~O',3,0,'BAS',0,'',1,0,0),(34,546,'discontinued','vtiger_service',1,'56','discontinued','Service Active',1,2,'1',100,4,89,1,'V~O',2,3,'BAS',1,'',0,0,0),(34,547,'sales_start_date','vtiger_service',1,'5','sales_start_date','Sales Start Date',1,2,'',100,9,89,1,'D~O',1,0,'BAS',1,'',0,0,0),(34,548,'sales_end_date','vtiger_service',1,'5','sales_end_date','Sales End Date',1,2,'',100,10,89,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,0,'BAS',1,'',0,0,0),(34,549,'start_date','vtiger_service',1,'5','start_date','Support Start Date',1,2,'',100,11,89,1,'D~O',1,0,'BAS',1,'',0,0,0),(34,550,'expiry_date','vtiger_service',1,'5','expiry_date','Support Expiry Date',1,2,'',100,12,89,1,'D~O~OTH~GE~start_date~Start Date',1,0,'BAS',1,'',0,0,0),(34,551,'website','vtiger_service',1,'17','website','Website',1,2,'',100,6,89,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,552,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,13,89,2,'DT~O',3,0,'BAS',0,'',0,0,0),(34,553,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,14,89,2,'DT~O',3,0,'BAS',0,'',0,0,0),(34,554,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,89,3,'V~O',3,0,'BAS',0,'',0,0,0),(34,555,'service_usageunit','vtiger_service',1,'15','service_usageunit','Usage Unit',1,2,'',100,3,89,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,556,'qty_per_unit','vtiger_service',1,'1','qty_per_unit','No of Units',1,2,'',100,5,89,1,'N~O',1,0,'BAS',1,'',1,0,0),(34,557,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Owner',1,0,'',100,8,89,1,'I~O',1,0,'BAS',1,'',0,0,0),(34,558,'servicecategory','vtiger_service',1,'15','servicecategory','Service Category',1,2,'',100,7,89,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,559,'unit_price','vtiger_service',1,'72','unit_price','Price',1,0,'',100,1,90,1,'N~O',2,2,'BAS',0,'',1,0,0),(34,560,'taxclass','vtiger_service',1,'83','taxclass','Taxes',1,2,'',100,4,90,1,'V~O',2,0,'BAS',1,'',0,0,0),(34,561,'commissionrate','vtiger_service',1,'9','commissionrate','Commission Rate',1,2,'',100,2,90,1,'N~O',1,0,'BAS',1,'',1,0,0),(34,562,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(34,563,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,89,2,'V~O',3,4,'BAS',0,'',0,0,0),(34,564,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,89,6,'C~O',3,5,'BAS',0,'',0,0,0),(34,565,'tags','vtiger_service',1,'1','tags','tags',1,2,'',100,19,89,6,'V~O',3,6,'BAS',0,'',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,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,95,1,'V~M',1,0,'BAS',1,'',1,0,0),(38,589,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,95,2,'DT~O',1,0,'BAS',0,'',0,0,0),(38,590,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,95,2,'DT~O',1,0,'BAS',0,'',0,0,0),(38,591,'message','vtiger_smsnotifier',1,'21','message','message',1,0,'',100,1,95,1,'V~M',1,0,'BAS',1,'',1,0,0),(38,592,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,95,3,'V~O',1,0,'BAS',0,'',0,0,0),(38,593,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,95,2,'V~O',3,1,'BAS',0,'',0,0,0),(41,594,'projectmilestonename','vtiger_projectmilestone',1,'2','projectmilestonename','Project Milestone Name',1,2,'',100,1,98,1,'V~M',0,1,'BAS',1,'',1,0,0),(41,595,'projectmilestonedate','vtiger_projectmilestone',1,'5','projectmilestonedate','Milestone Date',1,2,'',100,5,98,1,'D~O',0,3,'BAS',1,'',1,0,0),(41,596,'projectid','vtiger_projectmilestone',1,'10','projectid','Related to',1,0,'',100,4,98,1,'V~M',0,4,'BAS',1,'',0,0,0),(41,597,'projectmilestonetype','vtiger_projectmilestone',1,'15','projectmilestonetype','Type',1,2,'',100,7,98,1,'V~O',1,0,'BAS',1,'',1,0,0),(41,598,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,6,98,1,'V~M',0,2,'BAS',1,'',0,0,0),(41,599,'projectmilestone_no','vtiger_projectmilestone',2,'4','projectmilestone_no','Project Milestone No',1,0,'',100,2,98,1,'V~O',3,4,'BAS',0,'',0,0,0),(41,600,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,1,99,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,601,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,2,99,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,602,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,3,99,3,'V~O',3,0,'BAS',0,'',0,0,0),(41,603,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,100,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,604,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,98,2,'V~O',3,5,'BAS',0,'',0,0,0),(41,605,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,98,6,'C~O',3,6,'BAS',0,'',0,0,0),(41,606,'tags','vtiger_projectmilestone',1,'1','tags','tags',1,2,'',100,10,98,6,'V~O',3,7,'BAS',0,'',0,0,0),(42,607,'projecttaskname','vtiger_projecttask',1,'2','projecttaskname','Project Task Name',1,2,'',100,1,101,1,'V~M',0,1,'BAS',1,'',1,0,0),(42,608,'projecttasktype','vtiger_projecttask',1,'15','projecttasktype','Type',1,2,'',100,4,101,1,'V~O',1,0,'BAS',1,'',1,0,0),(42,609,'projecttaskpriority','vtiger_projecttask',1,'15','projecttaskpriority','Priority',1,2,'',100,3,101,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,610,'projectid','vtiger_projecttask',1,'10','projectid','Related to',1,0,'',100,6,101,1,'V~M',0,5,'BAS',1,'',0,0,0),(42,611,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,7,101,1,'V~M',0,2,'BAS',1,'',1,0,0),(42,612,'projecttasknumber','vtiger_projecttask',1,'7','projecttasknumber','Project Task Number',1,2,'',100,5,101,1,'I~O',1,0,'BAS',1,'',0,0,0),(42,613,'projecttask_no','vtiger_projecttask',2,'4','projecttask_no','Project Task No',1,0,'',100,2,101,1,'V~O',3,4,'BAS',0,'',0,0,0),(42,614,'projecttaskprogress','vtiger_projecttask',1,'15','projecttaskprogress','Progress',1,2,'',100,1,102,1,'V~O',1,0,'BAS',1,'',1,0,0),(42,615,'projecttaskhours','vtiger_projecttask',1,'7','projecttaskhours','Worked Hours',1,2,'',100,2,102,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,616,'startdate','vtiger_projecttask',1,'5','startdate','Start Date',1,2,'',100,3,102,1,'D~O',0,3,'BAS',1,'',1,0,0),(42,617,'enddate','vtiger_projecttask',1,'5','enddate','End Date',1,2,'',100,4,102,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',1,0,0),(42,618,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,102,2,'DT~O',1,0,'BAS',0,'',0,0,0),(42,619,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,102,2,'DT~O',1,0,'BAS',0,'',0,0,0),(42,620,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,102,3,'V~O',3,0,'BAS',0,'',0,0,0),(42,621,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,103,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,622,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,101,2,'V~O',3,6,'BAS',0,'',0,0,0),(42,623,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,101,6,'C~O',3,7,'BAS',0,'',0,0,0),(42,624,'tags','vtiger_projecttask',1,'1','tags','tags',1,2,'',100,10,101,6,'V~O',3,8,'BAS',0,'',0,0,0),(43,625,'projectname','vtiger_project',1,'2','projectname','Project Name',1,2,'',100,1,104,1,'V~M',0,1,'BAS',1,'',1,0,0),(43,626,'startdate','vtiger_project',1,'23','startdate','Start Date',1,2,'',100,3,104,1,'D~O',0,3,'BAS',1,'',1,0,0),(43,627,'targetenddate','vtiger_project',1,'23','targetenddate','Target End Date',1,2,'',100,5,104,1,'D~O~OTH~GE~startdate~Start Date',0,4,'BAS',1,'',1,0,0),(43,628,'actualenddate','vtiger_project',1,'23','actualenddate','Actual End Date',1,2,'',100,6,104,1,'D~O~OTH~GE~startdate~Start Date',1,0,'BAS',1,'',0,0,0),(43,629,'projectstatus','vtiger_project',1,'15','projectstatus','Status',1,2,'',100,7,104,1,'V~O',1,0,'BAS',1,'',1,0,0),(43,630,'projecttype','vtiger_project',1,'15','projecttype','Type',1,2,'',100,8,104,1,'V~O',1,0,'BAS',1,'',1,0,0),(43,631,'linktoaccountscontacts','vtiger_project',1,'10','linktoaccountscontacts','Related to',1,2,'',100,9,104,1,'V~O',1,0,'BAS',1,'',0,1,0),(43,632,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,104,1,'V~M',0,2,'BAS',1,'',1,0,0),(43,633,'project_no','vtiger_project',2,'4','project_no','Project No',1,0,'',100,2,104,1,'V~O',3,0,'BAS',0,'',0,0,0),(43,634,'targetbudget','vtiger_project',1,'7','targetbudget','Target Budget',1,2,'',100,1,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(43,635,'projecturl','vtiger_project',1,'17','projecturl','Project Url',1,2,'',100,2,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(43,636,'projectpriority','vtiger_project',1,'15','projectpriority','Priority',1,2,'',100,3,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(43,637,'progress','vtiger_project',1,'15','progress','Progress',1,2,'',100,4,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(43,638,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,105,2,'DT~O',1,0,'BAS',0,'',0,0,0),(43,639,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,105,2,'DT~O',1,0,'BAS',0,'',0,0,0),(43,640,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,105,3,'V~O',3,0,'BAS',0,'',0,0,0),(43,641,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,106,1,'V~O',1,0,'BAS',1,'',0,0,0),(43,642,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,10,104,2,'V~O',3,5,'BAS',0,'',0,0,0),(43,643,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,11,104,6,'C~O',3,6,'BAS',0,'',0,0,0),(43,644,'tags','vtiger_project',1,'1','tags','tags',1,2,'',100,12,104,6,'V~O',3,7,'BAS',0,'',0,0,0),(47,645,'commentcontent','vtiger_modcomments',1,'19','commentcontent','Comment',1,0,'',100,4,107,1,'V~M',0,4,'BAS',2,'',1,0,0),(47,646,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,1,108,1,'V~M',0,1,'BAS',2,'',1,0,0),(47,647,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,108,2,'DT~O',0,2,'BAS',0,'',0,0,0),(47,648,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,108,2,'DT~O',0,3,'BAS',0,'',0,0,0),(47,649,'related_to','vtiger_modcomments',1,'10','related_to','Related To',1,2,'',100,2,108,1,'V~M',2,5,'BAS',2,'',0,0,0),(47,650,'smcreatorid','vtiger_crmentity',1,'52','creator','Creator',1,2,'',100,4,108,2,'V~O',1,0,'BAS',1,'',0,0,0),(47,651,'parent_comments','vtiger_modcomments',1,'10','parent_comments','Related To Comments',1,2,'',100,7,108,1,'V~O',1,0,'BAS',1,'',0,0,0),(47,652,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,5,107,2,'V~O',3,6,'BAS',0,'',0,0,0),(48,653,'asset_no','vtiger_assets',1,'4','asset_no','Asset No',1,0,'',100,2,110,1,'V~O',3,0,'BAS',0,'\n					',1,0,0),(48,654,'product','vtiger_assets',1,'10','product','Product Name',1,2,'',100,3,110,1,'V~M',0,3,'BAS',1,'\n					',1,0,0),(48,655,'serialnumber','vtiger_assets',1,'2','serialnumber','Serial Number',1,2,'',100,4,110,1,'V~M',0,5,'BAS',1,'\n					',0,0,0),(48,656,'datesold','vtiger_assets',1,'5','datesold','Date Sold',1,2,'',100,5,110,1,'D~M~OTH~GE~datesold~Date Sold',0,0,'BAS',1,'\n					',0,0,0),(48,657,'dateinservice','vtiger_assets',1,'5','dateinservice','Date in Service',1,2,'',100,6,110,1,'D~M~OTH~GE~dateinservice~Date in Service',0,4,'BAS',1,'\n					',0,0,0),(48,658,'assetstatus','vtiger_assets',1,'15','assetstatus','Status',1,2,'',100,7,110,1,'V~M',0,0,'BAS',1,'\n					',0,0,0),(48,659,'tagnumber','vtiger_assets',1,'2','tagnumber','Tag Number',1,2,'',100,8,110,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(48,660,'invoiceid','vtiger_assets',1,'10','invoiceid','Invoice Name',1,2,'',100,9,110,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(48,661,'shippingmethod','vtiger_assets',1,'2','shippingmethod','Shipping Method',1,2,'',100,10,110,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(48,662,'shippingtrackingnumber','vtiger_assets',1,'2','shippingtrackingnumber','Shipping Tracking Number',1,2,'',100,11,110,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(48,663,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,110,1,'V~M',0,2,'BAS',1,'\n					',0,0,0),(48,664,'assetname','vtiger_assets',1,'1','assetname','Asset Name',1,0,'',100,12,110,1,'V~M',0,6,'BAS',1,'\n					',1,0,0),(48,665,'account','vtiger_assets',1,'10','account','Customer Name',1,2,'',100,13,110,1,'V~M',0,0,'BAS',1,'\n					',1,0,0),(48,666,'contact','vtiger_assets',1,'10','contact','Contact Name',1,2,'',100,14,110,1,'V~O',0,0,'BAS',1,'\n					',0,0,0),(48,667,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,110,2,'DT~O',3,0,'BAS',0,'\n					',0,0,0),(48,668,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,110,2,'DT~O',3,0,'BAS',0,'\n					',0,0,0),(48,669,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,110,3,'V~O',3,0,'BAS',0,'\n					',0,0,0),(48,670,'description','vtiger_crmentity',1,'19','description','Notes',1,2,'',100,1,112,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(48,671,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,110,2,'V~O',3,7,'BAS',0,'',0,0,0),(48,672,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,110,6,'C~O',3,8,'BAS',0,'',0,0,0),(48,673,'tags','vtiger_assets',1,'1','tags','tags',1,2,'',100,19,110,6,'V~O',3,9,'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),(42,713,'projecttaskstatus','vtiger_projecttask',1,'15','projecttaskstatus','Status',1,2,'',100,11,101,1,'V~O',0,9,'BAS',1,'',0,0,0),(47,714,'customer','vtiger_modcomments',1,'10','customer','Customer',1,2,'',100,6,107,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),(47,733,'userid','vtiger_modcomments',1,'10','userid','UserId',1,2,'',100,7,107,3,'V~O',1,0,'BAS',1,'',0,0,0),(47,734,'reasontoedit','vtiger_modcomments',1,'19','reasontoedit','ReasonToEdit',1,2,'',100,8,107,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),(34,773,'purchase_cost','vtiger_service',1,'71','purchase_cost','Purchase Cost',1,0,'',100,5,90,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),(47,786,'is_private','vtiger_modcomments',1,'7','is_private','Is Private',1,2,'',100,9,107,1,'I~O',1,0,'BAS',1,'',0,0,0),(47,787,'filename','vtiger_modcomments',1,'61','filename','Attachment',1,0,'',100,10,107,1,'V~O',1,0,'BAS',1,'',0,0,0),(47,788,'related_email_id','vtiger_modcomments',1,'1','related_email_id','Related Email Id',1,2,'0',100,11,107,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),(43,848,'isconvertedfrompotential','vtiger_project',1,'56','isconvertedfrompotential','Is Converted From Opportunity',1,2,'',100,13,104,1,'C~O',1,0,'BAS',1,'',0,0,0),(43,849,'potentialid','vtiger_project',1,'10','potentialid','Potential Name',1,2,'',100,14,104,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),(52,853,'related_to','vtiger_cttimetracker',1,'10','related_to','Related to',1,2,'',100,2,121,1,'V~M',1,0,'BAS',1,'',0,0,0),(52,854,'total_time','vtiger_cttimetracker',1,'1','total_time','Total Time',1,2,'',100,3,121,1,'I~O',1,0,'BAS',1,'',0,0,0),(52,855,'total_hour','vtiger_cttimetracker',1,'1','total_hour','Total Hours',1,2,'',100,4,121,1,'I~O',1,0,'BAS',1,'',0,0,0),(52,856,'total_min','vtiger_cttimetracker',1,'1','total_min','Total Minutes',1,2,'',100,5,121,1,'I~O',1,0,'BAS',1,'',0,0,0),(52,857,'timetracker_no','vtiger_cttimetracker',1,'4','timetracker_no','Time Tracker No',1,2,'',100,8,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,858,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,10,121,2,'DT~O',1,0,'BAS',1,'',0,0,0),(52,859,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,121,2,'DT~O',1,0,'BAS',1,'',0,0,0),(52,860,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,12,121,1,'V~M',1,0,'BAS',1,'',0,0,0),(52,861,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,121,2,'V~O',3,1,'BAS',0,'',0,0,0),(52,862,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,121,6,'C~O',3,2,'BAS',0,'',0,0,0),(52,863,'tags','vtiger_cttimetracker',1,'1','tags','tags',1,2,'',100,16,121,6,'V~O',3,3,'BAS',0,'',0,0,0),(52,864,'tracking_user','vtiger_cttimetracker',1,'10','tracking_user','Employee Name',1,2,'',100,11,121,1,'I~O',1,0,'BAS',1,'',0,0,0),(52,865,'tracking_title','vtiger_cttimetracker',1,'2','tracking_title','Title',1,2,'',100,1,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,866,'tracking_notes','vtiger_cttimetracker',1,'19','tracking_notes','Notes',1,2,'',100,14,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,867,'tracking_status','vtiger_cttimetracker',1,'15','tracking_status','Status',1,2,'',100,13,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,868,'total_seconds','vtiger_cttimetracker',1,'1','total_seconds','Total Seconds',1,2,'',100,6,121,1,'I~O',1,0,'BAS',1,'',0,0,0),(52,869,'check_in_location','vtiger_cttimetracker',1,'2','check_in_location','Location When Start Timer',1,2,'',100,17,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,870,'check_out_location','vtiger_cttimetracker',1,'2','check_out_location','Location When Stop Timer',1,2,'',100,18,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,871,'check_in_address','vtiger_cttimetracker',1,'21','check_in_address','Location Address When Start Timer',1,2,'',100,19,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,872,'check_out_address','vtiger_cttimetracker',1,'21','check_out_address','Location Address When Stop Timer',1,2,'',100,20,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,873,'cttimecontrol_no','vtiger_cttimecontrol',1,'4','cttimecontrol_no','Time Control No',1,2,'',100,1,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,874,'related_tracking','vtiger_cttimecontrol',1,'10','related_tracking','Related To',1,2,'',100,2,122,1,'I~O',1,0,'BAS',1,'',0,0,0),(53,875,'date_start','vtiger_cttimecontrol',1,'5','date_start','Date Start',1,2,'',100,3,122,1,'D~O',1,0,'BAS',1,'',0,0,0),(53,876,'time_start','vtiger_cttimecontrol',1,'2','time_start','Time Start',1,2,'',100,4,122,1,'T~O',1,0,'BAS',1,'',0,0,0),(53,877,'date_end','vtiger_cttimecontrol',1,'5','date_end','Date End',1,2,'',100,5,122,1,'D~O',1,0,'BAS',1,'',0,0,0),(53,878,'time_end','vtiger_cttimecontrol',1,'2','time_end','Time End',1,2,'',100,6,122,1,'T~O',1,0,'BAS',1,'',0,0,0),(53,879,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,7,122,2,'DT~O',1,0,'BAS',1,'',0,0,0),(53,880,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,8,122,2,'DT~O',1,0,'BAS',1,'',0,0,0),(53,881,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,9,122,1,'V~M',1,0,'BAS',1,'',0,0,0),(53,882,'check_in_location','vtiger_cttimecontrol',1,'2','check_in_location','Location When Start Timer',1,2,'',100,10,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,883,'check_out_location','vtiger_cttimecontrol',1,'2','check_out_location','Location When Stop Timer',1,2,'',100,11,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,884,'check_in_address','vtiger_cttimecontrol',1,'21','check_in_address','Location Address When Start Timer',1,2,'',100,12,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,885,'check_out_address','vtiger_cttimecontrol',1,'21','check_out_address','Location Address When Stop Timer',1,2,'',100,13,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,886,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,122,2,'V~O',3,1,'BAS',0,'',0,0,0),(53,887,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,122,6,'C~O',3,2,'BAS',0,'',0,0,0),(53,888,'tags','vtiger_cttimecontrol',1,'1','tags','tags',1,2,'',100,16,122,6,'V~O',3,3,'BAS',0,'',0,0,0),(54,889,'ctroutename','vtiger_ctrouteplanning',1,'2','ctroutename','Route Name',1,2,'',100,1,123,1,'V~M',1,0,'BAS',1,'',0,0,0),(54,890,'ctroute_realtedto','vtiger_ctrouteplanrel',1,'10','ctroute_realtedto','Related to',1,2,'',100,6,123,1,'I~O',1,0,'BAS',1,'',0,0,0),(54,891,'ctroute_date','vtiger_ctrouteplanning',1,'5','ctroute_date','Route Planning Date',1,2,'',100,3,123,1,'D~M',1,0,'BAS',1,'',0,0,0),(54,892,'ctroute_status','vtiger_ctrouteplanning',1,'15','ctroute_status','Status',1,2,'',100,4,123,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,893,'ctrouteplanning_no','vtiger_ctrouteplanning',1,'4','ctrouteplanning_no','Route Planning No',1,2,'',100,10,123,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,894,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,11,123,2,'DT~O',1,0,'BAS',1,'',0,0,0),(54,895,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,12,123,2,'DT~O',1,0,'BAS',1,'',0,0,0),(54,896,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,13,123,1,'V~M',1,0,'BAS',1,'',0,0,0),(54,897,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,123,2,'V~O',3,1,'BAS',0,'',0,0,0),(54,898,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,123,6,'C~O',3,2,'BAS',0,'',0,0,0),(54,899,'tags','vtiger_ctrouteplanning',1,'1','tags','tags',1,2,'',100,16,123,6,'V~O',3,3,'BAS',0,'',0,0,0),(55,900,'check_in_location','vtiger_ctrouteattendance',1,'2','check_in_location','Check In Location',1,2,'',100,3,124,1,'V~O',1,0,'BAS',1,'',1,0,0),(55,901,'check_out_location','vtiger_ctrouteattendance',1,'2','check_out_location','Check Out Location',1,2,'',100,3,124,1,'V~O',1,0,'BAS',1,'',1,0,0),(55,902,'ctrouteattendance_no','vtiger_ctrouteattendance',1,'4','ctrouteattendance_no','Attendance No',1,2,'',100,1,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,903,'ctroute_user','vtiger_ctrouteattendance',1,'52','ctroute_user','Employee Name',1,2,'',100,2,124,1,'V~M',1,0,'BAS',1,'',0,0,0),(55,904,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,3,124,1,'V~M',1,0,'BAS',1,'',0,0,0),(55,905,'createdtime','vtiger_crmentity',1,'70','createdtime','Check In',1,2,'',100,4,124,2,'DT~O',1,0,'BAS',1,'',0,0,0),(55,906,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Check Out',1,2,'',100,5,124,2,'DT~O',1,0,'BAS',1,'',0,0,0),(55,907,'ctroute_attendance_status','vtiger_ctrouteattendance',1,'15','ctroute_attendance_status','CTRoute Attendance Status',1,2,'',100,6,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,908,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,7,124,2,'V~O',3,1,'BAS',0,'',0,0,0),(55,909,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,8,124,6,'C~O',3,2,'BAS',0,'',0,0,0),(55,910,'tags','vtiger_ctrouteattendance',1,'1','tags','tags',1,2,'',100,9,124,6,'V~O',3,3,'BAS',0,'',0,0,0),(55,911,'ctroute_planning','vtiger_ctrouteattendance',1,'10','ctroute_planning','Route Planning',1,2,'',100,10,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,912,'related_to','vtiger_ctrouteattendance',1,'10','related_to','Related To',1,2,'',100,10,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,913,'check_in_address','vtiger_ctrouteattendance',1,'21','check_in_address','Check In Address',1,2,'',100,11,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,914,'check_out_address','vtiger_ctrouteattendance',1,'21','check_out_address','Check Out Address',1,2,'',100,12,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,915,'check_in_location','vtiger_ctattendance',1,'2','check_in_location','Check In Location',1,2,'',100,3,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(56,916,'check_out_location','vtiger_ctattendance',1,'2','check_out_location','Check Out Location',1,2,'',100,3,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(56,917,'ctattendance_no','vtiger_ctattendance',1,'4','ctattendance_no','Attendance No',1,2,'',100,1,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(56,918,'employee_name','vtiger_ctattendance',1,'52','employee_name','Employee Name',1,2,'',100,2,125,1,'V~M',2,0,'BAS',1,'',1,0,0),(56,919,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,3,125,1,'V~M',1,0,'BAS',1,'',0,0,0),(56,920,'createdtime','vtiger_crmentity',1,'70','createdtime','Check In',1,2,'',100,4,125,2,'DT~O',1,0,'BAS',1,'',0,0,0),(56,921,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Check Out',1,2,'',100,5,125,2,'DT~O',1,0,'BAS',1,'',0,0,0),(56,922,'attendance_status','vtiger_ctattendance',1,'15','attendance_status','Attendance Status',1,2,'',100,6,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,923,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,7,125,2,'V~O',3,1,'BAS',0,'',0,0,0),(56,924,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,8,125,6,'C~O',3,2,'BAS',0,'',0,0,0),(56,925,'tags','vtiger_ctattendance',1,'1','tags','tags',1,2,'',100,9,125,6,'V~O',3,3,'BAS',0,'',0,0,0),(56,926,'eventid','vtiger_ctattendance',1,'10','eventid','Event Name',1,2,'',100,10,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,927,'check_in_address','vtiger_ctattendance',1,'21','check_in_address','Check In Address',1,2,'',100,11,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,928,'check_out_address','vtiger_ctattendance',1,'21','check_out_address','Check Out Address',1,2,'',100,12,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(57,929,'ctuser_filter_view_no','vtiger_ctuserfilterview',1,'4','ctuser_filter_view_no','CTMobile User Filter View No',1,2,'',100,1,126,1,'V~O',1,0,'BAS',1,'',0,0,0),(57,930,'module_name','vtiger_ctuserfilterview',1,'2','module_name','Module Name',1,2,'',100,2,126,1,'V~O',1,0,'BAS',1,'',0,0,0),(57,931,'filter_id','vtiger_ctuserfilterview',1,'2','filter_id','Filter',1,2,'',100,3,126,1,'V~O',1,0,'BAS',1,'',0,0,0),(57,932,'filter_name','vtiger_ctuserfilterview',1,'2','filter_name','Filter Name',1,2,'',100,4,126,1,'V~O',1,0,'BAS',1,'',0,0,0),(57,933,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,5,126,1,'V~M',1,0,'BAS',1,'',0,0,0),(57,934,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,126,2,'DT~O',1,0,'BAS',1,'',0,0,0),(57,935,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,126,2,'DT~O',1,0,'BAS',1,'',0,0,0),(57,936,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,126,2,'V~O',3,1,'BAS',0,'',0,0,0),(57,937,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,126,6,'C~O',3,2,'BAS',0,'',0,0,0),(57,938,'tags','vtiger_ctuserfilterview',1,'1','tags','tags',1,2,'',100,10,126,6,'V~O',3,3,'BAS',0,'',0,0,0),(58,939,'templates_name','vtiger_ctmessagetemplate',1,'2','templates_name','Template Name',1,2,'',100,1,127,1,'V~O',1,0,'BAS',1,'',0,0,0),(58,940,'description','vtiger_ctmessagetemplate',1,'21','description','Description ',1,2,'',100,2,127,1,'V~M',1,0,'BAS',1,'',0,0,0),(58,941,'template_no','vtiger_ctmessagetemplate',1,'4','template_no','Templte No',1,2,'',100,3,127,1,'V~O',1,0,'BAS',1,'',0,0,0),(58,942,'message_status','vtiger_ctmessagetemplate',1,'15','message_status','Status',1,2,'',100,4,127,1,'V~O',1,0,'BAS',1,'',0,0,0),(58,943,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,5,127,1,'V~M',1,0,'BAS',1,'',0,0,0),(58,944,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,127,2,'DT~O',1,0,'BAS',1,'',0,0,0),(58,945,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,127,2,'DT~O',1,0,'BAS',1,'',0,0,0),(58,946,'message_type','vtiger_ctmessagetemplate',1,'15','message_type','Message Type',1,2,'',100,8,127,1,'V~M',1,0,'BAS',1,'',0,0,0),(58,947,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,127,2,'V~O',3,1,'BAS',0,'',0,0,0),(58,948,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,127,6,'C~O',3,2,'BAS',0,'',0,0,0),(58,949,'tags','vtiger_ctmessagetemplate',1,'1','tags','tags',1,2,'',100,11,127,6,'V~O',3,3,'BAS',0,'',0,0,0),(59,950,'pn_title','vtiger_ctpushnotification',1,'2','pn_title','Push Notification Title',1,2,'',100,1,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(59,951,'pn_related','vtiger_ctpushnotification',1,'10','pn_related','Related Module',1,2,'',100,2,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(59,952,'pushnotificationstatus','vtiger_ctpushnotification',1,'15','pushnotificationstatus','Push Notification Status',1,2,'',100,3,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,953,'devicekey','vtiger_ctpushnotification',1,'19','devicekey','Device Key',1,2,'',100,4,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,954,'pushnotification_response','vtiger_ctpushnotification',1,'19','pushnotification_response','Push Notification Response',1,2,'',100,5,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,955,'pushnotification_no','vtiger_ctpushnotification',1,'4','pushnotification_no','PushNotification No',1,2,'',100,6,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,956,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,7,128,2,'DT~O',1,0,'BAS',1,'',0,0,0),(59,957,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,8,128,2,'DT~O',1,0,'BAS',1,'',0,0,0),(59,958,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,9,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(59,959,'related_record_id','vtiger_ctpushnotification',1,'2','related_record_id','Related Record Id',1,2,'',100,10,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,960,'notification_url','vtiger_ctpushnotification',1,'17','notification_url','URL',1,2,'',100,10,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,961,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,11,128,2,'V~O',3,1,'BAS',0,'',0,0,0),(59,962,'tags','vtiger_ctpushnotificationcf',1,'1','tags','tags',1,2,'',100,12,128,6,'V~O',3,2,'BAS',0,'',0,0,0),(59,963,'description','vtiger_ctpushnotification',1,'19','description','Description',1,2,'',100,1,129,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,964,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,13,128,6,'C~O',3,3,'BAS',0,'',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 (964);
/*!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),(535,'PBXManager','Leads',NULL,NULL),(535,'PBXManager','Contacts',NULL,NULL),(535,'PBXManager','Accounts',NULL,NULL),(571,'ServiceContracts','Contacts',NULL,NULL),(571,'ServiceContracts','Accounts',NULL,NULL),(596,'ProjectMilestone','Project',NULL,NULL),(610,'ProjectTask','Project',NULL,NULL),(631,'Project','Accounts',NULL,NULL),(631,'Project','Contacts',NULL,NULL),(649,'ModComments','Leads',NULL,NULL),(649,'ModComments','Contacts',NULL,NULL),(649,'ModComments','Accounts',NULL,NULL),(651,'ModComments','ModComments',NULL,NULL),(649,'ModComments','Potentials',NULL,NULL),(649,'ModComments','Project',NULL,NULL),(649,'ModComments','ProjectTask',NULL,NULL),(654,'Assets','Products',NULL,NULL),(660,'Assets','Invoice',NULL,NULL),(665,'Assets','Accounts',NULL,NULL),(666,'Assets','Contacts',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),(649,'ModComments','HelpDesk',NULL,NULL),(649,'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),(649,'ModComments','Invoice',NULL,NULL),(649,'ModComments','Quotes',NULL,NULL),(649,'ModComments','PurchaseOrder',NULL,NULL),(649,'ModComments','SalesOrder',NULL,NULL),(849,'Project','Potentials',NULL,NULL),(853,'CTTimeTracker','Accounts',NULL,NULL),(853,'CTTimeTracker','Contacts',NULL,NULL),(864,'CTTimeTracker','Users',NULL,NULL),(874,'CTTimeControl','CTTimeTracker',NULL,NULL),(890,'CTRoutePlanning','Leads',NULL,NULL),(890,'CTRoutePlanning','Accounts',NULL,NULL),(890,'CTRoutePlanning','Contacts',NULL,NULL),(890,'CTRoutePlanning','HelpDesk',NULL,NULL),(890,'CTRoutePlanning','Quotes',NULL,NULL),(890,'CTRoutePlanning','Invoice',NULL,NULL),(890,'CTRoutePlanning','SalesOrder',NULL,NULL),(890,'CTRoutePlanning','PurchaseOrder',NULL,NULL),(911,'CTRouteAttendance','CTRoutePlanning',NULL,NULL),(912,'CTRouteAttendance','Leads',NULL,NULL),(912,'CTRouteAttendance','Contacts',NULL,NULL),(912,'CTRouteAttendance','Accounts',NULL,NULL),(926,'CTAttendance','Calendar',NULL,NULL),(926,'CTAttendance','Events',NULL,NULL),(951,'CTPushNotification','Contacts',NULL,NULL),(951,'CTPushNotification','Leads',NULL,NULL),(951,'CTPushNotification','Accounts',NULL,NULL),(951,'CTPushNotification','HelpDesk',NULL,NULL),(951,'CTPushNotification','Potentials',NULL,NULL),(951,'CTPushNotification','Project',NULL,NULL),(951,'CTPushNotification','ProjectTask',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'),(2,'H5');
/*!40000 ALTER TABLE `vtiger_group2rs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_groups`
--

DROP TABLE IF EXISTS `vtiger_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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');
/*!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');
/*!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 (15);
/*!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 */;
/*!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','2024-06-28 14:38:23',NULL,1,1),(2,'Pack de langue français','fr_fr','Pack de langue français','2024-06-28 14:39:12',NULL,0,1),(3,'Deutsch','de_de','DE Deutsch','2024-06-28 14:38:55',NULL,0,1),(4,'Spanish','es_es','ES Spanish','2024-06-28 14:38:56',NULL,0,1),(5,'Hungarian','hu_hu','HU Magyar','2024-06-28 14:38:56',NULL,0,1),(6,'Romana','ro_ro','Romana','2024-06-28 14:39:12',NULL,0,1),(7,'Mexican Spanish','es_mx','ES Mexico','2024-06-28 14:39:07',NULL,0,1),(8,'Turkce','tr_tr','Turkce Dil Paketi','2024-06-28 14:39:07',NULL,0,1),(9,'Brazilian','pt_br','PT Brasil','2024-06-28 14:39:12',NULL,0,1),(10,'Język Polski','pl_pl','Język Polski','2024-06-28 14:39:12',NULL,0,1),(11,'Russian','ru_ru','Russian','2024-06-28 14:39:10',NULL,0,1),(12,'Arabic','ar_ae','Arabic','2024-06-28 14:39:34',NULL,0,1),(13,'Dutch','nl_nl','NL-Dutch','2024-06-28 14:39:10',NULL,0,1),(14,'Italian','it_it','IT Italian','2024-06-28 14:39:10',NULL,0,1),(15,'Swedish','sv_se','Swedish','2024-06-28 14:39:34',NULL,0,1),(16,'British English','en_gb','British English','2024-06-28 14:39:10',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 */;
INSERT INTO `vtiger_leadaddress` VALUES (2,'','','','','','','','','','Billing'),(8,'','','','','','918390258034','','','','Billing');
/*!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 */;
INSERT INTO `vtiger_leaddetails` VALUES (2,'LEA1','',NULL,'tesdt',' ','test','',0.00000000,' ',NULL,' ',' ',' ',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0',''),(8,'LEA2','',NULL,'QR test',' ','001','',0.00000000,' ',NULL,' ',' ',' ',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'0','');
/*!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 */;
INSERT INTO `vtiger_leadscf` VALUES (2),(8);
/*!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 */;
INSERT INTO `vtiger_leadsubdetails` VALUES (2,'',0,0,0),(8,'',0,0,0);
/*!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,38,'HEADERSCRIPT','SMSNotifierCommonJS','modules/SMSNotifier/SMSNotifierCommon.js','',0,NULL,NULL,NULL,NULL),(7,7,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL,NULL),(8,7,'DETAILVIEW','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL,NULL),(9,4,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL,NULL),(10,4,'DETAILVIEW','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL,NULL),(11,6,'LISTVIEWBASIC','Send SMS','SMSNotifierCommon.displaySelectWizard(this, \'$MODULE$\');','',0,NULL,NULL,NULL,NULL),(12,6,'DETAILVIEW','Send SMS','javascript:SMSNotifierCommon.displaySelectWizard_DetailView(\'$MODULE$\', \'$RECORD$\');','',0,NULL,NULL,NULL,NULL),(16,4,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(17,7,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(18,6,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(19,4,'LISTVIEWSIDEBARWIDGET','Google Contacts','module=Google&view=List&sourcemodule=Contacts','',0,NULL,NULL,NULL,NULL),(20,9,'LISTVIEWSIDEBARWIDGET','Google Calendar','module=Google&view=List&sourcemodule=Calendar','',0,NULL,NULL,NULL,NULL),(21,7,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(22,4,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(23,6,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(24,2,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(27,47,'HEADERSCRIPT','ModCommentsCommonHeaderScript','modules/ModComments/ModCommentsCommon.js','',0,NULL,NULL,NULL,NULL),(28,49,'HEADERSCRIPT','ExtensionStoreCommonHeaderScript','modules/ExtensionStore/ExtensionStore.js','',0,NULL,NULL,NULL,NULL),(30,42,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(31,43,'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,43,'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,'HEADERSCRIPT','CTMobileSettingsJS','layouts/v7/modules/CTMobileSettings/resources/CTMobileSettings.js','',0,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_links_seq`
--

DROP TABLE IF EXISTS `vtiger_links_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 (111);
/*!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=11 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','2024-06-28 13:39:57','2024-06-28 13:39:57','Signed in'),(2,'admin','122.169.119.200','2024-06-28 13:46:34','2024-06-28 13:46:34','Signed in'),(3,'admin','122.169.119.200','2024-07-02 12:42:03','2024-07-02 12:42:03','Signed in'),(4,'admin','122.169.119.200','2024-07-02 12:56:08','2024-07-02 12:56:08','Signed in'),(5,'admin','122.169.119.200','2024-07-03 04:14:24','2024-07-03 04:14:24','Signed in'),(6,'admin','103.171.6.242','2024-07-03 06:46:38','2024-07-03 06:46:38','Signed in'),(7,'admin','45.124.142.80','2024-08-12 10:33:14','2024-08-12 10:33:14','Signed in'),(8,'admin','45.124.142.80','2024-08-12 10:33:15','2024-08-12 10:33:15','Signed in'),(9,'admin','103.228.144.178','2024-10-15 06:53:57','2024-10-15 06:51:07','Signed off'),(10,'admin','103.228.144.178','2025-01-06 11:44:47','2025-01-06 11:44:47','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_message_status`
--

DROP TABLE IF EXISTS `vtiger_message_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_message_status` (
  `message_statusid` int NOT NULL AUTO_INCREMENT,
  `message_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 (`message_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_message_status`
--

LOCK TABLES `vtiger_message_status` WRITE;
/*!40000 ALTER TABLE `vtiger_message_status` DISABLE KEYS */;
INSERT INTO `vtiger_message_status` VALUES (1,'Active',1,315,1,NULL),(2,'InActive',1,316,2,NULL);
/*!40000 ALTER TABLE `vtiger_message_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_message_status_seq`
--

DROP TABLE IF EXISTS `vtiger_message_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_message_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_message_status_seq`
--

LOCK TABLES `vtiger_message_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_message_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_message_status_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_message_status_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_message_type`
--

DROP TABLE IF EXISTS `vtiger_message_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_message_type` (
  `message_typeid` int NOT NULL AUTO_INCREMENT,
  `message_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 (`message_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_message_type`
--

LOCK TABLES `vtiger_message_type` WRITE;
/*!40000 ALTER TABLE `vtiger_message_type` DISABLE KEYS */;
INSERT INTO `vtiger_message_type` VALUES (1,'Message',1,317,1,NULL),(2,'WhatsApp',1,318,2,NULL);
/*!40000 ALTER TABLE `vtiger_message_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_message_type_seq`
--

DROP TABLE IF EXISTS `vtiger_message_type_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_message_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_message_type_seq`
--

LOCK TABLES `vtiger_message_type_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_message_type_seq` DISABLE KEYS */;
INSERT INTO `vtiger_message_type_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_message_type_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=15 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),(8,'modules/CTMobile/api/ws/models/alerts/IdleTicketsOfMine.php','CTMobile_WS_AlertModel_IdleTicketsOfMine',NULL,0),(9,'modules/CTMobile/api/ws/models/alerts/NewTicketOfMine.php','CTMobile_WS_AlertModel_NewTicketOfMine',NULL,0),(10,'modules/CTMobile/api/ws/models/alerts/PendingTicketsOfMine.php','CTMobile_WS_AlertModel_PendingTicketsOfMine',NULL,0),(11,'modules/CTMobile/api/ws/models/alerts/PotentialsDueIn5Days.php','CTMobile_WS_AlertModel_PotentialsDueIn5Days',NULL,0),(12,'modules/CTMobile/api/ws/models/alerts/EventsOfMineToday.php','CTMobile_WS_AlertModel_EventsOfMineToday',NULL,0),(13,'modules/CTMobile/api/ws/models/alerts/ProjectTasksOfMine.php','CTMobile_WS_AlertModel_ProjectTasksOfMine',NULL,0),(14,'modules/CTMobile/api/ws/models/alerts/Projects.php','CTMobile_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 */;
/*!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 */;
/*!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','3','1'),(2,'Accounts','ACC','1','2','1'),(3,'Campaigns','CAM','1','1','1'),(4,'Contacts','CON','1','2','1'),(5,'Potentials','POT','1','2','1'),(6,'HelpDesk','TT','1','2','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','1','1'),(16,'Services','SER','1','1','1'),(17,'ServiceContracts','SERCON','1','1','1'),(18,'ProjectMilestone','PM','1','1','1'),(19,'ProjectTask','PT','1','1','1'),(20,'Project','PROJ','1','1','1'),(21,'Assets','ASSET','1','1','1');
/*!40000 ALTER TABLE `vtiger_modentity_num` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modentity_num_seq`
--

DROP TABLE IF EXISTS `vtiger_modentity_num_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 (21);
/*!40000 ALTER TABLE `vtiger_modentity_num_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modtracker_basic`
--

DROP TABLE IF EXISTS `vtiger_modtracker_basic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,'Leads',1,'2024-07-02 12:58:51',2),(2,3,'Contacts',1,'2024-07-02 13:13:29',2),(3,4,'Events',1,'2024-08-12 10:42:58',2),(4,2,'Leads',1,'2024-08-12 10:42:59',4),(5,5,'Accounts',1,'2024-08-12 10:44:10',2),(6,6,'Potentials',1,'2024-08-12 10:44:31',2),(7,7,'HelpDesk',1,'2024-08-12 10:45:39',2),(8,8,'Leads',1,'2024-08-12 10:49:07',2),(9,8,'Leads',1,'2024-08-12 10:52:51',0),(10,8,'Leads',1,'2024-08-12 10:53:33',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 (10);
/*!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,'tesdt test'),(1,'salutationtype',NULL,' '),(1,'firstname',NULL,'tesdt'),(1,'lead_no',NULL,'LEA1'),(1,'lastname',NULL,'test'),(1,'leadsource',NULL,' '),(1,'industry',NULL,' '),(1,'leadstatus',NULL,' '),(1,'annualrevenue',NULL,'0.00000000'),(1,'rating',NULL,' '),(1,'assigned_user_id',NULL,'1'),(1,'createdtime',NULL,'2024-07-02 12:58:51'),(1,'modifiedby',NULL,'1'),(1,'source',NULL,'CRM'),(1,'record_id',NULL,'2'),(1,'record_module',NULL,'Leads'),(2,'label',NULL,'test'),(2,'salutationtype',NULL,' '),(2,'contact_no',NULL,'CON1'),(2,'lastname',NULL,'test'),(2,'leadsource',NULL,' '),(2,'assigned_user_id',NULL,'1'),(2,'createdtime',NULL,'2024-07-02 13:13:29'),(2,'modifiedby',NULL,'1'),(2,'support_start_date',NULL,'2024-07-02'),(2,'support_end_date',NULL,'2025-07-02'),(2,'source',NULL,'CRM'),(2,'record_id',NULL,'3'),(2,'record_module',NULL,'Contacts'),(3,'label',NULL,'call'),(3,'subject',NULL,'call'),(3,'assigned_user_id',NULL,'1'),(3,'date_start',NULL,'2024-08-12'),(3,'time_start',NULL,'10:42:00'),(3,'due_date',NULL,'2024-08-12'),(3,'time_end',NULL,'10:47:00'),(3,'duration_minutes',NULL,'5'),(3,'parent_id',NULL,'2'),(3,'eventstatus',NULL,'Planned'),(3,'activitytype',NULL,'Call'),(3,'createdtime',NULL,'2024-08-12 10:42:58'),(3,'taskpriority',NULL,' '),(3,'visibility',NULL,'Public'),(3,'modifiedby',NULL,'1'),(3,'source',NULL,'CRM'),(3,'record_id',NULL,'4'),(3,'record_module',NULL,'Events'),(5,'label',NULL,'ASMB'),(5,'accountname',NULL,'ASMB'),(5,'account_no',NULL,'ACC1'),(5,'phone',NULL,'9999999999'),(5,'rating',NULL,' '),(5,'industry',NULL,' '),(5,'accounttype',NULL,' '),(5,'annual_revenue',NULL,'0.00000000'),(5,'assigned_user_id',NULL,'1'),(5,'createdtime',NULL,'2024-08-12 10:44:10'),(5,'modifiedby',NULL,'1'),(5,'source',NULL,'CRM'),(5,'record_id',NULL,'5'),(5,'record_module',NULL,'Accounts'),(6,'label',NULL,'Sample 1'),(6,'potentialname',NULL,'Sample 1'),(6,'potential_no',NULL,'POT1'),(6,'amount',NULL,'80000.00000000'),(6,'related_to',NULL,'5'),(6,'closingdate',NULL,'2024-08-19'),(6,'opportunity_type',NULL,' '),(6,'leadsource',NULL,' '),(6,'sales_stage',NULL,'Prospecting'),(6,'assigned_user_id',NULL,'1'),(6,'probability',NULL,'0.000'),(6,'createdtime',NULL,'2024-08-12 10:44:31'),(6,'modifiedby',NULL,'1'),(6,'forecast_amount',NULL,'0.00000000'),(6,'source',NULL,'CRM'),(6,'record_id',NULL,'6'),(6,'record_module',NULL,'Potentials'),(7,'label',NULL,'Document attachment issue'),(7,'ticket_no',NULL,'TT1'),(7,'assigned_user_id',NULL,'1'),(7,'parent_id',NULL,'2'),(7,'ticketpriorities',NULL,'Normal'),(7,'ticketseverities',NULL,' '),(7,'ticketstatus',NULL,'Open'),(7,'ticketcategories',NULL,' '),(7,'hours',NULL,'0.00000000'),(7,'days',NULL,'0.00000000'),(7,'createdtime',NULL,'2024-08-12 10:45:39'),(7,'modifiedby',NULL,'1'),(7,'ticket_title',NULL,'Document attachment issue'),(7,'source',NULL,'CRM'),(7,'record_id',NULL,'7'),(7,'record_module',NULL,'HelpDesk'),(8,'label',NULL,'QR test 001'),(8,'salutationtype',NULL,' '),(8,'firstname',NULL,'QR test'),(8,'lead_no',NULL,'LEA2'),(8,'phone',NULL,'9999999999'),(8,'lastname',NULL,'001'),(8,'leadsource',NULL,' '),(8,'industry',NULL,' '),(8,'leadstatus',NULL,' '),(8,'annualrevenue',NULL,'0.00000000'),(8,'rating',NULL,' '),(8,'assigned_user_id',NULL,'1'),(8,'createdtime',NULL,'2024-08-12 10:49:07'),(8,'modifiedby',NULL,'1'),(8,'source',NULL,'CRM'),(8,'record_id',NULL,'8'),(8,'record_module',NULL,'Leads'),(9,'phone','9999999999','8390258034'),(10,'phone','8390258034','918390258034');
/*!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 (4,'Calendar',4,'2024-08-12 10:42:59');
/*!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),(47,1),(48,1);
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_module_dashboard_widgets`
--

DROP TABLE IF EXISTS `vtiger_module_dashboard_widgets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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=3 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 (1,103,1,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"1\"}',NULL,2,NULL),(2,68,1,NULL,NULL,'null','{\"row\":\"1\",\"col\":\"2\"}',NULL,2,NULL);
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_no_of_currency_decimals`
--

DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 */;
/*!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 */;
/*!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,47),(1,47),(2,47),(3,47),(0,48),(1,48),(2,48),(3,48),(0,52),(1,52),(2,52),(3,52),(0,53),(1,53),(2,53),(3,53),(0,54),(1,54),(2,54),(3,54),(0,55),(1,55),(2,55),(3,55),(0,56),(1,56),(2,56),(3,56),(0,57),(1,57),(2,57),(3,57),(0,58),(1,58),(2,58),(3,58),(0,59),(1,59),(2,59),(3,59);
/*!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','vtiger-crm-logo.png',NULL,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),(7,30,4),(7,30,5),(7,32,6),(7,32,7),(6,34,8),(6,34,9),(4,36,9),(4,36,10),(3,38,12),(3,38,13),(7,40,8),(7,40,9),(4,41,11),(4,41,12),(4,42,13),(4,42,14),(4,43,15),(4,43,16),(7,44,10),(7,44,11),(6,48,10),(6,48,11),(8,49,1),(8,49,2),(7,24,12),(7,27,13),(7,40,14),(7,44,15),(7,58,16),(7,58,17);
/*!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 */;
INSERT INTO `vtiger_pbxmanager_phonelookup` VALUES (5,'Accounts','9999999999','9999999999','phone'),(8,'Leads','918390258034','430852093819','phone');
/*!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=57 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'),(45,'assetstatus'),(53,'attendance_status'),(3,'campaignstatus'),(4,'campaigntype'),(5,'carrier'),(35,'contract_priority'),(34,'contract_status'),(36,'contract_type'),(52,'ctroute_attendance_status'),(51,'ctroute_status'),(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'),(54,'message_status'),(55,'message_type'),(16,'opportunity_type'),(17,'postatus'),(18,'productcategory'),(44,'progress'),(37,'projectmilestonetype'),(43,'projectpriority'),(41,'projectstatus'),(39,'projecttaskpriority'),(40,'projecttaskprogress'),(46,'projecttaskstatus'),(38,'projecttasktype'),(42,'projecttype'),(56,'pushnotificationstatus'),(19,'quotestage'),(20,'rating'),(21,'sales_stage'),(22,'salutationtype'),(31,'service_usageunit'),(32,'servicecategory'),(23,'sostatus'),(24,'taskpriority'),(25,'taskstatus'),(26,'ticketcategories'),(27,'ticketpriorities'),(28,'ticketseverities'),(29,'ticketstatus'),(50,'tracking_status'),(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 (56);
/*!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 (321);
/*!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 */;
INSERT INTO `vtiger_potential` VALUES (6,'POT1',5,'Sample 1',80000.00000000,NULL,'2024-08-19',NULL,'',0,0.000,0,'Prospecting',' ',' ',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,0.00000000,'0',0,'',0);
/*!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 */;
INSERT INTO `vtiger_potentialscf` VALUES (6);
/*!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=5 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);
/*!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,29,543,0,0),(1,34,544,0,0),(1,34,545,0,0),(1,34,546,0,0),(1,34,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,34,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,41,594,0,0),(1,41,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,41,602,0,0),(1,41,603,0,0),(1,41,604,0,0),(1,41,605,0,0),(1,41,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,42,623,0,0),(1,42,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,43,636,0,0),(1,43,637,0,0),(1,43,638,0,0),(1,43,639,0,0),(1,43,640,0,0),(1,43,641,0,0),(1,43,642,0,0),(1,43,643,0,0),(1,43,644,0,0),(1,47,645,0,0),(1,47,646,0,0),(1,47,647,0,0),(1,47,648,0,0),(1,47,649,0,0),(1,47,650,0,0),(1,47,651,0,0),(1,47,652,0,0),(1,48,653,0,0),(1,48,654,0,0),(1,48,655,0,0),(1,48,656,0,0),(1,48,657,0,0),(1,48,658,0,0),(1,48,659,0,0),(1,48,660,0,0),(1,48,661,0,0),(1,48,662,0,0),(1,48,663,0,0),(1,48,664,0,0),(1,48,665,0,0),(1,48,666,0,0),(1,48,667,0,0),(1,48,668,0,0),(1,48,669,0,0),(1,48,670,0,0),(1,48,671,0,0),(1,48,672,0,0),(1,48,673,0,0),(1,2,674,0,0),(1,29,675,0,0),(1,23,676,0,0),(1,23,677,0,0),(1,23,678,0,0),(1,23,679,0,0),(1,23,680,0,0),(1,23,681,0,0),(1,23,682,0,0),(1,23,683,0,0),(1,23,684,0,0),(1,22,685,0,0),(1,22,686,0,0),(1,22,687,0,0),(1,22,688,0,0),(1,22,689,0,0),(1,22,690,0,0),(1,22,691,0,0),(1,22,692,0,0),(1,22,693,0,0),(1,21,694,0,0),(1,21,695,0,0),(1,21,696,0,0),(1,21,697,0,0),(1,21,698,0,0),(1,21,699,0,0),(1,21,700,0,0),(1,21,701,0,0),(1,21,702,0,0),(1,20,703,0,0),(1,20,704,0,0),(1,20,705,0,0),(1,20,706,0,0),(1,20,707,0,0),(1,20,708,0,0),(1,20,709,0,0),(1,20,710,0,0),(1,20,711,0,0),(1,29,712,0,0),(1,42,713,0,0),(1,47,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,47,733,0,0),(1,47,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,34,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,47,786,0,0),(1,47,787,0,0),(1,47,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,43,848,0,0),(1,43,849,0,0),(1,29,850,0,0),(1,22,851,0,0),(1,29,852,0,0),(1,52,853,0,0),(1,52,854,0,0),(1,52,855,0,0),(1,52,856,0,0),(1,52,857,0,0),(1,52,858,0,0),(1,52,859,0,0),(1,52,860,0,0),(1,52,861,0,0),(1,52,862,0,0),(1,52,863,0,0),(1,52,864,0,0),(1,52,865,0,0),(1,52,866,0,0),(1,52,867,0,0),(1,52,868,0,0),(1,52,869,0,0),(1,52,870,0,0),(1,52,871,0,0),(1,52,872,0,0),(1,53,873,0,0),(1,53,874,0,0),(1,53,875,0,0),(1,53,876,0,0),(1,53,877,0,0),(1,53,878,0,0),(1,53,879,0,0),(1,53,880,0,0),(1,53,881,0,0),(1,53,882,0,0),(1,53,883,0,0),(1,53,884,0,0),(1,53,885,0,0),(1,53,886,0,0),(1,53,887,0,0),(1,53,888,0,0),(1,54,889,0,0),(1,54,890,0,0),(1,54,891,0,0),(1,54,892,0,0),(1,54,893,0,0),(1,54,894,0,0),(1,54,895,0,0),(1,54,896,0,0),(1,54,897,0,0),(1,54,898,0,0),(1,54,899,0,0),(1,55,900,0,0),(1,55,901,0,0),(1,55,902,0,0),(1,55,903,0,0),(1,55,904,0,0),(1,55,905,0,0),(1,55,906,0,0),(1,55,907,0,0),(1,55,908,0,0),(1,55,909,0,0),(1,55,910,0,0),(1,55,911,0,0),(1,55,912,0,0),(1,55,913,0,0),(1,55,914,0,0),(1,56,915,0,0),(1,56,916,0,0),(1,56,917,0,0),(1,56,918,0,0),(1,56,919,0,0),(1,56,920,0,0),(1,56,921,0,0),(1,56,922,0,0),(1,56,923,0,0),(1,56,924,0,0),(1,56,925,0,0),(1,56,926,0,0),(1,56,927,0,0),(1,56,928,0,0),(1,57,929,0,0),(1,57,930,0,0),(1,57,931,0,0),(1,57,932,0,0),(1,57,933,0,0),(1,57,934,0,0),(1,57,935,0,0),(1,57,936,0,0),(1,57,937,0,0),(1,57,938,0,0),(1,58,939,0,0),(1,58,940,0,0),(1,58,941,0,0),(1,58,942,0,0),(1,58,943,0,0),(1,58,944,0,0),(1,58,945,0,0),(1,58,946,0,0),(1,58,947,0,0),(1,58,948,0,0),(1,58,949,0,0),(1,59,950,0,0),(1,59,951,0,0),(1,59,952,0,0),(1,59,953,0,0),(1,59,954,0,0),(1,59,955,0,0),(1,59,956,0,0),(1,59,957,0,0),(1,59,958,0,0),(1,59,959,0,0),(1,59,960,0,0),(1,59,961,0,0),(1,59,962,0,0),(1,59,963,0,0),(1,59,964,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,29,543,0,0),(2,34,544,0,0),(2,34,545,0,0),(2,34,546,0,0),(2,34,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,34,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,41,594,0,0),(2,41,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,41,602,0,0),(2,41,603,0,0),(2,41,604,0,0),(2,41,605,0,0),(2,41,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,42,623,0,0),(2,42,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,43,636,0,0),(2,43,637,0,0),(2,43,638,0,0),(2,43,639,0,0),(2,43,640,0,0),(2,43,641,0,0),(2,43,642,0,0),(2,43,643,0,0),(2,43,644,0,0),(2,47,645,0,0),(2,47,646,0,0),(2,47,647,0,0),(2,47,648,0,0),(2,47,649,0,0),(2,47,650,0,0),(2,47,651,0,0),(2,47,652,0,0),(2,48,653,0,0),(2,48,654,0,0),(2,48,655,0,0),(2,48,656,0,0),(2,48,657,0,0),(2,48,658,0,0),(2,48,659,0,0),(2,48,660,0,0),(2,48,661,0,0),(2,48,662,0,0),(2,48,663,0,0),(2,48,664,0,0),(2,48,665,0,0),(2,48,666,0,0),(2,48,667,0,0),(2,48,668,0,0),(2,48,669,0,0),(2,48,670,0,0),(2,48,671,0,0),(2,48,672,0,0),(2,48,673,0,0),(2,2,674,0,0),(2,29,675,0,0),(2,23,676,0,0),(2,23,677,0,0),(2,23,678,0,0),(2,23,679,0,0),(2,23,680,0,0),(2,23,681,0,0),(2,23,682,0,0),(2,23,683,0,0),(2,23,684,0,0),(2,22,685,0,0),(2,22,686,0,0),(2,22,687,0,0),(2,22,688,0,0),(2,22,689,0,0),(2,22,690,0,0),(2,22,691,0,0),(2,22,692,0,0),(2,22,693,0,0),(2,21,694,0,0),(2,21,695,0,0),(2,21,696,0,0),(2,21,697,0,0),(2,21,698,0,0),(2,21,699,0,0),(2,21,700,0,0),(2,21,701,0,0),(2,21,702,0,0),(2,20,703,0,0),(2,20,704,0,0),(2,20,705,0,0),(2,20,706,0,0),(2,20,707,0,0),(2,20,708,0,0),(2,20,709,0,0),(2,20,710,0,0),(2,20,711,0,0),(2,29,712,0,0),(2,42,713,0,0),(2,47,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,47,733,0,0),(2,47,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,34,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,47,786,0,0),(2,47,787,0,0),(2,47,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,43,848,0,0),(2,43,849,0,0),(2,29,850,0,0),(2,22,851,0,0),(2,29,852,0,0),(2,52,853,0,0),(2,52,854,0,0),(2,52,855,0,0),(2,52,856,0,0),(2,52,857,0,0),(2,52,858,0,0),(2,52,859,0,0),(2,52,860,0,0),(2,52,861,0,0),(2,52,862,0,0),(2,52,863,0,0),(2,52,864,0,0),(2,52,865,0,0),(2,52,866,0,0),(2,52,867,0,0),(2,52,868,0,0),(2,52,869,0,0),(2,52,870,0,0),(2,52,871,0,0),(2,52,872,0,0),(2,53,873,0,0),(2,53,874,0,0),(2,53,875,0,0),(2,53,876,0,0),(2,53,877,0,0),(2,53,878,0,0),(2,53,879,0,0),(2,53,880,0,0),(2,53,881,0,0),(2,53,882,0,0),(2,53,883,0,0),(2,53,884,0,0),(2,53,885,0,0),(2,53,886,0,0),(2,53,887,0,0),(2,53,888,0,0),(2,54,889,0,0),(2,54,890,0,0),(2,54,891,0,0),(2,54,892,0,0),(2,54,893,0,0),(2,54,894,0,0),(2,54,895,0,0),(2,54,896,0,0),(2,54,897,0,0),(2,54,898,0,0),(2,54,899,0,0),(2,55,900,0,0),(2,55,901,0,0),(2,55,902,0,0),(2,55,903,0,0),(2,55,904,0,0),(2,55,905,0,0),(2,55,906,0,0),(2,55,907,0,0),(2,55,908,0,0),(2,55,909,0,0),(2,55,910,0,0),(2,55,911,0,0),(2,55,912,0,0),(2,55,913,0,0),(2,55,914,0,0),(2,56,915,0,0),(2,56,916,0,0),(2,56,917,0,0),(2,56,918,0,0),(2,56,919,0,0),(2,56,920,0,0),(2,56,921,0,0),(2,56,922,0,0),(2,56,923,0,0),(2,56,924,0,0),(2,56,925,0,0),(2,56,926,0,0),(2,56,927,0,0),(2,56,928,0,0),(2,57,929,0,0),(2,57,930,0,0),(2,57,931,0,0),(2,57,932,0,0),(2,57,933,0,0),(2,57,934,0,0),(2,57,935,0,0),(2,57,936,0,0),(2,57,937,0,0),(2,57,938,0,0),(2,58,939,0,0),(2,58,940,0,0),(2,58,941,0,0),(2,58,942,0,0),(2,58,943,0,0),(2,58,944,0,0),(2,58,945,0,0),(2,58,946,0,0),(2,58,947,0,0),(2,58,948,0,0),(2,58,949,0,0),(2,59,950,0,0),(2,59,951,0,0),(2,59,952,0,0),(2,59,953,0,0),(2,59,954,0,0),(2,59,955,0,0),(2,59,956,0,0),(2,59,957,0,0),(2,59,958,0,0),(2,59,959,0,0),(2,59,960,0,0),(2,59,961,0,0),(2,59,962,0,0),(2,59,963,0,0),(2,59,964,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,29,543,0,0),(3,34,544,0,0),(3,34,545,0,0),(3,34,546,0,0),(3,34,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,34,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,41,594,0,0),(3,41,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,41,602,0,0),(3,41,603,0,0),(3,41,604,0,0),(3,41,605,0,0),(3,41,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,42,623,0,0),(3,42,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,43,636,0,0),(3,43,637,0,0),(3,43,638,0,0),(3,43,639,0,0),(3,43,640,0,0),(3,43,641,0,0),(3,43,642,0,0),(3,43,643,0,0),(3,43,644,0,0),(3,47,645,0,0),(3,47,646,0,0),(3,47,647,0,0),(3,47,648,0,0),(3,47,649,0,0),(3,47,650,0,0),(3,47,651,0,0),(3,47,652,0,0),(3,48,653,0,0),(3,48,654,0,0),(3,48,655,0,0),(3,48,656,0,0),(3,48,657,0,0),(3,48,658,0,0),(3,48,659,0,0),(3,48,660,0,0),(3,48,661,0,0),(3,48,662,0,0),(3,48,663,0,0),(3,48,664,0,0),(3,48,665,0,0),(3,48,666,0,0),(3,48,667,0,0),(3,48,668,0,0),(3,48,669,0,0),(3,48,670,0,0),(3,48,671,0,0),(3,48,672,0,0),(3,48,673,0,0),(3,2,674,0,0),(3,29,675,0,0),(3,23,676,0,0),(3,23,677,0,0),(3,23,678,0,0),(3,23,679,0,0),(3,23,680,0,0),(3,23,681,0,0),(3,23,682,0,0),(3,23,683,0,0),(3,23,684,0,0),(3,22,685,0,0),(3,22,686,0,0),(3,22,687,0,0),(3,22,688,0,0),(3,22,689,0,0),(3,22,690,0,0),(3,22,691,0,0),(3,22,692,0,0),(3,22,693,0,0),(3,21,694,0,0),(3,21,695,0,0),(3,21,696,0,0),(3,21,697,0,0),(3,21,698,0,0),(3,21,699,0,0),(3,21,700,0,0),(3,21,701,0,0),(3,21,702,0,0),(3,20,703,0,0),(3,20,704,0,0),(3,20,705,0,0),(3,20,706,0,0),(3,20,707,0,0),(3,20,708,0,0),(3,20,709,0,0),(3,20,710,0,0),(3,20,711,0,0),(3,29,712,0,0),(3,42,713,0,0),(3,47,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,47,733,0,0),(3,47,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,34,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,47,786,0,0),(3,47,787,0,0),(3,47,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,43,848,0,0),(3,43,849,0,0),(3,29,850,0,0),(3,22,851,0,0),(3,29,852,0,0),(3,52,853,0,0),(3,52,854,0,0),(3,52,855,0,0),(3,52,856,0,0),(3,52,857,0,0),(3,52,858,0,0),(3,52,859,0,0),(3,52,860,0,0),(3,52,861,0,0),(3,52,862,0,0),(3,52,863,0,0),(3,52,864,0,0),(3,52,865,0,0),(3,52,866,0,0),(3,52,867,0,0),(3,52,868,0,0),(3,52,869,0,0),(3,52,870,0,0),(3,52,871,0,0),(3,52,872,0,0),(3,53,873,0,0),(3,53,874,0,0),(3,53,875,0,0),(3,53,876,0,0),(3,53,877,0,0),(3,53,878,0,0),(3,53,879,0,0),(3,53,880,0,0),(3,53,881,0,0),(3,53,882,0,0),(3,53,883,0,0),(3,53,884,0,0),(3,53,885,0,0),(3,53,886,0,0),(3,53,887,0,0),(3,53,888,0,0),(3,54,889,0,0),(3,54,890,0,0),(3,54,891,0,0),(3,54,892,0,0),(3,54,893,0,0),(3,54,894,0,0),(3,54,895,0,0),(3,54,896,0,0),(3,54,897,0,0),(3,54,898,0,0),(3,54,899,0,0),(3,55,900,0,0),(3,55,901,0,0),(3,55,902,0,0),(3,55,903,0,0),(3,55,904,0,0),(3,55,905,0,0),(3,55,906,0,0),(3,55,907,0,0),(3,55,908,0,0),(3,55,909,0,0),(3,55,910,0,0),(3,55,911,0,0),(3,55,912,0,0),(3,55,913,0,0),(3,55,914,0,0),(3,56,915,0,0),(3,56,916,0,0),(3,56,917,0,0),(3,56,918,0,0),(3,56,919,0,0),(3,56,920,0,0),(3,56,921,0,0),(3,56,922,0,0),(3,56,923,0,0),(3,56,924,0,0),(3,56,925,0,0),(3,56,926,0,0),(3,56,927,0,0),(3,56,928,0,0),(3,57,929,0,0),(3,57,930,0,0),(3,57,931,0,0),(3,57,932,0,0),(3,57,933,0,0),(3,57,934,0,0),(3,57,935,0,0),(3,57,936,0,0),(3,57,937,0,0),(3,57,938,0,0),(3,58,939,0,0),(3,58,940,0,0),(3,58,941,0,0),(3,58,942,0,0),(3,58,943,0,0),(3,58,944,0,0),(3,58,945,0,0),(3,58,946,0,0),(3,58,947,0,0),(3,58,948,0,0),(3,58,949,0,0),(3,59,950,0,0),(3,59,951,0,0),(3,59,952,0,0),(3,59,953,0,0),(3,59,954,0,0),(3,59,955,0,0),(3,59,956,0,0),(3,59,957,0,0),(3,59,958,0,0),(3,59,959,0,0),(3,59,960,0,0),(3,59,961,0,0),(3,59,962,0,0),(3,59,963,0,0),(3,59,964,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,29,543,0,0),(4,34,544,0,0),(4,34,545,0,0),(4,34,546,0,0),(4,34,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,34,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,41,594,0,0),(4,41,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,41,602,0,0),(4,41,603,0,0),(4,41,604,0,0),(4,41,605,0,0),(4,41,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,42,623,0,0),(4,42,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,43,636,0,0),(4,43,637,0,0),(4,43,638,0,0),(4,43,639,0,0),(4,43,640,0,0),(4,43,641,0,0),(4,43,642,0,0),(4,43,643,0,0),(4,43,644,0,0),(4,47,645,0,0),(4,47,646,0,0),(4,47,647,0,0),(4,47,648,0,0),(4,47,649,0,0),(4,47,650,0,0),(4,47,651,0,0),(4,47,652,0,0),(4,48,653,0,0),(4,48,654,0,0),(4,48,655,0,0),(4,48,656,0,0),(4,48,657,0,0),(4,48,658,0,0),(4,48,659,0,0),(4,48,660,0,0),(4,48,661,0,0),(4,48,662,0,0),(4,48,663,0,0),(4,48,664,0,0),(4,48,665,0,0),(4,48,666,0,0),(4,48,667,0,0),(4,48,668,0,0),(4,48,669,0,0),(4,48,670,0,0),(4,48,671,0,0),(4,48,672,0,0),(4,48,673,0,0),(4,2,674,0,0),(4,29,675,0,0),(4,23,676,0,0),(4,23,677,0,0),(4,23,678,0,0),(4,23,679,0,0),(4,23,680,0,0),(4,23,681,0,0),(4,23,682,0,0),(4,23,683,0,0),(4,23,684,0,0),(4,22,685,0,0),(4,22,686,0,0),(4,22,687,0,0),(4,22,688,0,0),(4,22,689,0,0),(4,22,690,0,0),(4,22,691,0,0),(4,22,692,0,0),(4,22,693,0,0),(4,21,694,0,0),(4,21,695,0,0),(4,21,696,0,0),(4,21,697,0,0),(4,21,698,0,0),(4,21,699,0,0),(4,21,700,0,0),(4,21,701,0,0),(4,21,702,0,0),(4,20,703,0,0),(4,20,704,0,0),(4,20,705,0,0),(4,20,706,0,0),(4,20,707,0,0),(4,20,708,0,0),(4,20,709,0,0),(4,20,710,0,0),(4,20,711,0,0),(4,29,712,0,0),(4,42,713,0,0),(4,47,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,47,733,0,0),(4,47,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,34,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,47,786,0,0),(4,47,787,0,0),(4,47,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,43,848,0,0),(4,43,849,0,0),(4,29,850,0,0),(4,22,851,0,0),(4,29,852,0,0),(4,52,853,0,0),(4,52,854,0,0),(4,52,855,0,0),(4,52,856,0,0),(4,52,857,0,0),(4,52,858,0,0),(4,52,859,0,0),(4,52,860,0,0),(4,52,861,0,0),(4,52,862,0,0),(4,52,863,0,0),(4,52,864,0,0),(4,52,865,0,0),(4,52,866,0,0),(4,52,867,0,0),(4,52,868,0,0),(4,52,869,0,0),(4,52,870,0,0),(4,52,871,0,0),(4,52,872,0,0),(4,53,873,0,0),(4,53,874,0,0),(4,53,875,0,0),(4,53,876,0,0),(4,53,877,0,0),(4,53,878,0,0),(4,53,879,0,0),(4,53,880,0,0),(4,53,881,0,0),(4,53,882,0,0),(4,53,883,0,0),(4,53,884,0,0),(4,53,885,0,0),(4,53,886,0,0),(4,53,887,0,0),(4,53,888,0,0),(4,54,889,0,0),(4,54,890,0,0),(4,54,891,0,0),(4,54,892,0,0),(4,54,893,0,0),(4,54,894,0,0),(4,54,895,0,0),(4,54,896,0,0),(4,54,897,0,0),(4,54,898,0,0),(4,54,899,0,0),(4,55,900,0,0),(4,55,901,0,0),(4,55,902,0,0),(4,55,903,0,0),(4,55,904,0,0),(4,55,905,0,0),(4,55,906,0,0),(4,55,907,0,0),(4,55,908,0,0),(4,55,909,0,0),(4,55,910,0,0),(4,55,911,0,0),(4,55,912,0,0),(4,55,913,0,0),(4,55,914,0,0),(4,56,915,0,0),(4,56,916,0,0),(4,56,917,0,0),(4,56,918,0,0),(4,56,919,0,0),(4,56,920,0,0),(4,56,921,0,0),(4,56,922,0,0),(4,56,923,0,0),(4,56,924,0,0),(4,56,925,0,0),(4,56,926,0,0),(4,56,927,0,0),(4,56,928,0,0),(4,57,929,0,0),(4,57,930,0,0),(4,57,931,0,0),(4,57,932,0,0),(4,57,933,0,0),(4,57,934,0,0),(4,57,935,0,0),(4,57,936,0,0),(4,57,937,0,0),(4,57,938,0,0),(4,58,939,0,0),(4,58,940,0,0),(4,58,941,0,0),(4,58,942,0,0),(4,58,943,0,0),(4,58,944,0,0),(4,58,945,0,0),(4,58,946,0,0),(4,58,947,0,0),(4,58,948,0,0),(4,58,949,0,0),(4,59,950,0,0),(4,59,951,0,0),(4,59,952,0,0),(4,59,953,0,0),(4,59,954,0,0),(4,59,955,0,0),(4,59,956,0,0),(4,59,957,0,0),(4,59,958,0,0),(4,59,959,0,0),(4,59,960,0,0),(4,59,961,0,0),(4,59,962,0,0),(4,59,963,0,0),(4,59,964,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);
/*!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,47,0,0),(1,47,1,0),(1,47,2,0),(1,47,3,0),(1,47,4,0),(1,47,7,0),(1,48,0,0),(1,48,1,0),(1,48,2,0),(1,48,3,0),(1,48,4,0),(1,48,7,0),(1,52,0,0),(1,52,1,0),(1,52,2,0),(1,52,3,0),(1,52,4,0),(1,52,7,0),(1,53,0,0),(1,53,1,0),(1,53,2,0),(1,53,3,0),(1,53,4,0),(1,53,7,0),(1,54,0,0),(1,54,1,0),(1,54,2,0),(1,54,3,0),(1,54,4,0),(1,54,7,0),(1,55,0,0),(1,55,1,0),(1,55,2,0),(1,55,3,0),(1,55,4,0),(1,55,7,0),(1,56,0,0),(1,56,1,0),(1,56,2,0),(1,56,3,0),(1,56,4,0),(1,56,7,0),(1,57,0,0),(1,57,1,0),(1,57,2,0),(1,57,3,0),(1,57,4,0),(1,57,7,0),(1,58,0,0),(1,58,1,0),(1,58,2,0),(1,58,3,0),(1,58,4,0),(1,58,7,0),(1,59,0,0),(1,59,1,0),(1,59,2,0),(1,59,3,0),(1,59,4,0),(1,59,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,47,0,0),(2,47,1,0),(2,47,2,0),(2,47,3,0),(2,47,4,0),(2,47,7,0),(2,48,0,0),(2,48,1,0),(2,48,2,0),(2,48,3,0),(2,48,4,0),(2,48,7,0),(2,52,0,0),(2,52,1,0),(2,52,2,0),(2,52,3,0),(2,52,4,0),(2,52,7,0),(2,53,0,0),(2,53,1,0),(2,53,2,0),(2,53,3,0),(2,53,4,0),(2,53,7,0),(2,54,0,0),(2,54,1,0),(2,54,2,0),(2,54,3,0),(2,54,4,0),(2,54,7,0),(2,55,0,0),(2,55,1,0),(2,55,2,0),(2,55,3,0),(2,55,4,0),(2,55,7,0),(2,56,0,0),(2,56,1,0),(2,56,2,0),(2,56,3,0),(2,56,4,0),(2,56,7,0),(2,57,0,0),(2,57,1,0),(2,57,2,0),(2,57,3,0),(2,57,4,0),(2,57,7,0),(2,58,0,0),(2,58,1,0),(2,58,2,0),(2,58,3,0),(2,58,4,0),(2,58,7,0),(2,59,0,0),(2,59,1,0),(2,59,2,0),(2,59,3,0),(2,59,4,0),(2,59,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,47,0,0),(3,47,1,0),(3,47,2,0),(3,47,3,0),(3,47,4,0),(3,47,7,0),(3,48,0,0),(3,48,1,0),(3,48,2,0),(3,48,3,0),(3,48,4,0),(3,48,7,0),(3,52,0,0),(3,52,1,0),(3,52,2,0),(3,52,3,0),(3,52,4,0),(3,52,7,0),(3,53,0,0),(3,53,1,0),(3,53,2,0),(3,53,3,0),(3,53,4,0),(3,53,7,0),(3,54,0,0),(3,54,1,0),(3,54,2,0),(3,54,3,0),(3,54,4,0),(3,54,7,0),(3,55,0,0),(3,55,1,0),(3,55,2,0),(3,55,3,0),(3,55,4,0),(3,55,7,0),(3,56,0,0),(3,56,1,0),(3,56,2,0),(3,56,3,0),(3,56,4,0),(3,56,7,0),(3,57,0,0),(3,57,1,0),(3,57,2,0),(3,57,3,0),(3,57,4,0),(3,57,7,0),(3,58,0,0),(3,58,1,0),(3,58,2,0),(3,58,3,0),(3,58,4,0),(3,58,7,0),(3,59,0,0),(3,59,1,0),(3,59,2,0),(3,59,3,0),(3,59,4,0),(3,59,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,47,0,0),(4,47,1,0),(4,47,2,0),(4,47,3,0),(4,47,4,0),(4,47,7,0),(4,48,0,0),(4,48,1,0),(4,48,2,0),(4,48,3,0),(4,48,4,0),(4,48,7,0),(4,52,0,0),(4,52,1,0),(4,52,2,0),(4,52,3,0),(4,52,4,0),(4,52,7,0),(4,53,0,0),(4,53,1,0),(4,53,2,0),(4,53,3,0),(4,53,4,0),(4,53,7,0),(4,54,0,0),(4,54,1,0),(4,54,2,0),(4,54,3,0),(4,54,4,0),(4,54,7,0),(4,55,0,0),(4,55,1,0),(4,55,2,0),(4,55,3,0),(4,55,4,0),(4,55,7,0),(4,56,0,0),(4,56,1,0),(4,56,2,0),(4,56,3,0),(4,56,4,0),(4,56,7,0),(4,57,0,0),(4,57,1,0),(4,57,2,0),(4,57,3,0),(4,57,4,0),(4,57,7,0),(4,58,0,0),(4,58,1,0),(4,58,2,0),(4,58,3,0),(4,58,4,0),(4,58,7,0),(4,59,0,0),(4,59,1,0),(4,59,2,0),(4,59,3,0),(4,59,4,0),(4,59,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),(1,52,0),(2,52,0),(3,52,0),(4,52,0),(1,53,0),(2,53,0),(3,53,0),(4,53,0),(1,54,0),(2,54,0),(3,54,0),(4,54,0),(1,55,0),(2,55,0),(3,55,0),(4,55,0),(1,56,0),(2,56,0),(3,56,0),(4,56,0),(1,57,0),(2,57,0),(3,57,0),(4,57,0),(1,58,0),(2,58,0),(3,58,0),(4,58,0),(1,59,0),(2,59,0),(3,59,0),(4,59,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,11,0),(1,32,12,0),(1,34,5,0),(1,34,6,0),(1,34,10,0),(1,36,5,0),(1,36,6,0),(1,36,10,0),(1,41,5,1),(1,41,6,1),(1,41,10,1),(1,42,5,0),(1,42,6,0),(1,42,10,0),(1,43,5,0),(1,43,6,0),(1,43,10,0),(1,52,5,0),(1,52,6,0),(1,52,8,0),(1,52,10,0),(1,53,5,0),(1,53,6,0),(1,53,8,0),(1,54,5,0),(1,54,6,0),(1,54,8,0),(1,54,10,0),(1,55,5,0),(1,55,6,0),(1,55,8,0),(1,56,5,0),(1,56,6,0),(1,56,8,0),(1,56,10,0),(1,57,5,0),(1,57,6,0),(1,57,8,0),(1,58,5,0),(1,58,6,0),(1,58,8,0),(1,59,5,0),(1,59,6,0),(1,59,8,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,11,0),(2,32,12,0),(2,34,5,0),(2,34,6,0),(2,34,10,0),(2,36,5,0),(2,36,6,0),(2,36,10,0),(2,41,5,1),(2,41,6,1),(2,41,10,1),(2,42,5,0),(2,42,6,0),(2,42,10,0),(2,43,5,0),(2,43,6,0),(2,43,10,0),(2,52,5,0),(2,52,6,0),(2,52,8,0),(2,52,10,0),(2,53,5,0),(2,53,6,0),(2,53,8,0),(2,54,5,0),(2,54,6,0),(2,54,8,0),(2,54,10,0),(2,55,5,0),(2,55,6,0),(2,55,8,0),(2,56,5,0),(2,56,6,0),(2,56,8,0),(2,56,10,0),(2,57,5,0),(2,57,6,0),(2,57,8,0),(2,58,5,0),(2,58,6,0),(2,58,8,0),(2,59,5,0),(2,59,6,0),(2,59,8,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,11,0),(3,32,12,0),(3,34,5,0),(3,34,6,0),(3,34,10,0),(3,36,5,0),(3,36,6,0),(3,36,10,0),(3,41,5,1),(3,41,6,1),(3,41,10,1),(3,42,5,0),(3,42,6,0),(3,42,10,0),(3,43,5,0),(3,43,6,0),(3,43,10,0),(3,52,5,0),(3,52,6,0),(3,52,8,0),(3,52,10,0),(3,53,5,0),(3,53,6,0),(3,53,8,0),(3,54,5,0),(3,54,6,0),(3,54,8,0),(3,54,10,0),(3,55,5,0),(3,55,6,0),(3,55,8,0),(3,56,5,0),(3,56,6,0),(3,56,8,0),(3,56,10,0),(3,57,5,0),(3,57,6,0),(3,57,8,0),(3,58,5,0),(3,58,6,0),(3,58,8,0),(3,59,5,0),(3,59,6,0),(3,59,8,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,11,0),(4,32,12,0),(4,34,5,0),(4,34,6,0),(4,34,10,0),(4,36,5,0),(4,36,6,0),(4,36,10,0),(4,41,5,1),(4,41,6,1),(4,41,10,1),(4,42,5,0),(4,42,6,0),(4,42,10,0),(4,43,5,0),(4,43,6,0),(4,43,10,0),(4,52,5,0),(4,52,6,0),(4,52,8,0),(4,52,10,0),(4,53,5,0),(4,53,6,0),(4,53,8,0),(4,54,5,0),(4,54,6,0),(4,54,8,0),(4,54,10,0),(4,55,5,0),(4,55,6,0),(4,55,8,0),(4,56,5,0),(4,56,6,0),(4,56,8,0),(4,56,10,0),(4,57,5,0),(4,57,6,0),(4,57,8,0),(4,58,5,0),(4,58,6,0),(4,58,8,0),(4,59,5,0),(4,59,6,0),(4,59,8,0);
/*!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 (4);
/*!40000 ALTER TABLE `vtiger_profile_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_progress`
--

DROP TABLE IF EXISTS `vtiger_progress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,276,2,NULL),(3,'20%',1,277,3,NULL),(4,'30%',1,278,4,NULL),(5,'40%',1,279,5,NULL),(6,'50%',1,280,6,NULL),(7,'60%',1,281,7,NULL),(8,'70%',1,282,8,NULL),(9,'80%',1,283,9,NULL),(10,'90%',1,284,10,NULL),(11,'100%',1,285,11,NULL);
/*!40000 ALTER TABLE `vtiger_progress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_progress_seq`
--

DROP TABLE IF EXISTS `vtiger_progress_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,236,2,NULL),(3,'operative',1,237,3,NULL),(4,'other',1,238,4,NULL);
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projectmilestonetype_seq`
--

DROP TABLE IF EXISTS `vtiger_projectmilestonetype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,272,2,NULL),(3,'normal',1,273,3,NULL),(4,'high',1,274,4,NULL);
/*!40000 ALTER TABLE `vtiger_projectpriority` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projectpriority_seq`
--

DROP TABLE IF EXISTS `vtiger_projectpriority_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,259,2,NULL),(3,'initiated',1,260,3,NULL),(4,'in progress',1,261,4,NULL),(5,'waiting for feedback',1,262,5,NULL),(6,'on hold',1,263,6,NULL),(7,'completed',1,264,7,NULL),(8,'delivered',1,265,8,NULL),(9,'archived',1,266,9,NULL);
/*!40000 ALTER TABLE `vtiger_projectstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projectstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_projectstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,244,2,NULL),(3,'normal',1,245,3,NULL),(4,'high',1,246,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projecttaskpriority_seq`
--

DROP TABLE IF EXISTS `vtiger_projecttaskpriority_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,248,2,NULL),(3,'20%',1,249,3,NULL),(4,'30%',1,250,4,NULL),(5,'40%',1,251,5,NULL),(6,'50%',1,252,6,NULL),(7,'60%',1,253,7,NULL),(8,'70%',1,254,8,NULL),(9,'80%',1,255,9,NULL),(10,'90%',1,256,10,NULL),(11,'100%',1,257,11,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projecttaskprogress_seq`
--

DROP TABLE IF EXISTS `vtiger_projecttaskprogress_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,240,2,NULL),(3,'operative',1,241,3,NULL),(4,'other',1,242,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttasktype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projecttasktype_seq`
--

DROP TABLE IF EXISTS `vtiger_projecttasktype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,268,2,NULL),(3,'operative',1,269,3,NULL),(4,'other',1,270,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projecttype_seq`
--

DROP TABLE IF EXISTS `vtiger_projecttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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_pushnotificationstatus`
--

DROP TABLE IF EXISTS `vtiger_pushnotificationstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pushnotificationstatus` (
  `pushnotificationstatusid` int NOT NULL AUTO_INCREMENT,
  `pushnotificationstatus` 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 (`pushnotificationstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pushnotificationstatus`
--

LOCK TABLES `vtiger_pushnotificationstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_pushnotificationstatus` DISABLE KEYS */;
INSERT INTO `vtiger_pushnotificationstatus` VALUES (1,'Draft',1,319,1,NULL),(2,'Send',1,320,2,NULL),(3,'Failed',1,321,3,NULL);
/*!40000 ALTER TABLE `vtiger_pushnotificationstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_pushnotificationstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_pushnotificationstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_pushnotificationstatus_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_pushnotificationstatus_seq`
--

LOCK TABLES `vtiger_pushnotificationstatus_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_pushnotificationstatus_seq` DISABLE KEYS */;
INSERT INTO `vtiger_pushnotificationstatus_seq` VALUES (3);
/*!40000 ALTER TABLE `vtiger_pushnotificationstatus_seq` 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,4,32,'get_dependents_list',14,'PBXManager',0,'',535,NULL,'1:N'),(91,7,32,'get_dependents_list',8,'PBXManager',0,'',535,NULL,'1:N'),(92,6,32,'get_dependents_list',15,'PBXManager',0,'',535,NULL,'1:N'),(93,34,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(94,34,20,'get_quotes',2,'Quotes',0,'ADD',703,NULL,'1:N'),(95,34,21,'get_purchase_orders',3,'Purchase Order',0,'ADD',694,NULL,'1:N'),(96,34,22,'get_salesorder',4,'Sales Order',0,'ADD',685,NULL,'1:N'),(97,34,23,'get_invoices',5,'Invoice',0,'ADD',676,NULL,'1:N'),(98,34,19,'get_service_pricebooks',6,'PriceBooks',0,'ADD',NULL,NULL,'N:N'),(99,34,7,'get_related_list',7,'Leads',0,'SELECT',NULL,NULL,'N:N'),(100,34,6,'get_related_list',8,'Accounts',0,'SELECT',NULL,NULL,'N:N'),(101,34,4,'get_related_list',9,'Contacts',0,'SELECT',NULL,NULL,'N:N'),(102,34,2,'get_related_list',10,'Potentials',0,'SELECT',NULL,NULL,'N:N'),(103,34,8,'get_attachments',11,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(104,13,34,'get_related_list',6,'Services',0,'SELECT',NULL,NULL,'N:N'),(105,7,34,'get_related_list',9,'Services',0,'SELECT',NULL,NULL,'N:N'),(106,6,34,'get_related_list',16,'Services',0,'SELECT',NULL,NULL,'N:N'),(107,4,34,'get_related_list',15,'Services',0,'SELECT',NULL,NULL,'N:N'),(108,2,34,'get_related_list',10,'Services',0,'SELECT',NULL,NULL,'N:N'),(109,19,34,'get_pricebook_services',3,'Services',0,'SELECT',NULL,NULL,'N: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,38,6,'get_related_list',1,'Accounts',0,' ',NULL,NULL,'N:N'),(116,38,4,'get_related_list',2,'Contacts',0,' ',NULL,NULL,'N:N'),(117,38,7,'get_related_list',3,'Leads',0,' ',NULL,NULL,'N:N'),(124,6,43,'get_merged_list',18,'Projects',0,'add',631,NULL,'1:N'),(125,4,43,'get_dependents_list',17,'Projects',0,'add',631,NULL,'1:N'),(126,13,43,'get_related_list',8,'Projects',0,'SELECT',NULL,NULL,'N:N'),(127,7,47,'get_comments',10,'ModComments',0,'',649,NULL,'1:N'),(128,4,47,'get_comments',18,'ModComments',0,'',649,NULL,'1:N'),(129,6,47,'get_comments',19,'ModComments',0,'',649,NULL,'1:N'),(130,2,47,'get_comments',11,'ModComments',0,'',649,NULL,'1:N'),(133,48,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(134,48,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(135,6,48,'get_merged_list',20,'Assets',0,'ADD',665,NULL,'1:N'),(136,14,48,'get_dependents_list',15,'Assets',0,'ADD',654,NULL,'1:N'),(137,23,48,'get_dependents_list',5,'Assets',0,'ADD',660,NULL,'1:N'),(138,42,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(139,42,47,'get_comments',3,'ModComments',0,'',649,NULL,'1:N'),(140,43,42,'get_dependents_list',2,'Project Tasks',0,'ADD',610,NULL,'1:N'),(141,43,41,'get_dependents_list',3,'Project Milestones',0,'ADD',596,NULL,'1:N'),(142,43,8,'get_attachments',4,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(143,43,13,'get_related_list',5,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(144,43,0,'get_gantt_chart',6,'Charts',0,'',NULL,NULL,'N:N'),(145,43,47,'get_comments',7,'ModComments',0,'',649,NULL,'1:N'),(146,13,47,'get_comments',9,'ModComments',0,'',649,NULL,'1:N'),(147,15,47,'get_comments',3,'ModComments',0,'',649,NULL,'1:N'),(148,4,48,'get_dependents_list',19,'Assets',0,'ADD',666,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,34,'get_related_list',6,'Services',0,'1',NULL,NULL,'N:N'),(157,8,43,'get_related_list',7,'Project',0,'1',NULL,NULL,'N:N'),(158,8,48,'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,43,10,'get_emails',8,'Emails',0,'ADD',NULL,NULL,'N:N'),(167,42,10,'get_emails',4,'Emails',0,'ADD',NULL,NULL,'N:N'),(168,43,9,'get_related_list',9,'Activities',0,'ADD',NULL,NULL,'N:N'),(169,43,20,'get_related_list',10,'Quotes',0,'SELECT',NULL,NULL,'N:N'),(170,14,21,'get_purchase_orders',16,'PurchaseOrder',0,'ADD',NULL,NULL,'N:N'),(171,2,10,'get_emails',13,'Emails',0,'ADD',NULL,NULL,'N:N'),(172,13,10,'get_emails',10,'Emails',0,'ADD',NULL,NULL,'N:N');
/*!40000 ALTER TABLE `vtiger_relatedlists` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_relatedlists_rb`
--

DROP TABLE IF EXISTS `vtiger_relatedlists_rb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 */;
/*!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 (172);
/*!40000 ALTER TABLE `vtiger_relatedlists_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_relcriteria`
--

DROP TABLE IF EXISTS `vtiger_relcriteria`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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');
/*!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');
/*!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 */;
/*!40000 ALTER TABLE `vtiger_reporttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_role`
--

DROP TABLE IF EXISTS `vtiger_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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),('H2','CEO','H1::H2',1,1),('H3','Vice President','H1::H2::H3',2,1),('H4','Sales Manager','H1::H2::H3::H4',3,1),('H5','Sales Person','H1::H2::H3::H4::H5',4,1);
/*!40000 ALTER TABLE `vtiger_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_role2picklist`
--

DROP TABLE IF EXISTS `vtiger_role2picklist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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,37,3),('H1',238,37,4),('H1',239,38,1),('H1',240,38,2),('H1',241,38,3),('H1',242,38,4),('H1',243,39,1),('H1',244,39,2),('H1',245,39,3),('H1',246,39,4),('H1',247,40,1),('H1',248,40,2),('H1',249,40,3),('H1',250,40,4),('H1',251,40,5),('H1',252,40,6),('H1',253,40,7),('H1',254,40,8),('H1',255,40,9),('H1',256,40,10),('H1',257,40,11),('H1',258,41,1),('H1',259,41,2),('H1',260,41,3),('H1',261,41,4),('H1',262,41,5),('H1',263,41,6),('H1',264,41,7),('H1',265,41,8),('H1',266,41,9),('H1',267,42,1),('H1',268,42,2),('H1',269,42,3),('H1',270,42,4),('H1',271,43,1),('H1',272,43,2),('H1',273,43,3),('H1',274,43,4),('H1',275,44,1),('H1',276,44,2),('H1',277,44,3),('H1',278,44,4),('H1',279,44,5),('H1',280,44,6),('H1',281,44,7),('H1',282,44,8),('H1',283,44,9),('H1',284,44,10),('H1',285,44,11),('H1',286,45,1),('H1',287,45,2),('H1',288,12,1),('H1',289,46,1),('H1',290,46,2),('H1',291,46,3),('H1',292,46,4),('H1',293,46,5),('H1',294,46,6),('H1',295,2,1),('H1',296,47,1),('H1',297,47,2),('H1',298,47,3),('H1',299,48,1),('H1',300,48,2),('H1',303,49,1),('H1',304,49,2),('H1',305,50,1),('H1',306,50,2),('H1',307,51,1),('H1',308,51,2),('H1',309,51,3),('H1',310,51,4),('H1',311,52,1),('H1',312,52,2),('H1',313,53,1),('H1',314,53,2),('H1',315,54,1),('H1',316,54,2),('H1',317,55,1),('H1',318,55,2),('H1',319,56,1),('H1',320,56,2),('H1',321,56,3),('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,37,3),('H2',238,37,4),('H2',239,38,1),('H2',240,38,2),('H2',241,38,3),('H2',242,38,4),('H2',243,39,1),('H2',244,39,2),('H2',245,39,3),('H2',246,39,4),('H2',247,40,1),('H2',248,40,2),('H2',249,40,3),('H2',250,40,4),('H2',251,40,5),('H2',252,40,6),('H2',253,40,7),('H2',254,40,8),('H2',255,40,9),('H2',256,40,10),('H2',257,40,11),('H2',258,41,1),('H2',259,41,2),('H2',260,41,3),('H2',261,41,4),('H2',262,41,5),('H2',263,41,6),('H2',264,41,7),('H2',265,41,8),('H2',266,41,9),('H2',267,42,1),('H2',268,42,2),('H2',269,42,3),('H2',270,42,4),('H2',271,43,1),('H2',272,43,2),('H2',273,43,3),('H2',274,43,4),('H2',275,44,1),('H2',276,44,2),('H2',277,44,3),('H2',278,44,4),('H2',279,44,5),('H2',280,44,6),('H2',281,44,7),('H2',282,44,8),('H2',283,44,9),('H2',284,44,10),('H2',285,44,11),('H2',286,45,1),('H2',287,45,2),('H2',288,12,1),('H2',289,46,1),('H2',290,46,2),('H2',291,46,3),('H2',292,46,4),('H2',293,46,5),('H2',294,46,6),('H2',295,2,1),('H2',296,47,1),('H2',297,47,2),('H2',298,47,3),('H2',299,48,1),('H2',300,48,2),('H2',303,49,1),('H2',304,49,2),('H2',305,50,1),('H2',306,50,2),('H2',307,51,1),('H2',308,51,2),('H2',309,51,3),('H2',310,51,4),('H2',311,52,1),('H2',312,52,2),('H2',313,53,1),('H2',314,53,2),('H2',315,54,1),('H2',316,54,2),('H2',317,55,1),('H2',318,55,2),('H2',319,56,1),('H2',320,56,2),('H2',321,56,3),('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,37,3),('H3',238,37,4),('H3',239,38,1),('H3',240,38,2),('H3',241,38,3),('H3',242,38,4),('H3',243,39,1),('H3',244,39,2),('H3',245,39,3),('H3',246,39,4),('H3',247,40,1),('H3',248,40,2),('H3',249,40,3),('H3',250,40,4),('H3',251,40,5),('H3',252,40,6),('H3',253,40,7),('H3',254,40,8),('H3',255,40,9),('H3',256,40,10),('H3',257,40,11),('H3',258,41,1),('H3',259,41,2),('H3',260,41,3),('H3',261,41,4),('H3',262,41,5),('H3',263,41,6),('H3',264,41,7),('H3',265,41,8),('H3',266,41,9),('H3',267,42,1),('H3',268,42,2),('H3',269,42,3),('H3',270,42,4),('H3',271,43,1),('H3',272,43,2),('H3',273,43,3),('H3',274,43,4),('H3',275,44,1),('H3',276,44,2),('H3',277,44,3),('H3',278,44,4),('H3',279,44,5),('H3',280,44,6),('H3',281,44,7),('H3',282,44,8),('H3',283,44,9),('H3',284,44,10),('H3',285,44,11),('H3',286,45,1),('H3',287,45,2),('H3',288,12,1),('H3',289,46,1),('H3',290,46,2),('H3',291,46,3),('H3',292,46,4),('H3',293,46,5),('H3',294,46,6),('H3',295,2,1),('H3',296,47,1),('H3',297,47,2),('H3',298,47,3),('H3',299,48,1),('H3',300,48,2),('H3',303,49,1),('H3',304,49,2),('H3',305,50,1),('H3',306,50,2),('H3',307,51,1),('H3',308,51,2),('H3',309,51,3),('H3',310,51,4),('H3',311,52,1),('H3',312,52,2),('H3',313,53,1),('H3',314,53,2),('H3',315,54,1),('H3',316,54,2),('H3',317,55,1),('H3',318,55,2),('H3',319,56,1),('H3',320,56,2),('H3',321,56,3),('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,37,3),('H4',238,37,4),('H4',239,38,1),('H4',240,38,2),('H4',241,38,3),('H4',242,38,4),('H4',243,39,1),('H4',244,39,2),('H4',245,39,3),('H4',246,39,4),('H4',247,40,1),('H4',248,40,2),('H4',249,40,3),('H4',250,40,4),('H4',251,40,5),('H4',252,40,6),('H4',253,40,7),('H4',254,40,8),('H4',255,40,9),('H4',256,40,10),('H4',257,40,11),('H4',258,41,1),('H4',259,41,2),('H4',260,41,3),('H4',261,41,4),('H4',262,41,5),('H4',263,41,6),('H4',264,41,7),('H4',265,41,8),('H4',266,41,9),('H4',267,42,1),('H4',268,42,2),('H4',269,42,3),('H4',270,42,4),('H4',271,43,1),('H4',272,43,2),('H4',273,43,3),('H4',274,43,4),('H4',275,44,1),('H4',276,44,2),('H4',277,44,3),('H4',278,44,4),('H4',279,44,5),('H4',280,44,6),('H4',281,44,7),('H4',282,44,8),('H4',283,44,9),('H4',284,44,10),('H4',285,44,11),('H4',286,45,1),('H4',287,45,2),('H4',288,12,1),('H4',289,46,1),('H4',290,46,2),('H4',291,46,3),('H4',292,46,4),('H4',293,46,5),('H4',294,46,6),('H4',295,2,1),('H4',296,47,1),('H4',297,47,2),('H4',298,47,3),('H4',299,48,1),('H4',300,48,2),('H4',303,49,1),('H4',304,49,2),('H4',305,50,1),('H4',306,50,2),('H4',307,51,1),('H4',308,51,2),('H4',309,51,3),('H4',310,51,4),('H4',311,52,1),('H4',312,52,2),('H4',313,53,1),('H4',314,53,2),('H4',315,54,1),('H4',316,54,2),('H4',317,55,1),('H4',318,55,2),('H4',319,56,1),('H4',320,56,2),('H4',321,56,3),('H5',1,1,0),('H5',2,1,1),('H5',3,1,2),('H5',4,1,3),('H5',5,1,4),('H5',6,1,5),('H5',7,1,6),('H5',8,1,7),('H5',9,1,8),('H5',10,1,9),('H5',11,1,10),('H5',12,2,0),('H5',13,2,1),('H5',14,3,0),('H5',15,3,1),('H5',16,3,2),('H5',17,3,3),('H5',18,3,4),('H5',19,3,5),('H5',20,4,0),('H5',21,4,1),('H5',22,4,2),('H5',23,4,3),('H5',24,4,4),('H5',25,4,5),('H5',26,4,6),('H5',27,4,7),('H5',28,4,8),('H5',29,4,9),('H5',30,4,10),('H5',31,4,11),('H5',32,4,12),('H5',33,5,0),('H5',34,5,1),('H5',35,5,2),('H5',36,5,3),('H5',37,5,4),('H5',38,6,0),('H5',39,6,1),('H5',40,6,2),('H5',41,7,0),('H5',42,7,1),('H5',43,7,2),('H5',44,7,3),('H5',45,7,4),('H5',46,8,0),('H5',47,9,0),('H5',48,9,1),('H5',49,9,2),('H5',50,9,3),('H5',51,10,0),('H5',52,10,1),('H5',53,10,2),('H5',54,10,3),('H5',55,10,4),('H5',56,10,5),('H5',57,10,6),('H5',58,10,7),('H5',59,10,8),('H5',60,11,0),('H5',61,11,1),('H5',62,11,2),('H5',63,11,3),('H5',64,11,4),('H5',65,11,5),('H5',66,11,6),('H5',67,11,7),('H5',68,11,8),('H5',69,11,9),('H5',70,11,10),('H5',71,11,11),('H5',72,11,12),('H5',73,11,13),('H5',74,11,14),('H5',75,11,15),('H5',76,11,16),('H5',77,11,17),('H5',78,11,18),('H5',79,11,19),('H5',80,11,20),('H5',81,11,21),('H5',82,11,22),('H5',83,11,23),('H5',84,11,24),('H5',85,11,25),('H5',86,11,26),('H5',87,11,27),('H5',88,11,28),('H5',89,11,29),('H5',90,11,30),('H5',91,11,31),('H5',92,12,0),('H5',93,12,1),('H5',94,12,2),('H5',95,12,3),('H5',96,12,4),('H5',97,12,5),('H5',98,13,0),('H5',99,13,1),('H5',100,13,2),('H5',101,13,3),('H5',102,13,4),('H5',103,13,5),('H5',104,13,6),('H5',105,13,7),('H5',106,13,8),('H5',107,13,9),('H5',108,13,10),('H5',109,13,11),('H5',110,13,12),('H5',111,14,0),('H5',112,14,1),('H5',113,14,2),('H5',114,14,3),('H5',115,14,4),('H5',116,14,5),('H5',117,14,6),('H5',118,14,7),('H5',119,14,8),('H5',120,14,9),('H5',121,14,10),('H5',122,14,11),('H5',123,15,0),('H5',124,15,1),('H5',125,15,2),('H5',126,15,3),('H5',127,16,0),('H5',128,16,1),('H5',129,16,2),('H5',130,17,0),('H5',131,17,1),('H5',132,17,2),('H5',133,17,3),('H5',134,17,4),('H5',135,18,0),('H5',136,18,1),('H5',137,18,2),('H5',138,18,3),('H5',139,19,0),('H5',140,19,1),('H5',141,19,2),('H5',142,19,3),('H5',143,19,4),('H5',144,20,0),('H5',145,20,1),('H5',146,20,2),('H5',147,20,3),('H5',148,20,4),('H5',149,20,5),('H5',150,21,0),('H5',151,21,1),('H5',152,21,2),('H5',153,21,3),('H5',154,21,4),('H5',155,21,5),('H5',156,21,6),('H5',157,21,7),('H5',158,21,8),('H5',159,21,9),('H5',160,22,0),('H5',161,22,1),('H5',162,22,2),('H5',163,22,3),('H5',164,22,4),('H5',165,22,5),('H5',166,23,0),('H5',167,23,1),('H5',168,23,2),('H5',169,23,3),('H5',170,24,0),('H5',171,24,1),('H5',172,24,2),('H5',173,25,0),('H5',174,25,1),('H5',175,25,2),('H5',176,25,3),('H5',177,25,4),('H5',178,25,5),('H5',179,26,0),('H5',180,26,1),('H5',181,26,2),('H5',182,27,0),('H5',183,27,1),('H5',184,27,2),('H5',185,27,3),('H5',186,28,0),('H5',187,28,1),('H5',188,28,2),('H5',189,28,3),('H5',190,29,0),('H5',191,29,1),('H5',192,29,2),('H5',193,29,3),('H5',194,30,0),('H5',195,30,1),('H5',196,30,2),('H5',197,30,3),('H5',198,30,4),('H5',199,30,5),('H5',200,30,6),('H5',201,30,7),('H5',202,30,8),('H5',203,30,9),('H5',204,30,10),('H5',205,30,11),('H5',206,30,12),('H5',207,30,13),('H5',208,30,14),('H5',209,30,15),('H5',210,31,1),('H5',211,31,2),('H5',212,31,3),('H5',213,32,1),('H5',214,32,2),('H5',215,32,3),('H5',216,32,4),('H5',217,32,5),('H5',218,32,6),('H5',219,33,1),('H5',220,33,2),('H5',221,33,3),('H5',222,33,4),('H5',223,34,1),('H5',224,34,2),('H5',225,34,3),('H5',226,34,4),('H5',227,34,5),('H5',228,34,6),('H5',229,35,1),('H5',230,35,2),('H5',231,35,3),('H5',232,36,1),('H5',233,36,2),('H5',234,36,3),('H5',235,37,1),('H5',236,37,2),('H5',237,37,3),('H5',238,37,4),('H5',239,38,1),('H5',240,38,2),('H5',241,38,3),('H5',242,38,4),('H5',243,39,1),('H5',244,39,2),('H5',245,39,3),('H5',246,39,4),('H5',247,40,1),('H5',248,40,2),('H5',249,40,3),('H5',250,40,4),('H5',251,40,5),('H5',252,40,6),('H5',253,40,7),('H5',254,40,8),('H5',255,40,9),('H5',256,40,10),('H5',257,40,11),('H5',258,41,1),('H5',259,41,2),('H5',260,41,3),('H5',261,41,4),('H5',262,41,5),('H5',263,41,6),('H5',264,41,7),('H5',265,41,8),('H5',266,41,9),('H5',267,42,1),('H5',268,42,2),('H5',269,42,3),('H5',270,42,4),('H5',271,43,1),('H5',272,43,2),('H5',273,43,3),('H5',274,43,4),('H5',275,44,1),('H5',276,44,2),('H5',277,44,3),('H5',278,44,4),('H5',279,44,5),('H5',280,44,6),('H5',281,44,7),('H5',282,44,8),('H5',283,44,9),('H5',284,44,10),('H5',285,44,11),('H5',286,45,1),('H5',287,45,2),('H5',288,12,1),('H5',289,46,1),('H5',290,46,2),('H5',291,46,3),('H5',292,46,4),('H5',293,46,5),('H5',294,46,6),('H5',295,2,1),('H5',296,47,1),('H5',297,47,2),('H5',298,47,3),('H5',299,48,1),('H5',300,48,2),('H5',303,49,1),('H5',304,49,2),('H5',305,50,1),('H5',306,50,2),('H5',307,51,1),('H5',308,51,2),('H5',309,51,3),('H5',310,51,4),('H5',311,52,1),('H5',312,52,2),('H5',313,53,1),('H5',314,53,2),('H5',315,54,1),('H5',316,54,2),('H5',317,55,1),('H5',318,55,2),('H5',319,56,1),('H5',320,56,2),('H5',321,56,3);
/*!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 ('H2',1),('H3',2),('H4',2),('H5',2);
/*!40000 ALTER TABLE `vtiger_role2profile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_role_seq`
--

DROP TABLE IF EXISTS `vtiger_role_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 (5);
/*!40000 ALTER TABLE `vtiger_role_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_rollupcomments_settings`
--

DROP TABLE IF EXISTS `vtiger_rollupcomments_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 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 */;
/*!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,4);
/*!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 */;
INSERT INTO `vtiger_seactivityrel` VALUES (2,4);
/*!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 */;
/*!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);
/*!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 (25);
/*!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 */;
/*!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,6,'LBL_PBXMANAGER','','PBXManager module Configuration','index.php?module=PBXManager&parent=Settings&view=Index',2,0,0),(29,4,'ModTracker','set-IcoLoginHistory.gif','LBL_MODTRACKER_DESCRIPTION','index.php?module=ModTracker&action=BasicSettings&parenttab=Settings&formodule=ModTracker',9,0,0),(30,7,'Webforms','modules/Webforms/img/Webform.png','LBL_WEBFORMS_DESCRIPTION','index.php?module=Webforms&parent=Settings&view=List',1,0,0),(31,8,'LBL_CUSTOMER_PORTAL','portal_icon.png','PORTAL_EXTENSION_DESCRIPTION','index.php?module=CustomerPortal&parent=Settings&view=Index',2,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),(40,4,'CTMobileSettings',NULL,'CTMobileSettings','index.php?module=CTMobileSettings&parent=Settings&view=Details',40,0,0);
/*!40000 ALTER TABLE `vtiger_settings_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_settings_field_seq`
--

DROP TABLE IF EXISTS `vtiger_settings_field_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 (40);
/*!40000 ALTER TABLE `vtiger_settings_field_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sharedcalendar`
--

DROP TABLE IF EXISTS `vtiger_sharedcalendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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 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 */;
/*!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',0,7,'Potentials',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(3,'Home',0,1,'Home',NULL,NULL,0,1,0,0,NULL,NULL,NULL,1,1,1),(4,'Contacts',0,6,'Contacts',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(6,'Accounts',0,5,'Accounts',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,0,1),(7,'Leads',0,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',0,11,'HelpDesk',NULL,NULL,0,0,1,0,NULL,'Support',NULL,1,1,1),(14,'Products',0,8,'Products',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(15,'Faq',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',0,-1,'Vendors',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(19,'PriceBooks',0,-1,'PriceBooks',NULL,NULL,0,1,1,0,NULL,'Inventory',NULL,1,1,1),(20,'Quotes',0,-1,'Quotes',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(21,'PurchaseOrder',0,-1,'PurchaseOrder',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(22,'SalesOrder',0,-1,'SalesOrder',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(23,'Invoice',0,-1,'Invoice',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(24,'Rss',0,-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',0,-1,'Campaigns',NULL,NULL,0,0,1,0,NULL,'Marketing',NULL,1,1,1),(27,'Portal',0,-1,'Portal',NULL,NULL,0,1,0,0,NULL,'Tools',NULL,1,1,1),(28,'Webmails',0,-1,'Webmails',NULL,NULL,0,1,1,0,NULL,NULL,NULL,1,1,1),(29,'Users',0,-1,'Users',NULL,NULL,0,1,0,0,NULL,NULL,NULL,1,1,1),(30,'MailManager',0,-1,'MailManager',NULL,NULL,1,0,0,0,'1.9','Tools',NULL,1,1,1),(31,'Mobile',0,-1,'Mobile',NULL,NULL,1,0,0,0,'2.0','',NULL,1,1,1),(32,'PBXManager',0,-1,'PBXManager',NULL,NULL,1,0,1,0,'2.2','Tools',NULL,1,1,1),(33,'WSAPP',0,-1,'WSAPP',NULL,NULL,1,0,0,0,'3.4.4','',NULL,1,1,1),(34,'Services',0,-1,'Services',NULL,NULL,0,0,1,0,'2.6','Inventory',NULL,1,1,1),(35,'Import',0,-1,'Import',NULL,NULL,1,0,0,0,'1.7','',NULL,1,1,1),(36,'ServiceContracts',0,-1,'Service Contracts',NULL,NULL,0,0,1,0,'2.4','Support',NULL,1,1,1),(37,'ModTracker',0,-1,'ModTracker',NULL,NULL,0,0,0,0,'1.2','',NULL,1,1,1),(38,'SMSNotifier',0,-1,'SMSNotifier',NULL,NULL,0,0,1,0,'2.1','Sales',NULL,1,1,1),(39,'Webforms',0,-1,'Webforms',NULL,NULL,0,0,0,0,'1.6','',NULL,1,1,1),(40,'EmailTemplates',0,-1,'Email Templates',NULL,NULL,1,0,0,0,'1.0','Tools',NULL,1,1,1),(41,'ProjectMilestone',0,-1,'ProjectMilestone',NULL,NULL,0,0,1,0,'3.0','Support',NULL,1,1,1),(42,'ProjectTask',0,-1,'ProjectTask',NULL,NULL,0,0,1,0,'3.1','Support',NULL,1,1,1),(43,'Project',0,-1,'Project',NULL,NULL,0,0,1,0,'3.3','Support',NULL,1,1,1),(44,'RecycleBin',0,-1,'Recycle Bin',NULL,NULL,0,0,0,0,'1.5','Tools',NULL,1,1,1),(45,'Google',0,-1,'Google',NULL,NULL,0,0,0,0,'1.5','',NULL,1,1,1),(46,'CustomerPortal',0,-1,'CustomerPortal',NULL,NULL,0,0,0,0,'1.4','',NULL,1,1,1),(47,'ModComments',0,-1,'Comments',NULL,NULL,0,0,1,0,'2.1','',NULL,1,1,1),(48,'Assets',0,-1,'Assets',NULL,NULL,0,0,1,0,'2.0','Inventory',NULL,1,1,1),(49,'ExtensionStore',0,-1,'Extension Store',NULL,NULL,1,0,0,0,'1.2',NULL,NULL,1,1,1),(50,'CTMobileSettings',0,-1,'CTMobileSettings',NULL,NULL,1,0,0,0,'1.3.16','','custom',0,1,1),(51,'CTMobile',0,-1,'CTMobile',NULL,NULL,1,0,0,0,'1.3.16','','custom',0,1,1),(52,'CTTimeTracker',0,-1,'CTTimeTracker',NULL,NULL,1,0,1,0,'1.3.16','','custom',0,1,1),(53,'CTTimeControl',0,-1,'CTTimeControl',NULL,NULL,1,0,1,0,'1.3.16','','custom',0,1,1),(54,'CTRoutePlanning',0,-1,'CTRoutePlanning',NULL,NULL,1,0,1,0,'0','','custom',0,1,1),(55,'CTRouteAttendance',0,-1,'CTRouteAttendance',NULL,NULL,1,0,1,0,'1.3.16','','custom',0,1,1),(56,'CTAttendance',0,-1,'CTAttendance',NULL,NULL,1,0,1,0,'1.3.16','','custom',0,1,1),(57,'CTUserFilterView',0,-1,'CTUserFilterView',NULL,NULL,1,0,1,0,'1.3.16','','custom',0,1,1),(58,'CTMessageTemplate',0,-1,'CTMessageTemplate',NULL,NULL,1,0,1,0,'1.3.16','Tools','custom',0,1,1),(59,'CTPushNotification',0,-1,'CTPushNotification',NULL,NULL,1,0,1,0,'1.3.16','','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.0'),(32,'vtiger_max_version','7.*'),(33,'vtiger_min_version','6.0.0rc'),(34,'vtiger_min_version','6.0.0rc'),(34,'vtiger_max_version','7.*'),(35,'vtiger_min_version','6.0.0rc'),(35,'vtiger_max_version','7.*'),(36,'vtiger_min_version','6.0.0rc'),(37,'vtiger_min_version','6.0.0rc'),(38,'vtiger_min_version','6.0.0'),(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.0rc'),(41,'vtiger_max_version','7.*'),(42,'vtiger_min_version','6.0.0rc'),(43,'vtiger_min_version','6.0.0rc'),(44,'vtiger_min_version','6.0.0rc'),(44,'vtiger_max_version','7.*'),(45,'vtiger_min_version','6.0.0rc'),(45,'vtiger_max_version','7.*'),(46,'vtiger_min_version','6.0.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.*'),(50,'vtiger_min_version','7.0.0'),(50,'vtiger_max_version','7.*'),(51,'vtiger_min_version','7.1.0'),(51,'vtiger_max_version','7.*'),(52,'vtiger_min_version','7.0.0'),(52,'vtiger_max_version','7.*'),(53,'vtiger_min_version','7.1.0'),(54,'vtiger_min_version','7.0.0'),(54,'vtiger_max_version','7.*'),(55,'vtiger_min_version','7.1.0'),(55,'vtiger_max_version','7.*'),(56,'vtiger_min_version','7.1.0'),(56,'vtiger_max_version','7.*'),(57,'vtiger_min_version','7.0.0'),(57,'vtiger_max_version','7.*'),(58,'vtiger_min_version','7.1.0'),(58,'vtiger_max_version','7.*'),(59,'vtiger_min_version','7.1.0'),(59,'vtiger_max_version','7.*');
/*!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 */;
INSERT INTO `vtiger_ticketcf` VALUES (7,'0');
/*!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 */;
/*!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 */;
/*!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_status`
--

DROP TABLE IF EXISTS `vtiger_tracking_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracking_status` (
  `tracking_statusid` int NOT NULL AUTO_INCREMENT,
  `tracking_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 (`tracking_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tracking_status`
--

LOCK TABLES `vtiger_tracking_status` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_status` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_status` VALUES (1,'Start',1,305,1,NULL),(2,'End',1,306,2,NULL);
/*!40000 ALTER TABLE `vtiger_tracking_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_tracking_status_seq`
--

DROP TABLE IF EXISTS `vtiger_tracking_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vtiger_tracking_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_tracking_status_seq`
--

LOCK TABLES `vtiger_tracking_status_seq` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_status_seq` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_status_seq` VALUES (2);
/*!40000 ALTER TABLE `vtiger_tracking_status_seq` 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 */;
INSERT INTO `vtiger_troubletickets` VALUES (7,'TT1',NULL,'2','0','Normal',' ','Open',' ','Document attachment issue','',NULL,NULL,0.00000000,0.00000000,0,'');
/*!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');
/*!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=2 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$/g0MirMT0IeHHXVsen7SDuZkT2zctBj1FpVGh5O2YBSREkNarU4Dy','#E6FAD8','admin','Administrator','','on',1,'','0000-00-00 00:00:00',NULL,NULL,'','','','','','','','info@crmtiger.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'mm-dd-yyyy','12','00:00','23:00','1','This Week','Today','',0,'$2y$10$VQFWAN10yr1CUcPTb6tB2uk.k9SB0TpSmL/FoRZ2/P1Xbs4WmniRK','1','1 Minute',NULL,'PHASH','3J9LdrqWZfWOJeG','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');
/*!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 (4);
/*!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=43 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,'PBXManager','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(25,'Services','include/Webservices/VtigerProductOperation.php','VtigerProductOperation',1),(26,'ServiceContracts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(27,'SMSNotifier','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(28,'ProjectMilestone','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(29,'ProjectTask','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(30,'Project','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(31,'ModComments','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(32,'Assets','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,'CTTimeTracker','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(37,'CTTimeControl','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(38,'CTRouteAttendance','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(39,'CTAttendance','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(40,'CTUserFilterView','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(41,'CTMessageTemplate','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(42,'CTPushNotification','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 (41);
/*!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=50 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,'mobile.fetchallalerts','modules/Mobile/api/wsapi.php','mobile_ws_fetchAllAlerts','POST',0),(18,'mobile.alertdetailswithmessage','modules/Mobile/api/wsapi.php','mobile_ws_alertDetailsWithMessage','POST',0),(19,'mobile.fetchmodulefilters','modules/Mobile/api/wsapi.php','mobile_ws_fetchModuleFilters','POST',0),(20,'mobile.fetchrecord','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecord','POST',0),(21,'mobile.fetchrecordwithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecordWithGrouping','POST',0),(22,'mobile.filterdetailswithcount','modules/Mobile/api/wsapi.php','mobile_ws_filterDetailsWithCount','POST',0),(23,'mobile.listmodulerecords','modules/Mobile/api/wsapi.php','mobile_ws_listModuleRecords','POST',0),(24,'mobile.saverecord','modules/Mobile/api/wsapi.php','mobile_ws_saveRecord','POST',0),(25,'mobile.syncModuleRecords','modules/Mobile/api/wsapi.php','mobile_ws_syncModuleRecords','POST',0),(26,'mobile.query','modules/Mobile/api/wsapi.php','mobile_ws_query','POST',0),(27,'mobile.querywithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_queryWithGrouping','POST',0),(28,'wsapp_register','modules/WSAPP/api/ws/Register.php','wsapp_register','POST',0),(29,'wsapp_deregister','modules/WSAPP/api/ws/DeRegister.php','wsapp_deregister','POST',0),(30,'wsapp_get','modules/WSAPP/api/ws/Get.php','wsapp_get','POST',0),(31,'wsapp_put','modules/WSAPP/api/ws/Put.php','wsapp_put','POST',0),(32,'wsapp_map','modules/WSAPP/api/ws/Map.php','wsapp_map','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),(39,'ctmobile.fetchallalerts','modules/CTMobile/api/wsapi.php','ctmobile_ws_fetchAllAlerts','POST',0),(40,'ctmobile.alertdetailswithmessage','modules/CTMobile/api/wsapi.php','ctmobile_ws_alertDetailsWithMessage','POST',0),(41,'ctmobile.fetchmodulefilters','modules/CTMobile/api/wsapi.php','ctmobile_ws_fetchModuleFilters','POST',0),(42,'ctmobile.fetchrecord','modules/CTMobile/api/wsapi.php','ctmobile_ws_fetchRecord','POST',0),(43,'ctmobile.fetchrecordwithgrouping','modules/CTMobile/api/wsapi.php','ctmobile_ws_fetchRecordWithGrouping','POST',0),(44,'ctmobile.filterdetailswithcount','modules/CTMobile/api/wsapi.php','ctmobile_ws_filterDetailsWithCount','POST',0),(45,'ctmobile.listmodulerecords','modules/CTMobile/api/wsapi.php','ctmobile_ws_listModuleRecords','POST',0),(46,'ctmobile.saverecord','modules/CTMobile/api/wsapi.php','ctmobile_ws_saveRecord','POST',0),(47,'ctmobile.syncModuleRecords','modules/CTMobile/api/wsapi.php','ctmobile_ws_syncModuleRecords','POST',0),(48,'ctmobile.query','modules/CTMobile/api/wsapi.php','ctmobile_ws_query','POST',0),(49,'ctmobile.querywithgrouping','modules/CTMobile/api/wsapi.php','ctmobile_ws_queryWithGrouping','POST',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=50 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),(18,'alertid','string',1),(19,'module','string',1),(20,'record','string',1),(21,'record','string',1),(22,'filterid','string',1),(23,'elements','encoded',1),(24,'module','string',1),(24,'record','string',2),(24,'values','encoded',3),(25,'module','string',1),(25,'page','string',3),(25,'syncToken','string',2),(26,'module','string',1),(26,'page','string',3),(26,'query','string',2),(27,'module','string',1),(27,'page','string',3),(27,'query','string',2),(28,'synctype','string',2),(28,'type','string',1),(29,'key','string',2),(29,'type','string',1),(30,'key','string',1),(30,'module','string',2),(30,'token','string',3),(31,'element','encoded',2),(31,'key','string',1),(32,'element','encoded',2),(32,'key','string',1),(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),(40,'alertid','string',1),(41,'module','string',1),(42,'record','string',1),(43,'record','string',1),(44,'filterid','string',1),(45,'elements','encoded',1),(46,'module','string',1),(46,'record','string',2),(46,'values','encoded',3),(47,'module','string',1),(47,'page','string',3),(47,'syncToken','string',2),(48,'module','string',1),(48,'page','string',3),(48,'query','string',2),(49,'module','string',1),(49,'page','string',3),(49,'query','string',2);
/*!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 (49);
/*!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','667ebcebb4f50','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 2025-10-08 10:59:41

Youez - 2016 - github.com/yon3zu
LinuXploit