403Webshell
Server IP : 138.197.176.125  /  Your IP : 216.73.217.122
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/soltelcocrm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/soltelcocrm/soltelco-060522.sql
-- MySQL dump 10.13  Distrib 5.7.36, for Linux (x86_64)
--
-- Host: localhost    Database: soltelco
-- ------------------------------------------------------
-- Server version	5.7.36

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `com_vtiger_workflow_activatedonce`
--

DROP TABLE IF EXISTS `com_vtiger_workflow_activatedonce`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflow_activatedonce` (
  `workflow_id` int(11) NOT NULL,
  `entity_id` int(11) NOT NULL,
  PRIMARY KEY (`workflow_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
INSERT INTO `com_vtiger_workflow_activatedonce` VALUES (34,499),(34,500),(34,501),(34,502),(34,503),(34,504),(34,505),(34,506),(34,517),(34,597),(34,598),(34,889),(34,1219);
/*!40000 ALTER TABLE `com_vtiger_workflow_activatedonce` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflow_tasktypes`
--

DROP TABLE IF EXISTS `com_vtiger_workflow_tasktypes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflow_tasktypes` (
  `id` int(11) NOT NULL,
  `tasktypename` varchar(255) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `com_vtiger_workflow_tasktypes`
--

LOCK TABLES `com_vtiger_workflow_tasktypes` WRITE;
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes` DISABLE KEYS */;
INSERT INTO `com_vtiger_workflow_tasktypes` VALUES (1,'VTEmailTask','Send Mail','VTEmailTask','modules/com_vtiger_workflow/tasks/VTEmailTask.inc','modules/Settings/Workflows/Tasks/VTEmailTask.tpl','{\"include\":[],\"exclude\":[]}',''),(2,'VTEntityMethodTask','Invoke Custom Function','VTEntityMethodTask','modules/com_vtiger_workflow/tasks/VTEntityMethodTask.inc','modules/Settings/Workflows/Tasks/VTEntityMethodTask.tpl','{\"include\":[],\"exclude\":[]}',''),(3,'VTCreateTodoTask','Create Todo','VTCreateTodoTask','modules/com_vtiger_workflow/tasks/VTCreateTodoTask.inc','modules/Settings/Workflows/Tasks/VTCreateTodoTask.tpl','{\"include\":[\"Leads\",\"Accounts\",\"Potentials\",\"Contacts\",\"HelpDesk\",\"Campaigns\",\"Quotes\",\"PurchaseOrder\",\"SalesOrder\",\"Invoice\",\"Project\"],\"exclude\":[\"Calendar\",\"FAQ\",\"Events\"]}',''),(4,'VTCreateEventTask','Create Event','VTCreateEventTask','modules/com_vtiger_workflow/tasks/VTCreateEventTask.inc','modules/Settings/Workflows/Tasks/VTCreateEventTask.tpl','{\"include\":[\"Leads\",\"Accounts\",\"Potentials\",\"Contacts\",\"HelpDesk\",\"Campaigns\",\"Project\"],\"exclude\":[\"Calendar\",\"FAQ\",\"Events\"]}',''),(5,'VTUpdateFieldsTask','Update Fields','VTUpdateFieldsTask','modules/com_vtiger_workflow/tasks/VTUpdateFieldsTask.inc','modules/Settings/Workflows/Tasks/VTUpdateFieldsTask.tpl','{\"include\":[],\"exclude\":[]}',''),(6,'VTCreateEntityTask','Create Entity','VTCreateEntityTask','modules/com_vtiger_workflow/tasks/VTCreateEntityTask.inc','modules/Settings/Workflows/Tasks/VTCreateEntityTask.tpl','{\"include\":[],\"exclude\":[]}',''),(7,'VTSMSTask','SMS Task','VTSMSTask','modules/com_vtiger_workflow/tasks/VTSMSTask.inc','modules/Settings/Workflows/Tasks/VTSMSTask.tpl','{\"include\":[],\"exclude\":[]}','SMSNotifier');
/*!40000 ALTER TABLE `com_vtiger_workflow_tasktypes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflow_tasktypes_seq`
--

DROP TABLE IF EXISTS `com_vtiger_workflow_tasktypes_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflow_tasktypes_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `com_vtiger_workflow_tasktypes_seq`
--

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

--
-- Table structure for table `com_vtiger_workflows`
--

DROP TABLE IF EXISTS `com_vtiger_workflows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflows` (
  `workflow_id` int(11) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(100) DEFAULT NULL,
  `summary` varchar(400) NOT NULL,
  `test` text,
  `execution_condition` int(11) NOT NULL,
  `defaultworkflow` int(1) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `filtersavedinnew` int(1) DEFAULT NULL,
  `schtypeid` int(10) 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=48 DEFAULT CHARSET=utf8;
/*!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,0,'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,0,'Send Email to user when Portal User is True'),(5,'Potentials','Send Email to users on Potential creation',NULL,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,0,'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,0,'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,0,'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,0,'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,0,'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,0,'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,0,'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,0,'Comment Added From CRM : Send Email to Organization'),(16,'PurchaseOrder','Update Inventory Products On Every Save',NULL,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,0,'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,0,'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,0,'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,0,'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,0,'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,0,'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,0,'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,0,'Ticket Creation From CRM : Send Email to Contact'),(25,'InventoryOrder','When any order is create will assign to any users role supply chain','[{\"fieldname\":\"item_ostatus\",\"operation\":\"is\",\"value\":\"Created by admin\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Assign Record to Supply chain'),(26,'InventoryOrder','When order status update to \'approved\' assign to gsm and sales manager','[{\"fieldname\":\"item_ostatus\",\"operation\":\"is\",\"value\":\"Approved\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,0,'Inventory order status approved '),(27,'SimGenerate','','[{\"fieldname\":\"simgenerate_status\",\"operation\":\"is\",\"value\":\"Cancel\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Sim generation status cancel update assign to'),(28,'InventoryOrder','','[{\"fieldname\":\"item_ostatus\",\"operation\":\"is\",\"value\":\"Created by GSM\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Assign Record to Admin office'),(29,'SellingInventory','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Create customer when new record create in sellinginventory module'),(30,'SellingInventory','when record create in sellinginventory module','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Create customer in KaashPlus '),(31,'CashierInventory','','[{\"fieldname\":\"inventorystatus\",\"operation\":\"is\",\"value\":\"New\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',3,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Cashier Inventory status cancel update assign to'),(32,'SellingSimcard','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Add subscribers when simcard sell'),(33,'SellingReactivation','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'List sub and modify IMSI'),(34,'PurchaseInventory','','[{\"fieldname\":\"purchase_status\",\"operation\":\"is\",\"value\":\"Receive\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',2,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Update qtyinstock when stock update as receive'),(35,'SellingSimcard','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Call Create customer api when new simcard sell'),(36,'SellingSimcard','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Call Create customer kaashplus api when new simcard sell'),(37,'SellingSimcard','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Add subscriber bundle in batch when simcard sell'),(38,'SimCard','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Generate Simcard when new record save'),(39,'SimcardDistribute','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Sim division balance update when simdistibute to cashier'),(40,'HelpDesk','','[]',3,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Call Supplort HLR API\'s'),(41,'Coupon','','[{\"fieldname\":\"couponstatus\",\"operation\":\"is\",\"value\":\"Created by cashier\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'When new coupon create assign to GSM'),(42,'Coupon','','[{\"fieldname\":\"couponstatus\",\"operation\":\"is\",\"value\":\"Created by GSM\",\"valuetype\":\"rawtext\",\"joincondition\":\"\",\"groupjoin\":\"and\",\"groupid\":\"0\"}]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'When coupon created by GSM then assign to cashier'),(43,'NewNumber','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Call Create customer api when new simcard sell'),(44,'NewNumber','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Call Create customer kaashplus api when new simcard sell'),(45,'NewNumber','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Add subscriber bundle in batch when simcard sell'),(46,'NewNumber','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Add subscribers when simcard sell'),(47,'AddonsTransaction','','[]',1,NULL,'basic',6,NULL,NULL,NULL,NULL,NULL,NULL,1,'Call subscriber bundle api when record save');
/*!40000 ALTER TABLE `com_vtiger_workflows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflows_seq`
--

DROP TABLE IF EXISTS `com_vtiger_workflows_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflows_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (47);
/*!40000 ALTER TABLE `com_vtiger_workflows_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflowtask_queue`
--

DROP TABLE IF EXISTS `com_vtiger_workflowtask_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtask_queue` (
  `task_id` int(11) DEFAULT NULL,
  `entity_id` varchar(100) DEFAULT NULL,
  `do_after` int(11) DEFAULT NULL,
  `relatedinfo` varchar(255) DEFAULT NULL,
  `task_contents` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40000 ALTER TABLE `com_vtiger_workflowtask_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflowtasks`
--

DROP TABLE IF EXISTS `com_vtiger_workflowtasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks` (
  `task_id` int(11) NOT NULL AUTO_INCREMENT,
  `workflow_id` int(11) DEFAULT NULL,
  `summary` varchar(400) NOT NULL,
  `task` text,
  PRIMARY KEY (`task_id`),
  UNIQUE KEY `com_vtiger_workflowtasks_idx` (`task_id`)
) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8;
/*!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,'Assign record to supply chain','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"25\";s:7:\"summary\";s:29:\"Assign record to supply chain\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:69:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"10\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:29;}'),(30,26,'assign to gsm and sales manager','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"26\";s:7:\"summary\";s:31:\"assign to gsm and sales manager\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:68:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"7\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:30;}'),(31,27,'update assign to if cashier cancel sim order','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"27\";s:7:\"summary\";s:44:\"update assign to if cashier cancel sim order\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:68:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"7\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:31;}'),(32,28,'assign record to admin office','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"28\";s:7:\"summary\";s:29:\"assign record to admin office\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:69:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"17\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:32;}'),(33,29,'create customer ','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"29\";s:7:\"summary\";s:16:\"create customer \";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:14:\"CreateCustomer\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:33;}'),(34,30,'create customer in kaash plus','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"30\";s:7:\"summary\";s:29:\"create customer in kaash plus\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:21:\"CreateCustomerInKaash\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:34;}'),(35,31,'Reassign record to GSM Sales Mgr','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"31\";s:7:\"summary\";s:32:\"Reassign record to GSM Sales Mgr\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:68:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"7\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:35;}'),(36,32,'Call Subscriber API','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"32\";s:7:\"summary\";s:19:\"Call Subscriber API\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:14:\"AddSubscribers\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:36;}'),(37,33,'Call sim reprogramming api','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"33\";s:7:\"summary\";s:26:\"Call sim reprogramming api\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:22:\"SimModifyReprogramming\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:37;}'),(38,34,'Update quantity in stock','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"34\";s:7:\"summary\";s:24:\"Update quantity in stock\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:153:\"[{\"fieldname\":\"(related_product : (Products) qtyinstock)\",\"value\":\"(related_product : (Products) qtyinstock)  +  purchase_qty\",\"valuetype\":\"expression\"}]\";s:2:\"id\";i:38;}'),(39,35,'Create customer ','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"35\";s:7:\"summary\";s:16:\"Create customer \";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:14:\"CreateCustomer\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:39;}'),(40,36,'create customer in kaash plus','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"36\";s:7:\"summary\";s:29:\"create customer in kaash plus\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:21:\"CreateCustomerInKaash\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:40;}'),(41,37,'Add subcribers bundle in batch','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"37\";s:7:\"summary\";s:30:\"Add subcribers bundle in batch\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"SubscriberBundle\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:41;}'),(42,38,'Generate SimCard','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"38\";s:7:\"summary\";s:16:\"Generate SimCard\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:15:\"GenerateSimCard\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:42;}'),(43,39,'update sim division balance update','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"39\";s:7:\"summary\";s:34:\"update sim division balance update\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:170:\"[{\"fieldname\":\"(related_simdivision : (SimCard) simcard_balance)\",\"value\":\"(related_simdivision : (SimCard) simcard_balance) -  distribute_qty\",\"valuetype\":\"expression\"}]\";s:2:\"id\";i:43;}'),(44,40,'Call Supplort HLR API\'s','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"40\";s:7:\"summary\";s:23:\"Call Supplort HLR API\'s\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:18:\"CallSupporthlrapis\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:44;}'),(45,41,'assign to gsm and sales manager','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"41\";s:7:\"summary\";s:31:\"assign to gsm and sales manager\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:68:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"7\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:45;}'),(46,42,'Assign to cashier','O:18:\"VTUpdateFieldsTask\":8:{s:18:\"executeImmediately\";b:1;s:43:\"\0VTUpdateFieldsTask\0referenceFieldFocusList\";a:0:{}s:10:\"workflowId\";s:2:\"42\";s:7:\"summary\";s:17:\"Assign to cashier\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:19:\"field_value_mapping\";s:137:\"[{\"fieldname\":\"assigned_user_id\",\"value\":\"8\",\"valuetype\":\"rawtext\"},{\"fieldname\":\"couponstatus\",\"value\":\"Approve\",\"valuetype\":\"rawtext\"}]\";s:2:\"id\";i:46;}'),(47,43,'Create customer','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"43\";s:7:\"summary\";s:15:\"Create customer\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:14:\"CreateCustomer\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:47;}'),(48,44,'create customer in kaash plus','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"44\";s:7:\"summary\";s:29:\"create customer in kaash plus\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:21:\"CreateCustomerInKaash\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:48;}'),(49,45,'Add subcribers bundle in batch','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"45\";s:7:\"summary\";s:30:\"Add subcribers bundle in batch\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"SubscriberBundle\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:49;}'),(50,46,'Call Subscriber API','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"46\";s:7:\"summary\";s:19:\"Call Subscriber API\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:14:\"AddSubscribers\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:50;}'),(51,47,'Call subscriber Bundle','O:18:\"VTEntityMethodTask\":8:{s:18:\"executeImmediately\";b:1;s:10:\"workflowId\";s:2:\"47\";s:7:\"summary\";s:22:\"Call subscriber Bundle\";s:6:\"active\";b:1;s:7:\"trigger\";N;s:10:\"methodName\";s:16:\"SubscriberBundle\";s:19:\"field_value_mapping\";s:4:\"null\";s:2:\"id\";i:51;}');
/*!40000 ALTER TABLE `com_vtiger_workflowtasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflowtasks_entitymethod`
--

DROP TABLE IF EXISTS `com_vtiger_workflowtasks_entitymethod`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod` (
  `workflowtasks_entitymethod_id` int(11) NOT NULL,
  `module_name` varchar(100) 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=utf8;
/*!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,'SellingInventory','CreateCustomer','modules/SellingInventory/CreateCustomer.php','handleCreateCustomer'),(12,'SellingInventory','CreateCustomerInKaash','modules/SellingInventory/CreateCustomerKaashPlus.php','handlerCreateCustomerInKaash'),(13,'SellingSimcard','AddSubscribers','modules/SellingSimcard/AddSubscribers.php','handleAddSubscribers'),(14,'SellingReactivation','SimModifyReprogramming','modules/SellingReactivation/SimModifyReprogramming.php','handleSimModifyReprogramming'),(15,'SellingSimcard','CreateCustomer','modules/SellingSimcard/CreateCustomer.php','handleCreateCustomer'),(16,'SellingSimcard','CreateCustomerInKaash','modules/SellingSimcard/CreateCustomerKaashPlus.php','handlerCreateCustomerInKaash'),(17,'SellingSimcard','SubscriberBundle','modules/SellingSimcard/SubscriberBundle.php','handleSubscriberBundle'),(18,'SimCard','GenerateSimCard','modules/SimCard/GenerateSimCard.php','handleGenerateSimCard'),(19,'HelpDesk','CallSupporthlrapis','modules/HelpDesk/CallSupporthlrapis.php','handleCallSupporthlrapis'),(20,'NewNumber','CreateCustomer','modules/NewNumber/CreateCustomer.php','handleCreateCustomer'),(21,'NewNumber','CreateCustomerInKaash','modules/NewNumber/CreateCustomerKaashPlus.php','handlerCreateCustomerInKaash'),(22,'NewNumber','SubscriberBundle','modules/NewNumber/SubscriberBundle.php','handleSubscriberBundle'),(23,'NewNumber','AddSubscribers','modules/NewNumber/AddSubscribers.php','handleAddSubscribers'),(24,'AddonsTransaction','SubscriberBundle','modules/AddonsTransaction/SubscriberBundle.php','handleSubscriberBundle');
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflowtasks_entitymethod_seq`
--

DROP TABLE IF EXISTS `com_vtiger_workflowtasks_entitymethod_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks_entitymethod_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (24);
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_entitymethod_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflowtasks_seq`
--

DROP TABLE IF EXISTS `com_vtiger_workflowtasks_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtasks_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (51);
/*!40000 ALTER TABLE `com_vtiger_workflowtasks_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `com_vtiger_workflowtemplates`
--

DROP TABLE IF EXISTS `com_vtiger_workflowtemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `com_vtiger_workflowtemplates` (
  `template_id` int(11) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(100) DEFAULT NULL,
  `title` varchar(400) DEFAULT NULL,
  `template` text,
  PRIMARY KEY (`template_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `com_vtiger_workflowtemplates`
--

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

--
-- Table structure for table `vtiger_account`
--

DROP TABLE IF EXISTS `vtiger_account`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_account` (
  `accountid` int(19) NOT NULL DEFAULT '0',
  `account_no` varchar(100) NOT NULL,
  `accountname` varchar(100) NOT NULL,
  `parentid` int(19) 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(10) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_account`
--

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

--
-- Table structure for table `vtiger_accountbillads`
--

DROP TABLE IF EXISTS `vtiger_accountbillads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountbillads` (
  `accountaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_accountbillads`
--

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

--
-- Table structure for table `vtiger_accountrating`
--

DROP TABLE IF EXISTS `vtiger_accountrating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountrating` (
  `accountratingid` int(19) NOT NULL AUTO_INCREMENT,
  `rating` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`accountratingid`),
  UNIQUE KEY `accountrating_rating_idx` (`rating`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_accountrating`
--

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

--
-- Table structure for table `vtiger_accountscf`
--

DROP TABLE IF EXISTS `vtiger_accountscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountscf` (
  `accountid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_accountscf`
--

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

--
-- Table structure for table `vtiger_accountshipads`
--

DROP TABLE IF EXISTS `vtiger_accountshipads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accountshipads` (
  `accountaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_accountshipads`
--

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

--
-- Table structure for table `vtiger_accounttype`
--

DROP TABLE IF EXISTS `vtiger_accounttype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accounttype` (
  `accounttypeid` int(19) NOT NULL AUTO_INCREMENT,
  `accounttype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`accounttypeid`),
  UNIQUE KEY `accounttype_accounttype_idx` (`accounttype`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_accounttype`
--

LOCK TABLES `vtiger_accounttype` WRITE;
/*!40000 ALTER TABLE `vtiger_accounttype` DISABLE KEYS */;
INSERT INTO `vtiger_accounttype` VALUES (2,'Analyst',1,2,1,NULL),(3,'Competitor',1,3,2,NULL),(4,'Customer',1,4,3,NULL),(5,'Integrator',1,5,4,NULL),(6,'Investor',1,6,5,NULL),(7,'Partner',1,7,6,NULL),(8,'Press',1,8,7,NULL),(9,'Prospect',1,9,8,NULL),(10,'Reseller',1,10,9,NULL),(11,'Other',1,11,10,NULL);
/*!40000 ALTER TABLE `vtiger_accounttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_accounttype_seq`
--

DROP TABLE IF EXISTS `vtiger_accounttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_accounttype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_accounttype_seq`
--

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

--
-- Table structure for table `vtiger_actionmapping`
--

DROP TABLE IF EXISTS `vtiger_actionmapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_actionmapping` (
  `actionid` int(19) NOT NULL,
  `actionname` varchar(200) NOT NULL,
  `securitycheck` int(19) DEFAULT NULL,
  PRIMARY KEY (`actionid`,`actionname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_actionmapping`
--

LOCK TABLES `vtiger_actionmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_actionmapping` DISABLE KEYS */;
INSERT INTO `vtiger_actionmapping` VALUES (0,'Save',0),(0,'SavePriceBook',1),(0,'SaveVendor',1),(1,'DetailViewAjax',1),(1,'EditView',0),(1,'PriceBookEditView',1),(1,'QuickCreate',1),(1,'VendorEditView',1),(2,'Delete',0),(2,'DeletePriceBook',1),(2,'DeleteVendor',1),(3,'index',0),(3,'Popup',1),(4,'DetailView',0),(4,'PriceBookDetailView',1),(4,'TagCloud',1),(4,'VendorDetailView',1),(5,'Import',0),(6,'Export',0),(7,'CreateView',0),(8,'Merge',0),(9,'ConvertLead',0),(10,'DuplicatesHandling',0),(13,'Print',0);
/*!40000 ALTER TABLE `vtiger_actionmapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_activity`
--

DROP TABLE IF EXISTS `vtiger_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity` (
  `activityid` int(19) 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=utf8;
/*!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 (14,'Regarding Contact Assignment','','Emails','2021-12-14',NULL,'07:28:16',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',NULL,''),(15,'Regarding Contact Assignment','','Emails','2021-12-14',NULL,'07:28:16',NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,'0','all',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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_recurring_info` (
  `activityid` int(19) NOT NULL,
  `recurrenceid` int(19) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activity_recurring_info`
--

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

--
-- Table structure for table `vtiger_activity_reminder`
--

DROP TABLE IF EXISTS `vtiger_activity_reminder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_reminder` (
  `activity_id` int(11) NOT NULL,
  `reminder_time` int(11) NOT NULL,
  `reminder_sent` int(2) NOT NULL,
  `recurringid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activity_reminder`
--

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

--
-- Table structure for table `vtiger_activity_reminder_popup`
--

DROP TABLE IF EXISTS `vtiger_activity_reminder_popup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_reminder_popup` (
  `reminderid` int(19) NOT NULL AUTO_INCREMENT,
  `semodule` varchar(100) NOT NULL,
  `recordid` int(19) NOT NULL,
  `date_start` date NOT NULL,
  `time_start` varchar(100) NOT NULL,
  `status` int(2) NOT NULL,
  PRIMARY KEY (`reminderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activity_reminder_popup`
--

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

--
-- Table structure for table `vtiger_activity_view`
--

DROP TABLE IF EXISTS `vtiger_activity_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_view` (
  `activity_viewid` int(19) NOT NULL AUTO_INCREMENT,
  `activity_view` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`activity_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activity_view`
--

LOCK TABLES `vtiger_activity_view` WRITE;
/*!40000 ALTER TABLE `vtiger_activity_view` DISABLE KEYS */;
INSERT INTO `vtiger_activity_view` VALUES (1,'Today',0,1),(2,'This Week',1,1),(3,'This Month',2,1),(4,'This Year',3,1),(5,'Agenda',4,1);
/*!40000 ALTER TABLE `vtiger_activity_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_activity_view_seq`
--

DROP TABLE IF EXISTS `vtiger_activity_view_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activity_view_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activity_view_seq`
--

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

--
-- Table structure for table `vtiger_activitycf`
--

DROP TABLE IF EXISTS `vtiger_activitycf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activitycf` (
  `activityid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activitycf`
--

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

--
-- Table structure for table `vtiger_activityproductrel`
--

DROP TABLE IF EXISTS `vtiger_activityproductrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activityproductrel` (
  `activityid` int(19) NOT NULL DEFAULT '0',
  `productid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activityproductrel`
--

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

--
-- Table structure for table `vtiger_activitytype`
--

DROP TABLE IF EXISTS `vtiger_activitytype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activitytype` (
  `activitytypeid` int(19) NOT NULL AUTO_INCREMENT,
  `activitytype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`activitytypeid`),
  UNIQUE KEY `activitytype_activitytype_idx` (`activitytype`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_activitytype`
--

LOCK TABLES `vtiger_activitytype` WRITE;
/*!40000 ALTER TABLE `vtiger_activitytype` DISABLE KEYS */;
INSERT INTO `vtiger_activitytype` VALUES (1,'Call',0,12,0,NULL),(2,'Meeting',0,13,1,NULL),(3,'Mobile Call',0,295,1,NULL);
/*!40000 ALTER TABLE `vtiger_activitytype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_activitytype_seq`
--

DROP TABLE IF EXISTS `vtiger_activitytype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_activitytype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_addons_paymenttype`
--

DROP TABLE IF EXISTS `vtiger_addons_paymenttype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addons_paymenttype` (
  `addons_paymenttypeid` int(11) NOT NULL AUTO_INCREMENT,
  `addons_paymenttype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`addons_paymenttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addons_paymenttype`
--

LOCK TABLES `vtiger_addons_paymenttype` WRITE;
/*!40000 ALTER TABLE `vtiger_addons_paymenttype` DISABLE KEYS */;
INSERT INTO `vtiger_addons_paymenttype` VALUES (1,'Cash',1,426,1,NULL),(2,'Electronic',1,427,2,NULL);
/*!40000 ALTER TABLE `vtiger_addons_paymenttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_addons_paymenttype_seq`
--

DROP TABLE IF EXISTS `vtiger_addons_paymenttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addons_paymenttype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addons_paymenttype_seq`
--

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

--
-- Table structure for table `vtiger_addons_salestype`
--

DROP TABLE IF EXISTS `vtiger_addons_salestype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addons_salestype` (
  `addons_salestypeid` int(11) NOT NULL AUTO_INCREMENT,
  `addons_salestype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`addons_salestypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addons_salestype`
--

LOCK TABLES `vtiger_addons_salestype` WRITE;
/*!40000 ALTER TABLE `vtiger_addons_salestype` DISABLE KEYS */;
INSERT INTO `vtiger_addons_salestype` VALUES (1,'Full Payment',1,420,1,NULL),(2,'Promotion',1,421,2,NULL),(3,'Discount',1,422,3,NULL),(4,'Full Payment',1,423,1,NULL),(5,'Promotion',1,424,2,NULL),(6,'Discount',1,425,3,NULL);
/*!40000 ALTER TABLE `vtiger_addons_salestype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_addons_salestype_seq`
--

DROP TABLE IF EXISTS `vtiger_addons_salestype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addons_salestype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addons_salestype_seq`
--

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

--
-- Table structure for table `vtiger_addonservice`
--

DROP TABLE IF EXISTS `vtiger_addonservice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addonservice` (
  `addonserviceid` int(19) NOT NULL,
  `addonsname` varchar(100) DEFAULT NULL,
  `addonsprice` int(11) DEFAULT NULL,
  `addonspackage` varchar(100) DEFAULT NULL,
  `addonsbundleid` int(11) DEFAULT NULL,
  `addonsdesc` text,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`addonserviceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addonservice`
--

LOCK TABLES `vtiger_addonservice` WRITE;
/*!40000 ALTER TABLE `vtiger_addonservice` DISABLE KEYS */;
INSERT INTO `vtiger_addonservice` VALUES (1232,'Weekly Data Bundles',10,'Sim Package ($5)',0,'',''),(1244,'Daily Data Bundles',5,'Sim Package ($5)',0,'','');
/*!40000 ALTER TABLE `vtiger_addonservice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_addonservicecf`
--

DROP TABLE IF EXISTS `vtiger_addonservicecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addonservicecf` (
  `addonserviceid` int(19) NOT NULL,
  PRIMARY KEY (`addonserviceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addonservicecf`
--

LOCK TABLES `vtiger_addonservicecf` WRITE;
/*!40000 ALTER TABLE `vtiger_addonservicecf` DISABLE KEYS */;
INSERT INTO `vtiger_addonservicecf` VALUES (1232),(1244);
/*!40000 ALTER TABLE `vtiger_addonservicecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_addonspackage`
--

DROP TABLE IF EXISTS `vtiger_addonspackage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addonspackage` (
  `addonspackageid` int(11) NOT NULL AUTO_INCREMENT,
  `addonspackage` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`addonspackageid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addonspackage`
--

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

--
-- Table structure for table `vtiger_addonspackage_seq`
--

DROP TABLE IF EXISTS `vtiger_addonspackage_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addonspackage_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addonspackage_seq`
--

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

--
-- Table structure for table `vtiger_addonstransaction`
--

DROP TABLE IF EXISTS `vtiger_addonstransaction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addonstransaction` (
  `addonstransactionid` int(19) NOT NULL,
  `transactionno` varchar(50) DEFAULT NULL,
  `customer_number` varchar(50) DEFAULT NULL,
  `linktopackage` varchar(50) DEFAULT NULL,
  `linktoaddons` varchar(50) DEFAULT NULL,
  `addonsprice` int(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `custnumber` varchar(50) DEFAULT NULL,
  `transctionid` varchar(100) DEFAULT NULL,
  `addons_salestype` varchar(100) DEFAULT NULL,
  `addons_couponcode` varchar(20) DEFAULT NULL,
  `addons_discount` int(11) DEFAULT NULL,
  `addons_paymenttype` varchar(50) DEFAULT NULL,
  `addons_paymentacno` int(11) DEFAULT NULL,
  PRIMARY KEY (`addonstransactionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addonstransaction`
--

LOCK TABLES `vtiger_addonstransaction` WRITE;
/*!40000 ALTER TABLE `vtiger_addonstransaction` DISABLE KEYS */;
INSERT INTO `vtiger_addonstransaction` VALUES (1242,'AD1','1238','1231','1232',10,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(1243,'AD2','1238','1231','1232',10,'','652100812','','Full Payment','',0,'Cash',0),(1246,'AD3','1238','1231','1232',10,'','252642000901','','','',0,'',0),(1247,'AD4','1238','1231','1232',10,'','252642000901','','','',0,'',0),(1248,'AD5','1238','1231','1232',10,'','252642000901','','','',0,'',0),(1249,'AD6','1238','1231','1232',10,'','252642000901','','','',0,'',0),(1250,'AD7','1238','1231','1232',10,'','252642000901','','','',0,'',0),(1253,'AD8','1238','1231','1232',10,'','252642000901','','','',0,'',0);
/*!40000 ALTER TABLE `vtiger_addonstransaction` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_addonstransactioncf`
--

DROP TABLE IF EXISTS `vtiger_addonstransactioncf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_addonstransactioncf` (
  `addonstransactionid` int(19) NOT NULL,
  PRIMARY KEY (`addonstransactionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_addonstransactioncf`
--

LOCK TABLES `vtiger_addonstransactioncf` WRITE;
/*!40000 ALTER TABLE `vtiger_addonstransactioncf` DISABLE KEYS */;
INSERT INTO `vtiger_addonstransactioncf` VALUES (1242),(1243),(1246),(1247),(1248),(1249),(1250),(1253);
/*!40000 ALTER TABLE `vtiger_addonstransactioncf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_agent_accounts`
--

DROP TABLE IF EXISTS `vtiger_agent_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_agent_accounts` (
  `agent_accountsid` int(11) NOT NULL AUTO_INCREMENT,
  `agent_accounts` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`agent_accountsid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_agent_accounts`
--

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

--
-- Table structure for table `vtiger_agent_accounts_seq`
--

DROP TABLE IF EXISTS `vtiger_agent_accounts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_agent_accounts_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_agent_accounts_seq`
--

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

--
-- Table structure for table `vtiger_agentpayment`
--

DROP TABLE IF EXISTS `vtiger_agentpayment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_agentpayment` (
  `agentpaymentid` int(19) NOT NULL,
  `agent_accounts` varchar(100) DEFAULT NULL,
  `agent_accountid` varchar(50) DEFAULT NULL,
  `agent_quantity` int(11) DEFAULT NULL,
  `agent_discount` decimal(11,2) DEFAULT NULL,
  `agent_remarks` text,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`agentpaymentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_agentpayment`
--

LOCK TABLES `vtiger_agentpayment` WRITE;
/*!40000 ALTER TABLE `vtiger_agentpayment` DISABLE KEYS */;
INSERT INTO `vtiger_agentpayment` VALUES (5,'Test1','ACC45621313',2,0.00,'Test agent payment','');
/*!40000 ALTER TABLE `vtiger_agentpayment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_agentpaymentcf`
--

DROP TABLE IF EXISTS `vtiger_agentpaymentcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_agentpaymentcf` (
  `agentpaymentid` int(19) NOT NULL,
  PRIMARY KEY (`agentpaymentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_agentpaymentcf`
--

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

--
-- Table structure for table `vtiger_announcement`
--

DROP TABLE IF EXISTS `vtiger_announcement`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_announcement` (
  `creatorid` int(19) NOT NULL,
  `announcement` text,
  `title` varchar(255) DEFAULT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`creatorid`),
  KEY `announcement_creatorid_idx` (`creatorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_api_settings`
--

DROP TABLE IF EXISTS `vtiger_api_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_api_settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cbs_apiurl` varchar(100) NOT NULL,
  `cbs_username` varchar(100) NOT NULL,
  `cbs_password` varchar(100) NOT NULL,
  `kaasplus_url` varchar(100) NOT NULL,
  `kaasplus_username` varchar(100) NOT NULL,
  `kaasplus_password` varchar(100) NOT NULL,
  `hlr_apiurl` varchar(100) NOT NULL,
  `hlr_username` varchar(100) NOT NULL,
  `hlr_password` varchar(100) NOT NULL,
  `kaasplus_checkup_url` varchar(100) NOT NULL,
  `kaasplus_checkup_unm` varchar(100) NOT NULL,
  `kaasplus_checkup_pwd` varchar(100) NOT NULL,
  `enablelog` varchar(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_api_settings`
--

LOCK TABLES `vtiger_api_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_api_settings` DISABLE KEYS */;
INSERT INTO `vtiger_api_settings` VALUES (1,'http://172.22.22.184','crm','QWJjMTIzQEA=','https://172.22.22.178','crm','','http://129.9.10.73:8001','solcrm','Abc123@@##','https://172.22.22.180','crmadmin','Crm##43251@','1');
/*!40000 ALTER TABLE `vtiger_api_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_apilog`
--

DROP TABLE IF EXISTS `vtiger_apilog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_apilog` (
  `apilogid` int(19) NOT NULL,
  `logno` varchar(20) DEFAULT NULL,
  `apiurl` varchar(50) DEFAULT NULL,
  `api_request` text,
  `api_response` text,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`apilogid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_apilog`
--

LOCK TABLES `vtiger_apilog` WRITE;
/*!40000 ALTER TABLE `vtiger_apilog` DISABLE KEYS */;
INSERT INTO `vtiger_apilog` VALUES (93,'APILOG1','http://172.22.22.184/login','{\r\n                \"payload\": {\r\n                    \"username\": \"crm\",\r\n                    \"password\": \"QWJjMTIzQEA=\"\r\n                }\r\n            }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 24 Jan 2022 10:28:30 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A7mqIELVfAn.qKrovUOGH6nEjCNv8v5Zw9RYL%2Bh%2BGCO8tEbj8tbUIv8; Path=/; Expires=Mon, 24 Jan 2022 10:28:30 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 24 Jan 2022 10:25:30 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"f4c68b81-7cff-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(94,'APILOG2','http://172.22.22.184/login','{\r\n                \"payload\": {\r\n                    \"username\": \"crm\",\r\n                    \"password\": \"QWJjMTIzQEA=\"\r\n                }\r\n            }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 24 Jan 2022 10:28:30 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A7mqIELVfAn.qKrovUOGH6nEjCNv8v5Zw9RYL%2Bh%2BGCO8tEbj8tbUIv8; Path=/; Expires=Mon, 24 Jan 2022 10:28:30 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 24 Jan 2022 10:25:30 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"f4c68b81-7cff-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(95,'APILOG3','http://172.22.22.184/login','{\r\n                \"payload\": {\r\n                    \"username\": \"crm\",\r\n                    \"password\": \"QWJjMTIzQEA=\"\r\n                }\r\n            }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 24 Jan 2022 10:35:21 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Af0eZuE7BQV.%2BjCXtvkcGa4bTGELH0vsC5QCIjaP1ECVRmzIL4mkkpo; Path=/; Expires=Mon, 24 Jan 2022 10:35:21 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 24 Jan 2022 10:32:21 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"e9da69c0-7d00-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(96,'APILOG4','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252698547123\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Default\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Customer\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"252698547123@nomail.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252698547123\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252698547123\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252647000019\",\r\n                        \"userName\": \"252698547123\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(97,'APILOG5','http://172.22.22.184/login','{\r\n                \"payload\": {\r\n                    \"username\": \"crm\",\r\n                    \"password\": \"QWJjMTIzQEA=\"\r\n                }\r\n            }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 24 Jan 2022 10:51:27 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Aic3aBr21hZ.kTYqHoBEeD%2BuDiFTJJ%2Bvr5dr42dvx%2F6mTS2HWo8C5z0; Path=/; Expires=Mon, 24 Jan 2022 10:51:27 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 24 Jan 2022 10:48:27 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"296bd771-7d03-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(98,'APILOG6','http://172.22.22.184:1653/customers/create','{\r\n                schemaVersion: 1.0\r\n                requestId: EAwlcfEL-90aaAlBgQfKksHPJSJwaM4a366A\r\n                timestamp: 1640848045700\r\n                files[customerPhoto]: \r\n                files[bioMetricIdentityType]: 5\r\n                files[bioMetricScan]: \r\n                files[identityDocumentType]: 3\r\n                files[issuingDate]: 2021-12-30\r\n                files[issuingCountryId]: 204\r\n                files[expiryDate]: 2021-12-30\r\n                files[identityDocumentScan]: \r\n                files[identityDocumentScanBack]: \r\n                files[signatureIdentityType]: 8\r\n                files[signatureScan]: \r\n                PayLoad: {\r\n                    \"customerInfo\": {\r\n                    \"identityTypeId\": \"5\",\r\n                    \"mobileNo\": \"252619100222\",\r\n                    \"customerClassId\": \"1\",\r\n                    \"firstName\": \"First Name\",\r\n                    \"middleName\": \"Middle Name\",\r\n                    \"lastName\": \"Last Name\",\r\n                    \"fourthName\": \"Fourth Name\",\r\n                    \"motherName\": \"Mothers Name\",\r\n                    \"emailAddress\": \"customer@nomail.com\",\r\n                    \"documentTypeId\": \"3\",\r\n                    \"idNo\": \"12345678\",\r\n                    \"nationality\": \"204\",\r\n                    \"educationLevelId\": \"7\",\r\n                    \"jobInformation\": \"IT\",\r\n                    \"monthlyIncomeRangeId\": \"2\",\r\n                    \"languageId\": \"2\",\r\n                    \"customerRecordNo\": \"IT-1234\",\r\n                    \"gender\": \"M\",\r\n                    \"dateOfBirth\": \"1996-12-31\",\r\n                    \"placeOfBirth\": \"Place of Birth\",\r\n                    \"countryID\": \"204\",\r\n                    \"stateID\": \"2\",\r\n                    \"cityID\": \"2\",\r\n                    \"inheritorInfo\": {\r\n                      \"tel\": \"252615100002\",\r\n                      \"nokName\": \"Test\",\r\n                      \"idCardNo\": \"12345688\",\r\n                      \"relationWithCustomer\": \"Relationship\",\r\n                      \"address\": \"12 test address\"\r\n                    },\r\n                    \"addresses\": [{\r\n                        \"AddressTypeId\": \"1\",\r\n                        \"isUrban\": \"1\",\r\n                        \"addressLine1\": \"12\",\r\n                        \"addressLine2\": \"543\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"1\",\r\n                        \"cityID\": \"1\",\r\n                        \"subCity\": \"Coychi\",\r\n                        \"sector\": \"sector 1\",\r\n                        \"zipCode\": \"1221\",\r\n                        \"faxNum\": \"\"\r\n                    },\r\n                    {\r\n                        \"AddressTypeId\": \"2\",\r\n                        \"isUrban\": \"1\",\r\n                        \"addressLine1\": \"\",\r\n                        \"addressLine2\": \"\",\r\n                        \"countryID\": \"\",\r\n                        \"stateID\": \"\",\r\n                        \"cityID\": \"\",\r\n                        \"subCity\": \"\",\r\n                        \"sector\": \"\",\r\n                        \"zipCode\": \"\",\r\n                        \"faxNum\": \"\"\r\n                    },\r\n                    {\r\n                        \"AddressTypeId\": \"3\",\r\n                        \"isUrban\": \"1\",\r\n                        \"addressLine1\": \"\",\r\n                        \"addressLine2\": \"\",\r\n                        \"countryID\": \"\",\r\n                        \"stateID\": \"\",\r\n                        \"cityID\": \"\",\r\n                        \"subCity\": \"\",\r\n                        \"sector\": \"\",\r\n                        \"zipCode\": \"\",\r\n                        \"faxNum\": \"\"\r\n                    }],\r\n                    \"contactPersonInfo\": {\r\n                      \"mobileNo\": \"252615100002\",\r\n                      \"partnerContactPersonName\": \"Test Dealer\",\r\n                      \"address\": \"12 sample address\"\r\n                    }\r\n                },\r\n                \"subscriberInfo\": {\r\n                    \"subscriptionTypeId\": \"1\",\r\n                    \"subscriptionId\": \"252619100222\",\r\n                    \"userName\": \"252619100222\",\r\n                    \"password\": \"P@kistan1\",\r\n                    \"deviceTypeId\": \"1\",\r\n                    \"deviceId\": \"\",\r\n                    \"IMSI\": \"\",\r\n                    \"ICCId\": \"\",\r\n                    \"phoneBrand\": \"\",\r\n                    \"phoneModel\": \"\",\r\n                    \"paymodeId\": \"1\",\r\n                    \"offerId\": \"42\",\r\n                    \"languageId\": \"2\"\r\n                },\r\n                \"table_accounts_length\": \"10\",\r\n                \"accounts\": [{\r\n                    \"accountTitle\": \"First Name Last Name\",\r\n                    \"accountTypeId\": \"1\",\r\n                    \"currencyId\": \"250\",\r\n                    \"accountProfileId\": \"177\",\r\n                    \"accountExpirydate\": \"2022-12-30\",\r\n                    \"isExternalAccount\": \"0\",\r\n                    \"parentAccountID\": \"0\",\r\n                    \"isglAccount\": \"0\",\r\n                    \"cvv\": \"\",\r\n                    \"bank\": \"506\"\r\n                }]\r\n            }','<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Bad Request</pre>\n</body>\n</html>\n',''),(126,'APILOG7','https://172.22.22.178/createToken','{\r\n            \"PayLoad\": {\r\n                \"firstName\": \"crm\",\r\n                \"sessionId\": null\r\n            },\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"payload\":{\"token\":\"criVFehkB03EglaB9U731expA7JCCIwj\"}}',''),(127,'APILOG8','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"dMErn/jHQWDLEoVuK9oD9s2WTTfX+cBPofW5cTrarBxuLjk+0uESHeZTZBnJsPB8\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(310,'APILOG9','https://172.22.22.178/createToken','{\r\n            \"PayLoad\": {\r\n                \"firstName\": \"crm\",\r\n                \"sessionId\": null\r\n            },\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"payload\":{\"token\":\"PKZViC3twd7itLaTksRL4G6HqFsDtp4Y\"}}',''),(311,'APILOG10','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"<script type=\"text/JavaScript\"> \r\n            var loginRequest = {};\r\n            var loginPayLoad = {};\r\n\r\n            loginPayLoad[\"username\"] = \"crm\";\r\n            loginPayLoad[\"password\"] = \"Abc123@@\";\r\n            loginPayLoad[\"neverExpire\"] = true;\r\n\r\n            var token2 = CryptoJS.AES.encrypt(JSON.stringify(loginPayLoad), \"PKZViC3twd7itLaTksRL4G6HqFsDtp4Y\").toString();\r\n\r\n            document.write(token2);\r\n        </script>\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"message\":\"Unexpected token t in JSON at position 40\"}',''),(312,'APILOG11','https://172.22.22.178/createToken','{\r\n            \"PayLoad\": {\r\n                \"firstName\": \"crm\",\r\n                \"sessionId\": null\r\n            },\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"payload\":{\"token\":\"Tx3RqvpIFQ560S3OGLcIm853EjC725yG\"}}',''),(313,'APILOG12','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"<script type=\"text/JavaScript\"> \r\n            var loginRequest = {};\r\n            var loginPayLoad = {};\r\n\r\n            loginPayLoad[\"username\"] = \"crm\";\r\n            loginPayLoad[\"password\"] = \"Abc123@@\";\r\n            loginPayLoad[\"neverExpire\"] = true;\r\n\r\n            var token2 = CryptoJS.AES.encrypt(JSON.stringify(loginPayLoad), \"Tx3RqvpIFQ560S3OGLcIm853EjC725yG\").toString();\r\n\r\n            document.write(token2);\r\n        </script>\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"message\":\"Unexpected token t in JSON at position 40\"}',''),(314,'APILOG13','https://172.22.22.178/createToken','{\r\n            \"PayLoad\": {\r\n                \"firstName\": \"crm\",\r\n                \"sessionId\": null\r\n            },\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"payload\":{\"token\":\"0WlN2B4s6jHQaFjEsAS8xEV04q6SaIsk\"}}',''),(315,'APILOG14','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(316,'APILOG15','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(317,'APILOG16','https://172.22.22.178/createToken','{\r\n            \"PayLoad\": {\r\n                \"firstName\": \"crm\",\r\n                \"sessionId\": null\r\n            },\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"payload\":{\"token\":\"AtkL5FLxdVKdfPoCnk7VrXHQHM8yV604\"}}',''),(318,'APILOG17','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(319,'APILOG18','https://172.22.22.178/login','{\r\n           &quot;PayLoad&quot;: &quot;&lt;script type=&quot;text/JavaScript&quot;&gt;testfun(&quot;AtkL5FLxdVKdfPoCnk7VrXHQHM8yV604&quot;)&lt;/script&gt;&quot;,\r\n            &quot;sessionId&quot;: null,\r\n            &quot;requestType&quot;: &quot;LOGIN&quot;\r\n        }','{\"message\":\"Unexpected token t in JSON at position 40\"}',''),(320,'APILOG19','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/C6vBNVp0YOHm+uEQVYB4W8MHQ5qUTjPmb8iFhORkyTs/miGIKbP52I7ihl02GAPH7Acx1OsFjgnRCHebmWNFeMNuvFehJ0Mo=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(321,'APILOG20','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/C6vBNVp0YOHm+uEQVYB4W8MHQ5qUTjPmb8iFhORkyTs/miGIKbP52I7ihl02GAPH7Acx1OsFjgnRCHebmWNFeMNuvFehJ0Mo=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(323,'APILOG21','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18P+qeYOgH0KGNvFa4cY8qrG7zQDwvN+6qrbcJz0qXV1ex4CI+0YfdzlTHuzccJO/XGesI+c8AgIehWAMQC0l1W2DBeVTyzRkw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(324,'APILOG22','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18P+qeYOgH0KGNvFa4cY8qrG7zQDwvN+6qrbcJz0qXV1ex4CI+0YfdzlTHuzccJO/XGesI+c8AgIehWAMQC0l1W2DBeVTyzRkw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(325,'APILOG23','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18P+qeYOgH0KGNvFa4cY8qrG7zQDwvN+6qrbcJz0qXV1ex4CI+0YfdzlTHuzccJO/XGesI+c8AgIehWAMQC0l1W2DBeVTyzRkw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(326,'APILOG24','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/DAyqJa7IAEJyNnd/zn9soMzpif0MxwZ1xqhaosq4+ZlQLaNaHdZRbONV+FODk1cZdWX3oJYC45JfhJnNocK3zgNsNhbkWcgw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(327,'APILOG25','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX183ma1ekPm/P+hCgvStKTcb0pLLptaQVjQ86oOf8e6bdiUnNcdHp+cAIiAChTgggkJ2gEn3NFDE89aSo7k0YT6Cc7HQyvxc2xg=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A7Yyo9AgONj.mRBpjnWGBnukeWRGYYBEjDxuKRi5mvjdHo7k546G2Y0\"}}',''),(328,'APILOG26','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18W4v0YaerF/TYkIggoKvGstEdKGcCGVlR0vSVBpLf4CtSssUxH+C6Mr+NIlnn+U04LOe84x96MiwNhsrbSgkPqOySCE3Hwqmk=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A0NbXDsru6w.1gFVOeT%2BaLRCmb6P4KLCu%2Fg6t%2FwdfCMVSzCsm7E8wtY\"}}',''),(329,'APILOG27','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/0ls5/trh3R8yahQxkXbhm8SIDioF3YfaVwPn9J54aNeIzAdvzo8O8LE75Gv46IiIGSdSqhs9jhv1KKObNAr5GRVVq+H77df0=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3ACGNnZrtXlz.3yxTm6TmdsNS6UsVzsEjxQjLrPXevNe6%2Bwh1PEdia8A\"}}',''),(330,'APILOG28','https://172.22.22.178/customers/create','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }','{\"message\":\"Unexpected end of JSON input\"}',''),(331,'APILOG29','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+x5kuo2h8IISV/1WPbpyw/rK29YR4q8XdyKdmPOVXKLR8KWP8oDCFR3a5LwRUhjFTnpcX9QZbzQAr4Zdgu7cxji1cAbN/TgDc=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AmjZqy8WJCR.HswWybV%2FOSdY1Ga7mipbw2fP82Wfo2qYgNb7srLF4kQ\"}}',''),(332,'APILOG30','https://172.22.22.178/customers/create','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }','{\"message\":\"Unexpected end of JSON input\"}',''),(333,'APILOG31','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18bDDwXjLEnAI3VtXt4Iop6vFpOw2f3G1nPr1lVzi0kB1bHGx6KY6qwaQ+wutgLHnxbI3RJEdofG/j2uqWDXD7Jhw5OJDRMhCc=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AIHBoZkTiIt.4wPZDK3D6x9R4PlQszWF3vpW8PLU%2FcEw7TMP8X0pEts\"}}',''),(334,'APILOG32','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }','{\"message\":\"Unexpected end of JSON input\"}',''),(335,'APILOG33','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/3FMuw2mt/TrHW3QHsMGUXzD7MpWhdzrUJBZxVexwPqTTO/Pwt1DlDYwQd9y9/90QDHzb8JkX0CGbmqqqeart78UMnDIYRB3w=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AZErXdg4kj8.8AvITTDTdNNQXHt4pmdFqntO4jO6BifHlWmkXXJARC8\"}}',''),(336,'APILOG34','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18RvlafMibedkwy0yRhdpDcC57zGmMh6rWRL5DUoaT88ceHZftg2c/cC4ePQV8UdQZxCydONZq2homIOH+5d8jT3JHY8ossThs=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3ACFevBM21i7.1vQACQRzNGfVMrUOdZwRCv5Eioh4RveyJtPJhn5MB90\"}}',''),(337,'APILOG35','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','0',''),(338,'APILOG36','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','0',''),(339,'APILOG37','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/3FMuw2mt/TrHW3QHsMGUXzD7MpWhdzrUJBZxVexwPqTTO/Pwt1DlDYwQd9y9/90QDHzb8JkX0CGbmqqqeart78UMnDIYRB3w=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(340,'APILOG38','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/3FMuw2mt/TrHW3QHsMGUXzD7MpWhdzrUJBZxVexwPqTTO/Pwt1DlDYwQd9y9/90QDHzb8JkX0CGbmqqqeart78UMnDIYRB3w=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(343,'APILOG39','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/qOuN+UN16ePz1czWX+/2KIB8WBuCDffL/s6/1JmxWj2TU4ndXlCCbf4fvIUngzHBDypvGOOpgo9tnX7JmNowbbe0wBb8ZMxk=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AbcQUVYTibA.dw9KAZMNENsTvS4zIOGtP204j5YmSv6C%2BRcbATKD6g0\"}}',''),(344,'APILOG40','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18o3ZrjzW6kzDlAABEFIYkxllg4LVhCMmOwREJYLDR1urgvkutoYgX+aDV1N9MvnXOcFo27t2wwmqKEV09gM+bgaLSGVaxz/bw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AUUHeQRo9gX.dGHsvTAH1HVgeB%2FMxJAx%2BH2BiKnlk177z0TE1H%2B88XI\"}}',''),(345,'APILOG41','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18o3ZrjzW6kzDlAABEFIYkxllg4LVhCMmOwREJYLDR1urgvkutoYgX+aDV1N9MvnXOcFo27t2wwmqKEV09gM+bgaLSGVaxz/bw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"14i7hQXVr0DAEPDNeihmhLN9ZtqsKZRb3AY3YtBHvhPatwH3S8tBxV5s3Hydx98d8egpjAachipvgZrb4P3l1bD9UBRU41HYEFfa8GeFyuzDOKACHlMU4M8EfTWP6KHy284M6kZTuJheTRGjahspdfKRJ44ObJNvO8Dq0QFfhS2oAnISovlxO4uyX1eDtJW14Tl7QVGvZMtqLJ8kUIyJMZDYpJDcEH2MlWrv1hNhdoZmDuCvy8zNduNgb867pxIf5OK5hyVabKditl3FT2B20l0igCAsDUMt0qn1U1pKi52k3ecV7XNm0BXqZr6UHiSqtpaDNmzCSk0k9DoX6ZH0f4FeFfL3nVflbUeUo35oo2WCq60fNvxwkthDpcBHjHGvztRvh45rwk6NGNnKb7lzMaaEfdeTQlt7gNbqVrkgTLjBNX3MW9qNUeF8PdhEy4heqbDmAcFgYfXqhqWuBU5GsxboDUF2mlhBlNF9oEmIuxCmyxxIn1o9n7fnhGrBGSCciVnfOWz1Mud54COw99i0jFpmUYU9UoGmvAqxN5EHQioW64AMP9CjUyQCOE5Qm99dQQzKiqUERxD6LLxTBcsCWTH383A7aYWR857qSyuszRFPlrga8BuHQrRtWdyTr9kAFcsT4MjR7tW7HBfMnFpVLjnDrTRdLsSNoXKglYq30vwSa0e9z5B1whe6VHsWdDRiMKVY7a8wnRwP5GdKsHXbcl77vZMYHAxJSFBss9olfA4pAsEMuQ9N1pkA1rW6zgHRAF76ePxLPLcwJxYaWWPi6oS6OpG7BIhyF3xbnOuzGxjQUELkxozLpbD9mZPyDJcuLAMS1ddZAhMnZ1SCKbAotEy2VGH3E2Ry2yFvsCVqVL1R8FqosfHUR03hAr9ybcgt8ROdlzZ4rNK4847tHGSMdYoAKuL7UvUvruTI41gWxzVJkrOMOk4f1MX5NPKQAj4PJ9j3qFwOSiaYYuMGBUV9KdLa9TD5Hgdo2vanmKQO5FgTVhouRgGW54hMzCYQ6g5crau6E7gZBQI8FmNGIiJMw7LgfL96YxXe1yPNszeCs6o3qUVhnykOaIUtfzs2ETDhEyfiol7XW2CA10gn0KltkWItOPdP7KU1hXvxzeTGoWaVISIfxkkzXKgQt3jR5uynigrZe0Wros5wBS1fY4KLK6BWVP8kNI6TC2Krb6dAMvcqJOiPHWGpr1HQnpeBGfUwnBolAJtZSsGWPMZhUSEZBfrim2AtsclpJIVVlpYkSbeBGNcaDKu2FPkynk7EfIVhM2tSMvF6IvkHDFkPLda8kJ48zzne6sL2UKvfE1Jgp2a19hDCfOwhrNTi9yzwLpFIO5KR7ghpZZxFoSJvbpITumtD2GRdLk3tLFN8K7H3gO09FNxT7CXTc3Q3Rb2eGP4io0MIfDDeBFx55g7ZDXZz1yHGhFKf4TKlOUSlmlD64kjqHfJKenY2x4BcOz3jCQsyzO5B1JlTCagNldeUdEL13SQloO6MNE07RpQEHmCRFVgc5jeY2NXFlOuLMDTWEepn58hBKh8cWw5yAXu9nHT7e4J4AkzolO8ZF4dOqZfDwIkHgunlU9jA3UrOvEvadLkulHIWsXIGR7i9zvZfTu4Zh6zcyU68nFp2stfXrVgzfd2HXPkMSkkErtpERPMLqGJcxDf6XfGo5vj3I3JZDZiQMVhIbdAiemiTfox016xtZpWSpZuPXwwfMHjrXE8CAMuUnyAnWTEPB3nMr3094MG0WEmTGuRj6t9wB4LTJEwIYQv9E0zIfomiFgPgp3yM4JpMjAm5T7kINTik2S1fzcBHuNKfugz0e79OJ2EUttNB70Ui4JheJv3mNHgX8mYfOTNn91V6VTpCrnPukYDbSNP8vpjfafSZDhznZwOiT8FIVydwzdi912JvLGw0jGulLwAfBXRtFK4LBsNohHGElGCgd0QVQoAMiNXeUXG8PJ9Tw2z3PVt81NvdbfhdmEii4S7zApxYzo2zEtlZMK1vCJqP1H4dGtUm\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AeD4eA6W3Gh.4Qx1SGpWTlR%2BQoXoWhmy0zs8GEPYWSAMXYmJeyXZcM8\"}}',''),(346,'APILOG42','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19hjUkgFvVbYfiL9ZXBouadg62beJSj3Q1wzpBVv8lUwsR4DhKgxkBpz3RJ2eXZc8zZou2WF8UCNMasw9Sg6vdhVcvu7+FvkKE=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AIWfnf6JARb.t4%2FwI08zfMPTS92TnBPoAdL6s4eJ24GMFEh0vYtxyX8\"}}',''),(347,'APILOG43','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','0',''),(348,'APILOG44','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','0',''),(366,'APILOG45','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+Z3qnK6EYf2djdSRnvYIifewMjovj7rEnC2kQA/8Lsm3wAJDvrNXKGsFzovkcpTrpExq6Wa4InQNHTS5yljvmYayZ5XYOcios=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AOMiG63msRn.CUZxVIxgvL8gut8CkBKHaEUGRAuM%2Bp4Qv3pkdlfGzGM\"}}',''),(367,'APILOG46','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+/X0eZbA1AjVRI4cbcVZA8rJx7xpzz6mfw0Xhue3enwKa9ik+pWN+kxMMGI3aBBWYOSeDyoqWUp4Wet749Pk269DTDRC5JDms=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"r2Cuqw3seY1rXDOAy7ONSCwSAAyx2TYpLIUObRr4UMKcJp7KtFGjUp6m5DrTgtptFbYf45UNIGs15FykBFoGsKIkLj2uZ5ToSvfOhfbZfzDqJVFIYkmlVlhOzRE3p7BrHFJJAnCHehJn93Bnnx8iBno6WNLA2rdxkcQDl87KG5dyfHC34iRProOGVjuPLyvmboPDenyesXl6FGJDzGr5ssktmwvUSwciF7ZQeJQqZnTb2JMkmw4VkZVVewMsN9nkGSlBxihHCGrYOYKmDNp183F3RwphbMFJsj6QV1pXN0TCehpXCeCUqkNkmLdF8wbjZJc5WKdQ9e4XvVM2d0tGvO5JjASZXtMH9LXZrqHfDSnAMnr6TiqgtaK3f0KmkSfkj320AVzo28mcsGv2MDz2EqdErMYLkxCvEjFZHKKND6SpIvYXUix6XqphL9UCP5HnAeeJzwSwd1sA1ZvtbhrVarqfHjh7oKlfSRMCfWwmp6MS64WgpphidqlDUJoTYMSXCg0HltOfa4VJGRdLpESZA8tDTLgWq3ijg8VVjV0h4bfphgQGjqcHw2quiG8XN5b4aCps8qirUN5JLPe1PfgOfFMXSR5d3kmKq731lmuPVSzVl6zFU2MkbsreDMbzw8qyMvq2oJr1TGB3Y7WdKABo30PLAkZIfWG7cAexDZhX6QViZk778ZHsOmOUSE8ZMngyOqRbZeivQQxIiAJQXM1LmmN9tFBSRnBShJantfMOGcLJmh7DcPYplh7B7yJo5xu5jYJlFGGfhiIm2fDis55nHi17dkoD16nCoShA0lV5afu7BFfaYTNBfR262pJRwuDLpBCGaq8oRqLFIuGWCbQXdxGfjtXwcGjQAoyTXIhfn1CkivyQavthb5DACTxzTV5YRgzG1x6f3yGm6cAn24T4yIicRGvhoqVbXWCUEcaYsBbRl1JWASgZdYyrQa26ZHRwY1xbLXVifTx2rLrAShlAHlPRYdMM2PQwsCef6ihDk6wMp1buUtmU9isqrxJXzcPMhBIx6Af1q03ZjtYyUPfwjheqvpuHPejPyBpUdkNh86zIUfJa8BUjeSEn0lIwHSa09g6IWBWo9Nf6et7naoqRQqNIKGOGURlvriq5dWppuKrOz7Wn9TSCp7CT41wAxsgVaGg3lOZC5EnWr0McgsO8aIyzB2xTffjg0Di6dtv0YBswJ4rOB3QKph9GAgjMAwIYwbEud3Puvl6g7hI4jISC6CRvWREnEDGRPjrAy4OVVMh30NIj8yb7rydsLkxuCZ3MreIiY6dr4n7Jzd2u4g0Jc418GBGJpefAF2WSE04RLr6TGkGULzjqg5m76AfN8TtxQ0h72EOtvZi0PZu8T7ITEriZ8933NCCgqAH5KniRJMzolv9c3JaqMAKzF6xaD6Gox4793Rb3MxAKBXfrHn8KMCEdg5MO4IiBZVsxlwyVJevH67QKw9tQV0sTwiCVLdhmq2maJ7x5o8waAdvaoVGpiODlXM7SINNIp4lr1CPjn28qpYIzRjtq3ySFILXWQMknCH1T7LKwsTV50M8nzsTdPYxmZx0ACERYrBvwyrLOdqUIG3iebDdWBtoPxgD5aai1g8YieG99fAdTgaiMB8x5bONsjVga5ejpRyLEWsHQXo2xf1Wi2GgGQ0tqXChxzJc1LuV4atSQlMByEWh83lz8lsY07WtcatxnOCC6fDpcG7I30yKH78yHxI9zC1hhBAZ5iQ5Aew6Dg0KLuyV8Sc9FTvNlDrfhLdONVIbhp7VJQ5pR9V9CHE7IIGNX3YCimNzU3ZZRBIJCssw8mYYFW9saeBXeAOH6wBSCNPfPPD77AcAxpmkutvDpncu7uGD1b8GgnTSZxCE59TEMEhlkONfQjuxJL6Tb4nrSn9u9WHwrZEdaY5p6Iu57zRmmz3rMiCW61rPeBMUL4sfWA2MhbCZzL0k39qf4lJE3KzLXUm1VqzSkZr4cPkIlVB3OKIcQB1H5nFSjhDXUCN6lTXYPg9HrMtRu8GfL\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AB5I8pPtIgk.ko1kXTbnSagVlQX5CgJ2yEJiS8DkeNjoKbTiImL0gig\"}}',''),(368,'APILOG47','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','0',''),(369,'APILOG48','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','0',''),(370,'APILOG49','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18TWwullU+AZfkL7hfaJ4xA3W/xQDbIyNHrxkgAktqmSbfPku5N7eCAR7VKQuXqmRtzL+hs/R6/us/GwS3I26n3ZOSgiytFJBo=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AoinEtQIpdC.Gzyv5NV2IlSlp4XNOzUnZK0hVqnLZmRjQfhMYJ6ejcA\"}}',''),(371,'APILOG50','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252615100002\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252619100222\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(372,'APILOG51','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18gR9RwZ2kerptaLWCELRaoUIfuKuSKbjJu/yqQffIsl9Z3dTNIYcf3nM7Pap9JLg6k98O7wLWGQ4g3ZaeKK1wPlQC7v+vjrKk=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3Art0INWNEMJ.Nl4Qa%2FzP0FYszTlsiSgJl1%2BBt%2BC5PzWRPqlaISKwgQE\"}}',''),(373,'APILOG52','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252619100222\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252615100002\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252642000645\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000645\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','{\"error\":\"Some exception occurred , Please contact support.\",\"payload\":null}',''),(374,'APILOG53','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+XvmVPDBcaFtytrdYSzu39c3BIJVIy1cO7XA2o6YqcHq+5LTQQVOwiUFjTrcdD32cjOFm4OG+o1L4PstbOdwAWE21cS+JhAR8=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3Av0AQfyTKZc.q4FSw1uva3XhiR43fV76djhGgt34IxDo3GpSuQY3Fv4\"}}',''),(375,'APILOG54','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000645\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252642000645\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252642000645\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000645\",\r\n                        \"userName\": \"252619100222\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    }]\r\n                }\r\n                }','{\"error\":\"Some exception occurred , Please contact support.\",\"payload\":null}',''),(376,'APILOG55','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18h7fTE9o5KNo0iCtO8Q8e9XlaQ5HNRVayucZv2VplLimBiLt22zDEfYI0qxq41hZ3Xqlws1InSUPYkcKxPF4RhTQyaoU0XSxA=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AdzvtkMwcZw.afhXJpmA14AQxQgYXaucvUQtwKYZXXC5NYoeewshM9E\"}}',''),(377,'APILOG56','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000645\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252642000645\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252642000645\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000645\",\r\n                        \"userName\": \"252642000645\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    },{\r\n						  \"accountTitle\": \"First Name Last Name\",  // this shoud be equest concatinated of firstName + middleName + lastName\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}]\r\n                }\r\n                }','{\"message\":\"Unexpected token / in JSON at position 4871\"}',''),(378,'APILOG57','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19IRJZaRYCGo6D7V6tKgUe/pQFWaFnDgFDsOq9I1zuXgWnm0QnbEk6pKnRBlnXALum5p9ZZN7ZILP6k/62UY7q45rd9ltdaMjs=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AHNsVTIqUx9.gkuWybxMPQc0FfYOCT8xHWV8IVkVMBsx20%2F4Hz6Lqjc\"}}',''),(379,'APILOG58','https://172.22.22.178/customers','{\r\n                    \"PayLoad\" : {\r\n                        \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000645\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"First Name\",\r\n                        \"middleName\": \"Middle Name\",\r\n                        \"lastName\": \"Last Name\",\r\n                        \"fourthName\": \"Fourth Name\",\r\n                        \"motherName\": \"Mothers Name\",\r\n                        \"emailAddress\": \"customer@nomail.com\",\r\n                        \"documentTypeId\": \"3\",\r\n                        \"idNo\": \"12345678\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"IT\",\r\n                        \"monthlyIncomeRangeId\": \"2\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"IT-1234\",\r\n                        \"gender\": \"M\",\r\n                        \"dateOfBirth\": \"1996-12-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                          \"tel\": \"252642000645\",\r\n                          \"nokName\": \"Test\",\r\n                          \"idCardNo\": \"12345688\",\r\n                          \"relationWithCustomer\": \"Relationship\",\r\n                          \"address\": \"12 test address\"\r\n                        },\r\n                        \"addresses\": [{\r\n                            \"AddressTypeId\": \"1\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"12\",\r\n                            \"addressLine2\": \"543\",\r\n                            \"countryID\": \"204\",\r\n                            \"stateID\": \"1\",\r\n                            \"cityID\": \"1\",\r\n                            \"subCity\": \"Coychi\",\r\n                            \"sector\": \"sector 1\",\r\n                            \"zipCode\": \"1221\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"2\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        },\r\n                        {\r\n                            \"AddressTypeId\": \"3\",\r\n                            \"isUrban\": \"1\",\r\n                            \"addressLine1\": \"\",\r\n                            \"addressLine2\": \"\",\r\n                            \"countryID\": \"\",\r\n                            \"stateID\": \"\",\r\n                            \"cityID\": \"\",\r\n                            \"subCity\": \"\",\r\n                            \"sector\": \"\",\r\n                            \"zipCode\": \"\",\r\n                            \"faxNum\": \"\"\r\n                        }],\r\n                        \"contactPersonInfo\": {\r\n                          \"mobileNo\": \"252642000645\",\r\n                          \"partnerContactPersonName\": \"Test Dealer\",\r\n                          \"address\": \"12 sample address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000645\",\r\n                        \"userName\": \"252642000645\",\r\n                        \"password\": \"P@kistan1\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"table_accounts_length\": \"10\",\r\n                    \"accounts\": [{\r\n                        \"accountTitle\": \"First Name Last Name\",\r\n                        \"accountTypeId\": \"1\",\r\n                        \"currencyId\": \"250\",\r\n                        \"accountProfileId\": \"177\",\r\n                        \"accountExpirydate\": \"2022-12-30\",\r\n                        \"isExternalAccount\": \"0\",\r\n                        \"parentAccountID\": \"0\",\r\n                        \"isglAccount\": \"0\",\r\n                        \"cvv\": \"\",\r\n                        \"bank\": \"506\"\r\n                    },{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}]\r\n                }\r\n                }','{\"error\":\"Some exception occurred , Please contact support.\",\"payload\":null}',''),(380,'APILOG59','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+wZGPTfU9oYONO2cLF7Fp8wTG14vycOTwJCUD4nS7RTQcDVsbwWmhEyQuQUqyMqXmJ4P3MoPfY/zCvGGV7+FuqBUl6D3k35Uc=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AxgELVGGFSz.9WBoOy0J3pTU6tfNH2cc%2BKU5hZ5ff3GX4lAiwXmwaMU\"}}',''),(381,'APILOG60','https://172.22.22.178/customers','PayLoad: {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000645\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"First Name\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Last Name\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"customer@nomail.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000645\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000645\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000645\",\r\n						\"userName\": \"252642000645\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}','{\"message\":\"Unexpected token P in JSON at position 0\"}',''),(382,'APILOG61','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19KuInY4nM7pzb8YWffGdy7HO6wPH6ZlC97+b4n6QSfWp2baIqWh856OYBbgS03RQi4OT+Yrfi0u3CEmVFSpjIDm+7GzoM+HQs=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AyVx5sf1dWT.dZlUeTUuK0VZV%2B7zVTbSomojVUalu5xc4M4qYj7%2B5rU\"}}',''),(383,'APILOG62','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000645\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"First Name\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Last Name\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"customer@nomail.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000645\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000645\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000645\",\r\n						\"userName\": \"252642000645\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889187,\"name\":\"First Name Middle Name Last Name Fourth Name\",\"email\":\"customer@nomail.com\",\"userName\":\"252642000645\",\"subscriptionId\":\"252642000645\",\"accountNumber\":\"7006454713\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-01-31\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(384,'APILOG63','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"LCr2f2Xmm0f9o4aXfB5PYIaX7CSW3E2P\"}}',''),(385,'APILOG64','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+lnwAbcLIJqGSbXoENEtoFOF5XzENWZ+C3WQJk9v3qfYdbxBtRRQufwkoHEu9tBIMm0ayKsxhKaJ7f5AumFDT+wztIVfGpiSI=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A1hvS7n25zh.NqeyPb1JbvW%2BxJrkjadWpxCmMb0oUvmQ8dRNFFel%2FrY\"}}',''),(386,'APILOG65','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000645\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"First Name\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Last Name\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"customer@nomail.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000645\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000645\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000645\",\r\n						\"userName\": \"252642000645\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(480,'APILOG66','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00231897\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00231897\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(482,'APILOG67','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00633499\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00633499\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(484,'APILOG68','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00633834\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00633834\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(486,'APILOG69','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00625143\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00625143\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(488,'APILOG70','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00250812\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00250812\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(491,'APILOG71','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00260003\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00260003\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(492,'APILOG72','http://129.9.10.73:8001/00260003','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149002</IMSI>\r\n                    <ISDN>252642000893</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 200 OK\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 362\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>5004</ResultCode><ResultDesc></ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(494,'APILOG73','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00222803\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00222803\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(495,'APILOG74','http://129.9.10.73:8001/00222803','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149003</IMSI>\r\n                    <ISDN>252642000894</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 200 OK\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 362\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>5004</ResultCode><ResultDesc></ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(497,'APILOG75','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00644779\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00644779\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(498,'APILOG76','http://129.9.10.73:8001/00644779','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149003</IMSI>\r\n                    <ISDN>252642000894</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 200 OK\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 362\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>5004</ResultCode><ResultDesc></ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(510,'APILOG77','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00625113\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00625113\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(511,'APILOG78','http://129.9.10.73:8001/00625113','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149002</IMSI>\r\n                    <ISDN>252642000893</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(513,'APILOG79','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00264279\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00264279\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(514,'APILOG80','http://129.9.10.73:8001/00264279','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000893</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149002</IMSI></Group><Group><ISDN>252642000893</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(515,'APILOG81','http://129.9.10.73:8001/00264279','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149002</IMSI>\r\n                    <NEWIMSI>637026400149005</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>3050</ResultCode><ResultDesc>ERR3050:New IMSI in use</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(525,'APILOG82','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00225542\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00225542\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(526,'APILOG83','http://129.9.10.73:8001/00225542','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000899</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(529,'APILOG84','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00646139\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00646139\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(530,'APILOG85','http://129.9.10.73:8001/00646139','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000899</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149010</IMSI></Group><Group><ISDN>252642000899</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(531,'APILOG86','http://129.9.10.73:8001/00646139','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <NEWIMSI>637026400149011</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(549,'APILOG87','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00624555\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00624555\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(550,'APILOG88','http://129.9.10.73:8001/00624555','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149014</IMSI>\r\n                    <ISDN>252642000903</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(553,'APILOG89','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00251804\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00251804\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(554,'APILOG90','http://129.9.10.73:8001/00251804','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000904</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>3001</ResultCode><ResultDesc>ERR3001:Subscriber not defined</ResultDesc></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(558,'APILOG91','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00653474\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00653474\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(559,'APILOG92','http://129.9.10.73:8001/00653474','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>63702640014918</IMSI>\r\n                    <ISDN>252642000907</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3048</ResultCode><ResultDesc>ERR3048:KI not loaded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(565,'APILOG93','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00637523\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00637523\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(566,'APILOG94','http://129.9.10.73:8001/00637523','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149021</IMSI>\r\n                    <ISDN>252642000921</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(571,'APILOG95','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00636968\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00636968\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(572,'APILOG96','http://129.9.10.73:8001/00636968','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000921</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149021</IMSI></Group><Group><ISDN>252642000921</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(573,'APILOG97','http://129.9.10.73:8001/00636968','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149021</IMSI>\r\n                    <NEWIMSI>637026400149022</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(575,'APILOG98','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00269425\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00269425\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(576,'APILOG99','http://129.9.10.73:8001/00269425','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000921</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149022</IMSI></Group><Group><ISDN>252642000921</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(577,'APILOG100','http://129.9.10.73:8001/00269425','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149021</IMSI>\r\n                    <NEWIMSI>637026400149022</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>3001</ResultCode><ResultDesc>ERR3001:Subscriber not defined</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(579,'APILOG101','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00266063\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00266063\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(580,'APILOG102','http://129.9.10.73:8001/00266063','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000921</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149022</IMSI></Group><Group><ISDN>252642000921</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(581,'APILOG103','http://129.9.10.73:8001/00266063','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149021</IMSI>\r\n                    <NEWIMSI>637026400149022</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>3001</ResultCode><ResultDesc>ERR3001:Subscriber not defined</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(583,'APILOG104','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00634501\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00634501\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(584,'APILOG105','http://129.9.10.73:8001/00634501','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000921</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149022</IMSI></Group><Group><ISDN>252642000921</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(585,'APILOG106','http://129.9.10.73:8001/00634501','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149021</IMSI>\r\n                    <NEWIMSI>637026400149022</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>3001</ResultCode><ResultDesc>ERR3001:Subscriber not defined</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(587,'APILOG107','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00647922\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00647922\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(588,'APILOG108','http://129.9.10.73:8001/00647922','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_SUB>\r\n                <ISDN>252642000921</ISDN>\r\n                <DETAIL>FALSE</DETAIL>\r\n                </LST_SUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_SUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><Group><Group><HLRSN>2</HLRSN><IMSI>637026400149022</IMSI></Group><Group><ISDN>252642000921</ISDN></Group><Group><CardType>USIM</CardType><NAM>BOTH</NAM><CATEGORY>COMMON</CATEGORY></Group></Group><Group Name =\"\"Basic Service\"\" ><Group><TS>Telephony (TS11)</TS><TS>Emergency Call (TS12)</TS><TS>Short Message MT_PP (TS21)</TS><TS>Short Message MO_PP (TS22)</TS><TS>Alternate Speech and Facsimile Group 3 (TS61)</TS><TS>AutomaticFacsimileGroup3 (TS62)</TS></Group><Group><BS>General-dataCDA (BS20)</BS><BS>General-DataCDS  (BS30)</BS><BS>Data CDA-300bps (BS21)</BS><BS>Data CDA-1200bps (BS22)</BS><BS>Data CDA-1200-75bps (BS23)</BS><BS>Data CDA-2400bps (BS24)</BS><BS>Data CDA-4800bps (BS25)</BS><BS>Data CDA-9600bps (BS26)</BS><BS>Data CDS-1200bps (BS31)</BS><BS>Data CDS-2400bps (BS32)</BS><BS>Data CDS-4800bps (BS33)</BS><BS>Data CDS-9600bps (BS34)</BS><BS>Pad Access CA-300bps (BS41)</BS><BS>Pad Access CA-1200bps (BS42)</BS><BS>Pad Access CA-1200-75bps (BS43)</BS><BS>Pad Access CA-2400bps (BS44)</BS><BS>Pad Access CA-4800bps (BS45)</BS><BS>Pad Access CA-9600bps (BS46)</BS><BS>Data PDS-2400bps (BS51)</BS><BS>Data PDS-4800bps (BS52)</BS><BS>Data PDS-9600bps (BS53)</BS><BS>AllAlternateSpeech_DataCDA (BS61)</BS><BS>AllSpeechFollowedByDataCDA (BS81)</BS></Group></Group><Group><DEFAULTCALL_TS>Telephony (TS11)</DEFAULTCALL_TS></Group><Group Name =\"\"ODB Data\"\" ><ODBROAM>BROHPLMNC</ODBROAM></Group><Group Name =\"\"SS Data\"\" ><Group><CFU>PROV</CFU></Group><Group><CFB>PROV</CFB></Group><Group><CFNRY>PROV</CFNRY></Group><Group><CFNRC>PROV</CFNRC></Group><Group><BAOC>PROV</BAOC><BOIC>PROV</BOIC><BOICEXHC>PROV</BOICEXHC><BORO>PROV</BORO><BAIC>PROV</BAIC><BICROAM>PROV</BICROAM><CLIP>PROV</CLIP><COLP>PROV</COLP><CW>PROV</CW><HOLD>PROV</HOLD></Group></Group><Group><Group Name =\"\"O-CSI\"\" ><OCSI_ID>600</OCSI_ID><OCSISTATE>TRUE</OCSISTATE></Group><Group Name =\"\"T-CSI\"\" ><TCSI_ID>600</TCSI_ID><TCSISTATE>TRUE</TCSISTATE></Group></Group><Group Name =\"\"GPRS Data\"\" ><Group><CNTXID>2</CNTXID><APN>soltelco</APN></Group></Group><Group><SMDP>MSC</SMDP><RROption>ALL_PLMNS</RROption></Group></ResultData></Result></LST_SUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(589,'APILOG109','http://129.9.10.73:8001/00647922','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_IMSI>\r\n                    <IMSI>637026400149021</IMSI>\r\n                    <NEWIMSI>637026400149022</NEWIMSI>\r\n                    <CARDTYPE>USIM</CARDTYPE>\r\n                    <ALG>MILENAGE</ALG>\r\n                    </MOD_IMSI>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_IMSIResponse><Result><ResultCode>3001</ResultCode><ResultDesc>ERR3001:Subscriber not defined</ResultDesc></Result></MOD_IMSIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(640,'APILOG110','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00649571\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00649571\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(641,'APILOG111','http://129.9.10.73:8001/00649571','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149071</IMSI>\r\n                    <ISDN>252642000971</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(643,'APILOG112','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00235615\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00235615\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(644,'APILOG113','http://129.9.10.73:8001/00235615','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149071</IMSI>\r\n                    <ISDN>252642000971</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(645,'APILOG114','https://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','0',''),(646,'APILOG115','https://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"7894561230\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"mike\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"mike12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"7894561230\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"7894561230\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"7894561230\",\r\n                        \"userName\": \"7894561230\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','0',''),(648,'APILOG116','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00637190\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00637190\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(650,'APILOG117','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00645937\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00645937\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(652,'APILOG118','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00243647\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00243647\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(654,'APILOG119','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00624835\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00624835\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(656,'APILOG120','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00641024\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00641024\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(658,'APILOG121','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00660302\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00660302\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(660,'APILOG122','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00242202\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00242202\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(662,'APILOG123','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00216393\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00216393\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(664,'APILOG124','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00643742\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00643742\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(666,'APILOG125','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00663971\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00663971\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(667,'APILOG126','http://129.9.10.73:8001/00663971','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149071</IMSI>\r\n                    <ISDN>252642000971</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','',''),(669,'APILOG127','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00666926\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00666926\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(670,'APILOG128','http://129.9.10.73:8001/00666926','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149072</IMSI>\r\n                    <ISDN>252642000972</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','',''),(672,'APILOG129','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00218768\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00218768\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(673,'APILOG130','http://129.9.10.73:8001/00218768','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149072</IMSI>\r\n                    <ISDN>252642000972</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','',''),(675,'APILOG131','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00225269\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00225269\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(676,'APILOG132','http://129.9.10.73:8001/00225269','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149072</IMSI>\r\n                    <ISDN>252642000972</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','',''),(678,'APILOG133','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00246050\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00246050\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(696,'APILOG134','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00264575\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00264575\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(697,'APILOG135','http://129.9.10.73:8001/00264575','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149073</IMSI>\r\n                    <ISDN>252642000973</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(698,'APILOG136','https://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','0',''),(699,'APILOG137','https://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"9517538520\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"mike\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"mike12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"9517538520\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"9517538520\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"9517538520\",\r\n                        \"userName\": \"9517538520\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','0',''),(701,'APILOG138','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00632053\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00632053\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(702,'APILOG139','http://129.9.10.73:8001/00632053','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149074</IMSI>\r\n                    <ISDN>252642000974</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(703,'APILOG140','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 21 Feb 2022 08:34:26 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A9ZsQ3Gnxpp.cCa6ItKIYAVZw%2FxCNQBNTWLew%2BdrTvzq06wO5KCb5S4; Path=/; Expires=Mon, 21 Feb 2022 08:34:26 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 21 Feb 2022 08:31:26 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"a907cdb0-92f0-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(704,'APILOG141','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"0\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"test\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"test12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"0\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"0\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"0\",\r\n                        \"userName\": \"0\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(706,'APILOG142','https://172.22.22.178/createToken','{\r\n                \'PayLoad\': {\r\n                    \'firstName\': \'crm\',\r\n                    \'sessionId\': null\r\n                },\r\n                \'requestType\': \'LOGIN\'\r\n            }','{\"message\":\"Unexpected token \' in JSON at position 19\"}',''),(707,'APILOG143','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"KCF4sBzYlgSqzfVvrsZCZV4EQpdpM0fW\"}}',''),(708,'APILOG144','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"umnOms6CkKLvjRf5tWleXmRhpM8rreZj\"}}',''),(709,'APILOG145','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"aMvbdLjyQBLuZq9gXRgMT76szfhVYdIZ\"}}',''),(710,'APILOG146','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX183dcnv5xxAKZva6k5aVAli85ab0o9LBtgXiE9UPmEBkTgBQAl/WQsxxMHRyasqkeG+811qkcFaDd4+6MWzPSPzvDknIliXxqk=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AW9ni19JPSz.%2F0jKYMMsgxHezQltHiL1aMtHB0b%2BHQNoKqMGC0tRhug\"}}',''),(711,'APILOG147','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538521\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"test\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"smith\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"test12@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538521\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538521\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538521\",\r\n						\"userName\": \"9517538521\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(712,'APILOG148','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"KgyttLwb78X2EvSJnknghsTcc7yU4S2I\"}}',''),(713,'APILOG149','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"979T0MeapeLneA8icNMkZgUOdMVU7ymR\"}}',''),(714,'APILOG150','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"aKBaKot89235zW2tdPqo0tjn85GwYJAI\"}}',''),(715,'APILOG151','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 21 Feb 2022 10:22:38 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AbrWDmzK6HD.UGewBqssKhMdXk8gUBWCWJPFFmEnBUtupVANlHUSxgc; Path=/; Expires=Mon, 21 Feb 2022 10:22:38 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 21 Feb 2022 10:19:38 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"c686edd1-92ff-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(716,'APILOG152','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"9517538521\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"9517538521\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(727,'APILOG153','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"6y1NcPgpSxjRbMuT9MvXMJ70C5gBDqZa\"}}',''),(729,'APILOG154','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00249065\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00249065\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(730,'APILOG155','http://129.9.10.73:8001/00249065','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>892526400041804</IMSI>\r\n                    <ISDN>252642000804</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(731,'APILOG156','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=wxNWw5qpVjbBvCczCkcFCKUvYmOM91K517CsBo6ktq1qeeMcEQLOSFz3pVcDliBaqEDJTPHJ0fkzhip3p4BvIdL1ESjV597kjXrMoyXNUb8AOAIKu8kDEn4eKv1BHNHD2t9AfryZW2nURWtCcjc37mr2a3n74vaj0h2sjtxbXlvtkjXsoVoxluNV9KMNcSf1pEpmH5f4bDU6pFCNS2DzoymbGlSutZpYoJguL3tfE1clEO2ORb7SULjQsSHrVFw0VcWxHKTvIgzI2pMNzBpwslqAJZtAxYXF0jZH0owipiPk4APlruio0Ge0bkCLSMuUjjtqz0VZvjYJqOBBvFTJg3e339a34DpqMinxixCzh2ceyQDQ5wSBgANarwikUz8gkp5HQCRaMdLOuKQpRGPaHWajE0TSzp9ksOZjk4trqCWtIs8IjbtsiQmCOr08Ue3335IcmM40Cq5qt7VQbnBC7JnNisgDz5F5tDZZ3FgWibp05UhXjkHDW7lX6MDxjuzXPSsqtDnX72gZwOiheOsnMJ4ulFQjupehBZXqsXSISKWFXUdTy871CdXLKFoj3K5ot4BxJU0dNBuAlhbjvebxZEX9mQ5pABxeDmFTShlD1mZ5NcbXK5fJDrUgJ02rf3TpVHzV7DkkqcZAZbdpPKaGET1LOraI0Aa5iburcafoPyVUNv5ab8lrAxq9DnKrsjP1C8QZP7hLHnL8MrAVS8XG4csPMwDBvlP6JUqZyqcg1RqdmHCtQxnAXqjFJesXSTPQgrt6Iawx2edujOwULDYSaU6NcDjbD0CJ0hJBESItNakku3uBSV1SEx14lLQ9QpTApLPnVwUKJ5SlWv9usmLB5huptxYizz0igV14X16CPOjb0VcL98f9GxrWMKubLkzBg0wmH0FHHIesowWQXYOU15kWNnuXjG6DQG0GTPYoSJJwtGxGawnieVTJRxm2wsekchW7H1DfXg2szP8iHaDd48Tk4d5VLoaBVpDJM9URUnm3LdgrJx6VhQAcHtrurmvQvDd1zM1GWD32wWBMrqsEubRZvwUXe1JAV1LiDRweMBjwgTUkDU2EPyPwnJs7lhs0QWsXoqG5v11Fy1d6g1gstlMICbOKniS2m9ljUdRcOIdWT8Vn3m0mOdVFQ8uXpxQgORP7J3C4eVc0KGYTyOMfynbq3HWzGXZlP5BspZOfrRIRNcHhpogJnWxYUWMyZWke6uFn7eAVqGJicMTujUK1OPYZdUm3tThKcoMMSvsYmFUSzVAhMcTXTI1HDMydQiecFDYPaswC59Rzgt57uhVD4kibLfJyiNM95wDWrBm4hBOZTl03za3VwLNJmmNIUUzDqZ34FuqlbWaD2AbZONom2mwtGgm9jBI1iMWMxNcDMpNpkIuDHZda02rUmFQCUFHc8UAa4hiVmEPjeuJvjIqLqFZnVuNeBV1LVqimNKxUoE2Mty5xOX97Z7xM7B2Gt3W1GbNjISIsvM6V13vfLpZNdE62A8Dr0gIjfl8CAt1EHLiwUCG1b12stXEUVH7TqOTGKtUBQnIKqeDCRS8s0uahs0DLan0jD7EsPtwi3sGf115etrrzOkZVJeJza3BvIYHxF9hYdvNk11jUKwJYrQ2eyZ5P6GasDkAZdEypDPctqAgdiFSVLjLueFBuRD1dA9FPpWyw7GkGvTolOEiyyaoYrvKUxBLXOhFJZzIZW9rRK6ErDuSVf0smJqAjo2DEtAytNUPGLounCAagkIRvpW1UWMtNFrikG2Zsr6DsM1F077ogybinHyevaqj7vnX2258q1OpmAsyIsj59m6jUY4BRAwwXSeTD5ghv5dELhvMgtpleXsgor1MUwKoE5nG7GOpCdqMeYvLqAbX9qwb3sZjo1IoxpTYowRfL6Rr9IsP9Cl1JGXAqRVukkrgE3HqRLypd4VBDjdmJd90NoMwYG2nlvoKCGNWxZypUsLEISbDKlhNbklQHUWNlW7XFiXtV2AQYTO8tpkZ2ipDOaxRvEZ4BKn7WYfMf; Max-Age=180; Path=/; Expires=Mon, 21 Feb 2022 10:40:26 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AYFireoevcH.%2FzGvF9fSbBdM4Q6608TUHCbtviy4ltXuAAFPc4Bnn6A; Path=/; Expires=Mon, 21 Feb 2022 10:40:26 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 21 Feb 2022 10:37:26 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"42f25c41-9302-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(732,'APILOG157','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"7894561230\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Sapna\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Test\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"sapnatest@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"7894561230\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"7894561230\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"7894561230\",\r\n                        \"userName\": \"7894561230\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(733,'APILOG158','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX187dKA/fQJXBrOchiQOgDrdIxWeowalNZN99rBXwgzimHJSR1P9P7dwoTDd0EEi/jMoRkgD21uhCA0KL4VQSWCU0e4gp9JFWOA=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3APgZsg6Bw7a.n1gvyjOKuigZJJ3ENPErrbdE0mtHMrxkc1bXSZ2Hiks\"}}',''),(734,'APILOG159','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"7894561230\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Sapna\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Test\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapnatest@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"7894561230\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"7894561230\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"7894561230\",\r\n						\"userName\": \"7894561230\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(735,'APILOG160','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 21 Feb 2022 10:40:26 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Agn9lzyliAR.MLmmkfP2nMQD4GdrV39r5ONkXJ3nqgcJD4G9CSGTPHE; Path=/; Expires=Mon, 21 Feb 2022 10:40:26 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 21 Feb 2022 10:37:26 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"430c25d1-9302-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(736,'APILOG161','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"7894561230\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"7894561230\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(740,'APILOG162','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"gjtgd7ymEse9GElNSEPVhqvnWwfCylXG\"}}',''),(802,'APILOG163','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"AtKvkAE3fhiu1rEJeZ5j7Aj6voqsKryb\"}}',''),(804,'APILOG164','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00665575\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00665575\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(805,'APILOG165','http://129.9.10.73:8001/00665575','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>892526400041804</IMSI>\r\n                    <ISDN>252642000804</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(806,'APILOG166','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 21 Feb 2022 13:10:45 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A1S5kZUELBE.Cdo%2FAhH5fdZKg5NxJtiAgP7QMmmo61rE3yX3hU%2BTYto; Path=/; Expires=Mon, 21 Feb 2022 13:10:45 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 21 Feb 2022 13:07:45 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"42755781-9317-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(807,'APILOG167','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"9517538520\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Testsap\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"sap1\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"testsap12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"9517538520\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"9517538520\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"9517538520\",\r\n                        \"userName\": \"9517538520\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(808,'APILOG168','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19V1Vx3HrBIDbr9LUeDEjXEVwqDTH76y+WbnikORwFoA/tkhPJVpF5kAlQ+m46XfWEnp6zWwzNBWOMX4/ISS+UMiWyLg8LBWOU=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"FeU5a2kcMzbk2bc1graJwVwFTO9tEduHcIGHxvyZZD8eOfWrAbSGtVOsqFJanQxcBb0wxjelfMzXenO4gI1zx3caQRd2cICuDfqacMNwo0n0W73Vg82Hhk9vgY5w6PhBkYKApMPTYFxmqL7iK2w0X39MIK3mgePJ1xTDUNVkfFrubeHxNuGn48CnMgII4SCV3jU3P7In1Z1Vb7lg8kOYSULbf7bZkgjCCUv6aC2BkarQTOQIBjZKY4aOxU4UyeHr3SIshbssE2OgtU72gK8k8WE92tP69R7JOksjKgc0T94ws0NwEqO1N4Re4SRaQerXyNC0152rgdW5Fe2gLmQ21kq8VyxkE13LO9SuEAndhB0P0YfyiQDWd5LwzVhEm6qaW5RVGRJqXyCKmXhmh5WYxY18Xz3vQnsmg4zbV1t62dmh2qXBsnAIcsxpdR9UwVGw6v1cOSlp0kznVPL1VEnPQHQCB9pJvdShooQlC0PqFGBV2C8WHYnpR10aQxcAr0JBkvB2daqKqa25BvfxWo0rsF9lvkLR539WR75TJTnAeAmVPcsKIAn2PEYIlRhzz21Uxhxd122LBEPock8txSYdwddNlX5yww9g7B8Xs33s0L1kFcPLWYuxb7tG2mxIkMA252KHPCiK9OzrOUkNW89gnDUGv6n2dHCKxvSNHEtwFQMDilBy39D4FdHvEZBJvE8uXDBCcdURd2Mb1w5gqTCu4Cv4kdikuXO6IxqNtWOwdCaGPZXCEMW1hg8YRZotm8Pp7aTu005njuqGfIju79enMy2M8pHEsLhldTFuH0DDHZCgnlss1vpjqUyj4CTPZnV7oSxoUXBHmk5Yss0slCvnmp6l64YtRVnq72Ll6NjZFUCHOAvewXTP7lXpf1OcAzvGM94tFa1X8xCsM0N4M0DrzKmn4X8NgSlGKk0KtXyx05LNFoXyd1svZKrOGUQmkNcTM1ckZGqNGtxtooesHkdEqGxE3tHnmaMg8enyWcoO5fXJCgKxZkJ7lpd5v9q9A74OveeCF3ZWQFVh7BoZKrGyCyzTp1mGdX6u48EA9IjQzhb11h5bteM25huoYMWK4kltFJsoE0obGm0GzUaFVjTMe4PauEfm7qpfMEEmdTsqKh1E1hxkfvbTdfnxRYShcJx1htRqAj7rhB8ANyHdH2RVcFcSD4BE3szOog5JGPI9rLbqHppSpnzthoNGzZDk2tvEcPKQSzHK1v0Xfp5OySo8NpABmahkFr8SZIcrjzFVMsVUtXBT8OTZ3y6N9dbZ77A7bNrJbywGuRc7qKDPKZoKiSVAiL8ppdcENqRUFWBDkEAiKDbZ10wQ5yLlhJTf51yMj7ia3N5pXqKO5iTpE6RdripzJwHTXw9ayEKg5PMXS7AWL1T3oxZuouLzOEwvOI1jUIVNVzLgiIIG3YEyYDQnTmznRdMIHW2cQeJYAxChHEjJ8WuZ4fJCtM8Q2hdyDZbPSLcpzsa98iRypPuwd5t17oOBYmCrUYIBNiSP0EWTbuLG5lzZjgG4FGVjCHfSmU5Y7w06YGlKuD15JOzgq4KJif7tWoEtRP5xMEYJsIYnlobvMSw55O2Jf5quL2eZn615FxQD9nkBa8k4r6vMewoYMLGNP0hSJkyInuaNAyaWTg9iaE8kTtYkRZJKyw1l1Mv7SyuloHOtT3MGgVxPuw19QX8W9gDRplInt4JdpP6L26wZX3Sl0tLypcYrlSqnmiPurqWxbZQU66Z2SzHBNUEBYW5dFpDEQYl8hXHcvdizwC3Tn0o8PtgcayFSubgQrbFoNvDSiFx29f62nReO7VSyr4twBTsDmeMkjm1AF7eOI5PsDGSlA6silpgKnQhzOmIP8B9RxA03lPaJkm3KWqHDGP6IjSv03NdLjjJrRuK09mF9eCIdOq08UqRbxZRkRxmkFfEu1d5bD7xNO8AfKmuM4Rcuy9fMIjxKBnkJwnDavg0Yfil2n2uTwLbWkyfCHPcxmUnY9XSHSNJqacNLzwQyYwiQDwsQ\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A42C5H91Xiq.CXDaAEX8Q6YyzCL7jyVwvTkCPf6LFCq%2B24qulzQePIM\"}}',''),(809,'APILOG169','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Testsap\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"sap1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"testsap12@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(810,'APILOG170','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 21 Feb 2022 13:10:45 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A2Vho74HcQQ.lQYiF6j0I8EO9FltmMVDltxW8VT8XmYLNW3fzWzEV8o; Path=/; Expires=Mon, 21 Feb 2022 13:10:45 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 21 Feb 2022 13:07:45 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"428cfe30-9317-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(811,'APILOG171','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"9517538520\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"9517538520\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(830,'APILOG172','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"vRKdbBKMJZlLaBhtZ1cl8pVpHUW4UhTe\"}}',''),(832,'APILOG173','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00643277\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00643277\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(833,'APILOG174','http://129.9.10.73:8001/00643277','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>892526400041504</IMSI>\r\n                    <ISDN>252642000571</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(834,'APILOG175','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Tue, 22 Feb 2022 05:38:20 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AaAaXZmBehp.c%2FP82YYOc6OS2SOlXsAIxM0agHkMHNHOsKyAGdgVLsI; Path=/; Expires=Tue, 22 Feb 2022 05:38:20 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Tue, 22 Feb 2022 05:35:20 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"3931de70-93a1-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(835,'APILOG176','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"9517538520\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"MIke\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"mikesmith@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"9517538520\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"9517538520\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"9517538520\",\r\n                        \"userName\": \"9517538520\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(836,'APILOG177','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/kDIEZeF85ZM0ElW/5DRIzenMN+OEkBGLxoCmonNdRSainXVzRzdUy0VvGcAi/mFCy0JVugENaNhGIcluBb2nCL+xYyzJHk5U=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A3plVf1sdYe.ZBQQF5W8vWd2YNTcR8Bl2o6k65VbiCuOmIB4QkuEvpQ\"}}',''),(837,'APILOG178','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"MIke\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Smith\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"mikesmith@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(838,'APILOG179','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Tue, 22 Feb 2022 05:38:20 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AMbf7o03mvX.xSayQAxfpBaxVOBwaST26Hyx1rw%2FrqIDE9esfHocIfQ; Path=/; Expires=Tue, 22 Feb 2022 05:38:20 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Tue, 22 Feb 2022 05:35:20 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"394e4011-93a1-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(839,'APILOG180','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"9517538520\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"9517538520\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(867,'APILOG181','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"f36U7t2tVw\"}}',''),(869,'APILOG182','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00213862\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00213862\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(870,'APILOG183','http://129.9.10.73:8001/00213862','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>23901100239011</IMSI>\r\n                    <ISDN>252642000011</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(871,'APILOG184','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 10:51:07 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AE6RvM2TMRI.juND1FM06abUmAKYCoseXdsrqJCTJxgeexXUJ6C0qP0; Path=/; Expires=Wed, 23 Feb 2022 10:51:07 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 10:48:07 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"159e3da0-9496-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(872,'APILOG185','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"9517538521\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"mike\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"mike12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"9517538521\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"9517538521\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"9517538521\",\r\n                        \"userName\": \"9517538521\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(873,'APILOG186','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/yWzk5FIsd0mleaM85qlRB4k9y8omxUGv2tGhl39parMWeQxrISeud4/mgiXy6Sa/L0UYmc/LxdqdUewX+ivumXvXauikepZk=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AT4eAJA4noh.P2JjSKKmM%2BEDhKE4%2BI62d4odHRJ%2FdKx3rH%2BUkgtcxpw\"}}',''),(874,'APILOG187','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538521\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"mike\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"smith\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"mike12@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538521\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538521\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538521\",\r\n						\"userName\": \"9517538521\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(875,'APILOG188','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 10:59:27 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AO5xH9bwrQy.BbpS3FapgxiGeeQqC0MTsDymNQOxlDq9Z8tp%2B7qihKc; Path=/; Expires=Wed, 23 Feb 2022 10:59:27 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 10:56:27 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"3fc413b0-9497-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(876,'APILOG189','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"9517538521\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"9517538521\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(878,'APILOG190','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"V6dTneRje1\"}}',''),(880,'APILOG191','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00267353\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00267353\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(881,'APILOG192','http://129.9.10.73:8001/00267353','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>23901100239012</IMSI>\r\n                    <ISDN>252642000012</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(882,'APILOG193','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 12:35:11 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3ATKVhBb3Z1g.hxGBewgVasOyw9aODKEyBzimatBMsJ4Hrm6mG0GDQiY; Path=/; Expires=Wed, 23 Feb 2022 12:35:11 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 12:32:11 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"9f795880-94a4-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(883,'APILOG194','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"9517538520\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sapnatest\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"test1\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"sapn@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"9517538520\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"9517538520\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"9517538520\",\r\n                        \"userName\": \"9517538520\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(884,'APILOG195','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+ZPG23IAfpiTW31hx+KJAqYLYHTKHGwWQboh6KPkBw8X/AKN3Yp4+5rXGeo/ZhnyMDk0/UuKFVxX2KaspH5AJsTpDbJGdWTIA=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AM7161AA8CT.dNs7vjQdfehQCU5m8KA0o6b6asEOUmVf5mNx9iDT1lo\"}}',''),(885,'APILOG196','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapn@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(886,'APILOG197','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=vSaAdzRGFW5mkU4GJoxaCGBeGxnjrNg33D5xFmJ4Qp3MejvT68aqQK5EvW06kR6cCQkzrMOkPQOZC6CaQ9qla2hAlcu3O9w42J175xj9FcE6eN6krbz2Z6mV7OORYMFaZ6vy7K7wDeK1iMSvuPNZOVZtdmAbTfazwQ8P3cIQF9RyBgQjdjv0icqYTFiv1OxFJWUeokFOekOV1u7RNh0YQ0EIf3FeXlWqvKG82IcyAu6y6Bv50gNbyE531bJV2mQzpVjRQXVtXnTckDxsiCSC9ZavI7lYWlCfvzBEes1Tz4HVdUssnvHAJupKs1yWkmYrJ3fxRSogWUVyzx4vZHXDiirD0sSFFNUnK77l4ShwnuBjc5w4GWi0iLEgWtpJUXLVfEOBYmYdglY0GEWED8YlM8xAQoqp1R2oAJSqAW7ZY8LRG1AcM8GiO9BDxJAv1LWiURuQDj4ASO4R9ZhacXx0j9y7865vsWH59SBQ9jxeM5dLqs829MZFIlooQaQ3lveTpnc0TsWORudqjTXMlaPLzOqdj1Tmt0x6GlXF8tYLONN6VhIujlMPYVWGsoM5zxaU3NO6F0znUYIvIByoIjG2S6JGm9p3Q7QtMIDf9GCFupauOEXPnjfrmahjrry19YUmGMJ5F7gJs2wN46XaMHW32r4RAId25kxQ6s53GYz7kkS8BB6ipyGhPpdqhhKJS2Fc46Pg7J33aTuuk57ip7kdNbvPr1TPghSe59nsFyXAM3QMPHFbm19JOZ4b6vKtstTAepRZ7lsG79Su9hYKRHYeKl4KuuhGs3wBfXhvGUUjFvugKO8QRTUvjJzvmxsiCsmK3Z0cBmTOkUSqDKqkZiNJA57slC6omLA74lS7osEQGUVuwxNr7IIHM9qXRAAdqxI5NEQ7vAYGYdtIvslNmOw8DZgjyiR397QLvixvpwDPBuSFsvd43XujDOshctWcZuFDC0KCS5dHTIBd4DDypzU7blXgFUYHtCUHu8lDOQ0CfSbQOPC54KkGDe5mQmz1bp2AQNbsOeveuPFfcTDR7HmzPOJLixvX028rYJkhfvglwtvPPMSsUkT6tqJ2e4zQJlT5x11d9s4GEZnnGV1API8hD3PYqXuZ7apXASh00cyj68MjRHSZ0fiTmWb7hR6842IB5Zn123kG7lp2yaIff3UTHzr3PAAYZfwyjKiku9omEcQh7UQOq06WacZsRy9XRfflspKn67gUKNntSDe40Kc1phxeZt5uiy5j2YJPuPWfRPqJr86jN4YgenIy9LUvg7VglVqbjm937N57tzHRDA33KYscqjRRowbOUUPAPNubGOm6SDkpOLjB7ouMThw6lb441MT4KcenAMgwbZy50nK0jpgqNbl1n1yLCauO8h4F4b9IIOK4flAI6rzEhzCZvddIBAM1gYB088ZIptgg9h6sQmKGjbkje6oZKuATKCzPpArHHclWexCGGTt7BoZaBPl8f3fT7jmRZx4MbFnV1lMhD25hLRDqJA998GlzvLX5isKT0u5ftnfJnoOm2Esb8TmaMXKfblyuE5RQT0QhqrY7vH6JR2zUuJ5S5gYgueErMEoRdSblHGW6GN6CXDdV2A3jU7Asl4t7AGJ3KsS7dU6sszs2F0sCroq5TY9Y1vZqpVgBwggc3YEgDGXkB4I4RwOsg9agBiOVmAjrVXr8GsCVLJEVSf1hLaNz2tj76sX8GVeOBlso9p5gHlh4zIkbqeMzI0h3OZ3uyxR4QKzeCHpkf0qEuCB7Uwl3RbFsOoRofm8esFHxpduXY8OO7Oakxj1gwngVSf6mI0Gx21yGw1SeyD2ex8dR9BtHgdYZBVxLUpz6DPD3kVIVP6TrfFIVzxfKnG3fXTT1B3FKICkiJsOfxBeLFuUeVJA5vR48ypgG1ehjr9xOcqTkYytNlAS02Oeu1190LNs1Wj1mKB5418DPPUVOVR8XqI1niSepf2zrR2WeeJ9tW4PvDqaWH8dtMFxNq2WHPvMW7Wrsu5jmBVE6a5SwCaOB; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 12:43:31 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AlZjhrFMheS.jPpxK%2FYWl8JDiIxyy6sp0LzRLfKsLk6sY4DsUyH7Ovs; Path=/; Expires=Wed, 23 Feb 2022 12:43:31 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 12:40:31 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"c9d4bd81-94a5-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(887,'APILOG198','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"9517538520\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"9517538520\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(891,'APILOG199','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"Kn7BK9z8qR\"}}',''),(893,'APILOG200','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00640889\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00640889\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(894,'APILOG201','http://129.9.10.73:8001/00640889','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>23901100239013</IMSI>\r\n                    <ISDN>252642000013</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(895,'APILOG202','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 13:44:40 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A9Ea6DNJkia.s2zD3UsUKcIgGqmXn2CVzrzlWo0Lqpn0kfLsjeQqIoQ; Path=/; Expires=Wed, 23 Feb 2022 13:44:40 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 13:41:40 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"54cdda41-94ae-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(896,'APILOG203','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"8520036000\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"tste2\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"test2\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"test2@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"8520036000\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"8520036000\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"8520036000\",\r\n                        \"userName\": \"8520036000\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(897,'APILOG204','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 13:44:41 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A38inFjzMkF.AWyONTsteNQ6y%2FhnsAEFyqUdjFSJPVEci6g%2BZTzqoUU; Path=/; Expires=Wed, 23 Feb 2022 13:44:41 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 13:41:41 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"54df6670-94ae-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(898,'APILOG205','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"8520036000\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"8520036000\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(904,'APILOG206','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"prmBElGqGJuv9WigK1zmIUnUa4wPRnmF\"}}',''),(907,'APILOG207','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Feb 2022 13:59:33 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AigaYXiG2Ny.gdJS3X82dP0%2FdJxjR6W9ezy%2FoYGvaiT2AzNJp8R1CIA; Path=/; Expires=Wed, 23 Feb 2022 13:59:33 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Feb 2022 13:56:33 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"68cd1b30-94b0-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(908,'APILOG208','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"tesss@g.com\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"test\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"teerrr\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"tesss@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"tesss@g.com\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"tesss@g.com\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"tesss@g.com\",\r\n                        \"userName\": \"tesss@g.com\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(909,'APILOG209','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/qwTPxkvG3lFIMnEetPAUI70U3z88ScQrsbdt4YI6tPaRrLJ3VQ+2ypsxOALGa04klHhD0qYev9+Xz+0C7aAer53Dvj+tttNI=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3Ahg4oMGeW6G.RygR2YuOJKSbUSHT8CmoPRi2lZkgrQOZGHFbGz1tB3c\"}}',''),(911,'APILOG210','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"tesss@g.com\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"test\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"teerrr\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"tesss@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"tesss@g.com\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"tesss@g.com\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"tesss@g.com\",\r\n						\"userName\": \"tesss@g.com\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(912,'APILOG211','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"IDaAnjnvwk22idRqPC1nX40kHWiJRmAl\"}}',''),(913,'APILOG212','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18e3GgfPwA91DgG1iF2RSJClFaN4RaDZBPxCJmYChamzBQtmSHiq9NSaOpYVSw7jFjYWNxRXej2GJZ1ahqNsDc0nTiMXSXKQtc=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3ALRsXAV61wh.skSkOUMXkraDq187UhMQB4tKav%2BPWPrv%2B7g9QsjQbRU\"}}',''),(914,'APILOG213','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapn@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(915,'APILOG214','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"rLAMUMykw3woU5hqgGiRBPCuZQslixOL\"}}',''),(916,'APILOG215','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+VhGmc2AcC2U/BjAJMB0XKog/MPRBmvwbPmyivBbzHjjzeyYkU+v5GmyvZJTYmIhRJFiiXT+nWDJusJserEwpfgpCoFAMpwyU=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AgchRAG8d29.zzOD8iaBCQt8hnGWuqJroWY4sF45dM8FGvmcTLrU17o\"}}',''),(917,'APILOG216','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"fKLRkkiA0RHGlzgHBE3b9B5vRXOCe9Be\"}}',''),(918,'APILOG217','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+qIcrsqEVFF8qdjCYGlZmN1Qeo4D2Z3LMGd/LaA3fShE8RyhyWf0eVbjiBEJiMgKg3vM6A08NwMkeqTv+mZpqNDqAYGIE0DDw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AP0MHpZ5qlm.lNcejYvMpeEMmKpASDdJYCE7N9QyewoUoxAIhk9Ueuw\"}}',''),(919,'APILOG218','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"ttZLaXSCDJMM0JfErm6OfDFBHTio9HiP\"}}',''),(920,'APILOG219','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+CAC2LemiKUZTP5NpW+GpVYPgohMZ2scXicsXZqqgF6YzQxDpn52tARGs/8oHxgbg73HfPb5DKOf/AEPeV8s/rdBkdHfc7q6o=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AvBumfC6Mzd.HjRY%2FJVRMGqKJsmQAw5twIhoZ2x1Uso9gWIiiF5Blxg\"}}',''),(921,'APILOG220','https://172.22.22.178:9090/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapn@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(922,'APILOG221','https://172.22.22.178:9090/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapn@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(923,'APILOG222','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"U7Dtxa4MMw1JmGMkN69NUrh0ADeg6f1D\"}}',''),(924,'APILOG223','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+bDmVE7XWV3UqsHdBvLW/T92K008TteCt0NEPZiL6HQwiwqQ+STt/mOmRZpXTCMwVAiWMl/NYlnWGyVch2QzYfM3KpSnINBCs=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A51JpHi2yYk.fwOenXTRZA7v%2FGalRfETBlUoXIyG92dQmfRyUJpQbIw\"}}',''),(926,'APILOG224','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"9517538520\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapn@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"9517538520\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"9517538520\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"9517538520\",\r\n						\"userName\": \"9517538520\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(934,'APILOG225','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"t9LY9XoWGFSKj3dky4haafcZNLYXk9KA\"}}',''),(935,'APILOG226','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00234832\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00234832\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(936,'APILOG227','http://129.9.10.73:8001/00234832','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(937,'APILOG228','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19xB9/a2+Jjm4CAGWiWTso7mL+vNxitQ/E5dVFK1BlpDNIEQnHnKIeL6pZ/ZhZ9TjFX6cLhhc0CfBzswDI3ayPmrIwYIdCnVnY=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A0DR8iwGo0Y.pAszIleBEvGcT0Fhm761EFgboV7eQP%2BeHXrQFydWuzc\"}}',''),(939,'APILOG229','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000901\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test1\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapn@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000901\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000901\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000901\",\r\n						\"userName\": \"252642000901\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','0',''),(965,'APILOG230','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"58ACn85cYVGRHcMzA2GNxknw4TbEaQza\"}}',''),(967,'APILOG231','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00268489\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00268489\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(968,'APILOG232','http://129.9.10.73:8001/00268489','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(969,'APILOG233','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 08:34:52 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A3vkIXj0LLu.QmIz4WzAFUl2fuBZdq06cSkeuEMVQKSWpmowVu6f2r8; Path=/; Expires=Thu, 24 Feb 2022 08:34:52 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 08:31:52 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"37894981-954c-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(970,'APILOG234','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"7894561230\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Sapn\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"test\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"sapna12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"7894561230\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"7894561230\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"7894561230\",\r\n                        \"userName\": \"7894561230\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(971,'APILOG235','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18Jc4KanEBInPYCc7X9UPuKSDT2GykVHX21bSkblrfCT2HVblEzjSqrqEvm9k286EXk2U9eKPVNuCOhfXp++9RVhCkfSfaLuFI=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3ATThlbQsbc9.sVMHhCvlPjUWHjKYYaeqlQnSjTs%2FSUWBnkLEqQfrhcg\"}}',''),(972,'APILOG236','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000901\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Sapn\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapna12@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000901\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000901\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000901\",\r\n						\"userName\": \"252642000901\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889251,\"name\":\"Sapn Middle Name test Fourth Name\",\"email\":\"sapna12@g.com\",\"userName\":\"252642000901\",\"subscriptionId\":\"252642000901\",\"accountNumber\":\"7009014524\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(973,'APILOG237','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 08:34:53 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Aff2L8p3MmD.19s06w4GdH4QckCLs%2F1wfs3Sfo430czyGs0PlXUMaas; Path=/; Expires=Thu, 24 Feb 2022 08:34:53 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 08:31:53 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"3801fbf0-954c-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(974,'APILOG238','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"7894561230\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"7894561230\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(976,'APILOG239','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"ZGWdsyuEvMgDjkTPPb7fAVNl66VCm1CB\"}}',''),(978,'APILOG240','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00263451\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00263451\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(979,'APILOG241','http://129.9.10.73:8001/00263451','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>892526400239011</IMSI>\r\n                    <ISDN>252642000911</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(980,'APILOG242','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 08:41:22 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AVmQBS8NMYe.F428jicoBI252RCeFfeUlHnK3p9HVZUIYKnoetMccmw; Path=/; Expires=Thu, 24 Feb 2022 08:41:22 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 08:38:22 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"2022e161-954d-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(981,'APILOG243','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000911\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sapnate12\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"test313\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"tesss@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000911\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000911\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000911\",\r\n                        \"userName\": \"252642000911\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfullywith sms code :166446 and email code : 570447 and activationKey :undefined and activation URL :undefined\",\"receiptInfo\":{\"id\":885651,\"name\":\"sapnate12 Testing test313 Abhe\",\"email\":\"tesss@g.com\",\"userName\":\"252642000911\",\"subscriptionId\":\"252642000911\",\"accountNumber\":\"7009116087\",\"serviceProviderName\":\"Soltelco\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"undefined undefined undefined undefined undefined\"}}}',''),(982,'APILOG244','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+OA8EvDSshww9JmYUJADiS/5WgXkiS0FvYXjosfG0E0G9ujwYO3Cz3aihQBJghn5M3l/ax7ksY3DNfF+wYcteJU/oUs9JcqNo=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AIs5GUNnrd7.gkBatrOnoYHkvq3JuE7oPxxH2Nrvf8qfQ6vh3NolA30\"}}',''),(983,'APILOG245','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000911\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnate12\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"test313\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"tesss@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000911\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000911\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000911\",\r\n						\"userName\": \"252642000911\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889252,\"name\":\"sapnate12 Middle Name test313 Fourth Name\",\"email\":\"tesss@g.com\",\"userName\":\"252642000911\",\"subscriptionId\":\"252642000911\",\"accountNumber\":\"7009114706\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(984,'APILOG246','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 08:41:23 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AfSA3lELpp1.yimduYDSXwh9cEp%2FkkhJjufRscLiF%2FdB05v3EhOTsAc; Path=/; Expires=Thu, 24 Feb 2022 08:41:23 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 08:38:23 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"20c1e081-954d-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(985,'APILOG247','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000911\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000911\"\r\n            }','{\"payload\":{\"message\":\"You have successfully subscribed to bundle [SIM Package 1]\"},\"error\":null}',''),(988,'APILOG248','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"EQgLau725DhpUma7dRWRyDu65IVUNBiM\"}}',''),(990,'APILOG249','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00260188\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00260188\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(991,'APILOG250','http://129.9.10.73:8001/00260188','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>892526400239012</IMSI>\r\n                    <ISDN>252642000912</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1033</ResultCode><ResultDesc>ERR1033:Number threshold exceeded</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(992,'APILOG251','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 08:45:52 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AWow49D5pC2.Ql9bixzIgpTkCqfcqpFzO9UMjVjosssvEsIz34CktTo; Path=/; Expires=Thu, 24 Feb 2022 08:45:52 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 08:42:52 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"c0ce2ac1-954d-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(993,'APILOG252','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000912\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"mike\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"mikesmith@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000912\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000912\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000912\",\r\n                        \"userName\": \"252642000912\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfullywith sms code :579302 and email code : 543429 and activationKey :undefined and activation URL :undefined\",\"receiptInfo\":{\"id\":885652,\"name\":\"mike Testing smith Abhe\",\"email\":\"mikesmith@g.com\",\"userName\":\"252642000912\",\"subscriptionId\":\"252642000912\",\"accountNumber\":\"7009129848\",\"serviceProviderName\":\"Soltelco\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"undefined undefined undefined undefined undefined\"}}}',''),(994,'APILOG253','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+sMrGm2JY8R/O3jU724tGcgY1Gkl9ANZhYvz16Z3wpr1f7YA4GBioWBfK2P0fOMrC0n4zq0f2cYPgIYWtzf07FkzWz05rDMno=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AB3TTjoF3nL.UEdguAAX7rVgeb8cT%2FqaV%2BqfMB0eYfBV98zyE%2BrsmfQ\"}}',''),(995,'APILOG254','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000912\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"mike\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"smith\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"mikesmith@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000912\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000912\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000912\",\r\n						\"userName\": \"252642000912\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889253,\"name\":\"mike Middle Name smith Fourth Name\",\"email\":\"mikesmith@g.com\",\"userName\":\"252642000912\",\"subscriptionId\":\"252642000912\",\"accountNumber\":\"7009127295\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(996,'APILOG255','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 08:45:53 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AHp5afqNCi8.5iDMk3ZNCUWiDHi5%2BWIgcfggcnOgbd0%2BK4mR43slPFM; Path=/; Expires=Thu, 24 Feb 2022 08:45:53 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 08:42:53 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"c162a290-954d-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(997,'APILOG256','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000912\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000912\"\r\n            }','{\"payload\":{\"message\":\"You have successfully subscribed to bundle [SIM Package 1]\"},\"error\":null}',''),(1010,'APILOG257','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"qrUT9ZNRGSa95wSjHeoMmAOLENigHWQQ\"}}',''),(1012,'APILOG258','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00623042\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00623042\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1013,'APILOG259','http://129.9.10.73:8001/00623042','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149011</IMSI>\r\n                    <ISDN>252642000902</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1014,'APILOG260','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 09:07:46 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AsH2Rf8xfBi.CliuWgyCThCGAKu7Q1ID30ebsW%2F0YCFnVApNUT7MBPI; Path=/; Expires=Thu, 24 Feb 2022 09:07:46 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 09:04:46 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"d0042e61-9550-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1015,'APILOG261','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"7894561230\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Sim2\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Sim2\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"Sim2@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"7894561230\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"7894561230\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"7894561230\",\r\n                        \"userName\": \"7894561230\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(1016,'APILOG262','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18gIcTiiTG0i2n3TRNG+7x0gQIQHpCPtI0ywabXteE6ZjdwyxSJqQ2zaSz4UZ/uaW/90VRO9Dx5CyQLV+d9v7HHaoPzcnA3Wms=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"qrZF5bV8cCbxfcIjrb0nVIffG60zL832HD67SPcd3s4YWzt64Nku7K7NSwHhGn1KYiqDqbNxaSH66XfYmKNujfLtzmMOFfUPgrLv6jrSdyvf1kOSu299nMljHDdd0yiuV1Vy5kXGqrAOphy0gWT8fF7kJuIfZHq62XzyD6CTfZKnjA97qbYpsQNjvQk7pjPnfN7cycsLWiOexOWwK64aLEnoaveceOFBNPeZ3C0uZCEc6TBPhG9bBhIfeSZ7E9LPgyC78hu5wUUCvVc2D8eub7kUtB5mtVDvfyrv7wnaEax0QzWSgI9kAzOQSCeF8Xs87sHKrG66ga8JJbjxYlql7BH57P8gKwaDwNBnMwvrcfxmOV0tIgpuLHrSDHiuYI7gkDtLBjdKNuYCKaFhRmLR8IU0YKibsVgQhaNOQs8ZkBdai58sUho8SV7BP7u1wLHV5oiRlakGl1qu6dFpkinsmlr9p6eLJnvjYo7F4BMmf4f3rGFxpdU7mRLJf1UzN74Q3xmijdVj5RqK2ep19dnAhrNQWCnhT0nzveQaW5MSXfp2qgztiuaQY256cQROmIkmeVCjP86QZV9vv1wCozC2FTNhsdGAreOpgi4qeyesJ9ykzlguXcXj8OGNV50Qz91ArgCvaT60lSd26Je4uHEgIDBvNDIH7R0qfCi1Y8hCDQxoxeivWiPEa0F0yq6UUJ3IjUdEV5AjMINdpWxypw621y6SPyoogs4cEixDa5awcbYAl4njboWSvUAfgTgbkuWHHGYBWtFfL1qNGNNXvr4onORzvmPmshO2zoYIN3c4r26APr13I5vDmYlNgDWSAOqizc2zm1f8nbA1tzPXVMborfs7zen9zikd7jqt5fbxUyE8AXRDy08zakHuMbFVaAId1eKZfpFtoN0IEWWkcAOVC81Fh53qLo1gs5uCL0DmBqvsl78MuhyWAgcrAnpgBppcRfZ2VLySX084eyfHvzvtVUD803ucdHYVlkvpXwlEBmVJ1yNq9dHqQ8FlE1lr4Z8IjhyWuqMbX9dVEfnHCXr34uBuGFMPvhgAUYEDsIXbKobMg0UEHov22CUDejiVCCyFQo99YEmW4IQA626JovEp6qmbIFDDEIp2W0Eke2MuAEAqrjgmQv2xu694wPQINsr9G7rU894QTQtcg76VLsutBOu6WOqgrTwS5t9sS4xL9Hz5dVxdmbg5xYzQND0W6b5wjFjplv6T23l4oCBVlH5nRu8gyDwFU7AQltjZofsJmeIlWGtuapGihlYmBz7JeiXNS6dt01ITVT286vvADueCtrKK7PClPuaoawLJ2YvoWi1z6O2fiR9wfnzE6Xg8lcIwFTystcAmRix966vWX2LY2NVVphdPoRoDnAYotYSex6AzmZoj5Qs9GUsTZN67GUMSyplXBpIKRdaRJbwP9EDS3vi1WyHTIPDfB17eBPXcA4OdURBroYyXD2fll9GgnPkLg2MnZm0v9PM9EYRYbtyobOeWi6EPh1Al6PKOS2reJafMBpwNgpukE40o8il5UmYTeVBvZx0CnuLuJQD1p8UmXe2jD97zDmF05yZz42hLX9hiMiqfetADlMBs6vcnf4SJr7R49YAZh3zehsQAHgmNZitNTFQgKzcmBkkiEeEnHHoFWwfLdLI22N23l2T1tTwlgnXAnk8q8QUUHw8xeCMIEmfPYVblM3ldHlWtMK5RC60eUHiRdNJNFTQYBnKAuKKuvNm12f8NUBVhyy1Z3GJYzMU6y29jbsG0JcmwYn7uyxU0DU3MEoo0Nm5He5URArLanPnKQGtObdPmE7V5w2uwm9RTneMIlkEVREY9a7rfd4m7mLjW1XpDBQTZ6iUKeuzQf05KZMJ8cCws5Pn6xRId7hIgmyCvTUknF8wkrKvGQja3EXMHZEue0a58HAC5esLHxQsBL5FlV7CgJ7BnE2xlDyjoHrbmLcxaPJlFTZkaiLjXxrh1zn3ee0hHfFrRnIqwvWW08GwT4oSnmPGId9qwabXB3wK4\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AevQNjcRizJ.%2BrPsRwVre9AwB0l3Y54l4%2FXfXsGbcetpDE5ybntQI1s\"}}',''),(1017,'APILOG263','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000902\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Sim2\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Sim2\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"Sim2@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000902\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000902\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000902\",\r\n						\"userName\": \"252642000902\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889254,\"name\":\"Sim2 Middle Name Sim2 Fourth Name\",\"email\":\"Sim2@g.com\",\"userName\":\"252642000902\",\"subscriptionId\":\"252642000902\",\"accountNumber\":\"7009020347\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(1018,'APILOG264','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 09:07:46 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Ap0q2lGIvtx.nPNDK0qQKuHIAIpZS51K2hMjWRRPSK%2BzqT8ykeTyUAY; Path=/; Expires=Thu, 24 Feb 2022 09:07:46 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 09:04:46 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"d04a8631-9550-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1019,'APILOG265','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"7894561230\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"7894561230\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(1021,'APILOG266','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"bmRdCTSt5BaZsybZUYMftDNaCjhyiGWF\"}}',''),(1023,'APILOG267','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00620264\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00620264\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1024,'APILOG268','http://129.9.10.73:8001/00620264','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149013</IMSI>\r\n                    <ISDN>252642000904</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1025,'APILOG269','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 09:15:44 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3ArhvOxXlz9w.DgpQYR5kx%2FuXP28j%2FR%2BZwq82Pjp3zV%2Fat881FukugtQ; Path=/; Expires=Thu, 24 Feb 2022 09:15:44 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 09:12:44 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"ed65bcc0-9551-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1026,'APILOG270','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000904\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Sim3\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Sim3\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"Sim3@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000904\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000904\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000904\",\r\n                        \"userName\": \"252642000904\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfullywith sms code :610513 and email code : 845847 and activationKey :undefined and activation URL :undefined\",\"receiptInfo\":{\"id\":885653,\"name\":\"Sim3 Testing Sim3 Abhe\",\"email\":\"Sim3@g.com\",\"userName\":\"252642000904\",\"subscriptionId\":\"252642000904\",\"accountNumber\":\"7009044341\",\"serviceProviderName\":\"Soltelco\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"undefined undefined undefined undefined undefined\"}}}',''),(1027,'APILOG271','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX18GUL/yCiovZAnFr2nSCx4IU66Ryg8Whg9CwiSS1ehSnG4yqbDSY//H9un+1476beoxBsBDW6SXqjcGkVmylMfofJBVV4ci0Ow=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AqjMnPGhw6H.AefRKn2XugBu6fkoEbgUEhGYj1T0LNHtMMu41%2F0bE1w\"}}',''),(1028,'APILOG272','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000904\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Sim3\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Sim3\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"Sim3@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000904\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000904\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000904\",\r\n						\"userName\": \"252642000904\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889255,\"name\":\"Sim3 Middle Name Sim3 Fourth Name\",\"email\":\"Sim3@g.com\",\"userName\":\"252642000904\",\"subscriptionId\":\"252642000904\",\"accountNumber\":\"7009044026\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(1029,'APILOG273','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 09:15:45 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AeiIffvwqIE.bSP70VmrSZqcfkRUKHIx9wtXAUpA46A3w6trRKh7zBQ; Path=/; Expires=Thu, 24 Feb 2022 09:15:45 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 09:12:45 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"eded1531-9551-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1030,'APILOG274','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000904\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000904\"\r\n            }','{\"payload\":{\"message\":\"You have successfully subscribed to bundle [SIM Package 1]\"},\"error\":null}',''),(1045,'APILOG275','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"f4F8DKy4Nbyt5xD8FenR5W1BmlwNKjoY\"}}',''),(1047,'APILOG276','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00255040\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00255040\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1048,'APILOG277','http://129.9.10.73:8001/00255040','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149016</IMSI>\r\n                    <ISDN>252642000907</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1049,'APILOG278','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 12:27:06 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AwCldtReQ4B.T6ecXpIZ2AU9y3y%2FgmKXsYz9AxnuBnpDGt8KeN2tagk; Path=/; Expires=Thu, 24 Feb 2022 12:27:06 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 12:24:06 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"a8c01550-956c-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1050,'APILOG279','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000907\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Mike\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Smith\",\r\n                        \"fourthName\": \"Abhe\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"mike12@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1991-07-01\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000907\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000907\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000907\",\r\n                        \"userName\": \"252642000907\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfullywith sms code :265347 and email code : 735525 and activationKey :undefined and activation URL :undefined\",\"receiptInfo\":{\"id\":885654,\"name\":\"Mike Testing Smith Abhe\",\"email\":\"mike12@g.com\",\"userName\":\"252642000907\",\"subscriptionId\":\"252642000907\",\"accountNumber\":\"7009072165\",\"serviceProviderName\":\"Soltelco\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"undefined undefined undefined undefined undefined\"}}}',''),(1051,'APILOG280','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/r4zQl2biYJcBWvZ8zszM01k24CzLyKM3YMfycoLQLwdTyDtNAEZNOFQibhT/Jq7URm0A4ykaxbUejGs16SuG0k1YZB221OK4=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AkWNuh3n34m.2RtiJVEDzdcDL8WorG3cWBojh7%2FHR9V4WapnVOmZag8\"}}',''),(1052,'APILOG281','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000907\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Mike\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Smith\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"mike12@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000907\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000907\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000907\",\r\n						\"userName\": \"252642000907\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889256,\"name\":\"Mike Middle Name Smith Fourth Name\",\"email\":\"mike12@g.com\",\"userName\":\"252642000907\",\"subscriptionId\":\"252642000907\",\"accountNumber\":\"7009075762\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-02-24\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(1053,'APILOG282','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 24 Feb 2022 12:27:07 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AxPOCiboB45.zbcCgYLsv7iZsjKgs94FTxSFH1bz1BFBov4B4TpzXTY; Path=/; Expires=Thu, 24 Feb 2022 12:27:07 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 24 Feb 2022 12:24:07 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"a93df7e1-956c-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1054,'APILOG283','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000907\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000907\"\r\n            }','{\"payload\":{\"message\":\"You have successfully subscribed to bundle [SIM Package 1]\"},\"error\":null}',''),(1059,'APILOG284','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00664829\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00664829\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1060,'APILOG285','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00654516\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00654516\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1061,'APILOG286','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00651618\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00651618\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1062,'APILOG287','http://129.9.10.73:8001/00651618','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_EPS>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <PROV>TRUE</PROV>\r\n                        <AMBRMAXUL>5368709120</AMBRMAXUL>\r\n                        <AMBRMAXDL>5368709120</AMBRMAXDL>\r\n                    </MOD_EPS>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_EPSResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <5368709120> for <\"AMBRMAXUL\"></ResultDesc></Result></MOD_EPSResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1063,'APILOG288','http://129.9.10.73:8001/00651618','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_LCK>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <IC>TRUE</IC>\r\n                        <OC>TRUE</OC>\r\n                    </MOD_LCK>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1064,'APILOG289','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00629787\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00629787\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1065,'APILOG290','http://129.9.10.73:8001/00629787','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_LCK>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <IC>TRUE</IC>\r\n                        <OC>TRUE</OC>\r\n                    </MOD_LCK>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1066,'APILOG291','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00655271\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00655271\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1067,'APILOG292','http://129.9.10.73:8001/00655271','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_EPS>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <PROV>TRUE</PROV>\r\n                        <AMBRMAXUL>5368709120</AMBRMAXUL>\r\n                        <AMBRMAXDL>5368709120</AMBRMAXDL>\r\n                    </MOD_EPS>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_EPSResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <5368709120> for <\"AMBRMAXUL\"></ResultDesc></Result></MOD_EPSResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1068,'APILOG293','http://129.9.10.73:8001/00655271','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_LCK>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <IC>TRUE</IC>\r\n                        <OC>TRUE</OC>\r\n                    </MOD_LCK>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1069,'APILOG294','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00266600\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00266600\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1070,'APILOG295','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00666496\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00666496\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1071,'APILOG296','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00261426\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00261426\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1072,'APILOG297','http://129.9.10.73:8001/00261426','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_EPS>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <PROV>TRUE</PROV>\r\n                        <AMBRMAXUL>5368709120</AMBRMAXUL>\r\n                        <AMBRMAXDL>5368709120</AMBRMAXDL>\r\n                    </MOD_EPS>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_EPSResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <5368709120> for <\"AMBRMAXUL\"></ResultDesc></Result></MOD_EPSResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1073,'APILOG298','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00230249\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00230249\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1074,'APILOG299','http://129.9.10.73:8001/00230249','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_EPS>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <PROV>TRUE</PROV>\r\n                        <AMBRMAXUL>5368709120</AMBRMAXUL>\r\n                        <AMBRMAXDL>5368709120</AMBRMAXDL>\r\n                    </MOD_EPS>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_EPSResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <5368709120> for <\"AMBRMAXUL\"></ResultDesc></Result></MOD_EPSResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1075,'APILOG300','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00250069\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00250069\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1076,'APILOG301','http://129.9.10.73:8001/00250069','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_EPS>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <PROV>TRUE</PROV>\r\n                        <AMBRMAXUL>5368709120</AMBRMAXUL>\r\n                        <AMBRMAXDL>5368709120</AMBRMAXDL>\r\n                    </MOD_EPS>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_EPSResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <5368709120> for <\"AMBRMAXUL\"></ResultDesc></Result></MOD_EPSResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1077,'APILOG302','http://129.9.10.73:8001/00250069','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_LCK>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <IC>TRUE</IC>\r\n                        <OC>TRUE</OC>\r\n                    </MOD_LCK>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1078,'APILOG303','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00217260\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00217260\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1079,'APILOG304','http://129.9.10.73:8001/00217260','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                    <soapenv:Body>\r\n                    <MOD_LCK>\r\n                        <ISDN>252642000003</ISDN>\r\n                        <IC>TRUE</IC>\r\n                        <OC>TRUE</OC>\r\n                    </MOD_LCK>\r\n                    </soapenv:Body>\r\n                </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1080,'APILOG305','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                    <LGI>\r\n                        <OPNAME>solcrm</OPNAME>\r\n                        <PWD>Abc123@@##</PWD>\r\n                    </LGI>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00662985\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00662985\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1081,'APILOG306','http://129.9.10.73:8001/00662985','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ACT_CWAIT>\r\n                    <ISDN>252642000003</ISDN>\r\n                    <BSG>ALL</BSG>\r\n                </ACT_CWAIT>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ACT_CWAITResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></ACT_CWAITResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1082,'APILOG307','http://129.9.10.73:8001/00662985','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                    <LGI>\r\n                        <OPNAME>solcrm</OPNAME>\r\n                        <PWD>Abc123@@##</PWD>\r\n                    </LGI>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00213357\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00213357\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1083,'APILOG308','http://129.9.10.73:8001/00213357','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <MOD_LCK>\r\n                    <ISDN>252642000003</ISDN>\r\n                    <IC>TRUE</IC>\r\n                    <OC>TRUE</OC>\r\n                </MOD_LCK>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1084,'APILOG309','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                    <LGI>\r\n                        <OPNAME>solcrm</OPNAME>\r\n                        <PWD>Abc123@@##</PWD>\r\n                    </LGI>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00628212\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00628212\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1085,'APILOG310','http://129.9.10.73:8001/00628212','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <MOD_EPS>\r\n                    <ISDN>252642000003</ISDN>\r\n                    <PROV>TRUE</PROV>\r\n                    <AMBRMAXUL>5368709120</AMBRMAXUL>\r\n                    <AMBRMAXDL>5368709120</AMBRMAXDL>\r\n                </MOD_EPS>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_EPSResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <5368709120> for <\"AMBRMAXUL\"></ResultDesc></Result></MOD_EPSResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1086,'APILOG311','http://129.9.10.73:8001/00628212','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                    <LGI>\r\n                        <OPNAME>solcrm</OPNAME>\r\n                        <PWD>Abc123@@##</PWD>\r\n                    </LGI>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00633161\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00633161\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1087,'APILOG312','http://129.9.10.73:8001/00633161','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <MOD_LCK>\r\n                    <ISDN>252642000003</ISDN>\r\n                    <IC>FALSE</IC>\r\n                    <OC>TRUE</OC>\r\n                </MOD_LCK>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1088,'APILOG313','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n        </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00666040\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00666040\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1089,'APILOG314','http://129.9.10.73:8001/00666040','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_CBAR>\r\n                    <ISDN>252642000003</ISDN>\r\n                </LST_CBAR>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_CBARResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><IMSI>637026400149621</IMSI><ISDN>252642000003</ISDN><CBCOU>SUBSCRIBER</CBCOU><CBCOUReason>NotcaredReason</CBCOUReason><Group Name =\"BAOC\" ><BAOC_ALL>PROV</BAOC_ALL></Group><Group Name =\"BOIC\" ><BOIC_ALL>PROV</BOIC_ALL></Group><Group Name =\"BOICExHC\" ><BOICExHC_ALL>PROV</BOICExHC_ALL></Group><Group Name =\"BAIC\" ><BAIC_ALL>PROV</BAIC_ALL></Group><Group Name =\"BICROAM\" ><BICROAM_ALL>PROV</BICROAM_ALL></Group><Group Name =\"BORO\" ><BORO_ALL>PROV</BORO_ALL></Group></ResultData></Result></LST_CBARResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1090,'APILOG315','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n        </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00213463\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00213463\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1091,'APILOG316','http://129.9.10.73:8001/00213463','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <MOD_LCK>\r\n                    <ISDN>252642000003</ISDN>\r\n                    <IC>FALSE</IC>\r\n                    <OC>TRUE</OC>\r\n                </MOD_LCK>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><MOD_LCKResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0002:Already existed, not changed</ResultDesc></Result></MOD_LCKResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1092,'APILOG317','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n        </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00653301\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00653301\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1093,'APILOG318','http://129.9.10.73:8001/00653301','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <LST_CBAR>\r\n                    <ISDN>252644220171</ISDN>\r\n                </LST_CBAR>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_CBARResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><IMSI>637026400000010</IMSI><ISDN>252644220171</ISDN><CBCOU>SUBSCRIBER</CBCOU><CBCOUReason>NotcaredReason</CBCOUReason><Group Name =\"BAOC\" ><BAOC_TS1X>PROV | ACT</BAOC_TS1X><BAOC_TS2X>PROV | ACT</BAOC_TS2X><BAOC_TS6X>PROV | ACT</BAOC_TS6X><BAOC_BS2X>PROV | ACT</BAOC_BS2X><BAOC_BS3X>PROV | ACT</BAOC_BS3X></Group><Group Name =\"BOIC\" ><BOIC_ALL>PROV</BOIC_ALL></Group><Group Name =\"BOICExHC\" ><BOICExHC_ALL>PROV</BOICExHC_ALL></Group><Group Name =\"BAIC\" ><BAIC_ALL>PROV</BAIC_ALL></Group><Group Name =\"BICROAM\" ><BICROAM_ALL>PROV</BICROAM_ALL></Group><Group Name =\"BORO\" ><BORO_ALL>PROV</BORO_ALL></Group></ResultData></Result></LST_CBARResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1094,'APILOG319','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n        </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LST_CBARResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc><ResultData><IMSI>637026400000010</IMSI><ISDN>252644220171</ISDN><CBCOU>SUBSCRIBER</CBCOU><CBCOUReason>NotcaredReason</CBCOUReason><Group Name =\"BAOC\" ><BAOC_TS1X>PROV | ACT</BAOC_TS1X><BAOC_TS2X>PROV | ACT</BAOC_TS2X><BAOC_TS6X>PROV | ACT</BAOC_TS6X><BAOC_BS2X>PROV | ACT</BAOC_BS2X><BAOC_BS3X>PROV | ACT</BAOC_BS3X></Group><Group Name =\"BOIC\" ><BOIC_ALL>PROV</BOIC_ALL></Group><Group Name =\"BOICExHC\" ><BOICExHC_ALL>PROV</BOICExHC_ALL></Group><Group Name =\"BAIC\" ><BAIC_ALL>PROV</BAIC_ALL></Group><Group Name =\"BICROAM\" ><BICROAM_ALL>PROV</BICROAM_ALL></Group><Group Name =\"BORO\" ><BORO_ALL>PROV</BORO_ALL></Group></ResultData></Result></LST_CBARResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1095,'APILOG320','http://129.9.10.73:8001/00667565','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                                <soapenv:Body>\r\n                                <DEA_BAOC>\r\n                                    <ISDN>252644220171</ISDN>\r\n                                </DEA_BAOC>\r\n                                </soapenv:Body>\r\n                            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><DEA_BAOCResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></DEA_BAOCResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1117,'APILOG321','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"F3fR43LCFywFLbxIR4BU7gHTB1jUm0ZK\"}}',''),(1119,'APILOG322','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00267055\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00267055\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1120,'APILOG323','http://129.9.10.73:8001/00267055','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>6370264001405101</IMSI>\r\n                    <ISDN>652100801</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <\"6370264001405101\"> for <\"IMSI\"></ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1121,'APILOG324','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 07 Mar 2022 11:07:57 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AoU7SOLuP46.ACWXII4GdyxLoJPbobnJLoZ9t2LYLVjp5tHkycGg7L8; Path=/; Expires=Mon, 07 Mar 2022 11:07:57 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 07 Mar 2022 11:04:57 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"6d0aa7d1-9e06-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1122,'APILOG325','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 1,\r\n                    \"expiryDate\": \"2050-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\":  \"652100801\", \r\n                        \"customerClassId\": \"11\",\r\n                        \"firstName\": \"Sample\",    \r\n                        \"middleName\": \"Testing\", \r\n                        \"lastName\": \"Testing\", \r\n                        \"fourthName\": \"\", \r\n                        \"motherName\": \"Got it\", \r\n                        \"emailAddress\": \"test@g.com\", \r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"111222\",\r\n                        \"nationality\": \"1\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\", \r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"gender\": \"\", \r\n                        \"Archive Reference Number\": \"NA\",\r\n                        \"dateOfBirth\": \"\", \r\n                        \"placeOfBirth\": \"NA\",\r\n                        \"countryID\": \"1\",\r\n                        \"stateID\": \"27\",\r\n                        \"cityID\": \"1343\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"652100801\", \r\n                            \"nokName\": \"Inheritor name Awas\", \r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\", \r\n                            \"address\": \"NA\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"1\",\r\n                                \"stateID\": \"27\",\r\n                                \"cityID\": \"1343\",\r\n                                \"subCity\": \"NA\",\r\n                                \"sector\": \"NA\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"652100801\", \r\n                            \"partnerContactPersonName\": \"Contact Person Name\",  \r\n                            \"address\": \"NA\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"652100801\", \r\n                        \"userName\": \"652100801\",  \r\n                        \"password\": \"\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"87\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"Sample Testing\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"193\",\r\n                            \"accountExpirydate\": \"2097-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(1123,'APILOG326','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/Ofucj/JxCZ6boKcEO5/wORTwn5N/36gbMpsRnsFieVn/Yt2po6XcInUUnO+C3BFjdr5Toie+QSkuZirlnlS8+YiC76qo/7yk=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3AFm8oQdveiv.zAOvZ%2BLLIjQ5fmqhM1X9eLnNwwNxlc0BXs3znpKOg30\"}}',''),(1124,'APILOG327','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"652100801\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Sample\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Testing\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"test@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"652100801\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"652100801\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"652100801\",\r\n						\"userName\": \"652100801\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(1125,'APILOG328','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 07 Mar 2022 11:07:58 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3ARSUo3Mc5IW.OoY7e1RKSnYW2vIkiQ03MsmGMlcZ9gVcXwWX9ZqNV1w; Path=/; Expires=Mon, 07 Mar 2022 11:07:58 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 07 Mar 2022 11:04:58 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"6d305840-9e06-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1126,'APILOG329','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"652100801\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"652100801\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(1128,'APILOG330','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"w0insAQdjyhC2YxODRv5jgPh0hgpNd7u\"}}',''),(1130,'APILOG331','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00660755\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00660755\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1131,'APILOG332','http://129.9.10.73:8001/00660755','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>6370264001405111</IMSI>\r\n                    <ISDN>652100811</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>1004</ResultCode><ResultDesc>ERR1004:Invalid parameter value <\"6370264001405111\"> for <\"IMSI\"></ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1132,'APILOG333','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 07 Mar 2022 11:09:51 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Aoos0QpyNh7.XLVk6rhvEv%2B8IW%2BL3Ek7BlApIy8ya4vSh6nNCQ8ELH0; Path=/; Expires=Mon, 07 Mar 2022 11:09:51 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 07 Mar 2022 11:06:51 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"b10ec3d0-9e06-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1133,'APILOG334','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 1,\r\n                    \"expiryDate\": \"2050-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\":  \"652100811\", \r\n                        \"customerClassId\": \"11\",\r\n                        \"firstName\": \"Test\",    \r\n                        \"middleName\": \"Testing\", \r\n                        \"lastName\": \"Data\", \r\n                        \"fourthName\": \"\", \r\n                        \"motherName\": \"Got it\", \r\n                        \"emailAddress\": \"data@g.com\", \r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"111222\",\r\n                        \"nationality\": \"1\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\", \r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"gender\": \"\", \r\n                        \"Archive Reference Number\": \"NA\",\r\n                        \"dateOfBirth\": \"\", \r\n                        \"placeOfBirth\": \"NA\",\r\n                        \"countryID\": \"1\",\r\n                        \"stateID\": \"27\",\r\n                        \"cityID\": \"1343\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"652100811\", \r\n                            \"nokName\": \"Inheritor name Awas\", \r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\", \r\n                            \"address\": \"NA\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"1\",\r\n                                \"stateID\": \"27\",\r\n                                \"cityID\": \"1343\",\r\n                                \"subCity\": \"NA\",\r\n                                \"sector\": \"NA\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"652100811\", \r\n                            \"partnerContactPersonName\": \"Contact Person Name\",  \r\n                            \"address\": \"NA\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"652100811\", \r\n                        \"userName\": \"652100811\",  \r\n                        \"password\": \"\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"87\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"Test Data\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"193\",\r\n                            \"accountExpirydate\": \"2097-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(1134,'APILOG335','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+RrGgzDER0sx62F7l5yM447ZW6VL0/vtUorIkRlsshJ/mQ9hWD9e9vErhBMntZgckqOvrPktPS8PYDYMYrzzC+kO3uRzamLuQ=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3ASaiP29Gafz.fqMH%2FvZH6XxD2o5h0cX7xsbonNDnlqSNl1XtJFLThMI\"}}',''),(1135,'APILOG336','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"652100811\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Test\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Data\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"data@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"652100811\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"652100811\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"652100811\",\r\n						\"userName\": \"652100811\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"Invalid Subscription id. Please enter a valid subscription id.\",\"payload\":null}',''),(1136,'APILOG337','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Mon, 07 Mar 2022 11:09:52 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3APnXDuX6Qrp.fvD2vnb8sYww%2B6gvxn2BFhSM1BUwGXrStOdjHroTqqI; Path=/; Expires=Mon, 07 Mar 2022 11:09:52 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Mon, 07 Mar 2022 11:06:52 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"b12b9aa0-9e06-11ec-ba3d-afdff4d7662c\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1137,'APILOG338','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"652100811\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"652100811\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(1144,'APILOG339','/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647251219,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','0',''),(1145,'APILOG340','/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647251690,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','0',''),(1146,'APILOG341','/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647251708,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','0',''),(1147,'APILOG342','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647252809,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"serviceInfo\":{\"responseAttributes\":{\"resultCode\":\"ER06000\",\"replyMessage\":\"Bad Request\"}}}',''),(1148,'APILOG343','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647252879,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"serviceInfo\":{\"responseAttributes\":{\"resultCode\":\"ER06000\",\"replyMessage\":\"Bad Request\"}}}',''),(1149,'APILOG344','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647253009,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"requestId\":\"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\"schemaVersion\":\"1.0\",\"serviceInfo\":{\"responseAttributes\":{\"replyMessage\":\"Success\",\"resultCode\":\"2001\",\"name\":\"CRM CRM CRM\",\"isPOSEnabled\":\"0\",\"verifyError\":true,\"locationId\":\"\",\"picture\":\"data:image/jpeg\",\"subscriptionId\":\"252642000050\",\"partnerId\":\"154885\",\"partnerUID\":\"500000\",\"isAdminPINRequired\":\"0\",\"defaultAccount\":\"6427266\",\"accountInformation\":[{\"accountId\":\"6427266\",\"accountTitle\":\"Soltelco Test Distributor--USD--\",\"accountNumber\":\"2000006495\",\"accountType\":\"1\",\"accountCurrency\":\"840\",\"currencyName\":\"USD\",\"currencySymbol\":\"$\",\"currencyId\":\"250\",\"isDefaultAccount\":true}],\"isAccountsLengthOne\":false,\"productList\":{\"840\":{\"ProductId\":\"67\",\"ProductCurrency\":\"840\",\"ProductBrand\":\"KAASHPLUS SERVICES\"}},\"permissionInformation\":[{\"groupId\":\"216\",\"permissionId\":\"1033\",\"permissionName\":\"VIEW_AGENT_CASH_ACTIVITY_REPORT\",\"userId\":\"3449\"}],\"sessionId\":\"WEB;708271613214;0XQqI\",\"token\":\"6tW6JLhwFTXVL3uj9elfTP8qI6fE7bktW7mo0xZ9Pnheby7YMIVIV7lGhtuDqwSxGY4NaD3gAFQTMMpeAzuQ0xyHEYtEdPyaHzYhZ8Yn9pBLLn4tiqT1P9XG7nYOcxW7wEWtVn03tAtqiyySeCjpZ0mLRlxgtpcB\",\"userType\":\"DISTRIBUTOR\",\"userNature\":\"ADMIN\",\"isSetCustomerPinRequired\":false,\"productId\":\"67\",\"serviceInformation\":[],\"numberingPattern\":[{\"NPATTERNID\":24,\"PATTERN\":\"(25264)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25264\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null},{\"NPATTERNID\":25,\"PATTERN\":\"(064)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"064\",\"LENGTH\":7,\"STARTPOSITION\":1,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":26,\"PATTERN\":\"(64)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"64\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":27,\"PATTERN\":\"(4)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"4\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":28,\"PATTERN\":\"(3)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"3\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":29,\"PATTERN\":\"(6)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"6\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":30,\"PATTERN\":\"(7)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"7\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":32,\"PATTERN\":\"(25263)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25263\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null}],\"isMultiCurrencyEnabled\":1,\"viewSubscriberPicture\":true,\"serviceProviderName\":\"SOLTELCO COMPANY\",\"serviceProviderAddress\":\"WAAHEEN NEAR BRIGDE AREA\",\"maintainCustomeProfiles\":\"0\",\"isCustomerUpdateRestrictedByCreator\":\"0\",\"isVerificationDocumentsMandatory\":\"0\",\"isSimpleCustomerRegistrtionRequired\":\"1\",\"isViewSubscriberOfUnverified\":\"1\",\"isAdminTasksRequiredFromAgent\":\"1\",\"hideSubscriptionPageFromCustomerRegister\":\"1\",\"sesstionTimeOut\":1800},\"serviceCode\":\"0101\",\"serviceName\":\"CustomerLogin\"},\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"timestamp\":1647252987739,\"channelName\":\"WEB\",\"serveFrom\":1,\"dbRequestRoute\":\"getPartnerServices\",\"userNature\":\"ADMIN\"}',''),(1150,'APILOG345','https://172.22.22.180/api/agentCashActivity','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\r\n            \"timestamp\": 1647253010,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"accountId\": \"1981\",\r\n                    \"currencyId\": 250,\r\n                    \"customerActivityStartDate\": \"2022-01-01\",\r\n                    \"customerActivityEndDate\": \"2022-03-01\",\r\n                    \"dealerId\": 0,\r\n                    \"parentPartnerId\": 0,\r\n                    \"sessionId\": \"WEB;708271613214;0XQqI\",\r\n                    \"userType\": \"DISTRIBUTOR\"\r\n                },\r\n                \"serviceCode\": \"2112\",\r\n                \"serviceName\": \"subscriberactivityfilter\"\r\n            }   \r\n        }','{\"schemaVersion\":\"1.0\",\"requestId\":\"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\"timestamp\":1647253010,\"channel\":\"Web\",\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"serviceInfo\":{\"serviceCode\":\"2112\",\"serviceName\":\"subscriberactivityfilter\",\"responseAttributes\":{\"agentCashActivity\":[{\"PARTNERUID\":\"200836\",\"NAME\":\"Soltelco Store 1\",\"ACCOUNTID\":6427220,\"PREVBALANCE\":0,\"TOTALTRANS\":7,\"FLOATBALANCES\":0,\"DEBIT\":3,\"CREDIT\":4,\"BALANCE\":1,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7},{\"PARTNERUID\":\"700001\",\"NAME\":\"Hargeisa Store1\",\"ACCOUNTID\":6427270,\"PREVBALANCE\":0,\"TOTALTRANS\":5,\"FLOATBALANCES\":0,\"DEBIT\":245,\"CREDIT\":245,\"BALANCE\":0,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7}],\"sessionId\":\"WEB;708271613214;0XQqI\",\"resultCode\":\"2001\",\"replyMessage\":\"Success\"}},\"serveFrom\":1,\"dbRequestRoute\":\"agentCashActivity\"}',''),(1153,'APILOG346','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647253376,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"requestId\":\"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\"schemaVersion\":\"1.0\",\"serviceInfo\":{\"responseAttributes\":{\"replyMessage\":\"Success\",\"resultCode\":\"2001\",\"name\":\"CRM CRM CRM\",\"isPOSEnabled\":\"0\",\"verifyError\":true,\"locationId\":\"\",\"picture\":\"data:image/jpeg\",\"subscriptionId\":\"252642000050\",\"partnerId\":\"154885\",\"partnerUID\":\"500000\",\"isAdminPINRequired\":\"0\",\"defaultAccount\":\"6427266\",\"accountInformation\":[{\"accountId\":\"6427266\",\"accountTitle\":\"Soltelco Test Distributor--USD--\",\"accountNumber\":\"2000006495\",\"accountType\":\"1\",\"accountCurrency\":\"840\",\"currencyName\":\"USD\",\"currencySymbol\":\"$\",\"currencyId\":\"250\",\"isDefaultAccount\":true}],\"isAccountsLengthOne\":false,\"productList\":{\"840\":{\"ProductId\":\"67\",\"ProductCurrency\":\"840\",\"ProductBrand\":\"KAASHPLUS SERVICES\"}},\"permissionInformation\":[{\"groupId\":\"216\",\"permissionId\":\"1033\",\"permissionName\":\"VIEW_AGENT_CASH_ACTIVITY_REPORT\",\"userId\":\"3449\"}],\"sessionId\":\"WEB;781342213214;QNhMK\",\"token\":\"6UonDwxGeXqea6DrZx1mFWOexn4umvUsr4GYXBEyRqkUVHWoQk9XyYgVRZA3aIFJQQUhO5PzKLPMNwRe43t0PDcP5owemfewcPaxK11Fez6AaxfZEErKvBjXcLK5YNyiyPS8z67sTS9stt0mHJAarY2Dmsnmg96Q\",\"userType\":\"DISTRIBUTOR\",\"userNature\":\"ADMIN\",\"isSetCustomerPinRequired\":false,\"productId\":\"67\",\"serviceInformation\":[],\"numberingPattern\":[{\"NPATTERNID\":24,\"PATTERN\":\"(25264)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25264\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null},{\"NPATTERNID\":25,\"PATTERN\":\"(064)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"064\",\"LENGTH\":7,\"STARTPOSITION\":1,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":26,\"PATTERN\":\"(64)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"64\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":27,\"PATTERN\":\"(4)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"4\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":28,\"PATTERN\":\"(3)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"3\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":29,\"PATTERN\":\"(6)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"6\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":30,\"PATTERN\":\"(7)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"7\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":32,\"PATTERN\":\"(25263)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25263\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null}],\"isMultiCurrencyEnabled\":1,\"viewSubscriberPicture\":true,\"serviceProviderName\":\"SOLTELCO COMPANY\",\"serviceProviderAddress\":\"WAAHEEN NEAR BRIGDE AREA\",\"maintainCustomeProfiles\":\"0\",\"isCustomerUpdateRestrictedByCreator\":\"0\",\"isVerificationDocumentsMandatory\":\"0\",\"isSimpleCustomerRegistrtionRequired\":\"1\",\"isViewSubscriberOfUnverified\":\"1\",\"isAdminTasksRequiredFromAgent\":\"1\",\"hideSubscriptionPageFromCustomerRegister\":\"1\",\"sesstionTimeOut\":1800},\"serviceCode\":\"0101\",\"serviceName\":\"CustomerLogin\"},\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"timestamp\":1647253354807,\"channelName\":\"WEB\",\"serveFrom\":1,\"dbRequestRoute\":\"getPartnerServices\",\"userNature\":\"ADMIN\"}',''),(1154,'APILOG347','https://172.22.22.180/api/agentCashActivity','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\r\n            \"timestamp\": 1647253377,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"accountId\": \"1981\",\r\n                    \"currencyId\": 250,\r\n                    \"customerActivityStartDate\": \"2022-01-01\",\r\n                    \"customerActivityEndDate\": \"2022-03-01\",\r\n                    \"dealerId\": 0,\r\n                    \"parentPartnerId\": 0,\r\n                    \"sessionId\": \"WEB;781342213214;QNhMK\",\r\n                    \"userType\": \"DISTRIBUTOR\"\r\n                },\r\n                \"serviceCode\": \"2112\",\r\n                \"serviceName\": \"subscriberactivityfilter\"\r\n            }   \r\n        }','{\"schemaVersion\":\"1.0\",\"requestId\":\"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\"timestamp\":1647253377,\"channel\":\"Web\",\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"serviceInfo\":{\"serviceCode\":\"2112\",\"serviceName\":\"subscriberactivityfilter\",\"responseAttributes\":{\"agentCashActivity\":[{\"PARTNERUID\":\"200836\",\"NAME\":\"Soltelco Store 1\",\"ACCOUNTID\":6427220,\"PREVBALANCE\":0,\"TOTALTRANS\":7,\"FLOATBALANCES\":0,\"DEBIT\":3,\"CREDIT\":4,\"BALANCE\":1,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7},{\"PARTNERUID\":\"700001\",\"NAME\":\"Hargeisa Store1\",\"ACCOUNTID\":6427270,\"PREVBALANCE\":0,\"TOTALTRANS\":5,\"FLOATBALANCES\":0,\"DEBIT\":245,\"CREDIT\":245,\"BALANCE\":0,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7}],\"sessionId\":\"WEB;781342213214;QNhMK\",\"resultCode\":\"2001\",\"replyMessage\":\"Success\"}},\"serveFrom\":1,\"dbRequestRoute\":\"agentCashActivity\"}',''),(1157,'APILOG348','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647253462,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"requestId\":\"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\"schemaVersion\":\"1.0\",\"serviceInfo\":{\"responseAttributes\":{\"replyMessage\":\"Success\",\"resultCode\":\"2001\",\"name\":\"CRM CRM CRM\",\"isPOSEnabled\":\"0\",\"verifyError\":true,\"locationId\":\"\",\"picture\":\"data:image/jpeg\",\"subscriptionId\":\"252642000050\",\"partnerId\":\"154885\",\"partnerUID\":\"500000\",\"isAdminPINRequired\":\"0\",\"defaultAccount\":\"6427266\",\"accountInformation\":[{\"accountId\":\"6427266\",\"accountTitle\":\"Soltelco Test Distributor--USD--\",\"accountNumber\":\"2000006495\",\"accountType\":\"1\",\"accountCurrency\":\"840\",\"currencyName\":\"USD\",\"currencySymbol\":\"$\",\"currencyId\":\"250\",\"isDefaultAccount\":true}],\"isAccountsLengthOne\":false,\"productList\":{\"840\":{\"ProductId\":\"67\",\"ProductCurrency\":\"840\",\"ProductBrand\":\"KAASHPLUS SERVICES\"}},\"permissionInformation\":[{\"groupId\":\"216\",\"permissionId\":\"1033\",\"permissionName\":\"VIEW_AGENT_CASH_ACTIVITY_REPORT\",\"userId\":\"3449\"}],\"sessionId\":\"WEB;943592313214;NEaUT\",\"token\":\"aAVTr7POHZLMzNCZGzfbNcl4aEaolPXKYuMtYOK1kP2QjcvT4KY51ZHC2KoZxzD2wXxHFwCQjpl6l4DaoyTc44NY7QWrjnPTlbwBljuAYt8rDc7sDZbfmxwh8Aleou9eGULNZ4DmwAiEiL0VxW7sitCwALqqSbdz\",\"userType\":\"DISTRIBUTOR\",\"userNature\":\"ADMIN\",\"isSetCustomerPinRequired\":false,\"productId\":\"67\",\"serviceInformation\":[],\"numberingPattern\":[{\"NPATTERNID\":24,\"PATTERN\":\"(25264)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25264\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null},{\"NPATTERNID\":25,\"PATTERN\":\"(064)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"064\",\"LENGTH\":7,\"STARTPOSITION\":1,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":26,\"PATTERN\":\"(64)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"64\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":27,\"PATTERN\":\"(4)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"4\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":28,\"PATTERN\":\"(3)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"3\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":29,\"PATTERN\":\"(6)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"6\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":30,\"PATTERN\":\"(7)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"7\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":32,\"PATTERN\":\"(25263)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25263\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null}],\"isMultiCurrencyEnabled\":1,\"viewSubscriberPicture\":true,\"serviceProviderName\":\"SOLTELCO COMPANY\",\"serviceProviderAddress\":\"WAAHEEN NEAR BRIGDE AREA\",\"maintainCustomeProfiles\":\"0\",\"isCustomerUpdateRestrictedByCreator\":\"0\",\"isVerificationDocumentsMandatory\":\"0\",\"isSimpleCustomerRegistrtionRequired\":\"1\",\"isViewSubscriberOfUnverified\":\"1\",\"isAdminTasksRequiredFromAgent\":\"1\",\"hideSubscriptionPageFromCustomerRegister\":\"1\",\"sesstionTimeOut\":1800},\"serviceCode\":\"0101\",\"serviceName\":\"CustomerLogin\"},\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"timestamp\":1647253439968,\"channelName\":\"WEB\",\"serveFrom\":1,\"dbRequestRoute\":\"getPartnerServices\",\"userNature\":\"ADMIN\"}',''),(1158,'APILOG349','https://172.22.22.180/api/agentCashActivity','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\r\n            \"timestamp\": 1647253462,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"accountId\": \"1981\",\r\n                    \"currencyId\": 250,\r\n                    \"customerActivityStartDate\": \"2022-01-01\",\r\n                    \"customerActivityEndDate\": \"2022-03-01\",\r\n                    \"dealerId\": 0,\r\n                    \"parentPartnerId\": 0,\r\n                    \"sessionId\": \"WEB;943592313214;NEaUT\",\r\n                    \"userType\": \"DISTRIBUTOR\"\r\n                },\r\n                \"serviceCode\": \"2112\",\r\n                \"serviceName\": \"subscriberactivityfilter\"\r\n            }   \r\n        }','{\"schemaVersion\":\"1.0\",\"requestId\":\"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\"timestamp\":1647253462,\"channel\":\"Web\",\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"serviceInfo\":{\"serviceCode\":\"2112\",\"serviceName\":\"subscriberactivityfilter\",\"responseAttributes\":{\"agentCashActivity\":[{\"PARTNERUID\":\"200836\",\"NAME\":\"Soltelco Store 1\",\"ACCOUNTID\":6427220,\"PREVBALANCE\":0,\"TOTALTRANS\":7,\"FLOATBALANCES\":0,\"DEBIT\":3,\"CREDIT\":4,\"BALANCE\":1,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7},{\"PARTNERUID\":\"700001\",\"NAME\":\"Hargeisa Store1\",\"ACCOUNTID\":6427270,\"PREVBALANCE\":0,\"TOTALTRANS\":5,\"FLOATBALANCES\":0,\"DEBIT\":245,\"CREDIT\":245,\"BALANCE\":0,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7}],\"sessionId\":\"WEB;943592313214;NEaUT\",\"resultCode\":\"2001\",\"replyMessage\":\"Success\"}},\"serveFrom\":1,\"dbRequestRoute\":\"agentCashActivity\"}',''),(1161,'APILOG350','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647253684,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"requestId\":\"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\"schemaVersion\":\"1.0\",\"serviceInfo\":{\"responseAttributes\":{\"replyMessage\":\"Success\",\"resultCode\":\"2001\",\"name\":\"CRM CRM CRM\",\"isPOSEnabled\":\"0\",\"verifyError\":true,\"locationId\":\"\",\"picture\":\"data:image/jpeg\",\"subscriptionId\":\"252642000050\",\"partnerId\":\"154885\",\"partnerUID\":\"500000\",\"isAdminPINRequired\":\"0\",\"defaultAccount\":\"6427266\",\"accountInformation\":[{\"accountId\":\"6427266\",\"accountTitle\":\"Soltelco Test Distributor--USD--\",\"accountNumber\":\"2000006495\",\"accountType\":\"1\",\"accountCurrency\":\"840\",\"currencyName\":\"USD\",\"currencySymbol\":\"$\",\"currencyId\":\"250\",\"isDefaultAccount\":true}],\"isAccountsLengthOne\":false,\"productList\":{\"840\":{\"ProductId\":\"67\",\"ProductCurrency\":\"840\",\"ProductBrand\":\"KAASHPLUS SERVICES\"}},\"permissionInformation\":[{\"groupId\":\"216\",\"permissionId\":\"1033\",\"permissionName\":\"VIEW_AGENT_CASH_ACTIVITY_REPORT\",\"userId\":\"3449\"}],\"sessionId\":\"WEB;587422713214;5UKFc\",\"token\":\"WOLpG8F2AdkFqU3bCfqSpDDdgFHNUXjgUFH7boAINSnMOYmrnpNQqRxyp3VHjILZV7K0D8eZ5GYlnzxKg8fhyZlHFfI9XUDaADaM7Dp7x0gyHGTPkYJQHZzCmNcylcWHR21V06btC71VgAni8G67IwFfYYWvknZg\",\"userType\":\"DISTRIBUTOR\",\"userNature\":\"ADMIN\",\"isSetCustomerPinRequired\":false,\"productId\":\"67\",\"serviceInformation\":[],\"numberingPattern\":[{\"NPATTERNID\":24,\"PATTERN\":\"(25264)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25264\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null},{\"NPATTERNID\":25,\"PATTERN\":\"(064)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"064\",\"LENGTH\":7,\"STARTPOSITION\":1,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":26,\"PATTERN\":\"(64)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"64\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":27,\"PATTERN\":\"(4)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"4\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":28,\"PATTERN\":\"(3)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"3\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":29,\"PATTERN\":\"(6)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"6\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":30,\"PATTERN\":\"(7)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"7\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":32,\"PATTERN\":\"(25263)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25263\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null}],\"isMultiCurrencyEnabled\":1,\"viewSubscriberPicture\":true,\"serviceProviderName\":\"SOLTELCO COMPANY\",\"serviceProviderAddress\":\"WAAHEEN NEAR BRIGDE AREA\",\"maintainCustomeProfiles\":\"0\",\"isCustomerUpdateRestrictedByCreator\":\"0\",\"isVerificationDocumentsMandatory\":\"0\",\"isSimpleCustomerRegistrtionRequired\":\"1\",\"isViewSubscriberOfUnverified\":\"1\",\"isAdminTasksRequiredFromAgent\":\"1\",\"hideSubscriptionPageFromCustomerRegister\":\"1\",\"sesstionTimeOut\":1800},\"serviceCode\":\"0101\",\"serviceName\":\"CustomerLogin\"},\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"timestamp\":1647253662609,\"channelName\":\"WEB\",\"serveFrom\":1,\"dbRequestRoute\":\"getPartnerServices\",\"userNature\":\"ADMIN\"}',''),(1162,'APILOG351','https://172.22.22.180/api/agentCashActivity','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\r\n            \"timestamp\": 1647253685,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"accountId\": \"1981\",\r\n                    \"currencyId\": 250,\r\n                    \"customerActivityStartDate\": \"2022-01-01\",\r\n                    \"customerActivityEndDate\": \"2022-03-01\",\r\n                    \"dealerId\": 0,\r\n                    \"parentPartnerId\": 0,\r\n                    \"sessionId\": \"WEB;587422713214;5UKFc\",\r\n                    \"userType\": \"DISTRIBUTOR\"\r\n                },\r\n                \"serviceCode\": \"2112\",\r\n                \"serviceName\": \"subscriberactivityfilter\"\r\n            }   \r\n        }','{\"schemaVersion\":\"1.0\",\"requestId\":\"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\"timestamp\":1647253685,\"channel\":\"Web\",\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"serviceInfo\":{\"serviceCode\":\"2112\",\"serviceName\":\"subscriberactivityfilter\",\"responseAttributes\":{\"agentCashActivity\":[{\"PARTNERUID\":\"200836\",\"NAME\":\"Soltelco Store 1\",\"ACCOUNTID\":6427220,\"PREVBALANCE\":0,\"TOTALTRANS\":7,\"FLOATBALANCES\":0,\"DEBIT\":3,\"CREDIT\":4,\"BALANCE\":1,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7},{\"PARTNERUID\":\"700001\",\"NAME\":\"Hargeisa Store1\",\"ACCOUNTID\":6427270,\"PREVBALANCE\":0,\"TOTALTRANS\":5,\"FLOATBALANCES\":0,\"DEBIT\":245,\"CREDIT\":245,\"BALANCE\":0,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7}],\"sessionId\":\"WEB;587422713214;5UKFc\",\"resultCode\":\"2001\",\"replyMessage\":\"Success\"}},\"serveFrom\":1,\"dbRequestRoute\":\"agentCashActivity\"}',''),(1165,'APILOG352','https://172.22.22.180/api/login','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\r\n            \"timestamp\": 1647253871,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"subscriptionId\": \"\",\r\n                    \"username\": \"crmadmin\",\r\n                    \"userType\": \"DISTRIBUTOR\",\r\n                    \"userNature\": \"ADMIN\",\r\n                    \"userPassword\": \"Crm##43251@\",\r\n                    \"currencyCode\": \"840\",\r\n                    \"channelName\": \"\",\r\n                    \"serviceType\": \"\"\r\n                },\r\n                \"serviceCode\": \"0103\",\r\n                \"serviceName\": \"CustomerLogin\"\r\n            }\r\n        }','{\"requestId\":\"d4245d27-37dc-41f5-ac3b-5ee2fa20c6dd\",\"schemaVersion\":\"1.0\",\"serviceInfo\":{\"responseAttributes\":{\"replyMessage\":\"Success\",\"resultCode\":\"2001\",\"name\":\"CRM CRM CRM\",\"isPOSEnabled\":\"0\",\"verifyError\":true,\"locationId\":\"\",\"picture\":\"data:image/jpeg\",\"subscriptionId\":\"252642000050\",\"partnerId\":\"154885\",\"partnerUID\":\"500000\",\"isAdminPINRequired\":\"0\",\"defaultAccount\":\"6427266\",\"accountInformation\":[{\"accountId\":\"6427266\",\"accountTitle\":\"Soltelco Test Distributor--USD--\",\"accountNumber\":\"2000006495\",\"accountType\":\"1\",\"accountCurrency\":\"840\",\"currencyName\":\"USD\",\"currencySymbol\":\"$\",\"currencyId\":\"250\",\"isDefaultAccount\":true}],\"isAccountsLengthOne\":false,\"productList\":{\"840\":{\"ProductId\":\"67\",\"ProductCurrency\":\"840\",\"ProductBrand\":\"KAASHPLUS SERVICES\"}},\"permissionInformation\":[{\"groupId\":\"216\",\"permissionId\":\"1033\",\"permissionName\":\"VIEW_AGENT_CASH_ACTIVITY_REPORT\",\"userId\":\"3449\"}],\"sessionId\":\"WEB;572493013214;f3plS\",\"token\":\"gP9QnhhR66v7aFEIdgkX1fj4SoQSVzdYgbV5eE5IwIHRZJXi4uh1d9LmythwE3si9W7BbYOOjsxIlVCufT96WcrgA8Z2Vw3XigMXyh9wZritw2AvbHx5fvpfUZshChfoOKioQUzXJ7FhPWppPkZlGwEEowkwPy79\",\"userType\":\"DISTRIBUTOR\",\"userNature\":\"ADMIN\",\"isSetCustomerPinRequired\":false,\"productId\":\"67\",\"serviceInformation\":[],\"numberingPattern\":[{\"NPATTERNID\":24,\"PATTERN\":\"(25264)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25264\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null},{\"NPATTERNID\":25,\"PATTERN\":\"(064)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"064\",\"LENGTH\":7,\"STARTPOSITION\":1,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":26,\"PATTERN\":\"(64)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"64\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"252\"},{\"NPATTERNID\":27,\"PATTERN\":\"(4)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"4\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":28,\"PATTERN\":\"(3)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"3\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":29,\"PATTERN\":\"(6)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"6\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":30,\"PATTERN\":\"(7)([0-9]{6})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"7\",\"LENGTH\":6,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"0\",\"DIALPREFIX\":\"25264\"},{\"NPATTERNID\":32,\"PATTERN\":\"(25263)([0-9]{7})$\",\"SERVICEPROVIDERID\":2,\"ISACTIVE\":\"1\",\"PREFIX\":\"25263\",\"LENGTH\":7,\"STARTPOSITION\":0,\"ISFORREGISTRATION\":\"1\",\"DIALPREFIX\":null}],\"isMultiCurrencyEnabled\":1,\"viewSubscriberPicture\":true,\"serviceProviderName\":\"SOLTELCO COMPANY\",\"serviceProviderAddress\":\"WAAHEEN NEAR BRIGDE AREA\",\"maintainCustomeProfiles\":\"0\",\"isCustomerUpdateRestrictedByCreator\":\"0\",\"isVerificationDocumentsMandatory\":\"0\",\"isSimpleCustomerRegistrtionRequired\":\"1\",\"isViewSubscriberOfUnverified\":\"1\",\"isAdminTasksRequiredFromAgent\":\"1\",\"hideSubscriptionPageFromCustomerRegister\":\"1\",\"sesstionTimeOut\":1800},\"serviceCode\":\"0101\",\"serviceName\":\"CustomerLogin\"},\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"timestamp\":1647253849603,\"channelName\":\"WEB\",\"serveFrom\":1,\"dbRequestRoute\":\"getPartnerServices\",\"userNature\":\"ADMIN\"}',''),(1166,'APILOG353','https://172.22.22.180/api/agentCashActivity','{\r\n            \"schemaVersion\": \"1.0\",\r\n            \"requestId\": \"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\r\n            \"timestamp\": 1647253872,\r\n            \"channel\": \"Web\",\r\n            \"systemInfo\": {\r\n                \"systemId\": \"\",\r\n                \"systemSecret\": \"\"\r\n            },\r\n            \"serviceInfo\": {\r\n                \"requestAttributes\": {\r\n                    \"deviceId\": \"\",\r\n                    \"deviceIdType\": \"\",\r\n                    \"locationInformation\": {\r\n                        \"locationInfoType\": \"\",\r\n                        \"cellId\": \"\",\r\n                        \"LACId\": \"\",\r\n                        \"MNC\": \"\",\r\n                        \"MCC\": \"\",\r\n                        \"IP\": \"\",\r\n                        \"MAC\": \"\",\r\n                        \"latitude\": \"\",\r\n                        \"longitude\": \"\"\r\n                    },\r\n                    \"accountId\": \"1981\",\r\n                    \"currencyId\": 250,\r\n                    \"customerActivityStartDate\": \"2022-01-01\",\r\n                    \"customerActivityEndDate\": \"2022-03-01\",\r\n                    \"dealerId\": 0,\r\n                    \"parentPartnerId\": 0,\r\n                    \"sessionId\": \"WEB;572493013214;f3plS\",\r\n                    \"userType\": \"DISTRIBUTOR\"\r\n                },\r\n                \"serviceCode\": \"2112\",\r\n                \"serviceName\": \"subscriberactivityfilter\"\r\n            }   \r\n        }','{\"schemaVersion\":\"1.0\",\"requestId\":\"4fff1477-1802-449f-8e8e-7c50cfa5011c\",\"timestamp\":1647253872,\"channel\":\"Web\",\"systemInfo\":{\"systemId\":\"\",\"systemSecret\":\"\"},\"serviceInfo\":{\"serviceCode\":\"2112\",\"serviceName\":\"subscriberactivityfilter\",\"responseAttributes\":{\"agentCashActivity\":[{\"PARTNERUID\":\"200836\",\"NAME\":\"Soltelco Store 1\",\"ACCOUNTID\":6427220,\"PREVBALANCE\":0,\"TOTALTRANS\":7,\"FLOATBALANCES\":0,\"DEBIT\":3,\"CREDIT\":4,\"BALANCE\":1,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7},{\"PARTNERUID\":\"700001\",\"NAME\":\"Hargeisa Store1\",\"ACCOUNTID\":6427270,\"PREVBALANCE\":0,\"TOTALTRANS\":5,\"FLOATBALANCES\":0,\"DEBIT\":245,\"CREDIT\":245,\"BALANCE\":0,\"DEALERBALANCE\":0,\"NOOFTRANSACTIONS\":7}],\"sessionId\":\"WEB;572493013214;f3plS\",\"resultCode\":\"2001\",\"replyMessage\":\"Success\"}},\"serveFrom\":1,\"dbRequestRoute\":\"agentCashActivity\"}',''),(1175,'APILOG354','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"CZ7f3rsLvV4QWpFJZBTYEanhyx83sc21\"}}',''),(1177,'APILOG355','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00226165\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00226165\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1178,'APILOG356','http://129.9.10.73:8001/00226165','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149018</IMSI>\r\n                    <ISDN>252642000909</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1179,'APILOG357','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=tUcj9xzhvEGTPUnqUADOe5taDFeCowxiFdm4DnCUg3bKyvpqmWVqAvSxwukzWgKOqtVXlquMDRcpXiDEF2nmp5qsyw9ApUjGzjBKbzqmXxlSN1Ht4pZUmnxnJEwDBHvqx2oaejKwGjKk9Epl0A6rlf0Lp8XqxKEv9cbWwOuGM14aVZKLlEEPWwgTlK1SlFAftyWImzIm4KY5y1lonJkj7FJrtNVatkvkWsyyahNumtKLFcsWsZfCRydchDENbvNiMMjlm1tbzNOA8gxGqisVT0sLucmtIZxwPPDFwGFAenqLoNze68cDHyy9MxPc2zD1bcaU2q0zkfNNxVPtYC1EY6Jrk8HtEdbNpYpzhQtbuZ6OdpAdg85ZaD9JxUPcWbotDfg6aMGFL9LitMPNYpKkvMiiem18m5EFXVf3l2c6L7ehqSp1d1LxA9QsmgzrxKoGxuqZqaNS1DC2jHnp1kOspELUl1aoWQ3LCE4LGRtYG9cAu3cgT7j1TgA0MPVIhcbSgmavyJ8bMYuj1J5EPK9UcqRKqFF1NyzEO80c3k8G2tYnYdjFyuyOfXlNkVVdZUoNHToDElAEZNn6fZb0N7Tm8Vg5xa6iVhV8dy6eyY6WakVaAPmseQwo9ncfPaERIfgHn6EVVwz2cCGjYq8Qt76d1PwC6qlJhupfUL8pToCOU7QUgBChJpHm4N4LOLy7IWL0JuZSckY2zLcBQmZyhfnmROc6cUmoVHnLYEHVc4EquWiRH1S2910AntWNLGwAAAamGVfEk5dKMoVWod2fT9pqdN8xlH4ZogWXK844P1dQnwnojEMSJ5zBWHacmEo7RD3DbRUaMNF3W3hgvQWkFrZbZdrf8mnBeeuckttAdkvg9ZALfNz3FddiM247QaskrhdAvYhiAxywbidOiz2fhiZtn17VnEw31LtvqJ7qfeVOF0XZheSnAdBC2DYDIGFraZowHaaTHGRYQRbfbaBqZpxTJeOMFlePPZ4DBJOZKYP6ABDa2AobrMiQWCGTETWAizsv0P6mqp7Gtk5t6SmQ26TLNiWU7Du3sIENTIc9elaovX41sk7VKfui5EG7Q6A2J7b7QRNG4Q4PvSdjqL7nEULmlX3o5nRFMhN94Yta6ex3CA8W8xE5wPdjDu1OyTEyfbg3JNU4ephWIkqgqRRFOjMLQYb7kzyYqD5GN1sDKRsqkJyKTc94axBhmg4xKHAItqKRNu2drEKiqy9yhwl0JyagMGkJ2J31B3XfvMj72WkOJmwKTk55uKFhNnTlC0efM6rzKfmTr7lukcCxMFfHH9IlEufjO5JLIfDXsutnANLjXA8Wtvy3fMVIGKB0GsU63FMmrXsHbxS9Yd1wcuufHHx0pKvSslgp7Q4dyJQEiPKDCVgcfGSKtOVzripzogSx78uQYLFAOwa0ITLKJKV2TPCOydA6ZhcTqhZcnTg8fBbCzy9sgMeRMEmizrIqyLIWQNTmkIboBH0819nPLpcxQVdxes92dv9UUpzq6K4BlOaoNtZL6DU9cR6ptfZvquHWlf69MRuQLrQiC3VNm1S6gFlaJcnRzEGPBZn1TeE12Y55hw2axBeZT8psjrHIBlRi8N2hl7jKQeI9tbBoQLcRYY5GAql6rz2J3HQtQ1zWTsKmqRCmyJ8emmg6FivTVZY64JG9aM3PODln9HWy1S0M3m0TVV0lvhZiPjzRPmv8uRlC3QJbXecJl0fQMlwbqSmZxvc6znUcy2xFu9k5GOktVNVxIKfeuaeRlBMc8CvfBn15KNamhMCgUzZfqF6VWjjlPFVRw2VQJuo6lovsXlfmmfSMoDjmmNVRnj7RyPBokY35Nd5vE83q7DepuNZ1dL4ENUDlvw775tfwdKlRe8dbaMTLl5HkP93LsYo8eokxmL7OQInxR2FhyDvm1bpD6cGrh6bI0yBLkLULBxsxt59iNPf1IUdB0KCzFp4hiPrkpZ6GsnERTRIZoivKqs1v4M0YSXkybjSeYLfNOmGWRmphOjYflOYBKIsj; Max-Age=180; Path=/; Expires=Tue, 22 Mar 2022 14:25:12 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AnYUPy1CIa0.ndQ9f%2B4DkjG2Oukrpr1TLVEimAWLJAIZrfSJ2zcv2gE; Path=/; Expires=Tue, 22 Mar 2022 14:25:12 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Tue, 22 Mar 2022 14:22:12 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"77526521-a9eb-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1180,'APILOG358','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 1,\r\n                    \"expiryDate\": \"2050-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\":  \"252642000909\", \r\n                        \"customerClassId\": \"11\",\r\n                        \"firstName\": \"sapnatest\",    \r\n                        \"middleName\": \"Testing\", \r\n                        \"lastName\": \"sapnatest\", \r\n                        \"fourthName\": \"\", \r\n                        \"motherName\": \"Got it\", \r\n                        \"emailAddress\": \"sapnatest@g.com\", \r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"111222\",\r\n                        \"nationality\": \"1\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\", \r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"2\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"gender\": \"\", \r\n                        \"Archive Reference Number\": \"NA\",\r\n                        \"dateOfBirth\": \"\", \r\n                        \"placeOfBirth\": \"NA\",\r\n                        \"countryID\": \"1\",\r\n                        \"stateID\": \"27\",\r\n                        \"cityID\": \"1343\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000909\", \r\n                            \"nokName\": \"Inheritor name Awas\", \r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\", \r\n                            \"address\": \"NA\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"1\",\r\n                                \"stateID\": \"27\",\r\n                                \"cityID\": \"1343\",\r\n                                \"subCity\": \"NA\",\r\n                                \"sector\": \"NA\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000909\", \r\n                            \"partnerContactPersonName\": \"Contact Person Name\",  \r\n                            \"address\": \"NA\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000909\", \r\n                        \"userName\": \"252642000909\",  \r\n                        \"password\": \"\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"87\",\r\n                        \"languageId\": \"2\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"sapnatest sapnatest\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"193\",\r\n                            \"accountExpirydate\": \"2097-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Some exception occurred , Please contact support.\",\"payload\":null}',''),(1181,'APILOG359','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1/khpaYhbq7yNMLFT21HwjMpIGNHwhyKxRNzFGCvnjb5XjDLRBLQ7Xf9jW77DZ24MDZolBTSI2smIf4LLmkBw981OVt+Bx5lMo=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A0mKDFLIf3o.t%2FhvdWLyeU%2FVzJ%2BgKMomMPpnzI%2B7MmnKug428fJBEsI\"}}',''),(1182,'APILOG360','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000909\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapnatest\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"sapnatest\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sapnatest@g.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000909\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000909\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000909\",\r\n						\"userName\": \"252642000909\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889275,\"name\":\"sapnatest Middle Name sapnatest Fourth Name\",\"email\":\"sapnatest@g.com\",\"userName\":\"252642000909\",\"subscriptionId\":\"252642000909\",\"accountNumber\":\"7009091296\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-03-22\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(1183,'APILOG361','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Tue, 22 Mar 2022 14:25:13 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3ACLdw61HSTS.QZkRkZ5jSpbFe6QdWVjdel1WC0SY8qGX2yvQOz6dbI8; Path=/; Expires=Tue, 22 Mar 2022 14:25:13 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Tue, 22 Mar 2022 14:22:13 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"77ca0621-a9eb-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1184,'APILOG362','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000909\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000909\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(1191,'APILOG363','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"Ck5jnKsi9RkQF3ShrEQ4N96Se94314aU\"}}',''),(1194,'APILOG364','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Mar 2022 05:53:38 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AO2cHhaQKsI.FgXGr8ha0DLGZMHriZ%2FYTp90eRgfStABKkIQImZ6lsA; Path=/; Expires=Wed, 23 Mar 2022 05:53:38 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Mar 2022 05:50:38 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"2a9b49e0-aa6d-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1195,'APILOG365','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000910\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Testsapna\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Testsapna\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"Testsapna@gm.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number 1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000910\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"subCity\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000910\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000910\",\r\n                        \"userName\": \"252642000910\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"Testsapna Testsapna\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"Some exception occurred , Please contact support.\",\"payload\":null}',''),(1196,'APILOG366','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX187ONzaw4FHTn7hg1oIzKy3ZSzB00u16FtUr3U2PXXdY5qNIJTbejUXUd1wmWi7T/h8LeCwIiJPX2JSIUNnZZ5prJPMcGlfJjU=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3A5zdnwDzi1M.FCD5CIUDGsgZkJUfgQ5sZDBFYO5N4r2GQrKExSikons\"}}',''),(1197,'APILOG367','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000910\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"Testsapna\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"Testsapna\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"Testsapna@gm.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000910\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000910\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000910\",\r\n						\"userName\": \"252642000910\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfully\",\"receiptInfo\":{\"id\":1889276,\"name\":\"Testsapna Middle Name Testsapna Fourth Name\",\"email\":\"Testsapna@gm.com\",\"userName\":\"252642000910\",\"subscriptionId\":\"252642000910\",\"accountNumber\":\"7009103115\",\"serviceProviderName\":\"SOLTELCO COMPANY\",\"createdDate\":\"2022-03-23\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"12 543 Hargeysa Maroodi-jeex SOMALILAND\"}}}',''),(1198,'APILOG368','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"MmmYZ4nO0HK3vfON3Pv4lOAwhLLPjJct\"}}',''),(1200,'APILOG369','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Mar 2022 05:56:15 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AqbfUFhIDej.Wpl3yFOKri4y%2BcrZPxZraGvWI5VNMGZwxuwUa2SZvSc; Path=/; Expires=Wed, 23 Mar 2022 05:56:15 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Mar 2022 05:53:15 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"88519d50-aa6d-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1201,'APILOG370','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000910\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"Testsapna\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"Testsapna\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"Testsapna@gm.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number 1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1950-07-28\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000910\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"subCity\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000910\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000910\",\r\n                        \"userName\": \"252642000910\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"Testsapna Testsapna\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfullywith sms code :424804 and email code : 503763 and activationKey :undefined and activation URL :undefined\",\"receiptInfo\":{\"id\":885708,\"name\":\"Testsapna Testing Testsapna \",\"email\":\"Testsapna@gm.com\",\"userName\":\"252642000910\",\"subscriptionId\":\"252642000910\",\"accountNumber\":\"7009101879\",\"serviceProviderName\":\"Soltelco\",\"createdDate\":\"2022-03-23\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"undefined undefined undefined undefined undefined\"}}}',''),(1202,'APILOG371','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"2M3JOUbQGIxWWhgyiEO4c4neXVtjOwe1\"}}',''),(1205,'APILOG372','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Mar 2022 06:02:26 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AX8zjpqjP86.GVunGtelmjbuuhIQSoW2USD0NPue6j7rZpvQugnxAuM; Path=/; Expires=Wed, 23 Mar 2022 06:02:26 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Mar 2022 05:59:26 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"651f7e51-aa6e-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1206,'APILOG373','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000910\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sapnatest\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"sapnatest1\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"sapn@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number 1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1950-07-28\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000910\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"subCity\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000910\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000910\",\r\n                        \"userName\": \"252642000910\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"sapnatest sapnatest1\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(1208,'APILOG374','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=wNhpb65MLqPThj1vwLKTYhp7ztm5b6D141Pd5ZKKS9dZtyZrjxXek4ysyRGG5WrVwyc10GLCKtTbAekw8lDvgwZs13fHEhvDLVwT8b7AhTwgBkkjF5ae2As9eUXF4hNr5eitsWedShCGslUOYydV84Eq8rXBdsyU3DodtB9ScjDo1qJTK77DAWg5E4bBxK8cP2BSKop1qrrsqQyAEENvSAmr8FPycv0zLkIfdsNSRipoGz3CShR9kxwSwb9O3eLfanKrp5yHKVR1J3mFJCsCkMwP8Xd4bYNVrknmIkXGtk5z44RqRXpdOtslfruTYO477ekXGNwGCFNdo0EXuZ3eURuWxXUAemIFuGmK3H22ZmrynvwxqVdyeSo6WTx5aqeTj99P0Uo1CquJy6iSffRwVqpE6fUjmWc2kvY5WVRLqKDCNLxRnUsLG8tLltipTwu9KaBCE8vZ0TKjpXTJfcOZUP7boLM3Kzx9vljgNhbuYyKsiTFglkMyUqZoGGwchU4CTcgc2zUbo57y4L4CUE4amVP6fTALLl5WOYa170OTv1YZmVgGHgU5ZtCQiy8Xp96MJUkyiUnTeGyVuMvRBWVvLfSg7qVS1nUOiINInI8UtyM9Iq0a9MZFJsQKaXtvi9sb1ermp3rHVbFB5LBVHj36gMFQ8OCKc7YdyS3sjiWC0PQ9krBIxITmeURxPe7W8WWVwnwnvnVI1ENlM2QSOXBj2nWb6hld7J7mnVUhp0TrWdDfKPEBugjuhuqSAyLHCADQbmzdmddIfgTpsc8hdfy3JcF3YtbUMktrRyBVrVg4F6zlkig74ZPujGBZ1avcWujjJlUJNEtfnaDV1Aigy2m2w8iesZgSsLAIDNcABFxAy4zEllZ1org7gEOBD3T8JqGxhX7PAhI1Md2So0Ur3pp6IbRmHxP0d7NzRz6OjGAOpr3WilcE3gyHepIn01IkbFw9oab7o4HvLDAhaYg0WV3cjwsA9HrY9RhYjIcaY3zSs4poKNnVWw6AhV2SDsBReUEd9zFyskblQtAN3ITUpPx6czcb9ZHXbR7anSojBvAFlR0K0SPn0tHiiADALGLW8PpTH7gzPz02SZTMnpWkuO5s68UA1aIMrRjqwK1XTzif0T2M1LWrfw65o4PVHoXNVEkRO1XdxIaxb0IQFNhNJjQTQPjK6aGMSqSXE6oOyeAH3h28lOnCby0PtWtNpSgRfHUbZh3JuieOmBm8yO0HCV0gIrvyFZyYrdrKzpgPZGAhEFf40Jx6GxAW0BbZdgJboG6fDfJx4qLr3HBpwipVrW0ZQK84kFsVJWB5O8O7mG5bKJvR7BNw0I8JxtiQVsoCBRGojPKxuxB00ICxmwBpDctdwf0scu7zZYLK1lKIMZoHRbtZGwDLLjn7JQc3IkILDDLb5Ithz2mJ0AnyDYzuX8jed46NJTdRE7eHpq9y1g8clQOEfWj9rrq2LPSfbnOYnVz8Jgjcpa72UQag8ufe5s0eWxTDRVpGmJcbST3aqehzhmnRvwFYzjAPOQHaRCHN1JK1oIC0yC8AzK62r8nazcmxAgbwzUGSzqXPPe96TsIn98ggbqXK3No0QTn5NjoWjp3cxq28Zv7qNMtiHxMqfYOyNXgl7hBY5zae8MNLHyy4xXXtzRvLjS67O8IgVUKfaZ7nmpXj0yOF86GWnLkmjs4S7egislQ2kkbvF09XSImuffqqzm957KyEp5toRzxjCob4BANW00vZcTBibNZrt1GbfZR4Fz4uuMUPvflGDOyAm16GvKvoZxyozG3DfXb0SUYpbvVhtzhS8OJE5a2wfGKGgj6BTxQcE7ixPPmzm6nBJ2fAeYFH5djj7YStcYHDJzUIFwb1X2HJyKKO58ZRC09xue1Fx3c4aKlns2wsNWBFJsFZNSs4WVncgO3HeVfxlBGljgKQsD0FR2LKqdnKavg05ATwuoM5h9smhZr2D5NgkfZBnWJ3tKqUUAfUIBD8RaKoIkiviAaGYvTpt0qtRJzt8qc0Jlm3; Max-Age=180; Path=/; Expires=Wed, 23 Mar 2022 06:03:21 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AUA1F03KkuB.99B2U44d3LeSRY%2FXy9wRoLFc6EKUch%2B3neY2bh1V%2Byk; Path=/; Expires=Wed, 23 Mar 2022 06:03:21 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Mar 2022 06:00:21 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"8648df91-aa6e-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1209,'APILOG375','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000910\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sapnatest\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"sapnatest1\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"sapn@g.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number 1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1950-07-28\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000910\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"subCity\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000910\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000910\",\r\n                        \"userName\": \"252642000910\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"sapnatest sapnatest1\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(1212,'APILOG376','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"82t68aNtu2mktT0tHHnhZ6Ad6v4Gvn02\"}}',''),(1214,'APILOG377','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"Qq7pwsUFTDQkGEgATICRxhATUmJW8j21\"}}',''),(1216,'APILOG378','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"Gu2LaqOZSmpNCRi0MIIN9IT8KUTkjvZv\"}}',''),(1224,'APILOG379','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"LKmpbqCt0LZLp4ko6zo9miYNru2SGukX\"}}',''),(1227,'APILOG380','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Wed, 23 Mar 2022 08:36:43 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AdrDckAZlbe.JbPH8mdcpEBXU4E2MUvDOaJ%2FCFUWDI%2Feb4cFi%2FeDMvA; Path=/; Expires=Wed, 23 Mar 2022 08:36:43 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Wed, 23 Mar 2022 08:33:43 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"f31b19c0-aa83-11ec-8cd9-7ddc4c26e0a1\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1228,'APILOG381','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000911\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sara\",\r\n                        \"middleName\": \"Testing\",\r\n                        \"lastName\": \"saratest\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"Got it\",\r\n                        \"emailAddress\": \"sara@gm.com\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"NA\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number 1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"1950-07-28\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000911\",\r\n                            \"nokName\": \"Inheritor name Awas\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"Relationship\",\r\n                            \"address\": \"address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"subCity\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000911\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000911\",\r\n                        \"userName\": \"252642000911\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"sara saratest\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(1229,'APILOG382','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX1+ceOblADwMfFj/NYBVOit1VuaZzKOYfjhHI8Pad6eq+QkmrSYM/0FLdaAW4iLigDx0v9rN/z4XWC2oIq1xFqCgYnrzODhACzw=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3Ay4ToWmKsfC.0kRRjW3UTe%2BdFp8mszovUynV9QxrXvk86uNN%2BTTEahU\"}}',''),(1230,'APILOG383','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000911\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sara\",\r\n						\"middleName\": \"Middle Name\",\r\n						\"lastName\": \"saratest\",\r\n						\"fourthName\": \"Fourth Name\",\r\n						\"motherName\": \"Mothers Name\",\r\n						\"emailAddress\": \"sara@gm.com\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"M\", \r\n						\"dateOfBirth\": \"1996-12-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000911\",\r\n						  \"nokName\": \"Test\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"Relationship\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000911\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000911\",\r\n						\"userName\": \"252642000911\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(1235,'APILOG384','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"OcZstTMhR17etQ8txoWntIaM9V3ZaxyJ\"}}',''),(1236,'APILOG385','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"oAt1Ejm8RdSYzEakSBFr1ANV9I6oFlC5\"}}',''),(1237,'APILOG386','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"XAEfKJ5xlWrwCWjFkv5ZiI91hPAyytX4\"}}',''),(1245,'APILOG387','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"4nkA6CJl8GXaRGrjIKLvhBKVubn0VuIr\"}}',''),(1251,'APILOG388','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 05 May 2022 13:23:12 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3ADU4hMlZuxt.YvvRKSv2fgjJaE%2F%2B9F5JvAs5fIXvJ4HzLZiD61uJG%2BE; Path=/; Expires=Thu, 05 May 2022 13:23:12 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 05 May 2022 13:20:12 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"187104f0-cc76-11ec-a0a4-93ae509e2685\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1252,'APILOG389','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000901\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000901\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(1254,'APILOG390','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 05 May 2022 13:26:05 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3Ap4ndxGFRHW.TNzhGzeaV5pA3gLAF8Es9Xn%2B0aC%2FgjpE44ByhmKkHdo; Path=/; Expires=Thu, 05 May 2022 13:26:05 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 05 May 2022 13:23:05 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"7f306cd0-cc76-11ec-a0a4-93ae509e2685\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1255,'APILOG391','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000901\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000901\"\r\n            }','{\"error\":\"Fail to find subscriber\",\"payload\":null}',''),(1256,'APILOG392','https://172.22.22.178/createToken','{\r\n                \"PayLoad\": {\r\n                    \"firstName\": \"crm\",\r\n                    \"sessionId\": null\r\n                },\r\n                \"requestType\": \"LOGIN\"\r\n            }','{\"error\":null,\"payload\":{\"token\":\"5hsObk20fpbcMFffbzZO7UDZcZv0eufS\"}}',''),(1258,'APILOG393','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 05 May 2022 13:28:08 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AAHjIZTfE1m.rjsnXy6nJTMQXnpTAdSeEbk2Lr0eE5rXWcCLcHTD3B4; Path=/; Expires=Thu, 05 May 2022 13:28:08 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 05 May 2022 13:25:08 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"c88af580-cc76-11ec-a0a4-93ae509e2685\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1259,'APILOG394','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000901\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sapna\",\r\n                        \"middleName\": \"\",\r\n                        \"lastName\": \"sharma\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"\",\r\n                        \"emailAddress\": \"\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"2021-10-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000901\",\r\n                            \"nokName\": \"\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000901\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000901\",\r\n                        \"userName\": \"252642000901\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":null,\"payload\":{\"message\":\"Customer Created Successfullywith sms code :841492 and email code : 647283 and activationKey :undefined and activation URL :undefined\",\"receiptInfo\":{\"id\":885717,\"name\":\"sapna  sharma \",\"email\":\"\",\"userName\":\"252642000901\",\"subscriptionId\":\"252642000901\",\"accountNumber\":\"7009017923\",\"serviceProviderName\":\"Soltelco\",\"createdDate\":\"2022-05-05\",\"identityTypeId\":\"5\",\"identityTypeName\":\"Customer\",\"systemSubscriberCounterInfo\":\"\",\"address\":\"undefined undefined undefined undefined undefined\"}}}',''),(1260,'APILOG395','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19Zb1uCGpBgdd4S2DA8gm5FLS8OwUIE3k2Fhe33Eyrz7Baunsgxhhlmzz8HtntyaAImj4xVIxJIpP9jObYasbxzqg8x5amd70s=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":null,\"token\":\"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\",\"doEncryption\":false,\"payload\":{\"url\":\"/Dashboard\",\"safariCBSGUI\":\"s%3Ayj3I58dayj.5EZkjmv7znKmKc804xlvRDvzuldxxgOV1CZKWEo3QhE\"}}',''),(1261,'APILOG396','https://172.22.22.178/customers','{ \r\n				\"PayLoad\": {\r\n					  \"customerInfo\": {\r\n						\"identityTypeId\": \"5\",\r\n						\"mobileNo\": \"252642000901\",\r\n						\"customerClassId\": \"1\",\r\n						\"firstName\": \"sapna\",\r\n						\"middleName\": \"\",\r\n						\"lastName\": \"sharma\",\r\n						\"fourthName\": \"\",\r\n						\"motherName\": \"\",\r\n						\"emailAddress\": \"\",\r\n						\"documentTypeId\": \"3\",\r\n						\"idNo\": \"12345678\",\r\n						\"nationality\": \"112\",\r\n						\"educationLevelId\": \"7\",\r\n						\"jobInformation\": \"IT\",\r\n						\"monthlyIncomeRangeId\": \"2\",\r\n						\"languageId\": \"2\",\r\n						\"customerRecordNo\": \"1234\",\r\n						\"gender\": \"F\", \r\n						\"dateOfBirth\": \"2021-10-31\",\r\n						\"placeOfBirth\": \"NA\",\r\n						\"countryID\": \"112\",\r\n						\"stateID\": \"3\",\r\n						\"cityID\": \"3\",\r\n						\"inheritorInfo\": {\r\n						  \"tel\": \"252642000901\",\r\n						  \"nokName\": \"\",\r\n						  \"idCardNo\": \"12345688\",\r\n						  \"relationWithCustomer\": \"\",\r\n						  \"address\": \"NA\"\r\n						},\r\n						\"addresses\": [\r\n						  {\r\n							\"AddressTypeId\": \"1\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"12\",\r\n							\"addressLine2\": \"543\",\r\n							\"countryID\": \"112\",\r\n							\"stateID\": \"3\",\r\n							\"cityID\": \"3\",\r\n							\"subCity\": \"NA\",\r\n							\"sector\": \"NA\",\r\n							\"zipCode\": \"1221\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"2\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  },\r\n						  {\r\n							\"AddressTypeId\": \"3\",\r\n							\"isUrban\": \"1\",\r\n							\"addressLine1\": \"\",\r\n							\"addressLine2\": \"\",\r\n							\"countryID\": \"\",\r\n							\"stateID\": \"\",\r\n							\"cityID\": \"\",\r\n							\"subCity\": \"\",\r\n							\"sector\": \"\",\r\n							\"zipCode\": \"\",\r\n							\"faxNum\": \"\"\r\n						  }\r\n						],\r\n						\"contactPersonInfo\": {\r\n						  \"mobileNo\": \"252642000901\",\r\n						  \"partnerContactPersonName\": \"Test Dealer\",\r\n						  \"address\": \"NA\"\r\n						}\r\n					  },\r\n					  \"subscriberInfo\": {\r\n						\"subscriptionTypeId\": \"1\",\r\n						\"subscriptionId\": \"252642000901\",\r\n						\"userName\": \"252642000901\",\r\n						\"password\": \"\",\r\n						\"deviceTypeId\": \"1\",\r\n						\"deviceId\": \"\",\r\n						\"IMSI\": \"\",\r\n						\"ICCId\": \"\",\r\n						\"phoneBrand\": \"\",\r\n						\"phoneModel\": \"\",\r\n						\"paymodeId\": \"1\",\r\n						\"offerId\": \"42\",\r\n						\"languageId\": \"2\"\r\n					  },\r\n					  \"table_accounts_length\": \"10\",\r\n					  \"accounts\": [\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"250\",\r\n						  \"accountProfileId\": \"2\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						},\r\n						{\r\n						  \"accountTitle\": \"First Name Last Name\",\r\n						  \"accountTypeId\": \"1\",\r\n						  \"currencyId\": \"218\",\r\n						  \"accountProfileId\": \"18\",\r\n						  \"accountExpirydate\": \"2092-12-30\",\r\n						  \"isExternalAccount\": \"0\",\r\n						  \"parentAccountID\": \"0\",\r\n						  \"isglAccount\": \"0\",\r\n						  \"cvv\": \"\",\r\n						  \"bank\": \"506\"\r\n						}\r\n\r\n					  ]\r\n					}\r\n				}','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(1262,'APILOG397','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 05 May 2022 13:28:09 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3A5kDiVqh0qi.ZeL1G5fwdETGTwgjA1iMDikZ8jhODuvG42aJ%2ByBzqOw; Path=/; Expires=Thu, 05 May 2022 13:28:09 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 05 May 2022 13:25:09 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"c93c4420-cc76-11ec-a0a4-93ae509e2685\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1263,'APILOG398','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000901\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000901\"\r\n            }','{\"payload\":{\"message\":\"You have successfully subscribed to bundle [SIM Package 1]\"},\"error\":null}',''),(1264,'APILOG399','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00655727\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00655727\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1265,'APILOG400','http://129.9.10.73:8001/00655727','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>0</ResultCode><ResultDesc>SUCCESS0001:Operation is successful</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1266,'APILOG401','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 05 May 2022 13:31:03 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AJztApPlLql.djnPPStwjUrs0dATynMgcKeKNcGhXinYm%2FXL0T1b4c4; Path=/; Expires=Thu, 05 May 2022 13:31:03 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 05 May 2022 13:28:03 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"31035801-cc77-11ec-a0a4-93ae509e2685\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1267,'APILOG402','http://172.22.22.184:1653/customers/create','{\r\n                \"files\": {\r\n                    \"customerPhoto\": \"data:image/image/png;base64,iVBORw0KGgoAAAANSUhz/wEXkgk1zqgIHgAAAABJRU5ErkJggg==\",\r\n                    \"identityDocumentType\": 2,\r\n                    \"issuingDate\": \"2021-07-28\",\r\n                    \"issuingCountryId\": 204,\r\n                    \"expiryDate\": \"2021-05-28\",\r\n                    \"identityDocumentScan\": \"data:image/image/png;base64,iVBORw0KGhOcBssI3QUUQE+U/qAVFQBAI4Vtl3HgAUYGdyErkJggg==\"\r\n                },\r\n                \"payload\": {\r\n                    \"customerInfo\": {\r\n                        \"identityTypeId\": \"5\",\r\n                        \"mobileNo\": \"252642000901\",\r\n                        \"customerClassId\": \"1\",\r\n                        \"firstName\": \"sapna\",\r\n                        \"middleName\": \"\",\r\n                        \"lastName\": \"sharma\",\r\n                        \"fourthName\": \"\",\r\n                        \"motherName\": \"\",\r\n                        \"emailAddress\": \"\",\r\n                        \"documentTypeId\": \"2\",\r\n                        \"idNo\": \"12243412\",\r\n                        \"nationality\": \"204\",\r\n                        \"educationLevelId\": \"7\",\r\n                        \"jobInformation\": \"Jaggernaut\",\r\n                        \"monthlyIncomeRangeId\": \"3\",\r\n                        \"languageId\": \"1\",\r\n                        \"customerRecordNo\": \"Archive Reference Number  1234\",\r\n                        \"Archive Reference Number\": \"MA\",\r\n                        \"dateOfBirth\": \"2021-10-31\",\r\n                        \"placeOfBirth\": \"Place of Birth\",\r\n                        \"countryID\": \"204\",\r\n                        \"stateID\": \"2\",\r\n                        \"cityID\": \"2\",\r\n                        \"inheritorInfo\": {\r\n                            \"tel\": \"252642000901\",\r\n                            \"nokName\": \"\",\r\n                            \"idCardNo\": \"123456881223\",\r\n                            \"relationWithCustomer\": \"\",\r\n                            \"address\": \"Inheritor address\"\r\n                        },\r\n                        \"addresses\": [\r\n                            {\r\n                                \"AddressTypeId\": \"1\",\r\n                                \"isUrban\": \"1\",\r\n                                \"addressLine1\": \"12\",\r\n                                \"addressLine2\": \"543\",\r\n                                \"countryID\": \"204\",\r\n                                \"stateID\": \"1\",\r\n                                \"cityID\": \"1\",\r\n                                \"subCity\": \"Coychi\",\r\n                                \"sector\": \"sector 1\",\r\n                                \"zipCode\": \"1221\",\r\n                                \"faxNum\": \"123456789\"\r\n                            }\r\n                        ],\r\n                        \"contactPersonInfo\": {\r\n                            \"mobileNo\": \"252642000901\",\r\n                            \"partnerContactPersonName\": \"Contact Person Name\",\r\n                            \"address\": \"Contact person address\"\r\n                        }\r\n                    },\r\n                    \"subscriberInfo\": {\r\n                        \"subscriptionTypeId\": \"1\",\r\n                        \"subscriptionId\": \"252642000901\",\r\n                        \"userName\": \"252642000901\",\r\n                        \"password\": \"P@kistan123\",\r\n                        \"deviceTypeId\": \"1\",\r\n                        \"deviceId\": \"\",\r\n                        \"IMSI\": \"\",\r\n                        \"ICCId\": \"\",\r\n                        \"phoneBrand\": \"\",\r\n                        \"phoneModel\": \"\",\r\n                        \"paymodeId\": \"1\",\r\n                        \"offerId\": \"42\",\r\n                        \"languageId\": \"1\"\r\n                    },\r\n                    \"accounts\": [\r\n                        {\r\n                            \"accountTitle\": \"First Name Last Name Account\",\r\n                            \"accountTypeId\": \"0\",\r\n                            \"currencyId\": \"250\",\r\n                            \"accountProfileId\": \"177\",\r\n                            \"accountExpirydate\": \"2022-07-28\",\r\n                            \"isExternalAccount\": \"0\",\r\n                            \"parentAccountID\": \"0\",\r\n                            \"isglAccount\": \"0\",\r\n                            \"cvv\": \"\",\r\n                            \"bank\": \"515\"\r\n                        }\r\n                    ]\r\n                }\r\n            }','{\"error\":\"subscriber already exists in the system.\",\"payload\":null}',''),(1268,'APILOG403','https://172.22.22.178/login','{\r\n           \"PayLoad\": \"U2FsdGVkX19Zb1uCGpBgdd4S2DA8gm5FLS8OwUIE3k2Fhe33Eyrz7Baunsgxhhlmzz8HtntyaAImj4xVIxJIpP9jObYasbxzqg8x5amd70s=\",\r\n            \"sessionId\": null,\r\n            \"requestType\": \"LOGIN\"\r\n        }','{\"error\":\"Fail to login, please try again\",\"payload\":null}',''),(1269,'APILOG404','http://172.22.22.184/login','{\r\n            \"payload\": {\r\n                \"username\": \"crm\",\r\n                \"password\": \"QWJjMTIzQEA=\"\r\n            }\r\n        }','HTTP/1.1 200 OK\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With, Accept\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS\r\nSet-Cookie: token=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; Max-Age=180; Path=/; Expires=Thu, 05 May 2022 13:31:03 GMT; HttpOnly\r\nSet-Cookie: safariMobileApp=s%3AAlVmXlZKNx.8tc5ZoS3LEgQL9hQmIPXErvOI8%2Bi18mzgQ9anyEMYbc; Path=/; Expires=Thu, 05 May 2022 13:31:03 GMT; HttpOnly\r\nContent-type: application/json\r\nDate: Thu, 05 May 2022 13:28:03 GMT\r\nConnection: keep-alive\r\nKeep-Alive: timeout=5\r\nTransfer-Encoding: chunked\r\n\r\n{\"error\":null,\"payload\":{\"loginToken\":\"311b4cd0-cc77-11ec-a0a4-93ae509e2685\",\"replyMessage\":\"You are loggedin successfully\"}}',''),(1270,'APILOG405','http://172.22.22.184:1653/subscriber/bundle','{\r\n                \"paymentInfo\": {\r\n                    \"mobileNumber\": \"252642000901\",\r\n                    \"paymentMethod\": \"MainAccount\",\r\n                    \"bundleId\": 162\r\n                },\r\n                \"subscriptionId\": \"252642000901\"\r\n            }','{\"payload\":{\"message\":\"You have successfully subscribed to bundle [SIM Package 1]\"},\"error\":null}',''),(1271,'APILOG406','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00637625\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00637625\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1272,'APILOG407','http://129.9.10.73:8001/00637625','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1273,'APILOG408','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00245110\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00245110\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1274,'APILOG409','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00650714\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00650714\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1275,'APILOG410','http://129.9.10.73:8001/00650714','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1276,'APILOG411','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00648079\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00648079\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1277,'APILOG412','http://129.9.10.73:8001/00648079','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1278,'APILOG413','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00629932\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00629932\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1279,'APILOG414','http://129.9.10.73:8001/00629932','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1280,'APILOG415','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00638306\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00638306\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1281,'APILOG416','http://129.9.10.73:8001/00638306','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1282,'APILOG417','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00223114\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00223114\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1283,'APILOG418','http://129.9.10.73:8001/00223114','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1284,'APILOG419','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00645246\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00645246\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1285,'APILOG420','http://129.9.10.73:8001/00645246','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1286,'APILOG421','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00244476\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00244476\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1287,'APILOG422','http://129.9.10.73:8001/00244476','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1288,'APILOG423','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00219269\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00219269\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1289,'APILOG424','http://129.9.10.73:8001/00219269','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1290,'APILOG425','http://129.9.10.73:8001','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n            <soapenv:Body>\r\n                <LGI>\r\n                    <OPNAME>solcrm</OPNAME>\r\n                    <PWD>Abc123@@##</PWD>\r\n                </LGI>\r\n            </soapenv:Body>\r\n            </soapenv:Envelope>','HTTP/1.1 307 Temporary Redirect\r\nLocation: http://129.9.10.73:8001/00623487\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\nHTTP/1.1 200 OK\r\nLocation: http://129.9.10.73:8001/00623487\r\nServer: Huawei web server\r\nContent-Type: text/xml; charset=\"utf-8\"\r\nContent-Length: 368\r\n\r\n<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><LGIResponse><Result><ResultCode>0</ResultCode><ResultDesc>Operation is successful</ResultDesc></Result></LGIResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>',''),(1291,'APILOG426','http://129.9.10.73:8001/00623487','<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n                <soapenv:Body>\r\n                <ADD_TPLSUB>\r\n                    <HLRSN>2</HLRSN>\r\n                    <IMSI>637026400149010</IMSI>\r\n                    <ISDN>252642000901</ISDN>\r\n                    <TPLID>600</TPLID>\r\n                </ADD_TPLSUB>\r\n                </soapenv:Body>\r\n            </soapenv:Envelope>','<?xml version=\'1.0\' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><SOAP-ENV:Body><ADD_TPLSUBResponse><Result><ResultCode>3002</ResultCode><ResultDesc>ERR3002:Subscriber already exist</ResultDesc></Result></ADD_TPLSUBResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>','');
/*!40000 ALTER TABLE `vtiger_apilog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_apilogcf`
--

DROP TABLE IF EXISTS `vtiger_apilogcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_apilogcf` (
  `apilogid` int(19) NOT NULL,
  PRIMARY KEY (`apilogid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_apilogcf`
--

LOCK TABLES `vtiger_apilogcf` WRITE;
/*!40000 ALTER TABLE `vtiger_apilogcf` DISABLE KEYS */;
INSERT INTO `vtiger_apilogcf` VALUES (93),(94),(95),(96),(97),(98),(126),(127),(310),(311),(312),(313),(314),(315),(316),(317),(318),(319),(320),(321),(323),(324),(325),(326),(327),(328),(329),(330),(331),(332),(333),(334),(335),(336),(337),(338),(339),(340),(343),(344),(345),(346),(347),(348),(366),(367),(368),(369),(370),(371),(372),(373),(374),(375),(376),(377),(378),(379),(380),(381),(382),(383),(384),(385),(386),(480),(482),(484),(486),(488),(491),(492),(494),(495),(497),(498),(510),(511),(513),(514),(515),(525),(526),(529),(530),(531),(549),(550),(553),(554),(558),(559),(565),(566),(571),(572),(573),(575),(576),(577),(579),(580),(581),(583),(584),(585),(587),(588),(589),(640),(641),(643),(644),(645),(646),(648),(650),(652),(654),(656),(658),(660),(662),(664),(666),(667),(669),(670),(672),(673),(675),(676),(678),(696),(697),(698),(699),(701),(702),(703),(704),(706),(707),(708),(709),(710),(711),(712),(713),(714),(715),(716),(727),(729),(730),(731),(732),(733),(734),(735),(736),(740),(802),(804),(805),(806),(807),(808),(809),(810),(811),(830),(832),(833),(834),(835),(836),(837),(838),(839),(867),(869),(870),(871),(872),(873),(874),(875),(876),(878),(880),(881),(882),(883),(884),(885),(886),(887),(891),(893),(894),(895),(896),(897),(898),(904),(907),(908),(909),(911),(912),(913),(914),(915),(916),(917),(918),(919),(920),(921),(922),(923),(924),(926),(934),(935),(936),(937),(939),(965),(967),(968),(969),(970),(971),(972),(973),(974),(976),(978),(979),(980),(981),(982),(983),(984),(985),(988),(990),(991),(992),(993),(994),(995),(996),(997),(1010),(1012),(1013),(1014),(1015),(1016),(1017),(1018),(1019),(1021),(1023),(1024),(1025),(1026),(1027),(1028),(1029),(1030),(1045),(1047),(1048),(1049),(1050),(1051),(1052),(1053),(1054),(1059),(1060),(1061),(1062),(1063),(1064),(1065),(1066),(1067),(1068),(1069),(1070),(1071),(1072),(1073),(1074),(1075),(1076),(1077),(1078),(1079),(1080),(1081),(1082),(1083),(1084),(1085),(1086),(1087),(1088),(1089),(1090),(1091),(1092),(1093),(1094),(1095),(1117),(1119),(1120),(1121),(1122),(1123),(1124),(1125),(1126),(1128),(1130),(1131),(1132),(1133),(1134),(1135),(1136),(1137),(1144),(1145),(1146),(1147),(1148),(1149),(1150),(1153),(1154),(1157),(1158),(1161),(1162),(1165),(1166),(1175),(1177),(1178),(1179),(1180),(1181),(1182),(1183),(1184),(1191),(1194),(1195),(1196),(1197),(1198),(1200),(1201),(1202),(1205),(1206),(1208),(1209),(1212),(1214),(1216),(1224),(1227),(1228),(1229),(1230),(1235),(1236),(1237),(1245),(1251),(1252),(1254),(1255),(1256),(1258),(1259),(1260),(1261),(1262),(1263),(1264),(1265),(1266),(1267),(1268),(1269),(1270),(1271),(1272),(1273),(1274),(1275),(1276),(1277),(1278),(1279),(1280),(1281),(1282),(1283),(1284),(1285),(1286),(1287),(1288),(1289),(1290),(1291);
/*!40000 ALTER TABLE `vtiger_apilogcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_app2tab`
--

DROP TABLE IF EXISTS `vtiger_app2tab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_app2tab` (
  `tabid` int(11) DEFAULT NULL,
  `appname` varchar(20) DEFAULT NULL,
  `sequence` int(19) DEFAULT NULL,
  `visible` int(3) 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=utf8;
/*!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 (35,'INVENTORY',2,1),(36,'SUPPORT',3,1),(37,'TOOLS',5,1),(43,'TOOLS',1,1),(46,'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),(35,'SALES',4,1),(4,'MARKETING',3,0),(6,'MARKETING',4,1),(7,'MARKETING',2,1),(26,'MARKETING',1,1),(4,'INVENTORY',8,0),(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,0),(6,'SUPPORT',7,1),(13,'SUPPORT',1,1),(15,'SUPPORT',2,1),(47,'SUPPORT',4,1),(42,'PROJECT',1,1),(41,'PROJECT',2,1),(40,'PROJECT',3,1),(4,'PROJECT',4,0),(6,'PROJECT',5,1),(48,'SALES',5,1),(48,'SUPPORT',5,1),(24,'TOOLS',2,1),(27,'TOOLS',3,1),(50,'INVENTORY',1,1),(51,'INVENTORY',2,1),(52,'MARKETING',1,1),(53,'MARKETING',2,1),(54,'INVENTORY',4,0),(55,'MARKETING',3,1),(56,'TOOLS',1,1),(57,'INVENTORY',5,1),(58,'MARKETING',4,1),(59,'TOOLS',6,1),(60,'MARKETING',5,1),(61,'MARKETING',6,1),(62,'MARKETING',7,1),(63,'INVENTORY',10,1),(64,'TOOLS',7,1),(65,'PlaceOrder',1,1),(66,'SellingMaster',11,1),(67,'SellingMaster',11,1),(68,'SellingMaster',12,1),(69,'SALES',8,1),(70,'SALES',9,1);
/*!40000 ALTER TABLE `vtiger_app2tab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_assets`
--

DROP TABLE IF EXISTS `vtiger_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assets` (
  `assetsid` int(11) NOT NULL,
  `asset_no` varchar(30) NOT NULL,
  `account` int(19) DEFAULT NULL,
  `product` int(19) 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(19) DEFAULT NULL,
  `shippingmethod` varchar(200) DEFAULT NULL,
  `shippingtrackingnumber` varchar(200) DEFAULT NULL,
  `assetname` varchar(100) DEFAULT NULL,
  `contact` int(19) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`assetsid`),
  CONSTRAINT `fk_1_vtiger_assets` FOREIGN KEY (`assetsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_assets`
--

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

--
-- Table structure for table `vtiger_assetscf`
--

DROP TABLE IF EXISTS `vtiger_assetscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assetscf` (
  `assetsid` int(19) NOT NULL,
  PRIMARY KEY (`assetsid`),
  CONSTRAINT `fk_assetsid_vtiger_assetscf` FOREIGN KEY (`assetsid`) REFERENCES `vtiger_assets` (`assetsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_assetscf`
--

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

--
-- Table structure for table `vtiger_assetstatus`
--

DROP TABLE IF EXISTS `vtiger_assetstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assetstatus` (
  `assetstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `assetstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`assetstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_assetstatus`
--

LOCK TABLES `vtiger_assetstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_assetstatus` DISABLE KEYS */;
INSERT INTO `vtiger_assetstatus` VALUES (1,'In Service',1,286,1,NULL),(2,'Out-of-service',1,287,2,NULL);
/*!40000 ALTER TABLE `vtiger_assetstatus` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_assetstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assetstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_assignedstatus`
--

DROP TABLE IF EXISTS `vtiger_assignedstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assignedstatus` (
  `assignedstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `assignedstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`assignedstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_assignedstatus`
--

LOCK TABLES `vtiger_assignedstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_assignedstatus` DISABLE KEYS */;
INSERT INTO `vtiger_assignedstatus` VALUES (1,'New',1,375,1,NULL),(2,'Created',1,376,2,NULL),(3,'Activate',1,377,3,NULL),(4,'Fail',1,378,4,'#ffffff');
/*!40000 ALTER TABLE `vtiger_assignedstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_assignedstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_assignedstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_assignedstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_assignedstatus_seq`
--

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

--
-- Table structure for table `vtiger_asterisk`
--

DROP TABLE IF EXISTS `vtiger_asterisk`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asterisk` (
  `server` varchar(30) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_asterisk`
--

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

--
-- Table structure for table `vtiger_asteriskextensions`
--

DROP TABLE IF EXISTS `vtiger_asteriskextensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asteriskextensions` (
  `userid` int(11) DEFAULT NULL,
  `asterisk_extension` varchar(50) DEFAULT NULL,
  `use_asterisk` varchar(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_asteriskextensions`
--

LOCK TABLES `vtiger_asteriskextensions` WRITE;
/*!40000 ALTER TABLE `vtiger_asteriskextensions` DISABLE KEYS */;
INSERT INTO `vtiger_asteriskextensions` VALUES (1,NULL,NULL),(5,NULL,NULL),(6,NULL,NULL),(7,NULL,NULL),(8,NULL,NULL),(9,NULL,NULL),(10,NULL,NULL),(11,NULL,NULL),(12,NULL,NULL),(13,NULL,NULL),(14,NULL,NULL),(15,NULL,NULL),(16,NULL,NULL),(17,NULL,NULL);
/*!40000 ALTER TABLE `vtiger_asteriskextensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_asteriskincomingcalls`
--

DROP TABLE IF EXISTS `vtiger_asteriskincomingcalls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asteriskincomingcalls` (
  `from_number` varchar(50) DEFAULT NULL,
  `from_name` varchar(50) DEFAULT NULL,
  `to_number` varchar(50) DEFAULT NULL,
  `callertype` varchar(30) DEFAULT NULL,
  `flag` int(19) DEFAULT NULL,
  `timer` int(19) DEFAULT NULL,
  `refuid` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_asteriskincomingcalls`
--

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

--
-- Table structure for table `vtiger_asteriskincomingevents`
--

DROP TABLE IF EXISTS `vtiger_asteriskincomingevents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_asteriskincomingevents` (
  `uid` varchar(255) NOT NULL,
  `channel` varchar(100) DEFAULT NULL,
  `from_number` bigint(20) DEFAULT NULL,
  `from_name` varchar(100) DEFAULT NULL,
  `to_number` bigint(20) DEFAULT NULL,
  `callertype` varchar(100) DEFAULT NULL,
  `timer` int(20) DEFAULT NULL,
  `flag` varchar(3) DEFAULT NULL,
  `pbxrecordid` int(19) DEFAULT NULL,
  `relcrmid` int(19) DEFAULT NULL,
  PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_asteriskincomingevents`
--

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

--
-- Table structure for table `vtiger_attachments`
--

DROP TABLE IF EXISTS `vtiger_attachments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_attachments` (
  `attachmentsid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_attachments`
--

LOCK TABLES `vtiger_attachments` WRITE;
/*!40000 ALTER TABLE `vtiger_attachments` DISABLE KEYS */;
INSERT INTO `vtiger_attachments` VALUES (1239,'images34.png',NULL,'image/png','storage/2022/May/week1/','0fd6494dea3741f49466caf3d431f81a.png',NULL),(1240,'download23.png',NULL,'image/png','storage/2022/May/week1/','9288b483b5d80350ce8e00501d5a54b3.png',NULL),(1241,'download.jpg',NULL,'image/jpeg','storage/2022/May/week1/','14e54bc07bae46af3a4729c7e1e83a4b.jpg',NULL);
/*!40000 ALTER TABLE `vtiger_attachments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_attachmentsfolder`
--

DROP TABLE IF EXISTS `vtiger_attachmentsfolder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_attachmentsfolder` (
  `folderid` int(19) NOT NULL AUTO_INCREMENT,
  `foldername` varchar(200) NOT NULL,
  `description` varchar(250) DEFAULT NULL,
  `createdby` int(19) NOT NULL,
  `sequence` int(19) DEFAULT NULL,
  PRIMARY KEY (`folderid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_attachmentsfolder`
--

LOCK TABLES `vtiger_attachmentsfolder` WRITE;
/*!40000 ALTER TABLE `vtiger_attachmentsfolder` DISABLE KEYS */;
INSERT INTO `vtiger_attachmentsfolder` VALUES (1,'Default','This is a Default Folder',1,1);
/*!40000 ALTER TABLE `vtiger_attachmentsfolder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_attachmentsfolder_seq`
--

DROP TABLE IF EXISTS `vtiger_attachmentsfolder_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_attachmentsfolder_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_attachmentsfolder_seq`
--

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

--
-- Table structure for table `vtiger_audit_trial`
--

DROP TABLE IF EXISTS `vtiger_audit_trial`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_audit_trial` (
  `auditid` int(19) NOT NULL,
  `userid` int(19) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_blocks` (
  `blockid` int(19) NOT NULL,
  `tabid` int(19) NOT NULL,
  `blocklabel` varchar(100) NOT NULL,
  `sequence` int(10) DEFAULT NULL,
  `show_title` int(2) DEFAULT NULL,
  `visible` int(2) NOT NULL DEFAULT '0',
  `create_view` int(2) NOT NULL DEFAULT '0',
  `edit_view` int(2) NOT NULL DEFAULT '0',
  `detail_view` int(2) NOT NULL DEFAULT '0',
  `display_status` int(1) NOT NULL DEFAULT '1',
  `iscustom` int(1) 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=utf8;
/*!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,35,'LBL_SERVICE_INFORMATION',1,0,0,0,0,0,1,0),(89,35,'LBL_PRICING_INFORMATION',2,0,0,0,0,0,1,0),(90,35,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(91,35,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0,1,0),(92,36,'LBL_SERVICE_CONTRACT_INFORMATION',1,0,0,0,0,0,1,0),(93,36,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(94,37,'LBL_PBXMANAGER_INFORMATION',1,0,0,0,0,0,1,0),(95,38,'LBL_MODCOMMENTS_INFORMATION',1,0,0,0,0,0,1,0),(96,38,'LBL_OTHER_INFORMATION',2,0,0,0,0,0,1,0),(97,38,'LBL_CUSTOM_INFORMATION',3,0,0,0,0,0,1,0),(98,40,'LBL_PROJECT_MILESTONE_INFORMATION',1,0,0,0,0,0,1,0),(99,40,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(100,40,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(101,41,'LBL_PROJECT_TASK_INFORMATION',1,0,0,0,0,0,1,0),(102,41,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(103,41,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(104,42,'LBL_PROJECT_INFORMATION',1,0,0,0,0,0,1,0),(105,42,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(106,42,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(107,47,'LBL_ASSET_INFORMATION',1,0,0,0,0,0,1,0),(108,47,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(109,47,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0,1,0),(110,48,'LBL_SMSNOTIFIER_INFORMATION',1,0,0,0,0,0,1,0),(111,48,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0,1,0),(112,48,'StatusInformation',3,0,0,0,0,0,1,0),(113,23,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(114,22,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(115,21,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(116,20,'LBL_ITEM_DETAILS',5,0,0,0,0,0,1,0),(117,16,'LBL_RECURRENCE_INFORMATION',3,0,0,0,0,0,1,0),(118,29,'LBL_CALENDAR_SETTINGS',2,0,0,0,0,0,1,0),(119,16,'LBL_RELATED_TO',4,0,0,0,0,0,1,0),(120,9,'LBL_REMINDER_INFORMATION',2,0,0,0,0,0,1,0),(121,50,'LBL_INVENTORY_ORDER_INFORMATION',1,0,0,0,0,0,1,0),(122,51,'LBL_SIMCARD_INFORMATION',1,0,0,0,0,0,1,0),(123,52,'LBL_AGENTPAYMENT_INFORMATION',1,0,0,0,0,0,1,0),(124,53,'LBL_INVENTORY_INFORMATION',1,0,0,0,0,0,1,0),(125,54,'LBL_SIMCARD_INFORMATION',1,0,0,0,0,0,1,0),(126,55,'LBL_USERJOURNAL_INFORMATION',1,0,0,0,0,0,1,0),(127,56,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(128,57,'LBL_INVENTORY_INFORMATION',1,0,0,0,0,0,1,0),(129,58,'LBL_INVENTORY_INFORMATION',1,0,0,0,0,0,1,0),(130,59,'LBL_LOG_INFORMATION',1,0,0,0,0,0,1,0),(131,60,'LBL_SIMCARD_INFORMATION',1,0,0,0,0,0,1,0),(132,61,'LBL_REACTIVATION_INFORMATION',1,0,0,0,0,0,1,0),(133,62,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(134,63,'LBL_SIMCARD_INFORMATION',1,0,0,0,0,0,1,0),(135,64,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(136,65,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(137,66,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(138,67,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(139,68,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(140,69,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(141,69,'LBL_PAYMENT_DETAILS',2,0,0,0,0,0,1,0),(142,69,'LBL_CUSTOMER_INFORMATION',3,0,0,0,0,0,1,0),(143,69,'LBL_ADDRESS_INFORMATION',4,0,0,0,0,0,1,0),(144,69,'LBL_KAASHPLUS_INFORMATION',5,0,0,0,0,0,1,0),(145,69,'LBL_IDENTITY_DOCUMENTS',6,0,0,0,0,0,1,0),(146,70,'LBL_BASIC_INFORMATION',1,0,0,0,0,0,1,0),(147,70,'LBL_PAYMENT_INFORMATION',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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_blocks_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (147);
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_default_activitytypes` (
  `id` int(19) NOT NULL,
  `module` varchar(50) DEFAULT NULL,
  `fieldname` varchar(50) DEFAULT NULL,
  `defaultcolor` varchar(50) DEFAULT NULL,
  `isdefault` int(11) DEFAULT '1',
  `conditions` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_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,NULL),(2,'Calendar','[\"date_start\",\"due_date\"]','#3A87AD',1,NULL),(3,'Potentials','[\"closingdate\"]','#AA6705',1,NULL),(4,'Contacts','[\"support_end_date\"]','#953B39',1,NULL),(5,'Contacts','[\"birthday\"]','#545252',1,NULL),(6,'Invoice','[\"duedate\"]','#87865D',1,NULL),(7,'Project','[\"startdate\",\"targetenddate\"]','#C71585',1,NULL),(8,'ProjectTask','[\"startdate\",\"enddate\"]','#006400',1,NULL);
/*!40000 ALTER TABLE `vtiger_calendar_default_activitytypes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_calendar_default_activitytypes_seq`
--

DROP TABLE IF EXISTS `vtiger_calendar_default_activitytypes_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_default_activitytypes_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_calendar_default_activitytypes_seq`
--

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

--
-- Table structure for table `vtiger_calendar_user_activitytypes`
--

DROP TABLE IF EXISTS `vtiger_calendar_user_activitytypes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_user_activitytypes` (
  `id` int(19) NOT NULL,
  `defaultid` int(19) DEFAULT NULL,
  `userid` int(19) DEFAULT NULL,
  `color` varchar(50) DEFAULT NULL,
  `visible` int(19) DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_calendar_user_activitytypes`
--

LOCK TABLES `vtiger_calendar_user_activitytypes` WRITE;
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes` DISABLE KEYS */;
INSERT INTO `vtiger_calendar_user_activitytypes` VALUES (1,1,1,'#17309A',1),(2,2,1,'#3A87AD',1),(3,3,1,'#AA6705',1),(4,4,1,'#953B39',1),(5,5,1,'#545252',1),(6,6,1,'#87865D',1),(7,7,1,'#C71585',1),(8,8,1,'#006400',1),(9,1,5,'#17309A',1),(10,2,5,'#3A87AD',1),(11,3,5,'#AA6705',1),(12,4,5,'#953B39',1),(13,5,5,'#545252',1),(14,6,5,'#87865D',1),(15,7,5,'#C71585',1),(16,8,5,'#006400',1),(17,1,6,'#17309A',1),(18,2,6,'#3A87AD',1),(19,3,6,'#AA6705',1),(20,4,6,'#953B39',1),(21,5,6,'#545252',1),(22,6,6,'#87865D',1),(23,7,6,'#C71585',1),(24,8,6,'#006400',1),(25,1,7,'#17309A',1),(26,2,7,'#3A87AD',1),(27,3,7,'#AA6705',1),(28,4,7,'#953B39',1),(29,5,7,'#545252',1),(30,6,7,'#87865D',1),(31,7,7,'#C71585',1),(32,8,7,'#006400',1),(33,1,8,'#17309A',1),(34,2,8,'#3A87AD',1),(35,3,8,'#AA6705',1),(36,4,8,'#953B39',1),(37,5,8,'#545252',1),(38,6,8,'#87865D',1),(39,7,8,'#C71585',1),(40,8,8,'#006400',1),(41,1,9,'#17309A',1),(42,2,9,'#3A87AD',1),(43,3,9,'#AA6705',1),(44,4,9,'#953B39',1),(45,5,9,'#545252',1),(46,6,9,'#87865D',1),(47,7,9,'#C71585',1),(48,8,9,'#006400',1),(49,1,10,'#17309A',1),(50,2,10,'#3A87AD',1),(51,3,10,'#AA6705',1),(52,4,10,'#953B39',1),(53,5,10,'#545252',1),(54,6,10,'#87865D',1),(55,7,10,'#C71585',1),(56,8,10,'#006400',1),(57,1,11,'#17309A',1),(58,2,11,'#3A87AD',1),(59,3,11,'#AA6705',1),(60,4,11,'#953B39',1),(61,5,11,'#545252',1),(62,6,11,'#87865D',1),(63,7,11,'#C71585',1),(64,8,11,'#006400',1),(65,1,12,'#17309A',1),(66,2,12,'#3A87AD',1),(67,3,12,'#AA6705',1),(68,4,12,'#953B39',1),(69,5,12,'#545252',1),(70,6,12,'#87865D',1),(71,7,12,'#C71585',1),(72,8,12,'#006400',1),(73,1,13,'#17309A',1),(74,2,13,'#3A87AD',1),(75,3,13,'#AA6705',1),(76,4,13,'#953B39',1),(77,5,13,'#545252',1),(78,6,13,'#87865D',1),(79,7,13,'#C71585',1),(80,8,13,'#006400',1),(81,1,14,'#17309A',1),(82,2,14,'#3A87AD',1),(83,3,14,'#AA6705',1),(84,4,14,'#953B39',1),(85,5,14,'#545252',1),(86,6,14,'#87865D',1),(87,7,14,'#C71585',1),(88,8,14,'#006400',1),(89,1,15,'#17309A',1),(90,2,15,'#3A87AD',1),(91,3,15,'#AA6705',1),(92,4,15,'#953B39',1),(93,5,15,'#545252',1),(94,6,15,'#87865D',1),(95,7,15,'#C71585',1),(96,8,15,'#006400',1),(97,1,16,'#17309A',1),(98,2,16,'#3A87AD',1),(99,3,16,'#AA6705',1),(100,4,16,'#953B39',1),(101,5,16,'#545252',1),(102,6,16,'#87865D',1),(103,7,16,'#C71585',1),(104,8,16,'#006400',1),(105,1,17,'#17309A',1),(106,2,17,'#3A87AD',1),(107,3,17,'#AA6705',1),(108,4,17,'#953B39',1),(109,5,17,'#545252',1),(110,6,17,'#87865D',1),(111,7,17,'#C71585',1),(112,8,17,'#006400',1);
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_calendar_user_activitytypes_seq`
--

DROP TABLE IF EXISTS `vtiger_calendar_user_activitytypes_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendar_user_activitytypes_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (112);
/*!40000 ALTER TABLE `vtiger_calendar_user_activitytypes_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_calendarsharedtype`
--

DROP TABLE IF EXISTS `vtiger_calendarsharedtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendarsharedtype` (
  `calendarsharedtypeid` int(11) NOT NULL AUTO_INCREMENT,
  `calendarsharedtype` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`calendarsharedtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_calendarsharedtype`
--

LOCK TABLES `vtiger_calendarsharedtype` WRITE;
/*!40000 ALTER TABLE `vtiger_calendarsharedtype` DISABLE KEYS */;
INSERT INTO `vtiger_calendarsharedtype` VALUES (1,'public',0,1),(2,'private',1,1),(3,'seletedusers',2,1);
/*!40000 ALTER TABLE `vtiger_calendarsharedtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_calendarsharedtype_seq`
--

DROP TABLE IF EXISTS `vtiger_calendarsharedtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_calendarsharedtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_calendarsharedtype_seq`
--

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

--
-- Table structure for table `vtiger_callduration`
--

DROP TABLE IF EXISTS `vtiger_callduration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_callduration` (
  `calldurationid` int(11) NOT NULL AUTO_INCREMENT,
  `callduration` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`calldurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_callduration`
--

LOCK TABLES `vtiger_callduration` WRITE;
/*!40000 ALTER TABLE `vtiger_callduration` DISABLE KEYS */;
INSERT INTO `vtiger_callduration` VALUES (1,'5',0,1),(2,'10',1,1),(3,'30',2,1),(4,'60',3,1),(5,'120',4,1);
/*!40000 ALTER TABLE `vtiger_callduration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_callduration_seq`
--

DROP TABLE IF EXISTS `vtiger_callduration_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_callduration_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_callduration_seq`
--

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

--
-- Table structure for table `vtiger_campaign`
--

DROP TABLE IF EXISTS `vtiger_campaign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaign` (
  `campaign_no` varchar(100) 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(19) DEFAULT NULL,
  `sponsor` varchar(255) DEFAULT NULL,
  `targetaudience` varchar(255) DEFAULT NULL,
  `targetsize` int(19) DEFAULT NULL,
  `expectedresponsecount` int(19) DEFAULT NULL,
  `expectedsalescount` int(19) DEFAULT NULL,
  `expectedroi` decimal(25,8) DEFAULT NULL,
  `actualresponsecount` int(19) DEFAULT NULL,
  `actualsalescount` int(19) DEFAULT NULL,
  `actualroi` decimal(25,8) DEFAULT NULL,
  `campaignid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaign`
--

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

--
-- Table structure for table `vtiger_campaignaccountrel`
--

DROP TABLE IF EXISTS `vtiger_campaignaccountrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignaccountrel` (
  `campaignid` int(19) DEFAULT NULL,
  `accountid` int(19) DEFAULT NULL,
  `campaignrelstatusid` int(19) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignaccountrel`
--

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

--
-- Table structure for table `vtiger_campaigncontrel`
--

DROP TABLE IF EXISTS `vtiger_campaigncontrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaigncontrel` (
  `campaignid` int(19) NOT NULL DEFAULT '0',
  `contactid` int(19) NOT NULL DEFAULT '0',
  `campaignrelstatusid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaigncontrel`
--

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

--
-- Table structure for table `vtiger_campaignleadrel`
--

DROP TABLE IF EXISTS `vtiger_campaignleadrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignleadrel` (
  `campaignid` int(19) NOT NULL DEFAULT '0',
  `leadid` int(19) NOT NULL DEFAULT '0',
  `campaignrelstatusid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignleadrel`
--

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

--
-- Table structure for table `vtiger_campaignrelstatus`
--

DROP TABLE IF EXISTS `vtiger_campaignrelstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignrelstatus` (
  `campaignrelstatusid` int(19) DEFAULT NULL,
  `campaignrelstatus` varchar(256) DEFAULT NULL,
  `sortorderid` int(19) DEFAULT NULL,
  `presence` int(19) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignrelstatus`
--

LOCK TABLES `vtiger_campaignrelstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignrelstatus` DISABLE KEYS */;
INSERT INTO `vtiger_campaignrelstatus` VALUES (2,'Contacted - Successful',1,1,NULL),(3,'Contacted - Unsuccessful',2,1,NULL),(4,'Contacted - Never Contact Again',3,1,NULL);
/*!40000 ALTER TABLE `vtiger_campaignrelstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_campaignrelstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_campaignrelstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignrelstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignrelstatus_seq`
--

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

--
-- Table structure for table `vtiger_campaignscf`
--

DROP TABLE IF EXISTS `vtiger_campaignscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignscf` (
  `campaignid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignscf`
--

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

--
-- Table structure for table `vtiger_campaignstatus`
--

DROP TABLE IF EXISTS `vtiger_campaignstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignstatus` (
  `campaignstatusid` int(19) NOT NULL AUTO_INCREMENT,
  `campaignstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`campaignstatusid`),
  KEY `campaignstatus_campaignstatus_idx` (`campaignstatus`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignstatus`
--

LOCK TABLES `vtiger_campaignstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_campaignstatus` DISABLE KEYS */;
INSERT INTO `vtiger_campaignstatus` VALUES (2,'Planning',1,15,1,NULL),(3,'Active',1,16,2,NULL),(4,'Inactive',1,17,3,NULL),(5,'Completed',1,18,4,NULL),(6,'Cancelled',1,19,5,NULL);
/*!40000 ALTER TABLE `vtiger_campaignstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_campaignstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_campaignstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaignstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaignstatus_seq`
--

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

--
-- Table structure for table `vtiger_campaigntype`
--

DROP TABLE IF EXISTS `vtiger_campaigntype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaigntype` (
  `campaigntypeid` int(19) NOT NULL AUTO_INCREMENT,
  `campaigntype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`campaigntypeid`),
  UNIQUE KEY `campaigntype_campaigntype_idx` (`campaigntype`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaigntype`
--

LOCK TABLES `vtiger_campaigntype` WRITE;
/*!40000 ALTER TABLE `vtiger_campaigntype` DISABLE KEYS */;
INSERT INTO `vtiger_campaigntype` VALUES (2,'Conference',1,21,1,NULL),(3,'Webinar',1,22,2,NULL),(4,'Trade Show',1,23,3,NULL),(5,'Public Relations',1,24,4,NULL),(6,'Partners',1,25,5,NULL),(7,'Referral Program',1,26,6,NULL),(8,'Advertisement',1,27,7,NULL),(9,'Banner Ads',1,28,8,NULL),(10,'Direct Mail',1,29,9,NULL),(11,'Email',1,30,10,NULL),(12,'Telemarketing',1,31,11,NULL),(13,'Others',1,32,12,NULL);
/*!40000 ALTER TABLE `vtiger_campaigntype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_campaigntype_seq`
--

DROP TABLE IF EXISTS `vtiger_campaigntype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_campaigntype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_campaigntype_seq`
--

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

--
-- Table structure for table `vtiger_carrier`
--

DROP TABLE IF EXISTS `vtiger_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_carrier` (
  `carrierid` int(19) NOT NULL AUTO_INCREMENT,
  `carrier` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`carrierid`),
  UNIQUE KEY `carrier_carrier_idx` (`carrier`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_carrier`
--

LOCK TABLES `vtiger_carrier` WRITE;
/*!40000 ALTER TABLE `vtiger_carrier` DISABLE KEYS */;
INSERT INTO `vtiger_carrier` VALUES (1,'FedEx',1,33,0,NULL),(2,'UPS',1,34,1,NULL),(3,'USPS',1,35,2,NULL),(4,'DHL',1,36,3,NULL),(5,'BlueDart',1,37,4,NULL);
/*!40000 ALTER TABLE `vtiger_carrier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_carrier_seq`
--

DROP TABLE IF EXISTS `vtiger_carrier_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_carrier_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_cashierinventory`
--

DROP TABLE IF EXISTS `vtiger_cashierinventory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cashierinventory` (
  `cashierinventoryid` int(19) NOT NULL,
  `otherinventoryid` varchar(100) DEFAULT NULL,
  `inventoryno` varchar(50) DEFAULT NULL,
  `productid` varchar(100) DEFAULT NULL,
  `qtyin` int(11) DEFAULT NULL,
  `qtyout` int(11) DEFAULT NULL,
  `qtyonhand` int(11) DEFAULT NULL,
  `pendingqty` int(11) DEFAULT NULL,
  `inventorystatus` varchar(100) DEFAULT NULL,
  `balanceqty` int(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`cashierinventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cashierinventory`
--

LOCK TABLES `vtiger_cashierinventory` WRITE;
/*!40000 ALTER TABLE `vtiger_cashierinventory` DISABLE KEYS */;
INSERT INTO `vtiger_cashierinventory` VALUES (76,'75','CI101','63',5,0,5,0,'New',0,''),(78,'77','CI102','63',2,0,2,0,'New',0,''),(83,'82','CI103','79',10,0,10,0,'New',0,''),(86,'85','CI104','79',15,0,15,0,'New',0,''),(104,'103','CI105','79',20,0,20,0,'New',0,''),(107,'106','CI106','66',10,0,10,0,'New',0,''),(117,'116','CI107','66',10,0,10,0,'New',0,''),(119,'118','CI108','66',5,0,5,0,'',0,''),(121,'120','CI109','66',10,0,10,0,'New',0,''),(123,'122','CI110','79',5,0,5,0,'New',0,''),(125,'124','CI111','66',5,0,5,0,'New',0,''),(290,'289','CI112','159',5,0,5,0,'',0,''),(307,'306','CI113','159',5,0,5,0,'',0,''),(364,'363','CI114','360',3,0,3,0,'',0,''),(391,'390','CI115','387',5,0,5,0,'',0,''),(396,'395','CI116','392',5,0,5,0,'Receive',0,''),(401,NULL,'CI117','Cellphone-1',5,0,5,0,'New',5,''),(405,NULL,'CI118','Cellphone-2',2,0,2,0,'New',2,''),(406,NULL,'CI119','Cellphone-2',2,2,2,0,'Receive',0,''),(408,NULL,'CI120','Cellphone-2',1,1,1,0,'Receive',0,''),(415,NULL,'CI121','Cellphone-3',3,1,3,0,'Receive',2,''),(421,NULL,'CI122','Cellphone-4',5,3,5,0,'Receive',2,''),(427,NULL,'CI123','Cellphone 5',3,2,3,0,'Receive',1,''),(432,NULL,'CI124','Cellphone 5',5,1,5,0,'Receive',4,''),(438,NULL,'CI125','Cellphone 6',3,1,3,0,'Receive',2,''),(444,NULL,'CI126','Cellphone 7',10,5,10,0,'Receive',5,''),(457,NULL,'CI127','CellPhone',5,2,5,0,'Receive',3,''),(472,NULL,'CI128','SIM ABC',8,5,8,0,'Receive',3,''),(594,NULL,'CI129','MIFI Mobile',5,0,5,0,'Receive',5,''),(603,NULL,'CI130','Smart Phone',10,0,10,0,'Receive',10,''),(739,NULL,'CI131','NewSimCard',5,0,5,0,'Receive',5,''),(1190,NULL,'CI132','TestProduct',1,0,1,0,'Receive',1,''),(1223,NULL,'CI133','MIFI Mobile',10,1,10,0,'Receive',9,'');
/*!40000 ALTER TABLE `vtiger_cashierinventory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cashierinventorycf`
--

DROP TABLE IF EXISTS `vtiger_cashierinventorycf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cashierinventorycf` (
  `cashierinventoryid` int(19) NOT NULL,
  PRIMARY KEY (`cashierinventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cashierinventorycf`
--

LOCK TABLES `vtiger_cashierinventorycf` WRITE;
/*!40000 ALTER TABLE `vtiger_cashierinventorycf` DISABLE KEYS */;
INSERT INTO `vtiger_cashierinventorycf` VALUES (76),(78),(83),(86),(104),(107),(117),(119),(121),(123),(125),(290),(307),(364),(391),(396),(401),(405),(406),(408),(415),(421),(427),(432),(438),(444),(457),(472),(594),(603),(739),(1190),(1223);
/*!40000 ALTER TABLE `vtiger_cashierinventorycf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cashiername`
--

DROP TABLE IF EXISTS `vtiger_cashiername`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cashiername` (
  `cashiernameid` int(11) NOT NULL AUTO_INCREMENT,
  `cashiername` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`cashiernameid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cashiername`
--

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

--
-- Table structure for table `vtiger_cashiername_seq`
--

DROP TABLE IF EXISTS `vtiger_cashiername_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cashiername_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cashiername_seq`
--

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

--
-- Table structure for table `vtiger_cntactivityrel`
--

DROP TABLE IF EXISTS `vtiger_cntactivityrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cntactivityrel` (
  `contactid` int(19) NOT NULL DEFAULT '0',
  `activityid` int(19) 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=utf8;
/*!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_contact_gender`
--

DROP TABLE IF EXISTS `vtiger_contact_gender`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contact_gender` (
  `contact_genderid` int(11) NOT NULL AUTO_INCREMENT,
  `contact_gender` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`contact_genderid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contact_gender`
--

LOCK TABLES `vtiger_contact_gender` WRITE;
/*!40000 ALTER TABLE `vtiger_contact_gender` DISABLE KEYS */;
INSERT INTO `vtiger_contact_gender` VALUES (1,'Male',1,319,1,NULL),(2,'Female',1,320,2,NULL);
/*!40000 ALTER TABLE `vtiger_contact_gender` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_contact_gender_seq`
--

DROP TABLE IF EXISTS `vtiger_contact_gender_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contact_gender_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contact_gender_seq`
--

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

--
-- Table structure for table `vtiger_contact_paymenttype`
--

DROP TABLE IF EXISTS `vtiger_contact_paymenttype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contact_paymenttype` (
  `contact_paymenttypeid` int(11) NOT NULL AUTO_INCREMENT,
  `contact_paymenttype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`contact_paymenttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contact_paymenttype`
--

LOCK TABLES `vtiger_contact_paymenttype` WRITE;
/*!40000 ALTER TABLE `vtiger_contact_paymenttype` DISABLE KEYS */;
INSERT INTO `vtiger_contact_paymenttype` VALUES (1,'Cash',1,323,1,NULL),(2,'Credit',1,324,2,NULL);
/*!40000 ALTER TABLE `vtiger_contact_paymenttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_contact_paymenttype_seq`
--

DROP TABLE IF EXISTS `vtiger_contact_paymenttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contact_paymenttype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contact_paymenttype_seq`
--

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

--
-- Table structure for table `vtiger_contactaddress`
--

DROP TABLE IF EXISTS `vtiger_contactaddress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactaddress` (
  `contactaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contactaddress`
--

LOCK TABLES `vtiger_contactaddress` WRITE;
/*!40000 ALTER TABLE `vtiger_contactaddress` DISABLE KEYS */;
INSERT INTO `vtiger_contactaddress` VALUES (2,'','','','','','','','','','','',''),(7,'','test','','','','','','','','','tests',''),(30,'','','','','','','','','','','',''),(490,'','','','','','','','','','','',''),(496,'','','','','','','','','','','',''),(527,'','','','','','','','','','','',''),(551,'','','','','','','','','','','',''),(560,'','','','','','','','','','','',''),(567,'','','','','','','','','','','',''),(596,'','','','','','','','','','','',''),(705,'','','','','','','','','','','',''),(737,'','','','','','','','','','','',''),(812,'','','','','','','','','','','',''),(840,'','','','','','','','','','','',''),(877,'','','','','','','','','','','',''),(888,'','','','','','','','','','','',''),(899,'','','','','','','','','','','',''),(906,'','','','','','','','','','','',''),(975,'','','','','','','','','','','',''),(986,'','','','','','','','','','','',''),(998,'','','','','','','','','','','',''),(1020,'','','','','','','','','','','',''),(1031,'','','','','','','','','','','',''),(1055,'','','','','','','','','','','',''),(1127,'','','','','','','','','','','',''),(1138,'','','','','','','','','','','',''),(1185,'','','','','','','','','','','',''),(1193,'','','','','','','','','','','',''),(1204,'','','','','','','','','','','',''),(1226,'','','','','','','','','','','','');
/*!40000 ALTER TABLE `vtiger_contactaddress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_contactdetails`
--

DROP TABLE IF EXISTS `vtiger_contactdetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactdetails` (
  `contactid` int(19) NOT NULL DEFAULT '0',
  `contact_no` varchar(100) NOT NULL,
  `accountid` int(19) 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,
  `contact_simnumber` decimal(25,0) DEFAULT NULL,
  `contact_iccid` varchar(50) DEFAULT NULL,
  `contact_thirdname` varchar(50) DEFAULT NULL,
  `contact_fourthname` varchar(50) DEFAULT NULL,
  `contact_gender` varchar(50) DEFAULT NULL,
  `contact_paymenttype` varchar(50) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contactdetails`
--

LOCK TABLES `vtiger_contactdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_contactdetails` DISABLE KEYS */;
INSERT INTO `vtiger_contactdetails` VALUES (2,'CON1',0,'','','testcon','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',NULL,NULL,NULL,NULL,NULL,NULL),(7,'CON2',0,'','Testcon','test1','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',7879547879,'32323322','testts','tsts','Female','Cash'),(30,'CON3',0,'','Testsap','Testid','','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(490,'CON4',0,'','sapnatest','sapnatest1','sapnatest@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(496,'CON5',0,'','newsap','newsap1','newsap@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(527,'CON6',0,'','Mike','Smith','mike12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(551,'CON7',0,'','Mobile1','','mobile1@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(560,'CON8',0,'','newmobile1','','newmobile1@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(567,'CON9',0,'','joe','john','john12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(596,'CON10',0,'','mike','smith','mike@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(705,'CON11',0,'','test','smith','test12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(737,'CON12',0,'','Sapna','Test','sapnatest@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(812,'CON13',0,'','Testsap','sap1','testsap12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(840,'CON14',0,'','MIke','Smith','mikesmith@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(877,'CON15',0,'','mike','smith','mike12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(888,'CON16',0,'','sapnatest','test1','sapn@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(899,'CON17',0,'','tste2','test2','test2@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(906,'CON18',0,'','test','teerrr','tesss@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(975,'CON19',0,'','Sapn','test','sapna12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(986,'CON20',0,'','sapnate12','test313','tesss@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(998,'CON21',0,'','mike','smith','mikesmith@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(1020,'CON22',0,'','Sim2','Sim2','Sim2@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(1031,'CON23',0,'','Sim3','Sim3','Sim3@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',252644220171,'','','','',''),(1055,'CON24',0,'','Mike','Smith','mike12@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(1127,'CON25',0,'','Sample','Testing','test@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',652100801,'','','','',''),(1138,'CON26',0,'','Test','Data','data@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',652100811,'','','','',''),(1185,'CON27',0,'','sapnatest','sapnatest','sapnatest@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',252642000909,'','','','',''),(1193,'CON28',0,'','Testsapna','Testsapna','Testsapna@gm.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(1204,'CON29',0,'','sapnatest','sapnatest1','sapn@g.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','0','','0','0','0','',0,'','','','',''),(1226,'CON30',0,'','sara','saratest','sara@gm.com','','','','','','0',NULL,NULL,NULL,NULL,'','0','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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactscf` (
  `contactid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contactscf`
--

LOCK TABLES `vtiger_contactscf` WRITE;
/*!40000 ALTER TABLE `vtiger_contactscf` DISABLE KEYS */;
INSERT INTO `vtiger_contactscf` VALUES (2),(7),(30),(490),(496),(527),(551),(560),(567),(596),(705),(737),(812),(840),(877),(888),(899),(906),(975),(986),(998),(1020),(1031),(1055),(1127),(1138),(1185),(1193),(1204),(1226);
/*!40000 ALTER TABLE `vtiger_contactscf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_contactsubdetails`
--

DROP TABLE IF EXISTS `vtiger_contactsubdetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contactsubdetails` (
  `contactsubscriptionid` int(19) 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(30) DEFAULT '0',
  `laststayintouchsavedate` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contactsubdetails`
--

LOCK TABLES `vtiger_contactsubdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_contactsubdetails` DISABLE KEYS */;
INSERT INTO `vtiger_contactsubdetails` VALUES (2,'','','','',NULL,0,0,''),(7,'','','','','1995-03-01',0,0,''),(30,'','','','',NULL,0,0,''),(490,'','','','',NULL,0,0,''),(496,'','','','',NULL,0,0,''),(527,'','','','',NULL,0,0,''),(551,'','','','',NULL,0,0,''),(560,'','','','',NULL,0,0,''),(567,'','','','',NULL,0,0,''),(596,'','','','',NULL,0,0,''),(705,'','','','',NULL,0,0,''),(737,'','','','',NULL,0,0,''),(812,'','','','',NULL,0,0,''),(840,'','','','',NULL,0,0,''),(877,'','','','',NULL,0,0,''),(888,'','','','',NULL,0,0,''),(899,'','','','',NULL,0,0,''),(906,'','','','',NULL,0,0,''),(975,'','','','',NULL,0,0,''),(986,'','','','',NULL,0,0,''),(998,'','','','',NULL,0,0,''),(1020,'','','','',NULL,0,0,''),(1031,'','','','',NULL,0,0,''),(1055,'','','','',NULL,0,0,''),(1127,'','','','',NULL,0,0,''),(1138,'','','','',NULL,0,0,''),(1185,'','','','',NULL,0,0,''),(1193,'','','','',NULL,0,0,''),(1204,'','','','',NULL,0,0,''),(1226,'','','','',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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contpotentialrel` (
  `contactid` int(19) NOT NULL DEFAULT '0',
  `potentialid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contpotentialrel`
--

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

--
-- Table structure for table `vtiger_contract_priority`
--

DROP TABLE IF EXISTS `vtiger_contract_priority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_priority` (
  `contract_priorityid` int(11) NOT NULL AUTO_INCREMENT,
  `contract_priority` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`contract_priorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contract_priority`
--

LOCK TABLES `vtiger_contract_priority` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_priority` DISABLE KEYS */;
INSERT INTO `vtiger_contract_priority` VALUES (1,'Low',1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_priority_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contract_priority_seq`
--

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

--
-- Table structure for table `vtiger_contract_status`
--

DROP TABLE IF EXISTS `vtiger_contract_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_status` (
  `contract_statusid` int(11) NOT NULL AUTO_INCREMENT,
  `contract_status` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`contract_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contract_status`
--

LOCK TABLES `vtiger_contract_status` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_status` DISABLE KEYS */;
INSERT INTO `vtiger_contract_status` VALUES (1,'Undefined',1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_status_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contract_status_seq`
--

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

--
-- Table structure for table `vtiger_contract_type`
--

DROP TABLE IF EXISTS `vtiger_contract_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_type` (
  `contract_typeid` int(11) NOT NULL AUTO_INCREMENT,
  `contract_type` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`contract_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_contract_type`
--

LOCK TABLES `vtiger_contract_type` WRITE;
/*!40000 ALTER TABLE `vtiger_contract_type` DISABLE KEYS */;
INSERT INTO `vtiger_contract_type` VALUES (1,'Support',1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_contract_type_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_convertleadmapping` (
  `cfmid` int(19) NOT NULL AUTO_INCREMENT,
  `leadfid` int(19) NOT NULL,
  `accountfid` int(19) DEFAULT NULL,
  `contactfid` int(19) DEFAULT NULL,
  `potentialfid` int(19) DEFAULT NULL,
  `editable` int(19) DEFAULT '1',
  PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_convertleadmapping`
--

LOCK TABLES `vtiger_convertleadmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_convertleadmapping` DISABLE KEYS */;
INSERT INTO `vtiger_convertleadmapping` VALUES (1,43,1,0,110,0),(2,49,14,0,0,1),(3,40,3,69,0,1),(4,44,5,77,0,1),(5,52,13,0,0,1),(6,46,9,80,0,0),(7,48,4,0,0,1),(8,61,26,98,0,1),(9,60,30,0,0,1),(10,62,32,104,0,1),(11,63,28,100,0,1),(12,59,24,96,0,1),(13,64,34,106,0,1),(14,61,27,0,0,1),(15,60,31,0,0,1),(16,62,33,0,0,1),(17,63,29,0,0,1),(18,59,25,0,0,1),(19,64,35,0,0,1),(20,65,36,109,125,1),(21,37,0,66,0,1),(22,38,0,67,0,0),(23,41,0,70,0,0),(24,42,0,71,0,1),(25,45,0,76,0,1),(26,55,0,83,0,1),(27,47,0,74,117,1),(28,50,0,0,0,1),(29,53,10,0,0,1),(30,51,17,0,0,1);
/*!40000 ALTER TABLE `vtiger_convertleadmapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_convertpotentialmapping`
--

DROP TABLE IF EXISTS `vtiger_convertpotentialmapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_convertpotentialmapping` (
  `cfmid` int(19) NOT NULL AUTO_INCREMENT,
  `potentialfid` int(19) NOT NULL,
  `projectfid` int(19) DEFAULT NULL,
  `editable` int(11) DEFAULT '1',
  PRIMARY KEY (`cfmid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_convertpotentialmapping`
--

LOCK TABLES `vtiger_convertpotentialmapping` WRITE;
/*!40000 ALTER TABLE `vtiger_convertpotentialmapping` DISABLE KEYS */;
INSERT INTO `vtiger_convertpotentialmapping` VALUES (1,110,627,NULL),(2,125,643,NULL);
/*!40000 ALTER TABLE `vtiger_convertpotentialmapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_coupon`
--

DROP TABLE IF EXISTS `vtiger_coupon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_coupon` (
  `couponid` int(19) NOT NULL,
  `packagename` varchar(100) DEFAULT NULL,
  `couponcode` varchar(50) DEFAULT NULL,
  `coupontype` varchar(100) DEFAULT NULL,
  `couponstatus` varchar(100) DEFAULT NULL,
  `couponstartdt` date DEFAULT NULL,
  `couponexpiredt` date DEFAULT NULL,
  `totalcount` int(11) DEFAULT NULL,
  `usedcount` int(11) DEFAULT NULL,
  `availablecount` int(11) DEFAULT NULL,
  `coupondiscount` int(11) DEFAULT NULL,
  `coupondesc` text,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`couponid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_coupon`
--

LOCK TABLES `vtiger_coupon` WRITE;
/*!40000 ALTER TABLE `vtiger_coupon` DISABLE KEYS */;
INSERT INTO `vtiger_coupon` VALUES (1233,'1231','J75M1ckU','Auto','Receive','2022-05-03','2022-05-05',5,0,5,0,'','');
/*!40000 ALTER TABLE `vtiger_coupon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_couponcf`
--

DROP TABLE IF EXISTS `vtiger_couponcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_couponcf` (
  `couponid` int(19) NOT NULL,
  PRIMARY KEY (`couponid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_couponcf`
--

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

--
-- Table structure for table `vtiger_couponstatus`
--

DROP TABLE IF EXISTS `vtiger_couponstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_couponstatus` (
  `couponstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `couponstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`couponstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_couponstatus`
--

LOCK TABLES `vtiger_couponstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_couponstatus` DISABLE KEYS */;
INSERT INTO `vtiger_couponstatus` VALUES (1,'New',1,395,1,NULL),(2,'Expire',1,396,2,NULL),(3,'Approve',1,397,3,NULL),(4,'Reject',1,398,4,NULL),(5,'Created by cashier',1,399,5,NULL),(6,'Created by GSM',1,400,6,NULL),(7,'Receive',1,401,7,NULL);
/*!40000 ALTER TABLE `vtiger_couponstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_couponstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_couponstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_couponstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_couponstatus_seq`
--

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

--
-- Table structure for table `vtiger_coupontype`
--

DROP TABLE IF EXISTS `vtiger_coupontype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_coupontype` (
  `coupontypeid` int(11) NOT NULL AUTO_INCREMENT,
  `coupontype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`coupontypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_coupontype`
--

LOCK TABLES `vtiger_coupontype` WRITE;
/*!40000 ALTER TABLE `vtiger_coupontype` DISABLE KEYS */;
INSERT INTO `vtiger_coupontype` VALUES (1,'Manual',1,393,1,NULL),(2,'Auto',1,394,2,NULL);
/*!40000 ALTER TABLE `vtiger_coupontype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_coupontype_seq`
--

DROP TABLE IF EXISTS `vtiger_coupontype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_coupontype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_coupontype_seq`
--

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

--
-- Table structure for table `vtiger_crmentity`
--

DROP TABLE IF EXISTS `vtiger_crmentity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentity` (
  `crmid` int(19) NOT NULL,
  `smcreatorid` int(19) NOT NULL DEFAULT '0',
  `smownerid` int(19) NOT NULL DEFAULT '0',
  `modifiedby` int(19) 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(19) NOT NULL DEFAULT '0',
  `presence` int(1) DEFAULT '1',
  `deleted` int(1) NOT NULL DEFAULT '0',
  `smgroupid` int(19) 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=utf8;
/*!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,'Contacts','','2021-12-13 07:40:25','2022-01-26 05:59:06',NULL,NULL,0,1,1,0,'CRM','testcon'),(3,1,1,1,'InventoryOrder',NULL,'2021-12-13 13:54:31','2022-01-10 07:39:49',NULL,NULL,0,1,1,0,'CRM','Test1'),(4,1,1,1,'SimCard',NULL,'2021-12-13 13:55:42','2022-01-26 05:57:44',NULL,NULL,0,1,1,0,'CRM','7894464646113'),(5,1,1,1,'AgentPayment',NULL,'2021-12-13 14:41:03','2022-01-26 05:58:23',NULL,NULL,0,1,1,0,'CRM','Test1'),(6,1,1,1,'SellingInventory',NULL,'2021-12-14 04:51:06','2022-01-26 05:58:33',NULL,NULL,0,1,1,0,'CRM','TEST123456789'),(7,1,1,1,'Contacts','','2021-12-14 05:50:30','2022-01-26 05:59:06',NULL,NULL,0,1,1,0,'CRM','Testcon test1'),(8,1,1,1,'Products','','2021-12-14 06:27:05','2022-01-10 09:00:22',NULL,NULL,0,1,1,0,'CRM','Testpro'),(9,1,1,1,'InventoryOrder',NULL,'2021-12-14 06:27:14','2022-01-10 07:39:49',NULL,NULL,0,1,1,0,'CRM','teststs'),(10,1,1,1,'Products','','2021-12-14 06:47:16','2022-01-10 09:00:22',NULL,NULL,0,1,1,0,'CRM','SIM Card-1'),(11,1,1,1,'Products','','2021-12-14 06:47:41','2022-01-10 09:00:22',NULL,NULL,0,1,1,0,'CRM','SIM Card-2'),(12,1,1,1,'Products','','2021-12-14 06:48:28','2022-01-10 09:00:22',NULL,NULL,0,1,1,0,'CRM','MIFI'),(13,1,6,10,'InventoryOrder',NULL,'2021-12-14 07:28:00','2022-01-12 11:40:31',NULL,NULL,0,1,1,0,'CRM','Test Product create'),(14,1,1,1,'Emails','An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON1</b><br>LastName:<b>testcon</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>','2021-12-14 07:28:16','2021-12-14 07:28:16',NULL,NULL,0,1,0,0,'CRM','Regarding Contact Assignment'),(15,1,1,1,'Emails','An Contact has been assigned to you on vtigerCRM<br>Details of Contact are :<br><br>Contact Id:<b>CON2</b><br>LastName:<b>test1</b><br>FirstName:<b>Testcon</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>','2021-12-14 07:28:16','2021-12-14 07:28:16',NULL,NULL,0,1,0,0,'CRM','Regarding Contact Assignment'),(16,1,1,1,'InventoryOrder',NULL,'2021-12-14 11:16:22','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','Test status'),(17,1,6,1,'InventoryOrder',NULL,'2021-12-14 11:17:40','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','rererere'),(18,1,6,1,'InventoryOrder',NULL,'2021-12-14 12:16:03','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','test wk'),(19,1,6,1,'InventoryOrder',NULL,'2021-12-14 13:14:15','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM',''),(20,6,6,1,'InventoryOrder',NULL,'2021-12-15 05:19:49','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','tempp'),(21,1,6,1,'InventoryOrder',NULL,'2021-12-15 06:03:46','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','check scenario'),(22,1,1,1,'Products','','2021-12-15 06:09:06','2022-01-10 09:00:22',NULL,NULL,0,1,1,0,'CRM','TestPro2'),(23,1,1,1,'InventoryOrder',NULL,'2021-12-16 06:32:56','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM',''),(24,6,6,1,'InventoryOrder',NULL,'2021-12-17 11:27:41','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','Inventory Ordered for get approve to see button'),(25,6,1,1,'InventoryOrder',NULL,'2021-12-17 11:29:13','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','Test'),(26,1,1,1,'InventoryOrder',NULL,'2021-12-17 11:30:47','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','rty'),(27,1,1,1,'InventoryOrder',NULL,'2021-12-17 11:39:09','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM',''),(28,1,6,1,'InventoryOrder',NULL,'2021-12-17 11:40:32','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM',''),(29,6,6,1,'InventoryOrder',NULL,'2021-12-17 11:58:01','2022-01-10 07:39:39',NULL,NULL,0,1,1,0,'CRM','Inventory Order'),(30,1,1,1,'Contacts','','2021-12-17 12:10:53','2022-01-26 05:59:06',NULL,NULL,0,1,1,0,'CRM','Testsap Testid'),(31,1,1,1,'InventoryOrder',NULL,'2021-12-17 12:15:17','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM',''),(32,6,1,1,'InventoryOrder',NULL,'2021-12-17 12:41:28','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','INV015'),(33,1,1,1,'InventoryOrder',NULL,'2021-12-17 12:48:41','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','INV016'),(34,6,1,1,'InventoryOrder',NULL,'2021-12-17 12:50:09','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','INV017'),(35,1,1,1,'SimGenerate',NULL,'2021-12-20 06:12:52','2022-01-30 04:44:18',NULL,NULL,0,1,1,0,'CRM',''),(36,1,1,1,'UserJournal',NULL,'2021-12-20 06:52:57','2022-01-26 05:58:16',NULL,NULL,0,1,1,0,'CRM',''),(37,1,6,10,'InventoryOrder',NULL,'2021-12-23 10:10:40','2022-01-12 11:40:31',NULL,NULL,0,1,1,0,'CRM','INV018'),(38,1,1,10,'InventoryOrder',NULL,'2021-12-28 04:32:23','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM',''),(39,6,6,10,'InventoryOrder',NULL,'2021-12-28 04:38:59','2022-01-12 11:40:31',NULL,NULL,0,1,1,0,'CRM',''),(40,6,6,1,'InventoryOrder',NULL,'2021-12-28 04:54:20','2022-01-10 07:39:18',NULL,NULL,0,1,1,0,'CRM','INV021'),(41,6,6,1,'InventoryOrder',NULL,'2022-01-04 05:47:14','2022-01-10 07:39:14',NULL,NULL,0,1,1,0,'CRM','INV022'),(42,6,6,1,'InventoryOrder',NULL,'2022-01-04 06:37:53','2022-01-10 07:39:11',NULL,NULL,0,1,1,0,'CRM','INV023'),(43,1,1,10,'Products','','2022-01-10 08:05:23','2022-01-12 11:29:28',NULL,NULL,0,1,1,0,'CRM','E-SIM'),(44,1,1,10,'InventoryOrder',NULL,'2022-01-10 08:12:55','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','INV024'),(45,1,1,1,'InventoryOrder',NULL,'2022-01-10 08:13:30','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','INV025'),(46,1,1,1,'InventoryOrder',NULL,'2022-01-10 08:14:05','2022-01-18 05:27:23',NULL,NULL,0,1,1,0,'CRM','INV026'),(47,1,6,10,'InventoryOrder',NULL,'2022-01-10 08:20:37','2022-01-12 11:40:31',NULL,NULL,0,1,1,0,'CRM','INV027'),(48,1,1,10,'Products','','2022-01-10 11:07:57','2022-01-12 11:29:20',NULL,NULL,0,1,1,0,'CRM','SIM Card'),(49,7,7,10,'Products','','2022-01-11 10:16:31','2022-01-12 11:29:24',NULL,NULL,0,1,1,0,'CRM','MIFI'),(50,7,7,10,'InventoryOrder',NULL,'2022-01-11 10:17:03','2022-01-12 11:40:31',NULL,NULL,0,1,1,0,'CRM','INV028'),(51,1,1,1,'SimCard',NULL,'2022-01-11 10:29:25','2022-01-26 05:57:44',NULL,NULL,0,1,1,0,'CRM','GSM'),(52,1,12,1,'SimGenerate',NULL,'2022-01-11 11:42:59','2022-01-30 04:44:18',NULL,NULL,0,1,1,0,'CRM',''),(53,1,7,1,'SimGenerate',NULL,'2022-01-11 11:42:59','2022-01-30 04:44:18',NULL,NULL,0,1,1,0,'CRM',''),(54,1,12,1,'SimGenerate',NULL,'2022-01-11 11:42:59','2022-01-30 04:44:18',NULL,NULL,0,1,1,0,'CRM',''),(55,1,7,10,'InventoryOrder',NULL,'2022-01-11 13:46:08','2022-01-12 11:40:07',NULL,NULL,0,1,1,0,'CRM','INV029'),(56,10,10,10,'Products',NULL,'2022-01-12 12:01:20','2022-01-20 05:35:45',NULL,NULL,0,1,1,0,'CRM','E-SIM'),(57,1,10,1,'InventoryOrder',NULL,'2022-01-12 12:03:40','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV030'),(58,10,10,10,'Products',NULL,'2022-01-17 04:44:21','2022-01-20 05:35:38',NULL,NULL,0,1,1,0,'CRM','SIM Card'),(59,17,17,1,'InventoryOrder',NULL,'2022-01-18 05:49:05','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV031'),(60,17,10,1,'InventoryOrder',NULL,'2022-01-18 13:47:14','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV032'),(61,17,17,1,'InventoryOrder',NULL,'2022-01-18 13:47:46','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV033'),(62,7,7,1,'InventoryOrder',NULL,'2022-01-18 14:00:20','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV034'),(63,10,10,1,'Products',NULL,'2022-01-18 14:15:00','2022-01-26 05:58:58',NULL,NULL,0,1,1,0,'CRM','MIFI'),(64,6,17,1,'InventoryOrder',NULL,'2022-01-18 14:35:41','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV035'),(65,17,17,1,'InventoryOrder',NULL,'2022-01-19 05:37:47','2022-01-26 05:57:30',NULL,NULL,0,1,1,0,'CRM','INV036'),(66,10,10,1,'Products',NULL,'2022-01-19 05:49:38','2022-01-26 05:58:58',NULL,NULL,0,1,1,0,'CRM','MIFI Mobile'),(67,17,17,1,'InventoryOrder',NULL,'2022-01-19 05:51:44','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV037'),(68,7,7,1,'InventoryOrder',NULL,'2022-01-19 05:54:15','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV038'),(69,17,17,1,'InventoryOrder',NULL,'2022-01-19 07:05:55','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV039'),(70,17,17,1,'InventoryOrder',NULL,'2022-01-19 07:08:57','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV040'),(71,17,17,1,'InventoryOrder',NULL,'2022-01-19 07:15:09','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV041'),(72,17,17,1,'InventoryOrder',NULL,'2022-01-19 07:20:08','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV042'),(73,17,10,1,'InventoryOrder',NULL,'2022-01-20 05:33:31','2022-01-26 05:57:29',NULL,NULL,0,1,1,0,'CRM','INV043'),(74,17,17,1,'InventoryOrder',NULL,'2022-01-20 06:04:26','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV044'),(75,17,17,1,'OtherInventory',NULL,'2022-01-20 06:09:24','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(76,17,7,1,'CashierInventory',NULL,'2022-01-20 06:09:24','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI101'),(77,17,17,1,'OtherInventory',NULL,'2022-01-20 06:13:08','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(78,17,7,1,'CashierInventory',NULL,'2022-01-20 06:13:08','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI102'),(79,10,10,1,'Products',NULL,'2022-01-20 07:08:46','2022-01-26 05:58:58',NULL,NULL,0,1,1,0,'CRM','Sim card'),(80,17,17,1,'InventoryOrder',NULL,'2022-01-20 07:11:35','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV045'),(81,7,7,1,'InventoryOrder',NULL,'2022-01-20 07:16:50','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV046'),(82,7,7,1,'OtherInventory',NULL,'2022-01-20 07:31:57','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(83,7,7,1,'CashierInventory',NULL,'2022-01-20 07:31:57','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI103'),(84,7,7,1,'InventoryOrder',NULL,'2022-01-20 12:20:16','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV047'),(85,7,7,1,'OtherInventory',NULL,'2022-01-20 12:30:30','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(86,7,7,1,'CashierInventory',NULL,'2022-01-20 12:30:30','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI104'),(87,17,17,1,'InventoryOrder',NULL,'2022-01-20 13:57:18','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV048'),(88,17,17,1,'InventoryOrder',NULL,'2022-01-21 13:02:46','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV049'),(89,17,17,1,'InventoryOrder',NULL,'2022-01-21 13:08:05','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV050'),(90,17,17,1,'InventoryOrder',NULL,'2022-01-24 09:26:08','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV051'),(91,17,17,1,'InventoryOrder',NULL,'2022-01-24 09:28:59','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV052'),(92,17,17,1,'InventoryOrder',NULL,'2022-01-24 09:32:09','2022-01-26 05:57:24',NULL,NULL,0,1,1,0,'CRM','INV053'),(93,1,1,1,'APILog',NULL,'2022-01-24 10:24:20','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(94,1,1,1,'APILog',NULL,'2022-01-24 10:24:20','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(95,1,1,1,'APILog',NULL,'2022-01-24 10:31:11','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(96,1,1,1,'APILog',NULL,'2022-01-24 10:31:11','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(97,1,1,1,'APILog',NULL,'2022-01-24 10:47:17','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(98,1,1,1,'APILog',NULL,'2022-01-24 10:47:17','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(99,17,10,17,'InventoryOrder',NULL,'2022-01-24 11:13:48','2022-01-24 11:16:32',NULL,NULL,0,1,1,0,'CRM','INV054'),(100,17,10,17,'InventoryOrder',NULL,'2022-01-24 11:16:59','2022-01-24 11:18:29',NULL,NULL,0,1,1,0,'CRM','INV055'),(101,17,17,1,'InventoryOrder',NULL,'2022-01-24 11:18:55','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV056'),(102,17,17,1,'InventoryOrder',NULL,'2022-01-24 11:24:42','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV057'),(103,7,7,1,'OtherInventory',NULL,'2022-01-24 11:35:19','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(104,7,7,1,'CashierInventory',NULL,'2022-01-24 11:35:19','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI105'),(105,7,7,1,'InventoryOrder',NULL,'2022-01-24 12:10:57','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV058'),(106,7,7,1,'OtherInventory',NULL,'2022-01-24 12:31:02','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(107,7,7,1,'CashierInventory',NULL,'2022-01-24 12:31:02','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI106'),(108,17,17,1,'InventoryOrder',NULL,'2022-01-24 13:49:56','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV059'),(109,17,17,1,'InventoryOrder',NULL,'2022-01-25 06:05:17','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV060'),(110,1,1,1,'InventoryOrder',NULL,'2022-01-25 06:16:10','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV061'),(111,17,17,1,'InventoryOrder',NULL,'2022-01-25 06:25:58','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV062'),(112,17,17,1,'InventoryOrder',NULL,'2022-01-25 06:29:50','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV063'),(113,1,1,1,'SimCard',NULL,'2022-01-25 06:45:32','2022-01-26 05:57:44',NULL,NULL,0,1,1,0,'CRM','GSM'),(114,17,17,1,'InventoryOrder',NULL,'2022-01-25 07:15:31','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV064'),(115,17,17,1,'InventoryOrder',NULL,'2022-01-25 09:40:06','2022-01-26 05:57:23',NULL,NULL,0,1,1,0,'CRM','INV065'),(116,7,7,1,'OtherInventory',NULL,'2022-01-25 10:33:00','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(117,7,7,1,'CashierInventory',NULL,'2022-01-25 10:33:00','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI107'),(118,7,7,1,'OtherInventory',NULL,'2022-01-25 12:26:28','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(119,7,8,1,'CashierInventory',NULL,'2022-01-25 12:26:28','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM',''),(120,7,7,1,'OtherInventory',NULL,'2022-01-25 12:27:28','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(121,7,8,1,'CashierInventory',NULL,'2022-01-25 12:27:28','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI109'),(122,7,7,1,'OtherInventory',NULL,'2022-01-25 12:28:03','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(123,7,8,1,'CashierInventory',NULL,'2022-01-25 12:28:03','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI110'),(124,7,7,1,'OtherInventory',NULL,'2022-01-25 12:29:55','2022-01-26 05:58:05',NULL,NULL,0,1,1,0,'CRM',''),(125,7,8,1,'CashierInventory',NULL,'2022-01-25 12:29:55','2022-01-26 05:58:46',NULL,NULL,0,1,1,0,'CRM','CI111'),(126,1,1,1,'APILog',NULL,'2022-01-25 13:03:51','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(127,1,1,1,'APILog',NULL,'2022-01-25 13:03:51','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(128,7,7,1,'SimCard',NULL,'2022-01-25 13:43:55','2022-01-26 05:57:44',NULL,NULL,0,1,1,0,'CRM','GSM'),(129,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(130,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(131,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(132,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(133,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(134,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(135,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(136,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(137,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(138,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(139,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(140,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(141,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(142,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(143,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(144,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(145,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(146,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:18',NULL,NULL,0,1,1,0,'CRM',''),(147,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(148,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(149,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(150,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(151,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(152,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(153,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(154,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(155,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(156,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-26 05:57:58',NULL,NULL,0,1,1,0,'CRM',''),(157,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(158,7,7,1,'SimGenerate',NULL,'2022-01-25 13:50:33','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(159,10,10,1,'Products',NULL,'2022-01-26 06:17:07','2022-01-30 04:43:32',NULL,NULL,0,1,1,0,'CRM','MIFI'),(160,17,17,1,'InventoryOrder',NULL,'2022-01-26 06:19:26','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV066'),(161,6,17,1,'InventoryOrder',NULL,'2022-01-26 06:29:51','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV067'),(162,1,1,1,'SimCard',NULL,'2022-01-27 05:12:21','2022-01-30 04:43:39',NULL,NULL,0,1,1,0,'CRM','GSM'),(163,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(164,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(165,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(166,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(167,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(168,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(169,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(170,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(171,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(172,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(173,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(174,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(175,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(176,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(177,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(178,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(179,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(180,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(181,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(182,1,1,1,'SimGenerate',NULL,'2022-01-27 05:12:32','2022-01-30 04:44:14',NULL,NULL,0,1,1,0,'CRM',''),(183,7,7,1,'InventoryOrder',NULL,'2022-01-27 05:48:22','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM',''),(184,7,7,1,'SimCard',NULL,'2022-01-27 05:48:32','2022-01-30 04:43:39',NULL,NULL,0,1,1,0,'CRM','GSM'),(185,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(186,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(187,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(188,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(189,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(190,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(191,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(192,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(193,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(194,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(195,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(196,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(197,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(198,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:09',NULL,NULL,0,1,1,0,'CRM',''),(199,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(200,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(201,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:43','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(202,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(203,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(204,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(205,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(206,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(207,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(208,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(209,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(210,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(211,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(212,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(213,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(214,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(215,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(216,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(217,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(218,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(219,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(220,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(221,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(222,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(223,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(224,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(225,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(226,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(227,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(228,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(229,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(230,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(231,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(232,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(233,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(234,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(235,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(236,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(237,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(238,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(239,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(240,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(241,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(242,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(243,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(244,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(245,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(246,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(247,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(248,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(249,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(250,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(251,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(252,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(253,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(254,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(255,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(256,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(257,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(258,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(259,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(260,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(261,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(262,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(263,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(264,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(265,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(266,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(267,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(268,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(269,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(270,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(271,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(272,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:59',NULL,NULL,0,1,1,0,'CRM',''),(273,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(274,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(275,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(276,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(277,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(278,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:55',NULL,NULL,0,1,1,0,'CRM',''),(279,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:44:04',NULL,NULL,0,1,1,0,'CRM',''),(280,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(281,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(282,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(283,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(284,7,7,1,'SimGenerate',NULL,'2022-01-27 05:48:44','2022-01-30 04:43:51',NULL,NULL,0,1,1,0,'CRM',''),(285,7,7,1,'SimGenerate',NULL,'2022-01-27 06:01:57','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(286,7,7,1,'InventoryOrder',NULL,'2022-01-27 06:15:17','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM',''),(287,7,7,1,'SimCard',NULL,'2022-01-27 06:15:29','2022-01-30 04:43:39',NULL,NULL,0,1,1,0,'CRM','GSM'),(288,7,7,1,'InventoryOrder',NULL,'2022-01-27 06:21:51','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV070'),(289,7,7,1,'OtherInventory',NULL,'2022-01-27 06:30:01','2022-01-30 04:44:29',NULL,NULL,0,1,1,0,'CRM',''),(290,7,8,1,'CashierInventory',NULL,'2022-01-27 06:30:01','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM',''),(291,7,17,1,'InventoryOrder',NULL,'2022-01-27 06:48:20','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV071'),(292,7,7,1,'InventoryOrder',NULL,'2022-01-27 06:49:38','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM',''),(293,7,7,1,'SimCard',NULL,'2022-01-27 06:49:58','2022-01-30 04:43:39',NULL,NULL,0,1,1,0,'CRM','GSM'),(294,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(295,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(296,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(297,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(298,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(299,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(300,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(301,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(302,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(303,7,7,1,'SimGenerate',NULL,'2022-01-27 06:51:37','2022-01-30 04:43:46',NULL,NULL,0,1,1,0,'CRM',''),(304,7,7,1,'InventoryOrder',NULL,'2022-01-27 06:53:26','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV073'),(305,7,7,1,'SimCard',NULL,'2022-01-27 06:57:43','2022-01-30 04:43:39',NULL,NULL,0,1,1,0,'CRM','GSM'),(306,7,7,1,'OtherInventory',NULL,'2022-01-27 07:21:11','2022-01-30 04:44:29',NULL,NULL,0,1,1,0,'CRM',''),(307,7,8,1,'CashierInventory',NULL,'2022-01-27 07:21:11','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM',''),(308,7,17,17,'InventoryOrder',NULL,'2022-01-27 07:41:35','2022-01-29 10:45:41',NULL,NULL,0,1,1,0,'CRM','INV074'),(309,1,1,1,'SellingInventory',NULL,'2022-01-27 11:10:53','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(310,1,1,1,'APILog',NULL,'2022-01-27 11:10:53','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(311,1,1,1,'APILog',NULL,'2022-01-27 11:10:53','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(312,1,1,1,'APILog',NULL,'2022-01-27 11:11:06','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(313,1,1,1,'APILog',NULL,'2022-01-27 11:11:06','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(314,1,1,1,'APILog',NULL,'2022-01-27 11:18:54','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(315,1,1,1,'APILog',NULL,'2022-01-27 11:18:54','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(316,1,1,1,'APILog',NULL,'2022-01-27 11:22:17','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(317,1,1,1,'APILog',NULL,'2022-01-27 11:23:05','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(318,1,1,1,'APILog',NULL,'2022-01-27 11:23:05','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(319,1,1,1,'APILog',NULL,'2022-01-27 11:28:58','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(320,1,1,1,'APILog',NULL,'2022-01-27 13:35:49','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(321,1,1,1,'APILog',NULL,'2022-01-27 13:51:30','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(322,17,17,1,'InventoryOrder',NULL,'2022-01-28 05:31:55','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV075'),(323,1,1,1,'APILog',NULL,'2022-01-28 07:19:57','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(324,1,1,1,'APILog',NULL,'2022-01-28 07:21:53','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(325,1,1,1,'APILog',NULL,'2022-01-28 07:27:09','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(326,1,1,1,'APILog',NULL,'2022-01-28 09:38:21','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(327,1,1,1,'APILog',NULL,'2022-01-28 10:26:38','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(328,1,1,1,'APILog',NULL,'2022-01-28 10:48:38','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(329,1,1,1,'APILog',NULL,'2022-01-28 11:16:28','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(330,1,1,1,'APILog',NULL,'2022-01-28 11:16:28','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(331,1,1,1,'APILog',NULL,'2022-01-28 11:31:56','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(332,1,1,1,'APILog',NULL,'2022-01-28 11:31:56','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(333,1,1,1,'APILog',NULL,'2022-01-28 11:41:19','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(334,1,1,1,'APILog',NULL,'2022-01-28 11:41:19','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(335,1,1,1,'APILog',NULL,'2022-01-28 11:46:27','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(336,1,1,1,'APILog',NULL,'2022-01-28 11:49:57','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(337,1,1,1,'APILog',NULL,'2022-01-28 11:54:47','2022-02-15 08:58:15',NULL,NULL,0,1,1,0,'CRM',''),(338,1,1,1,'APILog',NULL,'2022-01-28 11:58:17','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(339,1,1,1,'APILog',NULL,'2022-01-28 12:11:13','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(340,1,1,1,'APILog',NULL,'2022-01-28 12:13:01','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(341,17,17,1,'InventoryOrder',NULL,'2022-01-29 04:31:34','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV076'),(342,17,10,1,'InventoryOrder',NULL,'2022-01-29 04:34:08','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV077'),(343,1,1,1,'APILog',NULL,'2022-01-29 09:04:42','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(344,1,1,1,'APILog',NULL,'2022-01-29 09:08:10','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(345,1,1,1,'APILog',NULL,'2022-01-29 09:08:53','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(346,1,1,1,'APILog',NULL,'2022-01-29 09:09:07','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(347,1,1,1,'APILog',NULL,'2022-01-29 09:13:02','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(348,1,1,1,'APILog',NULL,'2022-01-29 09:17:27','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(349,6,17,17,'InventoryOrder',NULL,'2022-01-29 10:29:57','2022-01-29 10:45:41',NULL,NULL,0,1,1,0,'CRM','INV078'),(350,6,17,17,'InventoryOrder',NULL,'2022-01-29 10:31:33','2022-01-29 10:45:41',NULL,NULL,0,1,1,0,'CRM','INV079'),(351,6,17,1,'InventoryOrder',NULL,'2022-01-29 10:33:40','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV080'),(352,6,17,17,'InventoryOrder',NULL,'2022-01-29 10:33:53','2022-01-29 10:45:41',NULL,NULL,0,1,1,0,'CRM','INV081'),(353,6,17,17,'InventoryOrder',NULL,'2022-01-29 10:33:53','2022-01-29 10:45:41',NULL,NULL,0,1,1,0,'CRM','INV082'),(354,6,6,1,'InventoryOrder',NULL,'2022-01-29 10:41:54','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV083'),(355,6,17,1,'InventoryOrder',NULL,'2022-01-29 11:13:10','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV084'),(356,6,17,1,'InventoryOrder',NULL,'2022-01-29 11:14:16','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV085'),(357,6,17,1,'InventoryOrder',NULL,'2022-01-29 11:15:59','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV086'),(358,6,17,1,'InventoryOrder',NULL,'2022-01-29 11:16:43','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV087'),(359,6,17,1,'InventoryOrder',NULL,'2022-01-29 11:22:45','2022-01-30 04:43:24',NULL,NULL,0,1,1,0,'CRM','INV088'),(360,10,10,1,'Products',NULL,'2022-01-30 04:47:20','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','MIFI'),(361,17,17,1,'InventoryOrder',NULL,'2022-01-30 04:49:05','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV089'),(362,6,6,1,'InventoryOrder',NULL,'2022-01-30 05:02:21','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV090'),(363,6,6,1,'OtherInventory',NULL,'2022-01-30 05:09:10','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(364,6,8,1,'CashierInventory',NULL,'2022-01-30 05:09:11','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM',''),(365,7,7,1,'InventoryOrder',NULL,'2022-01-31 05:41:38','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV091'),(366,1,1,1,'APILog',NULL,'2022-01-31 05:45:25','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(367,1,1,1,'APILog',NULL,'2022-01-31 05:46:24','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(368,1,1,1,'APILog',NULL,'2022-01-31 05:53:45','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(369,1,1,1,'APILog',NULL,'2022-01-31 05:54:44','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(370,1,1,1,'APILog',NULL,'2022-01-31 07:21:37','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(371,1,1,1,'APILog',NULL,'2022-01-31 07:21:38','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(372,1,1,1,'APILog',NULL,'2022-01-31 07:27:56','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(373,1,1,1,'APILog',NULL,'2022-01-31 07:27:56','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(374,1,1,1,'APILog',NULL,'2022-01-31 07:55:45','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(375,1,1,1,'APILog',NULL,'2022-01-31 07:55:45','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(376,1,1,1,'APILog',NULL,'2022-01-31 08:07:49','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(377,1,1,1,'APILog',NULL,'2022-01-31 08:07:49','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(378,1,1,1,'APILog',NULL,'2022-01-31 08:08:52','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(379,1,1,1,'APILog',NULL,'2022-01-31 08:08:52','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(380,1,1,1,'APILog',NULL,'2022-01-31 08:20:36','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(381,1,1,1,'APILog',NULL,'2022-01-31 08:20:36','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(382,1,1,1,'APILog',NULL,'2022-01-31 08:24:38','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(383,1,1,1,'APILog',NULL,'2022-01-31 08:24:39','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(384,1,1,1,'APILog',NULL,'2022-01-31 09:52:28','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(385,1,1,1,'APILog',NULL,'2022-01-31 09:52:29','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(386,1,1,1,'APILog',NULL,'2022-01-31 09:52:29','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(387,10,10,1,'Products',NULL,'2022-01-31 11:52:50','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Phone'),(388,17,17,1,'InventoryOrder',NULL,'2022-01-31 11:53:44','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV092'),(389,6,6,1,'InventoryOrder',NULL,'2022-01-31 12:00:49','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV093'),(390,6,6,1,'OtherInventory',NULL,'2022-01-31 12:08:07','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(391,6,8,1,'CashierInventory',NULL,'2022-01-31 12:08:08','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM',''),(392,10,10,1,'Products',NULL,'2022-01-31 12:15:05','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','CellPhone'),(393,17,17,1,'InventoryOrder',NULL,'2022-01-31 12:16:48','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV094'),(394,7,7,1,'InventoryOrder',NULL,'2022-01-31 12:23:35','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV095'),(395,17,17,1,'OtherInventory',NULL,'2022-01-31 12:33:23','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(396,17,8,1,'CashierInventory',NULL,'2022-01-31 12:33:23','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI116'),(397,10,10,1,'Products',NULL,'2022-02-02 06:32:11','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone-1'),(398,17,17,1,'InventoryOrder',NULL,'2022-02-02 06:33:01','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV096'),(399,7,7,1,'InventoryOrder',NULL,'2022-02-02 07:08:09','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV097'),(400,7,7,1,'OtherInventory',NULL,'2022-02-02 07:15:35','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(401,7,7,1,'CashierInventory',NULL,'2022-02-02 07:15:35','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI117'),(402,10,10,1,'Products',NULL,'2022-02-02 09:30:46','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone-2'),(403,17,17,1,'InventoryOrder',NULL,'2022-02-02 09:32:26','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV098'),(404,7,7,1,'InventoryOrder',NULL,'2022-02-02 09:37:20','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV099'),(405,7,7,1,'CashierInventory',NULL,'2022-02-02 09:42:55','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI118'),(406,7,8,1,'CashierInventory',NULL,'2022-02-02 10:07:02','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI119'),(407,7,7,1,'OtherInventory',NULL,'2022-02-02 10:10:24','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(408,7,8,1,'CashierInventory',NULL,'2022-02-02 10:10:24','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI120'),(409,8,8,1,'SellingInventory',NULL,'2022-02-02 11:29:10','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(410,8,8,1,'SellingInventory',NULL,'2022-02-02 11:30:11','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(411,10,10,1,'Products',NULL,'2022-02-02 11:39:17','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone-3'),(412,17,17,1,'InventoryOrder',NULL,'2022-02-02 11:40:13','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV100'),(413,7,7,1,'InventoryOrder',NULL,'2022-02-02 11:43:37','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV101'),(414,7,7,1,'OtherInventory',NULL,'2022-02-02 11:46:36','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(415,7,8,1,'CashierInventory',NULL,'2022-02-02 11:46:36','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI121'),(416,8,8,1,'SellingInventory',NULL,'2022-02-02 11:48:58','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(417,10,10,1,'Products',NULL,'2022-02-02 11:55:29','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone-4'),(418,17,17,1,'InventoryOrder',NULL,'2022-02-02 11:57:19','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV102'),(419,7,7,1,'InventoryOrder',NULL,'2022-02-02 12:01:49','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV103'),(420,7,7,1,'OtherInventory',NULL,'2022-02-02 12:03:46','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(421,7,8,1,'CashierInventory',NULL,'2022-02-02 12:03:46','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI122'),(422,8,8,1,'SellingInventory',NULL,'2022-02-02 12:06:10','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(423,10,10,1,'Products',NULL,'2022-02-02 12:12:57','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone 5'),(424,17,17,1,'InventoryOrder',NULL,'2022-02-02 12:14:13','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV104'),(425,7,7,1,'InventoryOrder',NULL,'2022-02-02 12:55:40','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV105'),(426,7,7,1,'OtherInventory',NULL,'2022-02-02 13:00:33','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(427,7,8,1,'CashierInventory',NULL,'2022-02-02 13:00:33','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI123'),(428,8,8,1,'SellingInventory',NULL,'2022-02-02 13:08:42','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(429,17,17,1,'InventoryOrder',NULL,'2022-02-02 13:17:48','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV106'),(430,7,7,1,'InventoryOrder',NULL,'2022-02-02 13:23:49','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV107'),(431,7,7,1,'OtherInventory',NULL,'2022-02-02 13:29:07','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(432,7,8,1,'CashierInventory',NULL,'2022-02-02 13:29:07','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI124'),(433,8,8,1,'SellingInventory',NULL,'2022-02-02 13:31:52','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(434,10,10,1,'Products',NULL,'2022-02-03 05:00:36','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone 6'),(435,17,17,1,'InventoryOrder',NULL,'2022-02-03 05:01:13','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV108'),(436,7,7,1,'InventoryOrder',NULL,'2022-02-03 05:03:13','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV109'),(437,7,7,1,'OtherInventory',NULL,'2022-02-03 05:04:53','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(438,7,8,1,'CashierInventory',NULL,'2022-02-03 05:04:53','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI125'),(439,8,8,1,'SellingInventory',NULL,'2022-02-03 05:08:20','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(440,10,10,1,'Products',NULL,'2022-02-04 07:56:34','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','Cellphone 7'),(441,17,17,1,'InventoryOrder',NULL,'2022-02-04 08:02:38','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV110'),(442,7,7,1,'InventoryOrder',NULL,'2022-02-04 10:03:58','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV111'),(443,7,7,1,'OtherInventory',NULL,'2022-02-04 11:24:24','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(444,7,8,1,'CashierInventory',NULL,'2022-02-04 11:24:24','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI126'),(445,8,8,1,'SellingInventory',NULL,'2022-02-04 12:11:22','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(446,17,17,1,'InventoryOrder',NULL,'2022-02-09 07:47:00','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV112'),(447,10,10,1,'Products',NULL,'2022-02-09 07:52:03','2022-02-17 07:19:04',NULL,NULL,0,1,1,0,'CRM','SIM ABC'),(448,7,7,1,'InventoryOrder',NULL,'2022-02-09 09:02:09','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV113'),(449,7,7,1,'SimCard',NULL,'2022-02-09 09:12:43','2022-02-16 06:56:11',NULL,NULL,0,1,1,0,'CRM','GSM'),(450,7,7,1,'SimGenerate',NULL,'2022-02-09 09:13:16','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(451,7,7,1,'SimGenerate',NULL,'2022-02-09 09:13:16','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(452,7,7,1,'SimGenerate',NULL,'2022-02-09 09:13:16','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(453,7,7,1,'SimGenerate',NULL,'2022-02-09 09:13:16','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(454,7,7,1,'SimGenerate',NULL,'2022-02-09 09:13:16','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(455,7,7,1,'SimGenerate',NULL,'2022-02-09 09:13:16','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(456,7,7,1,'OtherInventory',NULL,'2022-02-09 09:23:44','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(457,7,8,1,'CashierInventory',NULL,'2022-02-09 09:23:44','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI127'),(458,8,8,1,'SellingInventory',NULL,'2022-02-09 09:32:47','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(459,17,17,1,'InventoryOrder',NULL,'2022-02-09 10:07:45','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV114'),(460,7,7,1,'InventoryOrder',NULL,'2022-02-09 10:14:46','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV115'),(461,7,7,1,'SimCard',NULL,'2022-02-09 11:52:34','2022-02-16 06:56:11',NULL,NULL,0,1,1,0,'CRM','GSM'),(462,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(463,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(464,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(465,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(466,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(467,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(468,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(469,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(470,7,7,1,'SimGenerate',NULL,'2022-02-09 11:52:48','2022-02-15 07:22:44',NULL,NULL,0,1,1,0,'CRM',''),(471,7,7,1,'OtherInventory',NULL,'2022-02-09 12:16:17','2022-02-17 07:19:49',NULL,NULL,0,1,1,0,'CRM',''),(472,7,8,1,'CashierInventory',NULL,'2022-02-09 12:16:17','2022-02-17 07:20:41',NULL,NULL,0,1,1,0,'CRM','CI128'),(473,8,8,1,'SellingInventory',NULL,'2022-02-09 12:35:28','2022-02-17 07:20:17',NULL,NULL,0,1,1,0,'CRM',''),(474,1,1,1,'SimCard',NULL,'2022-02-15 07:22:29','2022-02-16 06:56:11',NULL,NULL,0,1,1,0,'CRM','637026400149002'),(475,1,1,1,'SimGenerate',NULL,'2022-02-15 07:23:10','2022-02-15 07:27:50',NULL,NULL,0,1,1,0,'CRM','252642000893.00000000'),(476,1,1,1,'SimGenerate',NULL,'2022-02-15 07:23:10','2022-02-15 07:27:50',NULL,NULL,0,1,1,0,'CRM','252642000893.00000000'),(477,1,1,1,'SimGenerate',NULL,'2022-02-15 07:28:12','2022-02-16 06:56:20',NULL,NULL,0,1,1,0,'CRM','252642000893'),(478,1,1,1,'SimGenerate',NULL,'2022-02-15 07:28:12','2022-02-16 06:56:20',NULL,NULL,0,1,1,0,'CRM','252642000894'),(479,1,1,1,'SellingSimcard',NULL,'2022-02-15 08:22:21','2022-02-15 08:31:17',NULL,NULL,0,1,1,0,'CRM',''),(480,1,1,1,'APILog',NULL,'2022-02-15 08:22:21','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(481,1,1,1,'SellingSimcard',NULL,'2022-02-15 08:32:20','2022-02-15 08:45:49',NULL,NULL,0,1,1,0,'CRM',''),(482,1,1,1,'APILog',NULL,'2022-02-15 08:32:20','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(483,1,1,1,'SellingSimcard',NULL,'2022-02-15 08:39:37','2022-02-15 08:45:49',NULL,NULL,0,1,1,0,'CRM',''),(484,1,1,1,'APILog',NULL,'2022-02-15 08:39:37','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(485,1,1,1,'SellingSimcard',NULL,'2022-02-15 08:46:15','2022-02-16 06:56:30',NULL,NULL,0,1,1,0,'CRM',''),(486,1,1,1,'APILog',NULL,'2022-02-15 08:46:15','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(487,1,1,1,'SellingSimcard',NULL,'2022-02-15 08:51:07','2022-02-16 06:56:30',NULL,NULL,0,1,1,0,'CRM',''),(488,1,1,1,'APILog',NULL,'2022-02-15 08:51:07','2022-02-15 08:58:16',NULL,NULL,0,1,1,0,'CRM',''),(489,1,1,1,'SellingSimcard',NULL,'2022-02-15 08:53:57','2022-02-16 06:56:30',NULL,NULL,0,1,1,0,'CRM',''),(490,1,1,1,'Contacts','','2022-02-15 08:53:57','2022-02-17 07:21:40',NULL,NULL,0,1,1,0,'CRM','sapnatest sapnatest1'),(491,1,1,1,'APILog',NULL,'2022-02-15 09:02:09','2022-02-16 06:40:12',NULL,NULL,0,1,1,0,'CRM',''),(492,1,1,1,'APILog',NULL,'2022-02-15 09:02:09','2022-02-16 06:40:12',NULL,NULL,0,1,1,0,'CRM',''),(493,1,1,1,'SellingSimcard',NULL,'2022-02-15 09:04:38','2022-02-16 06:56:30',NULL,NULL,0,1,1,0,'CRM',''),(494,1,1,1,'APILog',NULL,'2022-02-15 09:04:38','2022-02-16 06:40:12',NULL,NULL,0,1,1,0,'CRM',''),(495,1,1,1,'APILog',NULL,'2022-02-15 09:04:38','2022-02-16 06:40:12',NULL,NULL,0,1,1,0,'CRM',''),(496,1,1,1,'Contacts','','2022-02-15 09:04:39','2022-02-17 07:21:40',NULL,NULL,0,1,1,0,'CRM','newsap newsap1'),(497,1,1,1,'APILog',NULL,'2022-02-15 10:21:45','2022-02-16 06:40:12',NULL,NULL,0,1,1,0,'CRM',''),(498,1,1,1,'APILog',NULL,'2022-02-15 10:21:45','2022-02-16 06:40:12',NULL,NULL,0,1,1,0,'CRM',''),(499,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:15:52','2022-02-15 11:18:01',NULL,NULL,0,1,1,0,'CRM',''),(500,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:16:06','2022-02-15 11:18:01',NULL,NULL,0,1,1,0,'CRM',''),(501,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:16:56','2022-02-15 11:18:01',NULL,NULL,0,1,1,0,'CRM',''),(502,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:18:14','2022-02-16 06:56:59',NULL,NULL,0,1,1,0,'CRM',''),(503,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:22:13','2022-02-16 06:56:59',NULL,NULL,0,1,1,0,'CRM',''),(504,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:25:06','2022-02-16 06:56:59',NULL,NULL,0,1,1,0,'CRM',''),(505,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:28:47','2022-02-16 06:56:59',NULL,NULL,0,1,1,0,'CRM',''),(506,1,1,1,'PurchaseInventory',NULL,'2022-02-15 11:31:18','2022-02-16 06:56:59',NULL,NULL,0,1,1,0,'CRM',''),(507,1,1,1,'SimCard',NULL,'2022-02-15 11:34:11','2022-02-16 06:56:11',NULL,NULL,0,1,1,0,'CRM','637026400149002'),(508,1,1,1,'SimGenerate',NULL,'2022-02-15 11:34:30','2022-02-16 06:56:20',NULL,NULL,0,1,1,0,'CRM','252642000893'),(509,1,1,1,'SimGenerate',NULL,'2022-02-15 11:34:30','2022-02-16 06:56:20',NULL,NULL,0,1,1,0,'CRM','252642000894'),(510,1,1,1,'APILog',NULL,'2022-02-16 06:40:21','2022-02-16 06:55:53',NULL,NULL,0,1,1,0,'CRM',''),(511,1,1,1,'APILog',NULL,'2022-02-16 06:40:21','2022-02-16 06:55:53',NULL,NULL,0,1,1,0,'CRM',''),(512,1,1,1,'SellingReactivation',NULL,'2022-02-16 06:54:44','2022-02-16 06:56:46',NULL,NULL,0,1,1,0,'CRM',''),(513,1,1,1,'APILog',NULL,'2022-02-16 06:54:44','2022-02-16 06:55:53',NULL,NULL,0,1,1,0,'CRM',''),(514,1,1,1,'APILog',NULL,'2022-02-16 06:54:44','2022-02-16 06:55:53',NULL,NULL,0,1,1,0,'CRM',''),(515,1,1,1,'APILog',NULL,'2022-02-16 06:54:44','2022-02-16 06:55:53',NULL,NULL,0,1,1,0,'CRM',''),(516,10,10,1,'Products',NULL,'2022-02-16 06:58:22','2022-02-17 07:19:05',NULL,NULL,0,1,1,0,'CRM','Prepaid Sim'),(517,10,10,1,'PurchaseInventory',NULL,'2022-02-16 07:02:35','2022-02-17 07:21:24',NULL,NULL,0,1,1,0,'CRM',''),(518,17,17,1,'InventoryOrder',NULL,'2022-02-16 07:03:31','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV116'),(519,7,7,1,'InventoryOrder',NULL,'2022-02-16 07:05:25','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV117'),(520,7,7,1,'SimCard',NULL,'2022-02-16 07:09:21','2022-02-16 13:19:11',NULL,NULL,0,1,1,0,'CRM','637026400149010'),(521,7,8,1,'SimGenerate',NULL,'2022-02-16 07:09:29','2022-02-16 13:18:59',NULL,NULL,0,1,1,0,'CRM','252642000899'),(522,7,7,1,'SimCard',NULL,'2022-02-16 07:12:18','2022-02-16 13:19:11',NULL,NULL,0,1,1,0,'CRM','637026400149011'),(523,7,8,1,'SimGenerate',NULL,'2022-02-16 07:12:34','2022-02-16 13:18:59',NULL,NULL,0,1,1,0,'CRM','252642000900'),(524,8,8,1,'SellingSimcard',NULL,'2022-02-16 07:28:20','2022-02-17 07:20:55',NULL,NULL,0,1,1,0,'CRM',''),(525,1,1,1,'APILog',NULL,'2022-02-16 07:28:20','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(526,1,1,1,'APILog',NULL,'2022-02-16 07:28:20','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(527,8,8,1,'Contacts','','2022-02-16 07:28:20','2022-02-17 07:21:40',NULL,NULL,0,1,1,0,'CRM','Mike Smith'),(528,8,8,1,'SellingReactivation',NULL,'2022-02-16 07:33:50','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(529,1,1,1,'APILog',NULL,'2022-02-16 07:33:50','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(530,1,1,1,'APILog',NULL,'2022-02-16 07:33:50','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(531,1,1,1,'APILog',NULL,'2022-02-16 07:33:50','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(532,10,10,1,'Products',NULL,'2022-02-16 10:38:50','2022-02-17 07:19:05',NULL,NULL,0,1,1,0,'CRM','Simcard Postpaid'),(533,17,17,1,'InventoryOrder',NULL,'2022-02-16 10:39:33','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV118'),(534,7,7,1,'InventoryOrder',NULL,'2022-02-16 10:51:09','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV119'),(535,7,7,1,'SimCard',NULL,'2022-02-16 11:01:30','2022-02-16 13:19:11',NULL,NULL,0,1,1,0,'CRM','637026400149012'),(536,7,8,8,'SimGenerate',NULL,'2022-02-16 11:01:38','2022-02-16 12:49:38',NULL,NULL,0,1,1,0,'CRM','252642000901'),(537,7,7,1,'SimCard',NULL,'2022-02-16 11:02:21','2022-02-16 13:19:11',NULL,NULL,0,1,1,0,'CRM','637026400149013'),(538,7,8,8,'SimGenerate',NULL,'2022-02-16 11:02:24','2022-02-16 12:49:38',NULL,NULL,0,1,1,0,'CRM','252642000902'),(539,10,10,1,'Products',NULL,'2022-02-16 12:34:24','2022-02-17 07:19:05',NULL,NULL,0,1,1,0,'CRM','Mobile Card'),(540,17,17,1,'InventoryOrder',NULL,'2022-02-16 12:34:53','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV120'),(541,7,7,1,'InventoryOrder',NULL,'2022-02-16 12:36:22','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV121'),(542,7,7,1,'SimCard',NULL,'2022-02-16 12:38:45','2022-02-16 13:19:11',NULL,NULL,0,1,1,0,'CRM','637026400149014'),(543,7,8,1,'SimGenerate',NULL,'2022-02-16 12:39:11','2022-02-16 13:18:59',NULL,NULL,0,1,1,0,'CRM','252642000903'),(544,7,8,1,'SimGenerate',NULL,'2022-02-16 12:39:11','2022-02-16 13:18:59',NULL,NULL,0,1,1,0,'CRM','252642000904'),(545,7,7,1,'SimCard',NULL,'2022-02-16 12:43:34','2022-02-16 13:19:11',NULL,NULL,0,1,1,0,'CRM','637026400149016'),(546,7,8,1,'SimGenerate',NULL,'2022-02-16 12:43:38','2022-02-16 13:18:59',NULL,NULL,0,1,1,0,'CRM','252642000905'),(547,7,8,1,'SimGenerate',NULL,'2022-02-16 12:43:38','2022-02-16 13:18:59',NULL,NULL,0,1,1,0,'CRM','252642000906'),(548,8,8,1,'SellingSimcard',NULL,'2022-02-16 12:50:06','2022-02-17 07:20:55',NULL,NULL,0,1,1,0,'CRM',''),(549,1,1,1,'APILog',NULL,'2022-02-16 12:50:06','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(550,1,1,1,'APILog',NULL,'2022-02-16 12:50:06','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(551,8,8,1,'Contacts','','2022-02-16 12:50:06','2022-02-17 07:21:40',NULL,NULL,0,1,1,0,'CRM','Mobile1'),(552,8,8,1,'SellingReactivation',NULL,'2022-02-16 13:01:46','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(553,1,1,1,'APILog',NULL,'2022-02-16 13:01:46','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(554,1,1,1,'APILog',NULL,'2022-02-16 13:01:47','2022-02-16 13:18:47',NULL,NULL,0,1,1,0,'CRM',''),(555,1,1,1,'SimCard',NULL,'2022-02-16 13:21:57','2022-02-17 07:19:21',NULL,NULL,0,1,1,0,'CRM','63702640014918'),(556,1,8,1,'SimGenerate',NULL,'2022-02-16 13:22:01','2022-02-17 07:19:36',NULL,NULL,0,1,1,0,'CRM','SIMCARD195'),(557,8,8,1,'SellingSimcard',NULL,'2022-02-16 13:25:29','2022-02-17 07:20:55',NULL,NULL,0,1,1,0,'CRM',''),(558,1,1,1,'APILog',NULL,'2022-02-16 13:25:30','2022-02-17 06:25:15',NULL,NULL,0,1,1,0,'CRM',''),(559,1,1,1,'APILog',NULL,'2022-02-16 13:25:30','2022-02-17 06:25:15',NULL,NULL,0,1,1,0,'CRM',''),(560,8,8,1,'Contacts','','2022-02-16 13:25:30','2022-02-17 07:21:39',NULL,NULL,0,1,1,0,'CRM','newmobile1'),(561,7,7,1,'InventoryOrder',NULL,'2022-02-17 06:23:41','2022-02-17 07:18:43',NULL,NULL,0,1,1,0,'CRM','INV122'),(562,7,7,1,'SimCard',NULL,'2022-02-17 06:26:21','2022-02-17 07:19:21',NULL,NULL,0,1,1,0,'CRM','SIMDIV21'),(563,7,8,1,'SimGenerate',NULL,'2022-02-17 06:26:27','2022-02-17 07:19:36',NULL,NULL,0,1,1,0,'CRM','SIMCARD196'),(564,8,8,1,'SellingSimcard',NULL,'2022-02-17 06:28:45','2022-02-17 07:20:55',NULL,NULL,0,1,1,0,'CRM',''),(565,1,1,1,'APILog',NULL,'2022-02-17 06:28:45','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(566,1,1,1,'APILog',NULL,'2022-02-17 06:28:45','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(567,8,8,1,'Contacts','','2022-02-17 06:28:45','2022-02-17 07:21:39',NULL,NULL,0,1,1,0,'CRM','joe john'),(568,7,7,1,'SimCard',NULL,'2022-02-17 06:30:48','2022-02-17 07:19:21',NULL,NULL,0,1,1,0,'CRM','SIMDIV22'),(569,7,8,1,'SimGenerate',NULL,'2022-02-17 06:30:52','2022-02-17 07:19:36',NULL,NULL,0,1,1,0,'CRM','SIMCARD197'),(570,8,8,1,'SellingReactivation',NULL,'2022-02-17 06:36:29','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(571,1,1,1,'APILog',NULL,'2022-02-17 06:36:29','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(572,1,1,1,'APILog',NULL,'2022-02-17 06:36:29','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(573,1,1,1,'APILog',NULL,'2022-02-17 06:36:29','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(574,8,8,1,'SellingReactivation',NULL,'2022-02-17 06:39:39','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(575,1,1,1,'APILog',NULL,'2022-02-17 06:39:40','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(576,1,1,1,'APILog',NULL,'2022-02-17 06:39:40','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(577,1,1,1,'APILog',NULL,'2022-02-17 06:39:40','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(578,8,8,1,'SellingReactivation',NULL,'2022-02-17 06:41:47','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(579,1,1,1,'APILog',NULL,'2022-02-17 06:41:47','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(580,1,1,1,'APILog',NULL,'2022-02-17 06:41:47','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(581,1,1,1,'APILog',NULL,'2022-02-17 06:41:47','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(582,8,8,1,'SellingReactivation',NULL,'2022-02-17 06:42:03','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(583,1,1,1,'APILog',NULL,'2022-02-17 06:42:04','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(584,1,1,1,'APILog',NULL,'2022-02-17 06:42:04','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(585,1,1,1,'APILog',NULL,'2022-02-17 06:42:04','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(586,8,8,1,'SellingReactivation',NULL,'2022-02-17 06:42:37','2022-02-17 07:21:10',NULL,NULL,0,1,1,0,'CRM',''),(587,1,1,1,'APILog',NULL,'2022-02-17 06:42:37','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(588,1,1,1,'APILog',NULL,'2022-02-17 06:42:37','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(589,1,1,1,'APILog',NULL,'2022-02-17 06:42:37','2022-02-17 06:42:55',NULL,NULL,0,1,1,0,'CRM',''),(590,10,10,1,'Products',NULL,'2022-02-17 07:24:14','2022-02-18 10:46:02',NULL,NULL,0,1,1,0,'CRM','MIFI Mobile'),(591,17,17,17,'InventoryOrder',NULL,'2022-02-17 07:25:49','2022-02-17 07:56:29',NULL,NULL,0,1,1,0,'CRM','INV123'),(592,7,7,17,'InventoryOrder',NULL,'2022-02-17 07:31:41','2022-02-17 07:56:29',NULL,NULL,0,1,1,0,'CRM','INV124'),(593,7,7,17,'OtherInventory',NULL,'2022-02-17 07:35:13','2022-02-17 08:01:44',NULL,NULL,0,1,1,0,'CRM',''),(594,7,8,1,'CashierInventory',NULL,'2022-02-17 07:35:14','2022-02-18 10:47:23',NULL,NULL,0,1,1,0,'CRM','CI129'),(595,8,8,1,'SellingInventory',NULL,'2022-02-17 07:41:51','2022-02-18 10:47:10',NULL,NULL,0,1,1,0,'CRM',''),(596,1,1,1,'Contacts','','2022-02-17 07:41:51','2022-02-21 05:51:27',NULL,NULL,0,1,1,0,'CRM','mike smith'),(597,10,10,1,'PurchaseInventory',NULL,'2022-02-17 07:45:54','2022-02-18 10:47:46',NULL,NULL,0,1,1,0,'CRM',''),(598,10,10,1,'PurchaseInventory',NULL,'2022-02-17 07:48:20','2022-02-18 10:47:46',NULL,NULL,0,1,1,0,'CRM',''),(599,10,10,1,'Products',NULL,'2022-02-17 08:12:39','2022-02-18 10:46:02',NULL,NULL,0,1,1,0,'CRM','Smart Phone'),(600,17,17,1,'InventoryOrder',NULL,'2022-02-17 08:15:53','2022-02-18 10:45:46',NULL,NULL,0,1,1,0,'CRM','INV125'),(601,6,6,1,'InventoryOrder',NULL,'2022-02-17 08:25:58','2022-02-18 10:45:46',NULL,NULL,0,1,1,0,'CRM','INV126'),(602,6,6,1,'OtherInventory',NULL,'2022-02-17 08:32:12','2022-02-18 10:46:48',NULL,NULL,0,1,1,0,'CRM',''),(603,6,8,1,'CashierInventory',NULL,'2022-02-17 08:32:12','2022-02-18 10:47:23',NULL,NULL,0,1,1,0,'CRM','CI130'),(604,10,10,1,'Products',NULL,'2022-02-17 11:04:31','2022-02-18 10:46:02',NULL,NULL,0,1,1,0,'CRM','Simcard'),(605,17,17,1,'InventoryOrder',NULL,'2022-02-17 11:05:19','2022-02-18 10:45:46',NULL,NULL,0,1,1,0,'CRM','INV127'),(606,7,7,1,'InventoryOrder',NULL,'2022-02-17 11:09:53','2022-02-18 10:45:46',NULL,NULL,0,1,1,0,'CRM','INV128'),(607,7,7,1,'SimCard',NULL,'2022-02-17 11:31:27','2022-02-18 10:46:17',NULL,NULL,0,1,1,0,'CRM','SIMDIV23'),(608,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD198'),(609,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD199'),(610,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD200'),(611,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD201'),(612,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD202'),(613,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD203'),(614,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD204'),(615,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD205'),(616,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD206'),(617,7,8,1,'SimGenerate',NULL,'2022-02-17 11:34:15','2022-02-18 10:46:32',NULL,NULL,0,1,1,0,'CRM','SIMCARD207'),(618,10,10,1,'Products',NULL,'2022-02-18 10:48:47','2022-02-21 05:49:19',NULL,NULL,0,1,1,0,'CRM','SimMobile'),(619,17,17,1,'InventoryOrder',NULL,'2022-02-18 10:49:38','2022-02-21 05:49:05',NULL,NULL,0,1,1,0,'CRM','INV129'),(620,7,7,1,'InventoryOrder',NULL,'2022-02-18 10:52:02','2022-02-21 05:49:05',NULL,NULL,0,1,1,0,'CRM','INV130'),(621,7,7,7,'SimCard',NULL,'2022-02-18 10:56:59','2022-02-18 11:15:57',NULL,NULL,0,1,1,0,'CRM',''),(622,7,7,7,'SimCard',NULL,'2022-02-18 11:25:09','2022-02-18 11:28:49',NULL,NULL,0,1,1,0,'CRM','SIMDIV25'),(623,1,1,1,'SimGenerate',NULL,'2022-02-18 11:25:09','2022-02-18 11:58:18',NULL,NULL,0,1,1,0,'CRM',''),(624,1,1,1,'SimGenerate',NULL,'2022-02-18 11:25:09','2022-02-18 11:58:18',NULL,NULL,0,1,1,0,'CRM',''),(625,7,7,7,'SimCard',NULL,'2022-02-18 11:29:27','2022-02-18 11:31:41',NULL,NULL,0,1,1,0,'CRM',''),(626,7,7,7,'SimCard',NULL,'2022-02-18 11:32:34','2022-02-18 11:41:39',NULL,NULL,0,1,1,0,'CRM','SIMDIV27'),(627,1,1,1,'SimGenerate',NULL,'2022-02-18 11:32:34','2022-02-18 11:58:18',NULL,NULL,0,1,1,0,'CRM',''),(628,1,1,1,'SimGenerate',NULL,'2022-02-18 11:32:35','2022-02-18 11:58:18',NULL,NULL,0,1,1,0,'CRM',''),(629,7,7,7,'SimCard',NULL,'2022-02-18 11:42:01','2022-02-18 11:48:27',NULL,NULL,0,1,1,0,'CRM',''),(630,7,7,7,'SimGenerate',NULL,'2022-02-18 11:44:45','2022-02-18 11:48:12',NULL,NULL,0,1,1,0,'CRM',''),(631,7,7,7,'SimCard',NULL,'2022-02-18 11:48:46','2022-02-18 11:59:28',NULL,NULL,0,1,1,0,'CRM',''),(632,7,7,7,'SimCard',NULL,'2022-02-18 11:51:07','2022-02-18 11:59:28',NULL,NULL,0,1,1,0,'CRM',''),(633,1,1,1,'SimGenerate',NULL,'2022-02-18 11:51:07','2022-02-18 11:58:18',NULL,NULL,0,1,1,0,'CRM',''),(634,1,1,1,'SimGenerate',NULL,'2022-02-18 11:51:07','2022-02-18 11:58:18',NULL,NULL,0,1,1,0,'CRM',''),(635,7,7,1,'SimCard',NULL,'2022-02-18 11:59:54','2022-02-21 05:49:33',NULL,NULL,0,1,1,0,'CRM','SIMDIV31'),(636,1,8,1,'SimGenerate',NULL,'2022-02-18 11:59:54','2022-02-21 05:49:47',NULL,NULL,0,1,1,0,'CRM','SIMCARD215'),(637,1,8,1,'SimGenerate',NULL,'2022-02-18 11:59:54','2022-02-21 05:49:47',NULL,NULL,0,1,1,0,'CRM','SIMCARD216'),(638,7,7,1,'SimcardDistribute',NULL,'2022-02-18 12:02:28','2022-02-21 05:50:15',NULL,NULL,0,1,1,0,'CRM',''),(639,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:10:31','2022-02-18 12:18:39',NULL,NULL,0,1,1,0,'CRM',''),(640,1,1,1,'APILog',NULL,'2022-02-18 12:10:31','2022-02-18 12:20:08',NULL,NULL,0,1,1,0,'CRM',''),(641,1,1,1,'APILog',NULL,'2022-02-18 12:10:31','2022-02-18 12:20:08',NULL,NULL,0,1,1,0,'CRM',''),(642,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:14:02','2022-02-18 12:18:39',NULL,NULL,0,1,1,0,'CRM',''),(643,1,1,1,'APILog',NULL,'2022-02-18 12:14:02','2022-02-18 12:20:08',NULL,NULL,0,1,1,0,'CRM',''),(644,1,1,1,'APILog',NULL,'2022-02-18 12:14:02','2022-02-18 12:20:08',NULL,NULL,0,1,1,0,'CRM',''),(645,1,1,1,'APILog',NULL,'2022-02-18 12:14:02','2022-02-18 12:20:08',NULL,NULL,0,1,1,0,'CRM',''),(646,1,1,1,'APILog',NULL,'2022-02-18 12:14:02','2022-02-18 12:20:08',NULL,NULL,0,1,1,0,'CRM',''),(647,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:22:21','2022-02-18 12:33:37',NULL,NULL,0,1,1,0,'CRM',''),(648,1,1,1,'APILog',NULL,'2022-02-18 12:22:21','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(649,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:24:07','2022-02-18 12:33:37',NULL,NULL,0,1,1,0,'CRM',''),(650,1,1,1,'APILog',NULL,'2022-02-18 12:24:07','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(651,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:24:29','2022-02-18 12:33:37',NULL,NULL,0,1,1,0,'CRM',''),(652,1,1,1,'APILog',NULL,'2022-02-18 12:24:29','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(653,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:26:14','2022-02-18 12:33:37',NULL,NULL,0,1,1,0,'CRM',''),(654,1,1,1,'APILog',NULL,'2022-02-18 12:26:14','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(655,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:34:04','2022-02-18 12:40:42',NULL,NULL,0,1,1,0,'CRM',''),(656,1,1,1,'APILog',NULL,'2022-02-18 12:34:04','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(657,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:36:16','2022-02-18 12:40:42',NULL,NULL,0,1,1,0,'CRM',''),(658,1,1,1,'APILog',NULL,'2022-02-18 12:36:16','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(659,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:36:58','2022-02-18 12:40:42',NULL,NULL,0,1,1,0,'CRM',''),(660,1,1,1,'APILog',NULL,'2022-02-18 12:36:58','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(661,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:38:50','2022-02-18 12:40:42',NULL,NULL,0,1,1,0,'CRM',''),(662,1,1,1,'APILog',NULL,'2022-02-18 12:38:50','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(663,8,8,8,'SellingSimcard',NULL,'2022-02-18 12:39:38','2022-02-18 12:40:42',NULL,NULL,0,1,1,0,'CRM',''),(664,1,1,1,'APILog',NULL,'2022-02-18 12:39:38','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(665,8,8,1,'SellingSimcard',NULL,'2022-02-18 12:40:56','2022-02-21 05:50:50',NULL,NULL,0,1,1,0,'CRM',''),(666,1,1,1,'APILog',NULL,'2022-02-18 12:40:57','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(667,1,1,1,'APILog',NULL,'2022-02-18 12:40:57','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(668,8,8,1,'SellingSimcard',NULL,'2022-02-18 12:46:49','2022-02-21 05:50:50',NULL,NULL,0,1,1,0,'CRM',''),(669,1,1,1,'APILog',NULL,'2022-02-18 12:46:49','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(670,1,1,1,'APILog',NULL,'2022-02-18 12:46:49','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(671,8,8,1,'SellingSimcard',NULL,'2022-02-18 12:48:16','2022-02-21 05:50:50',NULL,NULL,0,1,1,0,'CRM',''),(672,1,1,1,'APILog',NULL,'2022-02-18 12:48:16','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(673,1,1,1,'APILog',NULL,'2022-02-18 12:48:16','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(674,8,8,1,'SellingSimcard',NULL,'2022-02-18 12:48:20','2022-02-21 05:50:50',NULL,NULL,0,1,1,0,'CRM',''),(675,1,1,1,'APILog',NULL,'2022-02-18 12:48:20','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(676,1,1,1,'APILog',NULL,'2022-02-18 12:48:20','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(677,8,8,1,'SellingSimcard',NULL,'2022-02-18 12:48:46','2022-02-21 05:50:50',NULL,NULL,0,1,1,0,'CRM',''),(678,1,1,1,'APILog',NULL,'2022-02-18 12:48:46','2022-02-21 07:41:05',NULL,NULL,0,1,1,0,'CRM',''),(679,10,10,1,'Products',NULL,'2022-02-21 05:18:39','2022-02-21 05:49:19',NULL,NULL,0,1,1,0,'CRM','Simcard123'),(680,17,17,1,'InventoryOrder',NULL,'2022-02-21 05:19:26','2022-02-21 05:49:05',NULL,NULL,0,1,1,0,'CRM','INV131'),(681,7,7,1,'InventoryOrder',NULL,'2022-02-21 05:21:06','2022-02-21 05:49:05',NULL,NULL,0,1,1,0,'CRM','INV132'),(682,7,7,1,'SimCard',NULL,'2022-02-21 05:23:46','2022-02-21 05:49:33',NULL,NULL,0,1,1,0,'CRM','SIMDIV32'),(683,1,1,1,'SimGenerate',NULL,'2022-02-21 05:23:46','2022-02-21 05:49:47',NULL,NULL,0,1,1,0,'CRM',''),(684,1,1,1,'SimGenerate',NULL,'2022-02-21 05:23:46','2022-02-21 05:49:47',NULL,NULL,0,1,1,0,'CRM',''),(685,7,7,1,'SimcardDistribute',NULL,'2022-02-21 05:25:20','2022-02-21 05:44:42',NULL,NULL,0,1,1,0,'CRM',''),(686,7,7,1,'SimcardDistribute',NULL,'2022-02-21 05:28:06','2022-02-21 05:44:42',NULL,NULL,0,1,1,0,'CRM',''),(687,7,7,1,'SimcardDistribute',NULL,'2022-02-21 05:29:41','2022-02-21 05:46:25',NULL,NULL,0,1,1,0,'CRM',''),(688,10,10,1,'Products',NULL,'2022-02-21 05:53:15','2022-02-21 10:20:47',NULL,NULL,0,1,1,0,'CRM','NewSim'),(689,17,17,1,'InventoryOrder',NULL,'2022-02-21 05:54:27','2022-02-21 10:20:30',NULL,NULL,0,1,1,0,'CRM','INV133'),(690,7,7,1,'InventoryOrder',NULL,'2022-02-21 05:58:12','2022-02-21 10:20:30',NULL,NULL,0,1,1,0,'CRM','INV134'),(691,7,7,1,'SimCard',NULL,'2022-02-21 06:00:02','2022-02-21 10:20:59',NULL,NULL,0,1,1,0,'CRM','SIMDIV33'),(692,1,8,1,'SimGenerate',NULL,'2022-02-21 06:00:02','2022-02-21 10:21:12',NULL,NULL,0,1,1,0,'CRM','SIMCARD219'),(693,1,8,1,'SimGenerate',NULL,'2022-02-21 06:00:02','2022-02-21 10:21:12',NULL,NULL,0,1,1,0,'CRM',''),(694,7,8,1,'SimcardDistribute',NULL,'2022-02-21 06:09:35','2022-02-21 10:21:35',NULL,NULL,0,1,1,0,'CRM',''),(695,8,8,1,'SellingSimcard',NULL,'2022-02-21 07:41:59','2022-02-21 10:22:20',NULL,NULL,0,1,1,0,'CRM',''),(696,1,1,1,'APILog',NULL,'2022-02-21 07:42:00','2022-02-21 08:27:14',NULL,NULL,0,1,1,0,'CRM',''),(697,1,1,1,'APILog',NULL,'2022-02-21 07:42:00','2022-02-21 08:27:14',NULL,NULL,0,1,1,0,'CRM',''),(698,1,1,1,'APILog',NULL,'2022-02-21 07:42:00','2022-02-21 08:27:14',NULL,NULL,0,1,1,0,'CRM',''),(699,1,1,1,'APILog',NULL,'2022-02-21 07:42:00','2022-02-21 08:27:14',NULL,NULL,0,1,1,0,'CRM',''),(700,8,8,1,'SellingSimcard',NULL,'2022-02-21 08:30:08','2022-02-21 10:22:20',NULL,NULL,0,1,1,0,'CRM',''),(701,1,1,1,'APILog',NULL,'2022-02-21 08:30:08','2022-02-21 09:20:02',NULL,NULL,0,1,1,0,'CRM',''),(702,1,1,1,'APILog',NULL,'2022-02-21 08:30:08','2022-02-21 09:20:02',NULL,NULL,0,1,1,0,'CRM',''),(703,1,1,1,'APILog',NULL,'2022-02-21 08:30:08','2022-02-21 09:20:02',NULL,NULL,0,1,1,0,'CRM',''),(704,1,1,1,'APILog',NULL,'2022-02-21 08:30:08','2022-02-21 09:20:02',NULL,NULL,0,1,1,0,'CRM',''),(705,8,8,1,'Contacts','','2022-02-21 09:20:14','2022-02-22 05:42:42',NULL,NULL,0,1,1,0,'CRM','test smith'),(706,8,8,1,'APILog',NULL,'2022-02-21 09:34:50','2022-02-21 10:04:42',NULL,NULL,0,1,1,0,'CRM',''),(707,8,8,1,'APILog',NULL,'2022-02-21 09:54:19','2022-02-21 10:04:42',NULL,NULL,0,1,1,0,'CRM',''),(708,8,8,1,'APILog',NULL,'2022-02-21 10:04:53','2022-02-21 10:06:31',NULL,NULL,0,1,1,0,'CRM',''),(709,8,8,1,'APILog',NULL,'2022-02-21 10:05:23','2022-02-21 10:06:31',NULL,NULL,0,1,1,0,'CRM',''),(710,1,1,1,'APILog',NULL,'2022-02-21 10:05:24','2022-02-21 10:06:31',NULL,NULL,0,1,1,0,'CRM',''),(711,1,1,1,'APILog',NULL,'2022-02-21 10:05:24','2022-02-21 10:06:31',NULL,NULL,0,1,1,0,'CRM',''),(712,8,8,1,'APILog',NULL,'2022-02-21 10:07:22','2022-02-21 10:16:31',NULL,NULL,0,1,1,0,'CRM',''),(713,8,8,1,'APILog',NULL,'2022-02-21 10:16:46','2022-02-21 10:20:15',NULL,NULL,0,1,1,0,'CRM',''),(714,8,8,1,'APILog',NULL,'2022-02-21 10:18:19','2022-02-21 10:20:15',NULL,NULL,0,1,1,0,'CRM',''),(715,1,1,1,'APILog',NULL,'2022-02-21 10:18:20','2022-02-21 10:20:15',NULL,NULL,0,1,1,0,'CRM',''),(716,1,1,1,'APILog',NULL,'2022-02-21 10:18:20','2022-02-21 10:20:15',NULL,NULL,0,1,1,0,'CRM',''),(717,10,10,1,'Products',NULL,'2022-02-21 10:27:36','2022-02-21 11:35:38',NULL,NULL,0,1,1,0,'CRM','NewSimCard'),(718,17,17,1,'InventoryOrder',NULL,'2022-02-21 10:29:04','2022-02-21 11:35:24',NULL,NULL,0,1,1,0,'CRM','INV135'),(719,7,7,1,'InventoryOrder',NULL,'2022-02-21 10:30:13','2022-02-21 11:35:24',NULL,NULL,0,1,1,0,'CRM','INV136'),(720,7,7,1,'SimCard',NULL,'2022-02-21 10:32:17','2022-02-21 11:35:55',NULL,NULL,0,1,1,0,'CRM','SIMDIV34'),(721,1,8,1,'SimGenerate',NULL,'2022-02-21 10:32:17','2022-02-21 11:35:04',NULL,NULL,0,1,1,0,'CRM','SIMCARD221'),(722,1,8,1,'SimGenerate',NULL,'2022-02-21 10:32:17','2022-02-21 11:35:04',NULL,NULL,0,1,1,0,'CRM','SIMCARD222'),(723,1,8,1,'SimGenerate',NULL,'2022-02-21 10:32:17','2022-02-21 11:35:04',NULL,NULL,0,1,1,0,'CRM','SIMCARD223'),(724,1,1,1,'SimGenerate',NULL,'2022-02-21 10:32:17','2022-02-21 11:35:04',NULL,NULL,0,1,1,0,'CRM','SIMCARD224'),(725,1,1,1,'SimGenerate',NULL,'2022-02-21 10:32:17','2022-02-21 11:35:04',NULL,NULL,0,1,1,0,'CRM','SIMCARD225'),(726,7,8,7,'SimcardDistribute',NULL,'2022-02-21 10:33:05','2022-02-21 11:34:55',NULL,NULL,0,1,1,0,'CRM',''),(727,8,8,1,'APILog',NULL,'2022-02-21 10:36:07','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(728,8,8,1,'SellingSimcard',NULL,'2022-02-21 10:36:08','2022-02-21 11:36:22',NULL,NULL,0,1,1,0,'CRM',''),(729,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(730,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(731,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(732,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(733,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(734,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(735,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(736,1,1,1,'APILog',NULL,'2022-02-21 10:36:08','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(737,8,8,1,'Contacts','','2022-02-21 10:36:08','2022-02-22 05:42:42',NULL,NULL,0,1,1,0,'CRM','Sapna Test'),(738,7,7,1,'OtherInventory',NULL,'2022-02-21 10:37:35','2022-02-24 06:48:19',NULL,NULL,0,1,1,0,'CRM',''),(739,7,8,1,'CashierInventory',NULL,'2022-02-21 10:37:35','2022-02-22 05:19:01',NULL,NULL,0,1,1,0,'CRM','CI131'),(740,8,8,1,'APILog',NULL,'2022-02-21 10:39:35','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(741,8,8,1,'SellingInventory',NULL,'2022-02-21 10:39:39','2022-02-22 05:18:52',NULL,NULL,0,1,1,0,'CRM',''),(742,8,8,1,'SellingInventory',NULL,'2022-02-21 10:39:49','2022-02-22 05:18:52',NULL,NULL,0,1,1,0,'CRM',''),(743,10,10,1,'Products',NULL,'2022-02-21 11:36:59','2022-02-22 05:18:27',NULL,NULL,0,1,1,0,'CRM','MySim'),(744,17,17,1,'InventoryOrder',NULL,'2022-02-21 11:39:51','2022-02-21 12:38:24',NULL,NULL,0,1,1,0,'CRM','INV137'),(745,7,7,1,'InventoryOrder',NULL,'2022-02-21 11:41:05','2022-02-21 12:38:24',NULL,NULL,0,1,1,0,'CRM','INV138'),(746,7,7,1,'SimCard',NULL,'2022-02-21 11:42:49','2022-02-21 12:38:45',NULL,NULL,0,1,1,0,'CRM','SIMDIV35'),(747,1,8,1,'SimGenerate',NULL,'2022-02-21 11:42:49','2022-02-21 12:38:59',NULL,NULL,0,1,1,0,'CRM',''),(748,1,8,1,'SimGenerate',NULL,'2022-02-21 11:42:49','2022-02-21 12:38:59',NULL,NULL,0,1,1,0,'CRM',''),(749,1,8,1,'SimGenerate',NULL,'2022-02-21 11:42:49','2022-02-21 12:38:59',NULL,NULL,0,1,1,0,'CRM',''),(750,1,1,1,'SimGenerate',NULL,'2022-02-21 11:42:49','2022-02-21 12:38:59',NULL,NULL,0,1,1,0,'CRM',''),(751,1,1,1,'SimGenerate',NULL,'2022-02-21 11:42:49','2022-02-21 12:38:59',NULL,NULL,0,1,1,0,'CRM',''),(752,7,8,1,'SimcardDistribute',NULL,'2022-02-21 11:44:30','2022-02-21 12:39:12',NULL,NULL,0,1,1,0,'CRM',''),(753,10,10,1,'Products',NULL,'2022-02-21 12:46:33','2022-02-22 05:18:27',NULL,NULL,0,1,1,0,'CRM','SimDemo'),(754,17,17,1,'InventoryOrder',NULL,'2022-02-21 12:47:05','2022-02-22 05:18:18',NULL,NULL,0,1,1,0,'CRM','INV139'),(755,7,7,1,'InventoryOrder',NULL,'2022-02-21 12:48:19','2022-02-22 05:18:18',NULL,NULL,0,1,1,0,'CRM','INV140'),(756,7,7,7,'SimCard',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:27',NULL,NULL,0,1,1,0,'CRM','SIMDIV36'),(757,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(758,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(759,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(760,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(761,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(762,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(763,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(764,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(765,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(766,1,1,1,'SimGenerate',NULL,'2022-02-21 12:49:36','2022-02-21 12:50:04',NULL,NULL,0,1,1,0,'CRM',''),(767,7,7,7,'SimCard',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:15',NULL,NULL,0,1,1,0,'CRM','SIMDIV37'),(768,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(769,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(770,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(771,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(772,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(773,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(774,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:22','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(775,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:23','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(776,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:23','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(777,1,1,1,'SimGenerate',NULL,'2022-02-21 12:51:23','2022-02-21 12:55:06',NULL,NULL,0,1,1,0,'CRM',''),(778,7,7,7,'SimCard',NULL,'2022-02-21 12:55:35','2022-02-21 12:59:12',NULL,NULL,0,1,1,0,'CRM','SIMDIV38'),(779,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:35','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(780,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(781,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(782,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(783,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(784,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(785,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(786,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(787,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(788,1,1,1,'SimGenerate',NULL,'2022-02-21 12:55:36','2022-02-21 12:59:03',NULL,NULL,0,1,1,0,'CRM',''),(789,7,7,1,'SimCard',NULL,'2022-02-21 12:59:40','2022-02-22 05:18:34',NULL,NULL,0,1,1,0,'CRM','SIMDIV39'),(790,1,8,1,'SimGenerate',NULL,'2022-02-21 12:59:40','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(791,1,8,1,'SimGenerate',NULL,'2022-02-21 12:59:40','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(792,1,8,1,'SimGenerate',NULL,'2022-02-21 12:59:40','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(793,1,8,1,'SimGenerate',NULL,'2022-02-21 12:59:40','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(794,1,8,1,'SimGenerate',NULL,'2022-02-21 12:59:41','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(795,1,11,1,'SimGenerate',NULL,'2022-02-21 12:59:41','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(796,1,11,1,'SimGenerate',NULL,'2022-02-21 12:59:41','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(797,1,11,1,'SimGenerate',NULL,'2022-02-21 12:59:41','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(798,1,11,1,'SimGenerate',NULL,'2022-02-21 12:59:41','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(799,1,11,1,'SimGenerate',NULL,'2022-02-21 12:59:41','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(800,7,8,1,'SimcardDistribute',NULL,'2022-02-21 13:00:56','2022-02-22 05:18:44',NULL,NULL,0,1,1,0,'CRM',''),(801,7,11,1,'SimcardDistribute',NULL,'2022-02-21 13:01:34','2022-02-22 05:18:44',NULL,NULL,0,1,1,0,'CRM',''),(802,8,8,1,'APILog',NULL,'2022-02-21 13:06:25','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(803,8,8,1,'SellingSimcard',NULL,'2022-02-21 13:06:26','2022-02-22 05:19:12',NULL,NULL,0,1,1,0,'CRM',''),(804,1,1,1,'APILog',NULL,'2022-02-21 13:06:26','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(805,1,1,1,'APILog',NULL,'2022-02-21 13:06:26','2022-02-22 05:32:28',NULL,NULL,0,1,1,0,'CRM',''),(806,1,1,1,'APILog',NULL,'2022-02-21 13:06:27','2022-02-22 05:32:27',NULL,NULL,0,1,1,0,'CRM',''),(807,1,1,1,'APILog',NULL,'2022-02-21 13:06:27','2022-02-22 05:32:27',NULL,NULL,0,1,1,0,'CRM',''),(808,1,1,1,'APILog',NULL,'2022-02-21 13:06:27','2022-02-22 05:32:27',NULL,NULL,0,1,1,0,'CRM',''),(809,1,1,1,'APILog',NULL,'2022-02-21 13:06:27','2022-02-22 05:32:27',NULL,NULL,0,1,1,0,'CRM',''),(810,1,1,1,'APILog',NULL,'2022-02-21 13:06:27','2022-02-22 05:32:27',NULL,NULL,0,1,1,0,'CRM',''),(811,1,1,1,'APILog',NULL,'2022-02-21 13:06:27','2022-02-22 05:32:27',NULL,NULL,0,1,1,0,'CRM',''),(812,8,8,1,'Contacts','','2022-02-21 13:06:27','2022-02-22 05:42:42',NULL,NULL,0,1,1,0,'CRM','Testsap sap1'),(813,7,7,1,'SimCard',NULL,'2022-02-21 13:10:05','2022-02-22 05:18:34',NULL,NULL,0,1,1,0,'CRM','SIMDIV40'),(814,1,8,1,'SimGenerate',NULL,'2022-02-21 13:10:05','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(815,1,8,1,'SimGenerate',NULL,'2022-02-21 13:10:05','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(816,1,8,1,'SimGenerate',NULL,'2022-02-21 13:10:05','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(817,1,8,1,'SimGenerate',NULL,'2022-02-21 13:10:05','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(818,1,8,1,'SimGenerate',NULL,'2022-02-21 13:10:05','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(819,7,8,1,'SimcardDistribute',NULL,'2022-02-21 13:14:14','2022-02-22 05:18:44',NULL,NULL,0,1,1,0,'CRM',''),(820,10,10,1,'Products',NULL,'2022-02-22 05:20:20','2022-02-22 05:41:22',NULL,NULL,0,1,1,0,'CRM','SImcardTest'),(821,17,17,1,'InventoryOrder',NULL,'2022-02-22 05:21:00','2022-02-22 05:41:07',NULL,NULL,0,1,1,0,'CRM','INV141'),(822,7,7,1,'InventoryOrder',NULL,'2022-02-22 05:23:08','2022-02-22 05:41:07',NULL,NULL,0,1,1,0,'CRM','INV142'),(823,7,7,1,'SimCard',NULL,'2022-02-22 05:25:39','2022-02-22 05:41:35',NULL,NULL,0,1,1,0,'CRM','SIMDIV41'),(824,1,8,1,'SimGenerate',NULL,'2022-02-22 05:25:39','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(825,1,8,1,'SimGenerate',NULL,'2022-02-22 05:25:39','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(826,1,8,1,'SimGenerate',NULL,'2022-02-22 05:25:39','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(827,1,1,1,'SimGenerate',NULL,'2022-02-22 05:25:39','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(828,1,1,1,'SimGenerate',NULL,'2022-02-22 05:25:39','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(829,7,8,1,'SimcardDistribute',NULL,'2022-02-22 05:26:54','2022-02-22 05:41:48',NULL,NULL,0,1,1,0,'CRM',''),(830,8,8,1,'APILog',NULL,'2022-02-22 05:34:00','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(831,8,8,1,'SellingSimcard',NULL,'2022-02-22 05:34:01','2022-02-22 05:42:15',NULL,NULL,0,1,1,0,'CRM',''),(832,1,1,1,'APILog',NULL,'2022-02-22 05:34:01','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(833,1,1,1,'APILog',NULL,'2022-02-22 05:34:01','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(834,1,1,1,'APILog',NULL,'2022-02-22 05:34:01','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(835,1,1,1,'APILog',NULL,'2022-02-22 05:34:01','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(836,1,1,1,'APILog',NULL,'2022-02-22 05:34:01','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(837,1,1,1,'APILog',NULL,'2022-02-22 05:34:01','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(838,1,1,1,'APILog',NULL,'2022-02-22 05:34:02','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(839,1,1,1,'APILog',NULL,'2022-02-22 05:34:02','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(840,8,8,1,'Contacts','','2022-02-22 05:34:02','2022-02-22 05:42:42',NULL,NULL,0,1,1,0,'CRM','MIke Smith'),(841,7,7,1,'SimCard',NULL,'2022-02-22 05:36:04','2022-02-22 05:41:35',NULL,NULL,0,1,1,0,'CRM','SIMDIV42'),(842,1,1,1,'SimGenerate',NULL,'2022-02-22 05:36:04','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(843,1,1,1,'SimGenerate',NULL,'2022-02-22 05:36:04','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(844,1,1,1,'SimGenerate',NULL,'2022-02-22 05:36:04','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(845,1,1,1,'SimGenerate',NULL,'2022-02-22 05:36:04','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(846,1,1,1,'SimGenerate',NULL,'2022-02-22 05:36:04','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(847,10,10,1,'Products',NULL,'2022-02-22 05:43:51','2022-02-23 10:00:59',NULL,NULL,0,1,1,0,'CRM','Prepaid SimCard'),(848,17,17,1,'InventoryOrder',NULL,'2022-02-22 05:46:39','2022-02-23 10:00:50',NULL,NULL,0,1,1,0,'CRM','INV143'),(849,7,7,1,'InventoryOrder',NULL,'2022-02-22 05:53:38','2022-02-23 10:00:50',NULL,NULL,0,1,1,0,'CRM','INV144'),(850,10,10,1,'Products',NULL,'2022-02-22 10:53:26','2022-02-23 10:00:59',NULL,NULL,0,1,1,0,'CRM','Postpaid Sim'),(851,17,17,1,'InventoryOrder',NULL,'2022-02-22 11:00:47','2022-02-23 10:00:50',NULL,NULL,0,1,1,0,'CRM','INV145'),(852,7,7,1,'InventoryOrder',NULL,'2022-02-22 11:03:27','2022-02-23 10:00:50',NULL,NULL,0,1,1,0,'CRM','INV146'),(853,10,10,1,'Products',NULL,'2022-02-23 10:02:22','2022-02-24 06:48:02',NULL,NULL,0,1,1,0,'CRM','PostSim'),(854,17,17,1,'InventoryOrder',NULL,'2022-02-23 10:02:52','2022-02-24 06:47:38',NULL,NULL,0,1,1,0,'CRM','INV147'),(855,7,7,1,'InventoryOrder',NULL,'2022-02-23 10:06:32','2022-02-24 06:47:38',NULL,NULL,0,1,1,0,'CRM','INV148'),(856,7,7,7,'SimCard',NULL,'2022-02-23 10:16:45','2022-02-23 10:23:47',NULL,NULL,0,1,1,0,'CRM','SIMDIV43'),(857,1,1,1,'SimGenerate',NULL,'2022-02-23 10:16:45','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(858,1,1,1,'SimGenerate',NULL,'2022-02-23 10:16:45','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(859,1,1,1,'SimGenerate',NULL,'2022-02-23 10:16:45','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(860,1,1,1,'SimGenerate',NULL,'2022-02-23 10:16:45','2022-02-23 10:23:39',NULL,NULL,0,1,1,0,'CRM',''),(861,7,7,1,'SimCard',NULL,'2022-02-23 10:27:35','2022-02-24 06:48:10',NULL,NULL,0,1,1,0,'CRM','SIMDIV44'),(862,1,8,1,'SimGenerate',NULL,'2022-02-23 10:27:35','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(863,1,8,1,'SimGenerate',NULL,'2022-02-23 10:27:35','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(864,1,8,1,'SimGenerate',NULL,'2022-02-23 10:27:35','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(865,1,8,1,'SimGenerate',NULL,'2022-02-23 10:27:35','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(866,7,8,1,'SimcardDistribute',NULL,'2022-02-23 10:41:46','2022-02-24 06:48:27',NULL,NULL,0,1,1,0,'CRM',''),(867,8,8,1,'APILog',NULL,'2022-02-23 10:46:47','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(868,8,8,1,'SellingSimcard',NULL,'2022-02-23 10:46:48','2022-02-24 06:48:51',NULL,NULL,0,1,1,0,'CRM',''),(869,1,1,1,'APILog',NULL,'2022-02-23 10:46:48','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(870,1,1,1,'APILog',NULL,'2022-02-23 10:46:48','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(871,1,1,1,'APILog',NULL,'2022-02-23 10:46:48','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(872,1,1,1,'APILog',NULL,'2022-02-23 10:46:48','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(873,1,1,1,'APILog',NULL,'2022-02-23 10:46:48','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(874,1,1,1,'APILog',NULL,'2022-02-23 10:55:08','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(875,1,1,1,'APILog',NULL,'2022-02-23 10:55:08','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(876,1,1,1,'APILog',NULL,'2022-02-23 10:55:08','2022-02-23 12:26:02',NULL,NULL,0,1,1,0,'CRM',''),(877,8,8,1,'Contacts','','2022-02-23 10:55:08','2022-02-24 06:49:10',NULL,NULL,0,1,1,0,'CRM','mike smith'),(878,8,8,1,'APILog',NULL,'2022-02-23 12:30:51','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(879,8,8,1,'SellingSimcard',NULL,'2022-02-23 12:30:52','2022-02-24 06:48:51',NULL,NULL,0,1,1,0,'CRM',''),(880,1,1,1,'APILog',NULL,'2022-02-23 12:30:52','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(881,1,1,1,'APILog',NULL,'2022-02-23 12:30:52','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(882,1,1,1,'APILog',NULL,'2022-02-23 12:30:52','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(883,1,1,1,'APILog',NULL,'2022-02-23 12:30:52','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(884,1,1,1,'APILog',NULL,'2022-02-23 12:30:53','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(885,1,1,1,'APILog',NULL,'2022-02-23 12:39:13','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(886,1,1,1,'APILog',NULL,'2022-02-23 12:39:13','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(887,1,1,1,'APILog',NULL,'2022-02-23 12:39:13','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(888,8,8,1,'Contacts','','2022-02-23 12:39:13','2022-02-24 06:49:10',NULL,NULL,0,1,1,0,'CRM','sapnatest test1'),(889,10,10,1,'PurchaseInventory',NULL,'2022-02-23 13:34:32','2022-02-24 06:49:03',NULL,NULL,0,1,1,0,'CRM',''),(890,17,8,1,'SimcardDistribute',NULL,'2022-02-23 13:37:04','2022-02-24 06:48:27',NULL,NULL,0,1,1,0,'CRM',''),(891,8,8,1,'APILog',NULL,'2022-02-23 13:40:21','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(892,8,8,1,'SellingSimcard',NULL,'2022-02-23 13:40:22','2022-02-24 06:48:51',NULL,NULL,0,1,1,0,'CRM',''),(893,1,1,1,'APILog',NULL,'2022-02-23 13:40:22','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(894,1,1,1,'APILog',NULL,'2022-02-23 13:40:22','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(895,1,1,1,'APILog',NULL,'2022-02-23 13:40:22','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(896,1,1,1,'APILog',NULL,'2022-02-23 13:40:22','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(897,1,1,1,'APILog',NULL,'2022-02-23 13:40:22','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(898,1,1,1,'APILog',NULL,'2022-02-23 13:40:22','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(899,8,8,1,'Contacts','','2022-02-23 13:40:22','2022-02-24 06:49:10',NULL,NULL,0,1,1,0,'CRM','tste2 test2'),(900,7,7,1,'SimCard',NULL,'2022-02-23 13:45:56','2022-02-24 06:48:10',NULL,NULL,0,1,1,0,'CRM','SIMDIV45'),(901,1,8,1,'SimGenerate',NULL,'2022-02-23 13:45:56','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(902,1,8,1,'SimGenerate',NULL,'2022-02-23 13:45:56','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(903,7,8,1,'SimcardDistribute',NULL,'2022-02-23 13:46:17','2022-02-24 06:48:27',NULL,NULL,0,1,1,0,'CRM',''),(904,8,8,1,'APILog',NULL,'2022-02-23 13:55:13','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(905,8,8,1,'SellingInventory',NULL,'2022-02-23 13:55:14','2022-02-24 06:48:37',NULL,NULL,0,1,1,0,'CRM',''),(906,1,1,1,'Contacts','','2022-02-23 13:55:14','2022-02-24 06:49:10',NULL,NULL,0,1,1,0,'CRM','test teerrr'),(907,1,1,1,'APILog',NULL,'2022-02-23 13:55:14','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(908,1,1,1,'APILog',NULL,'2022-02-23 13:55:14','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(909,1,1,1,'APILog',NULL,'2022-02-23 13:55:14','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(910,10,10,1,'Products',NULL,'2022-02-23 13:57:37','2022-02-24 06:48:02',NULL,NULL,0,1,1,0,'CRM','Simcard'),(911,1,1,1,'APILog',NULL,'2022-02-23 14:03:34','2022-02-24 04:35:44',NULL,NULL,0,1,1,0,'CRM',''),(912,8,8,1,'APILog',NULL,'2022-02-24 04:45:11','2022-02-24 04:54:11',NULL,NULL,0,1,1,0,'CRM',''),(913,1,1,1,'APILog',NULL,'2022-02-24 04:45:12','2022-02-24 04:54:11',NULL,NULL,0,1,1,0,'CRM',''),(914,1,1,1,'APILog',NULL,'2022-02-24 04:53:32','2022-02-24 04:54:11',NULL,NULL,0,1,1,0,'CRM',''),(915,8,8,1,'APILog',NULL,'2022-02-24 04:55:02','2022-02-24 04:56:22',NULL,NULL,0,1,1,0,'CRM',''),(916,1,1,1,'APILog',NULL,'2022-02-24 04:55:03','2022-02-24 04:56:22',NULL,NULL,0,1,1,0,'CRM',''),(917,8,8,1,'APILog',NULL,'2022-02-24 04:56:27','2022-02-24 04:58:47',NULL,NULL,0,1,1,0,'CRM',''),(918,1,1,1,'APILog',NULL,'2022-02-24 04:56:27','2022-02-24 04:58:47',NULL,NULL,0,1,1,0,'CRM',''),(919,8,8,1,'APILog',NULL,'2022-02-24 05:03:16','2022-02-24 05:11:03',NULL,NULL,0,1,1,0,'CRM',''),(920,1,1,1,'APILog',NULL,'2022-02-24 05:03:18','2022-02-24 05:11:03',NULL,NULL,0,1,1,0,'CRM',''),(921,1,1,1,'APILog',NULL,'2022-02-24 05:04:48','2022-02-24 05:11:03',NULL,NULL,0,1,1,0,'CRM',''),(922,1,1,1,'APILog',NULL,'2022-02-24 05:11:38','2022-02-24 05:48:41',NULL,NULL,0,1,1,0,'CRM',''),(923,8,8,1,'APILog',NULL,'2022-02-24 05:12:29','2022-02-24 05:48:41',NULL,NULL,0,1,1,0,'CRM',''),(924,1,1,1,'APILog',NULL,'2022-02-24 05:12:30','2022-02-24 05:48:41',NULL,NULL,0,1,1,0,'CRM',''),(925,17,17,1,'InventoryOrder',NULL,'2022-02-24 05:19:12','2022-02-24 06:47:38',NULL,NULL,0,1,1,0,'CRM','INV149'),(926,1,1,1,'APILog',NULL,'2022-02-24 05:20:50','2022-02-24 05:48:41',NULL,NULL,0,1,1,0,'CRM',''),(927,7,7,1,'InventoryOrder',NULL,'2022-02-24 05:22:44','2022-02-24 06:47:38',NULL,NULL,0,1,1,0,'CRM','INV150'),(928,7,7,1,'SimCard',NULL,'2022-02-24 05:49:58','2022-02-24 06:48:10',NULL,NULL,0,1,1,0,'CRM','SIMDIV46'),(929,1,8,1,'SimGenerate',NULL,'2022-02-24 05:49:58','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(930,1,8,1,'SimGenerate',NULL,'2022-02-24 05:49:58','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(931,1,8,1,'SimGenerate',NULL,'2022-02-24 05:49:58','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(932,1,11,1,'SimGenerate',NULL,'2022-02-24 05:49:58','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(933,1,11,1,'SimGenerate',NULL,'2022-02-24 05:49:58','2022-02-24 07:15:03',NULL,NULL,0,1,1,0,'CRM',''),(934,8,8,1,'APILog',NULL,'2022-02-24 05:50:18','2022-02-24 07:13:11',NULL,NULL,0,1,1,0,'CRM',''),(935,1,1,1,'APILog',NULL,'2022-02-24 05:50:19','2022-02-24 07:13:11',NULL,NULL,0,1,1,0,'CRM',''),(936,1,1,1,'APILog',NULL,'2022-02-24 05:50:19','2022-02-24 07:13:11',NULL,NULL,0,1,1,0,'CRM',''),(937,1,1,1,'APILog',NULL,'2022-02-24 05:50:19','2022-02-24 07:13:11',NULL,NULL,0,1,1,0,'CRM',''),(938,7,8,1,'SimcardDistribute',NULL,'2022-02-24 05:52:44','2022-02-24 06:48:27',NULL,NULL,0,1,1,0,'CRM',''),(939,1,1,1,'APILog',NULL,'2022-02-24 05:58:39','2022-02-24 07:13:11',NULL,NULL,0,1,1,0,'CRM',''),(940,7,11,1,'SimcardDistribute',NULL,'2022-02-24 06:00:05','2022-02-24 06:48:27',NULL,NULL,0,1,1,0,'CRM',''),(941,10,10,1,'Products',NULL,'2022-02-24 06:51:27','2022-02-24 08:44:53',NULL,NULL,0,1,1,0,'CRM','SimPro'),(942,17,17,1,'InventoryOrder',NULL,'2022-02-24 06:52:30','2022-02-24 07:36:29',NULL,NULL,0,1,1,0,'CRM','INV151'),(943,7,7,1,'InventoryOrder',NULL,'2022-02-24 06:55:29','2022-02-24 07:36:29',NULL,NULL,0,1,1,0,'CRM','INV152'),(944,7,7,7,'SimCard',NULL,'2022-02-24 07:14:29','2022-02-24 07:25:10',NULL,NULL,0,1,1,0,'CRM','SIMDIV47'),(945,1,8,1,'SimGenerate',NULL,'2022-02-24 07:14:29','2022-02-24 07:25:18',NULL,NULL,0,1,1,0,'CRM',''),(946,1,8,1,'SimGenerate',NULL,'2022-02-24 07:14:30','2022-02-24 07:25:18',NULL,NULL,0,1,1,0,'CRM',''),(947,7,8,7,'SimcardDistribute',NULL,'2022-02-24 07:16:30','2022-02-24 07:26:24',NULL,NULL,0,1,1,0,'CRM',''),(948,7,7,1,'SimCard',NULL,'2022-02-24 07:26:01','2022-02-24 07:36:56',NULL,NULL,0,1,1,0,'CRM','SIMDIV48'),(949,1,8,1,'SimGenerate',NULL,'2022-02-24 07:26:01','2022-02-24 07:36:11',NULL,NULL,0,1,1,0,'CRM',''),(950,1,8,1,'SimGenerate',NULL,'2022-02-24 07:26:01','2022-02-24 07:36:11',NULL,NULL,0,1,1,0,'CRM',''),(951,1,8,1,'SimGenerate',NULL,'2022-02-24 07:26:01','2022-02-24 07:36:11',NULL,NULL,0,1,1,0,'CRM',''),(952,1,1,1,'SimGenerate',NULL,'2022-02-24 07:26:01','2022-02-24 07:27:37',NULL,NULL,0,1,1,0,'CRM',''),(953,1,1,1,'SimGenerate',NULL,'2022-02-24 07:26:01','2022-02-24 07:27:37',NULL,NULL,0,1,1,0,'CRM',''),(954,1,1,1,'SimGenerate',NULL,'2022-02-24 07:26:01','2022-02-24 07:27:25',NULL,NULL,0,1,1,0,'CRM',''),(955,7,8,1,'SimcardDistribute',NULL,'2022-02-24 07:26:57','2022-02-24 07:37:05',NULL,NULL,0,1,1,0,'CRM',''),(956,17,17,1,'InventoryOrder',NULL,'2022-02-24 07:59:51','2022-02-24 08:44:37',NULL,NULL,0,1,1,0,'CRM','INV153'),(957,7,7,1,'InventoryOrder',NULL,'2022-02-24 08:10:41','2022-02-24 08:44:37',NULL,NULL,0,1,1,0,'CRM','INV154'),(958,7,7,1,'SimCard',NULL,'2022-02-24 08:15:21','2022-02-24 08:45:05',NULL,NULL,0,1,1,0,'CRM','SIMDIV49'),(959,1,8,1,'SimGenerate',NULL,'2022-02-24 08:15:21','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM','SIMCARD309'),(960,1,8,1,'SimGenerate',NULL,'2022-02-24 08:15:21','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(961,1,8,1,'SimGenerate',NULL,'2022-02-24 08:15:21','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(962,1,8,1,'SimGenerate',NULL,'2022-02-24 08:15:21','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(963,1,1,1,'SimGenerate',NULL,'2022-02-24 08:15:21','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(964,7,8,1,'SimcardDistribute',NULL,'2022-02-24 08:17:08','2022-02-24 08:45:13',NULL,NULL,0,1,1,0,'CRM','DIS19'),(965,8,8,1,'APILog',NULL,'2022-02-24 08:30:32','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(966,8,8,1,'SellingSimcard',NULL,'2022-02-24 08:30:33','2022-02-24 08:45:28',NULL,NULL,0,1,1,0,'CRM',''),(967,1,1,1,'APILog',NULL,'2022-02-24 08:30:33','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(968,1,1,1,'APILog',NULL,'2022-02-24 08:30:33','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(969,1,1,1,'APILog',NULL,'2022-02-24 08:30:33','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(970,1,1,1,'APILog',NULL,'2022-02-24 08:30:33','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(971,1,1,1,'APILog',NULL,'2022-02-24 08:30:33','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(972,1,1,1,'APILog',NULL,'2022-02-24 08:30:34','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(973,1,1,1,'APILog',NULL,'2022-02-24 08:30:34','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(974,1,1,1,'APILog',NULL,'2022-02-24 08:30:34','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(975,8,8,8,'Contacts','','2022-02-24 08:30:34','2022-02-24 08:30:34',NULL,NULL,0,1,0,0,'CRM','Sapn test'),(976,8,8,1,'APILog',NULL,'2022-02-24 08:37:02','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(977,8,8,1,'SellingSimcard',NULL,'2022-02-24 08:37:03','2022-02-24 08:45:28',NULL,NULL,0,1,1,0,'CRM',''),(978,1,1,1,'APILog',NULL,'2022-02-24 08:37:03','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(979,1,1,1,'APILog',NULL,'2022-02-24 08:37:03','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(980,1,1,1,'APILog',NULL,'2022-02-24 08:37:03','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(981,1,1,1,'APILog',NULL,'2022-02-24 08:37:04','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(982,1,1,1,'APILog',NULL,'2022-02-24 08:37:04','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(983,1,1,1,'APILog',NULL,'2022-02-24 08:37:04','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(984,1,1,1,'APILog',NULL,'2022-02-24 08:37:04','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(985,1,1,1,'APILog',NULL,'2022-02-24 08:37:04','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(986,8,8,8,'Contacts','','2022-02-24 08:37:04','2022-02-24 08:37:04',NULL,NULL,0,1,0,0,'CRM','sapnate12 test313'),(987,7,8,1,'SimcardDistribute',NULL,'2022-02-24 08:38:56','2022-02-24 08:45:13',NULL,NULL,0,1,1,0,'CRM','DIS20'),(988,8,8,1,'APILog',NULL,'2022-02-24 08:41:32','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(989,8,8,1,'SellingSimcard',NULL,'2022-02-24 08:41:32','2022-02-24 08:45:28',NULL,NULL,0,1,1,0,'CRM',''),(990,1,1,1,'APILog',NULL,'2022-02-24 08:41:33','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(991,1,1,1,'APILog',NULL,'2022-02-24 08:41:33','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(992,1,1,1,'APILog',NULL,'2022-02-24 08:41:33','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(993,1,1,1,'APILog',NULL,'2022-02-24 08:41:33','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(994,1,1,1,'APILog',NULL,'2022-02-24 08:41:33','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(995,1,1,1,'APILog',NULL,'2022-02-24 08:41:34','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(996,1,1,1,'APILog',NULL,'2022-02-24 08:41:34','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(997,1,1,1,'APILog',NULL,'2022-02-24 08:41:34','2022-02-24 08:45:46',NULL,NULL,0,1,1,0,'CRM',''),(998,8,8,8,'Contacts','','2022-02-24 08:41:34','2022-02-24 08:41:34',NULL,NULL,0,1,0,0,'CRM','mike smith'),(999,10,10,1,'Products',NULL,'2022-02-24 08:47:37','2022-02-24 10:54:59',NULL,NULL,0,1,1,0,'CRM','PrePaid SimCard'),(1000,17,17,1,'InventoryOrder',NULL,'2022-02-24 08:49:05','2022-02-24 10:54:44',NULL,NULL,0,1,1,0,'CRM','INV155'),(1001,7,7,1,'InventoryOrder',NULL,'2022-02-24 08:51:44','2022-02-24 10:54:44',NULL,NULL,0,1,1,0,'CRM','INV156'),(1002,7,7,1,'SimCard',NULL,'2022-02-24 08:55:34','2022-02-24 10:55:08',NULL,NULL,0,1,1,0,'CRM','SIMDIV50'),(1003,1,8,1,'SimGenerate',NULL,'2022-02-24 08:55:34','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(1004,1,8,1,'SimGenerate',NULL,'2022-02-24 08:55:34','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(1005,7,8,1,'SimcardDistribute',NULL,'2022-02-24 08:56:20','2022-02-24 10:55:18',NULL,NULL,0,1,1,0,'CRM','DIS21'),(1006,7,7,1,'SimCard',NULL,'2022-02-24 08:59:37','2022-02-24 10:55:08',NULL,NULL,0,1,1,0,'CRM','SIMDIV51'),(1007,1,11,1,'SimGenerate',NULL,'2022-02-24 08:59:37','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(1008,1,11,1,'SimGenerate',NULL,'2022-02-24 08:59:37','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(1009,7,11,1,'SimcardDistribute',NULL,'2022-02-24 09:00:14','2022-02-24 10:55:18',NULL,NULL,0,1,1,0,'CRM','DIS22'),(1010,8,8,1,'APILog',NULL,'2022-02-24 09:03:26','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1011,8,8,1,'SellingSimcard',NULL,'2022-02-24 09:03:26','2022-02-24 10:55:29',NULL,NULL,0,1,1,0,'CRM',''),(1012,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1013,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1014,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1015,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1016,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1017,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1018,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1019,1,1,1,'APILog',NULL,'2022-02-24 09:03:27','2022-02-24 09:11:17',NULL,NULL,0,1,1,0,'CRM',''),(1020,8,8,8,'Contacts','','2022-02-24 09:03:27','2022-02-24 09:03:27',NULL,NULL,0,1,0,0,'CRM','Sim2 Sim2'),(1021,11,11,1,'APILog',NULL,'2022-02-24 09:11:24','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1022,11,11,1,'SellingSimcard',NULL,'2022-02-24 09:11:25','2022-02-24 10:55:29',NULL,NULL,0,1,1,0,'CRM',''),(1023,1,1,1,'APILog',NULL,'2022-02-24 09:11:25','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1024,1,1,1,'APILog',NULL,'2022-02-24 09:11:25','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1025,1,1,1,'APILog',NULL,'2022-02-24 09:11:25','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1026,1,1,1,'APILog',NULL,'2022-02-24 09:11:26','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1027,1,1,1,'APILog',NULL,'2022-02-24 09:11:26','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1028,1,1,1,'APILog',NULL,'2022-02-24 09:11:26','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1029,1,1,1,'APILog',NULL,'2022-02-24 09:11:26','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1030,1,1,1,'APILog',NULL,'2022-02-24 09:11:27','2022-02-24 10:55:47',NULL,NULL,0,1,1,0,'CRM',''),(1031,11,11,1,'Contacts','','2022-02-24 09:11:27','2022-03-03 13:59:16',NULL,NULL,0,1,0,0,'CRM','Sim3 Sim3'),(1032,10,10,7,'Products',NULL,'2022-02-24 10:56:59','2022-02-24 12:04:09',NULL,NULL,0,1,0,0,'CRM','Prepaid SimCard'),(1033,17,17,17,'InventoryOrder',NULL,'2022-02-24 10:58:34','2022-02-24 11:01:59',NULL,NULL,0,1,0,0,'CRM','INV157'),(1034,7,7,7,'InventoryOrder',NULL,'2022-02-24 11:03:46','2022-02-24 11:08:28',NULL,NULL,0,1,0,0,'CRM','INV158'),(1035,7,7,7,'SimCard',NULL,'2022-02-24 11:15:18','2022-02-24 11:24:14',NULL,NULL,0,1,0,0,'CRM','SIMDIV52'),(1036,1,8,1,'SimGenerate',NULL,'2022-02-24 11:15:19','2022-02-24 11:28:47',NULL,NULL,0,1,1,0,'CRM',''),(1037,1,8,1,'SimGenerate',NULL,'2022-02-24 11:15:19','2022-02-24 11:52:27',NULL,NULL,0,1,1,0,'CRM','SIMCARD319'),(1038,7,8,1,'SimcardDistribute',NULL,'2022-02-24 11:24:14','2022-02-24 12:29:15',NULL,NULL,0,1,1,0,'CRM','DIS23'),(1039,17,17,17,'InventoryOrder',NULL,'2022-02-24 11:55:45','2022-02-24 11:58:39',NULL,NULL,0,1,0,0,'CRM','INV159'),(1040,7,7,7,'InventoryOrder',NULL,'2022-02-24 12:02:19','2022-02-24 12:04:09',NULL,NULL,0,1,0,0,'CRM','INV160'),(1041,7,7,17,'SimCard',NULL,'2022-02-24 12:07:19','2022-03-07 13:38:30',NULL,NULL,0,1,1,0,'CRM','SIMDIV53'),(1042,1,8,8,'SimGenerate',NULL,'2022-02-24 12:07:19','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1043,1,8,8,'SimGenerate',NULL,'2022-02-24 12:07:19','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1044,7,8,1,'SimcardDistribute',NULL,'2022-02-24 12:12:50','2022-05-05 13:48:08',NULL,NULL,0,1,0,0,'CRM','DIS24'),(1045,8,8,1,'APILog',NULL,'2022-02-24 12:22:46','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1046,8,8,8,'SellingSimcard',NULL,'2022-02-24 12:22:46','2022-02-24 12:22:46',NULL,NULL,0,1,0,0,'CRM',''),(1047,1,1,1,'APILog',NULL,'2022-02-24 12:22:46','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1048,1,1,1,'APILog',NULL,'2022-02-24 12:22:47','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1049,1,1,1,'APILog',NULL,'2022-02-24 12:22:47','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1050,1,1,1,'APILog',NULL,'2022-02-24 12:22:47','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1051,1,1,1,'APILog',NULL,'2022-02-24 12:22:47','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1052,1,1,1,'APILog',NULL,'2022-02-24 12:22:47','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1053,1,1,1,'APILog',NULL,'2022-02-24 12:22:47','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1054,1,1,1,'APILog',NULL,'2022-02-24 12:22:48','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1055,8,8,8,'Contacts','','2022-02-24 12:22:48','2022-02-24 12:22:48',NULL,NULL,0,1,0,0,'CRM','Mike Smith'),(1056,1,1,1,'HelpDesk','','2022-03-01 07:24:44','2022-03-03 13:59:40',NULL,NULL,0,1,0,0,'CRM',''),(1057,1,1,1,'HelpDesk','','2022-03-01 07:28:05','2022-03-01 07:28:36',NULL,NULL,0,1,1,0,'CRM',''),(1058,1,1,1,'HelpDesk','','2022-03-01 07:28:08','2022-03-01 07:28:36',NULL,NULL,0,1,1,0,'CRM',''),(1059,1,1,1,'APILog',NULL,'2022-03-01 07:38:18','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1060,1,1,1,'APILog',NULL,'2022-03-01 07:39:55','2022-03-01 07:48:56',NULL,NULL,0,1,1,0,'CRM',''),(1061,1,1,1,'APILog',NULL,'2022-03-01 07:49:00','2022-03-01 07:55:31',NULL,NULL,0,1,1,0,'CRM',''),(1062,1,1,1,'APILog',NULL,'2022-03-01 07:49:00','2022-03-01 07:55:31',NULL,NULL,0,1,1,0,'CRM',''),(1063,1,1,1,'APILog',NULL,'2022-03-01 07:49:00','2022-03-01 07:55:31',NULL,NULL,0,1,1,0,'CRM',''),(1064,1,1,1,'APILog',NULL,'2022-03-01 07:55:04','2022-03-01 07:55:31',NULL,NULL,0,1,1,0,'CRM',''),(1065,1,1,1,'APILog',NULL,'2022-03-01 07:55:04','2022-03-01 07:55:31',NULL,NULL,0,1,1,0,'CRM',''),(1066,1,1,1,'APILog',NULL,'2022-03-01 08:46:35','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1067,1,1,1,'APILog',NULL,'2022-03-01 08:46:35','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1068,1,1,1,'APILog',NULL,'2022-03-01 08:46:35','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1069,1,1,1,'APILog',NULL,'2022-03-01 08:50:30','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1070,1,1,1,'APILog',NULL,'2022-03-01 08:52:33','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1071,1,1,1,'APILog',NULL,'2022-03-01 08:53:37','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1072,1,1,1,'APILog',NULL,'2022-03-01 08:53:37','2022-03-01 09:03:02',NULL,NULL,0,1,1,0,'CRM',''),(1073,1,1,1,'APILog',NULL,'2022-03-01 09:02:05','2022-03-01 09:03:11',NULL,NULL,0,1,1,0,'CRM',''),(1074,1,1,1,'APILog',NULL,'2022-03-01 09:02:05','2022-03-01 09:03:11',NULL,NULL,0,1,1,0,'CRM',''),(1075,1,1,1,'APILog',NULL,'2022-03-01 09:03:19','2022-03-01 09:11:37',NULL,NULL,0,1,1,0,'CRM',''),(1076,1,1,1,'APILog',NULL,'2022-03-01 09:03:19','2022-03-01 09:11:37',NULL,NULL,0,1,1,0,'CRM',''),(1077,1,1,1,'APILog',NULL,'2022-03-01 09:03:19','2022-03-01 09:11:37',NULL,NULL,0,1,1,0,'CRM',''),(1078,1,1,1,'APILog',NULL,'2022-03-01 09:11:57','2022-03-01 10:12:04',NULL,NULL,0,1,1,0,'CRM',''),(1079,1,1,1,'APILog',NULL,'2022-03-01 09:11:57','2022-03-01 10:12:04',NULL,NULL,0,1,1,0,'CRM',''),(1080,1,1,1,'APILog',NULL,'2022-03-01 10:14:16','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1081,1,1,1,'APILog',NULL,'2022-03-01 10:14:16','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1082,1,1,1,'APILog',NULL,'2022-03-01 10:14:16','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1083,1,1,1,'APILog',NULL,'2022-03-01 10:14:16','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1084,1,1,1,'APILog',NULL,'2022-03-01 10:16:24','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1085,1,1,1,'APILog',NULL,'2022-03-01 10:16:24','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1086,1,1,1,'APILog',NULL,'2022-03-01 10:16:24','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1087,1,1,1,'APILog',NULL,'2022-03-01 10:16:24','2022-03-03 11:15:42',NULL,NULL,0,1,1,0,'CRM',''),(1088,1,1,1,'APILog',NULL,'2022-03-03 11:16:00','2022-03-03 13:59:30',NULL,NULL,0,1,1,0,'CRM',''),(1089,1,1,1,'APILog',NULL,'2022-03-03 11:16:00','2022-03-03 13:59:30',NULL,NULL,0,1,1,0,'CRM',''),(1090,1,1,1,'APILog',NULL,'2022-03-03 11:16:00','2022-03-03 13:59:30',NULL,NULL,0,1,1,0,'CRM',''),(1091,1,1,1,'APILog',NULL,'2022-03-03 11:16:00','2022-03-03 13:59:30',NULL,NULL,0,1,1,0,'CRM',''),(1092,1,1,1,'APILog',NULL,'2022-03-03 13:59:40','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1093,1,1,1,'APILog',NULL,'2022-03-03 13:59:40','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1094,1,1,1,'APILog',NULL,'2022-03-03 13:59:40','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1095,1,1,1,'APILog',NULL,'2022-03-03 13:59:41','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1096,10,10,1,'Products',NULL,'2022-03-07 10:41:30','2022-03-07 13:42:16',NULL,NULL,0,1,1,0,'CRM','Test SIM'),(1097,17,17,17,'InventoryOrder',NULL,'2022-03-07 10:47:46','2022-03-07 13:36:31',NULL,NULL,0,1,1,0,'CRM','INV161'),(1098,7,7,17,'InventoryOrder',NULL,'2022-03-07 10:49:20','2022-03-07 13:36:31',NULL,NULL,0,1,1,0,'CRM','INV162'),(1099,7,7,17,'SimCard',NULL,'2022-03-07 10:54:04','2022-03-07 13:37:03',NULL,NULL,0,1,1,0,'CRM','SIMDIV54'),(1100,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1101,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1102,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1103,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1104,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1105,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1106,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1107,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1108,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1109,1,8,8,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1110,1,11,1,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-07 10:54:04',NULL,NULL,0,1,0,0,'CRM',''),(1111,1,11,1,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-05-05 13:47:59',NULL,NULL,0,1,0,0,'CRM','SIMCARD333'),(1112,1,1,1,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-07 10:54:04',NULL,NULL,0,1,0,0,'CRM',''),(1113,1,1,1,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-07 10:54:04',NULL,NULL,0,1,0,0,'CRM',''),(1114,1,1,1,'SimGenerate',NULL,'2022-03-07 10:54:04','2022-03-07 10:54:04',NULL,NULL,0,1,0,0,'CRM',''),(1115,7,8,8,'SimcardDistribute',NULL,'2022-03-07 10:55:34','2022-03-07 13:40:06',NULL,NULL,0,1,1,0,'CRM','DIS25'),(1116,7,11,17,'SimcardDistribute',NULL,'2022-03-07 10:58:52','2022-03-07 13:38:06',NULL,NULL,0,1,1,0,'CRM','DIS26'),(1117,8,8,1,'APILog',NULL,'2022-03-07 11:03:33','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1118,8,8,17,'SellingSimcard',NULL,'2022-03-07 11:03:34','2022-03-07 13:38:46',NULL,NULL,0,1,1,0,'CRM',''),(1119,1,1,1,'APILog',NULL,'2022-03-07 11:03:34','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1120,1,1,1,'APILog',NULL,'2022-03-07 11:03:34','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1121,1,1,1,'APILog',NULL,'2022-03-07 11:03:34','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1122,1,1,1,'APILog',NULL,'2022-03-07 11:03:35','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1123,1,1,1,'APILog',NULL,'2022-03-07 11:03:35','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1124,1,1,1,'APILog',NULL,'2022-03-07 11:03:35','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1125,1,1,1,'APILog',NULL,'2022-03-07 11:03:35','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1126,1,1,1,'APILog',NULL,'2022-03-07 11:03:35','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1127,8,8,1,'Contacts','','2022-03-07 11:03:35','2022-03-07 13:42:02',NULL,NULL,0,1,1,0,'CRM','Sample Testing'),(1128,11,11,1,'APILog',NULL,'2022-03-07 11:05:28','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1129,11,11,17,'SellingSimcard',NULL,'2022-03-07 11:05:28','2022-03-07 13:38:46',NULL,NULL,0,1,1,0,'CRM',''),(1130,1,1,1,'APILog',NULL,'2022-03-07 11:05:28','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1131,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1132,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1133,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1134,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1135,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1136,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1137,1,1,1,'APILog',NULL,'2022-03-07 11:05:29','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1138,11,11,1,'Contacts','','2022-03-07 11:05:29','2022-03-07 13:42:02',NULL,NULL,0,1,1,0,'CRM','Test Data'),(1139,7,7,17,'SimCard',NULL,'2022-03-07 11:21:58','2022-03-07 13:36:49',NULL,NULL,0,1,1,0,'CRM','SIMDIV55'),(1140,1,8,8,'SimGenerate',NULL,'2022-03-07 11:21:58','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1141,1,8,8,'SimGenerate',NULL,'2022-03-07 11:21:58','2022-03-22 14:19:50',NULL,NULL,0,1,1,0,'CRM',''),(1142,1,1,1,'SimGenerate',NULL,'2022-03-07 11:21:58','2022-03-07 11:21:58',NULL,NULL,0,1,0,0,'CRM',''),(1143,7,8,17,'SimcardDistribute',NULL,'2022-03-07 11:24:21','2022-03-07 13:37:57',NULL,NULL,0,1,1,0,'CRM','DIS27'),(1144,1,1,1,'APILog',NULL,'2022-03-14 09:46:59','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1145,1,1,1,'APILog',NULL,'2022-03-14 09:54:50','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1146,1,1,1,'APILog',NULL,'2022-03-14 09:55:08','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1147,1,1,1,'APILog',NULL,'2022-03-14 10:13:30','2022-03-14 10:14:16',NULL,NULL,0,1,1,0,'CRM',''),(1148,1,1,1,'APILog',NULL,'2022-03-14 10:14:39','2022-03-14 10:16:40',NULL,NULL,0,1,1,0,'CRM',''),(1149,1,1,1,'APILog',NULL,'2022-03-14 10:16:50','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1150,1,1,1,'APILog',NULL,'2022-03-14 10:16:50','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1151,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:16:50','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1152,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:16:50','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1153,1,1,1,'APILog',NULL,'2022-03-14 10:22:57','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1154,1,1,1,'APILog',NULL,'2022-03-14 10:22:57','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1155,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:22:57','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1156,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:22:57','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1157,1,1,1,'APILog',NULL,'2022-03-14 10:24:22','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1158,1,1,1,'APILog',NULL,'2022-03-14 10:24:23','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1159,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:24:23','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1160,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:24:23','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1161,1,1,1,'APILog',NULL,'2022-03-14 10:28:05','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1162,1,1,1,'APILog',NULL,'2022-03-14 10:28:05','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1163,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:28:05','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1164,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:28:05','2022-03-14 10:28:05',NULL,NULL,0,1,1,0,'CRM',''),(1165,1,1,1,'APILog',NULL,'2022-03-14 10:31:12','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1166,1,1,1,'APILog',NULL,'2022-03-14 10:31:12','2022-03-22 13:41:18',NULL,NULL,0,1,1,0,'CRM',''),(1167,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:31:12','2022-03-14 10:31:12',NULL,NULL,0,1,0,0,'CRM',''),(1168,1,1,1,'DailyCheckup',NULL,'2022-03-14 10:31:12','2022-03-14 10:31:12',NULL,NULL,0,1,0,0,'CRM',''),(1169,10,10,7,'Products',NULL,'2022-03-22 13:43:09','2022-03-22 14:04:50',NULL,NULL,0,1,0,0,'CRM','Test Simcard'),(1170,17,17,17,'InventoryOrder',NULL,'2022-03-22 13:58:33','2022-03-22 14:00:33',NULL,NULL,0,1,0,0,'CRM','INV163'),(1171,7,7,7,'InventoryOrder',NULL,'2022-03-22 14:01:57','2022-03-22 14:04:50',NULL,NULL,0,1,0,0,'CRM','INV164'),(1172,7,7,7,'SimCard',NULL,'2022-03-22 14:11:18','2022-03-22 14:13:02',NULL,NULL,0,1,0,0,'CRM','SIMDIV56'),(1173,1,8,1,'SimGenerate',NULL,'2022-03-22 14:11:18','2022-03-22 14:11:18',NULL,NULL,0,1,0,0,'CRM',''),(1174,7,8,1,'SimcardDistribute',NULL,'2022-03-22 14:13:02','2022-03-22 14:20:44',NULL,NULL,0,1,0,0,'CRM','DIS28'),(1175,8,8,1,'APILog',NULL,'2022-03-22 14:20:43','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1176,8,8,8,'SellingSimcard',NULL,'2022-03-22 14:20:44','2022-03-22 14:20:44',NULL,NULL,0,1,0,0,'CRM',''),(1177,1,1,1,'APILog',NULL,'2022-03-22 14:20:44','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1178,1,1,1,'APILog',NULL,'2022-03-22 14:20:44','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1179,1,1,1,'APILog',NULL,'2022-03-22 14:20:44','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1180,1,1,1,'APILog',NULL,'2022-03-22 14:20:44','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1181,1,1,1,'APILog',NULL,'2022-03-22 14:20:44','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1182,1,1,1,'APILog',NULL,'2022-03-22 14:20:45','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1183,1,1,1,'APILog',NULL,'2022-03-22 14:20:45','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1184,1,1,1,'APILog',NULL,'2022-03-22 14:20:45','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1185,8,8,8,'Contacts','','2022-03-22 14:20:45','2022-03-22 14:20:45',NULL,NULL,0,1,0,0,'CRM','sapnatest sapnatest'),(1186,10,10,7,'Products',NULL,'2022-03-23 05:37:27','2022-03-23 05:43:55',NULL,NULL,0,1,0,0,'CRM','TestProduct'),(1187,17,17,17,'InventoryOrder',NULL,'2022-03-23 05:38:28','2022-03-23 05:40:11',NULL,NULL,0,1,0,0,'CRM','INV165'),(1188,7,7,7,'InventoryOrder',NULL,'2022-03-23 05:42:11','2022-03-23 05:43:55',NULL,NULL,0,1,0,0,'CRM','INV166'),(1189,7,7,7,'OtherInventory',NULL,'2022-03-23 05:45:57','2022-03-23 05:45:57',NULL,NULL,0,1,0,0,'CRM',''),(1190,7,8,8,'CashierInventory',NULL,'2022-03-23 05:45:57','2022-03-23 05:47:14',NULL,NULL,0,1,0,0,'CRM','CI132'),(1191,8,8,1,'APILog',NULL,'2022-03-23 05:49:09','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1192,8,8,1,'SellingInventory',NULL,'2022-03-23 05:49:10','2022-03-23 05:49:10',NULL,NULL,0,1,0,0,'CRM',''),(1193,1,1,1,'Contacts','','2022-03-23 05:49:10','2022-03-23 05:49:10',NULL,NULL,0,1,0,0,'CRM','Testsapna Testsapna'),(1194,1,1,1,'APILog',NULL,'2022-03-23 05:49:10','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1195,1,1,1,'APILog',NULL,'2022-03-23 05:49:10','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1196,1,1,1,'APILog',NULL,'2022-03-23 05:49:10','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1197,1,1,1,'APILog',NULL,'2022-03-23 05:49:10','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1198,8,8,1,'APILog',NULL,'2022-03-23 05:51:46','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1199,8,8,1,'SellingInventory',NULL,'2022-03-23 05:51:47','2022-03-23 05:51:47',NULL,NULL,0,1,0,0,'CRM',''),(1200,1,1,1,'APILog',NULL,'2022-03-23 05:51:47','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1201,1,1,1,'APILog',NULL,'2022-03-23 05:51:47','2022-03-23 05:57:22',NULL,NULL,0,1,1,0,'CRM',''),(1202,8,8,1,'APILog',NULL,'2022-03-23 05:57:57','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1203,8,8,1,'SellingInventory',NULL,'2022-03-23 05:57:57','2022-03-23 05:57:57',NULL,NULL,0,1,0,0,'CRM',''),(1204,1,1,1,'Contacts','','2022-03-23 05:57:57','2022-03-23 05:57:57',NULL,NULL,0,1,0,0,'CRM','sapnatest sapnatest1'),(1205,1,1,1,'APILog',NULL,'2022-03-23 05:57:57','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1206,1,1,1,'APILog',NULL,'2022-03-23 05:57:58','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1207,8,8,1,'SellingInventory',NULL,'2022-03-23 05:58:53','2022-03-23 07:45:02',NULL,NULL,0,1,0,0,'CRM',''),(1208,1,1,1,'APILog',NULL,'2022-03-23 05:58:53','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1209,1,1,1,'APILog',NULL,'2022-03-23 05:58:53','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1210,8,8,8,'SellingInventory',NULL,'2022-03-23 05:59:23','2022-03-23 07:37:53',NULL,NULL,0,1,1,0,'CRM',''),(1211,8,8,8,'SellingInventory',NULL,'2022-03-23 05:59:27','2022-03-23 07:37:53',NULL,NULL,0,1,1,0,'CRM',''),(1212,8,8,1,'APILog',NULL,'2022-03-23 06:00:22','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1213,8,8,8,'SellingInventory',NULL,'2022-03-23 06:00:23','2022-03-23 07:37:53',NULL,NULL,0,1,1,0,'CRM',''),(1214,8,8,1,'APILog',NULL,'2022-03-23 06:01:29','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1215,8,8,8,'SellingInventory',NULL,'2022-03-23 06:01:29','2022-03-23 07:37:53',NULL,NULL,0,1,1,0,'CRM',''),(1216,8,8,1,'APILog',NULL,'2022-03-23 06:02:15','2022-03-23 07:19:32',NULL,NULL,0,1,1,0,'CRM',''),(1217,8,8,8,'SellingInventory',NULL,'2022-03-23 06:02:15','2022-03-23 07:37:53',NULL,NULL,0,1,1,0,'CRM',''),(1218,10,10,7,'Products',NULL,'2022-03-23 06:11:24','2022-03-23 06:38:47',NULL,NULL,0,1,0,0,'CRM','MIFI Mobile'),(1219,10,10,10,'PurchaseInventory',NULL,'2022-03-23 06:15:42','2022-03-23 06:15:42',NULL,NULL,0,1,0,0,'CRM',''),(1220,17,17,17,'InventoryOrder',NULL,'2022-03-23 06:17:43','2022-03-23 06:24:29',NULL,NULL,0,1,0,0,'CRM','INV167'),(1221,7,7,7,'InventoryOrder',NULL,'2022-03-23 06:25:37','2022-03-23 06:38:47',NULL,NULL,0,1,0,0,'CRM','INV168'),(1222,7,7,7,'OtherInventory',NULL,'2022-03-23 06:40:11','2022-03-23 06:40:11',NULL,NULL,0,1,0,0,'CRM',''),(1223,7,8,8,'CashierInventory',NULL,'2022-03-23 06:40:11','2022-03-23 08:32:15',NULL,NULL,0,1,0,0,'CRM','CI133'),(1224,8,8,1,'APILog',NULL,'2022-03-23 08:32:14','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1225,8,8,1,'SellingInventory',NULL,'2022-03-23 08:32:15','2022-03-23 08:32:15',NULL,NULL,0,1,0,0,'CRM','ACC1014343434'),(1226,1,1,1,'Contacts','','2022-03-23 08:32:15','2022-03-23 08:32:15',NULL,NULL,0,1,0,0,'CRM','sara saratest'),(1227,1,1,1,'APILog',NULL,'2022-03-23 08:32:15','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1228,1,1,1,'APILog',NULL,'2022-03-23 08:32:15','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1229,1,1,1,'APILog',NULL,'2022-03-23 08:32:15','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1230,1,1,1,'APILog',NULL,'2022-03-23 08:32:15','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1231,1,1,1,'SimPackage',NULL,'2022-05-03 11:13:15','2022-05-03 11:13:15',NULL,NULL,0,1,0,0,'CRM','Sim Package ($5)'),(1232,1,1,1,'AddonService',NULL,'2022-05-03 11:24:08','2022-05-03 11:24:08',NULL,NULL,0,1,0,0,'CRM','Weekly Data Bundles'),(1233,8,8,8,'Coupon',NULL,'2022-05-03 11:46:34','2022-05-03 12:20:55',NULL,NULL,0,1,0,0,'CRM','J75M1ckU'),(1234,8,8,8,'SimPackage',NULL,'2022-05-03 12:22:23','2022-05-03 12:22:23',NULL,NULL,0,1,0,0,'CRM','VIP Qalin ($10)'),(1235,8,8,1,'APILog',NULL,'2022-05-03 13:09:55','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1236,8,8,1,'APILog',NULL,'2022-05-03 13:19:24','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1237,8,8,1,'APILog',NULL,'2022-05-03 13:34:58','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1238,8,8,1,'NewNumber',NULL,'2022-05-03 13:34:59','2022-05-05 13:21:22',NULL,NULL,0,1,0,0,'CRM','NN1'),(1239,8,8,0,'NewNumber Image',NULL,'2022-05-03 13:34:59','2022-05-03 13:34:59',NULL,NULL,0,1,0,NULL,NULL,NULL),(1240,8,8,0,'NewNumber Image',NULL,'2022-05-03 13:34:59','2022-05-03 13:34:59',NULL,NULL,0,1,0,NULL,NULL,NULL),(1241,8,8,0,'NewNumber Image',NULL,'2022-05-03 13:34:59','2022-05-03 13:34:59',NULL,NULL,0,1,0,NULL,NULL,NULL),(1242,8,8,8,'AddonsTransaction',NULL,'2022-05-03 13:34:59','2022-05-03 13:34:59',NULL,NULL,0,1,1,0,'CRM',''),(1243,1,1,1,'AddonsTransaction',NULL,'2022-05-05 12:22:06','2022-05-05 12:22:06',NULL,NULL,0,1,1,0,'CRM',''),(1244,1,1,1,'AddonService',NULL,'2022-05-05 12:50:13','2022-05-05 12:50:13',NULL,NULL,0,1,0,0,'CRM','Daily Data Bundles'),(1245,1,1,1,'APILog',NULL,'2022-05-05 12:59:49','2022-05-05 13:18:26',NULL,NULL,0,1,1,0,'CRM',''),(1246,1,1,1,'AddonsTransaction',NULL,'2022-05-05 13:09:56','2022-05-05 13:09:56',NULL,NULL,0,1,1,0,'CRM',''),(1247,1,1,1,'AddonsTransaction',NULL,'2022-05-05 13:12:43','2022-05-05 13:12:43',NULL,NULL,0,1,1,0,'CRM',''),(1248,1,1,1,'AddonsTransaction',NULL,'2022-05-05 13:14:06','2022-05-05 13:14:06',NULL,NULL,0,1,1,0,'CRM',''),(1249,1,1,1,'AddonsTransaction',NULL,'2022-05-05 13:15:24','2022-05-05 13:15:24',NULL,NULL,0,1,1,0,'CRM',''),(1250,1,1,1,'AddonsTransaction',NULL,'2022-05-05 13:18:29','2022-05-05 13:18:29',NULL,NULL,0,1,1,0,'CRM',''),(1251,1,1,1,'APILog',NULL,'2022-05-05 13:18:29','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1252,1,1,1,'APILog',NULL,'2022-05-05 13:18:30','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1253,1,1,1,'AddonsTransaction',NULL,'2022-05-05 13:21:22','2022-05-05 13:21:22',NULL,NULL,0,1,0,0,'CRM',''),(1254,1,1,1,'APILog',NULL,'2022-05-05 13:21:22','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1255,1,1,1,'APILog',NULL,'2022-05-05 13:21:22','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1256,1,1,1,'APILog',NULL,'2022-05-05 13:23:24','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1257,1,1,1,'NewNumber',NULL,'2022-05-05 13:23:25','2022-05-05 13:48:08',NULL,NULL,0,1,0,0,'CRM','NN2'),(1258,1,1,1,'APILog',NULL,'2022-05-05 13:23:25','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1259,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1260,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1261,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1262,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1263,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1264,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1265,1,1,1,'APILog',NULL,'2022-05-05 13:23:26','2022-05-05 13:26:03',NULL,NULL,0,1,1,0,'CRM',''),(1266,1,1,1,'APILog',NULL,'2022-05-05 13:26:20','2022-05-05 13:30:38',NULL,NULL,0,1,1,0,'CRM',''),(1267,1,1,1,'APILog',NULL,'2022-05-05 13:26:20','2022-05-05 13:30:38',NULL,NULL,0,1,1,0,'CRM',''),(1268,1,1,1,'APILog',NULL,'2022-05-05 13:26:20','2022-05-05 13:30:38',NULL,NULL,0,1,1,0,'CRM',''),(1269,1,1,1,'APILog',NULL,'2022-05-05 13:26:20','2022-05-05 13:30:38',NULL,NULL,0,1,1,0,'CRM',''),(1270,1,1,1,'APILog',NULL,'2022-05-05 13:26:20','2022-05-05 13:30:39',NULL,NULL,0,1,1,0,'CRM',''),(1271,1,1,1,'APILog',NULL,'2022-05-05 13:31:15','2022-05-05 13:33:58',NULL,NULL,0,1,1,0,'CRM',''),(1272,1,1,1,'APILog',NULL,'2022-05-05 13:31:15','2022-05-05 13:33:58',NULL,NULL,0,1,1,0,'CRM',''),(1273,1,1,1,'APILog',NULL,'2022-05-05 13:34:02','2022-05-05 13:34:02',NULL,NULL,0,1,0,0,'CRM',''),(1274,1,1,1,'APILog',NULL,'2022-05-05 13:35:07','2022-05-05 13:35:07',NULL,NULL,0,1,0,0,'CRM',''),(1275,1,1,1,'APILog',NULL,'2022-05-05 13:35:07','2022-05-05 13:35:07',NULL,NULL,0,1,0,0,'CRM',''),(1276,1,1,1,'APILog',NULL,'2022-05-05 13:35:56','2022-05-05 13:35:56',NULL,NULL,0,1,0,0,'CRM',''),(1277,1,1,1,'APILog',NULL,'2022-05-05 13:35:56','2022-05-05 13:35:56',NULL,NULL,0,1,0,0,'CRM',''),(1278,1,1,1,'APILog',NULL,'2022-05-05 13:36:47','2022-05-05 13:36:47',NULL,NULL,0,1,0,0,'CRM',''),(1279,1,1,1,'APILog',NULL,'2022-05-05 13:36:47','2022-05-05 13:36:47',NULL,NULL,0,1,0,0,'CRM',''),(1280,1,1,1,'APILog',NULL,'2022-05-05 13:36:50','2022-05-05 13:36:50',NULL,NULL,0,1,0,0,'CRM',''),(1281,1,1,1,'APILog',NULL,'2022-05-05 13:36:50','2022-05-05 13:36:50',NULL,NULL,0,1,0,0,'CRM',''),(1282,1,1,1,'APILog',NULL,'2022-05-05 13:37:22','2022-05-05 13:37:22',NULL,NULL,0,1,0,0,'CRM',''),(1283,1,1,1,'APILog',NULL,'2022-05-05 13:37:22','2022-05-05 13:37:22',NULL,NULL,0,1,0,0,'CRM',''),(1284,1,1,1,'APILog',NULL,'2022-05-05 13:38:05','2022-05-05 13:38:05',NULL,NULL,0,1,0,0,'CRM',''),(1285,1,1,1,'APILog',NULL,'2022-05-05 13:38:05','2022-05-05 13:38:05',NULL,NULL,0,1,0,0,'CRM',''),(1286,1,1,1,'APILog',NULL,'2022-05-05 13:38:51','2022-05-05 13:38:51',NULL,NULL,0,1,0,0,'CRM',''),(1287,1,1,1,'APILog',NULL,'2022-05-05 13:38:51','2022-05-05 13:38:51',NULL,NULL,0,1,0,0,'CRM',''),(1288,1,1,1,'APILog',NULL,'2022-05-05 13:39:17','2022-05-05 13:39:17',NULL,NULL,0,1,0,0,'CRM',''),(1289,1,1,1,'APILog',NULL,'2022-05-05 13:39:17','2022-05-05 13:39:17',NULL,NULL,0,1,0,0,'CRM',''),(1290,1,1,1,'APILog',NULL,'2022-05-05 13:48:08','2022-05-05 13:48:08',NULL,NULL,0,1,0,0,'CRM',''),(1291,1,1,1,'APILog',NULL,'2022-05-05 13:48:08','2022-05-05 13:48:08',NULL,NULL,0,1,0,0,'CRM','');
/*!40000 ALTER TABLE `vtiger_crmentity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_crmentity_seq`
--

DROP TABLE IF EXISTS `vtiger_crmentity_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentity_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (1291);
/*!40000 ALTER TABLE `vtiger_crmentity_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_crmentity_user_field`
--

DROP TABLE IF EXISTS `vtiger_crmentity_user_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentity_user_field` (
  `recordid` int(19) NOT NULL,
  `userid` int(19) NOT NULL,
  `starred` varchar(100) DEFAULT NULL,
  KEY `record_user_idx` (`recordid`,`userid`),
  CONSTRAINT `fk_vtiger_crmentity_user_field_recordid` FOREIGN KEY (`recordid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_crmentity_user_field`
--

LOCK TABLES `vtiger_crmentity_user_field` WRITE;
/*!40000 ALTER TABLE `vtiger_crmentity_user_field` DISABLE KEYS */;
INSERT INTO `vtiger_crmentity_user_field` VALUES (2,1,'0'),(3,1,'0'),(4,1,'0'),(5,1,'0'),(6,1,'0'),(7,1,'0'),(8,1,'0'),(9,1,'0'),(10,1,'0'),(11,1,'0'),(12,1,'0'),(13,1,'0'),(14,1,'0'),(15,1,'0'),(16,1,'0'),(17,1,'0'),(18,1,'0'),(19,1,'0'),(19,6,'0'),(20,6,'0'),(17,6,'0'),(21,1,'0'),(21,6,'0'),(22,1,'0'),(20,1,'0'),(23,1,'0'),(24,6,'0'),(24,1,'0'),(25,6,'0'),(26,1,'0'),(27,1,'0'),(28,1,'0'),(29,6,'0'),(29,1,'0'),(30,1,'0'),(31,1,'0'),(32,6,'0'),(33,1,'0'),(34,6,'0'),(35,1,'0'),(36,1,'0'),(37,1,'0'),(38,5,'0'),(39,6,'0'),(40,6,'0'),(40,1,'0'),(41,6,'0'),(41,1,'0'),(42,6,'0'),(42,1,'0'),(43,1,'0'),(44,1,'0'),(45,1,'0'),(46,1,'0'),(47,1,'0'),(48,1,'0'),(49,7,'0'),(50,7,'0'),(50,1,'0'),(49,1,'0'),(51,1,'0'),(52,1,'0'),(53,1,'0'),(54,1,'0'),(52,12,'0'),(54,12,'0'),(53,12,'0'),(55,1,'0'),(56,10,'0'),(57,5,'0'),(58,10,'0'),(59,17,'0'),(59,10,'0'),(6,17,'0'),(60,17,'0'),(61,17,'0'),(61,10,'0'),(56,17,'0'),(62,7,'0'),(62,17,'0'),(63,10,'0'),(64,6,'0'),(65,17,'0'),(65,10,'0'),(66,10,'0'),(67,17,'0'),(67,10,'0'),(68,7,'0'),(68,17,'0'),(66,17,'0'),(66,7,'0'),(69,17,'0'),(69,10,'0'),(70,17,'0'),(70,10,'0'),(71,17,'0'),(71,10,'0'),(72,17,'0'),(72,10,'0'),(73,17,'0'),(74,17,'0'),(74,10,'0'),(75,17,'0'),(76,17,'0'),(77,17,'0'),(78,17,'0'),(78,8,'0'),(76,8,'0'),(79,10,'0'),(80,17,'0'),(80,10,'0'),(81,7,'0'),(81,17,'0'),(79,17,'0'),(79,7,'0'),(82,7,'0'),(83,7,'0'),(84,7,'0'),(84,17,'0'),(85,7,'0'),(86,7,'0'),(86,8,'0'),(87,17,'0'),(87,10,'0'),(88,17,'0'),(88,10,'0'),(89,17,'0'),(90,17,'0'),(90,10,'0'),(91,17,'0'),(91,10,'0'),(92,17,'0'),(92,10,'0'),(63,17,'0'),(93,1,'0'),(94,1,'0'),(95,1,'0'),(96,1,'0'),(97,1,'0'),(98,1,'0'),(99,17,'0'),(100,17,'0'),(101,17,'0'),(101,10,'0'),(102,17,'0'),(102,10,'0'),(103,7,'0'),(104,7,'0'),(105,7,'0'),(106,7,'0'),(107,7,'0'),(107,8,'0'),(104,8,'0'),(105,17,'0'),(108,17,'0'),(108,10,'0'),(109,17,'0'),(109,10,'0'),(110,1,'0'),(110,10,'0'),(111,17,'0'),(111,10,'0'),(112,17,'0'),(112,10,'0'),(113,1,'0'),(114,17,'0'),(114,10,'0'),(89,10,'0'),(115,17,'0'),(115,10,'0'),(116,7,'0'),(117,7,'0'),(117,8,'0'),(83,8,'0'),(107,1,'0'),(83,1,'0'),(76,1,'0'),(117,1,'0'),(86,1,'0'),(118,7,'0'),(119,7,'0'),(120,7,'0'),(121,7,'0'),(122,7,'0'),(123,7,'0'),(123,8,'0'),(121,8,'0'),(124,7,'0'),(125,7,'0'),(125,8,'0'),(126,1,'0'),(127,1,'0'),(128,7,'0'),(129,7,'0'),(130,7,'0'),(131,7,'0'),(132,7,'0'),(133,7,'0'),(134,7,'0'),(135,7,'0'),(136,7,'0'),(137,7,'0'),(138,7,'0'),(139,7,'0'),(140,7,'0'),(141,7,'0'),(142,7,'0'),(143,7,'0'),(144,7,'0'),(145,7,'0'),(146,7,'0'),(147,7,'0'),(148,7,'0'),(149,7,'0'),(150,7,'0'),(151,7,'0'),(152,7,'0'),(153,7,'0'),(154,7,'0'),(155,7,'0'),(156,7,'0'),(157,7,'0'),(158,7,'0'),(159,10,'0'),(160,17,'0'),(160,10,'0'),(159,17,'0'),(161,6,'0'),(162,1,'0'),(163,1,'0'),(164,1,'0'),(165,1,'0'),(166,1,'0'),(167,1,'0'),(168,1,'0'),(169,1,'0'),(170,1,'0'),(171,1,'0'),(172,1,'0'),(173,1,'0'),(174,1,'0'),(175,1,'0'),(176,1,'0'),(177,1,'0'),(178,1,'0'),(179,1,'0'),(180,1,'0'),(181,1,'0'),(182,1,'0'),(183,7,'0'),(184,7,'0'),(185,7,'0'),(186,7,'0'),(187,7,'0'),(188,7,'0'),(189,7,'0'),(190,7,'0'),(191,7,'0'),(192,7,'0'),(193,7,'0'),(194,7,'0'),(195,7,'0'),(196,7,'0'),(197,7,'0'),(198,7,'0'),(199,7,'0'),(200,7,'0'),(201,7,'0'),(202,7,'0'),(203,7,'0'),(204,7,'0'),(205,7,'0'),(206,7,'0'),(207,7,'0'),(208,7,'0'),(209,7,'0'),(210,7,'0'),(211,7,'0'),(212,7,'0'),(213,7,'0'),(214,7,'0'),(215,7,'0'),(216,7,'0'),(217,7,'0'),(218,7,'0'),(219,7,'0'),(220,7,'0'),(221,7,'0'),(222,7,'0'),(223,7,'0'),(224,7,'0'),(225,7,'0'),(226,7,'0'),(227,7,'0'),(228,7,'0'),(229,7,'0'),(230,7,'0'),(231,7,'0'),(232,7,'0'),(233,7,'0'),(234,7,'0'),(235,7,'0'),(236,7,'0'),(237,7,'0'),(238,7,'0'),(239,7,'0'),(240,7,'0'),(241,7,'0'),(242,7,'0'),(243,7,'0'),(244,7,'0'),(245,7,'0'),(246,7,'0'),(247,7,'0'),(248,7,'0'),(249,7,'0'),(250,7,'0'),(251,7,'0'),(252,7,'0'),(253,7,'0'),(254,7,'0'),(255,7,'0'),(256,7,'0'),(257,7,'0'),(258,7,'0'),(259,7,'0'),(260,7,'0'),(261,7,'0'),(262,7,'0'),(263,7,'0'),(264,7,'0'),(265,7,'0'),(266,7,'0'),(267,7,'0'),(268,7,'0'),(269,7,'0'),(270,7,'0'),(271,7,'0'),(272,7,'0'),(273,7,'0'),(274,7,'0'),(275,7,'0'),(276,7,'0'),(277,7,'0'),(278,7,'0'),(279,7,'0'),(280,7,'0'),(281,7,'0'),(282,7,'0'),(283,7,'0'),(284,7,'0'),(285,7,'0'),(286,7,'0'),(287,7,'0'),(288,7,'0'),(288,17,'0'),(159,7,'0'),(289,7,'0'),(290,7,'0'),(291,7,'0'),(292,7,'0'),(293,7,'0'),(294,7,'0'),(295,7,'0'),(296,7,'0'),(297,7,'0'),(298,7,'0'),(299,7,'0'),(300,7,'0'),(301,7,'0'),(302,7,'0'),(303,7,'0'),(304,7,'0'),(305,7,'0'),(304,17,'0'),(306,7,'0'),(307,7,'0'),(308,7,'0'),(309,1,'0'),(310,1,'0'),(311,1,'0'),(312,1,'0'),(313,1,'0'),(314,1,'0'),(315,1,'0'),(316,1,'0'),(317,1,'0'),(318,1,'0'),(319,1,'0'),(320,1,'0'),(321,1,'0'),(322,17,'0'),(322,10,'0'),(323,1,'0'),(324,1,'0'),(325,1,'0'),(326,1,'0'),(327,1,'0'),(328,1,'0'),(329,1,'0'),(330,1,'0'),(331,1,'0'),(332,1,'0'),(333,1,'0'),(334,1,'0'),(335,1,'0'),(336,1,'0'),(337,1,'0'),(338,1,'0'),(339,1,'0'),(340,1,'0'),(159,1,'0'),(341,17,'0'),(341,10,'0'),(342,17,'0'),(308,1,'0'),(343,1,'0'),(344,1,'0'),(345,1,'0'),(346,1,'0'),(347,1,'0'),(348,1,'0'),(349,6,'0'),(350,6,'0'),(351,6,'0'),(352,6,'0'),(353,6,'0'),(354,6,'0'),(354,17,'0'),(159,6,'0'),(355,6,'0'),(356,6,'0'),(357,6,'0'),(358,6,'0'),(359,6,'0'),(360,10,'0'),(361,17,'0'),(361,10,'0'),(360,17,'0'),(362,6,'0'),(362,17,'0'),(360,6,'0'),(363,6,'0'),(364,6,'0'),(365,7,'0'),(366,1,'0'),(367,1,'0'),(368,1,'0'),(369,1,'0'),(370,1,'0'),(371,1,'0'),(372,1,'0'),(373,1,'0'),(374,1,'0'),(375,1,'0'),(376,1,'0'),(377,1,'0'),(378,1,'0'),(379,1,'0'),(380,1,'0'),(381,1,'0'),(382,1,'0'),(383,1,'0'),(384,1,'0'),(385,1,'0'),(386,1,'0'),(365,17,'0'),(387,10,'0'),(388,17,'0'),(388,10,'0'),(389,6,'0'),(389,17,'0'),(387,17,'0'),(387,6,'0'),(390,6,'0'),(391,6,'0'),(392,10,'0'),(393,17,'0'),(393,10,'0'),(394,7,'0'),(394,17,'0'),(392,17,'0'),(395,17,'0'),(396,17,'0'),(396,8,'0'),(397,10,'0'),(398,17,'0'),(398,10,'0'),(397,17,'0'),(399,7,'0'),(399,17,'0'),(397,7,'0'),(400,7,'0'),(401,7,'0'),(402,10,'0'),(403,17,'0'),(403,10,'0'),(402,17,'0'),(404,7,'0'),(404,17,'0'),(402,7,'0'),(405,7,'0'),(406,7,'0'),(407,7,'0'),(408,7,'0'),(408,8,'0'),(406,8,'0'),(409,8,'0'),(410,8,'0'),(411,10,'0'),(412,17,'0'),(412,10,'0'),(411,17,'0'),(413,7,'0'),(413,17,'0'),(411,7,'0'),(414,7,'0'),(415,7,'0'),(415,8,'0'),(416,8,'0'),(417,10,'0'),(418,17,'0'),(418,10,'0'),(417,17,'0'),(419,7,'0'),(419,17,'0'),(417,7,'0'),(420,7,'0'),(421,7,'0'),(421,8,'0'),(422,8,'0'),(423,10,'0'),(424,17,'0'),(424,10,'0'),(423,17,'0'),(425,7,'0'),(425,17,'0'),(423,7,'0'),(426,7,'0'),(427,7,'0'),(427,8,'0'),(428,8,'0'),(429,17,'0'),(429,10,'0'),(430,7,'0'),(430,17,'0'),(431,7,'0'),(432,7,'0'),(432,8,'0'),(433,8,'0'),(434,10,'0'),(435,17,'0'),(435,10,'0'),(434,17,'0'),(436,7,'0'),(436,17,'0'),(434,7,'0'),(437,7,'0'),(438,7,'0'),(438,8,'0'),(439,8,'0'),(440,10,'0'),(440,17,'0'),(441,17,'0'),(441,10,'0'),(442,7,'0'),(442,17,'0'),(440,7,'0'),(443,7,'0'),(444,7,'0'),(444,8,'0'),(445,8,'0'),(446,17,'0'),(446,10,'0'),(447,10,'0'),(448,7,'0'),(448,17,'0'),(392,7,'0'),(449,7,'0'),(450,7,'0'),(451,7,'0'),(452,7,'0'),(453,7,'0'),(454,7,'0'),(455,7,'0'),(456,7,'0'),(457,7,'0'),(457,8,'0'),(458,8,'0'),(459,17,'0'),(459,10,'0'),(447,17,'0'),(460,7,'0'),(460,17,'0'),(447,7,'0'),(461,7,'0'),(462,7,'0'),(463,7,'0'),(464,7,'0'),(465,7,'0'),(466,7,'0'),(467,7,'0'),(468,7,'0'),(469,7,'0'),(470,7,'0'),(471,7,'0'),(472,7,'0'),(472,8,'0'),(473,8,'0'),(474,1,'0'),(475,1,'0'),(476,1,'0'),(477,1,'0'),(478,1,'0'),(479,1,'0'),(480,1,'0'),(481,1,'0'),(482,1,'0'),(483,1,'0'),(484,1,'0'),(485,1,'0'),(486,1,'0'),(487,1,'0'),(488,1,'0'),(489,1,'0'),(490,1,'0'),(491,1,'0'),(492,1,'0'),(493,1,'0'),(494,1,'0'),(495,1,'0'),(496,1,'0'),(497,1,'0'),(498,1,'0'),(499,1,'0'),(500,1,'0'),(501,1,'0'),(502,1,'0'),(503,1,'0'),(504,1,'0'),(447,1,'0'),(505,1,'0'),(506,1,'0'),(507,1,'0'),(508,1,'0'),(509,1,'0'),(510,1,'0'),(511,1,'0'),(512,1,'0'),(513,1,'0'),(514,1,'0'),(515,1,'0'),(516,10,'0'),(517,10,'0'),(518,17,'0'),(518,10,'0'),(516,17,'0'),(519,7,'0'),(519,17,'0'),(516,7,'0'),(520,7,'0'),(521,7,'0'),(522,7,'0'),(523,7,'0'),(521,8,'0'),(523,8,'0'),(524,8,'0'),(525,1,'0'),(526,1,'0'),(527,8,'0'),(528,8,'0'),(529,1,'0'),(530,1,'0'),(531,1,'0'),(532,10,'0'),(533,17,'0'),(533,10,'0'),(532,17,'0'),(534,7,'0'),(534,17,'0'),(532,7,'0'),(535,7,'0'),(536,7,'0'),(537,7,'0'),(538,7,'0'),(536,8,'0'),(538,8,'0'),(535,8,'0'),(534,8,'0'),(537,8,'0'),(539,10,'0'),(540,17,'0'),(540,10,'0'),(539,17,'0'),(541,7,'0'),(541,17,'0'),(539,7,'0'),(542,7,'0'),(543,7,'0'),(544,7,'0'),(544,8,'0'),(542,8,'0'),(543,8,'0'),(545,7,'0'),(546,7,'0'),(547,7,'0'),(546,8,'0'),(545,8,'0'),(547,8,'0'),(548,8,'0'),(549,1,'0'),(550,1,'0'),(551,8,'0'),(552,8,'0'),(553,1,'0'),(554,1,'0'),(555,1,'0'),(556,1,'0'),(556,8,'0'),(555,8,'0'),(557,8,'0'),(558,1,'0'),(559,1,'0'),(560,8,'0'),(561,7,'0'),(561,17,'0'),(562,7,'0'),(563,7,'0'),(563,8,'0'),(562,8,'0'),(564,8,'0'),(565,1,'0'),(566,1,'0'),(567,8,'0'),(568,7,'0'),(569,7,'0'),(569,8,'0'),(568,8,'0'),(570,8,'0'),(571,1,'0'),(572,1,'0'),(573,1,'0'),(574,8,'0'),(575,1,'0'),(576,1,'0'),(577,1,'0'),(578,8,'0'),(579,1,'0'),(580,1,'0'),(581,1,'0'),(582,8,'0'),(583,1,'0'),(584,1,'0'),(585,1,'0'),(586,8,'0'),(587,1,'0'),(588,1,'0'),(589,1,'0'),(590,10,'0'),(591,17,'0'),(591,10,'0'),(590,17,'0'),(592,7,'0'),(592,17,'0'),(590,7,'0'),(593,7,'0'),(594,7,'0'),(594,8,'0'),(595,8,'0'),(596,1,'0'),(595,1,'0'),(597,10,'0'),(598,10,'0'),(599,10,'0'),(600,17,'0'),(600,10,'0'),(599,17,'0'),(601,6,'0'),(601,17,'0'),(599,6,'0'),(602,6,'0'),(603,6,'0'),(603,8,'0'),(604,10,'0'),(605,17,'0'),(605,10,'0'),(604,17,'0'),(606,7,'0'),(606,17,'0'),(604,7,'0'),(607,7,'0'),(608,7,'0'),(609,7,'0'),(610,7,'0'),(611,7,'0'),(612,7,'0'),(613,7,'0'),(614,7,'0'),(615,7,'0'),(616,7,'0'),(617,7,'0'),(618,10,'0'),(619,17,'0'),(619,10,'0'),(618,17,'0'),(620,7,'0'),(620,17,'0'),(618,7,'0'),(621,7,'0'),(622,7,'0'),(623,1,'0'),(624,1,'0'),(622,1,'0'),(625,7,'0'),(626,7,'0'),(627,1,'0'),(628,1,'0'),(626,1,'0'),(629,7,'0'),(630,7,'0'),(631,7,'0'),(632,7,'0'),(633,1,'0'),(634,1,'0'),(635,7,'0'),(636,1,'0'),(637,1,'0'),(635,1,'0'),(638,7,'0'),(637,8,'0'),(636,8,'0'),(639,8,'0'),(640,1,'0'),(641,1,'0'),(642,8,'0'),(643,1,'0'),(644,1,'0'),(645,1,'0'),(646,1,'0'),(647,8,'0'),(648,1,'0'),(649,8,'0'),(650,1,'0'),(651,8,'0'),(652,1,'0'),(653,8,'0'),(654,1,'0'),(655,8,'0'),(656,1,'0'),(657,8,'0'),(658,1,'0'),(659,8,'0'),(660,1,'0'),(661,8,'0'),(662,1,'0'),(663,8,'0'),(664,1,'0'),(665,8,'0'),(666,1,'0'),(667,1,'0'),(668,8,'0'),(669,1,'0'),(670,1,'0'),(671,8,'0'),(672,1,'0'),(673,1,'0'),(674,8,'0'),(675,1,'0'),(676,1,'0'),(677,8,'0'),(678,1,'0'),(679,10,'0'),(680,17,'0'),(680,10,'0'),(679,17,'0'),(681,7,'0'),(681,17,'0'),(679,7,'0'),(682,7,'0'),(683,1,'0'),(684,1,'0'),(682,1,'0'),(685,7,'0'),(686,7,'0'),(687,7,'0'),(688,10,'0'),(688,1,'0'),(689,17,'0'),(689,10,'0'),(688,17,'0'),(690,7,'0'),(690,17,'0'),(688,7,'0'),(691,7,'0'),(692,1,'0'),(693,1,'0'),(691,1,'0'),(694,7,'0'),(694,8,'0'),(695,8,'0'),(696,1,'0'),(697,1,'0'),(694,1,'0'),(698,1,'0'),(699,1,'0'),(692,8,'0'),(700,8,'0'),(701,1,'0'),(702,1,'0'),(703,1,'0'),(704,1,'0'),(705,8,'0'),(706,8,'0'),(707,8,'0'),(708,8,'0'),(709,8,'0'),(710,1,'0'),(711,1,'0'),(712,8,'0'),(713,8,'0'),(714,8,'0'),(715,1,'0'),(716,1,'0'),(717,10,'0'),(718,17,'0'),(718,10,'0'),(717,17,'0'),(719,7,'0'),(719,17,'0'),(717,7,'0'),(720,7,'0'),(721,1,'0'),(722,1,'0'),(723,1,'0'),(724,1,'0'),(725,1,'0'),(720,1,'0'),(726,7,'0'),(726,1,'0'),(726,8,'0'),(727,8,'0'),(728,8,'0'),(729,1,'0'),(730,1,'0'),(731,1,'0'),(732,1,'0'),(733,1,'0'),(734,1,'0'),(735,1,'0'),(736,1,'0'),(737,8,'0'),(738,7,'0'),(739,7,'0'),(739,8,'0'),(740,8,'0'),(741,8,'0'),(742,8,'0'),(743,10,'0'),(744,17,'0'),(744,10,'0'),(743,17,'0'),(745,7,'0'),(745,17,'0'),(743,7,'0'),(746,7,'0'),(747,1,'0'),(748,1,'0'),(749,1,'0'),(750,1,'0'),(751,1,'0'),(746,1,'0'),(752,7,'0'),(752,1,'0'),(753,10,'0'),(754,17,'0'),(754,10,'0'),(753,17,'0'),(755,7,'0'),(755,17,'0'),(753,7,'0'),(756,7,'0'),(757,1,'0'),(758,1,'0'),(759,1,'0'),(760,1,'0'),(761,1,'0'),(762,1,'0'),(763,1,'0'),(764,1,'0'),(765,1,'0'),(766,1,'0'),(756,1,'0'),(767,7,'0'),(768,1,'0'),(769,1,'0'),(770,1,'0'),(771,1,'0'),(772,1,'0'),(773,1,'0'),(774,1,'0'),(775,1,'0'),(776,1,'0'),(777,1,'0'),(767,1,'0'),(778,7,'0'),(779,1,'0'),(780,1,'0'),(781,1,'0'),(782,1,'0'),(783,1,'0'),(784,1,'0'),(785,1,'0'),(786,1,'0'),(787,1,'0'),(788,1,'0'),(778,1,'0'),(789,7,'0'),(790,1,'0'),(791,1,'0'),(792,1,'0'),(793,1,'0'),(794,1,'0'),(795,1,'0'),(796,1,'0'),(797,1,'0'),(798,1,'0'),(799,1,'0'),(789,1,'0'),(800,7,'0'),(800,1,'0'),(801,7,'0'),(801,1,'0'),(800,8,'0'),(802,8,'0'),(803,8,'0'),(804,1,'0'),(805,1,'0'),(806,1,'0'),(807,1,'0'),(808,1,'0'),(809,1,'0'),(810,1,'0'),(811,1,'0'),(812,8,'0'),(801,11,'0'),(813,7,'0'),(814,1,'0'),(815,1,'0'),(816,1,'0'),(817,1,'0'),(818,1,'0'),(813,1,'0'),(819,7,'0'),(819,1,'0'),(819,8,'0'),(820,10,'0'),(821,17,'0'),(821,10,'0'),(820,17,'0'),(822,7,'0'),(822,17,'0'),(820,7,'0'),(823,7,'0'),(824,1,'0'),(825,1,'0'),(826,1,'0'),(827,1,'0'),(828,1,'0'),(823,1,'0'),(829,7,'0'),(829,1,'0'),(829,8,'0'),(830,8,'0'),(831,8,'0'),(832,1,'0'),(833,1,'0'),(834,1,'0'),(835,1,'0'),(836,1,'0'),(837,1,'0'),(838,1,'0'),(839,1,'0'),(840,8,'0'),(841,7,'0'),(842,1,'0'),(843,1,'0'),(844,1,'0'),(845,1,'0'),(846,1,'0'),(841,1,'0'),(847,10,'0'),(848,17,'0'),(848,10,'0'),(847,17,'0'),(849,7,'0'),(849,17,'0'),(847,7,'0'),(850,10,'0'),(851,17,'0'),(851,10,'0'),(850,17,'0'),(852,7,'0'),(852,17,'0'),(850,7,'0'),(853,10,'0'),(854,17,'0'),(854,10,'0'),(853,17,'0'),(855,7,'0'),(855,17,'0'),(853,7,'0'),(856,7,'0'),(857,1,'0'),(858,1,'0'),(859,1,'0'),(860,1,'0'),(856,1,'0'),(861,7,'0'),(862,1,'0'),(863,1,'0'),(864,1,'0'),(865,1,'0'),(861,1,'0'),(866,7,'0'),(866,1,'0'),(866,8,'0'),(867,8,'0'),(868,8,'0'),(869,1,'0'),(870,1,'0'),(871,1,'0'),(872,1,'0'),(873,1,'0'),(874,1,'0'),(875,1,'0'),(876,1,'0'),(877,8,'0'),(878,8,'0'),(879,8,'0'),(880,1,'0'),(881,1,'0'),(882,1,'0'),(883,1,'0'),(884,1,'0'),(885,1,'0'),(886,1,'0'),(887,1,'0'),(888,8,'0'),(889,10,'0'),(890,17,'0'),(861,17,'0'),(890,1,'0'),(890,8,'0'),(891,8,'0'),(892,8,'0'),(893,1,'0'),(894,1,'0'),(895,1,'0'),(896,1,'0'),(897,1,'0'),(898,1,'0'),(899,8,'0'),(900,7,'0'),(901,1,'0'),(902,1,'0'),(900,1,'0'),(903,7,'0'),(903,1,'0'),(903,8,'0'),(904,8,'0'),(905,8,'0'),(906,1,'0'),(905,1,'0'),(907,1,'0'),(908,1,'0'),(909,1,'0'),(910,10,'0'),(911,1,'0'),(912,8,'0'),(913,1,'0'),(914,1,'0'),(915,8,'0'),(916,1,'0'),(917,8,'0'),(918,1,'0'),(919,8,'0'),(920,1,'0'),(921,1,'0'),(922,1,'0'),(923,8,'0'),(924,1,'0'),(925,17,'0'),(925,10,'0'),(910,17,'0'),(926,1,'0'),(927,7,'0'),(927,17,'0'),(910,7,'0'),(928,7,'0'),(929,1,'0'),(930,1,'0'),(931,1,'0'),(932,1,'0'),(933,1,'0'),(928,1,'0'),(934,8,'0'),(935,1,'0'),(936,1,'0'),(937,1,'0'),(938,7,'0'),(938,1,'0'),(939,1,'0'),(940,7,'0'),(940,1,'0'),(938,8,'0'),(941,10,'0'),(942,17,'0'),(942,10,'0'),(941,17,'0'),(943,7,'0'),(943,17,'0'),(941,7,'0'),(944,7,'0'),(945,1,'0'),(946,1,'0'),(944,1,'0'),(947,7,'0'),(947,1,'0'),(948,7,'0'),(949,1,'0'),(950,1,'0'),(951,1,'0'),(952,1,'0'),(953,1,'0'),(954,1,'0'),(948,1,'0'),(955,7,'0'),(955,1,'0'),(941,1,'0'),(956,17,'0'),(956,10,'0'),(957,7,'0'),(957,17,'0'),(958,7,'0'),(959,1,'0'),(960,1,'0'),(961,1,'0'),(962,1,'0'),(963,1,'0'),(958,1,'0'),(964,7,'0'),(964,1,'0'),(964,8,'0'),(965,8,'0'),(966,8,'0'),(967,1,'0'),(968,1,'0'),(969,1,'0'),(970,1,'0'),(971,1,'0'),(972,1,'0'),(973,1,'0'),(974,1,'0'),(975,8,'0'),(976,8,'0'),(977,8,'0'),(978,1,'0'),(979,1,'0'),(980,1,'0'),(981,1,'0'),(982,1,'0'),(983,1,'0'),(984,1,'0'),(985,1,'0'),(986,8,'0'),(987,7,'0'),(987,1,'0'),(987,8,'0'),(988,8,'0'),(989,8,'0'),(990,1,'0'),(991,1,'0'),(992,1,'0'),(993,1,'0'),(994,1,'0'),(995,1,'0'),(996,1,'0'),(997,1,'0'),(998,8,'0'),(999,10,'0'),(1000,17,'0'),(1000,10,'0'),(999,17,'0'),(1001,7,'0'),(1001,17,'0'),(999,7,'0'),(1002,7,'0'),(1003,1,'0'),(1004,1,'0'),(1002,1,'0'),(1005,7,'0'),(1005,1,'0'),(1006,7,'0'),(1007,1,'0'),(1008,1,'0'),(1006,1,'0'),(1009,7,'0'),(1009,1,'0'),(1005,8,'0'),(1010,8,'0'),(1011,8,'0'),(1012,1,'0'),(1013,1,'0'),(1014,1,'0'),(1015,1,'0'),(1016,1,'0'),(1017,1,'0'),(1018,1,'0'),(1019,1,'0'),(1020,8,'0'),(1009,11,'0'),(1021,11,'0'),(1022,11,'0'),(1023,1,'0'),(1024,1,'0'),(1025,1,'0'),(1026,1,'0'),(1027,1,'0'),(1028,1,'0'),(1029,1,'0'),(1030,1,'0'),(1031,11,'0'),(1032,10,'0'),(1033,17,'0'),(1033,10,'0'),(1032,17,'0'),(1034,7,'0'),(1034,17,'0'),(1032,7,'0'),(1035,7,'0'),(1036,1,'0'),(1037,1,'0'),(1035,1,'0'),(1038,7,'0'),(1038,1,'0'),(1038,8,'0'),(1039,17,'0'),(1039,10,'0'),(1040,7,'0'),(1040,17,'0'),(1041,7,'0'),(1042,1,'0'),(1043,1,'0'),(1041,1,'0'),(1044,7,'0'),(1044,1,'0'),(1044,8,'0'),(1045,8,'0'),(1046,8,'0'),(1047,1,'0'),(1048,1,'0'),(1049,1,'0'),(1050,1,'0'),(1051,1,'0'),(1052,1,'0'),(1053,1,'0'),(1054,1,'0'),(1055,8,'0'),(1056,1,'0'),(1057,1,'0'),(1058,1,'0'),(1059,1,'0'),(1060,1,'0'),(1061,1,'0'),(1062,1,'0'),(1063,1,'0'),(1064,1,'0'),(1065,1,'0'),(1066,1,'0'),(1067,1,'0'),(1068,1,'0'),(1069,1,'0'),(1070,1,'0'),(1071,1,'0'),(1072,1,'0'),(1073,1,'0'),(1074,1,'0'),(1075,1,'0'),(1076,1,'0'),(1077,1,'0'),(1078,1,'0'),(1079,1,'0'),(1080,1,'0'),(1081,1,'0'),(1082,1,'0'),(1083,1,'0'),(1084,1,'0'),(1085,1,'0'),(1086,1,'0'),(1087,1,'0'),(1031,1,'0'),(1088,1,'0'),(1089,1,'0'),(1090,1,'0'),(1091,1,'0'),(1092,1,'0'),(1093,1,'0'),(1094,1,'0'),(1095,1,'0'),(1096,10,'0'),(1097,17,'0'),(1097,10,'0'),(1096,17,'0'),(1098,7,'0'),(1098,17,'0'),(1096,7,'0'),(1099,7,'0'),(1100,1,'0'),(1101,1,'0'),(1102,1,'0'),(1103,1,'0'),(1104,1,'0'),(1105,1,'0'),(1106,1,'0'),(1107,1,'0'),(1108,1,'0'),(1109,1,'0'),(1110,1,'0'),(1111,1,'0'),(1112,1,'0'),(1113,1,'0'),(1114,1,'0'),(1099,1,'0'),(1115,7,'0'),(1115,1,'0'),(1116,7,'0'),(1116,1,'0'),(1115,8,'0'),(1117,8,'0'),(1118,8,'0'),(1119,1,'0'),(1120,1,'0'),(1121,1,'0'),(1122,1,'0'),(1123,1,'0'),(1124,1,'0'),(1125,1,'0'),(1126,1,'0'),(1127,8,'0'),(1116,11,'0'),(1128,11,'0'),(1129,11,'0'),(1130,1,'0'),(1131,1,'0'),(1132,1,'0'),(1133,1,'0'),(1134,1,'0'),(1135,1,'0'),(1136,1,'0'),(1137,1,'0'),(1138,11,'0'),(1139,7,'0'),(1140,1,'0'),(1141,1,'0'),(1142,1,'0'),(1139,1,'0'),(1143,7,'0'),(1143,1,'0'),(1143,8,'0'),(1144,1,'0'),(1145,1,'0'),(1146,1,'0'),(1147,1,'0'),(1148,1,'0'),(1149,1,'0'),(1150,1,'0'),(1151,1,'0'),(1152,1,'0'),(1153,1,'0'),(1154,1,'0'),(1155,1,'0'),(1156,1,'0'),(1157,1,'0'),(1158,1,'0'),(1159,1,'0'),(1160,1,'0'),(1161,1,'0'),(1162,1,'0'),(1163,1,'0'),(1164,1,'0'),(1165,1,'0'),(1166,1,'0'),(1167,1,'0'),(1168,1,'0'),(1169,10,'0'),(1170,17,'0'),(1170,10,'0'),(1169,17,'0'),(1171,7,'0'),(1171,17,'0'),(1169,7,'0'),(1172,7,'0'),(1173,1,'0'),(1172,1,'0'),(1174,7,'0'),(1174,1,'0'),(1174,8,'0'),(1175,8,'0'),(1176,8,'0'),(1177,1,'0'),(1178,1,'0'),(1179,1,'0'),(1180,1,'0'),(1181,1,'0'),(1182,1,'0'),(1183,1,'0'),(1184,1,'0'),(1185,8,'0'),(1186,10,'0'),(1187,17,'0'),(1187,10,'0'),(1186,17,'0'),(1188,7,'0'),(1188,17,'0'),(1186,7,'0'),(1189,7,'0'),(1190,7,'0'),(1190,8,'0'),(1191,8,'0'),(1192,8,'0'),(1193,1,'0'),(1192,1,'0'),(1194,1,'0'),(1195,1,'0'),(1196,1,'0'),(1197,1,'0'),(1198,8,'0'),(1199,8,'0'),(1199,1,'0'),(1200,1,'0'),(1201,1,'0'),(1202,8,'0'),(1203,8,'0'),(1204,1,'0'),(1203,1,'0'),(1205,1,'0'),(1206,1,'0'),(1207,8,'0'),(1207,1,'0'),(1208,1,'0'),(1209,1,'0'),(1210,8,'0'),(1211,8,'0'),(1212,8,'0'),(1213,8,'0'),(1214,8,'0'),(1215,8,'0'),(1216,8,'0'),(1217,8,'0'),(1218,10,'0'),(1219,10,'0'),(1220,17,'0'),(1220,10,'0'),(1218,17,'0'),(1221,7,'0'),(1221,17,'0'),(1218,7,'0'),(1222,7,'0'),(1223,7,'0'),(1223,8,'0'),(1224,8,'0'),(1225,8,'0'),(1226,1,'0'),(1225,1,'0'),(1227,1,'0'),(1228,1,'0'),(1229,1,'0'),(1230,1,'0'),(1231,1,'0'),(1232,1,'0'),(1233,8,'0'),(1233,7,'0'),(1233,1,'0'),(1234,8,'0'),(1235,8,'0'),(1236,8,'0'),(1237,8,'0'),(1238,8,'0'),(1242,8,'0'),(1243,1,'0'),(1244,1,'0'),(1245,1,'0'),(1238,1,'0'),(1246,1,'0'),(1247,1,'0'),(1248,1,'0'),(1249,1,'0'),(1250,1,'0'),(1251,1,'0'),(1252,1,'0'),(1253,1,'0'),(1254,1,'0'),(1255,1,'0'),(1256,1,'0'),(1257,1,'0'),(1258,1,'0'),(1259,1,'0'),(1260,1,'0'),(1261,1,'0'),(1262,1,'0'),(1263,1,'0'),(1264,1,'0'),(1265,1,'0'),(1266,1,'0'),(1267,1,'0'),(1268,1,'0'),(1269,1,'0'),(1270,1,'0'),(1271,1,'0'),(1272,1,'0'),(1273,1,'0'),(1274,1,'0'),(1275,1,'0'),(1276,1,'0'),(1277,1,'0'),(1278,1,'0'),(1279,1,'0'),(1280,1,'0'),(1281,1,'0'),(1282,1,'0'),(1283,1,'0'),(1284,1,'0'),(1285,1,'0'),(1286,1,'0'),(1287,1,'0'),(1288,1,'0'),(1289,1,'0'),(1290,1,'0'),(1291,1,'0');
/*!40000 ALTER TABLE `vtiger_crmentity_user_field` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_crmentityrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmentityrel` (
  `crmid` int(11) NOT NULL,
  `module` varchar(100) NOT NULL,
  `relcrmid` int(11) NOT NULL,
  `relmodule` varchar(100) NOT NULL,
  KEY `crmid_idx` (`crmid`),
  KEY `relcrmid_idx` (`relcrmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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,'Contacts',14,'Emails'),(7,'Contacts',15,'Emails');
/*!40000 ALTER TABLE `vtiger_crmentityrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_crmsetup`
--

DROP TABLE IF EXISTS `vtiger_crmsetup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_crmsetup` (
  `userid` int(11) DEFAULT NULL,
  `setup_status` int(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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),(6,1),(5,1),(7,1),(10,1),(12,1),(17,1),(8,1),(11,1);
/*!40000 ALTER TABLE `vtiger_crmsetup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cron_task`
--

DROP TABLE IF EXISTS `vtiger_cron_task`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cron_task` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `handler_file` varchar(100) DEFAULT NULL,
  `frequency` int(11) DEFAULT NULL,
  `laststart` int(11) unsigned DEFAULT NULL,
  `lastend` int(11) unsigned DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `module` varchar(100) DEFAULT NULL,
  `sequence` int(11) DEFAULT NULL,
  `description` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  UNIQUE KEY `handler_file` (`handler_file`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cron_task`
--

LOCK TABLES `vtiger_cron_task` WRITE;
/*!40000 ALTER TABLE `vtiger_cron_task` DISABLE KEYS */;
INSERT INTO `vtiger_cron_task` VALUES (1,'Workflow','cron/modules/com_vtiger_workflow/com_vtiger_workflow.service',900,1639466896,1639466896,1,'com_vtiger_workflow',1,'Recommended frequency for Workflow is 15 mins'),(2,'RecurringInvoice','cron/modules/SalesOrder/RecurringInvoice.service',43200,1639466896,1639466896,1,'SalesOrder',2,'Recommended frequency for RecurringInvoice is 12 hours'),(3,'SendReminder','cron/SendReminder.service',900,1639466896,1639466896,1,'Calendar',3,'Recommended frequency for SendReminder is 15 mins'),(5,'MailScanner','cron/MailScanner.service',900,1639466896,1639466896,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,1639466896,1639466896,1,'Reports',7,'Recommended frequency for ScheduleReports is 15 mins');
/*!40000 ALTER TABLE `vtiger_cron_task` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_currencies`
--

DROP TABLE IF EXISTS `vtiger_currencies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currencies` (
  `currencyid` int(19) 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=utf8;
/*!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,'Hong Kong, Dollars','HKD','HK$'),(46,'Hungary, Forint','HUF','Ft'),(47,'Iceland, Krona','ISK','kr'),(48,'USA, Dollars','USD','$'),(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'),(120,'Uruguay, Pesos','UYU','$U'),(121,'Uzbekistan, Sums','UZS','лв'),(122,'Venezuela, Bolivares Fuertes','VEF','Bs'),(123,'Vietnam, Dong','VND','₫'),(124,'Zambia, Kwacha','ZMK','ZMK'),(125,'Yemen, Rials','YER','﷼'),(126,'Zimbabwe Dollars','ZWD','Z$'),(127,'Malawi, Kwacha','MWK','MK'),(128,'Tunisian, Dinar','TD','TD'),(129,'Moroccan, Dirham','MAD','DH'),(130,'Iraqi Dinar','IQD','ID'),(131,'Maldivian Ruffiya','MVR','MVR'),(132,'Ugandan Shilling','UGX','Sh'),(133,'Sudanese Pound','SDG','£'),(134,'CFA Franc BCEAO','XOF','CFA'),(135,'CFA Franc BEAC','XAF','CFA'),(136,'Haiti, Gourde','HTG','G'),(137,'Libya, Dinar','LYD','LYD'),(138,'CFP Franc','XPF','F');
/*!40000 ALTER TABLE `vtiger_currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_currencies_seq`
--

DROP TABLE IF EXISTS `vtiger_currencies_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currencies_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currencies_seq`
--

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

--
-- Table structure for table `vtiger_currency`
--

DROP TABLE IF EXISTS `vtiger_currency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency` (
  `currencyid` int(19) NOT NULL AUTO_INCREMENT,
  `currency` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`currencyid`),
  UNIQUE KEY `currency_currency_idx` (`currency`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency`
--

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

--
-- Table structure for table `vtiger_currency_decimal_separator`
--

DROP TABLE IF EXISTS `vtiger_currency_decimal_separator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_decimal_separator` (
  `currency_decimal_separatorid` int(19) NOT NULL AUTO_INCREMENT,
  `currency_decimal_separator` varchar(2) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`currency_decimal_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_decimal_separator`
--

LOCK TABLES `vtiger_currency_decimal_separator` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator` DISABLE KEYS */;
INSERT INTO `vtiger_currency_decimal_separator` VALUES (1,'.',0,1),(2,',',1,1),(3,'\'',2,1),(4,' ',3,1),(5,'$',4,1);
/*!40000 ALTER TABLE `vtiger_currency_decimal_separator` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_currency_decimal_separator_seq`
--

DROP TABLE IF EXISTS `vtiger_currency_decimal_separator_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_decimal_separator_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_decimal_separator_seq`
--

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

--
-- Table structure for table `vtiger_currency_grouping_pattern`
--

DROP TABLE IF EXISTS `vtiger_currency_grouping_pattern`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_pattern` (
  `currency_grouping_patternid` int(19) NOT NULL AUTO_INCREMENT,
  `currency_grouping_pattern` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`currency_grouping_patternid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_grouping_pattern`
--

LOCK TABLES `vtiger_currency_grouping_pattern` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_pattern` VALUES (1,'123,456,789',0,1),(2,'123456789',1,1),(3,'123456,789',2,1),(4,'12,34,56,789',3,1);
/*!40000 ALTER TABLE `vtiger_currency_grouping_pattern` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_currency_grouping_pattern_seq`
--

DROP TABLE IF EXISTS `vtiger_currency_grouping_pattern_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_pattern_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_grouping_pattern_seq`
--

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

--
-- Table structure for table `vtiger_currency_grouping_separator`
--

DROP TABLE IF EXISTS `vtiger_currency_grouping_separator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_separator` (
  `currency_grouping_separatorid` int(19) NOT NULL AUTO_INCREMENT,
  `currency_grouping_separator` varchar(2) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`currency_grouping_separatorid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_grouping_separator`
--

LOCK TABLES `vtiger_currency_grouping_separator` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator` DISABLE KEYS */;
INSERT INTO `vtiger_currency_grouping_separator` VALUES (1,',',0,1),(2,'.',1,1),(3,'\'',2,1),(4,' ',3,1),(5,'$',4,1);
/*!40000 ALTER TABLE `vtiger_currency_grouping_separator` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_currency_grouping_separator_seq`
--

DROP TABLE IF EXISTS `vtiger_currency_grouping_separator_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_grouping_separator_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_grouping_separator_seq`
--

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

--
-- Table structure for table `vtiger_currency_info`
--

DROP TABLE IF EXISTS `vtiger_currency_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `currency_name` varchar(100) 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(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!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,'India, Rupees','INR','₹',1.00000,'Active','0',0),(2,'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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_info_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_info_seq`
--

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

--
-- Table structure for table `vtiger_currency_symbol_placement`
--

DROP TABLE IF EXISTS `vtiger_currency_symbol_placement`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_symbol_placement` (
  `currency_symbol_placementid` int(19) NOT NULL AUTO_INCREMENT,
  `currency_symbol_placement` varchar(30) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`currency_symbol_placementid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_currency_symbol_placement`
--

LOCK TABLES `vtiger_currency_symbol_placement` WRITE;
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement` DISABLE KEYS */;
INSERT INTO `vtiger_currency_symbol_placement` VALUES (1,'$1.0',0,1),(2,'1.0$',1,1);
/*!40000 ALTER TABLE `vtiger_currency_symbol_placement` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_currency_symbol_placement_seq`
--

DROP TABLE IF EXISTS `vtiger_currency_symbol_placement_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_currency_symbol_placement_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_cust_category`
--

DROP TABLE IF EXISTS `vtiger_cust_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_category` (
  `cust_categoryid` int(11) NOT NULL AUTO_INCREMENT,
  `cust_category` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`cust_categoryid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_category`
--

LOCK TABLES `vtiger_cust_category` WRITE;
/*!40000 ALTER TABLE `vtiger_cust_category` DISABLE KEYS */;
INSERT INTO `vtiger_cust_category` VALUES (1,'Personal',1,412,1,NULL),(2,'Business',1,413,2,NULL);
/*!40000 ALTER TABLE `vtiger_cust_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cust_category_seq`
--

DROP TABLE IF EXISTS `vtiger_cust_category_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_category_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_category_seq`
--

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

--
-- Table structure for table `vtiger_cust_city`
--

DROP TABLE IF EXISTS `vtiger_cust_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_city` (
  `cust_cityid` int(11) NOT NULL AUTO_INCREMENT,
  `cust_city` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`cust_cityid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_city`
--

LOCK TABLES `vtiger_cust_city` WRITE;
/*!40000 ALTER TABLE `vtiger_cust_city` DISABLE KEYS */;
INSERT INTO `vtiger_cust_city` VALUES (1,'Ahmedabad',1,414,1,NULL),(2,'Surat',1,415,2,NULL);
/*!40000 ALTER TABLE `vtiger_cust_city` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cust_city_seq`
--

DROP TABLE IF EXISTS `vtiger_cust_city_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_city_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_city_seq`
--

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

--
-- Table structure for table `vtiger_cust_gender`
--

DROP TABLE IF EXISTS `vtiger_cust_gender`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_gender` (
  `cust_genderid` int(11) NOT NULL AUTO_INCREMENT,
  `cust_gender` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`cust_genderid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_gender`
--

LOCK TABLES `vtiger_cust_gender` WRITE;
/*!40000 ALTER TABLE `vtiger_cust_gender` DISABLE KEYS */;
INSERT INTO `vtiger_cust_gender` VALUES (1,'Male',1,408,1,NULL),(2,'Female',1,409,2,NULL);
/*!40000 ALTER TABLE `vtiger_cust_gender` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cust_gender_seq`
--

DROP TABLE IF EXISTS `vtiger_cust_gender_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_gender_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_gender_seq`
--

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

--
-- Table structure for table `vtiger_cust_kaashplus_lang`
--

DROP TABLE IF EXISTS `vtiger_cust_kaashplus_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_kaashplus_lang` (
  `cust_kaashplus_langid` int(11) NOT NULL AUTO_INCREMENT,
  `cust_kaashplus_lang` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`cust_kaashplus_langid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_kaashplus_lang`
--

LOCK TABLES `vtiger_cust_kaashplus_lang` WRITE;
/*!40000 ALTER TABLE `vtiger_cust_kaashplus_lang` DISABLE KEYS */;
INSERT INTO `vtiger_cust_kaashplus_lang` VALUES (1,'Hindi',1,416,1,NULL),(2,'English',1,417,2,NULL);
/*!40000 ALTER TABLE `vtiger_cust_kaashplus_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cust_kaashplus_lang_seq`
--

DROP TABLE IF EXISTS `vtiger_cust_kaashplus_lang_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_kaashplus_lang_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_kaashplus_lang_seq`
--

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

--
-- Table structure for table `vtiger_cust_nationality`
--

DROP TABLE IF EXISTS `vtiger_cust_nationality`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_nationality` (
  `cust_nationalityid` int(11) NOT NULL AUTO_INCREMENT,
  `cust_nationality` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`cust_nationalityid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_nationality`
--

LOCK TABLES `vtiger_cust_nationality` WRITE;
/*!40000 ALTER TABLE `vtiger_cust_nationality` DISABLE KEYS */;
INSERT INTO `vtiger_cust_nationality` VALUES (1,'Indian',1,410,1,NULL),(2,'Other',1,411,2,NULL);
/*!40000 ALTER TABLE `vtiger_cust_nationality` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cust_nationality_seq`
--

DROP TABLE IF EXISTS `vtiger_cust_nationality_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cust_nationality_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cust_nationality_seq`
--

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

--
-- Table structure for table `vtiger_customaction`
--

DROP TABLE IF EXISTS `vtiger_customaction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customaction` (
  `cvid` int(19) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerdetails` (
  `customerid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_customerdetails`
--

LOCK TABLES `vtiger_customerdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_customerdetails` DISABLE KEYS */;
INSERT INTO `vtiger_customerdetails` VALUES (2,'0',NULL,NULL),(7,'0',NULL,NULL),(30,'0',NULL,NULL),(490,'0',NULL,NULL),(496,'0',NULL,NULL),(527,'0',NULL,NULL),(551,'0',NULL,NULL),(560,'0',NULL,NULL),(567,'0',NULL,NULL),(596,'0',NULL,NULL),(705,'0',NULL,NULL),(737,'0',NULL,NULL),(812,'0',NULL,NULL),(840,'0',NULL,NULL),(877,'0',NULL,NULL),(888,'0',NULL,NULL),(899,'0',NULL,NULL),(906,'0',NULL,NULL),(975,'0',NULL,NULL),(986,'0',NULL,NULL),(998,'0',NULL,NULL),(1020,'0',NULL,NULL),(1031,'0',NULL,NULL),(1055,'0',NULL,NULL),(1127,'0',NULL,NULL),(1138,'0',NULL,NULL),(1185,'0',NULL,NULL),(1193,'0',NULL,NULL),(1204,'0',NULL,NULL),(1226,'0',NULL,NULL);
/*!40000 ALTER TABLE `vtiger_customerdetails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customerportal_fields`
--

DROP TABLE IF EXISTS `vtiger_customerportal_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_fields` (
  `tabid` int(19) NOT NULL,
  `fieldinfo` text,
  `records_visible` int(1) DEFAULT NULL,
  PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_customerportal_fields`
--

LOCK TABLES `vtiger_customerportal_fields` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_fields` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_fields` VALUES (4,'{\"lastname\":1,\"assigned_user_id\":1}',1),(6,'{\"accountname\":1,\"assigned_user_id\":1}',1),(8,'{\"notes_title\":1,\"assigned_user_id\":1,\"filename\":0}',1),(13,'{\"ticket_title\":1,\"assigned_user_id\":1,\"ticketpriorities\":1,\"ticketstatus\":1,\"description\":1,\"product_id\":1,\"ticketseverities\":1,\"ticketcategories\":1}',1),(14,'{\"productname\":1,\"assigned_user_id\":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,'{\"subject\":1,\"account_id\":1,\"assigned_user_id\":1,\"bill_street\":1,\"ship_street\":1}',1),(35,'{\"servicename\":1}',1),(36,'{\"subject\":1,\"assigned_user_id\":1}',NULL),(40,'{\"projectmilestonename\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(41,'{\"projecttaskname\":1,\"projectid\":1,\"assigned_user_id\":1}',1),(42,'{\"projectname\":1,\"assigned_user_id\":1}',1),(47,'{\"product\":1,\"serialnumber\":1,\"assigned_user_id\":1,\"datesold\":1,\"dateinservice\":1,\"assetstatus\":1,\"assetname\":1,\"account\":1}',1);
/*!40000 ALTER TABLE `vtiger_customerportal_fields` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_customerportal_prefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_prefs` (
  `tabid` int(19) NOT NULL,
  `prefkey` varchar(100) NOT NULL,
  `prefvalue` int(20) DEFAULT NULL,
  PRIMARY KEY (`tabid`,`prefkey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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),(35,'showrelatedinfo',1),(40,'showrelatedinfo',1),(41,'showrelatedinfo',1),(42,'showrelatedinfo',1),(47,'showrelatedinfo',1);
/*!40000 ALTER TABLE `vtiger_customerportal_prefs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customerportal_relatedmoduleinfo`
--

DROP TABLE IF EXISTS `vtiger_customerportal_relatedmoduleinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_relatedmoduleinfo` (
  `tabid` int(19) NOT NULL,
  `relatedmodules` text,
  PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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}]'),(35,'[{\"name\":\"History\",\"value\":1}]'),(36,'[{\"name\":\"History\",\"value\":1}]'),(40,'[{\"name\":\"History\",\"value\":1}]'),(41,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1}]'),(42,'[{\"name\":\"History\",\"value\":1},{\"name\":\"ModComments\",\"value\":1},{\"name\":\"ProjectTask\",\"value\":1},{\"name\":\"ProjectMilestone\",\"value\":1},{\"name\":\"Documents\",\"value\":1}]'),(47,'[{\"name\":\"History\",\"value\":1}]');
/*!40000 ALTER TABLE `vtiger_customerportal_relatedmoduleinfo` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_customerportal_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_settings` (
  `id` int(11) DEFAULT NULL,
  `url` varchar(250) DEFAULT NULL,
  `default_assignee` int(11) DEFAULT NULL,
  `support_notification` int(11) DEFAULT NULL,
  `announcement` text,
  `shortcuts` text,
  `widgets` text,
  `charts` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_customerportal_settings`
--

LOCK TABLES `vtiger_customerportal_settings` WRITE;
/*!40000 ALTER TABLE `vtiger_customerportal_settings` DISABLE KEYS */;
INSERT INTO `vtiger_customerportal_settings` VALUES (1,NULL,1,NULL,NULL,'{\"Documents\":{\"LBL_ADD_DOCUMENT\":1},\"HelpDesk\":{\"LBL_CREATE_TICKET\":1,\"LBL_OPEN_TICKETS\":1}}','{\"widgets\":{\"HelpDesk\":1,\"Documents\":1,\"Faq\":1}}','{\"charts\":{\"OpenTicketsByPriority\":1,\"TicketsClosureTimeByPriority\":1}}');
/*!40000 ALTER TABLE `vtiger_customerportal_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customerportal_tabs`
--

DROP TABLE IF EXISTS `vtiger_customerportal_tabs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customerportal_tabs` (
  `tabid` int(19) NOT NULL,
  `visible` int(1) DEFAULT '1',
  `sequence` int(1) DEFAULT NULL,
  `createrecord` tinyint(1) NOT NULL DEFAULT '0',
  `editrecord` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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),(35,1,7,0,0),(36,1,25,0,0),(40,1,13,0,0),(41,1,12,0,0),(42,1,11,0,0),(47,1,14,0,1);
/*!40000 ALTER TABLE `vtiger_customerportal_tabs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customreport`
--

DROP TABLE IF EXISTS `vtiger_customreport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customreport` (
  `customreportid` int(19) NOT NULL,
  `report_no` varchar(24) DEFAULT NULL,
  `cmreportname` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`customreportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_customreport`
--

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

--
-- Table structure for table `vtiger_customreportcf`
--

DROP TABLE IF EXISTS `vtiger_customreportcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customreportcf` (
  `customreportid` int(19) NOT NULL,
  PRIMARY KEY (`customreportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_customreportcf`
--

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

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

DROP TABLE IF EXISTS `vtiger_customview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customview` (
  `cvid` int(19) NOT NULL,
  `viewname` varchar(100) NOT NULL,
  `setdefault` int(1) DEFAULT '0',
  `setmetrics` int(1) DEFAULT '0',
  `entitytype` varchar(25) NOT NULL,
  `status` int(1) DEFAULT '1',
  `userid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_customview`
--

LOCK TABLES `vtiger_customview` WRITE;
/*!40000 ALTER TABLE `vtiger_customview` DISABLE KEYS */;
INSERT INTO `vtiger_customview` VALUES (1,'All',1,0,'Leads',0,1),(2,'Hot Leads',0,1,'Leads',3,1),(3,'This Month Leads',0,0,'Leads',3,1),(4,'All',1,0,'Accounts',0,1),(5,'Prospect Accounts',0,1,'Accounts',3,1),(6,'New This Week',0,0,'Accounts',3,1),(7,'All',1,0,'Contacts',0,1),(8,'Contacts Address',0,0,'Contacts',3,1),(9,'Todays Birthday',0,0,'Contacts',3,1),(10,'All',1,0,'Potentials',0,1),(11,'Potentials Won',0,1,'Potentials',3,1),(12,'Prospecting',0,0,'Potentials',3,1),(13,'All',1,0,'HelpDesk',0,1),(14,'Open Tickets',0,1,'HelpDesk',3,1),(15,'High Prioriy Tickets',0,0,'HelpDesk',3,1),(16,'All',1,0,'Quotes',0,1),(17,'Open Quotes',0,1,'Quotes',3,1),(18,'Rejected Quotes',0,0,'Quotes',3,1),(19,'All',1,0,'Calendar',0,1),(20,'All',1,0,'Emails',0,1),(21,'All',1,0,'Invoice',0,1),(22,'All',1,0,'Documents',0,1),(23,'All',1,0,'PriceBooks',0,1),(24,'All',1,0,'Products',0,1),(25,'All',1,0,'PurchaseOrder',0,1),(26,'All',1,0,'SalesOrder',0,1),(27,'All',1,0,'Vendors',0,1),(28,'All',1,0,'Faq',0,1),(29,'All',1,0,'Campaigns',0,1),(30,'All',1,0,'Webmails',0,1),(31,'Drafted FAQ',0,0,'Faq',3,1),(32,'Published FAQ',0,0,'Faq',3,1),(33,'Open Purchase Orders',0,0,'PurchaseOrder',3,1),(34,'Received Purchase Orders',0,0,'PurchaseOrder',3,1),(35,'Open Invoices',0,0,'Invoice',3,1),(36,'Paid Invoices',0,0,'Invoice',3,1),(37,'Pending Sales Orders',0,0,'SalesOrder',3,1),(38,'All',1,0,'Services',0,1),(39,'All',1,0,'ServiceContracts',0,1),(40,'All',1,0,'PBXManager',0,1),(41,'All',0,0,'ModComments',0,1),(45,'All',1,0,'Assets',0,1),(46,'All',0,0,'SMSNotifier',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,'InventoryOrder',0,1),(51,'All',1,0,'SimCard',0,1),(52,'All',1,0,'AgentPayment',0,1),(53,'All',1,0,'SellingInventory',0,1),(54,'All',1,0,'SimGenerate',0,1),(55,'All',1,0,'UserJournal',0,1),(56,'All',1,0,'CustomReport',0,1),(57,'All',1,0,'OtherInventory',0,1),(58,'All',1,0,'CashierInventory',0,1),(59,'All',1,0,'APILog',0,1),(60,'All',1,0,'SellingSimcard',0,1),(61,'All',1,0,'SellingReactivation',0,1),(62,'All',1,0,'PurchaseInventory',0,1),(63,'All',1,0,'SimcardDistribute',0,1),(64,'All',1,0,'DailyCheckup',0,1),(67,'All',1,0,'PlaceOrder',0,1),(68,'All',1,0,'PlaceOrder',0,1),(69,'All',1,0,'SimPackage',0,1),(70,'All',1,0,'AddonService',0,1),(71,'All',1,0,'Coupon',0,1),(72,'All',1,0,'NewNumber',0,1),(73,'All',1,0,'AddonsTransaction',0,1);
/*!40000 ALTER TABLE `vtiger_customview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_customview_seq`
--

DROP TABLE IF EXISTS `vtiger_customview_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_customview_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (73);
/*!40000 ALTER TABLE `vtiger_customview_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cv2group`
--

DROP TABLE IF EXISTS `vtiger_cv2group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cv2group` (
  `cvid` int(25) NOT NULL,
  `groupid` int(25) NOT NULL,
  KEY `vtiger_cv2group_ibfk_1` (`cvid`),
  KEY `vtiger_groups_ibfk_1` (`groupid`),
  CONSTRAINT `vtiger_customview_ibfk_2` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_groups_ibfk_1` FOREIGN KEY (`groupid`) REFERENCES `vtiger_groups` (`groupid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cv2group`
--

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

--
-- Table structure for table `vtiger_cv2role`
--

DROP TABLE IF EXISTS `vtiger_cv2role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cv2role` (
  `cvid` int(25) NOT NULL,
  `roleid` varchar(255) NOT NULL,
  KEY `vtiger_cv2role_ibfk_1` (`cvid`),
  KEY `vtiger_role_ibfk_1` (`roleid`),
  CONSTRAINT `vtiger_customview_ibfk_3` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_role_ibfk_1` FOREIGN KEY (`roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cv2role`
--

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

--
-- Table structure for table `vtiger_cv2rs`
--

DROP TABLE IF EXISTS `vtiger_cv2rs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cv2rs` (
  `cvid` int(25) NOT NULL,
  `rsid` varchar(255) NOT NULL,
  KEY `vtiger_cv2role_ibfk_1` (`cvid`),
  KEY `vtiger_rolesd_ibfk_1` (`rsid`),
  CONSTRAINT `vtiger_customview_ibfk_4` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_rolesd_ibfk_1` FOREIGN KEY (`rsid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cv2rs`
--

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

--
-- Table structure for table `vtiger_cv2users`
--

DROP TABLE IF EXISTS `vtiger_cv2users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cv2users` (
  `cvid` int(25) NOT NULL,
  `userid` int(25) NOT NULL,
  KEY `vtiger_cv2users_ibfk_1` (`cvid`),
  KEY `vtiger_users_ibfk_1` (`userid`),
  CONSTRAINT `vtiger_customview_ibfk_1` FOREIGN KEY (`cvid`) REFERENCES `vtiger_customview` (`cvid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_users_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cv2users`
--

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

--
-- Table structure for table `vtiger_cvadvfilter`
--

DROP TABLE IF EXISTS `vtiger_cvadvfilter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvadvfilter` (
  `cvid` int(19) NOT NULL,
  `columnindex` int(11) NOT NULL,
  `columnname` varchar(250) DEFAULT '',
  `comparator` varchar(20) DEFAULT NULL,
  `value` varchar(512) DEFAULT NULL,
  `groupid` int(11) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cvadvfilter`
--

LOCK TABLES `vtiger_cvadvfilter` WRITE;
/*!40000 ALTER TABLE `vtiger_cvadvfilter` DISABLE KEYS */;
INSERT INTO `vtiger_cvadvfilter` VALUES (2,0,'vtiger_leaddetails:leadstatus:leadstatus:Leads_Lead_Status:V','e','Hot',1,'and'),(5,0,'vtiger_account:account_type:accounttype:Accounts_Type:V','e','Prospect',1,'and'),(11,0,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V','e','Closed Won',1,'and'),(12,0,'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V','e','Prospecting',1,'and'),(14,0,'vtiger_troubletickets:status:ticketstatus:HelpDesk_Status:V','n','Closed',1,'and'),(15,0,'vtiger_troubletickets:priority:ticketpriorities:HelpDesk_Priority:V','e','High',1,'and'),(17,0,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','n','Accepted',1,'and'),(17,1,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','n','Rejected',1,'and'),(18,0,'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V','e','Rejected',1,'and'),(31,0,'vtiger_faq:status:faqstatus:Faq_Status:V','e','Draft',1,'and'),(32,0,'vtiger_faq:status:faqstatus:Faq_Status:V','e','Published',1,'and'),(33,0,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V','e','Created, Approved, Delivered',1,'and'),(34,0,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V','e','Received Shipment',1,'and'),(35,0,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V','e','Created, Approved, Sent',1,'and'),(36,0,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V','e','Paid',1,'and'),(37,0,'vtiger_salesorder:sostatus:sostatus:SalesOrder_Status:V','e','Created, Approved',1,'and');
/*!40000 ALTER TABLE `vtiger_cvadvfilter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cvadvfilter_grouping`
--

DROP TABLE IF EXISTS `vtiger_cvadvfilter_grouping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvadvfilter_grouping` (
  `groupid` int(11) NOT NULL,
  `cvid` int(19) NOT NULL,
  `group_condition` varchar(255) DEFAULT NULL,
  `condition_expression` text,
  PRIMARY KEY (`groupid`,`cvid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvcolumnlist` (
  `cvid` int(19) NOT NULL,
  `columnindex` int(11) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_cvcolumnlist`
--

LOCK TABLES `vtiger_cvcolumnlist` WRITE;
/*!40000 ALTER TABLE `vtiger_cvcolumnlist` DISABLE KEYS */;
INSERT INTO `vtiger_cvcolumnlist` VALUES (1,1,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(1,2,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(1,3,'vtiger_leaddetails:company:company:Leads_Company:V'),(1,4,'vtiger_leadaddress:phone:phone:Leads_Phone:V'),(1,5,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(1,6,'vtiger_leaddetails:email:email:Leads_Email:V'),(1,7,'vtiger_crmentity:smownerid:assigned_user_id:Leads_Assigned_To:V'),(2,0,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(2,1,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(2,2,'vtiger_leaddetails:company:company:Leads_Company:V'),(2,3,'vtiger_leaddetails:leadsource:leadsource:Leads_Lead_Source:V'),(2,4,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(2,5,'vtiger_leaddetails:email:email:Leads_Email:E'),(3,0,'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V'),(3,1,'vtiger_leaddetails:lastname:lastname:Leads_Last_Name:V'),(3,2,'vtiger_leaddetails:company:company:Leads_Company:V'),(3,3,'vtiger_leaddetails:leadsource:leadsource:Leads_Lead_Source:V'),(3,4,'vtiger_leadsubdetails:website:website:Leads_Website:V'),(3,5,'vtiger_leaddetails:email:email:Leads_Email:E'),(4,1,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(4,2,'vtiger_accountbillads:bill_city:bill_city:Accounts_Billing_City:V'),(4,3,'vtiger_account:website:website:Accounts_Website:V'),(4,4,'vtiger_account:phone:phone:Accounts_Phone:V'),(4,5,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(5,0,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(5,1,'vtiger_account:phone:phone:Accounts_Phone:V'),(5,2,'vtiger_account:website:website:Accounts_Website:V'),(5,3,'vtiger_account:rating:rating:Accounts_Rating:V'),(5,4,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(6,0,'vtiger_account:accountname:accountname:Accounts_Account_Name:V'),(6,1,'vtiger_account:phone:phone:Accounts_Phone:V'),(6,2,'vtiger_account:website:website:Accounts_Website:V'),(6,3,'vtiger_accountbillads:bill_city:bill_city:Accounts_City:V'),(6,4,'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),(7,0,'vtiger_contactdetails:contact_no:contact_no:Contacts_Contact_Id: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,0,'vtiger_products:productname:productname:Products_Product_Name:V'),(24,1,'vtiger_products:qtyinstock:qtyinstock:Products_Qty_In_Stock:NN'),(24,2,'vtiger_products:approvedstock:approvedstock:Products_Approved_Qty:I'),(24,3,'vtiger_products:unit_price:unit_price:Products_Unit_Price:N'),(25,1,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(25,2,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:V'),(25,3,'vtiger_purchaseorder:tracking_no:tracking_no:PurchaseOrder_Tracking_Number:V'),(25,4,'vtiger_purchaseorder:total:hdnGrandTotal:PurchaseOrder_Total:N'),(25,5,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(26,1,'vtiger_salesorder:subject:subject:SalesOrder_Subject:V'),(26,2,'vtiger_salesorder:accountid:account_id:SalesOrder_Account_Name:V'),(26,3,'vtiger_salesorder:quoteid:quote_id:SalesOrder_Quote_Name:V'),(26,4,'vtiger_salesorder:total:hdnGrandTotal:SalesOrder_Total:N'),(26,5,'vtiger_crmentity:smownerid:assigned_user_id:SalesOrder_Assigned_To:V'),(27,1,'vtiger_vendor:vendorname:vendorname:Vendors_Vendor_Name:V'),(27,2,'vtiger_vendor:phone:phone:Vendors_Phone:V'),(27,3,'vtiger_vendor:email:email:Vendors_Email:V'),(27,4,'vtiger_vendor:category:category:Vendors_Category:V'),(27,5,'vtiger_crmentity:smownerid:assigned_user_id:Vendors_Assigned_To:V'),(28,1,'vtiger_faq:question:question:Faq_Question:V'),(28,2,'vtiger_faq:category:faqcategories:Faq_Category:V'),(28,3,'vtiger_faq:product_id:product_id:Faq_Product_Name:V'),(28,4,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(28,5,'vtiger_crmentity:modifiedtime:modifiedtime:Faq_Modified_Time:DT'),(29,1,'vtiger_campaign:campaignname:campaignname:Campaigns_Campaign_Name:V'),(29,2,'vtiger_campaign:campaigntype:campaigntype:Campaigns_Campaign_Type:V'),(29,3,'vtiger_campaign:campaignstatus:campaignstatus:Campaigns_Campaign_Status:V'),(29,4,'vtiger_campaign:expectedrevenue:expectedrevenue:Campaigns_Expected_Revenue:N'),(29,5,'vtiger_campaign:closingdate:closingdate:Campaigns_Expected_Close_Date:D'),(29,6,'vtiger_crmentity:smownerid:assigned_user_id:Campaigns_Assigned_To:V'),(30,0,'subject:subject:subject:Subject:V'),(30,1,'from:fromname:fromname:From:N'),(30,2,'to:tpname:toname:To:N'),(30,3,'body:body:body:Body:V'),(31,0,'vtiger_faq:question:question:Faq_Question:V'),(31,1,'vtiger_faq:status:faqstatus:Faq_Status:V'),(31,2,'vtiger_faq:product_id:product_id:Faq_Product_Name:I'),(31,3,'vtiger_faq:category:faqcategories:Faq_Category:V'),(31,4,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(32,0,'vtiger_faq:question:question:Faq_Question:V'),(32,1,'vtiger_faq:answer:faq_answer:Faq_Answer:V'),(32,2,'vtiger_faq:status:faqstatus:Faq_Status:V'),(32,3,'vtiger_faq:product_id:product_id:Faq_Product_Name:I'),(32,4,'vtiger_faq:category:faqcategories:Faq_Category:V'),(32,5,'vtiger_crmentity:createdtime:createdtime:Faq_Created_Time:DT'),(33,0,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(33,1,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V'),(33,2,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:I'),(33,3,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(33,4,'vtiger_purchaseorder:duedate:duedate:PurchaseOrder_Due_Date:V'),(34,0,'vtiger_purchaseorder:subject:subject:PurchaseOrder_Subject:V'),(34,1,'vtiger_purchaseorder:vendorid:vendor_id:PurchaseOrder_Vendor_Name:I'),(34,2,'vtiger_crmentity:smownerid:assigned_user_id:PurchaseOrder_Assigned_To:V'),(34,3,'vtiger_purchaseorder:postatus:postatus:PurchaseOrder_Status:V'),(34,4,'vtiger_purchaseorder:carrier:carrier:PurchaseOrder_Carrier:V'),(34,5,'vtiger_poshipads:ship_street:ship_street:PurchaseOrder_Shipping_Address:V'),(35,0,'vtiger_invoice:invoice_no:invoice_no:Invoice_Invoice_No:V'),(35,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(35,2,'vtiger_invoice:accountid:account_id:Invoice_Account_Name:I'),(35,3,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:I'),(35,4,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(35,5,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(35,6,'vtiger_crmentity:createdtime:createdtime:Invoice_Created_Time:DT'),(36,0,'vtiger_invoice:invoice_no:invoice_no:Invoice_Invoice_No:V'),(36,1,'vtiger_invoice:subject:subject:Invoice_Subject:V'),(36,2,'vtiger_invoice:accountid:account_id:Invoice_Account_Name:I'),(36,3,'vtiger_invoice:salesorderid:salesorder_id:Invoice_Sales_Order:I'),(36,4,'vtiger_invoice:invoicestatus:invoicestatus:Invoice_Status:V'),(36,5,'vtiger_invoiceshipads:ship_street:ship_street:Invoice_Shipping_Address:V'),(36,6,'vtiger_crmentity:smownerid:assigned_user_id:Invoice_Assigned_To:V'),(37,0,'vtiger_salesorder:subject:subject:SalesOrder_Subject:V'),(37,1,'vtiger_salesorder:accountid:account_id:SalesOrder_Account_Name:I'),(37,2,'vtiger_salesorder:sostatus:sostatus:SalesOrder_Status:V'),(37,3,'vtiger_crmentity:smownerid:assigned_user_id:SalesOrder_Assigned_To:V'),(37,4,'vtiger_soshipads:ship_street:ship_street:SalesOrder_Shipping_Address:V'),(37,5,'vtiger_salesorder:carrier:carrier:SalesOrder_Carrier:V'),(38,1,'vtiger_service:servicename:servicename:Services_Service_Name:V'),(38,2,'vtiger_service:service_usageunit:service_usageunit:Services_Usage_Unit:V'),(38,3,'vtiger_service:unit_price:unit_price:Services_Price:N'),(38,4,'vtiger_service:qty_per_unit:qty_per_unit:Services_No_of_Units:N'),(38,5,'vtiger_service:servicecategory:servicecategory:Services_Service_Category:V'),(38,6,'vtiger_crmentity:smownerid:assigned_user_id:Services_Owner:I'),(39,1,'vtiger_servicecontracts:subject:subject:ServiceContracts_Subject:V'),(39,2,'vtiger_servicecontracts:sc_related_to:sc_related_to:ServiceContracts_Related_to:V'),(39,3,'vtiger_crmentity:smownerid:assigned_user_id:ServiceContracts_Assigned_To:V'),(39,4,'vtiger_servicecontracts:start_date:start_date:ServiceContracts_Start_Date:D'),(39,5,'vtiger_servicecontracts:due_date:due_date:ServiceContracts_Due_date:D'),(39,7,'vtiger_servicecontracts:progress:progress:ServiceContracts_Progress:N'),(39,8,'vtiger_servicecontracts:contract_status:contract_status:ServiceContracts_Status:V'),(40,0,'vtiger_pbxmanager:callstatus:callstatus:PBXManager_Call_Status:V'),(40,1,'vtiger_pbxmanager:customernumber:customernumber:PBXManager_Customer_Number:V'),(40,2,'vtiger_pbxmanager:customer:customer:PBXManager_Customer:V'),(40,3,'vtiger_pbxmanager:user:user:PBXManager_User:V'),(40,4,'vtiger_pbxmanager:recordingurl:recordingurl:PBXManager_Recording_URL:V'),(40,5,'vtiger_pbxmanager:totalduration:totalduration:PBXManager_Total_Duration:I'),(40,6,'vtiger_pbxmanager:starttime:starttime:PBXManager_Start_Time:DT'),(41,0,'vtiger_modcomments:commentcontent:commentcontent:ModComments_Comment:V'),(41,1,'vtiger_modcomments:related_to:related_to:ModComments_Related_To:V'),(41,2,'vtiger_crmentity:modifiedtime:modifiedtime:ModComments_Modified_Time:DT'),(41,3,'vtiger_crmentity:smownerid:assigned_user_id:ModComments_Assigned_To:V'),(45,1,'vtiger_assets:assetname:assetname:Assets_Asset_Name:V'),(45,2,'vtiger_assets:account:account:Assets_Customer_Name:V'),(45,3,'vtiger_assets:product:product:Assets_Product_Name:V'),(46,0,'vtiger_smsnotifier:message:message:SMSNotifier_message:V'),(46,2,'vtiger_crmentity:smownerid:assigned_user_id:SMSNotifier_Assigned_To:V'),(46,3,'vtiger_crmentity:createdtime:createdtime:SMSNotifier_Created_Time:DT'),(46,4,'vtiger_crmentity:modifiedtime:modifiedtime:SMSNotifier_Modified_Time:DT'),(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_inventoryorder:item_orderid:item_orderid:InventoryOrder_Order_ID:V'),(50,1,'vtiger_inventoryorder:item_name:item_name:InventoryOrder_Item_Name:V'),(50,2,'vtiger_inventoryorder:item_qty:item_qty:InventoryOrder_Quantity:I'),(50,3,'vtiger_inventoryorder:item_ostatus:item_ostatus:InventoryOrder_Order_Status:V'),(50,4,'vtiger_inventoryorder:item_balance:item_balance:InventoryOrder_Balance:I'),(50,5,'vtiger_crmentity:smownerid:assigned_user_id:InventoryOrder_Assigned_To:V'),(51,0,'vtiger_simcard:simdivision_no:simdivision_no:SimCard_SimDivision_No:V'),(51,1,'vtiger_simcard:sim_cardtype:sim_cardtype:SimCard_Card_Type:V'),(51,2,'vtiger_simcard:card_qtyonhand:card_qtyonhand:SimCard_Quantity_On_Hand:I'),(51,3,'vtiger_simcard:simcard_balance:simcard_balance:SimCard_Balance:I'),(51,4,'vtiger_simcard:card_qty:card_qty:SimCard_Quantity:I'),(52,0,'vtiger_agentpayment:agent_accounts:agent_accounts:AgentPayment_Accounts:V'),(52,1,'vtiger_agentpayment:agent_accountid:agent_accountid:AgentPayment_Accpunt_ID:V'),(52,2,'vtiger_agentpayment:agent_quantity:agent_quantity:AgentPayment_Quantity:I'),(53,0,'vtiger_sellinginventory:related_cashierinventory:related_cashierinventory:SellingInventory_Cashier_Inventory:V'),(53,1,'vtiger_sellinginventory:selling_qty:selling_qty:SellingInventory_Quantity:I'),(53,2,'vtiger_sellinginventory:selling_amount:selling_amount:SellingInventory_Amount:N'),(53,3,'vtiger_sellinginventory:selling_onhand:selling_onhand:SellingInventory_On_Hand:I'),(53,4,'vtiger_sellinginventory:contactid:contactid:SellingInventory_Contact:V'),(54,0,'vtiger_simgenerate:simgenerate_simtype:simgenerate_simtype:SimGenerate_Sim_Type:V'),(54,1,'vtiger_simgenerate:simcard_number:simcard_number:SimGenerate_ISDN_No:V'),(54,2,'vtiger_simgenerate:simcard_imsino:simcard_imsino:SimGenerate_IMSI_No:I'),(54,3,'vtiger_simgenerate:related_simcarddistribute:related_simcarddistribute:SimGenerate_Simcard_Distribute:V'),(54,4,'vtiger_simgenerate:simgenerate_status:simgenerate_status:SimGenerate_Simcard_Status:V'),(54,5,'vtiger_simgenerate:simtype:simtype:SimGenerate_Simcard_Type:V'),(54,6,'vtiger_simgenerate:isassigned:isassigned:SimGenerate_Assigned:C'),(54,7,'vtiger_simgenerate:assignedstatus:assignedstatus:SimGenerate_Assigned_Status:V'),(55,0,'vtiger_userjournal:userjournal_no:userjournal_no:UserJournal_JOURID:V'),(55,1,'vtiger_userjournal:lastreference:lastreference:UserJournal_Last_Ref:V'),(55,2,'vtiger_userjournal:total_debit:total_debit:UserJournal_Total_Debit:N'),(55,3,'vtiger_userjournal:total_credit:total_credit:UserJournal_Total_Credit:N'),(56,1,'vtiger_customreport:report_no:report_no:CustomReport_Report_No:V'),(56,2,'vtiger_customreport:cmreportname:cmreportname:CustomReport_Report_Name:V'),(57,0,'vtiger_otherinventory:inventoryorderid:inventoryorderid:OtherInventory_Item_Name:V'),(57,1,'vtiger_otherinventory:inventoryno:inventoryno:OtherInventory_Inventory_No:V'),(57,2,'vtiger_otherinventory:productid:productid:OtherInventory_Product:V'),(57,3,'vtiger_otherinventory:usedqty:usedqty:OtherInventory_Quantity:I'),(57,4,'vtiger_otherinventory:cashiername:cashiername:OtherInventory_Cashier:V'),(57,5,'vtiger_otherinventory:balanceqty:balanceqty:OtherInventory_Balance:I'),(58,0,'vtiger_cashierinventory:inventoryno:inventoryno:CashierInventory_Inventory_No:V'),(58,1,'vtiger_cashierinventory:productid:productid:CashierInventory_Product:V'),(58,2,'vtiger_cashierinventory:qtyin:qtyin:CashierInventory_Qty_In:I'),(58,3,'vtiger_cashierinventory:qtyout:qtyout:CashierInventory_Qty_Out:I'),(58,4,'vtiger_cashierinventory:inventorystatus:inventorystatus:CashierInventory_Inventory_Status:V'),(58,5,'vtiger_cashierinventory:balanceqty:balanceqty:CashierInventory_Balance:I'),(58,6,'vtiger_crmentity:smownerid:assigned_user_id:CashierInventory_Assigned_To:V'),(59,0,'vtiger_apilog:logno:logno:APILog_Log_No:V'),(59,1,'vtiger_apilog:apiurl:apiurl:APILog_API_Url:V'),(59,2,'vtiger_apilog:api_request:api_request:APILog_Request:V'),(59,3,'vtiger_apilog:api_response:api_response:APILog_Response:V'),(60,0,'vtiger_sellingsimcard:related_simgenerate:related_simgenerate:SellingSimcard_Simcard_Generate:V'),(60,1,'vtiger_sellingsimcard:selling_simcardno:selling_simcardno:SellingSimcard_Sim_No:V'),(60,2,'vtiger_sellingsimcard:sellingsim_isdn:sellingsim_isdn:SellingSimcard_ISDN_No:I'),(60,3,'vtiger_sellingsimcard:sellingsim_imsi:sellingsim_imsi:SellingSimcard_IMSI_No:I'),(60,4,'vtiger_sellingsimcard:firstname:firstname:SellingSimcard_First_Name:V'),(60,5,'vtiger_sellingsimcard:emailid:emailid:SellingSimcard_Email_ID:E'),(61,0,'vtiger_sellingreactivation:related_simgenerate:related_simgenerate:SellingReactivation_SIM_Generate:V'),(61,1,'vtiger_sellingreactivation:selling_ISDNNo:selling_ISDNNo:SellingReactivation_ISDN_No:I'),(61,2,'vtiger_sellingreactivation:selling_IMSINo:selling_IMSINo:SellingReactivation_IMSI_No:I'),(61,3,'vtiger_sellingreactivation:selling_descriptioniccd:selling_descriptioniccd:SellingReactivation_Description/ICCID:V'),(61,4,'vtiger_sellingreactivation:selling_iccidtype:selling_iccidtype:SellingReactivation_ICCID_Type:V'),(62,0,'vtiger_purchaseinventory:related_product:related_product:PurchaseInventory_Products:V'),(62,1,'vtiger_purchaseinventory:purchase_qty:purchase_qty:PurchaseInventory_Quantity:I'),(62,2,'vtiger_purchaseinventory:purchase_status:purchase_status:PurchaseInventory_Status:V'),(62,3,'vtiger_crmentity:createdtime:createdtime:PurchaseInventory_Created_Time:DT'),(62,4,'vtiger_crmentity:modifiedtime:modifiedtime:PurchaseInventory_Modified_Time:DT'),(63,0,'vtiger_simcarddistribute:related_simdivision:related_simdivision:SimcardDistribute_Sim_Division:V'),(63,1,'vtiger_simcarddistribute:distribute_qty:distribute_qty:SimcardDistribute_Quantity:I'),(63,2,'vtiger_simcarddistribute:distribute_balance:distribute_balance:SimcardDistribute_Balance:I'),(63,3,'vtiger_simcarddistribute:distribute_cashiernm:distribute_cashiernm:SimcardDistribute_Cashier:V'),(63,4,'vtiger_simcarddistribute:distributestatus:distributestatus:SimcardDistribute_Status:V'),(64,0,'vtiger_dailycheckup:fullname:fullname:DailyCheckup_FullName:V'),(64,1,'vtiger_dailycheckup:zaaddebit:zaaddebit:DailyCheckup_ZaadDebit:N'),(64,2,'vtiger_dailycheckup:zaadcredit:zaadcredit:DailyCheckup_ZaadCredit:N'),(67,1,'vtiger_placeorder:orderno:orderno:PlaceOrder_Order_No:V'),(68,1,'vtiger_placeorder:orderno:orderno:PlaceOrder_Order_No:V'),(69,0,'vtiger_simpackage:packagename:packagename:SimPackage_Package_Name:V'),(69,1,'vtiger_simpackage:packageprice:packageprice:SimPackage_Price:I'),(69,2,'vtiger_simpackage:packagetype:packagetype:SimPackage_Package_Type:V'),(70,0,'vtiger_addonservice:addonsname:addonsname:AddonService_Addons_Name:V'),(70,1,'vtiger_addonservice:addonsprice:addonsprice:AddonService_Price:I'),(70,2,'vtiger_addonservice:addonspackage:addonspackage:AddonService_Package_Name:V'),(71,0,'vtiger_coupon:packagename:packagename:Coupon_Package:V'),(71,1,'vtiger_coupon:couponcode:couponcode:Coupon_Coupon_Code:V'),(71,2,'vtiger_coupon:coupontype:coupontype:Coupon_Coupon_Type:V'),(72,0,'vtiger_newnumber:newnumberno:newnumberno:NewNumber_New_Number_No:V'),(72,1,'vtiger_newnumber:packagename:packagename:NewNumber_Package:V'),(72,2,'vtiger_newnumber:simnumber:simnumber:NewNumber_Number:I'),(72,3,'vtiger_newnumber:simimsino:simimsino:NewNumber_IMSI_No:I'),(72,4,'vtiger_newnumber:simtxnid:simtxnid:NewNumber_Transaction_ID:V'),(73,0,'vtiger_addonstransaction:transactionno:transactionno:AddonsTransaction_Transaction_No:V'),(73,1,'vtiger_addonstransaction:customer_number:customer_number:AddonsTransaction_Customer_Number:V'),(73,2,'vtiger_addonstransaction:linktopackage:linktopackage:AddonsTransaction_Package:V'),(73,3,'vtiger_addonstransaction:linktoaddons:linktoaddons:AddonsTransaction_Addons:V'),(73,4,'vtiger_addonstransaction:addonsprice:addonsprice:AddonsTransaction_Price:I');
/*!40000 ALTER TABLE `vtiger_cvcolumnlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_cvstdfilter`
--

DROP TABLE IF EXISTS `vtiger_cvstdfilter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_cvstdfilter` (
  `cvid` int(19) 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=utf8;
/*!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_dailycheckup`
--

DROP TABLE IF EXISTS `vtiger_dailycheckup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dailycheckup` (
  `dailycheckupid` int(19) NOT NULL,
  `checkupno` varchar(100) DEFAULT NULL,
  `fullname` varchar(100) DEFAULT NULL,
  `zaaddebit` decimal(25,4) DEFAULT NULL,
  `zaadcredit` decimal(25,4) DEFAULT NULL,
  `zaadbalance` decimal(25,4) DEFAULT NULL,
  `finalbalance` decimal(25,4) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `daily_accountid` varchar(100) DEFAULT NULL,
  `daily_partneruid` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`dailycheckupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_dailycheckup`
--

LOCK TABLES `vtiger_dailycheckup` WRITE;
/*!40000 ALTER TABLE `vtiger_dailycheckup` DISABLE KEYS */;
INSERT INTO `vtiger_dailycheckup` VALUES (1151,'','Soltelco Store 1',3.0000,4.0000,1.0000,0.0000,'','6427220','200836'),(1152,'','Hargeisa Store1',245.0000,245.0000,0.0000,0.0000,'','6427270','700001'),(1155,'','Soltelco Store 1',3.0000,4.0000,1.0000,0.0000,'','6427220','200836'),(1156,'','Hargeisa Store1',245.0000,245.0000,0.0000,0.0000,'','6427270','700001'),(1159,'','Soltelco Store 1',3.0000,4.0000,1.0000,0.0000,'','6427220','200836'),(1160,'','Hargeisa Store1',245.0000,245.0000,0.0000,0.0000,'','6427270','700001'),(1163,'','Soltelco Store 1',3.0000,4.0000,1.0000,0.0000,'','6427220','200836'),(1164,'','Hargeisa Store1',245.0000,245.0000,0.0000,0.0000,'','6427270','700001'),(1167,'','Soltelco Store 1',3.0000,4.0000,1.0000,0.0000,'','6427220','200836'),(1168,'','Hargeisa Store1',245.0000,245.0000,0.0000,0.0000,'','6427270','700001');
/*!40000 ALTER TABLE `vtiger_dailycheckup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_dailycheckupcf`
--

DROP TABLE IF EXISTS `vtiger_dailycheckupcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dailycheckupcf` (
  `dailycheckupid` int(19) NOT NULL,
  PRIMARY KEY (`dailycheckupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_dailycheckupcf`
--

LOCK TABLES `vtiger_dailycheckupcf` WRITE;
/*!40000 ALTER TABLE `vtiger_dailycheckupcf` DISABLE KEYS */;
INSERT INTO `vtiger_dailycheckupcf` VALUES (1151),(1152),(1155),(1156),(1159),(1160),(1163),(1164),(1167),(1168);
/*!40000 ALTER TABLE `vtiger_dailycheckupcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_dashboard_tabs`
--

DROP TABLE IF EXISTS `vtiger_dashboard_tabs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dashboard_tabs` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `tabname` varchar(50) DEFAULT NULL,
  `isdefault` int(1) DEFAULT '0',
  `sequence` int(5) DEFAULT '2',
  `appname` varchar(20) DEFAULT NULL,
  `modulename` varchar(50) DEFAULT NULL,
  `userid` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tabname` (`tabname`,`userid`),
  KEY `vtiger_dashboard_tabs_ibfk_1` (`userid`),
  CONSTRAINT `vtiger_dashboard_tabs_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_dashboard_tabs`
--

LOCK TABLES `vtiger_dashboard_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_dashboard_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_dashboard_tabs` VALUES (2,'My Dashboard',1,1,'','',1),(4,'My Dashboard',1,1,'','',6),(5,'My Dashboard',1,1,'','',7),(6,'My Dashboard',1,1,'','',8),(7,'My Dashboard',1,1,'','',9),(8,'My Dashboard',1,1,'','',10),(9,'My Dashboard',1,1,'','',11),(18,'My Dashboard',1,1,'','',12),(19,'My Dashboard',1,1,'','',13),(20,'My Dashboard',1,1,'','',14),(21,'My Dashboard',1,1,'','',15),(22,'My Dashboard',1,1,'','',16),(27,'My Dashboard',1,1,'','',17);
/*!40000 ALTER TABLE `vtiger_dashboard_tabs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_datashare_grp2grp`
--

DROP TABLE IF EXISTS `vtiger_datashare_grp2grp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_grp2grp` (
  `shareid` int(19) NOT NULL,
  `share_groupid` int(19) DEFAULT NULL,
  `to_groupid` int(19) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_grp2grp`
--

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

--
-- Table structure for table `vtiger_datashare_grp2role`
--

DROP TABLE IF EXISTS `vtiger_datashare_grp2role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_grp2role` (
  `shareid` int(19) NOT NULL,
  `share_groupid` int(19) DEFAULT NULL,
  `to_roleid` varchar(255) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_grp2role`
--

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

--
-- Table structure for table `vtiger_datashare_grp2rs`
--

DROP TABLE IF EXISTS `vtiger_datashare_grp2rs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_grp2rs` (
  `shareid` int(19) NOT NULL,
  `share_groupid` int(19) DEFAULT NULL,
  `to_roleandsubid` varchar(255) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_grp2rs`
--

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

--
-- Table structure for table `vtiger_datashare_module_rel`
--

DROP TABLE IF EXISTS `vtiger_datashare_module_rel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_module_rel` (
  `shareid` int(19) NOT NULL,
  `tabid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_module_rel`
--

LOCK TABLES `vtiger_datashare_module_rel` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_module_rel` VALUES (1,50,'ROLE::ROLE'),(2,51,'ROLE::ROLE');
/*!40000 ALTER TABLE `vtiger_datashare_module_rel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_datashare_module_rel_seq`
--

DROP TABLE IF EXISTS `vtiger_datashare_module_rel_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_module_rel_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_module_rel_seq`
--

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

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

DROP TABLE IF EXISTS `vtiger_datashare_relatedmodule_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_relatedmodule_permission` (
  `shareid` int(19) NOT NULL,
  `datashare_relatedmodule_id` int(19) NOT NULL,
  `permission` int(19) DEFAULT NULL,
  PRIMARY KEY (`shareid`,`datashare_relatedmodule_id`),
  KEY `datashare_relatedmodule_permission_shareid_permissions_idx` (`shareid`,`permission`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_relatedmodule_permission`
--

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

--
-- Table structure for table `vtiger_datashare_relatedmodules`
--

DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_relatedmodules` (
  `datashare_relatedmodule_id` int(19) NOT NULL,
  `tabid` int(19) DEFAULT NULL,
  `relatedto_tabid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_relatedmodules`
--

LOCK TABLES `vtiger_datashare_relatedmodules` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_relatedmodules` VALUES (1,6,2),(2,6,13),(3,6,20),(4,6,22),(5,6,23),(6,2,20),(7,2,22),(8,20,22),(9,22,23);
/*!40000 ALTER TABLE `vtiger_datashare_relatedmodules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_datashare_relatedmodules_seq`
--

DROP TABLE IF EXISTS `vtiger_datashare_relatedmodules_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_relatedmodules_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_relatedmodules_seq`
--

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

--
-- Table structure for table `vtiger_datashare_role2group`
--

DROP TABLE IF EXISTS `vtiger_datashare_role2group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_role2group` (
  `shareid` int(19) NOT NULL,
  `share_roleid` varchar(255) DEFAULT NULL,
  `to_groupid` int(19) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_role2group`
--

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

--
-- Table structure for table `vtiger_datashare_role2role`
--

DROP TABLE IF EXISTS `vtiger_datashare_role2role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_role2role` (
  `shareid` int(19) NOT NULL,
  `share_roleid` varchar(255) DEFAULT NULL,
  `to_roleid` varchar(255) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_role2role`
--

LOCK TABLES `vtiger_datashare_role2role` WRITE;
/*!40000 ALTER TABLE `vtiger_datashare_role2role` DISABLE KEYS */;
INSERT INTO `vtiger_datashare_role2role` VALUES (1,'H2','H3',0),(2,'H9','H3',0);
/*!40000 ALTER TABLE `vtiger_datashare_role2role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_datashare_role2rs`
--

DROP TABLE IF EXISTS `vtiger_datashare_role2rs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_role2rs` (
  `shareid` int(19) NOT NULL,
  `share_roleid` varchar(255) DEFAULT NULL,
  `to_roleandsubid` varchar(255) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_role2rs`
--

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

--
-- Table structure for table `vtiger_datashare_rs2grp`
--

DROP TABLE IF EXISTS `vtiger_datashare_rs2grp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_rs2grp` (
  `shareid` int(19) NOT NULL,
  `share_roleandsubid` varchar(255) DEFAULT NULL,
  `to_groupid` int(19) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_rs2grp`
--

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

--
-- Table structure for table `vtiger_datashare_rs2role`
--

DROP TABLE IF EXISTS `vtiger_datashare_rs2role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_rs2role` (
  `shareid` int(19) NOT NULL,
  `share_roleandsubid` varchar(255) DEFAULT NULL,
  `to_roleid` varchar(255) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_rs2role`
--

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

--
-- Table structure for table `vtiger_datashare_rs2rs`
--

DROP TABLE IF EXISTS `vtiger_datashare_rs2rs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_datashare_rs2rs` (
  `shareid` int(19) NOT NULL,
  `share_roleandsubid` varchar(255) DEFAULT NULL,
  `to_roleandsubid` varchar(255) DEFAULT NULL,
  `permission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_datashare_rs2rs`
--

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

--
-- Table structure for table `vtiger_date_format`
--

DROP TABLE IF EXISTS `vtiger_date_format`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_date_format` (
  `date_formatid` int(19) NOT NULL AUTO_INCREMENT,
  `date_format` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`date_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!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);
/*!40000 ALTER TABLE `vtiger_date_format` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_date_format_seq`
--

DROP TABLE IF EXISTS `vtiger_date_format_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_date_format_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_date_format_seq`
--

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

--
-- Table structure for table `vtiger_dayoftheweek`
--

DROP TABLE IF EXISTS `vtiger_dayoftheweek`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dayoftheweek` (
  `dayoftheweekid` int(11) NOT NULL AUTO_INCREMENT,
  `dayoftheweek` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`dayoftheweekid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_dayoftheweek`
--

LOCK TABLES `vtiger_dayoftheweek` WRITE;
/*!40000 ALTER TABLE `vtiger_dayoftheweek` DISABLE KEYS */;
INSERT INTO `vtiger_dayoftheweek` VALUES (1,'Sunday',0,1),(2,'Monday',1,1),(3,'Tuesday',2,1),(4,'Wednesday',3,1),(5,'Thursday',4,1),(6,'Friday',5,1),(7,'Saturday',6,1);
/*!40000 ALTER TABLE `vtiger_dayoftheweek` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_dayoftheweek_seq`
--

DROP TABLE IF EXISTS `vtiger_dayoftheweek_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_dayoftheweek_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_dayoftheweek_seq`
--

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

--
-- Table structure for table `vtiger_def_org_field`
--

DROP TABLE IF EXISTS `vtiger_def_org_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_def_org_field` (
  `tabid` int(10) DEFAULT NULL,
  `fieldid` int(19) NOT NULL,
  `visible` int(19) DEFAULT NULL,
  `readonly` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_def_org_field`
--

LOCK TABLES `vtiger_def_org_field` WRITE;
/*!40000 ALTER TABLE `vtiger_def_org_field` DISABLE KEYS */;
INSERT INTO `vtiger_def_org_field` VALUES (6,1,0,0),(6,2,0,0),(6,3,0,0),(6,4,0,0),(6,5,0,0),(6,6,0,0),(6,7,0,0),(6,8,0,0),(6,9,0,0),(6,10,0,0),(6,11,0,0),(6,12,0,0),(6,13,0,0),(6,14,0,0),(6,15,0,0),(6,16,0,0),(6,17,0,0),(6,18,0,0),(6,19,0,0),(6,20,0,0),(6,21,0,0),(6,22,0,0),(6,23,0,0),(6,24,0,0),(6,25,0,0),(6,26,0,0),(6,27,0,0),(6,28,0,0),(6,29,0,0),(6,30,0,0),(6,31,0,0),(6,32,0,0),(6,33,0,0),(6,34,0,0),(6,35,0,0),(6,36,0,0),(7,37,0,0),(7,38,0,0),(7,39,0,0),(7,40,0,0),(7,41,0,0),(7,42,0,0),(7,43,0,0),(7,44,0,0),(7,45,0,0),(7,46,0,0),(7,47,0,0),(7,48,0,0),(7,49,0,0),(7,50,0,0),(7,51,0,0),(7,52,0,0),(7,53,0,0),(7,54,0,0),(7,55,0,0),(7,56,0,0),(7,57,0,0),(7,58,0,0),(7,59,0,0),(7,60,0,0),(7,61,0,0),(7,62,0,0),(7,63,0,0),(7,64,0,0),(7,65,0,0),(4,66,0,0),(4,67,0,0),(4,68,0,0),(4,69,0,0),(4,70,0,0),(4,71,0,0),(4,72,0,0),(4,73,0,0),(4,74,0,0),(4,75,0,0),(4,76,0,0),(4,77,0,0),(4,78,0,0),(4,79,0,0),(4,80,0,0),(4,81,0,0),(4,82,0,0),(4,83,0,0),(4,84,0,0),(4,85,0,0),(4,86,0,0),(4,87,0,0),(4,88,0,0),(4,89,0,0),(4,90,0,0),(4,91,0,0),(4,92,0,0),(4,93,0,0),(4,94,0,0),(4,95,0,0),(4,96,0,0),(4,97,0,0),(4,98,0,0),(4,99,0,0),(4,100,0,0),(4,101,0,0),(4,102,0,0),(4,103,0,0),(4,104,0,0),(4,105,0,0),(4,106,0,0),(4,107,0,0),(4,108,0,0),(4,109,0,0),(2,110,0,0),(2,111,0,0),(2,112,0,0),(2,113,0,0),(2,114,0,0),(2,115,0,0),(2,116,0,0),(2,117,0,0),(2,118,0,0),(2,119,0,0),(2,120,0,0),(2,121,0,0),(2,122,0,0),(2,123,0,0),(2,124,0,0),(2,125,0,0),(26,126,0,0),(26,127,0,0),(26,128,0,0),(26,129,0,0),(26,130,0,0),(26,131,0,0),(26,132,0,0),(26,133,0,0),(26,134,0,0),(26,135,0,0),(26,136,0,0),(26,137,0,0),(26,138,0,0),(26,139,0,0),(26,140,0,0),(26,141,0,0),(26,142,0,0),(26,143,0,0),(26,144,0,0),(26,145,0,0),(26,146,0,0),(26,147,0,0),(26,148,0,0),(26,149,0,0),(26,150,0,0),(4,151,0,0),(6,152,0,0),(7,153,0,0),(26,154,0,0),(13,155,0,0),(13,156,0,0),(13,157,0,0),(13,158,0,0),(13,159,0,0),(13,160,0,0),(13,161,0,0),(13,162,0,0),(13,163,0,0),(13,164,0,0),(13,165,0,0),(13,166,0,0),(13,167,0,0),(13,168,0,0),(13,169,0,0),(13,170,0,0),(13,171,0,0),(13,172,0,0),(13,173,0,0),(14,174,0,0),(14,175,0,0),(14,176,0,0),(14,177,0,0),(14,178,0,0),(14,179,0,0),(14,180,0,0),(14,181,0,0),(14,182,0,0),(14,183,0,0),(14,184,0,0),(14,185,0,0),(14,186,0,0),(14,187,0,0),(14,188,0,0),(14,189,0,0),(14,190,0,0),(14,191,0,0),(14,192,0,0),(14,193,0,0),(14,194,0,0),(14,195,0,0),(14,196,0,0),(14,197,0,0),(14,198,0,0),(14,199,0,0),(14,200,0,0),(14,201,0,0),(14,202,0,0),(14,203,0,0),(14,204,0,0),(8,205,0,0),(8,206,0,0),(8,207,0,0),(8,208,0,0),(8,209,0,0),(8,210,0,0),(8,211,0,0),(8,212,0,0),(8,213,0,0),(8,214,0,0),(8,215,0,0),(8,216,0,0),(8,217,0,0),(8,218,0,0),(8,219,0,0),(10,220,0,0),(10,221,0,0),(10,222,0,0),(10,223,0,0),(10,224,0,0),(10,225,0,0),(10,226,0,0),(10,227,0,0),(10,228,0,0),(10,229,0,0),(10,230,0,0),(10,231,0,0),(9,232,0,0),(9,233,0,0),(9,234,0,0),(9,235,0,0),(9,236,0,0),(9,237,0,0),(9,238,0,0),(9,239,0,0),(9,240,0,0),(9,241,0,0),(9,242,0,0),(9,243,0,0),(9,244,0,0),(9,245,0,0),(9,246,0,0),(9,247,0,0),(9,248,0,0),(9,249,0,0),(9,250,0,0),(9,251,0,0),(9,252,0,0),(9,253,0,0),(9,254,0,0),(9,255,0,0),(16,256,0,0),(16,257,0,0),(16,258,0,0),(16,259,0,0),(16,260,0,0),(16,261,0,0),(16,262,0,0),(16,263,0,0),(16,264,0,0),(16,265,0,0),(16,266,0,0),(16,267,0,0),(16,268,0,0),(16,269,0,0),(16,270,0,0),(16,271,0,0),(16,272,0,0),(16,273,0,0),(16,274,0,0),(16,275,0,0),(16,276,0,0),(16,277,0,0),(16,278,0,0),(15,279,0,0),(15,280,0,0),(15,281,0,0),(15,282,0,0),(15,283,0,0),(15,284,0,0),(15,285,0,0),(15,286,0,0),(15,287,0,0),(15,288,0,0),(18,289,0,0),(18,290,0,0),(18,291,0,0),(18,292,0,0),(18,293,0,0),(18,294,0,0),(18,295,0,0),(18,296,0,0),(18,297,0,0),(18,298,0,0),(18,299,0,0),(18,300,0,0),(18,301,0,0),(18,302,0,0),(18,303,0,0),(18,304,0,0),(18,305,0,0),(19,306,0,0),(19,307,0,0),(19,308,0,0),(19,309,0,0),(19,310,0,0),(19,311,0,0),(19,312,0,0),(19,313,0,0),(20,314,0,0),(20,315,0,0),(20,316,0,0),(20,317,0,0),(20,318,0,0),(20,319,0,0),(20,320,0,0),(20,321,0,0),(20,322,0,0),(20,323,0,0),(20,324,0,0),(20,325,0,0),(20,326,0,0),(20,327,0,0),(20,328,0,0),(20,329,0,0),(20,330,0,0),(20,331,0,0),(20,332,0,0),(20,333,0,0),(20,334,0,0),(20,335,0,0),(20,336,0,0),(20,337,0,0),(20,338,0,0),(20,339,0,0),(20,340,0,0),(20,341,0,0),(20,342,0,0),(20,343,0,0),(20,344,0,0),(20,345,0,0),(20,346,0,0),(20,347,0,0),(20,348,0,0),(20,349,0,0),(20,350,0,0),(21,351,0,0),(21,352,0,0),(21,353,0,0),(21,354,0,0),(21,355,0,0),(21,356,0,0),(21,357,0,0),(21,358,0,0),(21,359,0,0),(21,360,0,0),(21,361,0,0),(21,362,0,0),(21,363,0,0),(21,364,0,0),(21,365,0,0),(21,366,0,0),(21,367,0,0),(21,368,0,0),(21,369,0,0),(21,370,0,0),(21,371,0,0),(21,372,0,0),(21,373,0,0),(21,374,0,0),(21,375,0,0),(21,376,0,0),(21,377,0,0),(21,378,0,0),(21,379,0,0),(21,380,0,0),(21,381,0,0),(21,382,0,0),(21,383,0,0),(21,384,0,0),(21,385,0,0),(21,386,0,0),(21,387,0,0),(21,388,0,0),(22,389,0,0),(22,390,0,0),(22,391,0,0),(22,392,0,0),(22,393,0,0),(22,394,0,0),(22,395,0,0),(22,396,0,0),(22,397,0,0),(22,398,0,0),(22,399,0,0),(22,400,0,0),(22,401,0,0),(22,402,0,0),(22,403,0,0),(22,404,0,0),(22,405,0,0),(22,406,0,0),(22,407,0,0),(22,408,0,0),(22,409,0,0),(22,410,0,0),(22,411,0,0),(22,412,0,0),(22,413,0,0),(22,414,0,0),(22,415,0,0),(22,416,0,0),(22,417,0,0),(22,418,0,0),(22,419,0,0),(22,420,0,0),(22,421,0,0),(22,422,0,0),(22,423,0,0),(22,424,0,0),(22,425,0,0),(22,426,0,0),(22,427,0,0),(22,428,0,0),(22,429,0,0),(22,430,0,0),(22,431,0,0),(22,432,0,0),(22,433,0,0),(22,434,0,0),(22,435,0,0),(23,436,0,0),(23,437,0,0),(23,438,0,0),(23,439,0,0),(23,440,0,0),(23,441,0,0),(23,442,0,0),(23,443,0,0),(23,444,0,0),(23,445,0,0),(23,446,0,0),(23,447,0,0),(23,448,0,0),(23,449,0,0),(23,450,0,0),(23,451,0,0),(23,452,0,0),(23,453,0,0),(23,454,0,0),(23,455,0,0),(23,456,0,0),(23,457,0,0),(23,458,0,0),(23,459,0,0),(23,460,0,0),(23,461,0,0),(23,462,0,0),(23,463,0,0),(23,464,0,0),(23,465,0,0),(23,466,0,0),(23,467,0,0),(23,468,0,0),(23,469,0,0),(23,470,0,0),(23,471,0,0),(23,472,0,0),(23,473,0,0),(23,474,0,0),(29,475,0,0),(29,479,0,0),(29,480,0,0),(29,481,0,0),(29,482,0,0),(29,489,0,0),(29,490,0,0),(29,491,0,0),(29,492,0,0),(29,493,0,0),(29,494,0,0),(29,495,0,0),(29,496,0,0),(29,497,0,0),(29,498,0,0),(29,499,0,0),(29,504,0,0),(29,505,0,0),(29,506,0,0),(29,507,0,0),(29,510,0,0),(29,515,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),(35,526,0,0),(35,527,0,0),(35,528,0,0),(35,529,0,0),(35,530,0,0),(35,531,0,0),(35,532,0,0),(35,533,0,0),(35,534,0,0),(35,535,0,0),(35,536,0,0),(35,537,0,0),(35,538,0,0),(35,539,0,0),(35,540,0,0),(35,541,0,0),(35,542,0,0),(35,543,0,0),(35,544,0,0),(35,545,0,0),(35,546,0,0),(35,547,0,0),(36,548,0,0),(36,549,0,0),(36,550,0,0),(36,551,0,0),(36,552,0,0),(36,553,0,0),(36,554,0,0),(36,555,0,0),(36,556,0,0),(36,557,0,0),(36,558,0,0),(36,559,0,0),(36,560,0,0),(36,561,0,0),(36,562,0,0),(36,563,0,0),(36,564,0,0),(36,565,0,0),(36,566,0,0),(36,567,0,0),(36,568,0,0),(36,569,0,0),(37,570,0,0),(37,571,0,0),(37,572,0,0),(37,573,0,0),(37,574,0,0),(37,575,0,0),(37,576,0,0),(37,577,0,0),(37,578,0,0),(37,579,0,0),(37,580,0,0),(37,581,0,0),(37,582,0,0),(37,583,0,0),(37,584,0,0),(37,585,0,0),(37,586,0,0),(29,587,0,0),(38,588,0,0),(38,589,0,0),(38,590,0,0),(38,591,0,0),(38,592,0,0),(38,593,0,0),(38,594,0,0),(38,595,0,0),(40,596,0,0),(40,597,0,0),(40,598,0,0),(40,599,0,0),(40,600,0,0),(40,601,0,0),(40,602,0,0),(40,603,0,0),(40,604,0,0),(40,605,0,0),(40,606,0,0),(40,607,0,0),(40,608,0,0),(41,609,0,0),(41,610,0,0),(41,611,0,0),(41,612,0,0),(41,613,0,0),(41,614,0,0),(41,615,0,0),(41,616,0,0),(41,617,0,0),(41,618,0,0),(41,619,0,0),(41,620,0,0),(41,621,0,0),(41,622,0,0),(41,623,0,0),(41,624,0,0),(41,625,0,0),(41,626,0,0),(42,627,0,0),(42,628,0,0),(42,629,0,0),(42,630,0,0),(42,631,0,0),(42,632,0,0),(42,633,0,0),(42,634,0,0),(42,635,0,0),(42,636,0,0),(42,637,0,0),(42,638,0,0),(42,639,0,0),(42,640,0,0),(42,641,0,0),(42,642,0,0),(42,643,0,0),(42,644,0,0),(42,645,0,0),(42,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),(47,653,0,0),(47,654,0,0),(47,655,0,0),(47,656,0,0),(47,657,0,0),(47,658,0,0),(47,659,0,0),(47,660,0,0),(47,661,0,0),(47,662,0,0),(47,663,0,0),(47,664,0,0),(47,665,0,0),(47,666,0,0),(47,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),(41,713,0,0),(38,714,0,0),(29,715,0,0),(29,716,0,0),(29,717,0,0),(23,718,0,0),(22,719,0,0),(21,720,0,0),(20,721,0,0),(29,722,0,0),(6,723,0,0),(4,724,0,0),(2,725,0,0),(29,726,0,0),(23,727,0,0),(23,728,0,0),(21,729,0,0),(21,730,0,0),(18,731,0,0),(7,732,0,0),(38,733,0,0),(38,734,0,0),(23,735,0,0),(20,736,0,0),(21,737,0,0),(22,738,0,0),(29,739,0,0),(2,740,0,0),(13,741,0,0),(29,742,0,0),(29,743,0,0),(29,744,0,0),(29,745,0,0),(14,772,0,0),(35,773,0,0),(23,774,0,0),(29,775,0,0),(23,776,0,0),(23,777,0,0),(23,778,0,0),(20,779,0,0),(20,780,0,0),(20,781,0,0),(21,782,0,0),(22,783,0,0),(22,784,0,0),(22,785,0,0),(38,786,0,0),(38,787,0,0),(38,788,0,0),(2,789,0,0),(4,790,0,0),(6,791,0,0),(7,792,0,0),(8,793,0,0),(9,794,0,0),(10,795,0,0),(13,796,0,0),(14,797,0,0),(15,798,0,0),(16,799,0,0),(18,800,0,0),(19,801,0,0),(20,802,0,0),(21,803,0,0),(22,804,0,0),(23,805,0,0),(26,806,0,0),(10,807,0,0),(2,808,0,0),(4,809,0,0),(6,810,0,0),(7,811,0,0),(8,812,0,0),(9,813,0,0),(10,814,0,0),(13,815,0,0),(14,816,0,0),(15,817,0,0),(16,818,0,0),(18,819,0,0),(19,820,0,0),(20,821,0,0),(21,822,0,0),(22,823,0,0),(23,824,0,0),(26,825,0,0),(2,826,0,0),(4,827,0,0),(6,828,0,0),(7,829,0,0),(8,830,0,0),(9,831,0,0),(10,832,0,0),(13,833,0,0),(14,834,0,0),(15,835,0,0),(16,836,0,0),(18,837,0,0),(19,838,0,0),(20,839,0,0),(21,840,0,0),(22,841,0,0),(23,842,0,0),(26,843,0,0),(20,844,0,0),(21,845,0,0),(22,846,0,0),(23,847,0,0),(42,848,0,0),(42,849,0,0),(29,850,0,0),(50,851,0,0),(50,852,0,0),(50,853,0,0),(50,854,0,0),(50,855,0,0),(50,856,0,0),(50,857,0,0),(50,858,0,0),(50,859,0,0),(50,860,0,0),(50,861,0,0),(50,862,0,0),(50,863,0,0),(50,864,0,0),(50,865,0,0),(51,866,0,0),(51,867,0,0),(51,868,0,0),(51,869,0,0),(51,870,0,0),(51,871,0,0),(51,872,0,0),(51,873,0,0),(51,874,0,0),(51,875,0,0),(51,876,0,0),(51,877,0,0),(51,878,0,0),(51,879,0,0),(51,880,0,0),(51,881,0,0),(52,882,0,0),(52,883,0,0),(52,884,0,0),(52,885,0,0),(52,886,0,0),(52,887,0,0),(52,888,0,0),(52,889,0,0),(52,890,0,0),(52,891,0,0),(52,892,0,0),(53,893,0,0),(53,894,0,0),(53,895,0,0),(53,896,0,0),(53,897,0,0),(53,898,0,0),(53,899,0,0),(53,900,0,0),(53,901,0,0),(53,902,0,0),(53,903,0,0),(53,904,0,0),(53,905,0,0),(53,906,0,0),(4,907,0,0),(4,908,0,0),(4,909,0,0),(4,910,0,0),(4,911,0,0),(4,912,0,0),(4,913,0,0),(13,914,0,0),(13,915,0,0),(13,916,0,0),(13,917,0,0),(13,918,0,0),(13,919,0,0),(13,920,0,0),(13,921,0,0),(13,922,0,0),(54,923,0,0),(54,924,0,0),(54,925,0,0),(54,926,0,0),(54,927,0,0),(54,928,0,0),(54,929,0,0),(54,930,0,0),(54,931,0,0),(54,932,0,0),(54,933,0,0),(54,934,0,0),(55,935,0,0),(55,936,0,0),(55,937,0,0),(55,938,0,0),(55,939,0,0),(55,940,0,0),(55,941,0,0),(55,942,0,0),(55,943,0,0),(55,944,0,0),(55,945,0,0),(29,946,0,0),(56,947,0,0),(56,948,0,0),(56,949,0,0),(56,950,0,0),(56,951,0,0),(56,952,0,0),(56,953,0,0),(56,954,0,0),(53,955,0,0),(53,956,0,0),(53,957,0,0),(53,958,0,0),(53,959,0,0),(54,960,0,0),(51,961,0,0),(51,962,0,0),(14,963,0,0),(14,964,0,0),(14,965,0,0),(57,966,0,0),(57,967,0,0),(57,968,0,0),(57,969,0,0),(57,970,0,0),(57,971,0,0),(57,972,0,0),(57,973,0,0),(57,974,0,0),(57,975,0,0),(57,976,0,0),(57,977,0,0),(57,978,0,0),(58,979,0,0),(58,980,0,0),(58,981,0,0),(58,982,0,0),(58,983,0,0),(58,984,0,0),(58,985,0,0),(58,986,0,0),(58,987,0,0),(58,988,0,0),(58,989,0,0),(58,990,0,0),(58,991,0,0),(58,992,0,0),(58,993,0,0),(59,994,0,0),(59,995,0,0),(59,996,0,0),(59,997,0,0),(59,998,0,0),(59,999,0,0),(59,1000,0,0),(59,1001,0,0),(59,1002,0,0),(59,1003,0,0),(14,1004,0,0),(50,1005,0,0),(51,1006,0,0),(54,1007,0,0),(60,1008,0,0),(60,1009,0,0),(60,1010,0,0),(60,1011,0,0),(60,1012,0,0),(60,1013,0,0),(60,1014,0,0),(60,1015,0,0),(60,1016,0,0),(60,1017,0,0),(60,1018,0,0),(60,1019,0,0),(60,1020,0,0),(60,1021,0,0),(60,1022,0,0),(60,1023,0,0),(60,1024,0,0),(60,1025,0,0),(60,1026,0,0),(60,1027,0,0),(61,1028,0,0),(61,1029,0,0),(61,1030,0,0),(61,1031,0,0),(61,1032,0,0),(61,1033,0,0),(61,1034,0,0),(61,1035,0,0),(61,1036,0,0),(61,1037,0,0),(61,1038,0,0),(61,1039,0,0),(61,1040,0,0),(61,1041,0,0),(61,1042,0,0),(61,1043,0,0),(61,1044,0,0),(61,1045,0,0),(62,1046,0,0),(62,1047,0,0),(62,1048,0,0),(62,1049,0,0),(62,1050,0,0),(62,1051,0,0),(62,1052,0,0),(62,1053,0,0),(62,1054,0,0),(62,1055,0,0),(54,1056,0,0),(51,1057,0,0),(63,1058,0,0),(63,1059,0,0),(63,1060,0,0),(63,1061,0,0),(63,1062,0,0),(63,1063,0,0),(63,1064,0,0),(63,1065,0,0),(63,1066,0,0),(63,1067,0,0),(63,1068,0,0),(63,1069,0,0),(63,1070,0,0),(63,1071,0,0),(63,1072,0,0),(63,1073,0,0),(54,1074,0,0),(54,1075,0,0),(63,1076,0,0),(51,1077,0,0),(51,1078,0,0),(54,1079,0,0),(54,1080,0,0),(54,1081,0,0),(54,1082,0,0),(54,1083,0,0),(54,1084,0,0),(54,1085,0,0),(54,1086,0,0),(60,1087,0,0),(60,1088,0,0),(60,1089,0,0),(60,1090,0,0),(60,1091,0,0),(60,1092,0,0),(13,1093,0,0),(13,1094,0,0),(13,1095,0,0),(13,1096,0,0),(13,1097,0,0),(13,1098,0,0),(13,1099,0,0),(64,1100,0,0),(64,1101,0,0),(64,1102,0,0),(64,1103,0,0),(64,1104,0,0),(64,1105,0,0),(64,1106,0,0),(64,1107,0,0),(64,1108,0,0),(64,1109,0,0),(64,1110,0,0),(64,1111,0,0),(64,1112,0,0),(64,1113,0,0),(65,1114,0,0),(65,1115,0,0),(65,1116,0,0),(65,1117,0,0),(65,1118,0,0),(65,1119,0,0),(65,1120,0,0),(66,1121,0,0),(66,1122,0,0),(66,1123,0,0),(66,1124,0,0),(66,1125,0,0),(66,1126,0,0),(66,1127,0,0),(66,1128,0,0),(66,1129,0,0),(66,1130,0,0),(66,1131,0,0),(67,1132,0,0),(67,1133,0,0),(67,1134,0,0),(67,1135,0,0),(67,1136,0,0),(67,1137,0,0),(67,1138,0,0),(67,1139,0,0),(67,1140,0,0),(67,1141,0,0),(67,1142,0,0),(68,1143,0,0),(68,1144,0,0),(68,1145,0,0),(68,1146,0,0),(68,1147,0,0),(68,1148,0,0),(68,1149,0,0),(68,1150,0,0),(68,1151,0,0),(68,1152,0,0),(68,1153,0,0),(68,1154,0,0),(68,1155,0,0),(68,1156,0,0),(68,1157,0,0),(68,1158,0,0),(68,1159,0,0),(69,1160,0,0),(69,1161,0,0),(69,1162,0,0),(69,1163,0,0),(69,1164,0,0),(69,1165,0,0),(69,1166,0,0),(69,1167,0,0),(69,1168,0,0),(69,1169,0,0),(69,1170,0,0),(69,1171,0,0),(69,1172,0,0),(69,1173,0,0),(69,1174,0,0),(69,1175,0,0),(69,1176,0,0),(69,1177,0,0),(69,1178,0,0),(69,1179,0,0),(69,1180,0,0),(69,1181,0,0),(69,1182,0,0),(69,1183,0,0),(69,1184,0,0),(69,1185,0,0),(69,1186,0,0),(69,1187,0,0),(69,1188,0,0),(69,1189,0,0),(69,1190,0,0),(69,1191,0,0),(69,1192,0,0),(69,1193,0,0),(69,1194,0,0),(69,1195,0,0),(69,1196,0,0),(69,1197,0,0),(69,1198,0,0),(69,1199,0,0),(69,1200,0,0),(69,1201,0,0),(69,1202,0,0),(69,1203,0,0),(69,1204,0,0),(70,1205,0,0),(70,1206,0,0),(70,1207,0,0),(70,1208,0,0),(70,1209,0,0),(70,1210,0,0),(70,1211,0,0),(70,1212,0,0),(70,1213,0,0),(70,1214,0,0),(70,1215,0,0),(54,1216,0,0),(70,1217,0,0),(70,1218,0,0),(70,1219,0,0),(70,1220,0,0),(70,1221,0,0),(70,1222,0,0),(70,1223,0,0);
/*!40000 ALTER TABLE `vtiger_def_org_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_def_org_share`
--

DROP TABLE IF EXISTS `vtiger_def_org_share`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_def_org_share` (
  `ruleid` int(11) NOT NULL AUTO_INCREMENT,
  `tabid` int(11) NOT NULL,
  `permission` int(19) DEFAULT NULL,
  `editstatus` int(19) 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=44 DEFAULT CHARSET=utf8;
/*!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,35,2,0),(16,36,2,0),(17,37,3,0),(18,38,2,0),(19,40,2,0),(20,41,2,0),(21,42,2,0),(22,47,2,0),(23,48,2,0),(24,18,2,0),(25,10,2,0),(26,50,3,0),(27,51,3,0),(28,52,3,0),(29,53,3,0),(30,54,3,0),(31,56,3,0),(32,57,3,0),(33,58,3,0),(34,59,3,0),(35,60,3,0),(36,63,3,0),(37,64,3,0),(38,65,3,0),(39,66,0,0),(40,67,3,0),(41,68,3,0),(42,69,3,0),(43,70,3,0);
/*!40000 ALTER TABLE `vtiger_def_org_share` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_def_org_share_seq`
--

DROP TABLE IF EXISTS `vtiger_def_org_share_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_def_org_share_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (43);
/*!40000 ALTER TABLE `vtiger_def_org_share_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_default_record_view`
--

DROP TABLE IF EXISTS `vtiger_default_record_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_default_record_view` (
  `default_record_viewid` int(11) NOT NULL AUTO_INCREMENT,
  `default_record_view` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`default_record_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_default_record_view`
--

LOCK TABLES `vtiger_default_record_view` WRITE;
/*!40000 ALTER TABLE `vtiger_default_record_view` DISABLE KEYS */;
INSERT INTO `vtiger_default_record_view` VALUES (1,'Summary',0,1),(2,'Detail',1,1);
/*!40000 ALTER TABLE `vtiger_default_record_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_default_record_view_seq`
--

DROP TABLE IF EXISTS `vtiger_default_record_view_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_default_record_view_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_default_record_view_seq`
--

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

--
-- Table structure for table `vtiger_defaultactivitytype`
--

DROP TABLE IF EXISTS `vtiger_defaultactivitytype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultactivitytype` (
  `defaultactivitytypeid` int(11) NOT NULL AUTO_INCREMENT,
  `defaultactivitytype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  PRIMARY KEY (`defaultactivitytypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_defaultactivitytype`
--

LOCK TABLES `vtiger_defaultactivitytype` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultactivitytype` DISABLE KEYS */;
INSERT INTO `vtiger_defaultactivitytype` VALUES (1,'Call',1,299,1),(2,'Meeting',1,300,2);
/*!40000 ALTER TABLE `vtiger_defaultactivitytype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_defaultactivitytype_seq`
--

DROP TABLE IF EXISTS `vtiger_defaultactivitytype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultactivitytype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_defaultactivitytype_seq`
--

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

--
-- Table structure for table `vtiger_defaultcalendarview`
--

DROP TABLE IF EXISTS `vtiger_defaultcalendarview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultcalendarview` (
  `defaultcalendarviewid` int(11) NOT NULL AUTO_INCREMENT,
  `defaultcalendarview` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`defaultcalendarviewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_defaultcalendarview`
--

LOCK TABLES `vtiger_defaultcalendarview` WRITE;
/*!40000 ALTER TABLE `vtiger_defaultcalendarview` DISABLE KEYS */;
INSERT INTO `vtiger_defaultcalendarview` VALUES (1,'ListView',0,1),(2,'MyCalendar',1,1),(3,'SharedCalendar',2,1);
/*!40000 ALTER TABLE `vtiger_defaultcalendarview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_defaultcalendarview_seq`
--

DROP TABLE IF EXISTS `vtiger_defaultcalendarview_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultcalendarview_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_defaultcalendarview_seq`
--

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

--
-- Table structure for table `vtiger_defaultcv`
--

DROP TABLE IF EXISTS `vtiger_defaultcv`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaultcv` (
  `tabid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_defaultcv`
--

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

--
-- Table structure for table `vtiger_defaulteventstatus`
--

DROP TABLE IF EXISTS `vtiger_defaulteventstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaulteventstatus` (
  `defaulteventstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `defaulteventstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  PRIMARY KEY (`defaulteventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_defaulteventstatus`
--

LOCK TABLES `vtiger_defaulteventstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_defaulteventstatus` DISABLE KEYS */;
INSERT INTO `vtiger_defaulteventstatus` VALUES (1,'Planned',1,296,1),(2,'Held',1,297,2),(3,'Not Held',1,298,3);
/*!40000 ALTER TABLE `vtiger_defaulteventstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_defaulteventstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_defaulteventstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_defaulteventstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_distribute_cashiernm`
--

DROP TABLE IF EXISTS `vtiger_distribute_cashiernm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_distribute_cashiernm` (
  `distribute_cashiernmid` int(11) NOT NULL AUTO_INCREMENT,
  `distribute_cashiernm` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`distribute_cashiernmid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_distribute_cashiernm`
--

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

--
-- Table structure for table `vtiger_distribute_cashiernm_seq`
--

DROP TABLE IF EXISTS `vtiger_distribute_cashiernm_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_distribute_cashiernm_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_distribute_cashiernm_seq`
--

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

--
-- Table structure for table `vtiger_distributestatus`
--

DROP TABLE IF EXISTS `vtiger_distributestatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_distributestatus` (
  `distributestatusid` int(11) NOT NULL AUTO_INCREMENT,
  `distributestatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`distributestatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_distributestatus`
--

LOCK TABLES `vtiger_distributestatus` WRITE;
/*!40000 ALTER TABLE `vtiger_distributestatus` DISABLE KEYS */;
INSERT INTO `vtiger_distributestatus` VALUES (1,'New',1,379,1,NULL),(2,'Receive',1,380,2,NULL),(3,'Cancel',1,381,3,NULL);
/*!40000 ALTER TABLE `vtiger_distributestatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_distributestatus_seq`
--

DROP TABLE IF EXISTS `vtiger_distributestatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_distributestatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_distributestatus_seq`
--

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

--
-- Table structure for table `vtiger_duration_minutes`
--

DROP TABLE IF EXISTS `vtiger_duration_minutes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_duration_minutes` (
  `minutesid` int(19) NOT NULL AUTO_INCREMENT,
  `duration_minutes` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`minutesid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_duration_minutes`
--

LOCK TABLES `vtiger_duration_minutes` WRITE;
/*!40000 ALTER TABLE `vtiger_duration_minutes` DISABLE KEYS */;
INSERT INTO `vtiger_duration_minutes` VALUES (1,'00',0,1,NULL),(2,'15',1,1,NULL),(3,'30',2,1,NULL),(4,'45',3,1,NULL);
/*!40000 ALTER TABLE `vtiger_duration_minutes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_duration_minutes_seq`
--

DROP TABLE IF EXISTS `vtiger_duration_minutes_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_duration_minutes_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_duration_minutes_seq`
--

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

--
-- Table structure for table `vtiger_durationhrs`
--

DROP TABLE IF EXISTS `vtiger_durationhrs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_durationhrs` (
  `hrsid` int(19) NOT NULL AUTO_INCREMENT,
  `hrs` varchar(50) DEFAULT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`hrsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_durationhrs`
--

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

--
-- Table structure for table `vtiger_durationmins`
--

DROP TABLE IF EXISTS `vtiger_durationmins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_durationmins` (
  `minsid` int(19) NOT NULL AUTO_INCREMENT,
  `mins` varchar(50) DEFAULT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`minsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_durationmins`
--

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

--
-- Table structure for table `vtiger_email_access`
--

DROP TABLE IF EXISTS `vtiger_email_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_email_access` (
  `crmid` int(11) DEFAULT NULL,
  `mailid` int(11) DEFAULT NULL,
  `accessdate` date DEFAULT NULL,
  `accesstime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_email_access`
--

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

--
-- Table structure for table `vtiger_email_track`
--

DROP TABLE IF EXISTS `vtiger_email_track`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_email_track` (
  `crmid` int(11) DEFAULT NULL,
  `mailid` int(11) DEFAULT NULL,
  `access_count` int(11) DEFAULT NULL,
  `click_count` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `link_tabidtype_idx` (`crmid`,`mailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
INSERT INTO `vtiger_email_track` VALUES (2,14,0,0),(7,15,0,0);
/*!40000 ALTER TABLE `vtiger_email_track` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_emaildetails`
--

DROP TABLE IF EXISTS `vtiger_emaildetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emaildetails` (
  `emailid` int(19) NOT NULL,
  `from_email` varchar(50) NOT NULL DEFAULT '',
  `to_email` text,
  `cc_email` text,
  `bcc_email` text,
  `assigned_user_email` varchar(50) NOT NULL DEFAULT '',
  `idlists` text,
  `email_flag` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`emailid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
INSERT INTO `vtiger_emaildetails` VALUES (14,'info@varianceinfotech.com','[\"info@varianceinfotech.com\"]','[\"\"]','[\"\"]','','2@1|','SENT'),(15,'info@varianceinfotech.com','[\"info@varianceinfotech.com\"]','[\"\"]','[\"\"]','','7@1|','SENT');
/*!40000 ALTER TABLE `vtiger_emaildetails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_emails_recipientprefs`
--

DROP TABLE IF EXISTS `vtiger_emails_recipientprefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emails_recipientprefs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tabid` int(11) NOT NULL,
  `prefs` varchar(255) DEFAULT NULL,
  `userid` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_emails_recipientprefs`
--

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

--
-- Table structure for table `vtiger_emailslookup`
--

DROP TABLE IF EXISTS `vtiger_emailslookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emailslookup` (
  `crmid` int(20) DEFAULT NULL,
  `setype` varchar(100) DEFAULT NULL,
  `value` varchar(100) DEFAULT NULL,
  `fieldid` int(20) 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=utf8;
/*!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 */;
INSERT INTO `vtiger_emailslookup` VALUES (975,'Contacts','sapna12@g.com',80),(986,'Contacts','tesss@g.com',80),(998,'Contacts','mikesmith@g.com',80),(1020,'Contacts','Sim2@g.com',80),(1031,'Contacts','Sim3@g.com',80),(1055,'Contacts','mike12@g.com',80),(1185,'Contacts','sapnatest@g.com',80),(1193,'Contacts','Testsapna@gm.com',80),(1204,'Contacts','sapn@g.com',80),(1226,'Contacts','sara@gm.com',80);
/*!40000 ALTER TABLE `vtiger_emailslookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_emailtemplates`
--

DROP TABLE IF EXISTS `vtiger_emailtemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emailtemplates` (
  `foldername` varchar(100) DEFAULT NULL,
  `templatename` varchar(100) DEFAULT NULL,
  `templatepath` varchar(100) DEFAULT NULL,
  `subject` varchar(255) DEFAULT NULL,
  `description` text,
  `body` text,
  `deleted` int(1) NOT NULL DEFAULT '0',
  `templateid` int(19) NOT NULL AUTO_INCREMENT,
  `systemtemplate` int(1) 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=utf8;
/*!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,''),('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,''),('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,''),('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,''),('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,''),('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,''),('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,''),('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,''),('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,''),('Public','Customer Login Details','','Customer Portal Login Details','Send Portal login details to customer','<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<br /> </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 $contact_name$, </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;\"> Thank you very much for subscribing to the vtiger CRM - annual support service.<br />Here is your self service portal login details:</td>\n                                            </tr>\n                                            <tr>\n                                                <td align=\"center\">\n                                                <table width=\"75%\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\" style=\"border: 2px solid rgb(180, 180, 179); background-color: rgb(226, 226, 225); font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(0, 0, 0); font-weight: normal;\">\n                                                        <tr>\n                                                            <td><br />User ID     : <font color=\"#990000\"><strong> $login_name$</strong></font> </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td>Password: <font color=\"#990000\"><strong> $password$</strong></font> </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td align=\"center\"> <strong>  $URL$<br /> </strong> </td>\n                                                        </tr>\n                                                </table>\n                                                </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;\"><strong>NOTE:</strong> We suggest you to change your password after logging in first time. <br /><br /> <strong><u>Help Documentation</u></strong><br />  <br /> After logging in to vtiger Self-service Portal first time, you can access the vtiger CRM documents from the <strong>Documents</strong> tab. Following documents are available for your reference:<br />\n                                                <ul>\n                                                    <li>Installation Manual (Windows &amp; Linux OS)<br /> </li>\n                                                    <li>User &amp; Administrator Manual<br /> </li>\n                                                    <li>vtiger Customer Portal - User Manual<br /> </li>\n                                                    <li>vtiger Outlook Plugin - User Manual<br /> </li>\n                                                    <li>vtiger Office Plug-in - User Manual<br /> </li>\n                                                    <li>vtiger Thunderbird Extension - User Manual<br /> </li>\n                                                    <li>vtiger Web Forms - User Manual<br /> </li>\n                                                    <li>vtiger Firefox Tool bar - User Manual<br /> </li>\n                                                </ul>\n                                                <br />  <br /> <strong><u>Knowledge Base</u></strong><br /> <br /> Periodically we update frequently asked question based on our customer experiences. You can access the latest articles from the <strong>FAQ</strong> tab.<br /> <br /> <strong><u>vtiger CRM - Details</u></strong><br /> <br /> Kindly let us know your current vtiger CRM version and system specification so that we can provide you necessary guidelines to enhance your vtiger CRM system performance. Based on your system specification we alert you about the latest security &amp; upgrade patches.<br />  <br />			 Thank you once again and wish you a wonderful experience with vtiger CRM.<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 />Best Regards</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:support@vtiger.com\">support@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,10,0,''),('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,''),('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,''),('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,NULL),('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,NULL),('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,NULL);
/*!40000 ALTER TABLE `vtiger_emailtemplates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_emailtemplates_seq`
--

DROP TABLE IF EXISTS `vtiger_emailtemplates_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_emailtemplates_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_emailtemplates_seq`
--

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

--
-- Table structure for table `vtiger_entityname`
--

DROP TABLE IF EXISTS `vtiger_entityname`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_entityname` (
  `tabid` int(19) 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=utf8;
/*!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'),(35,'Services','vtiger_service','servicename','serviceid','serviceid'),(36,'ServiceContracts','vtiger_servicecontracts','subject','servicecontractsid','servicecontractsid'),(37,'PBXManager','vtiger_pbxmanager','customernumber','pbxmanagerid','pbxmanagerid'),(38,'ModComments','vtiger_modcomments','commentcontent','modcommentsid','modcommentsid'),(40,'ProjectMilestone','vtiger_projectmilestone','projectmilestonename','projectmilestoneid','projectmilestoneid'),(41,'ProjectTask','vtiger_projecttask','projecttaskname','projecttaskid','projecttaskid'),(42,'Project','vtiger_project','projectname','projectid','projectid'),(47,'Assets','vtiger_assets','assetname','assetsid','assetsid'),(48,'SMSNotifier','vtiger_smsnotifier','message','smsnotifierid','smsnotifierid'),(50,'InventoryOrder','vtiger_inventoryorder','item_orderid','inventoryorderid','inventoryorderid'),(51,'SimCard','vtiger_simcard','simdivision_no','simcardid','simcardid'),(52,'AgentPayment','vtiger_agentpayment','agent_accounts','agentpaymentid','agentpaymentid'),(53,'SellingInventory','vtiger_sellinginventory','selling_accountid','sellinginventoryid','sellinginventoryid'),(54,'SimGenerate','vtiger_simgenerate','simgenerate_no','simgenerateid','simgenerateid'),(55,'UserJournal','vtiger_userjournal','userjournal_no','userjournalid','userjournalid'),(56,'CustomReport','vtiger_customreport','report_no','customreportid','customreportid'),(57,'OtherInventory','vtiger_otherinventory','inventoryno','otherinventoryid','otherinventoryid'),(58,'CashierInventory','vtiger_cashierinventory','inventoryno','cashierinventoryid','cashierinventoryid'),(59,'APILog','vtiger_apilog','logno','apilogid','apilogid'),(60,'SellingSimcard','vtiger_sellingsimcard','selling_simcardno','sellingsimcardid','sellingsimcardid'),(61,'SellingReactivation','vtiger_sellingreactivation','selling_reactivationno','sellingreactivationid','sellingreactivationid'),(62,'PurchaseInventory','vtiger_purchaseinventory','purchaseno','purchaseinventoryid','purchaseinventoryid'),(63,'SimcardDistribute','vtiger_simcarddistribute','simdistributeno','simcarddistributeid','simcarddistributeid'),(64,'DailyCheckup','vtiger_dailycheckup','checkupno','dailycheckupid','dailycheckupid'),(65,'PlaceOrder','vtiger_placeorder','orderno','placeorderid','placeorderid'),(66,'SimPackage','vtiger_simpackage','packagename','simpackageid','simpackageid'),(67,'AddonService','vtiger_addonservice','addonsname','addonserviceid','addonserviceid'),(68,'Coupon','vtiger_coupon','couponcode','couponid','couponid'),(69,'NewNumber','vtiger_newnumber','newnumberno','newnumberid','newnumberid'),(70,'AddonsTransaction','vtiger_addonstransaction','transactionno','addonstransactionid','addonstransactionid');
/*!40000 ALTER TABLE `vtiger_entityname` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_eventhandler_module`
--

DROP TABLE IF EXISTS `vtiger_eventhandler_module`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandler_module` (
  `eventhandler_module_id` int(11) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(100) DEFAULT NULL,
  `handler_class` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`eventhandler_module_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_eventhandler_module`
--

LOCK TABLES `vtiger_eventhandler_module` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandler_module` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandler_module` VALUES (1,'ModTracker','ModTrackerHandler'),(2,'ServiceContracts','ServiceContractsHandler'),(3,'Invoice','InvoiceHandler'),(4,'PurchaseOrder','PurchaseOrderHandler');
/*!40000 ALTER TABLE `vtiger_eventhandler_module` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_eventhandler_module_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandler_module_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_eventhandler_module_seq`
--

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

--
-- Table structure for table `vtiger_eventhandlers`
--

DROP TABLE IF EXISTS `vtiger_eventhandlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandlers` (
  `eventhandler_id` int(11) NOT NULL AUTO_INCREMENT,
  `event_name` varchar(100) NOT NULL,
  `handler_path` varchar(400) NOT NULL,
  `handler_class` varchar(100) NOT NULL,
  `cond` text,
  `is_active` int(1) 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=32 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_eventhandlers`
--

LOCK TABLES `vtiger_eventhandlers` WRITE;
/*!40000 ALTER TABLE `vtiger_eventhandlers` DISABLE KEYS */;
INSERT INTO `vtiger_eventhandlers` VALUES (1,'vtiger.entity.aftersave','modules/SalesOrder/RecurringInvoiceHandler.php','RecurringInvoiceHandler','',1,'[]'),(2,'vtiger.entity.beforesave','data/VTEntityDelta.php','VTEntityDelta','',1,'[]'),(3,'vtiger.entity.aftersave','data/VTEntityDelta.php','VTEntityDelta','',1,'[]'),(4,'vtiger.entity.aftersave','modules/com_vtiger_workflow/VTEventHandler.inc','VTWorkflowEventHandler','',1,'[\"VTEntityDelta\"]'),(5,'vtiger.entity.afterrestore','modules/com_vtiger_workflow/VTEventHandler.inc','VTWorkflowEventHandler','',1,'[]'),(6,'vtiger.entity.aftersave.final','modules/HelpDesk/HelpDeskHandler.php','HelpDeskHandler','',1,'[]'),(7,'vtiger.entity.aftersave','modules/WSAPP/WorkFlowHandlers/WSAPPAssignToTracker.php','WSAPPAssignToTracker','',1,'[\"VTEntityDelta\"]'),(8,'vtiger.entity.aftersave.final','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(9,'vtiger.entity.beforedelete','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(10,'vtiger.entity.afterrestore','modules/ModTracker/ModTrackerHandler.php','ModTrackerHandler','',1,'[]'),(11,'vtiger.entity.beforesave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',0,'[]'),(12,'vtiger.entity.aftersave','modules/ServiceContracts/ServiceContractsHandler.php','ServiceContractsHandler','',0,'[]'),(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,'[]');
/*!40000 ALTER TABLE `vtiger_eventhandlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_eventhandlers_seq`
--

DROP TABLE IF EXISTS `vtiger_eventhandlers_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventhandlers_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (31);
/*!40000 ALTER TABLE `vtiger_eventhandlers_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_eventstatus`
--

DROP TABLE IF EXISTS `vtiger_eventstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventstatus` (
  `eventstatusid` int(19) NOT NULL AUTO_INCREMENT,
  `eventstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`eventstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_eventstatus`
--

LOCK TABLES `vtiger_eventstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_eventstatus` DISABLE KEYS */;
INSERT INTO `vtiger_eventstatus` VALUES (1,'Planned',0,38,0,NULL),(2,'Held',0,39,1,NULL),(3,'Not Held',0,40,2,NULL);
/*!40000 ALTER TABLE `vtiger_eventstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_eventstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_eventstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_eventstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_eventstatus_seq`
--

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

--
-- Table structure for table `vtiger_expectedresponse`
--

DROP TABLE IF EXISTS `vtiger_expectedresponse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_expectedresponse` (
  `expectedresponseid` int(19) NOT NULL AUTO_INCREMENT,
  `expectedresponse` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`expectedresponseid`),
  UNIQUE KEY `CampaignExpRes_UK01` (`expectedresponse`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_expectedresponse`
--

LOCK TABLES `vtiger_expectedresponse` WRITE;
/*!40000 ALTER TABLE `vtiger_expectedresponse` DISABLE KEYS */;
INSERT INTO `vtiger_expectedresponse` VALUES (2,'Excellent',1,42,1,NULL),(3,'Good',1,43,2,NULL),(4,'Average',1,44,3,NULL),(5,'Poor',1,45,4,NULL);
/*!40000 ALTER TABLE `vtiger_expectedresponse` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_expectedresponse_seq`
--

DROP TABLE IF EXISTS `vtiger_expectedresponse_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_expectedresponse_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_expectedresponse_seq`
--

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

--
-- Table structure for table `vtiger_extnstore_users`
--

DROP TABLE IF EXISTS `vtiger_extnstore_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_extnstore_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(50) DEFAULT NULL,
  `password` varchar(75) DEFAULT NULL,
  `instanceurl` varchar(255) DEFAULT NULL,
  `createdon` datetime DEFAULT NULL,
  `deleted` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_extnstore_users`
--

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

--
-- Table structure for table `vtiger_faq`
--

DROP TABLE IF EXISTS `vtiger_faq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faq` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `faq_no` varchar(100) NOT NULL,
  `product_id` varchar(100) DEFAULT NULL,
  `question` text,
  `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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faq`
--

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

--
-- Table structure for table `vtiger_faqcategories`
--

DROP TABLE IF EXISTS `vtiger_faqcategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcategories` (
  `faqcategories_id` int(19) NOT NULL AUTO_INCREMENT,
  `faqcategories` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`faqcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faqcategories`
--

LOCK TABLES `vtiger_faqcategories` WRITE;
/*!40000 ALTER TABLE `vtiger_faqcategories` DISABLE KEYS */;
INSERT INTO `vtiger_faqcategories` VALUES (1,'General',1,46,0,NULL);
/*!40000 ALTER TABLE `vtiger_faqcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_faqcategories_seq`
--

DROP TABLE IF EXISTS `vtiger_faqcategories_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcategories_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faqcategories_seq`
--

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

--
-- Table structure for table `vtiger_faqcf`
--

DROP TABLE IF EXISTS `vtiger_faqcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcf` (
  `faqid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faqcf`
--

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

--
-- Table structure for table `vtiger_faqcomments`
--

DROP TABLE IF EXISTS `vtiger_faqcomments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqcomments` (
  `commentid` int(19) NOT NULL AUTO_INCREMENT,
  `faqid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faqcomments`
--

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

--
-- Table structure for table `vtiger_faqstatus`
--

DROP TABLE IF EXISTS `vtiger_faqstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqstatus` (
  `faqstatus_id` int(19) NOT NULL AUTO_INCREMENT,
  `faqstatus` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`faqstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faqstatus`
--

LOCK TABLES `vtiger_faqstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_faqstatus` DISABLE KEYS */;
INSERT INTO `vtiger_faqstatus` VALUES (1,'Draft',0,47,0,NULL),(2,'Reviewed',0,48,1,NULL),(3,'Published',0,49,2,NULL),(4,'Obsolete',0,50,3,NULL);
/*!40000 ALTER TABLE `vtiger_faqstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_faqstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_faqstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_faqstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_faqstatus_seq`
--

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

--
-- Table structure for table `vtiger_feedback`
--

DROP TABLE IF EXISTS `vtiger_feedback`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_feedback` (
  `userid` int(19) DEFAULT NULL,
  `dontshow` varchar(19) DEFAULT 'false'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_feedback`
--

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

--
-- Table structure for table `vtiger_field`
--

DROP TABLE IF EXISTS `vtiger_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_field` (
  `tabid` int(19) NOT NULL,
  `fieldid` int(19) NOT NULL AUTO_INCREMENT,
  `columnname` varchar(30) NOT NULL,
  `tablename` varchar(100) DEFAULT NULL,
  `generatedtype` int(19) NOT NULL DEFAULT '0',
  `uitype` varchar(30) NOT NULL,
  `fieldname` varchar(50) NOT NULL,
  `fieldlabel` varchar(50) NOT NULL,
  `readonly` int(1) NOT NULL,
  `presence` int(19) NOT NULL DEFAULT '1',
  `defaultvalue` text,
  `maximumlength` int(19) DEFAULT NULL,
  `sequence` int(19) DEFAULT NULL,
  `block` int(19) DEFAULT NULL,
  `displaytype` int(19) DEFAULT NULL,
  `typeofdata` varchar(100) DEFAULT NULL,
  `quickcreate` int(10) NOT NULL DEFAULT '1',
  `quickcreatesequence` int(19) DEFAULT NULL,
  `info_type` varchar(20) DEFAULT NULL,
  `masseditable` int(10) NOT NULL DEFAULT '1',
  `helpinfo` text,
  `summaryfield` int(10) NOT NULL DEFAULT '0',
  `headerfield` int(1) 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=1224 DEFAULT CHARSET=utf8;
/*!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,3,'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,3,'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,3,'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,3,'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,3,'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,3,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(4,76,'title','vtiger_contactdetails',1,'1','title','Title',1,2,'',100,10,4,3,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(4,77,'fax','vtiger_contactdetails',1,'11','fax','Fax',1,2,'',100,13,4,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(4,78,'department','vtiger_contactdetails',1,'1','department','Department',1,2,'',100,12,4,3,'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,3,'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,3,'V~O',1,NULL,'ADV',0,NULL,0,0,0),(4,82,'assistant','vtiger_contactsubdetails',1,'1','assistant','Assistant',1,2,'',100,17,4,3,'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,3,'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,3,'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,3,'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,3,'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,3,'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,3,'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,3,'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,3,'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,3,'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,3,'V~O',3,NULL,'ADV',0,NULL,0,0,0),(4,109,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,8,3,'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,3,'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,5,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,2,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,3,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(13,158,'priority','vtiger_troubletickets',1,'15','ticketpriorities','Priority',1,2,'',100,7,25,3,'V~O',2,3,'BAS',1,NULL,0,1,0),(13,159,'product_id','vtiger_troubletickets',1,'59','product_id','Product Name',1,2,'',100,6,25,3,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(13,160,'severity','vtiger_troubletickets',1,'15','ticketseverities','Severity',1,2,'',100,9,25,3,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(13,161,'status','vtiger_troubletickets',1,'15','ticketstatus','Status',1,2,'',100,8,25,3,'V~O',1,2,'BAS',1,NULL,1,0,0),(13,162,'category','vtiger_troubletickets',1,'15','ticketcategories','Category',1,2,'',100,11,25,3,'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,3,'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,3,'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,3,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,4,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,3,'V~O',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,3,'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,1,'',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,1,'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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',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,1,'',100,2,32,1,'N~O',1,NULL,'BAS',1,NULL,1,0,0),(14,196,'taxclass','vtiger_products',1,'83','taxclass','Taxes',1,1,'',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,1,'',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,1,'',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,1,'',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,1,'',100,1,35,1,'V~O',3,NULL,'ADV',0,NULL,0,0,0),(14,204,'description','vtiger_crmentity',1,'19','description','Description',1,1,'',100,1,36,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,205,'title','vtiger_notes',1,'2','notes_title','Title',1,0,'',100,1,17,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(8,206,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,17,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(8,207,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,17,2,'DT~O',3,NULL,'BAS',0,NULL,1,0,0),(8,208,'filename','vtiger_notes',1,'28','filename','File Name',1,2,'',100,3,18,1,'V~O',0,NULL,'BAS',0,NULL,1,0,0),(8,209,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,4,17,1,'V~M',0,3,'BAS',1,NULL,1,0,0),(8,210,'notecontent','vtiger_notes',1,'19','notecontent','Note',1,2,'',100,1,84,1,'V~O',1,NULL,'BAS',0,NULL,0,0,0),(8,211,'filetype','vtiger_notes',1,'1','filetype','File Type',1,2,NULL,100,5,18,2,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(8,212,'filesize','vtiger_notes',1,'1','filesize','File Size',1,2,NULL,100,4,18,2,'I~O',3,NULL,'BAS',0,NULL,0,0,0),(8,213,'filelocationtype','vtiger_notes',1,'27','filelocationtype','Download Type',1,0,NULL,100,1,18,1,'V~O',0,NULL,'BAS',0,NULL,0,0,0),(8,214,'fileversion','vtiger_notes',1,'1','fileversion','Version',1,2,NULL,100,6,18,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,215,'filestatus','vtiger_notes',1,'56','filestatus','Active',1,2,'1',100,2,18,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(8,216,'filedownloadcount','vtiger_notes',1,'1','filedownloadcount','Download Count',1,2,NULL,100,7,18,2,'I~O',3,NULL,'BAS',0,NULL,0,0,0),(8,217,'folderid','vtiger_notes',1,'26','folderid','Folder Name',1,2,'',100,2,17,1,'V~O',2,2,'BAS',1,NULL,1,0,0),(8,218,'note_no','vtiger_notes',1,'4','note_no','Document No',1,0,'',100,3,17,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(8,219,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,17,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(10,220,'date_start','vtiger_activity',1,'6','date_start','Date & Time Sent',1,0,'',100,1,21,1,'DT~M~time_start~Time Start',1,NULL,'BAS',1,NULL,0,0,0),(10,221,'semodule','vtiger_activity',1,'2','parent_type','Sales Enity Module',1,0,'',100,2,21,3,'',1,NULL,'BAS',1,NULL,0,0,0),(10,222,'activitytype','vtiger_activity',1,'2','activitytype','Activtiy Type',1,0,'',100,3,21,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,223,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,5,21,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(10,224,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,23,1,'V~M',1,NULL,'BAS',1,NULL,0,0,0),(10,225,'name','vtiger_attachments',1,'61','filename','Attachment',1,0,'',100,2,23,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,226,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,24,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(10,227,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,9,23,1,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(10,228,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,10,22,1,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(10,229,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,11,21,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(10,230,'access_count','vtiger_email_track',1,'25','access_count','Access Count',1,0,'0',100,6,21,3,'I~O',1,NULL,'BAS',0,NULL,0,0,0),(10,231,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,21,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(9,232,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,19,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(9,233,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,19,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(9,234,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,19,1,'DT~M~time_start',0,2,'BAS',1,NULL,1,0,0),(9,235,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,19,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(9,236,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,4,19,3,'T~O',1,NULL,'BAS',1,NULL,1,0,0),(9,237,'due_date','vtiger_activity',1,'23','due_date','Due Date',1,0,'',100,5,19,1,'D~M~OTH~GE~date_start~Start Date & Time',1,NULL,'BAS',1,NULL,1,0,0),(9,238,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,7,19,1,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(9,239,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,8,19,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(9,240,'status','vtiger_activity',1,'15','taskstatus','Status',1,0,'',100,8,19,1,'V~M',0,3,'BAS',1,NULL,0,0,0),(9,241,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,9,19,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,242,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,10,19,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,243,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,19,1,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(9,244,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,19,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(9,245,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,19,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(9,246,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,16,19,3,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(9,247,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,17,19,3,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,248,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,20,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,249,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,17,19,3,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(9,250,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,18,19,3,'T~O',1,NULL,'BAS',1,NULL,0,0,0),(9,251,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,19,19,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(9,252,'reminder_time','vtiger_activity_reminder',1,'30','reminder_time','Send Reminder',1,0,'',100,1,120,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(9,253,'recurringtype','vtiger_activity',1,'16','recurringtype','Recurrence',1,0,'',100,6,19,3,'O~O',1,NULL,'BAS',1,NULL,1,0,0),(9,254,'notime','vtiger_activity',1,'56','notime','No Time',1,0,'',100,20,19,3,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(9,255,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,19,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(16,256,'subject','vtiger_activity',1,'2','subject','Subject',1,0,'',100,1,39,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(16,257,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,39,1,'V~M',0,6,'BAS',1,NULL,1,0,0),(16,258,'date_start','vtiger_activity',1,'6','date_start','Start Date & Time',1,0,'',100,3,39,1,'DT~M~time_start',0,2,'BAS',1,NULL,1,0,0),(16,259,'time_start','vtiger_activity',1,'2','time_start','Time Start',1,0,'',100,4,39,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(16,260,'due_date','vtiger_activity',1,'23','due_date','End Date',1,0,'',100,5,39,1,'D~M~OTH~GE~date_start~Start Date & Time',0,5,'BAS',1,NULL,1,0,0),(16,261,'time_end','vtiger_activity',1,'2','time_end','End Time',1,0,'',100,5,39,3,'T~M',1,NULL,'BAS',1,NULL,1,0,0),(16,262,'recurringtype','vtiger_activity',1,'16','recurringtype','Recurrence',1,0,'',100,6,117,1,'O~O',1,NULL,'BAS',1,NULL,1,0,0),(16,263,'duration_hours','vtiger_activity',1,'63','duration_hours','Duration',1,0,'',100,7,39,3,'I~M',1,NULL,'BAS',1,NULL,0,0,0),(16,264,'duration_minutes','vtiger_activity',1,'16','duration_minutes','Duration Minutes',1,0,'',100,8,39,3,'O~O',1,NULL,'BAS',1,NULL,0,0,0),(16,265,'crmid','vtiger_seactivityrel',1,'66','parent_id','Related To',1,0,'',100,9,119,1,'I~O',1,NULL,'BAS',1,NULL,1,0,0),(16,266,'eventstatus','vtiger_activity',1,'15','eventstatus','Status',1,0,'',100,10,39,1,'V~M',0,3,'BAS',1,NULL,0,0,0),(16,267,'sendnotification','vtiger_activity',1,'56','sendnotification','Send Notification',1,0,'',100,11,39,1,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(16,268,'activitytype','vtiger_activity',1,'15','activitytype','Activity Type',1,0,'',100,12,39,1,'V~M',0,4,'BAS',1,NULL,1,0,0),(16,269,'location','vtiger_activity',1,'1','location','Location',1,0,'',100,13,39,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,270,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,39,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(16,271,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,39,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(16,272,'priority','vtiger_activity',1,'15','taskpriority','Priority',1,0,'',100,16,39,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,273,'notime','vtiger_activity',1,'56','notime','No Time',1,0,'',100,17,39,3,'C~O',1,NULL,'BAS',1,NULL,0,0,0),(16,274,'visibility','vtiger_activity',1,'16','visibility','Visibility',1,0,'',100,18,39,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,275,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,39,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(16,276,'description','vtiger_crmentity',1,'19','description','Description',1,0,'',100,1,41,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(16,277,'reminder_time','vtiger_activity_reminder',1,'30','reminder_time','Send Reminder',1,0,'',100,1,40,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(16,278,'contactid','vtiger_cntactivityrel',1,'57','contact_id','Contact Name',1,0,'',100,1,119,1,'I~O',1,NULL,'BAS',1,NULL,0,0,0),(15,279,'product_id','vtiger_faq',1,'59','product_id','Product Name',1,2,'',100,1,37,1,'I~O',3,NULL,'BAS',1,NULL,1,0,0),(15,280,'faq_no','vtiger_faq',1,'4','faq_no','Faq No',1,0,'',100,2,37,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(15,281,'category','vtiger_faq',1,'15','faqcategories','Category',1,2,'',100,4,37,1,'V~O',3,NULL,'BAS',1,NULL,1,0,0),(15,282,'status','vtiger_faq',1,'15','faqstatus','Status',1,2,'',100,3,37,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(15,283,'question','vtiger_faq',1,'20','question','Question',1,2,'',100,7,37,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(15,284,'answer','vtiger_faq',1,'20','faq_answer','Answer',1,2,'',100,8,37,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(15,285,'comments','vtiger_faqcomments',1,'19','comments','Add Comment',1,1,'',100,1,38,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(15,286,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,37,2,'DT~O',3,NULL,'BAS',0,NULL,1,0,0),(15,287,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,37,2,'DT~O',3,NULL,'BAS',0,NULL,1,0,0),(15,288,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,37,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(18,289,'vendorname','vtiger_vendor',1,'2','vendorname','Vendor Name',1,0,'',100,1,42,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(18,290,'vendor_no','vtiger_vendor',1,'4','vendor_no','Vendor No',1,0,'',100,2,42,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(18,291,'phone','vtiger_vendor',1,'1','phone','Phone',1,2,'',100,4,42,1,'V~O',2,2,'BAS',1,NULL,0,1,0),(18,292,'email','vtiger_vendor',1,'13','email','Email',1,2,'',100,3,42,1,'E~O',2,3,'BAS',1,NULL,0,1,0),(18,293,'website','vtiger_vendor',1,'17','website','Website',1,2,'',100,6,42,1,'V~O',1,NULL,'BAS',1,NULL,0,1,0),(18,294,'glacct','vtiger_vendor',1,'15','glacct','GL Account',1,2,'',100,5,42,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(18,295,'category','vtiger_vendor',1,'1','category','Category',1,2,'',100,8,42,1,'V~O',1,NULL,'BAS',1,NULL,1,0,0),(18,296,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,7,42,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(18,297,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,9,42,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(18,298,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,12,42,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(18,299,'street','vtiger_vendor',1,'21','street','Street',1,2,'',100,1,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,300,'pobox','vtiger_vendor',1,'1','pobox','Po Box',1,2,'',100,2,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,301,'city','vtiger_vendor',1,'1','city','City',1,2,'',100,3,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,302,'state','vtiger_vendor',1,'1','state','State',1,2,'',100,4,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,303,'postalcode','vtiger_vendor',1,'1','postalcode','Postal Code',1,2,'',100,5,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,304,'country','vtiger_vendor',1,'1','country','Country',1,2,'',100,6,44,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(18,305,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,45,1,'V~O',1,NULL,'ADV',1,NULL,0,0,0),(19,306,'bookname','vtiger_pricebook',1,'2','bookname','Price Book Name',1,0,'',100,1,46,1,'V~M',0,1,'BAS',1,NULL,1,0,0),(19,307,'pricebook_no','vtiger_pricebook',1,'4','pricebook_no','PriceBook No',1,0,'',100,3,46,1,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(19,308,'active','vtiger_pricebook',1,'56','active','Active',1,2,'1',100,2,46,1,'C~O',2,2,'BAS',1,NULL,1,0,0),(19,309,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,4,46,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(19,310,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,5,46,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(19,311,'currency_id','vtiger_pricebook',1,'117','currency_id','Currency',1,0,'',100,5,46,1,'I~M',0,3,'BAS',0,NULL,0,0,0),(19,312,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,46,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(19,313,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,48,1,'V~O',1,NULL,'BAS',1,NULL,0,0,0),(20,314,'quote_no','vtiger_quotes',1,'4','quote_no','Quote No',1,0,'',100,3,49,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(20,315,'subject','vtiger_quotes',1,'2','subject','Subject',1,0,'',100,1,49,1,'V~M',1,NULL,'BAS',1,NULL,1,0,0),(20,316,'potentialid','vtiger_quotes',1,'76','potential_id','Potential Name',1,2,'',100,2,49,1,'I~O',3,NULL,'BAS',1,NULL,1,0,0),(20,317,'quotestage','vtiger_quotes',1,'15','quotestage','Quote Stage',1,2,'',100,4,49,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(20,318,'validtill','vtiger_quotes',1,'5','validtill','Valid Till',1,2,'',100,5,49,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(20,319,'contactid','vtiger_quotes',1,'57','contact_id','Contact Name',1,2,'',100,6,49,1,'V~O',3,NULL,'BAS',1,NULL,0,1,0),(20,320,'carrier','vtiger_quotes',1,'15','carrier','Carrier',1,2,'',100,8,49,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,321,'subtotal','vtiger_quotes',1,'72','hdnSubTotal','Sub Total',1,2,'',100,9,49,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,322,'shipping','vtiger_quotes',1,'1','shipping','Shipping',1,2,'',100,10,49,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,323,'inventorymanager','vtiger_quotes',1,'77','assigned_user_id1','Inventory Manager',1,2,'',100,11,49,1,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(20,324,'adjustment','vtiger_quotes',1,'72','txtAdjustment','Adjustment',1,2,'',100,20,49,3,'NN~O',3,NULL,'BAS',1,NULL,0,0,0),(20,325,'total','vtiger_quotes',1,'72','hdnGrandTotal','Total',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0,1,0),(20,326,'taxtype','vtiger_quotes',1,'16','hdnTaxType','Tax Type',1,2,'',100,14,49,3,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,327,'discount_percent','vtiger_quotes',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,14,116,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,328,'discount_amount','vtiger_quotes',1,'72','hdnDiscountAmount','Discount Amount',1,2,'',100,14,116,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,329,'s_h_amount','vtiger_quotes',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,49,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,330,'accountid','vtiger_quotes',1,'73','account_id','Account Name',1,2,'',100,16,49,1,'I~M',3,NULL,'BAS',1,NULL,0,1,0),(20,331,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,17,49,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(20,332,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,18,49,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(20,333,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,19,49,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(20,334,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,49,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(20,335,'currency_id','vtiger_quotes',1,'117','currency_id','Currency',1,2,'1',100,20,49,3,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(20,336,'conversion_rate','vtiger_quotes',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,21,49,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(20,337,'bill_street','vtiger_quotesbillads',1,'24','bill_street','Billing Address',1,2,'',100,1,51,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(20,338,'ship_street','vtiger_quotesshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,51,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(20,339,'bill_city','vtiger_quotesbillads',1,'1','bill_city','Billing City',1,2,'',100,5,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,340,'ship_city','vtiger_quotesshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,341,'bill_state','vtiger_quotesbillads',1,'1','bill_state','Billing State',1,2,'',100,7,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,342,'ship_state','vtiger_quotesshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,343,'bill_code','vtiger_quotesbillads',1,'1','bill_code','Billing Code',1,2,'',100,9,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,344,'ship_code','vtiger_quotesshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,345,'bill_country','vtiger_quotesbillads',1,'1','bill_country','Billing Country',1,2,'',100,11,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,346,'ship_country','vtiger_quotesshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,347,'bill_pobox','vtiger_quotesbillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,348,'ship_pobox','vtiger_quotesshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,51,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(20,349,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,54,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(20,350,'terms_conditions','vtiger_quotes',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,53,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(21,351,'purchaseorder_no','vtiger_purchaseorder',1,'4','purchaseorder_no','PurchaseOrder No',1,0,'',100,2,55,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(21,352,'subject','vtiger_purchaseorder',1,'2','subject','Subject',1,0,'',100,1,55,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(21,353,'vendorid','vtiger_purchaseorder',1,'81','vendor_id','Vendor Name',1,0,'',100,3,55,1,'I~M',3,NULL,'BAS',1,NULL,1,0,0),(21,354,'requisition_no','vtiger_purchaseorder',1,'1','requisition_no','Requisition No',1,2,'',100,4,55,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,355,'tracking_no','vtiger_purchaseorder',1,'1','tracking_no','Tracking Number',1,2,'',100,5,55,1,'V~O',3,NULL,'BAS',1,NULL,1,0,0),(21,356,'contactid','vtiger_purchaseorder',1,'57','contact_id','Contact Name',1,2,'',100,6,55,1,'I~O',3,NULL,'BAS',1,NULL,0,1,0),(21,357,'duedate','vtiger_purchaseorder',1,'5','duedate','Due Date',1,2,'',100,7,55,1,'D~O',3,NULL,'BAS',1,NULL,0,0,0),(21,358,'carrier','vtiger_purchaseorder',1,'15','carrier','Carrier',1,2,'',100,8,55,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,359,'adjustment','vtiger_purchaseorder',1,'72','txtAdjustment','Adjustment',1,2,'',100,10,55,3,'NN~O',3,NULL,'BAS',1,NULL,0,0,0),(21,360,'salescommission','vtiger_purchaseorder',1,'1','salescommission','Sales Commission',1,2,'',100,11,55,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,361,'exciseduty','vtiger_purchaseorder',1,'1','exciseduty','Excise Duty',1,2,'',100,12,55,1,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,362,'total','vtiger_purchaseorder',1,'72','hdnGrandTotal','Total',1,2,'',100,13,55,3,'N~O',3,NULL,'BAS',1,NULL,1,0,0),(21,363,'subtotal','vtiger_purchaseorder',1,'72','hdnSubTotal','Sub Total',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,364,'taxtype','vtiger_purchaseorder',1,'16','hdnTaxType','Tax Type',1,2,'',100,14,55,3,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,365,'discount_percent','vtiger_purchaseorder',1,'1','hdnDiscountPercent','Discount Percent',1,2,'',100,14,115,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,366,'discount_amount','vtiger_purchaseorder',1,'72','hdnDiscountAmount','Discount Amount',1,0,'',100,14,115,5,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,367,'s_h_amount','vtiger_purchaseorder',1,'72','hdnS_H_Amount','S&H Amount',1,2,'',100,14,55,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,368,'postatus','vtiger_purchaseorder',1,'15','postatus','Status',1,2,'',100,15,55,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(21,369,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,16,55,1,'V~M',3,NULL,'BAS',1,NULL,0,1,0),(21,370,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,55,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(21,371,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,55,2,'DT~O',3,NULL,'BAS',0,NULL,0,0,0),(21,372,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,22,55,3,'V~O',3,NULL,'BAS',0,NULL,0,0,0),(21,373,'currency_id','vtiger_purchaseorder',1,'117','currency_id','Currency',1,2,'1',100,19,55,3,'I~O',3,NULL,'BAS',1,NULL,0,0,0),(21,374,'conversion_rate','vtiger_purchaseorder',1,'1','conversion_rate','Conversion Rate',1,2,'1',100,20,55,3,'N~O',3,NULL,'BAS',1,NULL,0,0,0),(21,375,'bill_street','vtiger_pobillads',1,'24','bill_street','Billing Address',1,2,'',100,1,57,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(21,376,'ship_street','vtiger_poshipads',1,'24','ship_street','Shipping Address',1,2,'',100,2,57,1,'V~M',3,NULL,'BAS',1,NULL,0,0,0),(21,377,'bill_city','vtiger_pobillads',1,'1','bill_city','Billing City',1,2,'',100,5,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,378,'ship_city','vtiger_poshipads',1,'1','ship_city','Shipping City',1,2,'',100,6,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,379,'bill_state','vtiger_pobillads',1,'1','bill_state','Billing State',1,2,'',100,7,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,380,'ship_state','vtiger_poshipads',1,'1','ship_state','Shipping State',1,2,'',100,8,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,381,'bill_code','vtiger_pobillads',1,'1','bill_code','Billing Code',1,2,'',100,9,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,382,'ship_code','vtiger_poshipads',1,'1','ship_code','Shipping Code',1,2,'',100,10,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,383,'bill_country','vtiger_pobillads',1,'1','bill_country','Billing Country',1,2,'',100,11,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,384,'ship_country','vtiger_poshipads',1,'1','ship_country','Shipping Country',1,2,'',100,12,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,385,'bill_pobox','vtiger_pobillads',1,'1','bill_pobox','Billing Po Box',1,2,'',100,3,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,386,'ship_pobox','vtiger_poshipads',1,'1','ship_pobox','Shipping Po Box',1,2,'',100,4,57,1,'V~O',3,NULL,'BAS',1,NULL,0,0,0),(21,387,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,60,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(21,388,'terms_conditions','vtiger_purchaseorder',1,'19','terms_conditions','Terms & Conditions',1,2,'',100,1,59,1,'V~O',3,NULL,'ADV',1,NULL,0,0,0),(22,389,'salesorder_no','vtiger_salesorder',1,'4','salesorder_no','SalesOrder No',1,0,'',100,4,61,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(22,390,'subject','vtiger_salesorder',1,'2','subject','Subject',1,0,'',100,1,61,1,'V~M',3,NULL,'BAS',1,NULL,1,0,0),(22,391,'potentialid','vtiger_salesorder',1,'76','potential_id','Potential Name',1,2,'',100,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),(35,526,'servicename','vtiger_service',1,'2','servicename','Service Name',1,0,'',100,1,88,1,'V~M',0,1,'BAS',1,'',1,0,0),(35,527,'service_no','vtiger_service',1,'4','service_no','Service No',1,0,'',100,2,88,1,'V~O',3,0,'BAS',0,'',1,0,0),(35,528,'discontinued','vtiger_service',1,'56','discontinued','Service Active',1,2,'1',100,4,88,1,'V~O',2,3,'BAS',1,'',0,0,0),(35,529,'sales_start_date','vtiger_service',1,'5','sales_start_date','Sales Start Date',1,2,'',100,9,88,1,'D~O',1,0,'BAS',1,'',0,0,0),(35,530,'sales_end_date','vtiger_service',1,'5','sales_end_date','Sales End Date',1,2,'',100,10,88,1,'D~O~OTH~GE~sales_start_date~Sales Start Date',1,0,'BAS',1,'',0,0,0),(35,531,'start_date','vtiger_service',1,'5','start_date','Support Start Date',1,2,'',100,11,88,1,'D~O',1,0,'BAS',1,'',0,0,0),(35,532,'expiry_date','vtiger_service',1,'5','expiry_date','Support Expiry Date',1,2,'',100,12,88,1,'D~O~OTH~GE~start_date~Start Date',1,0,'BAS',1,'',0,0,0),(35,533,'website','vtiger_service',1,'17','website','Website',1,2,'',100,6,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(35,534,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,13,88,2,'DT~O',3,0,'BAS',0,'',0,0,0),(35,535,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,14,88,2,'DT~O',3,0,'BAS',0,'',0,0,0),(35,536,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,88,3,'V~O',3,0,'BAS',0,'',0,0,0),(35,537,'service_usageunit','vtiger_service',1,'15','service_usageunit','Usage Unit',1,2,'',100,3,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(35,538,'qty_per_unit','vtiger_service',1,'1','qty_per_unit','No of Units',1,2,'',100,5,88,1,'N~O',1,0,'BAS',1,'',1,0,0),(35,539,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Owner',1,0,'',100,8,88,1,'I~O',1,0,'BAS',1,'',0,0,0),(35,540,'servicecategory','vtiger_service',1,'15','servicecategory','Service Category',1,2,'',100,7,88,1,'V~O',1,0,'BAS',1,'',0,0,0),(35,541,'unit_price','vtiger_service',1,'72','unit_price','Price',1,0,'',100,1,89,1,'N~O',2,2,'BAS',0,'',1,0,0),(35,542,'taxclass','vtiger_service',1,'83','taxclass','Taxes',1,2,'',100,4,89,1,'V~O',2,0,'BAS',1,'',0,0,0),(35,543,'commissionrate','vtiger_service',1,'9','commissionrate','Commission Rate',1,2,'',100,2,89,1,'N~O',1,0,'BAS',1,'',1,0,0),(35,544,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,91,1,'V~O',1,0,'BAS',1,'',0,0,0),(35,545,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,88,2,'V~O',3,4,'BAS',0,'',0,0,0),(35,546,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,88,6,'C~O',3,5,'BAS',0,'',0,0,0),(35,547,'tags','vtiger_service',1,'1','tags','tags',1,2,'',100,19,88,6,'V~O',3,6,'BAS',0,'',0,0,0),(36,548,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,92,1,'V~M',2,2,'BAS',1,'',1,0,0),(36,549,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,17,92,2,'DT~O',3,0,'BAS',0,'',0,0,0),(36,550,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,18,92,2,'DT~O',3,0,'BAS',0,'',0,0,0),(36,551,'start_date','vtiger_servicecontracts',1,'5','start_date','Start Date',1,2,'',100,7,92,1,'D~O',2,4,'BAS',1,'',0,0,0),(36,552,'end_date','vtiger_servicecontracts',1,'5','end_date','End Date',1,2,'',100,11,92,2,'D~O',3,0,'BAS',0,'',0,0,0),(36,553,'sc_related_to','vtiger_servicecontracts',1,'10','sc_related_to','Related to',1,2,'',100,3,92,1,'V~O',2,6,'BAS',1,'',0,0,0),(36,554,'tracking_unit','vtiger_servicecontracts',1,'15','tracking_unit','Tracking Unit',1,2,'',100,6,92,1,'V~O',2,7,'BAS',1,'',0,0,0),(36,555,'total_units','vtiger_servicecontracts',1,'7','total_units','Total Units',1,2,'',100,8,92,1,'NN~O',2,8,'BAS',1,'',1,0,0),(36,556,'used_units','vtiger_servicecontracts',1,'7','used_units','Used Units',1,2,'',100,10,92,1,'NN~O',2,9,'BAS',1,'',1,0,0),(36,557,'subject','vtiger_servicecontracts',1,'1','subject','Subject',1,0,'',100,1,92,1,'V~M',0,1,'BAS',1,'',1,0,0),(36,558,'due_date','vtiger_servicecontracts',1,'23','due_date','Due date',1,2,'',100,9,92,1,'D~O',2,5,'BAS',1,'',0,0,0),(36,559,'planned_duration','vtiger_servicecontracts',1,'1','planned_duration','Planned Duration',1,2,'',100,13,92,2,'V~O',3,0,'BAS',0,'',0,0,0),(36,560,'actual_duration','vtiger_servicecontracts',1,'1','actual_duration','Actual Duration',1,2,'',100,15,92,2,'V~O',3,0,'BAS',0,'',0,0,0),(36,561,'contract_status','vtiger_servicecontracts',1,'15','contract_status','Status',1,2,'',100,12,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,562,'priority','vtiger_servicecontracts',1,'15','contract_priority','Priority',1,2,'',100,14,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,563,'contract_type','vtiger_servicecontracts',1,'15','contract_type','Type',1,2,'',100,5,92,1,'V~O',1,0,'BAS',1,'',0,0,0),(36,564,'progress','vtiger_servicecontracts',1,'9','progress','Progress',1,2,'',100,16,92,2,'N~O~2~2',3,3,'BAS',0,'',0,0,0),(36,565,'contract_no','vtiger_servicecontracts',1,'4','contract_no','Contract No',1,0,'',100,2,92,1,'V~O',3,0,'BAS',0,'',1,0,0),(36,566,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,17,92,3,'V~O',3,0,'BAS',0,'',0,0,0),(36,567,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,19,92,2,'V~O',3,10,'BAS',0,'',0,0,0),(36,568,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,20,92,6,'C~O',3,11,'BAS',0,'',0,0,0),(36,569,'tags','vtiger_servicecontracts',1,'1','tags','tags',1,2,'',100,21,92,6,'V~O',3,12,'BAS',0,'',0,0,0),(37,570,'direction','vtiger_pbxmanager',1,'1','direction','Direction',1,2,'',100,1,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,571,'callstatus','vtiger_pbxmanager',1,'1','callstatus','Call Status',1,2,'',100,2,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,572,'starttime','vtiger_pbxmanager',1,'70','starttime','Start Time',1,2,'',100,7,94,1,'DT~O',1,0,'BAS',1,'',1,0,0),(37,573,'endtime','vtiger_pbxmanager',1,'70','endtime','End Time',1,2,'',100,8,94,1,'DT~O',1,0,'BAS',1,'',0,0,0),(37,574,'totalduration','vtiger_pbxmanager',1,'7','totalduration','Total Duration',1,2,'',100,10,94,1,'I~O',1,0,'BAS',1,'',0,0,0),(37,575,'billduration','vtiger_pbxmanager',1,'7','billduration','Bill Duration',1,2,'',100,11,94,1,'I~O',1,0,'BAS',1,'',0,0,0),(37,576,'recordingurl','vtiger_pbxmanager',1,'17','recordingurl','Recording URL',1,2,'',100,9,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,577,'sourceuuid','vtiger_pbxmanager',1,'1','sourceuuid','Source UUID',1,2,'',100,12,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,578,'gateway','vtiger_pbxmanager',1,'1','gateway','Gateway',1,2,'',100,13,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,579,'customer','vtiger_pbxmanager',1,'10','customer','Customer',1,2,'',100,3,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,580,'user','vtiger_pbxmanager',1,'52','user','User',1,2,'',100,4,94,1,'V~O',1,0,'BAS',1,'',1,0,0),(37,581,'customernumber','vtiger_pbxmanager',1,'11','customernumber','Customer Number',1,2,'',100,5,94,1,'V~M',1,0,'BAS',1,'',0,0,0),(37,582,'customertype','vtiger_pbxmanager',1,'1','customertype','Customer Type',1,2,'',100,6,94,1,'V~O',1,0,'BAS',1,'',0,0,0),(37,583,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,14,94,1,'V~M',1,0,'BAS',1,'',0,0,0),(37,584,'createdtime','vtiger_crmentity',1,'70','CreatedTime','Created Time',1,2,'',100,15,94,2,'DT~O',1,0,'BAS',0,'',0,0,0),(37,585,'modifiedtime','vtiger_crmentity',1,'70','ModifiedTime','Modified Time',1,2,'',100,16,94,2,'DT~O',1,0,'BAS',0,'',0,0,0),(37,586,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,94,2,'V~O',3,1,'BAS',0,'',0,0,0),(29,587,'phone_crm_extension','vtiger_users',1,'11','phone_crm_extension','CRM Phone Extension',1,2,'',100,18,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(38,588,'commentcontent','vtiger_modcomments',1,'19','commentcontent','Comment',1,0,'',100,4,95,1,'V~M',0,4,'BAS',2,'',1,0,0),(38,589,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,1,96,1,'V~M',0,1,'BAS',2,'',1,0,0),(38,590,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,96,2,'DT~O',0,2,'BAS',0,'',0,0,0),(38,591,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,96,2,'DT~O',0,3,'BAS',0,'',0,0,0),(38,592,'related_to','vtiger_modcomments',1,'10','related_to','Related To',1,2,'',100,2,96,1,'V~M',2,5,'BAS',2,'',0,0,0),(38,593,'smcreatorid','vtiger_crmentity',1,'52','creator','Creator',1,2,'',100,4,96,2,'V~O',1,0,'BAS',1,'',0,0,0),(38,594,'parent_comments','vtiger_modcomments',1,'10','parent_comments','Related To Comments',1,2,'',100,7,96,1,'V~O',1,0,'BAS',1,'',0,0,0),(38,595,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,5,95,2,'V~O',3,6,'BAS',0,'',0,0,0),(40,596,'projectmilestonename','vtiger_projectmilestone',1,'2','projectmilestonename','Project Milestone Name',1,2,'',100,1,98,1,'V~M',0,1,'BAS',1,'',1,0,0),(40,597,'projectmilestonedate','vtiger_projectmilestone',1,'5','projectmilestonedate','Milestone Date',1,2,'',100,5,98,1,'D~O',0,3,'BAS',1,'',1,0,0),(40,598,'projectid','vtiger_projectmilestone',1,'10','projectid','Related to',1,0,'',100,4,98,1,'V~M',0,4,'BAS',1,'',0,0,0),(40,599,'projectmilestonetype','vtiger_projectmilestone',1,'15','projectmilestonetype','Type',1,2,'',100,7,98,1,'V~O',1,0,'BAS',1,'',1,0,0),(40,600,'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),(40,601,'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),(40,602,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,1,99,2,'DT~O',1,0,'BAS',0,'',0,0,0),(40,603,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,2,99,2,'DT~O',1,0,'BAS',0,'',0,0,0),(40,604,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,3,99,3,'V~O',3,0,'BAS',0,'',0,0,0),(40,605,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,100,1,'V~O',1,0,'BAS',1,'',0,0,0),(40,606,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,98,2,'V~O',3,5,'BAS',0,'',0,0,0),(40,607,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,98,6,'C~O',3,6,'BAS',0,'',0,0,0),(40,608,'tags','vtiger_projectmilestone',1,'1','tags','tags',1,2,'',100,10,98,6,'V~O',3,7,'BAS',0,'',0,0,0),(41,609,'projecttaskname','vtiger_projecttask',1,'2','projecttaskname','Project Task Name',1,2,'',100,1,101,1,'V~M',0,1,'BAS',1,'',1,0,0),(41,610,'projecttasktype','vtiger_projecttask',1,'15','projecttasktype','Type',1,2,'',100,4,101,1,'V~O',1,0,'BAS',1,'',1,0,0),(41,611,'projecttaskpriority','vtiger_projecttask',1,'15','projecttaskpriority','Priority',1,2,'',100,3,101,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,612,'projectid','vtiger_projecttask',1,'10','projectid','Related to',1,0,'',100,6,101,1,'V~M',0,5,'BAS',1,'',0,0,0),(41,613,'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),(41,614,'projecttasknumber','vtiger_projecttask',1,'7','projecttasknumber','Project Task Number',1,2,'',100,5,101,1,'I~O',1,0,'BAS',1,'',0,0,0),(41,615,'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),(41,616,'projecttaskprogress','vtiger_projecttask',1,'15','projecttaskprogress','Progress',1,2,'',100,1,102,1,'V~O',1,0,'BAS',1,'',1,0,0),(41,617,'projecttaskhours','vtiger_projecttask',1,'7','projecttaskhours','Worked Hours',1,2,'',100,2,102,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,618,'startdate','vtiger_projecttask',1,'5','startdate','Start Date',1,2,'',100,3,102,1,'D~O',0,3,'BAS',1,'',1,0,0),(41,619,'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),(41,620,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,102,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,621,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,102,2,'DT~O',1,0,'BAS',0,'',0,0,0),(41,622,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,102,3,'V~O',3,0,'BAS',0,'',0,0,0),(41,623,'description','vtiger_crmentity',1,'19','description','description',1,2,'',100,1,103,1,'V~O',1,0,'BAS',1,'',0,0,0),(41,624,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,101,2,'V~O',3,6,'BAS',0,'',0,0,0),(41,625,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,101,6,'C~O',3,7,'BAS',0,'',0,0,0),(41,626,'tags','vtiger_projecttask',1,'1','tags','tags',1,2,'',100,10,101,6,'V~O',3,8,'BAS',0,'',0,0,0),(42,627,'projectname','vtiger_project',1,'2','projectname','Project Name',1,2,'',100,1,104,1,'V~M',0,1,'BAS',1,'',1,0,0),(42,628,'startdate','vtiger_project',1,'23','startdate','Start Date',1,2,'',100,3,104,1,'D~O',0,3,'BAS',1,'',1,0,0),(42,629,'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),(42,630,'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),(42,631,'projectstatus','vtiger_project',1,'15','projectstatus','Status',1,2,'',100,7,104,1,'V~O',1,0,'BAS',1,'',1,0,0),(42,632,'projecttype','vtiger_project',1,'15','projecttype','Type',1,2,'',100,8,104,1,'V~O',1,0,'BAS',1,'',1,0,0),(42,633,'linktoaccountscontacts','vtiger_project',1,'10','linktoaccountscontacts','Related to',1,2,'',100,9,104,1,'V~O',1,0,'BAS',1,'',0,1,0),(42,634,'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),(42,635,'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),(42,636,'targetbudget','vtiger_project',1,'7','targetbudget','Target Budget',1,2,'',100,1,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,637,'projecturl','vtiger_project',1,'17','projecturl','Project Url',1,2,'',100,2,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,638,'projectpriority','vtiger_project',1,'15','projectpriority','Priority',1,2,'',100,3,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,639,'progress','vtiger_project',1,'15','progress','Progress',1,2,'',100,4,105,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,640,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,105,2,'DT~O',1,0,'BAS',0,'',0,0,0),(42,641,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,105,2,'DT~O',1,0,'BAS',0,'',0,0,0),(42,642,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,105,3,'V~O',3,0,'BAS',0,'',0,0,0),(42,643,'description','vtiger_crmentity',1,'19','description','Description',1,2,'',100,1,106,1,'V~O',1,0,'BAS',1,'',0,0,0),(42,644,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,10,104,2,'V~O',3,5,'BAS',0,'',0,0,0),(42,645,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,11,104,6,'C~O',3,6,'BAS',0,'',0,0,0),(42,646,'tags','vtiger_project',1,'1','tags','tags',1,2,'',100,12,104,6,'V~O',3,7,'BAS',0,'',0,0,0),(47,647,'asset_no','vtiger_assets',1,'4','asset_no','Asset No',1,0,'',100,2,107,1,'V~O',3,0,'BAS',0,'\n					',1,0,0),(47,648,'product','vtiger_assets',1,'10','product','Product Name',1,2,'',100,3,107,1,'V~M',0,3,'BAS',1,'\n					',1,0,0),(47,649,'serialnumber','vtiger_assets',1,'2','serialnumber','Serial Number',1,2,'',100,4,107,1,'V~M',0,5,'BAS',1,'\n					',0,0,0),(47,650,'datesold','vtiger_assets',1,'5','datesold','Date Sold',1,2,'',100,5,107,1,'D~M~OTH~GE~datesold~Date Sold',0,0,'BAS',1,'\n					',0,0,0),(47,651,'dateinservice','vtiger_assets',1,'5','dateinservice','Date in Service',1,2,'',100,6,107,1,'D~M~OTH~GE~dateinservice~Date in Service',0,4,'BAS',1,'\n					',0,0,0),(47,652,'assetstatus','vtiger_assets',1,'15','assetstatus','Status',1,2,'',100,7,107,1,'V~M',0,0,'BAS',1,'\n					',0,0,0),(47,653,'tagnumber','vtiger_assets',1,'2','tagnumber','Tag Number',1,2,'',100,8,107,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(47,654,'invoiceid','vtiger_assets',1,'10','invoiceid','Invoice Name',1,2,'',100,9,107,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(47,655,'shippingmethod','vtiger_assets',1,'2','shippingmethod','Shipping Method',1,2,'',100,10,107,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(47,656,'shippingtrackingnumber','vtiger_assets',1,'2','shippingtrackingnumber','Shipping Tracking Number',1,2,'',100,11,107,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(47,657,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,107,1,'V~M',0,2,'BAS',1,'\n					',0,0,0),(47,658,'assetname','vtiger_assets',1,'1','assetname','Asset Name',1,0,'',100,12,107,1,'V~M',0,6,'BAS',1,'\n					',1,0,0),(47,659,'account','vtiger_assets',1,'10','account','Customer Name',1,2,'',100,13,107,1,'V~M',0,0,'BAS',1,'\n					',1,0,0),(47,660,'contact','vtiger_assets',1,'10','contact','Contact Name',1,2,'',100,14,107,1,'V~O',0,0,'BAS',1,'\n					',0,0,0),(47,661,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,14,107,2,'DT~O',3,0,'BAS',0,'\n					',0,0,0),(47,662,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,15,107,2,'DT~O',3,0,'BAS',0,'\n					',0,0,0),(47,663,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,16,107,3,'V~O',3,0,'BAS',0,'\n					',0,0,0),(47,664,'description','vtiger_crmentity',1,'19','description','Notes',1,2,'',100,1,109,1,'V~O',1,0,'BAS',1,'\n					',0,0,0),(47,665,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,107,2,'V~O',3,7,'BAS',0,'',0,0,0),(47,666,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,18,107,6,'C~O',3,8,'BAS',0,'',0,0,0),(47,667,'tags','vtiger_assets',1,'1','tags','tags',1,2,'',100,19,107,6,'V~O',3,9,'BAS',0,'',0,0,0),(48,668,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,0,'',100,2,110,1,'V~M',1,0,'BAS',1,'',1,0,0),(48,669,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,0,'',100,5,110,2,'DT~O',1,0,'BAS',0,'',0,0,0),(48,670,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,0,'',100,6,110,2,'DT~O',1,0,'BAS',0,'',0,0,0),(48,671,'message','vtiger_smsnotifier',1,'21','message','message',1,0,'',100,1,110,1,'V~M',1,0,'BAS',1,'',1,0,0),(48,672,'modifiedby','vtiger_crmentity',1,'52','modifiedby','Last Modified By',1,0,'',100,7,110,3,'V~O',1,0,'BAS',0,'',0,0,0),(48,673,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,110,2,'V~O',3,1,'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),(41,713,'projecttaskstatus','vtiger_projecttask',1,'15','projecttaskstatus','Status',1,2,'',100,11,101,1,'V~O',0,9,'BAS',1,'',0,0,0),(38,714,'customer','vtiger_modcomments',1,'10','customer','Customer',1,2,'',100,6,95,3,'V~O',1,0,'BAS',1,'',0,0,0),(29,715,'dayoftheweek','vtiger_users',1,'16','dayoftheweek','Starting Day of the week',1,2,'Monday',100,1,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,716,'callduration','vtiger_users',1,'16','callduration','Default Call Duration',1,2,'5',100,7,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(29,717,'othereventduration','vtiger_users',1,'16','othereventduration','Other Event Duration',1,2,'5',100,8,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,718,'pre_tax_total','vtiger_invoice',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,67,3,'N~O',1,0,'BAS',1,'',0,0,0),(22,719,'pre_tax_total','vtiger_salesorder',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,61,3,'N~O',1,0,'BAS',1,'',0,0,0),(21,720,'pre_tax_total','vtiger_purchaseorder',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,55,3,'N~O',1,0,'BAS',1,'',0,0,0),(20,721,'pre_tax_total','vtiger_quotes',1,'72','pre_tax_total','Pre Tax Total',1,2,'',100,23,49,3,'N~O',1,0,'BAS',1,'',0,0,0),(29,722,'calendarsharedtype','vtiger_users',1,'16','calendarsharedtype','Calendar Shared Type',1,2,'Public',100,12,118,3,'V~O',1,0,'BAS',1,'',0,0,0),(6,723,'isconvertedfromlead','vtiger_account',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,24,9,1,'C~O',1,0,'BAS',1,'',0,0,0),(4,724,'isconvertedfromlead','vtiger_contactdetails',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,29,4,3,'C~O',1,0,'BAS',1,'',0,0,0),(2,725,'isconvertedfromlead','vtiger_potential',1,'56','isconvertedfromlead','Is Converted From Lead',1,2,'no',100,19,1,1,'C~O',1,0,'BAS',1,'',0,0,0),(29,726,'default_record_view','vtiger_users',1,'16','default_record_view','Default Record View',1,2,'Summary',100,19,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,727,'received','vtiger_invoice',1,'72','received','Received',1,2,'0',100,24,67,3,'N~O',1,0,'BAS',1,'',0,0,0),(23,728,'balance','vtiger_invoice',1,'72','balance','Balance',1,2,'0',100,25,67,3,'N~O',1,0,'BAS',1,'',0,0,0),(21,729,'paid','vtiger_purchaseorder',1,'72','paid','Paid',1,2,'0',100,24,55,3,'N~O',1,0,'BAS',1,'',0,0,0),(21,730,'balance','vtiger_purchaseorder',1,'72','balance','Balance',1,2,'0',100,25,55,3,'N~O',1,0,'BAS',1,'',0,0,0),(18,731,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,13,42,1,'V~M',1,0,'BAS',1,'',0,0,0),(7,732,'emailoptout','vtiger_leaddetails',1,'56','emailoptout','Email Opt Out',1,0,'',100,24,13,1,'C~O',1,0,'BAS',1,'',0,0,0),(38,733,'userid','vtiger_modcomments',1,'10','userid','UserId',1,2,'',100,7,95,3,'V~O',1,0,'BAS',1,'',0,0,0),(38,734,'reasontoedit','vtiger_modcomments',1,'19','reasontoedit','ReasonToEdit',1,2,'',100,8,95,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,735,'s_h_percent','vtiger_invoice',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,113,5,'N~O',0,1,'BAS',0,'',0,0,0),(20,736,'s_h_percent','vtiger_quotes',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,116,5,'N~O',0,1,'BAS',0,'',0,0,0),(21,737,'s_h_percent','vtiger_purchaseorder',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,115,5,'N~O',0,1,'BAS',0,'',0,0,0),(22,738,'s_h_percent','vtiger_salesorder',1,'1','hdnS_H_Percent','S&H Percent',0,2,'',100,10,114,5,'N~O',0,1,'BAS',0,'',0,0,0),(29,739,'leftpanelhide','vtiger_users',1,'56','leftpanelhide','Left Panel Hide',1,2,'0',100,20,79,1,'V~O',1,0,'BAS',1,'',0,0,0),(2,740,'contact_id','vtiger_potential',1,'10','contact_id','Contact Name',1,2,'',100,4,1,1,'V~O',1,0,'BAS',1,'',1,0,0),(13,741,'contact_id','vtiger_troubletickets',1,'10','contact_id','Contact Name',1,2,'',100,1,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,1,'',100,5,32,1,'N~O',1,0,'BAS',1,'',0,0,0),(35,773,'purchase_cost','vtiger_service',1,'71','purchase_cost','Purchase Cost',1,0,'',100,5,89,1,'N~O',1,0,'BAS',1,'',0,0,0),(23,774,'potential_id','vtiger_invoice',1,'10','potential_id','Potential Name',1,2,'',100,26,67,1,'I~O',1,0,'BAS',1,'',0,0,0),(29,775,'defaultcalendarview','vtiger_users',1,'16','defaultcalendarview','Default Calendar View',1,0,'MyCalendar',100,14,118,1,'V~O',1,0,'BAS',1,'',0,0,0),(23,776,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,14,113,5,'V~O',1,0,'BAS',0,'',0,0,0),(23,777,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',0,1,'',100,15,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(23,778,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',0,1,'',100,16,113,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,779,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,15,116,5,'V~O',1,0,'BAS',0,'',0,0,0),(20,780,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',0,1,'',100,16,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(20,781,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',0,1,'',100,17,116,5,'N~O',1,0,'BAS',0,'',0,0,0),(21,782,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,15,115,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,783,'image','vtiger_inventoryproductrel',1,'56','image','Image',0,1,'',100,16,114,5,'V~O',1,0,'BAS',0,'',0,0,0),(22,784,'purchase_cost','vtiger_inventoryproductrel',1,'71','purchase_cost','Purchase Cost',0,1,'',100,17,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(22,785,'margin','vtiger_inventoryproductrel',1,'71','margin','Margin',0,1,'',100,18,114,5,'N~O',1,0,'BAS',0,'',0,0,0),(38,786,'is_private','vtiger_modcomments',1,'7','is_private','Is Private',1,2,'',100,9,95,1,'I~O',1,0,'BAS',1,'',0,0,0),(38,787,'filename','vtiger_modcomments',1,'61','filename','Attachment',1,0,'',100,10,95,1,'V~O',1,0,'BAS',1,'',0,0,0),(38,788,'related_email_id','vtiger_modcomments',1,'1','related_email_id','Related Email Id',1,2,'0',100,11,95,1,'I~O',1,0,'BAS',1,'',0,0,0),(2,789,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,20,1,2,'V~O',3,7,'BAS',0,'',0,0,0),(4,790,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,30,4,2,'V~O',3,7,'BAS',0,'',0,0,0),(6,791,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,25,9,2,'V~O',3,5,'BAS',0,'',0,0,0),(7,792,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,25,13,2,'V~O',3,7,'BAS',0,'',0,0,0),(8,793,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,13,17,2,'V~O',3,4,'BAS',0,'',0,0,0),(9,794,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,23,19,2,'V~O',3,5,'BAS',0,'',0,0,0),(10,795,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,13,21,2,'V~O',3,1,'BAS',0,'',0,0,0),(13,796,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,6,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),(42,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),(42,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,'userlabel','vtiger_users',1,'1','userlabel','User Label',1,2,'',100,22,79,3,'V~O',1,0,'BAS',1,'',0,0,0),(50,851,'item_name','vtiger_inventoryorder',1,'10','item_name','Item Name',1,2,'',100,2,121,1,'V~M',1,0,'BAS',1,'',0,0,0),(50,852,'item_qty','vtiger_inventoryorder',1,'7','item_qty','Quantity',1,2,'',100,4,121,1,'I~O',1,0,'BAS',1,'',1,0,0),(50,853,'item_uprice','vtiger_inventoryorder',1,'72','item_uprice','Unit Price',1,1,'',100,3,121,2,'N~O',1,0,'BAS',1,'',0,0,0),(50,854,'item_orderid','vtiger_inventoryorder',1,'4','item_orderid','Order ID',1,0,'',100,6,121,1,'V~O',3,NULL,'BAS',0,NULL,1,0,0),(50,855,'item_balance','vtiger_inventoryorder',1,'1','item_balance','Balance',1,2,'',100,5,121,2,'I~O',1,0,'BAS',1,'',1,0,0),(50,856,'item_orderdt','vtiger_inventoryorder',1,'5','item_orderdt','Order Date',1,1,'',100,6,121,2,'D~O',1,0,'BAS',1,'',0,0,0),(50,857,'item_center','vtiger_inventoryorder',1,'1','item_center','Center',1,2,'',100,8,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,858,'item_ostatus','vtiger_inventoryorder',1,'15','item_ostatus','Order Status',1,2,'',100,7,121,1,'V~O',1,0,'BAS',1,'',1,0,0),(50,859,'item_remarks','vtiger_inventoryorder',1,'19','item_remarks','Remarks',1,2,'',100,10,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(50,860,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,9,121,2,'DT~O',1,0,'BAS',1,'',0,0,0),(50,861,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,12,121,2,'DT~O',1,0,'BAS',1,'',0,0,0),(50,862,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,11,121,1,'V~M',1,0,'BAS',1,'',0,0,0),(50,863,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,13,121,2,'V~O',3,1,'BAS',0,'',0,0,0),(50,864,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,14,121,6,'C~O',3,2,'BAS',0,'',0,0,0),(50,865,'tags','vtiger_inventoryorder',1,'1','tags','tags',1,2,'',100,15,121,6,'V~O',3,3,'BAS',0,'',0,0,0),(51,866,'sim_cardtype','vtiger_simcard',1,'15','sim_cardtype','Card Type',1,2,'',100,1,122,1,'V~O',1,0,'BAS',1,'',1,0,0),(51,867,'card_qtyonhand','vtiger_simcard',1,'7','card_qtyonhand','Quantity On Hand',1,2,'',100,4,122,1,'I~M',2,0,'BAS',1,'',0,0,0),(51,868,'card_qty','vtiger_simcard',1,'7','card_qty','Quantity',1,2,'',100,3,122,1,'I~M',2,0,'BAS',1,'',1,0,0),(51,869,'card_uprice','vtiger_simcard',1,'71','card_uprice','Unit Price',1,1,'',100,6,122,1,'N~O',1,0,'BAS',1,'',0,0,0),(51,870,'card_orderdt','vtiger_simcard',1,'5','card_orderdt','Order Date',1,1,'',100,5,122,1,'D~O',1,0,'BAS',1,'',0,1,0),(51,871,'simcard_number','vtiger_simcard',1,'1','simcard_number','SIM Card Number',1,1,'',100,6,122,1,'N~O',1,0,'BAS',1,'',0,1,0),(51,872,'card_bigserial','vtiger_simcard',1,'1','card_bigserial','Big Serial',1,1,'8925264',100,18,122,1,'V~O',1,0,'BAS',1,'',1,0,0),(51,873,'card_endserial','vtiger_simcard',1,'1','card_endserial','E-IMSI',1,2,'',100,10,122,1,'V~M',2,0,'BAS',1,'',0,0,0),(51,874,'card_biccd','vtiger_simcard',1,'1','card_biccd','B-ISDN',1,2,'',100,9,122,1,'N~M',2,0,'BAS',1,'',1,0,0),(51,875,'card_eiccd','vtiger_simcard',1,'1','card_eiccd','E-ISDN',1,2,'',100,11,122,1,'N~M',2,0,'BAS',1,'',1,0,0),(51,876,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,13,122,2,'DT~O',1,0,'BAS',1,'',0,0,0),(51,877,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,12,122,2,'DT~O',1,0,'BAS',1,'',0,0,0),(51,878,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,17,122,1,'V~M',1,0,'BAS',1,'',0,0,0),(51,879,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,122,2,'V~O',3,1,'BAS',0,'',0,0,0),(51,880,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,122,6,'C~O',3,2,'BAS',0,'',0,0,0),(51,881,'tags','vtiger_simcard',1,'1','tags','tags',1,2,'',100,16,122,6,'V~O',3,3,'BAS',0,'',0,0,0),(52,882,'agent_accounts','vtiger_agentpayment',1,'15','agent_accounts','Accounts',1,2,'',100,1,123,1,'V~M',1,0,'BAS',1,'',0,0,0),(52,883,'agent_accountid','vtiger_agentpayment',1,'1','agent_accountid','Accpunt ID',1,2,'',100,2,123,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,884,'agent_quantity','vtiger_agentpayment',1,'7','agent_quantity','Quantity',1,2,'',100,3,123,1,'I~O',1,0,'BAS',1,'',0,0,0),(52,885,'agent_discount','vtiger_agentpayment',1,'1','agent_discount','Discount',1,2,'',100,4,123,1,'N~O',1,0,'BAS',1,'',0,0,0),(52,886,'agent_remarks','vtiger_agentpayment',1,'19','agent_remarks','Description',1,2,'',100,5,123,1,'V~O',1,0,'BAS',1,'',0,0,0),(52,887,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,123,2,'DT~O',1,0,'BAS',1,'',0,0,0),(52,888,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,123,2,'DT~O',1,0,'BAS',1,'',0,0,0),(52,889,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,8,123,1,'V~M',1,0,'BAS',1,'',0,0,0),(52,890,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,123,2,'V~O',3,1,'BAS',0,'',0,0,0),(52,891,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,123,6,'C~O',3,2,'BAS',0,'',0,0,0),(52,892,'tags','vtiger_agentpayment',1,'1','tags','tags',1,2,'',100,11,123,6,'V~O',3,3,'BAS',0,'',0,0,0),(53,893,'related_cashierinventory','vtiger_sellinginventory',1,'10','related_cashierinventory','Cashier Inventory',1,2,'',100,1,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,894,'selling_accountid','vtiger_sellinginventory',1,'1','selling_accountid','Account ID',1,2,'',100,2,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,895,'selling_onhand','vtiger_sellinginventory',1,'7','selling_onhand','On Hand',1,2,'',100,3,124,1,'I~O',1,0,'BAS',1,'',0,0,0),(53,896,'selling_qty','vtiger_sellinginventory',1,'7','selling_qty','Quantity',1,2,'',100,4,124,1,'I~O',1,0,'BAS',1,'',0,0,0),(53,897,'selling_amount','vtiger_sellinginventory',1,'71','selling_amount','Amount',1,2,'',100,5,124,1,'N~O',1,0,'BAS',1,'',0,0,0),(53,898,'selling_commission','vtiger_sellinginventory',1,'71','selling_commission','Commission',1,2,'',100,6,124,1,'N~O',1,0,'BAS',1,'',0,0,0),(53,899,'selling_cash','vtiger_sellinginventory',1,'71','selling_cash','Cash',1,2,'',100,7,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,900,'selling_description','vtiger_sellinginventory',1,'19','selling_description','Description',1,2,'',100,8,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,901,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,9,124,2,'DT~O',1,0,'BAS',1,'',0,0,0),(53,902,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,10,124,2,'DT~O',1,0,'BAS',1,'',0,0,0),(53,903,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,11,124,1,'V~M',1,0,'BAS',1,'',0,0,0),(53,904,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,12,124,2,'V~O',3,1,'BAS',0,'',0,0,0),(53,905,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,13,124,6,'C~O',3,2,'BAS',0,'',0,0,0),(53,906,'tags','vtiger_sellinginventory',1,'1','tags','tags',1,2,'',100,14,124,6,'V~O',3,3,'BAS',0,'',0,0,0),(4,907,'contact_simnumber','vtiger_contactdetails',1,'1','contact_simnumber','SIM Number',1,2,'',100,33,4,1,'N~O',1,0,'BAS',1,'',0,0,0),(4,908,'contact_iccid','vtiger_contactdetails',1,'1','contact_iccid','ICCID',1,2,'',100,34,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(4,909,'contact_thirdname','vtiger_contactdetails',1,'1','contact_thirdname','Third Name',1,2,'',100,35,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(4,910,'contact_fourthname','vtiger_contactdetails',1,'1','contact_fourthname','Fourth Name',1,2,'',100,36,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(4,911,'contact_gender','vtiger_contactdetails',1,'15','contact_gender','Gender',1,2,'',100,37,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(4,913,'contact_paymenttype','vtiger_contactdetails',1,'15','contact_paymenttype','Payment Type',1,2,'',100,38,4,1,'V~O',1,0,'BAS',1,'',0,0,0),(13,914,'contact_mobileno','vtiger_troubletickets',1,'1','contact_mobileno','Mobile Number',1,2,'',100,7,25,1,'V~O',1,0,'BAS',1,'',0,0,0),(13,915,'contact_center','vtiger_troubletickets',1,'1','contact_center','Center',1,2,'',100,8,25,1,'V~O',1,0,'BAS',1,'',0,0,0),(13,916,'contact_balgroup','vtiger_troubletickets',1,'1','contact_balgroup','Bal Group',1,2,'',100,9,25,1,'V~O',1,0,'BAS',1,'',0,0,0),(13,917,'contact_disgroup','vtiger_troubletickets',1,'1','contact_disgroup','Dis Group',1,2,'',100,10,25,1,'V~O',1,0,'BAS',1,'',0,0,0),(13,918,'contact_cancelbarring','vtiger_troubletickets',1,'56','contact_cancelbarring','Cancel Barring',1,2,'',100,11,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,919,'contact_cancelforwarding','vtiger_troubletickets',1,'56','contact_cancelforwarding','Cancel Forwarding',1,2,'',100,12,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,920,'contact_increasespeed','vtiger_troubletickets',1,'56','contact_increasespeed','Increase 3G Speed',1,1,'0',100,13,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,921,'contact_imsi','vtiger_troubletickets',1,'56','contact_imsi','Get IMSI',1,1,'0',100,14,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,922,'contact_callwaiting','vtiger_troubletickets',1,'56','contact_callwaiting','Active Call Waiting',1,2,'',100,15,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(54,923,'simtype','vtiger_simgenerate',1,'10','simtype','Card Type',1,2,'',100,1,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(54,924,'simgenerate_no','vtiger_simgenerate',1,'4','simgenerate_no','SimGenerate No',1,2,'',100,2,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(54,925,'card_orderdt','vtiger_simgenerate',1,'5','card_orderdt','Order Date',1,2,'',100,5,125,1,'D~O',1,0,'BAS',1,'',0,0,0),(54,926,'simcard_number','vtiger_simgenerate',1,'7','simcard_number','ISDN No',1,2,'',100,4,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(54,927,'card_uprice','vtiger_simgenerate',1,'71','card_uprice','Unit Price',1,2,'',100,7,125,1,'N~O',1,0,'BAS',1,'',0,0,0),(54,928,'card_qty','vtiger_simgenerate',1,'7','card_qty','Quantity',1,2,'',100,6,125,1,'I~O',1,0,'BAS',1,'',0,0,0),(54,929,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,9,125,2,'DT~O',1,0,'BAS',1,'',0,0,0),(54,930,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,8,125,2,'DT~O',1,0,'BAS',1,'',0,0,0),(54,931,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,11,125,1,'V~M',1,0,'BAS',1,'',0,0,0),(54,932,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,10,125,2,'V~O',3,1,'BAS',0,'',0,0,0),(54,933,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,11,125,6,'C~O',3,2,'BAS',0,'',0,0,0),(54,934,'tags','vtiger_simgenerate',1,'1','tags','tags',1,2,'',100,12,125,6,'V~O',3,3,'BAS',0,'',0,0,0),(55,935,'userjournal_no','vtiger_userjournal',1,'4','userjournal_no','JOURID',1,2,'',100,1,126,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,936,'journaldt','vtiger_userjournal',1,'5','journaldt','Jour Date',1,2,'',100,2,126,1,'D~O',1,0,'BAS',1,'',0,0,0),(55,937,'lastreference','vtiger_userjournal',1,'1','lastreference','Last Ref',1,2,'',100,3,126,1,'V~O',1,0,'BAS',1,'',0,0,0),(55,938,'total_debit','vtiger_userjournal',1,'71','total_debit','Total Debit',1,2,'',100,4,126,1,'N~O',1,0,'BAS',1,'',0,0,0),(55,939,'total_credit','vtiger_userjournal',1,'71','total_credit','Total Credit',1,2,'',100,5,126,1,'N~O',1,0,'BAS',1,'',0,0,0),(55,940,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,126,2,'DT~O',1,0,'BAS',1,'',0,0,0),(55,941,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,126,2,'DT~O',1,0,'BAS',1,'',0,0,0),(55,942,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,8,126,1,'V~M',1,0,'BAS',1,'',0,0,0),(55,943,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,126,2,'V~O',3,1,'BAS',0,'',0,0,0),(55,944,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,126,6,'C~O',3,2,'BAS',0,'',0,0,0),(55,945,'tags','vtiger_userjournal',1,'1','tags','tags',1,2,'',100,11,126,6,'V~O',3,3,'BAS',0,'',0,0,0),(29,946,'item_center','vtiger_users',1,'15','item_center','Center',1,2,'',100,13,77,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,947,'report_no','vtiger_customreport',1,'4','report_no','Report No',1,2,'',100,1,127,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,948,'cmreportname','vtiger_customreport',1,'1','cmreportname','Report Name',1,2,'',100,2,127,1,'V~O',1,0,'BAS',1,'',0,0,0),(56,949,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,3,127,2,'DT~O',1,0,'BAS',1,'',0,0,0),(56,950,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,4,127,2,'DT~O',1,0,'BAS',1,'',0,0,0),(56,951,'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),(56,952,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,6,127,2,'V~O',3,1,'BAS',0,'',0,0,0),(56,953,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,7,127,6,'C~O',3,2,'BAS',0,'',0,0,0),(56,954,'tags','vtiger_customreport',1,'1','tags','tags',1,2,'',100,8,127,6,'V~O',3,3,'BAS',0,'',0,0,0),(53,955,'firstname','vtiger_sellinginventory',1,'1','firstname','First Name',1,2,'',100,15,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,956,'lastname','vtiger_sellinginventory',1,'1','lastname','Last Name',1,2,'',100,16,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,957,'emailid','vtiger_sellinginventory',1,'1','emailid','Email ID',1,2,'',100,17,124,1,'E~O',1,0,'BAS',1,'',0,0,0),(53,958,'phoneno','vtiger_sellinginventory',1,'1','phoneno','Phone Number',1,2,'',100,18,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(53,959,'contactid','vtiger_sellinginventory',1,'10','contactid','Contact',1,2,'',100,19,124,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,960,'simgenerate_status','vtiger_simgenerate',1,'15','simgenerate_status','Simcard Status',1,2,'',100,12,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(51,961,'simcard_orderstatus','vtiger_simcard',1,'15','simcard_orderstatus','Simcard Order Status',1,2,'New',100,15,122,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,962,'linktoinventoryorder','vtiger_simcard',1,'10','linktoinventoryorder','Inventory Order',1,2,'',100,2,122,1,'V~M',1,0,'BAS',1,'',1,0,0),(14,963,'purchaseoid','vtiger_products',1,'1','purchaseoid','Purchase Order ID',1,2,'',100,26,31,1,'V~O',1,0,'BAS',1,'',0,0,0),(14,964,'purchaseorderdt','vtiger_products',1,'5','purchaseorderdt','Purchase Order Date',1,2,'',100,27,31,1,'D~O',1,0,'BAS',1,'',0,0,0),(14,965,'receivedt','vtiger_products',1,'5','receivedt','Receive Date',1,2,'',100,28,31,1,'D~O',1,0,'BAS',1,'',0,0,0),(57,966,'inventoryorderid','vtiger_otherinventory',1,'10','inventoryorderid','Inventory Order',1,2,'',100,1,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(57,967,'inventoryno','vtiger_otherinventory',1,'4','inventoryno','Inventory No',1,2,'',100,2,128,1,'V~O',1,0,'BAS',1,'',0,0,0),(57,968,'item_name','vtiger_otherinventory',1,'10','item_name','Item Name',1,2,'',100,3,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(57,969,'qtyonhand','vtiger_otherinventory',1,'7','qtyonhand','On Hand Qty',1,2,'',100,4,128,1,'I~O',1,0,'BAS',1,'',0,0,0),(57,970,'usedqty','vtiger_otherinventory',1,'7','usedqty','Quantity',1,2,'',100,5,128,1,'I~M',1,0,'BAS',1,'',0,0,0),(57,971,'balanceqty','vtiger_otherinventory',1,'7','balanceqty','Balance',1,2,'',100,6,128,1,'I~O',1,0,'BAS',1,'',0,0,0),(57,972,'cashiername','vtiger_otherinventory',1,'15','cashiername','Cashier',1,2,'',100,7,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(57,973,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,8,128,2,'DT~O',1,0,'BAS',1,'',0,0,0),(57,974,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,9,128,2,'DT~O',1,0,'BAS',1,'',0,0,0),(57,975,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,10,128,1,'V~M',1,0,'BAS',1,'',0,0,0),(57,976,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,11,128,2,'V~O',3,1,'BAS',0,'',0,0,0),(57,977,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,12,128,6,'C~O',3,2,'BAS',0,'',0,0,0),(57,978,'tags','vtiger_otherinventory',1,'1','tags','tags',1,2,'',100,13,128,6,'V~O',3,3,'BAS',0,'',0,0,0),(58,979,'otherinventoryid','vtiger_cashierinventory',1,'10','otherinventoryid','Inventory Name',1,1,'',100,1,129,1,'V~O',1,0,'BAS',1,'',0,0,0),(58,980,'inventoryno','vtiger_cashierinventory',1,'4','inventoryno','Inventory No',1,2,'',100,2,129,1,'V~O',1,0,'BAS',1,'',0,0,0),(58,981,'productid','vtiger_cashierinventory',1,'1','productid','Product',1,2,'',100,3,129,1,'V~O',1,0,'BAS',1,'',1,0,0),(58,982,'qtyin','vtiger_cashierinventory',1,'7','qtyin','Qty In',1,2,'',100,4,129,1,'I~O',1,0,'BAS',1,'',1,0,0),(58,983,'qtyout','vtiger_cashierinventory',1,'7','qtyout','Qty Out',1,2,'',100,5,129,1,'I~O',1,0,'BAS',1,'',1,0,0),(58,984,'qtyonhand','vtiger_cashierinventory',1,'7','qtyonhand','On Hand Qty',1,2,'',100,6,129,1,'I~O',1,0,'BAS',1,'',0,0,0),(58,985,'pendingqty','vtiger_cashierinventory',1,'7','pendingqty','Pending Qty',1,2,'',100,7,129,1,'I~O',1,0,'BAS',1,'',0,0,0),(58,986,'inventorystatus','vtiger_cashierinventory',1,'15','inventorystatus','Inventory Status',1,2,'',100,8,129,1,'V~O',1,0,'BAS',1,'',1,0,0),(58,987,'balanceqty','vtiger_cashierinventory',1,'7','balanceqty','Balance',1,2,'',100,9,129,1,'I~O',1,0,'BAS',1,'',1,0,0),(58,988,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,10,129,2,'DT~O',1,0,'BAS',1,'',0,0,0),(58,989,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,11,129,2,'DT~O',1,0,'BAS',1,'',0,0,0),(58,990,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,12,129,1,'V~M',1,0,'BAS',1,'',0,0,0),(58,991,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,13,129,2,'V~O',3,1,'BAS',0,'',0,0,0),(58,992,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,14,129,6,'C~O',3,2,'BAS',0,'',0,0,0),(58,993,'tags','vtiger_cashierinventory',1,'1','tags','tags',1,2,'',100,15,129,6,'V~O',3,3,'BAS',0,'',0,0,0),(59,994,'logno','vtiger_apilog',1,'4','logno','Log No',1,2,'',100,1,130,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,995,'apiurl','vtiger_apilog',1,'1','apiurl','API Url',1,2,'',100,2,130,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,996,'api_request','vtiger_apilog',1,'1','api_request','Request',1,2,'',100,3,130,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,997,'api_response','vtiger_apilog',1,'1','api_response','Response',1,2,'',100,4,130,1,'V~O',1,0,'BAS',1,'',0,0,0),(59,998,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,130,2,'DT~O',1,0,'BAS',1,'',0,0,0),(59,999,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,130,2,'DT~O',1,0,'BAS',1,'',0,0,0),(59,1000,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,7,130,1,'V~M',1,0,'BAS',1,'',0,0,0),(59,1001,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,130,2,'V~O',3,1,'BAS',0,'',0,0,0),(59,1002,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,130,6,'C~O',3,2,'BAS',0,'',0,0,0),(59,1003,'tags','vtiger_apilog',1,'1','tags','tags',1,2,'',100,10,130,6,'V~O',3,3,'BAS',0,'',0,0,0),(14,1004,'approvedstock','vtiger_products',1,'7','approvedstock','Approved Qty',1,2,'',100,7,33,1,'I~O',1,0,'BAS',1,'',0,0,0),(50,1005,'parentinventoryorderid','vtiger_inventoryorder',1,'10','parentinventoryorderid','Parent Inventory Order',1,2,'',100,1,121,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1006,'simcard_balance','vtiger_simcard',1,'7','simcard_balance','Balance',1,2,'',100,5,122,1,'I~O',1,0,'BAS',1,'',0,0,0),(54,1007,'simcard_imsino','vtiger_simgenerate',1,'7','simcard_imsino','IMSI No',1,2,'',100,3,125,1,'I~O',1,0,'BAS',1,'',0,1,0),(60,1008,'related_simdivision','vtiger_sellingsimcard',1,'10','related_simdivision','Simcard Division',1,1,'',100,1,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1009,'related_simgenerate','vtiger_sellingsimcard',1,'10','related_simgenerate','Simcard Generate',1,2,'',100,1,131,1,'V~M',2,0,'BAS',1,'',0,0,0),(60,1010,'selling_simcardno','vtiger_sellingsimcard',1,'4','selling_simcardno','Sim No',1,2,'',100,2,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1011,'selling_onhand','vtiger_sellingsimcard',1,'7','selling_onhand','On Hand',1,1,'',100,3,131,1,'I~O',1,0,'BAS',1,'',0,0,0),(60,1012,'selling_qty','vtiger_sellingsimcard',1,'7','selling_qty','Quantity',1,1,'',100,4,131,1,'I~O',1,0,'BAS',1,'',0,0,0),(60,1013,'selling_amount','vtiger_sellingsimcard',1,'71','selling_amount','Amount',1,1,'',100,7,131,1,'N~O',1,0,'BAS',1,'',0,0,0),(60,1014,'selling_description','vtiger_sellingsimcard',1,'19','selling_description','Description',1,2,'',100,8,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1015,'firstname','vtiger_sellingsimcard',1,'1','firstname','First Name',1,2,'',100,9,131,1,'V~M',2,0,'BAS',1,'',0,0,0),(60,1016,'lastname','vtiger_sellingsimcard',1,'1','lastname','Last Name',1,2,'',100,10,131,1,'V~M',2,0,'BAS',1,'',0,0,0),(60,1017,'emailid','vtiger_sellingsimcard',1,'1','emailid','Email ID',1,2,'',100,11,131,1,'E~M',2,0,'BAS',1,'',0,0,0),(60,1018,'phoneno','vtiger_sellingsimcard',1,'1','phoneno','Phone Number',1,1,'',100,12,131,1,'N~O',2,0,'BAS',1,'',0,0,0),(60,1019,'contactid','vtiger_sellingsimcard',1,'10','contactid','Contact',1,2,'',100,13,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1020,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,14,131,2,'DT~O',1,0,'BAS',1,'',0,0,0),(60,1021,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,15,131,2,'DT~O',1,0,'BAS',1,'',0,0,0),(60,1022,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,16,131,1,'V~M',1,0,'BAS',1,'',0,0,0),(60,1023,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,17,131,2,'V~O',3,1,'BAS',0,'',0,0,0),(60,1024,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,17,131,6,'C~O',3,2,'BAS',0,'',0,0,0),(60,1025,'tags','vtiger_sellingsimcard',1,'1','tags','tags',1,2,'',100,18,131,6,'V~O',3,3,'BAS',0,'',0,0,0),(60,1026,'sellingsim_imsi','vtiger_sellingsimcard',1,'7','sellingsim_imsi','IMSI No',1,2,'',100,6,131,1,'I~M',2,0,'BAS',1,'',0,0,0),(60,1027,'sellingsim_isdn','vtiger_sellingsimcard',1,'7','sellingsim_isdn','ISDN No',1,2,'',100,5,131,1,'I~M',2,0,'BAS',1,'',0,0,0),(61,1028,'related_contact','vtiger_sellingreactivation',1,'10','related_contact','Customer Name',1,1,'',100,1,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1029,'selling_reactivationno','vtiger_sellingreactivation',1,'4','selling_reactivationno','Activation No',1,2,'',100,5,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1030,'selling_ISDNNo','vtiger_sellingreactivation',1,'7','selling_ISDNNo','ISDN No',1,2,'',100,3,132,1,'I~M',2,0,'BAS',1,'',0,0,0),(61,1031,'selling_center','vtiger_sellingreactivation',1,'15','selling_center','Center',1,2,'',100,7,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1032,'selling_simtype','vtiger_sellingreactivation',1,'15','selling_simtype','SIM Type',1,2,'',100,6,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1033,'selling_descriptioniccd','vtiger_sellingreactivation',1,'1','selling_descriptioniccd','Description/IMSI',1,2,'',100,9,132,1,'V~M',2,0,'BAS',1,'',0,0,0),(61,1034,'selling_groupstatus','vtiger_sellingreactivation',1,'15','selling_groupstatus','Group Status',1,2,'',100,8,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1035,'selling_type','vtiger_sellingreactivation',1,'15','selling_type','Type',1,2,'',100,11,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1036,'selling_iccidtype','vtiger_sellingreactivation',1,'15','selling_iccidtype','IMSI Type',1,2,'',100,4,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1037,'selling_remarks','vtiger_sellingreactivation',1,'1','selling_remarks','Remarks',1,2,'',100,13,132,1,'V~O',1,0,'BAS',1,'',0,0,0),(61,1038,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,10,132,2,'DT~O',1,0,'BAS',1,'',0,0,0),(61,1039,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,15,132,2,'DT~O',1,0,'BAS',1,'',0,0,0),(61,1040,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,12,132,1,'V~M',1,0,'BAS',1,'',0,0,0),(61,1041,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,132,2,'V~O',3,1,'BAS',0,'',0,0,0),(61,1042,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,132,6,'C~O',3,2,'BAS',0,'',0,0,0),(61,1043,'tags','vtiger_sellingreactivation',1,'1','tags','tags',1,2,'',100,16,132,6,'V~O',3,3,'BAS',0,'',0,0,0),(61,1044,'selling_IMSINo','vtiger_sellingreactivation',1,'7','selling_IMSINo','IMSI No',1,2,'',100,2,132,1,'I~M',2,0,'BAS',1,'',0,0,0),(61,1045,'related_simgenerate','vtiger_sellingreactivation',1,'10','related_simgenerate','SIM Generate',1,2,'',100,1,132,1,'V~M',2,0,'BAS',1,'',0,0,0),(62,1046,'related_product','vtiger_purchaseinventory',1,'10','related_product','Products',1,2,'',100,1,133,1,'V~O',1,0,'BAS',1,'',0,0,0),(62,1047,'purchaseno','vtiger_purchaseinventory',1,'4','purchaseno','Purchase No',1,2,'',100,2,133,1,'V~O',1,0,'BAS',1,'',0,0,0),(62,1048,'purchase_qty','vtiger_purchaseinventory',1,'7','purchase_qty','Quantity',1,2,'',100,3,133,1,'I~O',1,0,'BAS',1,'',0,0,0),(62,1049,'purchase_status','vtiger_purchaseinventory',1,'15','purchase_status','Status',1,2,'',100,4,133,1,'V~O',1,0,'BAS',1,'',0,0,0),(62,1050,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,5,133,2,'DT~O',1,0,'BAS',1,'',0,0,0),(62,1051,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,6,133,2,'DT~O',1,0,'BAS',1,'',0,0,0),(62,1052,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,7,133,1,'V~M',1,0,'BAS',1,'',0,0,0),(62,1053,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,8,133,2,'V~O',3,1,'BAS',0,'',0,0,0),(62,1054,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,9,133,6,'C~O',3,2,'BAS',0,'',0,0,0),(62,1055,'tags','vtiger_purchaseinventory',1,'1','tags','tags',1,2,'',100,10,133,6,'V~O',3,3,'BAS',0,'',0,0,0),(54,1056,'simgenerate_simtype','vtiger_simgenerate',1,'15','simgenerate_simtype','Sim Type',1,2,'',100,13,125,1,'V~O',1,0,'BAS',1,'',1,0,0),(51,1057,'simdivision_no','vtiger_simcard',1,'4','simdivision_no','SimDivision No',1,2,'',100,16,122,1,'V~O',1,0,'BAS',1,'',1,0,0),(63,1058,'related_simdivision','vtiger_simcarddistribute',1,'10','related_simdivision','Sim Division',1,2,'',100,1,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1059,'dis_qtyonhand','vtiger_simcarddistribute',1,'7','dis_qtyonhand','Quantity On Hand',1,2,'',100,2,134,1,'I~M',2,0,'BAS',1,'',0,0,0),(63,1060,'distribute_qty','vtiger_simcarddistribute',1,'7','distribute_qty','Quantity',1,2,'',100,3,134,1,'I~O',1,0,'BAS',1,'',0,0,0),(63,1061,'distribute_balance','vtiger_simcarddistribute',1,'7','distribute_balance','Balance',1,2,'',100,18,134,1,'I~O',1,0,'BAS',1,'',0,0,0),(63,1062,'dis_bigserial','vtiger_simcarddistribute',1,'1','dis_bigserial','B-IMSI',1,2,'',100,5,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1063,'simdistributeno','vtiger_simcarddistribute',1,'4','simdistributeno','Distribute No',1,2,'',100,6,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1064,'dis_endserial','vtiger_simcarddistribute',1,'1','dis_endserial','E-IMSI',1,2,'',100,7,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1065,'dis_bisdn','vtiger_simcarddistribute',1,'1','dis_bisdn','B-ISDN',1,2,'',100,8,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1066,'dis_eisdn','vtiger_simcarddistribute',1,'1','dis_eisdn','E-ISDN',1,2,'',100,9,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1067,'distribute_cashiernm','vtiger_simcarddistribute',1,'15','distribute_cashiernm','Cashier',1,2,'',100,10,134,1,'V~M',1,0,'BAS',1,'',0,0,0),(63,1068,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,11,134,2,'DT~O',1,0,'BAS',1,'',0,0,0),(63,1069,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,12,134,2,'DT~O',1,0,'BAS',1,'',0,0,0),(63,1070,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,13,134,1,'V~M',1,0,'BAS',1,'',0,0,0),(63,1071,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,14,134,2,'V~O',3,1,'BAS',0,'',0,0,0),(63,1072,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,15,134,6,'C~O',3,2,'BAS',0,'',0,0,0),(63,1073,'tags','vtiger_simcarddistribute',1,'1','tags','tags',1,2,'',100,16,134,6,'V~O',3,3,'BAS',0,'',0,0,0),(54,1074,'isassigned','vtiger_simgenerate',1,'56','isassigned','Assigned',1,2,'',100,14,125,1,'C~O',1,0,'BAS',1,'',0,0,0),(54,1075,'assignedstatus','vtiger_simgenerate',1,'15','assignedstatus','Assigned Status',1,2,'',100,15,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(63,1076,'distributestatus','vtiger_simcarddistribute',1,'15','distributestatus','Status',1,2,'New',100,17,134,1,'V~O',1,0,'BAS',1,'',0,0,0),(51,1077,'prefix_iccid','vtiger_simcard',1,'7','prefix_iccid','IMSI Prefix',1,2,'637026400',100,7,122,1,'I~M',2,0,'BAS',1,'',0,0,0),(51,1078,'suffix_iccid','vtiger_simcard',1,'1','suffix_iccid','B-IMSI',1,2,'',100,8,122,1,'V~M',2,0,'BAS',1,'',0,0,0),(54,1079,'simiccid','vtiger_simgenerate',1,'1','simiccid','ICCID',1,2,'',100,16,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1080,'sim_prefix','vtiger_simgenerate',1,'1','sim_prefix','Prefix',1,2,'',100,17,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1081,'sim_suffix','vtiger_simgenerate',1,'1','sim_suffix','Suffix',1,2,'',100,18,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1082,'sim_pin1','vtiger_simgenerate',1,'1','sim_pin1','Pin1',1,2,'',100,19,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1083,'sim_pin2','vtiger_simgenerate',1,'1','sim_pin2','Pin2',1,2,'',100,20,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1084,'sim_puk1','vtiger_simgenerate',1,'1','sim_puk1','Puk1',1,2,'',100,21,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1085,'sim_puk2','vtiger_simgenerate',1,'1','sim_puk2','Puk2',1,2,'',100,22,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(54,1086,'related_simcarddistribute','vtiger_simgenerate',1,'10','related_simcarddistribute','Simcard Distribute',1,2,'',100,23,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1087,'sellingsim_thirdname','vtiger_sellingsimcard',1,'1','sellingsim_thirdname','Third Name',1,2,'',100,19,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1088,'sellingsim_fourthname','vtiger_sellingsimcard',1,'1','sellingsim_fourthname','Fourth Name',1,2,'',100,20,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1089,'sellingsim_dob','vtiger_sellingsimcard',1,'5','sellingsim_dob','DOB',1,2,'',100,21,131,1,'D~O',1,0,'BAS',1,'',0,0,0),(60,1090,'sellingsim_address','vtiger_sellingsimcard',1,'1','sellingsim_address','Address',1,2,'',100,22,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1091,'sellingsim_gender','vtiger_sellingsimcard',1,'15','sellingsim_gender','Gender',1,2,'',100,23,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(60,1092,'sellingsim_paymenttype','vtiger_sellingsimcard',1,'15','sellingsim_paymenttype','Payment Type',1,2,'',100,24,131,1,'V~O',1,0,'BAS',1,'',0,0,0),(13,1093,'opening_4g','vtiger_troubletickets',1,'56','opening_4g','Opening 4G',1,2,'',100,16,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,1094,'increasedownload_upload','vtiger_troubletickets',1,'56','increasedownload_upload','Increase Download and Upload',1,2,'',100,21,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,1095,'increasedata','vtiger_troubletickets',1,'15','increasedata','Increase Data',1,2,'',100,22,25,1,'V~M',2,0,'BAS',1,'',0,0,0),(13,1096,'disconnectcall','vtiger_troubletickets',1,'56','disconnectcall','Disconnect Call',1,2,'',100,17,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,1097,'openallcall','vtiger_troubletickets',1,'56','openallcall','Open All Calls',1,2,'',100,18,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,1098,'disconnect_outgoingcall','vtiger_troubletickets',1,'56','disconnect_outgoingcall','Disconnect Outgoing Call',1,2,'',100,19,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(13,1099,'disconnect_incomingcall','vtiger_troubletickets',1,'56','disconnect_incomingcall','Disconnect Incoming Call',1,2,'',100,20,25,1,'C~O',1,0,'BAS',1,'',0,0,0),(64,1100,'checkupno','vtiger_dailycheckup',1,'4','checkupno','Checkup No',1,2,'',100,1,135,1,'V~O',1,0,'BAS',1,'',0,0,0),(64,1101,'fullname','vtiger_dailycheckup',1,'1','fullname','FullName',1,2,'',100,4,135,1,'V~O',1,0,'BAS',1,'',0,0,0),(64,1102,'zaaddebit','vtiger_dailycheckup',1,'71','zaaddebit','ZaadDebit',1,2,'',100,5,135,1,'N~O',1,0,'BAS',1,'',0,0,0),(64,1103,'zaadcredit','vtiger_dailycheckup',1,'71','zaadcredit','ZaadCredit',1,2,'',100,6,135,1,'N~O',1,0,'BAS',1,'',0,0,0),(64,1104,'zaadbalance','vtiger_dailycheckup',1,'71','zaadbalance','ZaadBalance',1,2,'',100,7,135,1,'N~O',1,0,'BAS',1,'',0,0,0),(64,1105,'finalbalance','vtiger_dailycheckup',1,'71','finalbalance','Balance',1,2,'',100,8,135,1,'N~O',1,0,'BAS',1,'',0,0,0),(64,1106,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,9,135,2,'DT~O',1,0,'BAS',1,'',0,0,0),(64,1107,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,10,135,2,'DT~O',1,0,'BAS',1,'',0,0,0),(64,1108,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,11,135,1,'V~M',1,0,'BAS',1,'',0,0,0),(64,1109,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,12,135,2,'V~O',3,1,'BAS',0,'',0,0,0),(64,1110,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,11,135,6,'C~O',3,2,'BAS',0,'',0,0,0),(64,1111,'tags','vtiger_dailycheckup',1,'1','tags','tags',1,2,'',100,12,135,6,'V~O',3,3,'BAS',0,'',0,0,0),(64,1112,'daily_accountid','vtiger_dailycheckup',1,'7','daily_accountid','Account ID',1,2,'',100,2,135,1,'I~O',1,0,'BAS',1,'',0,0,0),(64,1113,'daily_partneruid','vtiger_dailycheckup',1,'7','daily_partneruid','Partner UID',1,2,'',100,3,135,1,'I~O',1,0,'BAS',1,'',0,0,0),(65,1114,'orderno','vtiger_placeorder',1,'4','orderno','Order No',1,2,'',100,1,136,1,'V~O',1,0,'BAS',1,'',0,0,0),(65,1115,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,2,136,2,'DT~O',1,0,'BAS',1,'',0,0,0),(65,1116,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,3,136,2,'DT~O',1,0,'BAS',1,'',0,0,0),(65,1117,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,136,1,'V~M',1,0,'BAS',1,'',0,0,0),(65,1118,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,5,136,2,'V~O',3,1,'BAS',0,'',0,0,0),(65,1119,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,6,136,6,'C~O',3,2,'BAS',0,'',0,0,0),(65,1120,'tags','vtiger_placeorder',1,'1','tags','tags',1,2,'',100,7,136,6,'V~O',3,3,'BAS',0,'',0,0,0),(66,1121,'packagename','vtiger_simpackage',1,'1','packagename','Package Name',1,2,'',100,1,137,1,'V~M',1,0,'BAS',1,'',0,0,0),(66,1122,'packageprice','vtiger_simpackage',1,'71','packageprice','Price',1,2,'',100,2,137,1,'I~M',1,0,'BAS',1,'',0,0,0),(66,1123,'packagetype','vtiger_simpackage',1,'15','packagetype','Package Type',1,2,'',100,3,137,1,'V~M',1,0,'BAS',1,'',0,0,0),(66,1124,'packageid','vtiger_simpackage',1,'1','packageid','Package ID',1,2,'',100,4,137,1,'I~O',1,0,'BAS',1,'',0,0,0),(66,1125,'packagedesc','vtiger_simpackage',1,'19','packagedesc','Description',1,2,'',100,5,137,1,'V~O',1,0,'BAS',1,'',0,0,0),(66,1126,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,137,2,'DT~O',1,0,'BAS',1,'',0,0,0),(66,1127,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,137,2,'DT~O',1,0,'BAS',1,'',0,0,0),(66,1128,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,8,137,1,'V~M',1,0,'BAS',1,'',0,0,0),(66,1129,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,137,2,'V~O',3,1,'BAS',0,'',0,0,0),(66,1130,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,137,6,'C~O',3,2,'BAS',0,'',0,0,0),(66,1131,'tags','vtiger_simpackage',1,'1','tags','tags',1,2,'',100,11,137,6,'V~O',3,3,'BAS',0,'',0,0,0),(67,1132,'addonsname','vtiger_addonservice',1,'1','addonsname','Addons Name',1,2,'',100,1,138,1,'V~M',1,0,'BAS',1,'',0,0,0),(67,1133,'addonsprice','vtiger_addonservice',1,'71','addonsprice','Price',1,2,'',100,2,138,1,'I~M',1,0,'BAS',1,'',0,0,0),(67,1134,'addonspackage','vtiger_addonservice',1,'15','addonspackage','Package Name',1,2,'',100,3,138,1,'V~M',1,0,'BAS',1,'',0,0,0),(67,1135,'addonsbundleid','vtiger_addonservice',1,'1','addonsbundleid','Bundle ID',1,2,'',100,4,138,1,'I~O',1,0,'BAS',1,'',0,0,0),(67,1136,'addonsdesc','vtiger_addonservice',1,'19','addonsdesc','Description',1,2,'',100,5,138,1,'V~O',1,0,'BAS',1,'',0,0,0),(67,1137,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,138,2,'DT~O',1,0,'BAS',1,'',0,0,0),(67,1138,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,138,2,'DT~O',1,0,'BAS',1,'',0,0,0),(67,1139,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,8,138,1,'V~M',1,0,'BAS',1,'',0,0,0),(67,1140,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,138,2,'V~O',3,1,'BAS',0,'',0,0,0),(67,1141,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,138,6,'C~O',3,2,'BAS',0,'',0,0,0),(67,1142,'tags','vtiger_addonservice',1,'1','tags','tags',1,2,'',100,11,138,6,'V~O',3,3,'BAS',0,'',0,0,0),(68,1143,'packagename','vtiger_coupon',1,'10','packagename','Package',1,2,'',100,1,139,1,'V~M',1,0,'BAS',1,'',0,0,0),(68,1144,'couponcode','vtiger_coupon',1,'1','couponcode','Coupon Code',1,2,'',100,2,139,1,'V~O',1,0,'BAS',1,'',0,0,0),(68,1145,'coupontype','vtiger_coupon',1,'15','coupontype','Coupon Type',1,2,'',100,3,139,1,'V~M',1,0,'BAS',1,'',0,0,0),(68,1146,'couponstatus','vtiger_coupon',1,'15','couponstatus','Status',1,2,'New',100,4,139,1,'V~O',1,0,'BAS',1,'',0,0,0),(68,1147,'couponstartdt','vtiger_coupon',1,'5','couponstartdt','Coupon Start Date',1,2,'',100,5,139,1,'D~O',1,0,'BAS',1,'',0,0,0),(68,1148,'couponexpiredt','vtiger_coupon',1,'5','couponexpiredt','Coupon Expire Date',1,2,'',100,6,139,1,'D~O',1,0,'BAS',1,'',0,0,0),(68,1149,'totalcount','vtiger_coupon',1,'1','totalcount','Total Count',1,2,'',100,7,139,1,'I~O',1,0,'BAS',1,'',0,0,0),(68,1150,'usedcount','vtiger_coupon',1,'1','usedcount','Used Coupon Count',1,2,'',100,8,139,1,'I~O',1,0,'BAS',1,'',0,0,0),(68,1151,'availablecount','vtiger_coupon',1,'1','availablecount','Available Coupon Count',1,2,'',100,9,139,1,'I~O',1,0,'BAS',1,'',0,0,0),(68,1152,'coupondiscount','vtiger_coupon',1,'1','coupondiscount','Coupon Discount(%)',1,2,'',100,10,139,1,'I~O',1,0,'BAS',1,'',0,0,0),(68,1153,'coupondesc','vtiger_coupon',1,'19','coupondesc','Description',1,2,'',100,11,139,1,'V~O',1,0,'BAS',1,'',0,0,0),(68,1154,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,12,139,2,'DT~O',1,0,'BAS',1,'',0,0,0),(68,1155,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,13,139,2,'DT~O',1,0,'BAS',1,'',0,0,0),(68,1156,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,14,139,1,'V~M',1,0,'BAS',1,'',0,0,0),(68,1157,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,15,139,2,'V~O',3,1,'BAS',0,'',0,0,0),(68,1158,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,16,139,6,'C~O',3,2,'BAS',0,'',0,0,0),(68,1159,'tags','vtiger_coupon',1,'1','tags','tags',1,2,'',100,17,139,6,'V~O',3,3,'BAS',0,'',0,0,0),(69,1160,'newnumberno','vtiger_newnumber',1,'4','newnumberno','New Number No',1,2,'',100,1,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1161,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,2,140,2,'DT~O',1,0,'BAS',1,'',0,0,0),(69,1162,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,3,140,2,'DT~O',1,0,'BAS',1,'',0,0,0),(69,1163,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,4,140,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1164,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,5,140,2,'V~O',3,1,'BAS',0,'',0,0,0),(69,1165,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,6,140,6,'C~O',3,2,'BAS',0,'',0,0,0),(69,1166,'tags','vtiger_newnumber',1,'1','tags','tags',1,2,'',100,7,140,6,'V~O',3,3,'BAS',0,'',0,0,0),(69,1167,'packagename','vtiger_newnumber',1,'10','packagename','Package',1,1,'',100,8,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1168,'simnumber','vtiger_newnumber',1,'1','simnumber','Number',1,1,'',100,9,140,1,'I~O',1,0,'BAS',1,'',0,0,0),(69,1169,'simimsino','vtiger_newnumber',1,'1','simimsino','IMSI No',1,2,'',100,10,140,1,'I~O',1,0,'BAS',1,'',0,0,0),(69,1170,'simtxnid','vtiger_newnumber',1,'1','simtxnid','Transaction ID',1,2,'',100,11,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1171,'simprice','vtiger_newnumber',1,'71','simprice','Price',1,2,'',100,12,140,1,'I~O',1,0,'BAS',1,'',0,0,0),(69,1172,'simpackagename','vtiger_newnumber',1,'15','simpackagename','Package',1,2,'',100,8,140,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1173,'packagesimnumber','vtiger_newnumber',1,'10','packagesimnumber','Number',1,2,'',100,9,140,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1174,'number_salestype','vtiger_newnumber',1,'15','number_salestype','Sales Type',1,2,'',100,1,141,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1175,'number_couponcode','vtiger_newnumber',1,'1','number_couponcode','Coupon Code',1,2,'',100,2,141,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1176,'number_discount','vtiger_newnumber',1,'1','number_discount','Discount',1,2,'',100,3,141,1,'I~M',1,0,'BAS',1,'',0,0,0),(69,1177,'number_paymenttype','vtiger_newnumber',1,'15','number_paymenttype','Payment Type',1,2,'',100,4,141,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1178,'number_paymentacno','vtiger_newnumber',1,'1','number_paymentacno','Payment Account Number',1,2,'',100,5,141,1,'I~M',1,0,'BAS',1,'',0,0,0),(69,1179,'cust_firstname','vtiger_newnumber',1,'1','cust_firstname','First Name',1,2,'',100,1,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1180,'cust_secondname','vtiger_newnumber',1,'1','cust_secondname','Second Name',1,2,'',100,2,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1181,'cust_thirdname','vtiger_newnumber',1,'1','cust_thirdname','Third Name',1,2,'',100,3,142,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1182,'cust_fourthname','vtiger_newnumber',1,'1','cust_fourthname','Fourth Name',1,2,'',100,4,142,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1183,'cust_contactno','vtiger_newnumber',1,'1','cust_contactno','Contact Number',1,2,'',100,5,142,1,'I~M',1,0,'BAS',1,'',0,0,0),(69,1184,'cust_dob','vtiger_newnumber',1,'5','cust_dob','DOB',1,2,'',100,6,142,1,'D~M',1,0,'BAS',1,'',0,0,0),(69,1185,'cust_gender','vtiger_newnumber',1,'15','cust_gender','Gender',1,2,'',100,7,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1186,'cust_center','vtiger_newnumber',1,'1','cust_center','Center',1,2,'',100,8,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1187,'cust_nationality','vtiger_newnumber',1,'15','cust_nationality','Nationality',1,2,'',100,9,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1188,'cust_occupation','vtiger_newnumber',1,'1','cust_occupation','Occupation',1,2,'',100,10,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1189,'cust_category','vtiger_newnumber',1,'15','cust_category','Customer Category',1,2,'',100,11,142,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1190,'cust_city','vtiger_newnumber',1,'15','cust_city','City',1,2,'',100,1,143,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1191,'cust_village','vtiger_newnumber',1,'1','cust_village','Village',1,2,'',100,2,143,1,'V~M',1,0,'BAS',1,'',0,0,0),(69,1192,'cust_email','vtiger_newnumber',1,'13','cust_email','Email',1,2,'',100,3,143,1,'E~O',1,0,'BAS',1,'',0,0,0),(69,1193,'cust_mothername','vtiger_newnumber',1,'1','cust_mothername','Mother Name',1,2,'',100,1,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1194,'cust_inheritorpname','vtiger_newnumber',1,'1','cust_inheritorpname','Inheritor Person Name',1,2,'',100,2,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1195,'cust_inheritorpno','vtiger_newnumber',1,'1','cust_inheritorpno','Inheritor Person Number',1,2,'',100,3,144,1,'I~O',1,0,'BAS',1,'',0,0,0),(69,1196,'cust_inheritorrelation','vtiger_newnumber',1,'1','cust_inheritorrelation','Inheritor Person Relationship',1,2,'',100,4,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1197,'cust_personimage','vtiger_newnumber',1,'69','cust_personimage','Person Image',1,2,'',100,5,144,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1198,'cust_documentid','vtiger_newnumber',1,'1','cust_documentid','Document ID',1,2,'',100,1,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1199,'cust_document','vtiger_newnumber',1,'69','cust_document','Document',1,2,'',100,2,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1200,'cust_documenttype','vtiger_newnumber',1,'1','cust_documenttype','Document Type',1,2,'',100,3,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1201,'cust_docexpiredt','vtiger_newnumber',1,'5','cust_docexpiredt','Expire Date',1,2,'',100,4,145,1,'D~O',1,0,'BAS',1,'',0,0,0),(69,1202,'cust_effectivefrom','vtiger_newnumber',1,'5','cust_effectivefrom','Effective From',1,2,'',100,5,145,1,'D~O',1,0,'BAS',1,'',0,0,0),(69,1203,'cust_kaashplusimage','vtiger_newnumber',1,'69','cust_kaashplusimage','Kaashplus Image',1,2,'',100,6,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(69,1204,'cust_kaashplus_lang','vtiger_newnumber',1,'15','cust_kaashplus_lang','Language',1,2,'',100,7,145,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1205,'transactionno','vtiger_addonstransaction',1,'4','transactionno','Transaction No',1,2,'',100,1,146,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1206,'customer_number','vtiger_addonstransaction',1,'10','customer_number','Customer Number',1,2,'',100,2,146,1,'V~O',1,0,'BAS',1,'',0,1,0),(70,1207,'linktopackage','vtiger_addonstransaction',1,'10','linktopackage','Package',1,2,'',100,3,146,1,'V~O',1,0,'BAS',1,'',0,1,0),(70,1208,'linktoaddons','vtiger_addonstransaction',1,'10','linktoaddons','Addons',1,2,'',100,4,146,1,'V~O',1,0,'BAS',1,'',0,1,0),(70,1209,'addonsprice','vtiger_addonstransaction',1,'71','addonsprice','Price',1,2,'',100,5,146,1,'I~O',1,0,'BAS',1,'',0,1,0),(70,1210,'createdtime','vtiger_crmentity',1,'70','createdtime','Created Time',1,2,'',100,6,146,2,'DT~O',1,0,'BAS',1,'',0,0,0),(70,1211,'modifiedtime','vtiger_crmentity',1,'70','modifiedtime','Modified Time',1,2,'',100,7,146,2,'DT~O',1,0,'BAS',1,'',0,0,0),(70,1212,'smownerid','vtiger_crmentity',1,'53','assigned_user_id','Assigned To',1,2,'',100,8,146,1,'V~M',1,0,'BAS',1,'',0,0,0),(70,1213,'source','vtiger_crmentity',1,'1','source','Source',1,2,'',100,9,146,2,'V~O',3,1,'BAS',0,'',0,0,0),(70,1214,'starred','vtiger_crmentity_user_field',1,'56','starred','starred',1,2,'',100,10,146,6,'C~O',3,2,'BAS',0,'',0,0,0),(70,1215,'tags','vtiger_addonstransaction',1,'1','tags','tags',1,2,'',100,11,146,6,'V~O',3,3,'BAS',0,'',0,0,0),(54,1216,'simtype','vtiger_simgenerate',1,'15','simtype','Simcard Type',1,2,'',100,24,125,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1217,'custnumber','vtiger_addonstransaction',1,'1','custnumber','Number',1,2,'',100,12,146,1,'V~O',1,0,'BAS',1,'',0,1,0),(70,1218,'transctionid','vtiger_addonstransaction',1,'1','transctionid','Transaction ID',1,2,'',100,13,146,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1219,'addons_salestype','vtiger_addonstransaction',1,'15','addons_salestype','Sales Type',1,2,'',100,1,147,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1220,'addons_couponcode','vtiger_addonstransaction',1,'1','addons_couponcode','Coupon Code',1,2,'',100,2,147,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1221,'addons_discount','vtiger_addonstransaction',1,'1','addons_discount','Discount(%)',1,2,'',100,3,147,1,'I~O',1,0,'BAS',1,'',0,0,0),(70,1222,'addons_paymenttype','vtiger_addonstransaction',1,'15','addons_paymenttype','Payment Type',1,2,'',100,4,147,1,'V~O',1,0,'BAS',1,'',0,0,0),(70,1223,'addons_paymentacno','vtiger_addonstransaction',1,'1','addons_paymentacno','Payment Account Number',1,2,'',100,5,147,1,'I~O',1,0,'BAS',1,'',0,0,0);
/*!40000 ALTER TABLE `vtiger_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_field_seq`
--

DROP TABLE IF EXISTS `vtiger_field_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_field_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (1223);
/*!40000 ALTER TABLE `vtiger_field_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_fieldmodulerel`
--

DROP TABLE IF EXISTS `vtiger_fieldmodulerel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_fieldmodulerel` (
  `fieldid` int(11) NOT NULL,
  `module` varchar(100) NOT NULL,
  `relmodule` varchar(100) NOT NULL,
  `status` varchar(10) DEFAULT NULL,
  `sequence` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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),(553,'ServiceContracts','Contacts',NULL,NULL),(553,'ServiceContracts','Accounts',NULL,NULL),(579,'PBXManager','Leads',NULL,NULL),(579,'PBXManager','Contacts',NULL,NULL),(579,'PBXManager','Accounts',NULL,NULL),(592,'ModComments','Leads',NULL,NULL),(592,'ModComments','Contacts',NULL,NULL),(592,'ModComments','Accounts',NULL,NULL),(594,'ModComments','ModComments',NULL,NULL),(592,'ModComments','Potentials',NULL,NULL),(598,'ProjectMilestone','Project',NULL,NULL),(612,'ProjectTask','Project',NULL,NULL),(592,'ModComments','ProjectTask',NULL,NULL),(633,'Project','Accounts',NULL,NULL),(633,'Project','Contacts',NULL,NULL),(592,'ModComments','Project',NULL,NULL),(648,'Assets','Products',NULL,NULL),(654,'Assets','Invoice',NULL,NULL),(659,'Assets','Accounts',NULL,NULL),(660,'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),(592,'ModComments','HelpDesk',NULL,NULL),(592,'ModComments','Faq',NULL,NULL),(740,'Potentials','Contacts',NULL,NULL),(157,'HelpDesk','Accounts',NULL,NULL),(741,'HelpDesk','Contacts',NULL,NULL),(238,'Accounts','Calendar',NULL,NULL),(238,'Leads','Calendar',NULL,NULL),(238,'HelpDesk','Calendar',NULL,NULL),(238,'Campaigns','Calendar',NULL,NULL),(238,'Potentials','Calendar',NULL,NULL),(238,'PurchaseOrder','Calendar',NULL,NULL),(238,'SalesOrder','Calendar',NULL,NULL),(238,'Quotes','Calendar',NULL,NULL),(238,'Invoice','Calendar',NULL,NULL),(239,'Contacts','Calendar',NULL,NULL),(774,'Invoice','Potentials',NULL,NULL),(592,'ModComments','Invoice',NULL,NULL),(592,'ModComments','Quotes',NULL,NULL),(592,'ModComments','PurchaseOrder',NULL,NULL),(592,'ModComments','SalesOrder',NULL,NULL),(849,'Project','Potentials',NULL,NULL),(893,'SellingInventory','CashierInventory',NULL,NULL),(851,'InventoryOrder','Products','1',NULL),(923,'SimGenerate','SimCard',NULL,NULL),(959,'SellingInventory','Contacts',NULL,NULL),(962,'SimCard','InventoryOrder',NULL,NULL),(966,'OtherInventory','InventoryOrder',NULL,NULL),(968,'OtherInventory','Products',NULL,NULL),(979,'CashierInventory','OtherInventory',NULL,NULL),(1005,'InventoryOrder','InventoryOrder',NULL,NULL),(1008,'SellingSimcard','SimCard',NULL,NULL),(1009,'SellingSimcard','SimGenerate',NULL,NULL),(1019,'SellingSimcard','Contacts',NULL,NULL),(1028,'SellingReactivation','Contacts',NULL,NULL),(1045,'SellingReactivation','SimGenerate',NULL,NULL),(1046,'PurchaseInventory','Products',NULL,NULL),(1058,'SimcardDistribute','SimCard',NULL,NULL),(1086,'SimGenerate','SimcardDistribute',NULL,NULL),(1143,'Coupon','SimPackage',NULL,NULL),(1167,'NewNumber','SimPackage',NULL,NULL),(1173,'NewNumber','SimGenerate',NULL,NULL),(1206,'AddonsTransaction','NewNumber',NULL,NULL),(1207,'AddonsTransaction','SimPackage',NULL,NULL),(1208,'AddonsTransaction','AddonService',NULL,NULL);
/*!40000 ALTER TABLE `vtiger_fieldmodulerel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_freetagged_objects`
--

DROP TABLE IF EXISTS `vtiger_freetagged_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_freetagged_objects` (
  `tag_id` int(20) NOT NULL DEFAULT '0',
  `tagger_id` int(20) NOT NULL DEFAULT '0',
  `object_id` int(20) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_freetagged_objects`
--

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

--
-- Table structure for table `vtiger_freetags`
--

DROP TABLE IF EXISTS `vtiger_freetags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_freetags` (
  `id` int(19) NOT NULL,
  `tag` varchar(50) NOT NULL DEFAULT '',
  `raw_tag` varchar(50) NOT NULL DEFAULT '',
  `visibility` varchar(100) NOT NULL DEFAULT 'PRIVATE',
  `owner` int(19) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_freetags`
--

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

--
-- Table structure for table `vtiger_freetags_seq`
--

DROP TABLE IF EXISTS `vtiger_freetags_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_freetags_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_freetags_seq`
--

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

--
-- Table structure for table `vtiger_glacct`
--

DROP TABLE IF EXISTS `vtiger_glacct`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_glacct` (
  `glacctid` int(19) NOT NULL AUTO_INCREMENT,
  `glacct` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`glacctid`),
  UNIQUE KEY `glacct_glacct_idx` (`glacct`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_glacct`
--

LOCK TABLES `vtiger_glacct` WRITE;
/*!40000 ALTER TABLE `vtiger_glacct` DISABLE KEYS */;
INSERT INTO `vtiger_glacct` VALUES (1,'300-Sales-Software',1,51,0,NULL),(2,'301-Sales-Hardware',1,52,1,NULL),(3,'302-Rental-Income',1,53,2,NULL),(4,'303-Interest-Income',1,54,3,NULL),(5,'304-Sales-Software-Support',1,55,4,NULL),(6,'305-Sales Other',1,56,5,NULL),(7,'306-Internet Sales',1,57,6,NULL),(8,'307-Service-Hardware Labor',1,58,7,NULL),(9,'308-Sales-Books',1,59,8,NULL);
/*!40000 ALTER TABLE `vtiger_glacct` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_glacct_seq`
--

DROP TABLE IF EXISTS `vtiger_glacct_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_glacct_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_glacct_seq`
--

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

--
-- Table structure for table `vtiger_google_event_calendar_mapping`
--

DROP TABLE IF EXISTS `vtiger_google_event_calendar_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_event_calendar_mapping` (
  `event_id` varchar(255) DEFAULT NULL,
  `calendar_id` varchar(255) DEFAULT NULL,
  `user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_google_event_calendar_mapping`
--

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

--
-- Table structure for table `vtiger_google_oauth2`
--

DROP TABLE IF EXISTS `vtiger_google_oauth2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_oauth2` (
  `service` varchar(20) DEFAULT NULL,
  `access_token` varchar(500) DEFAULT NULL,
  `refresh_token` varchar(500) DEFAULT NULL,
  `userid` int(19) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_google_oauth2`
--

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

--
-- Table structure for table `vtiger_google_sync_fieldmapping`
--

DROP TABLE IF EXISTS `vtiger_google_sync_fieldmapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_sync_fieldmapping` (
  `vtiger_field` varchar(255) DEFAULT NULL,
  `google_field` varchar(255) DEFAULT NULL,
  `google_field_type` varchar(255) DEFAULT NULL,
  `google_custom_label` varchar(255) DEFAULT NULL,
  `user` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_google_sync_fieldmapping`
--

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

--
-- Table structure for table `vtiger_google_sync_settings`
--

DROP TABLE IF EXISTS `vtiger_google_sync_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_google_sync_settings` (
  `user` int(11) DEFAULT NULL,
  `module` varchar(50) DEFAULT NULL,
  `clientgroup` varchar(255) DEFAULT NULL,
  `direction` varchar(50) DEFAULT NULL,
  `enabled` tinyint(3) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_google_sync_settings`
--

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

--
-- Table structure for table `vtiger_group2grouprel`
--

DROP TABLE IF EXISTS `vtiger_group2grouprel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_group2grouprel` (
  `groupid` int(19) NOT NULL,
  `containsgroupid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_group2grouprel`
--

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

--
-- Table structure for table `vtiger_group2role`
--

DROP TABLE IF EXISTS `vtiger_group2role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_group2role` (
  `groupid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_group2role`
--

LOCK TABLES `vtiger_group2role` WRITE;
/*!40000 ALTER TABLE `vtiger_group2role` DISABLE KEYS */;
INSERT INTO `vtiger_group2role` VALUES (3,'H2'),(4,'H3'),(2,'H4');
/*!40000 ALTER TABLE `vtiger_group2role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_group2rs`
--

DROP TABLE IF EXISTS `vtiger_group2rs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_group2rs` (
  `groupid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_group2rs`
--

LOCK TABLES `vtiger_group2rs` WRITE;
/*!40000 ALTER TABLE `vtiger_group2rs` DISABLE KEYS */;
INSERT INTO `vtiger_group2rs` VALUES (3,'H3'),(4,'H3'),(2,'H5');
/*!40000 ALTER TABLE `vtiger_group2rs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_groups` (
  `groupid` int(19) NOT NULL,
  `groupname` varchar(100) DEFAULT NULL,
  `description` text,
  PRIMARY KEY (`groupid`),
  UNIQUE KEY `groups_groupname_idx` (`groupname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_groups`
--

LOCK TABLES `vtiger_groups` WRITE;
/*!40000 ALTER TABLE `vtiger_groups` DISABLE KEYS */;
INSERT INTO `vtiger_groups` VALUES (2,'Team Selling','Group Related to Sales'),(3,'Marketing Group','Group Related to Marketing Activities'),(4,'Support Group','Group Related to providing Support to Customers');
/*!40000 ALTER TABLE `vtiger_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_home_layout`
--

DROP TABLE IF EXISTS `vtiger_home_layout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_home_layout` (
  `userid` int(19) NOT NULL,
  `layout` int(19) NOT NULL DEFAULT '4',
  PRIMARY KEY (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_home_layout`
--

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

--
-- Table structure for table `vtiger_homedashbd`
--

DROP TABLE IF EXISTS `vtiger_homedashbd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homedashbd` (
  `stuffid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_homedashbd`
--

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

--
-- Table structure for table `vtiger_homedefault`
--

DROP TABLE IF EXISTS `vtiger_homedefault`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homedefault` (
  `stuffid` int(19) NOT NULL DEFAULT '0',
  `hometype` varchar(30) NOT NULL,
  `maxentries` int(19) 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=utf8;
/*!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'),(31,'ALVT',5,'Accounts'),(32,'HDB',5,'Dashboard'),(33,'PLVT',5,'Potentials'),(34,'QLTQ',5,'Quotes'),(35,'CVLVT',5,'NULL'),(36,'HLT',5,'HelpDesk'),(37,'UA',5,'Calendar'),(38,'GRT',5,'NULL'),(39,'OLTSO',5,'SalesOrder'),(40,'ILTI',5,'Invoice'),(41,'MNL',5,'Leads'),(42,'OLTPO',5,'PurchaseOrder'),(43,'PA',5,'Calendar'),(44,'LTFAQ',5,'Faq'),(46,'ALVT',5,'Accounts'),(47,'HDB',5,'Dashboard'),(48,'PLVT',5,'Potentials'),(49,'QLTQ',5,'Quotes'),(50,'CVLVT',5,'NULL'),(51,'HLT',5,'HelpDesk'),(52,'UA',5,'Calendar'),(53,'GRT',5,'NULL'),(54,'OLTSO',5,'SalesOrder'),(55,'ILTI',5,'Invoice'),(56,'MNL',5,'Leads'),(57,'OLTPO',5,'PurchaseOrder'),(58,'PA',5,'Calendar'),(59,'LTFAQ',5,'Faq'),(61,'ALVT',5,'Accounts'),(62,'HDB',5,'Dashboard'),(63,'PLVT',5,'Potentials'),(64,'QLTQ',5,'Quotes'),(65,'CVLVT',5,'NULL'),(66,'HLT',5,'HelpDesk'),(67,'UA',5,'Calendar'),(68,'GRT',5,'NULL'),(69,'OLTSO',5,'SalesOrder'),(70,'ILTI',5,'Invoice'),(71,'MNL',5,'Leads'),(72,'OLTPO',5,'PurchaseOrder'),(73,'PA',5,'Calendar'),(74,'LTFAQ',5,'Faq'),(76,'ALVT',5,'Accounts'),(77,'HDB',5,'Dashboard'),(78,'PLVT',5,'Potentials'),(79,'QLTQ',5,'Quotes'),(80,'CVLVT',5,'NULL'),(81,'HLT',5,'HelpDesk'),(82,'UA',5,'Calendar'),(83,'GRT',5,'NULL'),(84,'OLTSO',5,'SalesOrder'),(85,'ILTI',5,'Invoice'),(86,'MNL',5,'Leads'),(87,'OLTPO',5,'PurchaseOrder'),(88,'PA',5,'Calendar'),(89,'LTFAQ',5,'Faq'),(91,'ALVT',5,'Accounts'),(92,'HDB',5,'Dashboard'),(93,'PLVT',5,'Potentials'),(94,'QLTQ',5,'Quotes'),(95,'CVLVT',5,'NULL'),(96,'HLT',5,'HelpDesk'),(97,'UA',5,'Calendar'),(98,'GRT',5,'NULL'),(99,'OLTSO',5,'SalesOrder'),(100,'ILTI',5,'Invoice'),(101,'MNL',5,'Leads'),(102,'OLTPO',5,'PurchaseOrder'),(103,'PA',5,'Calendar'),(104,'LTFAQ',5,'Faq'),(106,'ALVT',5,'Accounts'),(107,'HDB',5,'Dashboard'),(108,'PLVT',5,'Potentials'),(109,'QLTQ',5,'Quotes'),(110,'CVLVT',5,'NULL'),(111,'HLT',5,'HelpDesk'),(112,'UA',5,'Calendar'),(113,'GRT',5,'NULL'),(114,'OLTSO',5,'SalesOrder'),(115,'ILTI',5,'Invoice'),(116,'MNL',5,'Leads'),(117,'OLTPO',5,'PurchaseOrder'),(118,'PA',5,'Calendar'),(119,'LTFAQ',5,'Faq'),(121,'ALVT',5,'Accounts'),(122,'HDB',5,'Dashboard'),(123,'PLVT',5,'Potentials'),(124,'QLTQ',5,'Quotes'),(125,'CVLVT',5,'NULL'),(126,'HLT',5,'HelpDesk'),(127,'UA',5,'Calendar'),(128,'GRT',5,'NULL'),(129,'OLTSO',5,'SalesOrder'),(130,'ILTI',5,'Invoice'),(131,'MNL',5,'Leads'),(132,'OLTPO',5,'PurchaseOrder'),(133,'PA',5,'Calendar'),(134,'LTFAQ',5,'Faq'),(136,'ALVT',5,'Accounts'),(137,'HDB',5,'Dashboard'),(138,'PLVT',5,'Potentials'),(139,'QLTQ',5,'Quotes'),(140,'CVLVT',5,'NULL'),(141,'HLT',5,'HelpDesk'),(142,'UA',5,'Calendar'),(143,'GRT',5,'NULL'),(144,'OLTSO',5,'SalesOrder'),(145,'ILTI',5,'Invoice'),(146,'MNL',5,'Leads'),(147,'OLTPO',5,'PurchaseOrder'),(148,'PA',5,'Calendar'),(149,'LTFAQ',5,'Faq'),(151,'ALVT',5,'Accounts'),(152,'HDB',5,'Dashboard'),(153,'PLVT',5,'Potentials'),(154,'QLTQ',5,'Quotes'),(155,'CVLVT',5,'NULL'),(156,'HLT',5,'HelpDesk'),(157,'UA',5,'Calendar'),(158,'GRT',5,'NULL'),(159,'OLTSO',5,'SalesOrder'),(160,'ILTI',5,'Invoice'),(161,'MNL',5,'Leads'),(162,'OLTPO',5,'PurchaseOrder'),(163,'PA',5,'Calendar'),(164,'LTFAQ',5,'Faq'),(166,'ALVT',5,'Accounts'),(167,'HDB',5,'Dashboard'),(168,'PLVT',5,'Potentials'),(169,'QLTQ',5,'Quotes'),(170,'CVLVT',5,'NULL'),(171,'HLT',5,'HelpDesk'),(172,'UA',5,'Calendar'),(173,'GRT',5,'NULL'),(174,'OLTSO',5,'SalesOrder'),(175,'ILTI',5,'Invoice'),(176,'MNL',5,'Leads'),(177,'OLTPO',5,'PurchaseOrder'),(178,'PA',5,'Calendar'),(179,'LTFAQ',5,'Faq'),(181,'ALVT',5,'Accounts'),(182,'HDB',5,'Dashboard'),(183,'PLVT',5,'Potentials'),(184,'QLTQ',5,'Quotes'),(185,'CVLVT',5,'NULL'),(186,'HLT',5,'HelpDesk'),(187,'UA',5,'Calendar'),(188,'GRT',5,'NULL'),(189,'OLTSO',5,'SalesOrder'),(190,'ILTI',5,'Invoice'),(191,'MNL',5,'Leads'),(192,'OLTPO',5,'PurchaseOrder'),(193,'PA',5,'Calendar'),(194,'LTFAQ',5,'Faq'),(196,'ALVT',5,'Accounts'),(197,'HDB',5,'Dashboard'),(198,'PLVT',5,'Potentials'),(199,'QLTQ',5,'Quotes'),(200,'CVLVT',5,'NULL'),(201,'HLT',5,'HelpDesk'),(202,'UA',5,'Calendar'),(203,'GRT',5,'NULL'),(204,'OLTSO',5,'SalesOrder'),(205,'ILTI',5,'Invoice'),(206,'MNL',5,'Leads'),(207,'OLTPO',5,'PurchaseOrder'),(208,'PA',5,'Calendar'),(209,'LTFAQ',5,'Faq');
/*!40000 ALTER TABLE `vtiger_homedefault` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_homemodule`
--

DROP TABLE IF EXISTS `vtiger_homemodule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homemodule` (
  `stuffid` int(19) NOT NULL,
  `modulename` varchar(100) DEFAULT NULL,
  `maxentries` int(19) NOT NULL,
  `customviewid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_homemodule`
--

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

--
-- Table structure for table `vtiger_homemoduleflds`
--

DROP TABLE IF EXISTS `vtiger_homemoduleflds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homemoduleflds` (
  `stuffid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_homemoduleflds`
--

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

--
-- Table structure for table `vtiger_homereportchart`
--

DROP TABLE IF EXISTS `vtiger_homereportchart`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homereportchart` (
  `stuffid` int(11) NOT NULL,
  `reportid` int(19) DEFAULT NULL,
  `reportcharttype` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`stuffid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_homereportchart`
--

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

--
-- Table structure for table `vtiger_homerss`
--

DROP TABLE IF EXISTS `vtiger_homerss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homerss` (
  `stuffid` int(19) NOT NULL DEFAULT '0',
  `url` varchar(100) DEFAULT NULL,
  `maxentries` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_homerss`
--

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

--
-- Table structure for table `vtiger_homestuff`
--

DROP TABLE IF EXISTS `vtiger_homestuff`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homestuff` (
  `stuffid` int(19) NOT NULL DEFAULT '0',
  `stuffsequence` int(19) NOT NULL DEFAULT '0',
  `stufftype` varchar(100) DEFAULT NULL,
  `userid` int(19) NOT NULL,
  `visible` int(10) 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=utf8;
/*!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'),(31,1,'Default',6,1,'Top Accounts'),(32,2,'Default',6,1,'Home Page Dashboard'),(33,3,'Default',6,1,'Top Potentials'),(34,4,'Default',6,1,'Top Quotes'),(35,5,'Default',6,1,'Key Metrics'),(36,6,'Default',6,1,'Top Trouble Tickets'),(37,7,'Default',6,1,'Upcoming Activities'),(38,8,'Default',6,1,'My Group Allocation'),(39,9,'Default',6,1,'Top Sales Orders'),(40,10,'Default',6,1,'Top Invoices'),(41,11,'Default',6,1,'My New Leads'),(42,12,'Default',6,1,'Top Purchase Orders'),(43,13,'Default',6,1,'Pending Activities'),(44,14,'Default',6,1,'My Recent FAQs'),(45,15,'Tag Cloud',6,0,'Tag Cloud'),(46,1,'Default',7,1,'Top Accounts'),(47,2,'Default',7,1,'Home Page Dashboard'),(48,3,'Default',7,1,'Top Potentials'),(49,4,'Default',7,1,'Top Quotes'),(50,5,'Default',7,1,'Key Metrics'),(51,6,'Default',7,1,'Top Trouble Tickets'),(52,7,'Default',7,1,'Upcoming Activities'),(53,8,'Default',7,1,'My Group Allocation'),(54,9,'Default',7,1,'Top Sales Orders'),(55,10,'Default',7,1,'Top Invoices'),(56,11,'Default',7,1,'My New Leads'),(57,12,'Default',7,1,'Top Purchase Orders'),(58,13,'Default',7,1,'Pending Activities'),(59,14,'Default',7,1,'My Recent FAQs'),(60,15,'Tag Cloud',7,0,'Tag Cloud'),(61,1,'Default',8,1,'Top Accounts'),(62,2,'Default',8,1,'Home Page Dashboard'),(63,3,'Default',8,1,'Top Potentials'),(64,4,'Default',8,1,'Top Quotes'),(65,5,'Default',8,1,'Key Metrics'),(66,6,'Default',8,1,'Top Trouble Tickets'),(67,7,'Default',8,1,'Upcoming Activities'),(68,8,'Default',8,1,'My Group Allocation'),(69,9,'Default',8,1,'Top Sales Orders'),(70,10,'Default',8,1,'Top Invoices'),(71,11,'Default',8,1,'My New Leads'),(72,12,'Default',8,1,'Top Purchase Orders'),(73,13,'Default',8,1,'Pending Activities'),(74,14,'Default',8,1,'My Recent FAQs'),(75,15,'Tag Cloud',8,0,'Tag Cloud'),(76,1,'Default',9,1,'Top Accounts'),(77,2,'Default',9,1,'Home Page Dashboard'),(78,3,'Default',9,1,'Top Potentials'),(79,4,'Default',9,1,'Top Quotes'),(80,5,'Default',9,1,'Key Metrics'),(81,6,'Default',9,1,'Top Trouble Tickets'),(82,7,'Default',9,1,'Upcoming Activities'),(83,8,'Default',9,1,'My Group Allocation'),(84,9,'Default',9,1,'Top Sales Orders'),(85,10,'Default',9,1,'Top Invoices'),(86,11,'Default',9,1,'My New Leads'),(87,12,'Default',9,1,'Top Purchase Orders'),(88,13,'Default',9,1,'Pending Activities'),(89,14,'Default',9,1,'My Recent FAQs'),(90,15,'Tag Cloud',9,0,'Tag Cloud'),(91,1,'Default',10,1,'Top Accounts'),(92,2,'Default',10,1,'Home Page Dashboard'),(93,3,'Default',10,1,'Top Potentials'),(94,4,'Default',10,1,'Top Quotes'),(95,5,'Default',10,1,'Key Metrics'),(96,6,'Default',10,1,'Top Trouble Tickets'),(97,7,'Default',10,1,'Upcoming Activities'),(98,8,'Default',10,1,'My Group Allocation'),(99,9,'Default',10,1,'Top Sales Orders'),(100,10,'Default',10,1,'Top Invoices'),(101,11,'Default',10,1,'My New Leads'),(102,12,'Default',10,1,'Top Purchase Orders'),(103,13,'Default',10,1,'Pending Activities'),(104,14,'Default',10,1,'My Recent FAQs'),(105,15,'Tag Cloud',10,0,'Tag Cloud'),(106,1,'Default',11,1,'Top Accounts'),(107,2,'Default',11,1,'Home Page Dashboard'),(108,3,'Default',11,1,'Top Potentials'),(109,4,'Default',11,1,'Top Quotes'),(110,5,'Default',11,1,'Key Metrics'),(111,6,'Default',11,1,'Top Trouble Tickets'),(112,7,'Default',11,1,'Upcoming Activities'),(113,8,'Default',11,1,'My Group Allocation'),(114,9,'Default',11,1,'Top Sales Orders'),(115,10,'Default',11,1,'Top Invoices'),(116,11,'Default',11,1,'My New Leads'),(117,12,'Default',11,1,'Top Purchase Orders'),(118,13,'Default',11,1,'Pending Activities'),(119,14,'Default',11,1,'My Recent FAQs'),(120,15,'Tag Cloud',11,0,'Tag Cloud'),(121,1,'Default',12,1,'Top Accounts'),(122,2,'Default',12,1,'Home Page Dashboard'),(123,3,'Default',12,1,'Top Potentials'),(124,4,'Default',12,1,'Top Quotes'),(125,5,'Default',12,1,'Key Metrics'),(126,6,'Default',12,1,'Top Trouble Tickets'),(127,7,'Default',12,1,'Upcoming Activities'),(128,8,'Default',12,1,'My Group Allocation'),(129,9,'Default',12,1,'Top Sales Orders'),(130,10,'Default',12,1,'Top Invoices'),(131,11,'Default',12,1,'My New Leads'),(132,12,'Default',12,1,'Top Purchase Orders'),(133,13,'Default',12,1,'Pending Activities'),(134,14,'Default',12,1,'My Recent FAQs'),(135,15,'Tag Cloud',12,0,'Tag Cloud'),(136,1,'Default',13,1,'Top Accounts'),(137,2,'Default',13,1,'Home Page Dashboard'),(138,3,'Default',13,0,'Top Potentials'),(139,4,'Default',13,1,'Top Quotes'),(140,5,'Default',13,0,'Key Metrics'),(141,6,'Default',13,1,'Top Trouble Tickets'),(142,7,'Default',13,0,'Upcoming Activities'),(143,8,'Default',13,1,'My Group Allocation'),(144,9,'Default',13,1,'Top Sales Orders'),(145,10,'Default',13,1,'Top Invoices'),(146,11,'Default',13,1,'My New Leads'),(147,12,'Default',13,1,'Top Purchase Orders'),(148,13,'Default',13,1,'Pending Activities'),(149,14,'Default',13,1,'My Recent FAQs'),(150,15,'Tag Cloud',13,0,'Tag Cloud'),(151,1,'Default',14,1,'Top Accounts'),(152,2,'Default',14,1,'Home Page Dashboard'),(153,3,'Default',14,0,'Top Potentials'),(154,4,'Default',14,1,'Top Quotes'),(155,5,'Default',14,0,'Key Metrics'),(156,6,'Default',14,1,'Top Trouble Tickets'),(157,7,'Default',14,0,'Upcoming Activities'),(158,8,'Default',14,1,'My Group Allocation'),(159,9,'Default',14,1,'Top Sales Orders'),(160,10,'Default',14,1,'Top Invoices'),(161,11,'Default',14,1,'My New Leads'),(162,12,'Default',14,1,'Top Purchase Orders'),(163,13,'Default',14,1,'Pending Activities'),(164,14,'Default',14,1,'My Recent FAQs'),(165,15,'Tag Cloud',14,0,'Tag Cloud'),(166,1,'Default',15,1,'Top Accounts'),(167,2,'Default',15,1,'Home Page Dashboard'),(168,3,'Default',15,0,'Top Potentials'),(169,4,'Default',15,1,'Top Quotes'),(170,5,'Default',15,0,'Key Metrics'),(171,6,'Default',15,1,'Top Trouble Tickets'),(172,7,'Default',15,0,'Upcoming Activities'),(173,8,'Default',15,1,'My Group Allocation'),(174,9,'Default',15,1,'Top Sales Orders'),(175,10,'Default',15,1,'Top Invoices'),(176,11,'Default',15,1,'My New Leads'),(177,12,'Default',15,1,'Top Purchase Orders'),(178,13,'Default',15,1,'Pending Activities'),(179,14,'Default',15,1,'My Recent FAQs'),(180,15,'Tag Cloud',15,0,'Tag Cloud'),(181,1,'Default',16,1,'Top Accounts'),(182,2,'Default',16,1,'Home Page Dashboard'),(183,3,'Default',16,0,'Top Potentials'),(184,4,'Default',16,1,'Top Quotes'),(185,5,'Default',16,0,'Key Metrics'),(186,6,'Default',16,1,'Top Trouble Tickets'),(187,7,'Default',16,0,'Upcoming Activities'),(188,8,'Default',16,1,'My Group Allocation'),(189,9,'Default',16,1,'Top Sales Orders'),(190,10,'Default',16,1,'Top Invoices'),(191,11,'Default',16,1,'My New Leads'),(192,12,'Default',16,1,'Top Purchase Orders'),(193,13,'Default',16,1,'Pending Activities'),(194,14,'Default',16,1,'My Recent FAQs'),(195,15,'Tag Cloud',16,0,'Tag Cloud'),(196,1,'Default',17,1,'Top Accounts'),(197,2,'Default',17,1,'Home Page Dashboard'),(198,3,'Default',17,1,'Top Potentials'),(199,4,'Default',17,1,'Top Quotes'),(200,5,'Default',17,1,'Key Metrics'),(201,6,'Default',17,1,'Top Trouble Tickets'),(202,7,'Default',17,1,'Upcoming Activities'),(203,8,'Default',17,1,'My Group Allocation'),(204,9,'Default',17,1,'Top Sales Orders'),(205,10,'Default',17,1,'Top Invoices'),(206,11,'Default',17,1,'My New Leads'),(207,12,'Default',17,1,'Top Purchase Orders'),(208,13,'Default',17,1,'Pending Activities'),(209,14,'Default',17,1,'My Recent FAQs'),(210,15,'Tag Cloud',17,0,'Tag Cloud');
/*!40000 ALTER TABLE `vtiger_homestuff` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_homestuff_seq`
--

DROP TABLE IF EXISTS `vtiger_homestuff_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_homestuff_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (210);
/*!40000 ALTER TABLE `vtiger_homestuff_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_hour_format`
--

DROP TABLE IF EXISTS `vtiger_hour_format`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_hour_format` (
  `hour_formatid` int(11) NOT NULL AUTO_INCREMENT,
  `hour_format` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`hour_formatid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_hour_format`
--

LOCK TABLES `vtiger_hour_format` WRITE;
/*!40000 ALTER TABLE `vtiger_hour_format` DISABLE KEYS */;
INSERT INTO `vtiger_hour_format` VALUES (1,'12',0,1),(2,'24',1,1);
/*!40000 ALTER TABLE `vtiger_hour_format` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_hour_format_seq`
--

DROP TABLE IF EXISTS `vtiger_hour_format_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_hour_format_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_locks` (
  `vtiger_import_lock_id` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `importid` int(11) NOT NULL,
  `locked_since` datetime DEFAULT NULL,
  PRIMARY KEY (`vtiger_import_lock_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_import_locks`
--

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

--
-- Table structure for table `vtiger_import_maps`
--

DROP TABLE IF EXISTS `vtiger_import_maps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_maps` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `name` varchar(36) NOT NULL,
  `module` varchar(36) NOT NULL,
  `content` longblob,
  `has_header` int(1) NOT NULL DEFAULT '1',
  `deleted` int(1) NOT NULL DEFAULT '0',
  `date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `date_modified` datetime DEFAULT NULL,
  `assigned_user_id` varchar(36) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_import_maps`
--

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

--
-- Table structure for table `vtiger_import_queue`
--

DROP TABLE IF EXISTS `vtiger_import_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_import_queue` (
  `importid` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `field_mapping` text,
  `default_values` text,
  `merge_type` int(11) DEFAULT NULL,
  `merge_fields` text,
  `status` int(11) DEFAULT '0',
  `lineitem_currency_id` int(5) DEFAULT NULL,
  `paging` int(1) DEFAULT '0',
  PRIMARY KEY (`importid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_import_queue`
--

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

--
-- Table structure for table `vtiger_increasedata`
--

DROP TABLE IF EXISTS `vtiger_increasedata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_increasedata` (
  `increasedataid` int(11) NOT NULL AUTO_INCREMENT,
  `increasedata` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`increasedataid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_increasedata`
--

LOCK TABLES `vtiger_increasedata` WRITE;
/*!40000 ALTER TABLE `vtiger_increasedata` DISABLE KEYS */;
INSERT INTO `vtiger_increasedata` VALUES (1,'5GB',1,387,1,NULL),(2,'10GB',1,388,2,NULL),(3,'15GB',1,389,3,NULL);
/*!40000 ALTER TABLE `vtiger_increasedata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_increasedata_seq`
--

DROP TABLE IF EXISTS `vtiger_increasedata_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_increasedata_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_increasedata_seq`
--

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

--
-- Table structure for table `vtiger_industry`
--

DROP TABLE IF EXISTS `vtiger_industry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_industry` (
  `industryid` int(19) NOT NULL AUTO_INCREMENT,
  `industry` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`industryid`),
  UNIQUE KEY `industry_industry_idx` (`industry`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_industry`
--

LOCK TABLES `vtiger_industry` WRITE;
/*!40000 ALTER TABLE `vtiger_industry` DISABLE KEYS */;
INSERT INTO `vtiger_industry` VALUES (2,'Apparel',1,61,1,NULL),(3,'Banking',1,62,2,NULL),(4,'Biotechnology',1,63,3,NULL),(5,'Chemicals',1,64,4,NULL),(6,'Communications',1,65,5,NULL),(7,'Construction',1,66,6,NULL),(8,'Consulting',1,67,7,NULL),(9,'Education',1,68,8,NULL),(10,'Electronics',1,69,9,NULL),(11,'Energy',1,70,10,NULL),(12,'Engineering',1,71,11,NULL),(13,'Entertainment',1,72,12,NULL),(14,'Environmental',1,73,13,NULL),(15,'Finance',1,74,14,NULL),(16,'Food & Beverage',1,75,15,NULL),(17,'Government',1,76,16,NULL),(18,'Healthcare',1,77,17,NULL),(19,'Hospitality',1,78,18,NULL),(20,'Insurance',1,79,19,NULL),(21,'Machinery',1,80,20,NULL),(22,'Manufacturing',1,81,21,NULL),(23,'Media',1,82,22,NULL),(24,'Not For Profit',1,83,23,NULL),(25,'Recreation',1,84,24,NULL),(26,'Retail',1,85,25,NULL),(27,'Shipping',1,86,26,NULL),(28,'Technology',1,87,27,NULL),(29,'Telecommunications',1,88,28,NULL),(30,'Transportation',1,89,29,NULL),(31,'Utilities',1,90,30,NULL),(32,'Other',1,91,31,NULL);
/*!40000 ALTER TABLE `vtiger_industry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_industry_seq`
--

DROP TABLE IF EXISTS `vtiger_industry_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_industry_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_industry_seq`
--

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

--
-- Table structure for table `vtiger_inventory_tandc`
--

DROP TABLE IF EXISTS `vtiger_inventory_tandc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventory_tandc` (
  `id` int(19) NOT NULL,
  `type` varchar(30) NOT NULL,
  `tandc` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventory_tandc`
--

LOCK TABLES `vtiger_inventory_tandc` WRITE;
/*!40000 ALTER TABLE `vtiger_inventory_tandc` DISABLE KEYS */;
INSERT INTO `vtiger_inventory_tandc` VALUES (2,'Invoice','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(3,'Quotes','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(4,'PurchaseOrder','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.'),(5,'SalesOrder','\n - Unless otherwise agreed in writing by the supplier all invoices are payable within thirty (30) days of the date of invoice, in the currency of the invoice, drawn on a bank based in India or by such other method as is agreed in advance by the Supplier.\n\n - All prices are not inclusive of VAT which shall be payable in addition by the Customer at the applicable rate.');
/*!40000 ALTER TABLE `vtiger_inventory_tandc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_inventory_tandc_seq`
--

DROP TABLE IF EXISTS `vtiger_inventory_tandc_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventory_tandc_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventory_tandc_seq`
--

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

--
-- Table structure for table `vtiger_inventorycharges`
--

DROP TABLE IF EXISTS `vtiger_inventorycharges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorycharges` (
  `chargeid` int(5) 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(1) NOT NULL DEFAULT '1',
  `taxes` varchar(1024) DEFAULT NULL,
  `deleted` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`chargeid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorychargesrel` (
  `recordid` int(19) NOT NULL,
  `charges` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorynotification` (
  `notificationid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventorynotification`
--

LOCK TABLES `vtiger_inventorynotification` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorynotification` DISABLE KEYS */;
INSERT INTO `vtiger_inventorynotification` VALUES (1,'InvoiceNotification','{PRODUCTNAME} Stock Level is Low','Dear {HANDLER},\n\nThe current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}. Kindly procure required number of units as the stock level is below reorder level {REORDERLEVELVALUE}.\n\nPlease treat this information as Urgent as the invoice is already sent  to the customer.\n\nSeverity: Critical\n\nThanks,\n{CURRENTUSER} ','InvoiceNotificationDescription',NULL),(2,'QuoteNotification','Quote given for {PRODUCTNAME}','Dear {HANDLER},\n\nQuote is generated for {QUOTEQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}.\n\nSeverity: Minor\n\nThanks,\n{CURRENTUSER} ','QuoteNotificationDescription',NULL),(3,'SalesOrderNotification','Sales Order generated for {PRODUCTNAME}','Dear {HANDLER},\n\nSalesOrder is generated for {SOQUANTITY} units of {PRODUCTNAME}. The current stock of {PRODUCTNAME} in our warehouse is {CURRENTSTOCK}.\n\nPlease treat this information  with priority as the sales order is already generated.\n\nSeverity: Major\n\nThanks,\n{CURRENTUSER} ','SalesOrderNotificationDescription',NULL);
/*!40000 ALTER TABLE `vtiger_inventorynotification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_inventorynotification_seq`
--

DROP TABLE IF EXISTS `vtiger_inventorynotification_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorynotification_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_inventoryorder`
--

DROP TABLE IF EXISTS `vtiger_inventoryorder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryorder` (
  `inventoryorderid` int(19) NOT NULL,
  `item_name` varchar(100) DEFAULT NULL,
  `item_qty` int(11) DEFAULT NULL,
  `item_uprice` decimal(25,8) DEFAULT NULL,
  `item_orderid` varchar(50) DEFAULT NULL,
  `item_balance` int(11) DEFAULT NULL,
  `item_orderdt` date DEFAULT NULL,
  `item_center` varchar(100) DEFAULT NULL,
  `item_ostatus` varchar(100) DEFAULT NULL,
  `item_remarks` text,
  `tags` varchar(1) DEFAULT NULL,
  `parentinventoryorderid` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`inventoryorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventoryorder`
--

LOCK TABLES `vtiger_inventoryorder` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryorder` DISABLE KEYS */;
INSERT INTO `vtiger_inventoryorder` VALUES (3,'Test1',4,NULL,'INV001',NULL,NULL,'CER - Ceerigaabo','New','terttts','',NULL),(9,'8',5,NULL,'INV002',NULL,NULL,NULL,NULL,'teststs','',NULL),(13,'12',10,NULL,'INV003',NULL,NULL,NULL,NULL,'Test Product create','',NULL),(16,'11',2,NULL,'INV004',NULL,NULL,NULL,'Created','Test status','',NULL),(17,'11',10,NULL,'INV005',NULL,NULL,NULL,'Approved','rererere','',NULL),(18,'12',1111,NULL,'INV006',NULL,NULL,NULL,'Approved','test wk','',NULL),(19,'12',100,30.00000000,'INV007',3000,NULL,NULL,'Approved','','',NULL),(20,'8',12,10.00000000,'INV008',120,NULL,'CER - Ceerigaabo','Received','tempp','',NULL),(21,'10',12,NULL,'INV009',NULL,NULL,NULL,'Received','check scenario','',NULL),(23,'10',2,1.00000000,'INV010',2,NULL,'','Created','','',NULL),(24,'10',1,1.00000000,'INV011',1,NULL,'','Received','Inventory Ordered for get approve to see button','',NULL),(25,'11',3,5.00000000,'INV012',15,NULL,'','Created','Test','',NULL),(26,'11',34,5.00000000,'INV013',170,NULL,'CER - Ceerigaabo','Created','rty','',NULL),(27,'8',1234,10.00000000,NULL,12340,NULL,'BUH - Buhoodle','Created','','',NULL),(28,'12',1,30.00000000,NULL,30,NULL,'CER - Ceerigaabo','Received','','',NULL),(29,'22',1,1.00000000,NULL,1,NULL,'','Received','Inventory Order','',NULL),(31,'12',2,30.00000000,'INV014',60,NULL,'CER - Ceerigaabo','Created','','',NULL),(32,'12',10,30.00000000,'INV015',300,NULL,'','Created','','',NULL),(33,'22',2,1.00000000,'INV016',2,NULL,'','Created','','',NULL),(34,'12',10,30.00000000,'INV017',300,NULL,'','Created','','',NULL),(37,'11',3,5.00000000,'INV018',15,NULL,'CER - Ceerigaabo','Approved','sim','',NULL),(38,'10',3,1.00000000,'INV019',3,NULL,'CER - Ceerigaabo','','SIM Card-1','',NULL),(39,'12',3,30.00000000,'INV020',90,NULL,'CER - Ceerigaabo','','MIFI','',NULL),(40,'12',4,30.00000000,'INV021',120,NULL,'','Received','MIFI','',NULL),(41,'10',3,1.00000000,'INV022',3,NULL,'','Received','','',NULL),(42,'10',3,1.00000000,'INV023',3,NULL,'','Received','','',NULL),(44,'43',1000,10.00000000,'INV024',10000,NULL,'','Created','','',NULL),(45,'43',20,10.00000000,'INV025',200,NULL,'','Created','tt','',NULL),(46,'43',500,10.00000000,'INV026',5000,NULL,'CER - Ceerigaabo','Created','','',NULL),(47,'43',500,10.00000000,'INV027',5000,NULL,'HRG - Hargesya','Approved','test','',NULL),(50,'49',3,30.00000000,'INV028',90,NULL,'','Received','','',NULL),(55,'43',100,10.00000000,'INV029',1000,NULL,'BUH - Buuhoodle','Approved','test','',NULL),(57,'56',20,10.00000000,'INV030',200,NULL,'CER - Ceerigaabo','Created','Dalab','',NULL),(59,'58',40,1.00000000,'INV031',40,NULL,'HRG - Hargeisa','Approved','','',NULL),(60,'56',50,10.00000000,'INV032',500,NULL,'HRG - Hargeisa','Created by admin','','',NULL),(61,'56',10,10.00000000,'INV033',100,NULL,'BUH - Buuhoodle','Received','','',NULL),(62,'56',50,10.00000000,'INV034',500,NULL,'BRO - Burco','Approved','','',NULL),(64,'63',10,50.00000000,'INV035',500,NULL,'Ceeri','Created by GSM','test','',NULL),(65,'63',25,50.00000000,'INV036',1250,NULL,'HRG - Hargeisa','Approved','','',NULL),(67,'66',25,25.00000000,'INV037',625,NULL,'HRG - Hargeisa','Approved','','',NULL),(68,'66',10,25.00000000,'INV038',230,NULL,'BRO - Burco','Received','','',NULL),(69,'66',25,25.00000000,'INV039',625,NULL,'HRG - Hargeisa','Approved','','',NULL),(70,'63',5,50.00000000,'INV040',250,NULL,'HRG - Hargeisa','Approved','','',NULL),(71,'56',12,10.00000000,'INV041',120,NULL,'HRG - Hargeisa','Approved','','',NULL),(72,'58',12,1.00000000,'INV042',12,NULL,'HRG - Hargeisa','Approved','','',NULL),(73,'58',10,1.00000000,'INV043',10,NULL,'HRG - Hargeisa','Created by admin','','',NULL),(74,'63',10,50.00000000,'INV044',3,NULL,'HRG - Hargeisa','Approved','','',NULL),(80,'79',50,60.00000000,'INV045',50,NULL,'HRG - Hargeisa','Approved','','',NULL),(81,'79',20,60.00000000,'INV046',5,NULL,'BRO - Burco','Received','','',NULL),(84,'79',30,60.00000000,'INV047',-5,NULL,'BRO - Burco','Received','','',NULL),(87,'79',20,60.00000000,'INV048',20,NULL,'HRG - Hargeisa','Received','','',NULL),(88,'79',10,60.00000000,'INV049',10,NULL,'HRG - Hargeisa','Approved','','',NULL),(89,'79',5,60.00000000,'INV050',5,NULL,'HRG - Hargeisa','Approved','','',NULL),(90,'79',10,60.00000000,'INV051',10,NULL,'HRG - Hargeisa','Received','','',NULL),(91,'79',15,60.00000000,'INV052',15,NULL,'HRG - Hargeisa','Received','','',NULL),(92,'63',10,50.00000000,'INV053',10,NULL,'HRG - Hargeisa','Received','','',NULL),(99,'63',10,50.00000000,'INV054',10,NULL,'HRG - Hargeisa','Created by admin','','',NULL),(100,'63',10,50.00000000,'INV055',10,NULL,'HRG - Hargeisa','Created by admin','','',NULL),(101,'63',10,50.00000000,'INV056',10,NULL,'HRG - Hargeisa','Received','','',NULL),(102,'63',110,50.00000000,'INV057',110,NULL,'HRG - Hargeisa','Received','','',NULL),(105,'63',30,50.00000000,'INV058',10,NULL,'BRO - Burco','Approved','','',NULL),(108,'66',30,25.00000000,'INV059',30,NULL,'HRG - Hargeisa','Received','','',NULL),(109,'66',10,25.00000000,'INV060',10,NULL,'HRG - Hargeisa','Approved','','',NULL),(110,'66',25,25.00000000,'INV061',25,NULL,'BUH - Buuhoodle','Approved','','',NULL),(111,'63',30,50.00000000,'INV062',30,NULL,'HRG - Hargeisa','Received','','',NULL),(112,'66',10,25.00000000,'INV063',10,NULL,'HRG - Hargeisa','Received','','',NULL),(114,'79',10,60.00000000,'INV064',10,NULL,'HRG - Hargeisa','Approved','','',NULL),(115,'66',5,25.00000000,'INV065',5,NULL,'HRG - Hargeisa','Approved','','',NULL),(160,'159',50,35.00000000,'INV066',50,NULL,'HRG - Hargeisa','Received','Waa la dalbaday.','',NULL),(161,'159',20,35.00000000,'INV067',20,NULL,'','Created by GSM','test','',NULL),(183,'159',0,35.00000000,'INV068',0,NULL,'','','','',NULL),(286,'159',0,35.00000000,'INV069',0,NULL,'','','','',NULL),(288,'159',10,35.00000000,'INV070',5,NULL,'BRO - Burco','Received','','',NULL),(291,'159',5,35.00000000,'INV071',5,NULL,'BRO - Burco','Created by GSM','','',NULL),(292,'159',0,35.00000000,'INV072',0,NULL,'','','','',NULL),(304,'159',10,35.00000000,'INV073',5,NULL,'BRO - Burco','Received','','',NULL),(308,'159',12,35.00000000,'INV074',12,NULL,'HRG - Hargeisa','Created by admin','','',NULL),(322,'159',10,35.00000000,'INV075',10,NULL,'HRG - Hargeisa','Received','','',NULL),(341,'159',10,35.00000000,'INV076',10,NULL,'HRG - Hargeisa','Received','','',NULL),(342,'159',5,35.00000000,'INV077',5,NULL,'HRG - Hargeisa','Created by admin','','',NULL),(349,'159',10,35.00000000,'INV078',10,NULL,'HRG - Hargesya','Created by GSM','test','',NULL),(350,'159',10,35.00000000,'INV079',10,NULL,'HRG - Hargesya','Created by GSM','test','',NULL),(351,'159',10,35.00000000,'INV080',10,NULL,'HRG - Hargesya','Created by GSM','TEST','',NULL),(352,'159',1,35.00000000,'INV081',1,NULL,'HRG - Hargesya','Created by GSM','','',NULL),(353,'159',12,35.00000000,'INV082',12,NULL,'HRG - Hargesya','Created by GSM','','',NULL),(354,'159',10,35.00000000,'INV083',10,NULL,'HRG - Hargesya','Received','test','',NULL),(355,'159',2,35.00000000,'INV084',2,NULL,'HRG - Hargesya','Created by GSM','','',NULL),(356,'159',12,35.00000000,'INV085',12,NULL,'HRG - Hargesya','Created by GSM','','',NULL),(357,'159',12,35.00000000,'INV086',12,NULL,'HRG - Hargesya','Created by GSM','','',NULL),(358,'159',12,35.00000000,'INV087',12,NULL,'HRG - Hargesya','Created by GSM','','',NULL),(359,'159',5,35.00000000,'INV088',5,NULL,'HRG - Hargesya','Created by GSM','Test','',NULL),(361,'360',10,30.00000000,'INV089',10,NULL,'HRG - Hargeisa','Received','MIFI cusub','',NULL),(362,'360',5,30.00000000,'INV090',2,NULL,'HRG - Hargesya','Received','Waa ladalbaday.','',NULL),(365,'360',2,30.00000000,'INV091',2,NULL,'BRO - Burco','Approved','','',NULL),(388,'387',30,20.00000000,'INV092',30,NULL,'HRG - Hargeisa','Received','Test','',NULL),(389,'387',10,20.00000000,'INV093',5,NULL,'HRG - Hargesya','Received','test','',NULL),(393,'392',20,50.00000000,'INV094',20,NULL,'HRG - Hargeisa','Approved','','',NULL),(394,'392',10,50.00000000,'INV095',5,NULL,'BRO - Burco','Approved','','',NULL),(398,'397',20,50.00000000,'INV096',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(399,'397',10,50.00000000,'INV097',0,NULL,'BRO - Burco','Received by GSM','','','398'),(403,'402',25,50.00000000,'INV098',15,NULL,'HRG - Hargeisa','Received by admin','','',''),(404,'402',10,50.00000000,'INV099',3,NULL,'BRO - Burco','Received by GSM','','','403'),(412,'411',10,50.00000000,'INV100',5,NULL,'HRG - Hargeisa','Received by admin','','',''),(413,'411',5,50.00000000,'INV101',2,NULL,'BRO - Burco','Received by GSM','','','412'),(418,'417',20,60.00000000,'INV102',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(419,'417',10,60.00000000,'INV103',5,NULL,'BRO - Burco','Received by GSM','','','418'),(424,'423',10,20.00000000,'INV104',5,NULL,'HRG - Hargeisa','Received by admin','','',''),(425,'423',5,20.00000000,'INV105',2,NULL,'BRO - Burco','Received by GSM','','','424'),(429,'423',20,20.00000000,'INV106',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(430,'423',10,20.00000000,'INV107',5,NULL,'BRO - Burco','Received by GSM','','','429'),(435,'434',20,30.00000000,'INV108',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(436,'434',10,30.00000000,'INV109',7,NULL,'BRO - Burco','Received by GSM','','','435'),(441,'440',30,30.00000000,'INV110',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(442,'440',20,30.00000000,'INV111',10,NULL,'BRO - Burco','Received by GSM','','','441'),(446,'392',12,50.00000000,'INV112',6,NULL,'HRG - Hargeisa','Received by admin','','',''),(448,'392',6,50.00000000,'INV113',1,NULL,'BRO - Burco','Received by GSM','','','446'),(459,'447',25,25.00000000,'INV114',7,NULL,'HRG - Hargeisa','Received by admin','','',''),(460,'447',18,25.00000000,'INV115',10,NULL,'BRO - Burco','Received by GSM','','','459'),(518,'516',5,50.00000000,'INV116',3,NULL,'HRG - Hargeisa','Received by admin','','',''),(519,'516',2,50.00000000,'INV117',2,NULL,'BRO - Burco','Received by GSM','','','518'),(533,'532',5,60.00000000,'INV118',3,NULL,'HRG - Hargeisa','Received by admin','','',''),(534,'532',2,60.00000000,'INV119',0,NULL,'BRO - Burco','Received by GSM','','','533'),(540,'539',10,80.00000000,'INV120',1,NULL,'HRG - Hargeisa','Received by admin','','',''),(541,'539',5,80.00000000,'INV121',0,NULL,'BRO - Burco','Received by GSM','','','540'),(561,'539',4,80.00000000,'INV122',2,NULL,'BRO - Burco','Received by GSM','','','540'),(591,'590',25,1.00000000,'INV123',15,NULL,'HRG - Hargeisa','Received by admin','','',''),(592,'590',10,1.00000000,'INV124',5,NULL,'BRO - Burco','Received by GSM','','','591'),(600,'599',45,10.00000000,'INV125',25,NULL,'HRG - Hargeisa','Received by admin','test','',''),(601,'599',20,10.00000000,'INV126',10,NULL,'HRG - Hargesya','Received by GSM','test','','600'),(605,'604',50,1.00000000,'INV127',25,NULL,'HRG - Hargeisa','Received by admin','','',''),(606,'604',25,1.00000000,'INV128',25,NULL,'BRO - Burco','Received by GSM','','','605'),(619,'618',20,1.00000000,'INV129',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(620,'618',10,1.00000000,'INV130',8,NULL,'BRO - Burco','Received by GSM','','','619'),(680,'679',5,2.00000000,'INV131',3,NULL,'HRG - Hargeisa','Received by admin','','',''),(681,'679',2,2.00000000,'INV132',2,NULL,'BRO - Burco','Received by GSM','','','680'),(689,'688',10,15.00000000,'INV133',5,NULL,'HRG - Hargeisa','Received by admin','','',''),(690,'688',5,15.00000000,'INV134',5,NULL,'BRO - Burco','Received by GSM','','','689'),(718,'717',20,1.00000000,'INV135',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(719,'717',10,1.00000000,'INV136',5,NULL,'BRO - Burco','Received by GSM','','','718'),(744,'743',20,2.00000000,'INV137',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(745,'743',10,2.00000000,'INV138',10,NULL,'BRO - Burco','Received by GSM','','','744'),(754,'753',30,2.00000000,'INV139',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(755,'753',20,2.00000000,'INV140',5,NULL,'BRO - Burco','Received by GSM','','','754'),(821,'820',30,2.00000000,'INV141',20,NULL,'HRG - Hargeisa','Received by admin','','',''),(822,'820',10,2.00000000,'INV142',0,NULL,'BRO - Burco','Received by GSM','','','821'),(848,'847',3,2.00000000,'INV143',0,NULL,'HRG - Hargeisa','Received by admin','','',''),(849,'847',3,2.00000000,'INV144',3,NULL,'BRO - Burco','Received by GSM','','','848'),(851,'850',30,2.00000000,'INV145',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(852,'850',20,2.00000000,'INV146',20,NULL,'BRO - Burco','Received by GSM','','','851'),(854,'853',20,2.00000000,'INV147',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(855,'853',10,2.00000000,'INV148',4,NULL,'BRO - Burco','Received by GSM','','','854'),(925,'910',30,1.00000000,'INV149',20,NULL,'HRG - Hargeisa','Received by admin','','',''),(927,'910',10,1.00000000,'INV150',5,NULL,'BRO - Burco','Received by GSM','','','925'),(942,'941',25,2.00000000,'INV151',5,NULL,'HRG - Hargeisa','Received by admin','','',''),(943,'941',20,2.00000000,'INV152',14,NULL,'BRO - Burco','Received by GSM','','','942'),(956,'941',30,2.00000000,'INV153',20,NULL,'HRG - Hargeisa','Received by admin','','',''),(957,'941',10,2.00000000,'INV154',5,NULL,'BRO - Burco','Received by GSM','','','956'),(1000,'999',4,2.00000000,'INV155',0,NULL,'HRG - Hargeisa','Received by admin','','',''),(1001,'999',4,2.00000000,'INV156',0,NULL,'BRO - Burco','Received by GSM','','','1000'),(1033,'1032',2,1.00000000,'INV157',0,NULL,'HRG - Hargeisa','Received by admin','','',''),(1034,'1032',2,1.00000000,'INV158',0,NULL,'BRO - Burco','Received by GSM','','','1033'),(1039,'1032',2,1.00000000,'INV159',0,NULL,'HRG - Hargeisa','Received by admin','','',''),(1040,'1032',2,1.00000000,'INV160',0,NULL,'BRO - Burco','Received by GSM','','','1039'),(1097,'1096',30,2.00000000,'INV161',10,NULL,'HRG - Hargeisa','Received by admin','','',''),(1098,'1096',20,2.00000000,'INV162',2,NULL,'BRO - Burco','Received by GSM','','','1097'),(1170,'1169',1,1.00000000,'INV163',0,NULL,'HRG - Hargeisa','Received by admin','','',''),(1171,'1169',1,1.00000000,'INV164',0,NULL,'BRO - Burco','Received by GSM','','','1170'),(1187,'1186',3,1.00000000,'INV165',1,NULL,'HRG - Hargeisa','Received by admin','','',''),(1188,'1186',2,1.00000000,'INV166',1,NULL,'BRO - Burco','Received by GSM','','','1187'),(1220,'1218',50,5.00000000,'INV167',25,NULL,'HRG - Hargeisa','Received by admin','','',''),(1221,'1218',25,5.00000000,'INV168',15,NULL,'BRO - Burco','Received by GSM','','','1220');
/*!40000 ALTER TABLE `vtiger_inventoryorder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_inventoryordercf`
--

DROP TABLE IF EXISTS `vtiger_inventoryordercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryordercf` (
  `inventoryorderid` int(19) NOT NULL,
  PRIMARY KEY (`inventoryorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventoryordercf`
--

LOCK TABLES `vtiger_inventoryordercf` WRITE;
/*!40000 ALTER TABLE `vtiger_inventoryordercf` DISABLE KEYS */;
INSERT INTO `vtiger_inventoryordercf` VALUES (3),(9),(13),(16),(17),(18),(19),(20),(21),(23),(24),(25),(26),(27),(28),(29),(31),(32),(33),(34),(37),(38),(39),(40),(41),(42),(44),(45),(46),(47),(50),(55),(57),(59),(60),(61),(62),(64),(65),(67),(68),(69),(70),(71),(72),(73),(74),(80),(81),(84),(87),(88),(89),(90),(91),(92),(99),(100),(101),(102),(105),(108),(109),(110),(111),(112),(114),(115),(160),(161),(183),(286),(288),(291),(292),(304),(308),(322),(341),(342),(349),(350),(351),(352),(353),(354),(355),(356),(357),(358),(359),(361),(362),(365),(388),(389),(393),(394),(398),(399),(403),(404),(412),(413),(418),(419),(424),(425),(429),(430),(435),(436),(441),(442),(446),(448),(459),(460),(518),(519),(533),(534),(540),(541),(561),(591),(592),(600),(601),(605),(606),(619),(620),(680),(681),(689),(690),(718),(719),(744),(745),(754),(755),(821),(822),(848),(849),(851),(852),(854),(855),(925),(927),(942),(943),(956),(957),(1000),(1001),(1033),(1034),(1039),(1040),(1097),(1098),(1170),(1171),(1187),(1188),(1220),(1221);
/*!40000 ALTER TABLE `vtiger_inventoryordercf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_inventoryproductrel`
--

DROP TABLE IF EXISTS `vtiger_inventoryproductrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryproductrel` (
  `id` int(19) DEFAULT NULL,
  `productid` int(19) DEFAULT NULL,
  `sequence_no` int(4) 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(11) NOT NULL DEFAULT '0',
  `lineitem_id` int(11) NOT NULL AUTO_INCREMENT,
  `tax1` decimal(7,3) DEFAULT NULL,
  `tax2` decimal(7,3) DEFAULT NULL,
  `tax3` decimal(7,3) DEFAULT NULL,
  `image` varchar(2) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventoryproductrel`
--

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

--
-- Table structure for table `vtiger_inventoryproductrel_seq`
--

DROP TABLE IF EXISTS `vtiger_inventoryproductrel_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryproductrel_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventoryproductrel_seq`
--

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

--
-- Table structure for table `vtiger_inventoryshippingrel`
--

DROP TABLE IF EXISTS `vtiger_inventoryshippingrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventoryshippingrel` (
  `id` int(19) 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=utf8;
/*!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_inventorystatus`
--

DROP TABLE IF EXISTS `vtiger_inventorystatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorystatus` (
  `inventorystatusid` int(11) NOT NULL AUTO_INCREMENT,
  `inventorystatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`inventorystatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventorystatus`
--

LOCK TABLES `vtiger_inventorystatus` WRITE;
/*!40000 ALTER TABLE `vtiger_inventorystatus` DISABLE KEYS */;
INSERT INTO `vtiger_inventorystatus` VALUES (4,'New',1,348,1,'#ffffff'),(5,'Receive',1,349,2,'#ffffff'),(6,'Cancel',1,350,3,'#ffffff');
/*!40000 ALTER TABLE `vtiger_inventorystatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_inventorystatus_seq`
--

DROP TABLE IF EXISTS `vtiger_inventorystatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorystatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventorystatus_seq`
--

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

--
-- Table structure for table `vtiger_inventorysubproductrel`
--

DROP TABLE IF EXISTS `vtiger_inventorysubproductrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorysubproductrel` (
  `id` int(19) NOT NULL,
  `sequence_no` int(10) NOT NULL,
  `productid` int(19) NOT NULL,
  `quantity` int(19) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_inventorysubproductrel`
--

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

--
-- Table structure for table `vtiger_inventorytaxinfo`
--

DROP TABLE IF EXISTS `vtiger_inventorytaxinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorytaxinfo` (
  `taxid` int(3) NOT NULL,
  `taxname` varchar(50) DEFAULT NULL,
  `taxlabel` varchar(50) DEFAULT NULL,
  `percentage` decimal(7,3) DEFAULT NULL,
  `deleted` int(1) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_inventorytaxinfo_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invitees` (
  `activityid` int(19) NOT NULL,
  `inviteeid` int(19) NOT NULL,
  `status` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`activityid`,`inviteeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_invitees`
--

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

--
-- Table structure for table `vtiger_invoice`
--

DROP TABLE IF EXISTS `vtiger_invoice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoice` (
  `invoiceid` int(19) NOT NULL DEFAULT '0',
  `subject` varchar(100) DEFAULT NULL,
  `salesorderid` int(19) DEFAULT NULL,
  `customerno` varchar(100) DEFAULT NULL,
  `contactid` int(19) 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(19) DEFAULT NULL,
  `terms_conditions` text,
  `purchaseorder` varchar(200) DEFAULT NULL,
  `invoicestatus` varchar(200) DEFAULT NULL,
  `invoice_no` varchar(100) DEFAULT NULL,
  `currency_id` int(19) 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(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_invoice`
--

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

--
-- Table structure for table `vtiger_invoice_recurring_info`
--

DROP TABLE IF EXISTS `vtiger_invoice_recurring_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoice_recurring_info` (
  `salesorderid` int(11) NOT NULL,
  `recurring_frequency` varchar(200) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_invoice_recurring_info`
--

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

--
-- Table structure for table `vtiger_invoicebillads`
--

DROP TABLE IF EXISTS `vtiger_invoicebillads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicebillads` (
  `invoicebilladdressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_invoicebillads`
--

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

--
-- Table structure for table `vtiger_invoicecf`
--

DROP TABLE IF EXISTS `vtiger_invoicecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicecf` (
  `invoiceid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_invoicecf`
--

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

--
-- Table structure for table `vtiger_invoiceshipads`
--

DROP TABLE IF EXISTS `vtiger_invoiceshipads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoiceshipads` (
  `invoiceshipaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_invoiceshipads`
--

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

--
-- Table structure for table `vtiger_invoicestatus`
--

DROP TABLE IF EXISTS `vtiger_invoicestatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicestatus` (
  `invoicestatusid` int(19) NOT NULL AUTO_INCREMENT,
  `invoicestatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`invoicestatusid`),
  UNIQUE KEY `invoicestatus_invoiestatus_idx` (`invoicestatus`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicestatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_invoicestatushistory` (
  `historyid` int(19) NOT NULL AUTO_INCREMENT,
  `invoiceid` int(19) 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=utf8;
/*!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_item_center`
--

DROP TABLE IF EXISTS `vtiger_item_center`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_item_center` (
  `item_centerid` int(11) NOT NULL AUTO_INCREMENT,
  `item_center` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`item_centerid`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_item_center`
--

LOCK TABLES `vtiger_item_center` WRITE;
/*!40000 ALTER TABLE `vtiger_item_center` DISABLE KEYS */;
INSERT INTO `vtiger_item_center` VALUES (1,'CER - Ceerigaabo',1,303,1,NULL),(2,'BUH - Buhoodle',1,304,2,NULL),(3,'LAAS - Laascaanood',1,305,3,NULL),(4,'BRO - Burco',1,306,4,NULL),(5,'BER -Berbera',1,307,5,NULL),(6,'HRG - Hargesya',1,308,6,NULL),(7,'GAB - Gabiley',1,309,7,NULL),(8,'WAJ - Wajaale',1,310,8,NULL),(9,'BRM - Boorama',1,311,9,NULL),(10,'CER - Ceerigaabo',1,326,1,NULL),(11,'BUH - Buuhoodle',1,327,2,NULL),(12,'LAAS - Laasaanood',1,328,3,NULL),(13,'BRO - Burco',1,329,4,NULL),(14,'BER -Berbera',1,330,5,NULL),(15,'HRG - Hargeisa',1,331,6,NULL),(16,'GAB - Gabilay',1,332,7,NULL),(17,'WAJ - Wajaale',1,333,8,NULL),(18,'BRM - Borama',1,334,9,NULL);
/*!40000 ALTER TABLE `vtiger_item_center` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_item_center_seq`
--

DROP TABLE IF EXISTS `vtiger_item_center_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_item_center_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_item_center_seq`
--

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

--
-- Table structure for table `vtiger_item_ostatus`
--

DROP TABLE IF EXISTS `vtiger_item_ostatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_item_ostatus` (
  `item_ostatusid` int(11) NOT NULL AUTO_INCREMENT,
  `item_ostatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`item_ostatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_item_ostatus`
--

LOCK TABLES `vtiger_item_ostatus` WRITE;
/*!40000 ALTER TABLE `vtiger_item_ostatus` DISABLE KEYS */;
INSERT INTO `vtiger_item_ostatus` VALUES (1,'Created',1,312,1,NULL),(2,'Approved',1,313,2,NULL),(4,'Received',1,325,3,'#ffffff'),(5,'Created by admin',1,339,4,'#ffffff'),(6,'Created by GSM',1,340,5,'#ffffff'),(7,'Received by admin',1,351,6,'#ffffff'),(8,'Received by GSM',1,352,7,'#ffffff');
/*!40000 ALTER TABLE `vtiger_item_ostatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_item_ostatus_seq`
--

DROP TABLE IF EXISTS `vtiger_item_ostatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_item_ostatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_item_ostatus_seq`
--

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

--
-- Table structure for table `vtiger_kaash_token`
--

DROP TABLE IF EXISTS `vtiger_kaash_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_kaash_token` (
  `recordid` int(11) NOT NULL,
  `enctoken` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_kaash_token`
--

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

--
-- Table structure for table `vtiger_language`
--

DROP TABLE IF EXISTS `vtiger_language`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_language` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) DEFAULT NULL,
  `prefix` varchar(10) DEFAULT NULL,
  `label` varchar(30) DEFAULT NULL,
  `lastupdated` datetime DEFAULT NULL,
  `sequence` int(11) DEFAULT NULL,
  `isdefault` int(1) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!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','2021-12-10 07:06:00',NULL,1,1),(2,'British English','en_gb','British English','2021-12-10 07:06:05',NULL,0,1),(3,'Brazilian','pt_br','PT Brasil','2021-12-10 07:06:07',NULL,0,1),(4,'Deutsch','de_de','DE Deutsch','2021-12-10 07:06:05',NULL,0,1),(5,'Mexican Spanish','es_mx','ES Mexico','2021-12-10 07:06:05',NULL,0,1),(6,'Swedish','sv_se','Swedish','2021-12-10 07:06:10',NULL,0,1),(7,'Russian','ru_ru','Russian','2021-12-10 07:06:06',NULL,0,1),(8,'Pack de langue français','fr_fr','Pack de langue français','2021-12-10 07:06:07',NULL,0,1),(9,'Italian','it_it','IT Italian','2021-12-10 07:06:06',NULL,0,1),(10,'Arabic','ar_ae','Arabic','2021-12-10 07:06:10',NULL,0,1),(11,'Spanish','es_es','ES Spanish','2021-12-10 07:06:06',NULL,0,1),(12,'Romana','ro_ro','Romana','2021-12-10 07:06:07',NULL,0,1),(13,'Turkce','tr_tr','Turkce Dil Paketi','2021-12-10 07:06:07',NULL,0,1),(14,'Hungarian','hu_hu','HU Magyar','2021-12-10 07:06:07',NULL,0,1),(15,'Język Polski','pl_pl','Język Polski','2021-12-10 07:06:07',NULL,0,1),(16,'Dutch','nl_nl','NL-Dutch','2021-12-10 07:06:07',NULL,0,1);
/*!40000 ALTER TABLE `vtiger_language` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_language_seq`
--

DROP TABLE IF EXISTS `vtiger_language_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_language_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_lead_view` (
  `lead_viewid` int(19) NOT NULL AUTO_INCREMENT,
  `lead_view` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`lead_viewid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_lead_view`
--

LOCK TABLES `vtiger_lead_view` WRITE;
/*!40000 ALTER TABLE `vtiger_lead_view` DISABLE KEYS */;
INSERT INTO `vtiger_lead_view` VALUES (1,'Today',0,1),(2,'Last 2 Days',1,1),(3,'Last Week',2,1);
/*!40000 ALTER TABLE `vtiger_lead_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_lead_view_seq`
--

DROP TABLE IF EXISTS `vtiger_lead_view_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_lead_view_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_lead_view_seq`
--

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

--
-- Table structure for table `vtiger_leadaddress`
--

DROP TABLE IF EXISTS `vtiger_leadaddress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadaddress` (
  `leadaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leadaddress`
--

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

--
-- Table structure for table `vtiger_leaddetails`
--

DROP TABLE IF EXISTS `vtiger_leaddetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leaddetails` (
  `leadid` int(19) 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(1) 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(50) DEFAULT NULL,
  `secondaryemail` varchar(100) DEFAULT NULL,
  `assignleadchk` int(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leaddetails`
--

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

--
-- Table structure for table `vtiger_leadscf`
--

DROP TABLE IF EXISTS `vtiger_leadscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadscf` (
  `leadid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leadscf`
--

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

--
-- Table structure for table `vtiger_leadsource`
--

DROP TABLE IF EXISTS `vtiger_leadsource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadsource` (
  `leadsourceid` int(19) NOT NULL AUTO_INCREMENT,
  `leadsource` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`leadsourceid`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadsource_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadstage` (
  `leadstageid` int(19) NOT NULL AUTO_INCREMENT,
  `stage` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`leadstageid`),
  UNIQUE KEY `leadstage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leadstage`
--

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

--
-- Table structure for table `vtiger_leadstatus`
--

DROP TABLE IF EXISTS `vtiger_leadstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadstatus` (
  `leadstatusid` int(19) NOT NULL AUTO_INCREMENT,
  `leadstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`leadstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leadstatus`
--

LOCK TABLES `vtiger_leadstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_leadstatus` DISABLE KEYS */;
INSERT INTO `vtiger_leadstatus` VALUES (2,'Attempted to Contact',1,112,1,NULL),(3,'Cold',1,113,2,NULL),(4,'Contact in Future',1,114,3,NULL),(5,'Contacted',1,115,4,NULL),(6,'Hot',1,116,5,NULL),(7,'Junk Lead',1,117,6,NULL),(8,'Lost Lead',1,118,7,NULL),(9,'Not Contacted',1,119,8,NULL),(10,'Pre Qualified',1,120,9,NULL),(11,'Qualified',1,121,10,NULL),(12,'Warm',1,122,11,NULL);
/*!40000 ALTER TABLE `vtiger_leadstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_leadstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_leadstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leadstatus_seq`
--

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

--
-- Table structure for table `vtiger_leadsubdetails`
--

DROP TABLE IF EXISTS `vtiger_leadsubdetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_leadsubdetails` (
  `leadsubscriptionid` int(19) NOT NULL DEFAULT '0',
  `website` varchar(255) DEFAULT NULL,
  `callornot` int(1) DEFAULT '0',
  `readornot` int(1) DEFAULT '0',
  `empct` int(10) DEFAULT '0',
  PRIMARY KEY (`leadsubscriptionid`),
  CONSTRAINT `fk_1_vtiger_leadsubdetails` FOREIGN KEY (`leadsubscriptionid`) REFERENCES `vtiger_leaddetails` (`leadid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_leadsubdetails`
--

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

--
-- Table structure for table `vtiger_links`
--

DROP TABLE IF EXISTS `vtiger_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_links` (
  `linkid` int(11) NOT NULL,
  `tabid` int(11) DEFAULT NULL,
  `linktype` varchar(50) DEFAULT NULL,
  `linklabel` varchar(50) DEFAULT NULL,
  `linkurl` varchar(255) DEFAULT NULL,
  `linkicon` varchar(100) DEFAULT NULL,
  `sequence` int(11) DEFAULT NULL,
  `handler_path` varchar(128) DEFAULT NULL,
  `handler_class` varchar(50) DEFAULT NULL,
  `handler` varchar(50) DEFAULT NULL,
  `parent_link` int(19) DEFAULT NULL,
  PRIMARY KEY (`linkid`),
  KEY `link_tabidtype_idx` (`tabid`,`linktype`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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),(6,7,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(7,4,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(8,6,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(9,2,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(10,38,'HEADERSCRIPT','ModCommentsCommonHeaderScript','modules/ModComments/ModCommentsCommon.js','',0,NULL,NULL,NULL,NULL),(11,4,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(12,7,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(13,6,'DETAILVIEWSIDEBARWIDGET','Google Map','module=Google&view=Map&mode=showMap&viewtype=detail','',0,NULL,NULL,NULL,NULL),(14,4,'LISTVIEWSIDEBARWIDGET','Google Contacts','module=Google&view=List&sourcemodule=Contacts','',0,NULL,NULL,NULL,NULL),(15,9,'LISTVIEWSIDEBARWIDGET','Google Calendar','module=Google&view=List&sourcemodule=Calendar','',0,NULL,NULL,NULL,NULL),(28,49,'HEADERSCRIPT','ExtensionStoreCommonHeaderScript','modules/ExtensionStore/ExtensionStore.js','',0,NULL,NULL,NULL,NULL),(30,41,'DETAILVIEWWIDGET','DetailViewBlockCommentWidget','block://ModComments:modules/ModComments/ModComments.php','',0,NULL,NULL,NULL,NULL),(31,42,'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,42,'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);
/*!40000 ALTER TABLE `vtiger_links` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_links_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_links_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (110);
/*!40000 ALTER TABLE `vtiger_links_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_loginhistory`
--

DROP TABLE IF EXISTS `vtiger_loginhistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_loginhistory` (
  `login_id` int(11) NOT NULL AUTO_INCREMENT,
  `user_name` varchar(255) DEFAULT NULL,
  `user_ip` varchar(25) NOT NULL,
  `logout_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `login_time` datetime DEFAULT NULL,
  `status` varchar(25) DEFAULT NULL,
  PRIMARY KEY (`login_id`)
) ENGINE=InnoDB AUTO_INCREMENT=756 DEFAULT CHARSET=utf8;
/*!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','2021-12-10 07:06:22','2021-12-10 07:06:22','Signed in'),(2,'admin','27.57.83.240','2021-12-10 07:07:34','2021-12-10 07:07:34','Signed in'),(3,'admin','27.57.83.240','2021-12-13 13:02:21','2021-12-13 05:00:27','Signed off'),(4,'admin','122.169.119.200','2021-12-13 12:53:26','2021-12-13 12:53:26','Signed in'),(5,'admin','27.57.83.240','2021-12-13 13:07:14','2021-12-13 13:07:09','Signed off'),(6,'admin','27.57.83.240','2021-12-13 13:15:58','2021-12-13 13:15:58','Signed in'),(7,'admin','27.57.83.240','2021-12-14 07:04:47','2021-12-14 04:17:13','Signed off'),(8,'admin','122.169.119.200','2021-12-14 06:32:51','2021-12-14 06:32:51','Signed in'),(9,'Adnan','27.57.83.240','2021-12-14 07:07:45','2021-12-14 07:04:56','Signed off'),(10,'admin','27.57.83.240','2021-12-14 07:20:37','2021-12-14 07:08:01','Signed off'),(11,'Adnan','27.57.83.240','2021-12-14 07:20:55','2021-12-14 07:20:45','Signed off'),(12,'admin','27.57.83.240','2021-12-14 07:21:20','2021-12-14 07:21:20','Signed in'),(13,'Adnan','27.57.83.240','2021-12-14 07:29:13','2021-12-14 07:29:13','Signed in'),(14,'Adnan','27.57.83.240','2021-12-14 08:29:09','2021-12-14 08:29:09','Signed in'),(15,'Adnan','27.57.83.240','2021-12-14 11:21:32','2021-12-14 11:18:03','Signed off'),(16,'Saed','27.57.83.240','2021-12-14 12:22:38','2021-12-14 11:21:44','Signed off'),(17,'Adnan','27.57.83.240','2021-12-14 12:22:45','2021-12-14 12:22:45','Signed in'),(18,'admin','27.57.83.240','2021-12-15 05:02:24','2021-12-15 04:24:32','Signed off'),(19,'Adnan','27.57.83.240','2021-12-15 04:30:07','2021-12-15 04:30:07','Signed in'),(20,'Adnan','27.57.83.240','2021-12-15 06:54:29','2021-12-15 05:02:31','Signed off'),(21,'admin','27.57.83.240','2021-12-15 05:11:15','2021-12-15 05:11:15','Signed in'),(22,'admin','27.57.83.240','2021-12-15 06:54:38','2021-12-15 06:54:38','Signed in'),(23,'admin','27.57.83.240','2021-12-15 10:50:50','2021-12-15 10:50:50','Signed in'),(24,'admin','27.57.83.240','2021-12-15 11:51:14','2021-12-15 11:51:14','Signed in'),(25,'admin','122.170.42.10','2021-12-16 04:18:31','2021-12-16 04:18:31','Signed in'),(26,'admin','122.170.42.10','2021-12-16 05:59:34','2021-12-16 05:59:34','Signed in'),(27,'admin','122.170.42.10','2021-12-17 06:21:16','2021-12-17 06:20:53','Signed off'),(28,'admin','122.170.42.10','2021-12-17 06:21:39','2021-12-17 06:21:39','Signed in'),(29,'admin','122.170.42.10','2021-12-17 10:39:09','2021-12-17 10:39:09','Signed in'),(30,'Adnan','122.170.42.10','2021-12-17 11:26:41','2021-12-17 11:26:41','Signed in'),(31,'admin','122.170.42.10','2021-12-17 12:09:56','2021-12-17 12:09:56','Signed in'),(32,'admin','122.170.42.10','2021-12-20 05:40:16','2021-12-20 05:40:16','Signed in'),(33,'admin','122.170.42.10','2021-12-20 05:41:50','2021-12-20 05:41:50','Signed in'),(34,'admin','122.170.42.10','2021-12-20 05:44:33','2021-12-20 05:44:33','Signed in'),(35,'admin','122.170.42.10','2021-12-20 05:51:57','2021-12-20 05:51:57','Signed in'),(36,'admin','122.170.42.10','2021-12-21 11:43:41','2021-12-21 11:43:41','Signed in'),(37,'admin','122.170.42.10','2021-12-23 10:09:24','2021-12-23 10:09:17','Signed off'),(38,'admin','122.170.42.10','2021-12-23 10:24:40','2021-12-23 10:09:32','Signed off'),(39,'admin','122.169.119.200','2021-12-23 13:40:11','2021-12-23 13:40:11','Signed in'),(40,'admin','122.170.42.10','2021-12-27 04:32:57','2021-12-27 04:32:57','Signed in'),(41,'admin','172.22.22.1','2021-12-27 08:19:01','2021-12-27 11:19:01','Signed in'),(42,'admin','172.22.22.1','2021-12-27 10:55:17','2021-12-27 13:55:17','Signed in'),(43,'admin','172.22.22.1','2021-12-28 01:53:50','2021-12-28 04:25:14','Signed off'),(44,'Saed','172.22.22.1','2021-12-28 01:34:00','2021-12-28 04:31:48','Signed off'),(45,'Adnan','172.22.22.1','2021-12-28 01:35:07','2021-12-28 04:35:07','Signed in'),(46,'admin','172.22.22.1','2021-12-28 03:39:35','2021-12-28 06:38:45','Signed off'),(47,'admin','172.22.22.1','2021-12-29 11:40:52','2021-12-29 14:40:52','Signed in'),(48,'admin','172.22.22.1','2021-12-30 02:48:06','2021-12-30 05:48:06','Signed in'),(49,'admin','172.22.22.1','2022-01-04 03:52:58','2022-01-04 05:43:19','Signed off'),(50,'Adnan','172.22.22.1','2022-01-19 02:57:32','2022-01-04 05:46:49','Signed off'),(51,'admin','172.22.22.1','2022-01-10 04:00:24','2022-01-10 07:00:24','Signed in'),(52,'admin','172.22.22.1','2022-01-10 07:15:32','2022-01-10 10:15:32','Signed in'),(53,'Mohamud','172.22.22.1','2022-01-11 08:43:51','2022-01-11 10:14:58','Signed off'),(54,'Mohamed','172.22.22.1','2022-01-11 08:46:48','2022-01-11 11:44:59','Signed off'),(55,'Mohamed','172.22.22.1','2022-01-11 08:49:48','2022-01-11 11:47:41','Signed off'),(56,'m.omar','172.22.22.1','2022-01-11 08:50:43','2022-01-11 11:50:43','Signed in'),(57,'admin','172.22.22.1','2022-01-11 10:45:04','2022-01-11 13:45:04','Signed in'),(58,'admin','172.22.22.1','2022-01-12 08:17:02','2022-01-12 10:12:59','Signed off'),(59,'Mohamed','172.22.22.1','2022-01-12 07:25:22','2022-01-12 10:25:22','Signed in'),(60,'Mohamed','172.22.22.1','2022-01-12 08:19:57','2022-01-12 11:19:11','Signed off'),(61,'admin','172.22.22.1','2022-01-12 08:37:34','2022-01-12 11:20:03','Signed off'),(62,'Mohamed','172.22.22.1','2022-01-12 08:27:44','2022-01-12 11:27:44','Signed in'),(63,'Mohamed','172.22.22.1','2022-01-12 09:02:17','2022-01-12 11:37:42','Signed off'),(64,'admin','172.22.22.1','2022-01-12 08:42:16','2022-01-12 11:42:16','Signed in'),(65,'admin','172.22.22.1','2022-01-12 09:02:40','2022-01-12 12:02:24','Signed off'),(66,'Saed','172.22.22.1','2022-01-12 09:06:24','2022-01-12 12:02:47','Signed off'),(67,'Mohamed','172.22.22.1','2022-01-12 09:08:48','2022-01-12 12:06:28','Signed off'),(68,'admin','172.22.22.1','2022-01-12 09:36:57','2022-01-12 12:33:45','Signed off'),(69,'Mohamed','172.22.22.1','2022-01-12 09:41:13','2022-01-12 12:40:30','Signed off'),(70,'admin','172.22.22.1','2022-01-12 09:43:06','2022-01-12 12:41:18','Signed off'),(71,'admin','172.22.22.1','2022-01-12 09:43:20','2022-01-12 12:43:11','Signed off'),(72,'admin','172.22.22.1','2022-01-12 09:52:12','2022-01-12 12:43:26','Signed off'),(73,'Mohamed','172.22.22.1','2022-01-17 11:15:00','2022-01-12 12:52:19','Signed off'),(74,'admin','172.22.22.1','2022-01-12 09:59:07','2022-01-12 12:59:07','Signed in'),(75,'admin','192.12.1.19','2022-01-17 01:31:07','2022-01-17 04:30:03','Signed off'),(76,'Mohamed','192.12.1.19','2022-01-17 01:38:18','2022-01-17 04:38:02','Signed off'),(77,'admin','192.12.1.19','2022-01-17 01:41:38','2022-01-17 04:38:25','Signed off'),(78,'Mohamed','192.12.1.19','2022-01-18 11:15:16','2022-01-17 04:43:11','Signed off'),(79,'Mohamed','12.22.22.2','2022-01-17 10:52:25','2022-01-17 13:52:25','Signed in'),(80,'Mohamed','172.22.22.1','2022-01-17 11:15:23','2022-01-17 14:15:04','Signed off'),(81,'admin','172.22.22.1','2022-01-18 02:12:43','2022-01-18 05:12:43','Signed in'),(82,'admin','172.22.22.1','2022-01-18 02:58:34','2022-01-18 05:28:50','Signed off'),(83,'Saed','172.22.22.1','2022-01-18 02:47:36','2022-01-18 05:47:36','Signed in'),(84,'Mohamed','172.22.22.1','2022-01-18 02:50:07','2022-01-18 05:50:07','Signed in'),(85,'Saed','172.22.22.1','2022-01-18 02:58:52','2022-01-18 05:58:52','Signed in'),(86,'Mohamed','172.22.22.1','2022-01-18 03:04:25','2022-01-18 06:04:25','Signed in'),(87,'Saed','172.22.22.1','2022-01-18 10:34:24','2022-01-18 13:34:24','Signed in'),(88,'Mohamed','172.22.22.1','2022-01-18 10:58:20','2022-01-18 13:43:27','Signed off'),(89,'Mohamud','172.22.22.1','2022-01-18 10:58:37','2022-01-18 13:58:37','Signed in'),(90,'admin','172.22.22.1','2022-01-18 11:06:13','2022-01-18 14:05:29','Signed off'),(91,'admin','172.22.22.1','2022-01-18 11:07:23','2022-01-18 14:06:30','Signed off'),(92,'Mohamed','172.22.22.1','2022-01-18 11:07:40','2022-01-18 14:07:40','Signed in'),(93,'admin','192.12.1.19','2022-01-18 11:16:46','2022-01-18 14:15:24','Signed off'),(94,'Adnan','192.12.1.19','2022-01-18 11:35:57','2022-01-18 14:16:59','Signed off'),(95,'Adnan','192.12.1.19','2022-01-18 11:36:24','2022-01-18 14:36:02','Signed off'),(96,'Mohamed','192.12.1.19','2022-01-18 11:50:38','2022-01-18 14:36:31','Signed off'),(97,'admin','192.12.1.19','2022-01-19 02:28:01','2022-01-19 05:27:50','Signed off'),(98,'Adnan','192.12.1.19','2022-01-19 02:28:30','2022-01-19 05:28:09','Signed off'),(99,'Mohamed','192.12.1.19','2022-01-19 02:30:57','2022-01-19 05:28:34','Signed off'),(100,'Adnan','192.12.1.19','2022-01-19 02:31:30','2022-01-19 05:31:30','Signed in'),(101,'Saed','172.22.22.1','2022-01-19 02:46:05','2022-01-19 05:39:14','Signed off'),(102,'admin','172.22.22.1','2022-01-19 02:48:29','2022-01-19 05:47:38','Signed off'),(103,'Mohamed','172.22.22.1','2022-01-19 02:54:34','2022-01-19 05:48:43','Signed off'),(104,'Saed','172.22.22.1','2022-01-19 02:52:53','2022-01-19 05:50:48','Signed off'),(105,'Mohamud','172.22.22.1','2022-01-19 03:59:54','2022-01-19 05:53:18','Signed off'),(106,'Mohamed','172.22.22.1','2022-01-19 02:55:23','2022-01-19 05:55:22','Signed off'),(107,'Mohamed','172.22.22.1','2022-01-19 02:57:23','2022-01-19 05:55:41','Signed off'),(108,'Saed','172.22.22.1','2022-01-19 04:00:25','2022-01-19 05:57:42','Signed off'),(109,'Mohamed','172.22.22.1','2022-01-19 04:06:39','2022-01-19 07:00:42','Signed off'),(110,'admin','172.22.22.1','2022-01-19 04:05:01','2022-01-19 07:01:10','Signed off'),(111,'Saed','172.22.22.1','2022-01-20 04:06:29','2022-01-19 07:05:15','Signed off'),(112,'Mohamed','172.22.22.1','2022-01-19 04:07:10','2022-01-19 07:07:10','Signed in'),(113,'admin','172.22.22.1','2022-01-20 02:28:15','2022-01-20 05:28:02','Signed off'),(114,'admin','172.22.22.1','2022-01-20 02:30:03','2022-01-20 05:29:12','Signed off'),(115,'admin','172.22.22.1','2022-01-20 02:32:05','2022-01-20 05:31:23','Signed off'),(116,'Mohamed','172.22.22.1','2022-01-20 02:32:10','2022-01-20 05:32:10','Signed in'),(117,'Mohamed','172.22.22.1','2022-01-20 03:13:35','2022-01-20 05:39:48','Signed off'),(118,'Eid','172.22.22.1','2022-01-20 04:12:18','2022-01-20 06:14:57','Signed off'),(119,'Mohamed','172.22.22.1','2022-01-20 04:09:30','2022-01-20 07:06:43','Signed off'),(120,'Saed','172.22.22.1','2022-01-20 04:15:12','2022-01-20 07:09:42','Signed off'),(121,'Mohamed','172.22.22.1','2022-01-20 04:21:06','2022-01-20 07:12:43','Signed off'),(122,'Mohamud','172.22.22.1','2022-01-20 04:17:24','2022-01-20 07:15:28','Signed off'),(123,'Saed','172.22.22.1','2022-01-20 09:08:38','2022-01-20 07:18:21','Signed off'),(124,'Mohamud','172.22.22.1','2022-01-20 04:32:13','2022-01-20 07:21:33','Signed off'),(125,'Eid','172.22.22.1','2022-01-20 04:33:38','2022-01-20 07:33:37','Signed off'),(126,'Eid','172.22.22.1','2022-01-20 04:33:59','2022-01-20 07:33:59','Signed in'),(127,'Mohamud','172.22.22.1','2022-01-20 09:09:44','2022-01-20 12:09:41','Signed off'),(128,'Mohamud','172.22.22.1','2022-01-21 10:34:22','2022-01-20 12:10:16','Signed off'),(129,'Saed','172.22.22.1','2022-01-20 09:34:22','2022-01-20 12:17:46','Signed off'),(130,'Eid','172.22.22.1','2022-01-20 09:34:50','2022-01-20 12:34:50','Signed in'),(131,'Saed','172.22.22.1','2022-01-20 10:53:33','2022-01-20 13:53:33','Signed in'),(132,'Mohamed','172.22.22.1','2022-01-20 10:53:50','2022-01-20 13:53:50','Signed in'),(133,'Saed','172.22.22.1','2022-01-21 10:00:00','2022-01-21 13:00:00','Signed in'),(134,'Mohamed','172.22.22.1','2022-01-21 10:01:09','2022-01-21 13:01:09','Signed in'),(135,'Saed','172.22.22.1','2022-01-21 10:34:29','2022-01-21 13:34:29','Signed in'),(136,'admin','172.22.22.1','2022-01-24 04:16:59','2022-01-24 07:16:59','Signed in'),(137,'Saed','172.22.22.1','2022-01-24 06:22:35','2022-01-24 09:22:35','Signed in'),(138,'Mohamed','172.22.22.1','2022-01-24 06:24:11','2022-01-24 09:24:11','Signed in'),(139,'Saed','172.22.22.1','2022-01-24 08:39:26','2022-01-24 10:18:32','Signed off'),(140,'Mohamed','172.22.22.1','2022-01-24 08:33:41','2022-01-24 11:19:33','Signed off'),(141,'Mohamud','172.22.22.1','2022-01-24 08:34:22','2022-01-24 11:34:22','Signed in'),(142,'Mohamed','172.22.22.1','2022-01-24 08:40:31','2022-01-24 11:39:49','Signed off'),(143,'Mohamed','172.22.22.1','2022-01-24 08:41:07','2022-01-24 11:40:52','Signed off'),(144,'Mohamud','172.22.22.1','2022-01-24 10:14:09','2022-01-24 11:42:36','Signed off'),(145,'Saed','172.22.22.1','2022-01-24 09:31:31','2022-01-24 11:52:29','Signed off'),(146,'Eid','172.22.22.1','2022-01-24 09:40:42','2022-01-24 12:31:48','Signed off'),(147,'Saed','172.22.22.1','2022-01-24 09:40:56','2022-01-24 12:40:56','Signed in'),(148,'Mohamed','172.22.22.1','2022-01-24 10:14:56','2022-01-24 13:14:56','Signed in'),(149,'Mohamed','172.22.22.1','2022-01-25 01:36:57','2022-01-25 04:31:49','Signed off'),(150,'admin','172.22.22.1','2022-01-25 01:33:26','2022-01-25 04:33:26','Signed in'),(151,'Mohamud','172.22.22.1','2022-01-25 03:07:45','2022-01-25 04:37:19','Signed off'),(152,'Saed','172.22.22.1','2022-01-25 02:14:02','2022-01-25 05:14:02','Signed in'),(153,'Saed','172.22.22.1','2022-01-25 03:22:44','2022-01-25 06:04:19','Signed off'),(154,'Mohamud','172.22.22.1','2022-01-25 03:08:06','2022-01-25 06:07:59','Signed off'),(155,'Mohamed','172.22.22.1','2022-01-25 03:09:40','2022-01-25 06:08:17','Signed off'),(156,'Mohamud','172.22.22.1','2022-01-25 03:16:52','2022-01-25 06:09:54','Signed off'),(157,'Mohamed','172.22.22.1','2022-01-25 03:16:39','2022-01-25 06:16:39','Signed in'),(158,'Mohamed','172.22.22.1','2022-01-25 04:01:43','2022-01-25 06:22:33','Signed off'),(159,'Saed','172.22.22.1','2022-01-25 03:22:52','2022-01-25 06:22:52','Signed in'),(160,'Mohamed','172.22.22.1','2022-01-25 06:53:25','2022-01-25 07:26:39','Signed off'),(161,'Mohamud','172.22.22.1','2022-01-25 07:37:19','2022-01-25 09:53:36','Signed off'),(162,'Eid','172.22.22.1','2022-01-25 07:54:44','2022-01-25 10:37:35','Signed off'),(163,'admin','172.22.22.1','2022-01-25 07:56:28','2022-01-25 10:55:15','Signed off'),(164,'Eid','172.22.22.1','2022-01-25 07:56:38','2022-01-25 10:56:38','Signed in'),(165,'Saed','172.22.22.1','2022-01-25 09:03:45','2022-01-25 12:03:43','Signed off'),(166,'Saed','172.22.22.1','2022-01-25 09:25:34','2022-01-25 12:04:25','Signed off'),(167,'Mohamud','172.22.22.1','2022-01-25 09:25:47','2022-01-25 12:25:47','Signed in'),(168,'admin','192.12.1.19','2022-01-26 03:01:01','2022-01-26 05:57:07','Signed off'),(169,'admin','192.12.1.19','2022-01-26 03:10:29','2022-01-26 06:06:31','Signed off'),(170,'Mohamed','192.12.1.19','2022-01-26 03:10:48','2022-01-26 06:10:37','Signed off'),(171,'admin','192.12.1.19','2022-01-26 03:14:36','2022-01-26 06:10:54','Signed off'),(172,'admin','192.12.1.19','2022-01-26 03:15:23','2022-01-26 06:14:42','Signed off'),(173,'Mohamed','192.12.1.19','2022-01-26 03:17:35','2022-01-26 06:15:36','Signed off'),(174,'Adnan','192.12.1.19','2022-01-26 03:18:15','2022-01-26 06:17:49','Signed off'),(175,'Saed','192.12.1.19','2022-01-26 03:20:07','2022-01-26 06:18:32','Signed off'),(176,'Adnan','192.12.1.19','2022-01-26 03:21:07','2022-01-26 06:20:14','Signed off'),(177,'admin','192.12.1.19','2022-01-26 03:21:38','2022-01-26 06:21:11','Signed off'),(178,'Mohamed','192.12.1.19','2022-01-26 03:22:12','2022-01-26 06:21:43','Signed off'),(179,'Adnan','192.12.1.19','2022-01-26 03:23:13','2022-01-26 06:22:18','Signed off'),(180,'Saed','192.12.1.19','2022-01-26 03:23:34','2022-01-26 06:23:20','Signed off'),(181,'Adnan','192.12.1.19','2022-01-26 03:27:37','2022-01-26 06:23:41','Signed off'),(182,'admin','192.12.1.19','2022-01-26 03:29:17','2022-01-26 06:27:41','Signed off'),(183,'Adnan','192.12.1.19','2022-01-26 03:30:09','2022-01-26 06:29:24','Signed off'),(184,'admin','192.12.1.19','2022-01-26 03:30:43','2022-01-26 06:30:16','Signed off'),(185,'Adnan','192.12.1.19','2022-01-26 03:49:40','2022-01-26 06:30:48','Signed off'),(186,'Adnan','192.12.1.19','2022-01-26 03:50:01','2022-01-26 06:49:44','Signed off'),(187,'admin','172.22.22.1','2022-01-27 02:19:48','2022-01-27 05:09:05','Signed off'),(188,'admin','172.22.22.1','2022-01-27 02:39:31','2022-01-27 05:39:08','Signed off'),(189,'admin','172.22.22.1','2022-01-27 02:44:10','2022-01-27 05:42:51','Signed off'),(190,'Mohamud','172.22.22.1','2022-01-27 03:38:18','2022-01-27 05:44:19','Signed off'),(191,'admin','172.22.22.1','2022-01-27 02:47:03','2022-01-27 05:45:58','Signed off'),(192,'Eid','172.22.22.1','2022-01-27 02:48:53','2022-01-27 05:47:13','Signed off'),(193,'admin','172.22.22.1','2022-01-27 03:03:57','2022-01-27 05:49:07','Signed off'),(194,'Eid','172.22.22.1','2022-01-27 03:22:57','2022-01-27 06:04:06','Signed off'),(195,'admin','172.22.22.1','2022-01-27 03:24:34','2022-01-27 06:24:20','Signed off'),(196,'admin','172.22.22.1','2022-01-27 03:26:47','2022-01-27 06:25:19','Signed off'),(197,'Saed','172.22.22.1','2022-01-27 03:36:31','2022-01-27 06:26:56','Signed off'),(198,'Eid','172.22.22.1','2022-01-27 03:51:54','2022-01-27 06:36:51','Signed off'),(199,'Mohamud','172.22.22.1','2022-01-27 04:21:26','2022-01-27 06:38:33','Signed off'),(200,'admin','172.22.22.1','2022-01-27 03:43:03','2022-01-27 06:43:03','Signed in'),(201,'Saed','172.22.22.1','2022-01-27 04:23:31','2022-01-27 06:52:10','Signed off'),(202,'Eid','172.22.22.1','2022-01-27 04:24:35','2022-01-27 07:21:35','Signed off'),(203,'Saed','172.22.22.1','2022-01-27 04:30:41','2022-01-27 07:24:50','Signed off'),(204,'Mohamud','172.22.22.1','2022-01-27 04:30:51','2022-01-27 07:30:51','Signed in'),(205,'Eid','172.22.22.1','2022-01-27 04:44:02','2022-01-27 07:37:36','Signed off'),(206,'Saed','172.22.22.1','2022-01-28 02:19:42','2022-01-27 13:50:05','Signed off'),(207,'admin','172.22.22.1','2022-01-28 01:36:55','2022-01-28 04:36:55','Signed in'),(208,'Saed','172.22.22.1','2022-01-28 02:25:17','2022-01-28 05:25:17','Signed in'),(209,'Mohamud','172.22.22.1','2022-01-28 02:33:31','2022-01-28 05:32:46','Signed off'),(210,'Mohamed','172.22.22.1','2022-01-28 03:09:40','2022-01-28 06:09:40','Signed in'),(211,'admin','172.22.22.1','2022-01-28 06:13:41','2022-01-28 09:13:41','Signed in'),(212,'Mohamud','172.22.22.1','2022-01-28 06:31:46','2022-01-28 09:31:46','Signed in'),(213,'admin','172.22.22.1','2022-01-28 08:49:00','2022-01-28 11:49:00','Signed in'),(214,'Saed','172.22.22.1','2022-01-29 01:20:59','2022-01-29 04:20:59','Signed in'),(215,'Mohamed','172.22.22.1','2022-01-29 01:32:00','2022-01-29 04:32:00','Signed in'),(216,'admin','172.22.22.1','2022-01-29 05:26:28','2022-01-29 08:26:28','Signed in'),(217,'admin','172.22.22.1','2022-01-29 05:36:20','2022-01-29 08:36:20','Signed in'),(218,'admin','172.22.22.1','2022-01-29 07:19:12','2022-01-29 09:07:15','Signed off'),(219,'Adnan','192.12.1.19','2022-01-29 07:28:18','2022-01-29 10:19:04','Signed off'),(220,'admin','172.22.22.1','2022-01-29 07:22:28','2022-01-29 10:20:07','Signed off'),(221,'Adnan','172.22.22.1','2022-01-29 07:22:44','2022-01-29 10:22:44','Signed in'),(222,'Adnan','172.22.22.1','2022-01-29 07:30:22','2022-01-29 10:23:17','Signed off'),(223,'admin','192.12.1.19','2022-01-29 07:28:48','2022-01-29 10:28:23','Signed off'),(224,'admin','192.12.1.19','2022-01-29 07:29:24','2022-01-29 10:28:53','Signed off'),(225,'Adnan','192.12.1.19','2022-01-29 07:42:42','2022-01-29 10:29:30','Signed off'),(226,'admin','172.22.22.1','2022-01-29 07:32:08','2022-01-29 10:30:30','Signed off'),(227,'Adnan','172.22.22.1','2022-01-29 07:32:15','2022-01-29 10:32:15','Signed in'),(228,'admin','192.12.1.19','2022-01-29 07:43:40','2022-01-29 10:42:47','Signed off'),(229,'Saed','192.12.1.19','2022-01-29 07:45:56','2022-01-29 10:44:52','Signed off'),(230,'Adnan','192.12.1.19','2022-01-29 08:22:51','2022-01-29 10:46:01','Signed off'),(231,'Adnan','172.22.22.1','2022-01-29 08:12:26','2022-01-29 11:12:26','Signed in'),(232,'admin','172.22.22.1','2022-01-30 01:44:40','2022-01-30 04:43:13','Signed off'),(233,'Mohamed','172.22.22.1','2022-01-30 01:47:41','2022-01-30 04:45:23','Signed off'),(234,'Saed','172.22.22.1','2022-01-30 01:49:30','2022-01-30 04:47:48','Signed off'),(235,'Mohamed','172.22.22.1','2022-01-30 01:52:24','2022-01-30 04:49:35','Signed off'),(236,'Saed','172.22.22.1','2022-01-30 01:55:27','2022-01-30 04:52:29','Signed off'),(237,'Adnan','172.22.22.1','2022-01-30 01:55:51','2022-01-30 04:55:40','Signed off'),(238,'admin','172.22.22.1','2022-01-30 01:57:33','2022-01-30 04:55:55','Signed off'),(239,'Adnan','172.22.22.1','2022-01-30 02:00:05','2022-01-30 04:57:38','Signed off'),(240,'admin','172.22.22.1','2022-01-30 02:00:47','2022-01-30 05:00:11','Signed off'),(241,'Adnan','172.22.22.1','2022-01-30 02:02:35','2022-01-30 05:00:54','Signed off'),(242,'Saed','172.22.22.1','2022-01-30 02:03:40','2022-01-30 05:02:40','Signed off'),(243,'Adnan','172.22.22.1','2022-01-30 02:04:07','2022-01-30 05:03:45','Signed off'),(244,'Saed','172.22.22.1','2022-01-30 02:04:48','2022-01-30 05:04:11','Signed off'),(245,'Adnan','172.22.22.1','2022-01-30 02:10:53','2022-01-30 05:04:56','Signed off'),(246,'admin','172.22.22.1','2022-01-30 02:11:22','2022-01-30 05:10:59','Signed off'),(247,'Eid','172.22.22.1','2022-01-30 03:37:30','2022-01-30 05:11:35','Signed off'),(248,'Mohamud','172.22.22.1','2022-01-31 02:45:37','2022-01-31 05:40:48','Signed off'),(249,'admin','172.22.22.1','2022-01-31 02:44:22','2022-01-31 05:44:22','Signed in'),(250,'admin','172.22.22.1','2022-01-31 09:14:03','2022-01-31 05:45:43','Signed off'),(251,'Mohamed','192.12.1.19','2022-01-31 08:48:40','2022-01-31 11:47:07','Signed off'),(252,'Saed','192.12.1.19','2022-01-31 08:50:05','2022-01-31 11:48:50','Signed off'),(253,'Adnan','192.12.1.19','2022-01-31 08:51:47','2022-01-31 11:50:12','Signed off'),(254,'admin','192.12.1.19','2022-01-31 08:52:00','2022-01-31 11:51:53','Signed off'),(255,'Mohamed','192.12.1.19','2022-01-31 08:53:05','2022-01-31 11:52:05','Signed off'),(256,'Saed','192.12.1.19','2022-01-31 08:53:52','2022-01-31 11:53:11','Signed off'),(257,'Mohamed','192.12.1.19','2022-01-31 08:54:45','2022-01-31 11:53:57','Signed off'),(258,'Adnan','192.12.1.19','2022-01-31 09:00:53','2022-01-31 11:54:50','Signed off'),(259,'Saed','192.12.1.19','2022-01-31 09:02:41','2022-01-31 12:00:58','Signed off'),(260,'Adnan','192.12.1.19','2022-01-31 09:03:22','2022-01-31 12:02:47','Signed off'),(261,'Saed','192.12.1.19','2022-01-31 09:05:01','2022-01-31 12:03:28','Signed off'),(262,'Adnan','192.12.1.19','2022-01-31 09:08:34','2022-01-31 12:05:06','Signed off'),(263,'Eid','192.12.1.19','2022-01-31 09:08:38','2022-01-31 12:08:38','Signed in'),(264,'Mohamed','172.22.22.1','2022-01-31 09:16:03','2022-01-31 12:14:24','Signed off'),(265,'Saed','172.22.22.1','2022-01-31 09:16:58','2022-01-31 12:16:15','Signed off'),(266,'Mohamed','172.22.22.1','2022-01-31 09:17:29','2022-01-31 12:17:06','Signed off'),(267,'Mohamud','172.22.22.1','2022-01-31 09:21:39','2022-01-31 12:17:39','Signed off'),(268,'Mohamud','172.22.22.1','2022-01-31 09:23:43','2022-01-31 12:21:55','Signed off'),(269,'Saed','172.22.22.1','2022-01-31 09:33:31','2022-01-31 12:23:51','Signed off'),(270,'Eid','172.22.22.1','2022-01-31 09:33:42','2022-01-31 12:33:42','Signed in'),(271,'admin','172.22.22.1','2022-01-31 10:15:56','2022-01-31 13:15:56','Signed in'),(272,'admin','172.22.22.1','2022-02-01 01:54:35','2022-02-01 04:54:35','Signed in'),(273,'admin','172.22.22.1','2022-02-02 03:31:17','2022-02-02 04:54:44','Signed off'),(274,'Saed','172.22.22.1','2022-02-02 03:15:44','2022-02-02 06:15:44','Signed in'),(275,'Mohamud','172.22.22.1','2022-02-02 03:15:53','2022-02-02 06:15:53','Signed in'),(276,'Mohamed','172.22.22.1','2022-02-02 03:32:21','2022-02-02 06:31:26','Signed off'),(277,'Saed','172.22.22.1','2022-02-02 03:33:08','2022-02-02 06:32:27','Signed off'),(278,'Mohamed','172.22.22.1','2022-02-02 03:33:41','2022-02-02 06:33:13','Signed off'),(279,'Saed','172.22.22.1','2022-02-02 03:36:13','2022-02-02 06:33:46','Signed off'),(280,'admin','172.22.22.1','2022-02-02 04:17:03','2022-02-02 06:34:44','Signed off'),(281,'Mohamud','172.22.22.1','2022-02-02 03:49:01','2022-02-02 06:36:20','Signed off'),(282,'Eid','172.22.22.1','2022-02-02 03:49:11','2022-02-02 06:49:11','Signed in'),(283,'Mohamed','172.22.22.1','2022-02-02 03:50:29','2022-02-02 06:50:22','Signed off'),(284,'Mohamud','172.22.22.1','2022-02-02 04:08:18','2022-02-02 06:50:38','Signed off'),(285,'Saed','172.22.22.1','2022-02-02 04:09:28','2022-02-02 07:08:24','Signed off'),(286,'Mohamud','172.22.22.1','2022-02-02 04:15:48','2022-02-02 07:09:37','Signed off'),(287,'Eid','172.22.22.1','2022-02-02 04:20:44','2022-02-02 07:15:54','Signed off'),(288,'Mohamud','172.22.22.1','2022-02-02 04:19:24','2022-02-02 07:17:21','Signed off'),(289,'admin','172.22.22.1','2022-02-02 04:19:43','2022-02-02 07:19:43','Signed in'),(290,'Mohamud','172.22.22.1','2022-02-02 04:26:47','2022-02-02 07:20:50','Signed off'),(291,'admin','172.22.22.1','2022-02-02 06:56:28','2022-02-02 07:25:52','Signed off'),(292,'Mohamud','172.22.22.1','2022-02-02 05:41:57','2022-02-02 07:26:57','Signed off'),(293,'Eid','172.22.22.1','2022-02-02 05:56:25','2022-02-02 08:42:08','Signed off'),(294,'Mohamud','172.22.22.1','2022-02-02 06:29:27','2022-02-02 08:56:36','Signed off'),(295,'Saed','172.22.22.1','2022-02-02 06:29:51','2022-02-02 09:29:37','Signed off'),(296,'Mohamed','172.22.22.1','2022-02-02 06:30:51','2022-02-02 09:30:00','Signed off'),(297,'Saed','172.22.22.1','2022-02-02 06:32:33','2022-02-02 09:30:58','Signed off'),(298,'Mohamed','172.22.22.1','2022-02-02 06:35:13','2022-02-02 09:32:43','Signed off'),(299,'Saed','172.22.22.1','2022-02-02 06:36:14','2022-02-02 09:35:20','Signed off'),(300,'Mohamud','172.22.22.1','2022-02-02 06:37:32','2022-02-02 09:36:22','Signed off'),(301,'Saed','172.22.22.1','2022-02-02 06:38:28','2022-02-02 09:37:44','Signed off'),(302,'Mohamud','172.22.22.1','2022-02-02 07:10:54','2022-02-02 09:38:36','Signed off'),(303,'admin','172.22.22.1','2022-02-02 06:56:44','2022-02-02 09:56:44','Signed in'),(304,'Eid','172.22.22.1','2022-02-02 08:38:29','2022-02-02 10:11:06','Signed off'),(305,'Mohamed','172.22.22.1','2022-02-02 08:39:22','2022-02-02 11:38:40','Signed off'),(306,'Saed','172.22.22.1','2022-02-02 08:40:26','2022-02-02 11:39:29','Signed off'),(307,'Mohamed','172.22.22.1','2022-02-02 08:41:25','2022-02-02 11:40:36','Signed off'),(308,'Saed','172.22.22.1','2022-02-02 08:42:38','2022-02-02 11:41:31','Signed off'),(309,'Mohamud','172.22.22.1','2022-02-02 08:44:02','2022-02-02 11:42:54','Signed off'),(310,'Saed','172.22.22.1','2022-02-02 08:44:57','2022-02-02 11:44:07','Signed off'),(311,'Mohamud','172.22.22.1','2022-02-02 08:46:58','2022-02-02 11:45:14','Signed off'),(312,'Eid','172.22.22.1','2022-02-02 08:54:10','2022-02-02 11:47:03','Signed off'),(313,'Mohamed','172.22.22.1','2022-02-02 08:55:37','2022-02-02 11:54:19','Signed off'),(314,'Saed','172.22.22.1','2022-02-02 08:57:29','2022-02-02 11:55:56','Signed off'),(315,'Mohamed','172.22.22.1','2022-02-02 08:58:04','2022-02-02 11:57:37','Signed off'),(316,'Saed','172.22.22.1','2022-02-02 08:59:23','2022-02-02 11:58:15','Signed off'),(317,'Mohamud','172.22.22.1','2022-02-02 09:01:59','2022-02-02 11:59:31','Signed off'),(318,'Saed','172.22.22.1','2022-02-02 09:02:34','2022-02-02 12:02:07','Signed off'),(319,'Mohamud','172.22.22.1','2022-02-02 09:04:16','2022-02-02 12:02:45','Signed off'),(320,'Eid','172.22.22.1','2022-02-02 09:04:23','2022-02-02 12:04:23','Signed in'),(321,'Mohamed','172.22.22.1','2022-02-02 09:30:06','2022-02-02 12:10:57','Signed off'),(322,'Saed','172.22.22.1','2022-02-02 10:00:42','2022-02-02 12:13:38','Signed off'),(323,'Mohamud','172.22.22.1','2022-02-02 10:15:46','2022-02-02 12:30:22','Signed off'),(324,'Eid','172.22.22.1','2022-02-02 10:15:55','2022-02-02 13:00:52','Signed off'),(325,'Mohamed','172.22.22.1','2022-02-02 10:22:17','2022-02-02 13:16:10','Signed off'),(326,'Saed','172.22.22.1','2022-02-02 10:29:24','2022-02-02 13:16:38','Signed off'),(327,'Mohamud','172.22.22.1','2022-02-02 10:36:38','2022-02-02 13:22:41','Signed off'),(328,'Eid','172.22.22.1','2022-02-02 10:35:55','2022-02-02 13:29:48','Signed off'),(329,'Mohamed','172.22.22.1','2022-02-03 01:59:07','2022-02-02 13:37:42','Signed off'),(330,'admin','172.22.22.1','2022-02-03 01:58:56','2022-02-03 04:58:56','Signed in'),(331,'Mohamud','172.22.22.1','2022-02-03 02:00:45','2022-02-03 04:59:17','Signed off'),(332,'Saed','172.22.22.1','2022-02-03 01:59:47','2022-02-03 04:59:35','Signed off'),(333,'Mohamed','172.22.22.1','2022-02-03 02:02:36','2022-02-03 04:59:59','Signed off'),(334,'Saed','172.22.22.1','2022-02-03 02:02:27','2022-02-03 05:00:53','Signed off'),(335,'Mohamud','172.22.22.1','2022-02-03 02:26:28','2022-02-03 05:02:46','Signed off'),(336,'Saed','172.22.22.1','2022-02-03 02:07:10','2022-02-03 05:02:52','Signed off'),(337,'Eid','172.22.22.1','2022-02-03 02:07:22','2022-02-03 05:07:22','Signed in'),(338,'Eid','172.22.22.1','2022-02-03 02:26:37','2022-02-03 05:26:37','Signed in'),(339,'Eid','172.22.22.1','2022-02-04 02:07:48','2022-02-03 05:26:37','Signed off'),(340,'Saed','172.22.22.1','2022-02-04 03:42:01','2022-02-04 05:08:19','Signed off'),(341,'Mohamed','172.22.22.1','2022-02-04 03:41:55','2022-02-04 05:08:28','Signed off'),(342,'Saed','172.22.22.1','2022-02-04 04:02:46','2022-02-04 06:42:08','Signed off'),(343,'Mohamed','172.22.22.1','2022-02-04 06:39:39','2022-02-04 07:03:01','Signed off'),(344,'Saed','172.22.22.1','2022-02-04 04:53:13','2022-02-04 07:53:13','Signed in'),(345,'Saed','172.22.22.1','2022-02-04 06:54:59','2022-02-04 09:39:53','Signed off'),(346,'Mohamud','172.22.22.1','2022-02-04 07:28:36','2022-02-04 09:55:09','Signed off'),(347,'Saed','172.22.22.1','2022-02-04 07:37:21','2022-02-04 10:28:47','Signed off'),(348,'Mohamud','172.22.22.1','2022-02-04 08:24:33','2022-02-04 10:37:30','Signed off'),(349,'Eid','172.22.22.1','2022-02-04 08:50:19','2022-02-04 11:24:47','Signed off'),(350,'admin','172.22.22.1','2022-02-04 08:48:17','2022-02-04 11:48:17','Signed in'),(351,'Eid','172.22.22.1','2022-02-04 08:51:52','2022-02-04 11:50:29','Signed off'),(352,'Eid','172.22.22.1','2022-02-04 08:56:22','2022-02-04 11:52:08','Signed off'),(353,'Eid','172.22.22.1','2022-02-04 08:58:58','2022-02-04 11:56:34','Signed off'),(354,'Eid','172.22.22.1','2022-02-04 08:59:08','2022-02-04 11:59:08','Signed in'),(355,'Saed','172.22.22.1','2022-02-09 08:48:59','2022-02-09 07:45:39','Signed off'),(356,'Mohamed','172.22.22.1','2022-02-09 05:59:49','2022-02-09 07:47:55','Signed off'),(357,'Mohamud','172.22.22.1','2022-02-09 06:24:45','2022-02-09 09:00:19','Signed off'),(358,'Eid','172.22.22.1','2022-02-09 07:07:54','2022-02-09 09:25:32','Signed off'),(359,'Mohamed','172.22.22.1','2022-02-09 07:10:59','2022-02-09 10:08:55','Signed off'),(360,'Mohamud','172.22.22.1','2022-02-09 07:11:42','2022-02-09 10:11:42','Signed in'),(361,'Mohamud','172.22.22.1','2022-02-09 09:16:24','2022-02-09 11:49:33','Signed off'),(362,'Eid','172.22.22.1','2022-02-09 09:16:54','2022-02-09 12:16:54','Signed in'),(363,'admin','172.22.22.1','2022-02-10 08:46:40','2022-02-10 11:46:40','Signed in'),(364,'admin','172.22.22.1','2022-02-14 02:53:35','2022-02-14 05:53:35','Signed in'),(365,'admin','172.22.22.1','2022-02-15 02:12:03','2022-02-15 05:12:03','Signed in'),(366,'admin','172.22.22.1','2022-02-15 02:51:39','2022-02-15 05:51:39','Signed in'),(367,'admin','172.22.22.1','2022-02-16 03:57:29','2022-02-16 04:57:34','Signed off'),(368,'Mohamed','172.22.22.1','2022-02-16 03:58:26','2022-02-16 06:57:40','Signed off'),(369,'admin','172.22.22.1','2022-02-16 04:01:58','2022-02-16 06:58:44','Signed off'),(370,'Mohamed','172.22.22.1','2022-02-16 04:02:49','2022-02-16 07:02:11','Signed off'),(371,'Saed','172.22.22.1','2022-02-16 04:03:38','2022-02-16 07:02:55','Signed off'),(372,'Mohamed','172.22.22.1','2022-02-16 04:04:12','2022-02-16 07:03:48','Signed off'),(373,'Saed','172.22.22.1','2022-02-16 04:04:47','2022-02-16 07:04:16','Signed off'),(374,'Mohamud','172.22.22.1','2022-02-16 04:05:35','2022-02-16 07:05:00','Signed off'),(375,'Saed','172.22.22.1','2022-02-16 04:06:15','2022-02-16 07:05:42','Signed off'),(376,'Mohamud','172.22.22.1','2022-02-16 04:13:56','2022-02-16 07:06:20','Signed off'),(377,'Eid','172.22.22.1','2022-02-16 04:14:47','2022-02-16 07:14:20','Signed off'),(378,'admin','172.22.22.1','2022-02-16 04:15:20','2022-02-16 07:14:52','Signed off'),(379,'Eid','172.22.22.1','2022-02-16 04:16:45','2022-02-16 07:15:56','Signed off'),(380,'Mohamud','172.22.22.1','2022-02-16 04:19:20','2022-02-16 07:17:28','Signed off'),(381,'Eid','172.22.22.1','2022-02-16 04:22:30','2022-02-16 07:20:03','Signed off'),(382,'admin','172.22.22.1','2022-02-16 04:23:26','2022-02-16 07:22:34','Signed off'),(383,'Eid','172.22.22.1','2022-02-16 04:23:42','2022-02-16 07:23:42','Signed in'),(384,'admin','172.22.22.1','2022-02-16 04:29:15','2022-02-16 07:29:15','Signed in'),(385,'Mohamed','172.22.22.1','2022-02-16 07:37:53','2022-02-16 10:37:52','Signed off'),(386,'Mohamed','172.22.22.1','2022-02-16 07:39:00','2022-02-16 10:37:58','Signed off'),(387,'Saed','172.22.22.1','2022-02-16 07:39:38','2022-02-16 10:39:13','Signed off'),(388,'Mohamed','172.22.22.1','2022-02-16 07:41:48','2022-02-16 10:39:46','Signed off'),(389,'Saed','172.22.22.1','2022-02-16 07:42:20','2022-02-16 10:42:01','Signed off'),(390,'Mohamud','172.22.22.1','2022-02-16 07:51:21','2022-02-16 10:42:36','Signed off'),(391,'Saed','172.22.22.1','2022-02-16 07:51:45','2022-02-16 10:51:26','Signed off'),(392,'Mohamud','172.22.22.1','2022-02-16 08:03:29','2022-02-16 10:51:53','Signed off'),(393,'Eid','172.22.22.1','2022-02-16 08:04:23','2022-02-16 11:03:35','Signed off'),(394,'Mohamud','172.22.22.1','2022-02-16 08:09:41','2022-02-16 11:04:33','Signed off'),(395,'Eid','172.22.22.1','2022-02-16 08:17:52','2022-02-16 11:09:47','Signed off'),(396,'Mohamud','172.22.22.1','2022-02-16 08:20:47','2022-02-16 11:17:57','Signed off'),(397,'Eid','172.22.22.1','2022-02-16 08:24:59','2022-02-16 11:20:53','Signed off'),(398,'Mohamud','172.22.22.1','2022-02-16 08:28:11','2022-02-16 11:25:04','Signed off'),(399,'Eid','172.22.22.1','2022-02-16 08:42:03','2022-02-16 11:28:16','Signed off'),(400,'Mohamud','172.22.22.1','2022-02-16 08:43:47','2022-02-16 11:42:12','Signed off'),(401,'Eid','172.22.22.1','2022-02-16 09:01:20','2022-02-16 11:43:53','Signed off'),(402,'Mohamud','172.22.22.1','2022-02-16 09:22:04','2022-02-16 12:01:25','Signed off'),(403,'Mohamed','172.22.22.1','2022-02-16 09:34:30','2022-02-16 12:33:49','Signed off'),(404,'Saed','172.22.22.1','2022-02-16 09:34:58','2022-02-16 12:34:35','Signed off'),(405,'Mohamed','172.22.22.1','2022-02-16 09:35:22','2022-02-16 12:35:05','Signed off'),(406,'Saed','172.22.22.1','2022-02-16 09:35:53','2022-02-16 12:35:27','Signed off'),(407,'Mohamud','172.22.22.1','2022-02-16 09:36:29','2022-02-16 12:36:01','Signed off'),(408,'Saed','172.22.22.1','2022-02-16 09:36:50','2022-02-16 12:36:34','Signed off'),(409,'Mohamud','172.22.22.1','2022-02-16 09:40:00','2022-02-16 12:36:54','Signed off'),(410,'Mohamud','172.22.22.1','2022-02-16 09:40:41','2022-02-16 12:40:40','Signed off'),(411,'Mohamud','172.22.22.1','2022-02-16 09:41:24','2022-02-16 12:41:00','Signed off'),(412,'Eid','172.22.22.1','2022-02-16 09:41:48','2022-02-16 12:41:28','Signed off'),(413,'Mohamud','172.22.22.1','2022-02-16 09:44:08','2022-02-16 12:41:59','Signed off'),(414,'Eid','172.22.22.1','2022-02-16 09:44:42','2022-02-16 12:44:13','Signed off'),(415,'Mohamud','172.22.22.1','2022-02-16 09:45:06','2022-02-16 12:44:47','Signed off'),(416,'Eid','172.22.22.1','2022-02-16 10:05:38','2022-02-16 12:45:11','Signed off'),(417,'Eid','172.22.22.1','2022-02-16 10:20:56','2022-02-16 13:05:57','Signed off'),(418,'Eid','172.22.22.1','2022-02-16 10:21:01','2022-02-16 13:21:01','Signed in'),(419,'admin','172.22.22.1','2022-02-17 03:20:46','2022-02-17 06:03:24','Signed off'),(420,'Mohamud','172.22.22.1','2022-02-17 03:23:03','2022-02-17 06:20:56','Signed off'),(421,'Mohamud','172.22.22.1','2022-02-17 03:23:45','2022-02-17 06:23:15','Signed off'),(422,'Saed','172.22.22.1','2022-02-17 03:24:25','2022-02-17 06:24:03','Signed off'),(423,'Mohamud','172.22.22.1','2022-02-17 03:26:58','2022-02-17 06:24:31','Signed off'),(424,'admin','172.22.22.1','2022-02-17 03:24:53','2022-02-17 06:24:53','Signed in'),(425,'Eid','172.22.22.1','2022-02-17 03:29:24','2022-02-17 06:27:02','Signed off'),(426,'Mohamud','172.22.22.1','2022-02-17 03:29:43','2022-02-17 06:29:42','Signed off'),(427,'Mohamud','172.22.22.1','2022-02-17 03:31:16','2022-02-17 06:29:47','Signed off'),(428,'Eid','172.22.22.1','2022-02-17 03:43:06','2022-02-17 06:31:20','Signed off'),(429,'Mohamed','172.22.22.1','2022-02-17 04:25:14','2022-02-17 07:22:39','Signed off'),(430,'Saed','172.22.22.1','2022-02-17 04:27:29','2022-02-17 07:25:18','Signed off'),(431,'Mohamed','172.22.22.1','2022-02-17 04:27:58','2022-02-17 07:27:34','Signed off'),(432,'Saed','172.22.22.1','2022-02-17 04:29:31','2022-02-17 07:28:02','Signed off'),(433,'Mohamud','172.22.22.1','2022-02-17 04:31:57','2022-02-17 07:29:36','Signed off'),(434,'Mohamed','172.22.22.1','2022-02-17 04:32:52','2022-02-17 07:32:06','Signed off'),(435,'Saed','172.22.22.1','2022-02-17 04:33:23','2022-02-17 07:32:58','Signed off'),(436,'Mohamud','172.22.22.1','2022-02-17 04:35:20','2022-02-17 07:33:28','Signed off'),(437,'Saed','172.22.22.1','2022-02-17 04:38:10','2022-02-17 07:35:33','Signed off'),(438,'Eid','172.22.22.1','2022-02-17 04:44:18','2022-02-17 07:38:14','Signed off'),(439,'Mohamed','172.22.22.1','2022-02-17 04:57:02','2022-02-17 07:44:24','Signed off'),(440,'Saed','172.22.22.1','2022-02-17 05:02:01','2022-02-17 07:56:14','Signed off'),(441,'Mohamed','172.22.22.1','2022-02-17 04:57:13','2022-02-17 07:57:08','Signed off'),(442,'Eid','172.22.22.1','2022-02-17 04:57:19','2022-02-17 07:57:19','Signed in'),(443,'Mohamed','172.22.22.1','2022-02-17 05:13:18','2022-02-17 08:02:12','Signed off'),(444,'Saed','172.22.22.1','2022-02-17 05:16:23','2022-02-17 08:13:22','Signed off'),(445,'Mohamed','172.22.22.1','2022-02-17 05:17:23','2022-02-17 08:16:34','Signed off'),(446,'Saed','172.22.22.1','2022-02-17 05:21:01','2022-02-17 08:17:28','Signed off'),(447,'Mohamed','172.22.22.1','2022-02-17 05:21:12','2022-02-17 08:21:05','Signed off'),(448,'Adnan','172.22.22.1','2022-02-17 05:26:08','2022-02-17 08:21:21','Signed off'),(449,'Saed','172.22.22.1','2022-02-17 05:26:20','2022-02-17 08:26:14','Signed off'),(450,'Mohamed','172.22.22.1','2022-02-17 05:26:37','2022-02-17 08:26:25','Signed off'),(451,'Saed','172.22.22.1','2022-02-17 05:28:26','2022-02-17 08:26:43','Signed off'),(452,'Adnan','172.22.22.1','2022-02-17 05:32:23','2022-02-17 08:28:34','Signed off'),(453,'Eid','172.22.22.1','2022-02-17 05:32:47','2022-02-17 08:32:47','Signed in'),(454,'Mohamud','172.22.22.1','2022-02-17 08:02:33','2022-02-17 11:00:04','Signed off'),(455,'Mohamed','172.22.22.1','2022-02-17 08:04:36','2022-02-17 11:02:46','Signed off'),(456,'Saed','172.22.22.1','2022-02-17 08:05:24','2022-02-17 11:04:40','Signed off'),(457,'Mohamed','172.22.22.1','2022-02-17 08:05:48','2022-02-17 11:05:31','Signed off'),(458,'Saed','172.22.22.1','2022-02-17 08:06:11','2022-02-17 11:05:53','Signed off'),(459,'Saed','172.22.22.1','2022-02-17 08:06:43','2022-02-17 11:06:21','Signed off'),(460,'Mohamud','172.22.22.1','2022-02-17 08:10:18','2022-02-17 11:06:47','Signed off'),(461,'Saed','172.22.22.1','2022-02-17 08:10:42','2022-02-17 11:10:23','Signed off'),(462,'Mohamud','172.22.22.1','2022-02-17 08:40:26','2022-02-17 11:10:54','Signed off'),(463,'Eid','172.22.22.1','2022-02-17 09:25:35','2022-02-17 11:40:30','Signed off'),(464,'Mohamud','172.22.22.1','2022-02-17 09:25:40','2022-02-17 12:25:40','Signed in'),(465,'admin','172.22.22.1','2022-02-18 07:48:01','2022-02-18 10:10:36','Signed off'),(466,'Mohamed','172.22.22.1','2022-02-18 07:48:53','2022-02-18 10:48:09','Signed off'),(467,'Saed','172.22.22.1','2022-02-18 07:49:44','2022-02-18 10:48:58','Signed off'),(468,'Mohamed','172.22.22.1','2022-02-18 07:50:14','2022-02-18 10:49:49','Signed off'),(469,'Saed','172.22.22.1','2022-02-18 07:50:49','2022-02-18 10:50:23','Signed off'),(470,'Saed','172.22.22.1','2022-02-18 07:51:16','2022-02-18 10:51:00','Signed off'),(471,'Mohamud','172.22.22.1','2022-02-18 07:52:11','2022-02-18 10:51:23','Signed off'),(472,'Saed','172.22.22.1','2022-02-18 07:52:49','2022-02-18 10:52:20','Signed off'),(473,'Mohamud','172.22.22.1','2022-02-18 08:55:08','2022-02-18 10:52:54','Signed off'),(474,'admin','172.22.22.1','2022-02-21 03:10:30','2022-02-18 11:12:47','Signed off'),(475,'Eid','172.22.22.1','2022-02-18 08:58:59','2022-02-18 11:55:24','Signed off'),(476,'Mohamud','172.22.22.1','2022-02-18 09:02:45','2022-02-18 11:59:04','Signed off'),(477,'Eid','172.22.22.1','2022-02-18 09:03:18','2022-02-18 12:03:18','Signed in'),(478,'Mohamud','172.22.22.1','2022-02-21 02:15:38','2022-02-21 05:15:28','Signed off'),(479,'Saed','172.22.22.1','2022-02-21 02:16:37','2022-02-21 05:16:14','Signed off'),(480,'Mohamed','172.22.22.1','2022-02-21 02:18:44','2022-02-21 05:16:48','Signed off'),(481,'Saed','172.22.22.1','2022-02-21 02:19:30','2022-02-21 05:19:01','Signed off'),(482,'Mohamed','172.22.22.1','2022-02-21 02:19:56','2022-02-21 05:19:38','Signed off'),(483,'Saed','172.22.22.1','2022-02-21 02:20:31','2022-02-21 05:20:02','Signed off'),(484,'Mohamud','172.22.22.1','2022-02-21 02:21:13','2022-02-21 05:20:40','Signed off'),(485,'Saed','172.22.22.1','2022-02-21 02:21:49','2022-02-21 05:21:26','Signed off'),(486,'Mohamud','172.22.22.1','2022-02-21 02:52:26','2022-02-21 05:21:59','Signed off'),(487,'Mohamed','172.22.22.1','2022-02-21 02:53:21','2022-02-21 05:52:32','Signed off'),(488,'Saed','172.22.22.1','2022-02-21 02:54:37','2022-02-21 05:53:35','Signed off'),(489,'Mohamed','172.22.22.1','2022-02-21 02:55:09','2022-02-21 05:54:52','Signed off'),(490,'Saed','172.22.22.1','2022-02-21 02:57:38','2022-02-21 05:55:16','Signed off'),(491,'Mohamud','172.22.22.1','2022-02-21 02:58:17','2022-02-21 05:57:52','Signed off'),(492,'Saed','172.22.22.1','2022-02-21 02:58:35','2022-02-21 05:58:21','Signed off'),(493,'Mohamud','172.22.22.1','2022-02-21 03:09:51','2022-02-21 05:58:39','Signed off'),(494,'Eid','172.22.22.1','2022-02-21 03:09:55','2022-02-21 06:09:55','Signed in'),(495,'Mohamud','172.22.22.1','2022-02-21 03:46:23','2022-02-21 06:11:07','Signed off'),(496,'admin','172.22.22.1','2022-02-21 03:46:40','2022-02-21 06:46:40','Signed in'),(497,'Mohamud','172.22.22.1','2022-02-21 03:51:14','2022-02-21 06:51:13','Signed off'),(498,'Mohamud','172.22.22.1','2022-02-21 04:01:14','2022-02-21 06:51:19','Signed off'),(499,'Eid','172.22.22.1','2022-02-21 04:01:19','2022-02-21 07:01:19','Signed in'),(500,'Eid','172.22.22.1','2022-02-21 07:19:58','2022-02-21 09:15:21','Signed off'),(501,'admin','172.22.22.1','2022-02-21 06:15:46','2022-02-21 09:15:46','Signed in'),(502,'Mohamed','172.22.22.1','2022-02-21 07:27:40','2022-02-21 10:22:37','Signed off'),(503,'Saed','172.22.22.1','2022-02-21 07:29:07','2022-02-21 10:28:50','Signed off'),(504,'Mohamed','172.22.22.1','2022-02-21 07:29:22','2022-02-21 10:29:11','Signed off'),(505,'Saed','172.22.22.1','2022-02-21 07:29:47','2022-02-21 10:29:27','Signed off'),(506,'Mohamud','172.22.22.1','2022-02-21 07:30:31','2022-02-21 10:29:53','Signed off'),(507,'Saed','172.22.22.1','2022-02-21 07:30:55','2022-02-21 10:30:35','Signed off'),(508,'Mohamud','172.22.22.1','2022-02-21 07:33:12','2022-02-21 10:31:02','Signed off'),(509,'Eid','172.22.22.1','2022-02-21 07:33:19','2022-02-21 10:33:19','Signed in'),(510,'Eid','172.22.22.1','2022-02-21 07:36:32','2022-02-21 10:35:58','Signed off'),(511,'Mohamud','172.22.22.1','2022-02-21 07:37:50','2022-02-21 10:36:50','Signed off'),(512,'Eid','172.22.22.1','2022-02-21 07:39:17','2022-02-21 10:37:59','Signed off'),(513,'Mohamud','172.22.22.1','2022-02-21 07:45:22','2022-02-21 10:39:24','Signed off'),(514,'Eid','172.22.22.1','2022-02-21 07:56:07','2022-02-21 10:46:48','Signed off'),(515,'Mohamud','172.22.22.1','2022-02-21 08:36:30','2022-02-21 10:56:16','Signed off'),(516,'Mohamed','172.22.22.1','2022-02-21 08:37:03','2022-02-21 11:36:39','Signed off'),(517,'Saed','172.22.22.1','2022-02-21 08:39:55','2022-02-21 11:37:07','Signed off'),(518,'Mohamed','172.22.22.1','2022-02-21 08:40:17','2022-02-21 11:40:02','Signed off'),(519,'Saed','172.22.22.1','2022-02-21 08:40:38','2022-02-21 11:40:21','Signed off'),(520,'Mohamud','172.22.22.1','2022-02-21 08:41:11','2022-02-21 11:40:47','Signed off'),(521,'Saed','172.22.22.1','2022-02-21 08:41:34','2022-02-21 11:41:18','Signed off'),(522,'Mohamud','172.22.22.1','2022-02-21 09:39:35','2022-02-21 11:41:40','Signed off'),(523,'Mohamed','172.22.22.1','2022-02-21 09:46:38','2022-02-21 12:46:10','Signed off'),(524,'Saed','172.22.22.1','2022-02-21 09:47:08','2022-02-21 12:46:45','Signed off'),(525,'Mohamed','172.22.22.1','2022-02-21 09:47:31','2022-02-21 12:47:12','Signed off'),(526,'Saed','172.22.22.1','2022-02-21 09:47:57','2022-02-21 12:47:36','Signed off'),(527,'Mohamud','172.22.22.1','2022-02-21 09:48:23','2022-02-21 12:48:04','Signed off'),(528,'Saed','172.22.22.1','2022-02-21 09:48:47','2022-02-21 12:48:28','Signed off'),(529,'Mohamud','172.22.22.1','2022-02-21 10:02:38','2022-02-21 12:49:01','Signed off'),(530,'Eid','172.22.22.1','2022-02-21 10:07:01','2022-02-21 13:02:42','Signed off'),(531,'Abdul','172.22.22.1','2022-02-21 10:09:03','2022-02-21 13:08:02','Signed off'),(532,'Mohamud','172.22.22.1','2022-02-21 10:14:19','2022-02-21 13:09:08','Signed off'),(533,'Eid','172.22.22.1','2022-02-21 10:14:24','2022-02-21 13:14:24','Signed in'),(534,'admin','172.22.22.1','2022-02-22 02:17:59','2022-02-22 04:55:05','Signed off'),(535,'admin','172.22.22.1','2022-02-22 02:19:26','2022-02-22 05:18:09','Signed off'),(536,'Mohamed','172.22.22.1','2022-02-22 02:20:31','2022-02-22 05:19:31','Signed off'),(537,'Saed','172.22.22.1','2022-02-22 02:21:04','2022-02-22 05:20:35','Signed off'),(538,'Mohamed','172.22.22.1','2022-02-22 02:21:22','2022-02-22 05:21:09','Signed off'),(539,'Saed','172.22.22.1','2022-02-22 02:21:52','2022-02-22 05:21:26','Signed off'),(540,'Mohamud','172.22.22.1','2022-02-22 02:23:16','2022-02-22 05:21:57','Signed off'),(541,'Saed','172.22.22.1','2022-02-22 02:24:04','2022-02-22 05:23:45','Signed off'),(542,'Mohamud','172.22.22.1','2022-02-22 02:28:14','2022-02-22 05:24:11','Signed off'),(543,'Eid','172.22.22.1','2022-02-22 02:35:28','2022-02-22 05:28:18','Signed off'),(544,'admin','172.22.22.1','2022-02-22 02:31:00','2022-02-22 05:31:00','Signed in'),(545,'Mohamud','172.22.22.1','2022-02-22 02:42:55','2022-02-22 05:35:32','Signed off'),(546,'Mohamed','172.22.22.1','2022-02-22 02:44:05','2022-02-22 05:43:08','Signed off'),(547,'Saed','172.22.22.1','2022-02-22 02:45:42','2022-02-22 05:44:12','Signed off'),(548,'Mohamed','172.22.22.1','2022-02-22 02:46:03','2022-02-22 05:45:47','Signed off'),(549,'Saed','172.22.22.1','2022-02-22 02:46:45','2022-02-22 05:46:08','Signed off'),(550,'Saed','172.22.22.1','2022-02-22 02:48:11','2022-02-22 05:46:56','Signed off'),(551,'Mohamed','172.22.22.1','2022-02-22 02:49:08','2022-02-22 05:48:15','Signed off'),(552,'Saed','172.22.22.1','2022-02-22 02:53:03','2022-02-22 05:49:13','Signed off'),(553,'Mohamud','172.22.22.1','2022-02-22 02:53:46','2022-02-22 05:53:08','Signed off'),(554,'Saed','172.22.22.1','2022-02-22 02:54:35','2022-02-22 05:53:51','Signed off'),(555,'Mohamud','172.22.22.1','2022-02-22 03:34:18','2022-02-22 05:54:39','Signed off'),(556,'admin','172.22.22.1','2022-02-22 04:04:26','2022-02-22 06:56:46','Signed off'),(557,'Mohamed','172.22.22.1','2022-02-22 04:08:44','2022-02-22 07:04:32','Signed off'),(558,'admin','172.22.22.1','2022-02-22 04:08:53','2022-02-22 07:08:49','Signed off'),(559,'Mohamud','172.22.22.1','2022-02-22 04:08:57','2022-02-22 07:08:57','Signed in'),(560,'admin','172.22.22.1','2022-02-22 07:31:53','2022-02-22 09:10:17','Signed off'),(561,'Mohamed','172.22.22.1','2022-02-22 08:00:08','2022-02-22 10:32:00','Signed off'),(562,'Saed','172.22.22.1','2022-02-22 08:00:59','2022-02-22 11:00:22','Signed off'),(563,'Mohamed','172.22.22.1','2022-02-22 08:01:22','2022-02-22 11:01:04','Signed off'),(564,'Saed','172.22.22.1','2022-02-22 08:01:56','2022-02-22 11:01:26','Signed off'),(565,'Mohamud','172.22.22.1','2022-02-22 08:03:32','2022-02-22 11:02:01','Signed off'),(566,'Saed','172.22.22.1','2022-02-22 08:05:05','2022-02-22 11:03:37','Signed off'),(567,'Mohamud','172.22.22.1','2022-02-22 08:05:10','2022-02-22 11:05:10','Signed in'),(568,'admin','172.22.22.1','2022-02-23 06:40:48','2022-02-23 09:40:48','Signed in'),(569,'admin','172.22.22.1','2022-02-23 07:01:47','2022-02-23 09:45:17','Signed off'),(570,'Mohamed','172.22.22.1','2022-02-23 07:02:27','2022-02-23 10:01:51','Signed off'),(571,'Saed','172.22.22.1','2022-02-23 07:02:56','2022-02-23 10:02:36','Signed off'),(572,'Mohamed','172.22.22.1','2022-02-23 07:03:20','2022-02-23 10:03:02','Signed off'),(573,'Saed','172.22.22.1','2022-02-23 07:04:22','2022-02-23 10:03:27','Signed off'),(574,'Mohamud','172.22.22.1','2022-02-23 07:06:37','2022-02-23 10:04:58','Signed off'),(575,'Saed','172.22.22.1','2022-02-23 07:07:04','2022-02-23 10:06:42','Signed off'),(576,'Mohamud','172.22.22.1','2022-02-23 07:45:54','2022-02-23 10:07:11','Signed off'),(577,'admin','172.22.22.1','2022-02-23 07:51:44','2022-02-23 10:17:45','Signed off'),(578,'Eid','172.22.22.1','2022-02-23 07:46:00','2022-02-23 10:46:00','Signed in'),(579,'Eid','172.22.22.1','2022-02-23 08:00:54','2022-02-23 10:51:56','Signed off'),(580,'Mohamud','172.22.22.1','2022-02-23 09:22:20','2022-02-23 11:01:06','Signed off'),(581,'Eid','172.22.22.1','2022-02-23 09:24:01','2022-02-23 12:22:34','Signed off'),(582,'admin','172.22.22.1','2022-02-23 09:25:31','2022-02-23 12:25:31','Signed in'),(583,'Eid','172.22.22.1','2022-02-23 10:18:09','2022-02-23 12:29:40','Signed off'),(584,'admin','172.22.22.1','2022-02-23 09:30:01','2022-02-23 12:30:01','Signed in'),(585,'Saed','172.22.22.1','2022-02-23 10:19:42','2022-02-23 13:18:13','Signed off'),(586,'Mohamud','172.22.22.1','2022-02-23 10:19:50','2022-02-23 13:19:50','Signed in'),(587,'admin','172.22.22.1','2022-02-23 10:32:14','2022-02-23 13:32:14','Signed in'),(588,'Mohamed','172.22.22.1','2022-02-23 10:34:56','2022-02-23 13:32:50','Signed off'),(589,'Saed','172.22.22.1','2022-02-23 10:37:11','2022-02-23 13:35:02','Signed off'),(590,'Eid','172.22.22.1','2022-02-23 10:38:45','2022-02-23 13:37:21','Signed off'),(591,'Eid','172.22.22.1','2022-02-23 10:42:42','2022-02-23 13:38:50','Signed off'),(592,'Mohamud','172.22.22.1','2022-02-23 10:52:36','2022-02-23 13:42:48','Signed off'),(593,'Eid','172.22.22.1','2022-02-23 10:49:51','2022-02-23 13:46:25','Signed off'),(594,'Mohamed','172.22.22.1','2022-02-23 10:52:16','2022-02-23 13:51:14','Signed off'),(595,'Eid','172.22.22.1','2022-02-23 11:03:35','2022-02-23 13:52:41','Signed off'),(596,'Mohamed','172.22.22.1','2022-02-23 10:57:55','2022-02-23 13:55:51','Signed off'),(597,'Saed','172.22.22.1','2022-02-23 11:01:18','2022-02-23 13:58:00','Signed off'),(598,'Mohamud','172.22.22.1','2022-02-23 11:03:51','2022-02-23 14:01:23','Signed off'),(599,'Saed','172.22.22.1','2022-02-23 11:03:56','2022-02-23 14:03:56','Signed in'),(600,'Eid','172.22.22.1','2022-02-23 11:05:33','2022-02-23 14:05:33','Signed in'),(601,'admin','172.22.22.1','2022-02-24 01:34:15','2022-02-24 04:34:15','Signed in'),(602,'Eid','172.22.22.1','2022-02-24 01:35:10','2022-02-24 04:35:10','Signed in'),(603,'Saed','172.22.22.1','2022-02-24 03:01:31','2022-02-24 04:46:17','Signed off'),(604,'Mohamed','172.22.22.1','2022-02-24 01:48:22','2022-02-24 04:48:22','Signed in'),(605,'Mohamed','172.22.22.1','2022-02-24 02:21:02','2022-02-24 04:48:23','Signed off'),(606,'Eid','172.22.22.1','2022-02-24 02:11:39','2022-02-24 05:02:34','Signed off'),(607,'Eid','172.22.22.1','2022-02-24 02:12:08','2022-02-24 05:12:08','Signed in'),(608,'Eid','172.22.22.1','2022-02-24 02:20:50','2022-02-24 05:19:24','Signed off'),(609,'Mohamud','172.22.22.1','2022-02-24 02:21:08','2022-02-24 05:21:08','Signed in'),(610,'Eid','172.22.22.1','2022-02-24 03:50:25','2022-02-24 06:01:35','Signed off'),(611,'Saed','172.22.22.1','2022-02-24 03:38:40','2022-02-24 06:37:56','Signed off'),(612,'admin','172.22.22.1','2022-02-24 03:39:56','2022-02-24 06:39:03','Signed off'),(613,'Abdul','172.22.22.1','2022-02-24 03:41:54','2022-02-24 06:40:07','Signed off'),(614,'Mohamed','172.22.22.1','2022-02-24 03:51:36','2022-02-24 06:50:37','Signed off'),(615,'Saed','172.22.22.1','2022-02-24 03:52:40','2022-02-24 06:51:57','Signed off'),(616,'Mohamed','172.22.22.1','2022-02-24 03:53:32','2022-02-24 06:52:53','Signed off'),(617,'Saed','172.22.22.1','2022-02-24 03:54:33','2022-02-24 06:53:45','Signed off'),(618,'Mohamud','172.22.22.1','2022-02-24 04:10:44','2022-02-24 06:54:56','Signed off'),(619,'Saed','172.22.22.1','2022-02-24 04:11:41','2022-02-24 07:10:57','Signed off'),(620,'Mohamud','172.22.22.1','2022-02-24 04:12:06','2022-02-24 07:12:06','Signed in'),(621,'Saed','172.22.22.1','2022-02-24 05:00:08','2022-02-24 07:58:40','Signed off'),(622,'Saed','172.22.22.1','2022-02-24 05:08:05','2022-02-24 08:07:31','Signed off'),(623,'Mohamed','172.22.22.1','2022-02-24 05:08:56','2022-02-24 08:08:21','Signed off'),(624,'Saed','172.22.22.1','2022-02-24 05:09:56','2022-02-24 08:09:08','Signed off'),(625,'Mohamud','172.22.22.1','2022-02-24 05:12:18','2022-02-24 08:10:11','Signed off'),(626,'Saed','172.22.22.1','2022-02-24 05:13:13','2022-02-24 08:12:31','Signed off'),(627,'Mohamud','172.22.22.1','2022-02-24 05:19:56','2022-02-24 08:13:25','Signed off'),(628,'Mohamud','172.22.22.1','2022-02-24 05:21:29','2022-02-24 08:20:15','Signed off'),(629,'Eid','172.22.22.1','2022-02-24 05:37:41','2022-02-24 08:21:41','Signed off'),(630,'Mohamud','172.22.22.1','2022-02-24 05:39:20','2022-02-24 08:37:54','Signed off'),(631,'Eid','172.22.22.1','2022-02-24 05:39:45','2022-02-24 08:39:45','Signed in'),(632,'Mohamed','172.22.22.1','2022-02-24 05:47:54','2022-02-24 08:46:42','Signed off'),(633,'Saed','172.22.22.1','2022-02-24 05:49:14','2022-02-24 08:48:10','Signed off'),(634,'Mohamed','172.22.22.1','2022-02-24 05:50:06','2022-02-24 08:49:30','Signed off'),(635,'Saed','172.22.22.1','2022-02-24 05:50:56','2022-02-24 08:50:18','Signed off'),(636,'Mohamud','172.22.22.1','2022-02-24 05:52:56','2022-02-24 08:51:17','Signed off'),(637,'Saed','172.22.22.1','2022-02-24 05:53:51','2022-02-24 08:53:08','Signed off'),(638,'Mohamud','172.22.22.1','2022-02-24 05:56:49','2022-02-24 08:54:05','Signed off'),(639,'Mohamud','172.22.22.1','2022-02-24 06:01:35','2022-02-24 08:57:02','Signed off'),(640,'Eid','172.22.22.1','2022-02-24 06:07:00','2022-02-24 09:01:47','Signed off'),(641,'Abdul','172.22.22.1','2022-02-24 06:33:09','2022-02-24 09:07:55','Signed off'),(642,'Mohamud','172.22.22.1','2022-02-24 06:33:22','2022-02-24 09:33:22','Signed in'),(643,'Mohamud','172.22.22.1','2022-02-24 07:12:40','2022-02-24 09:38:29','Signed off'),(644,'Saed','172.22.22.1','2022-02-24 06:39:40','2022-02-24 09:39:40','Signed in'),(645,'Eid','172.22.22.1','2022-02-24 07:16:50','2022-02-24 10:15:25','Signed off'),(646,'Abdul','172.22.22.1','2022-02-24 07:17:18','2022-02-24 10:16:58','Signed off'),(647,'Mohamud','172.22.22.1','2022-02-24 07:52:41','2022-02-24 10:17:23','Signed off'),(648,'Mohamed','172.22.22.1','2022-02-24 07:57:31','2022-02-24 10:56:03','Signed off'),(649,'Saed','172.22.22.1','2022-02-24 07:58:46','2022-02-24 10:57:44','Signed off'),(650,'Saed','172.22.22.1','2022-02-24 08:00:16','2022-02-24 10:58:58','Signed off'),(651,'Mohamed','172.22.22.1','2022-02-24 08:01:14','2022-02-24 11:00:28','Signed off'),(652,'Saed','172.22.22.1','2022-02-24 08:02:16','2022-02-24 11:01:33','Signed off'),(653,'Mohamud','172.22.22.1','2022-02-24 08:04:01','2022-02-24 11:02:28','Signed off'),(654,'Mohamud','172.22.22.1','2022-02-24 08:05:28','2022-02-24 11:04:14','Signed off'),(655,'Saed','172.22.22.1','2022-02-24 08:07:42','2022-02-24 11:05:42','Signed off'),(656,'Mohamud','172.22.22.1','2022-02-24 08:24:50','2022-02-24 11:07:55','Signed off'),(657,'Eid','172.22.22.1','2022-02-24 08:43:00','2022-02-24 11:25:03','Signed off'),(658,'Mohamud','172.22.22.1','2022-02-24 08:48:13','2022-02-24 11:43:12','Signed off'),(659,'Eid','172.22.22.1','2022-02-24 08:51:56','2022-02-24 11:48:26','Signed off'),(660,'Mohamud','172.22.22.1','2022-02-24 08:54:38','2022-02-24 11:52:46','Signed off'),(661,'Saed','172.22.22.1','2022-02-24 08:55:58','2022-02-24 11:54:52','Signed off'),(662,'Mohamed','172.22.22.1','2022-02-24 08:56:59','2022-02-24 11:56:13','Signed off'),(663,'Saed','172.22.22.1','2022-02-24 08:59:00','2022-02-24 11:57:13','Signed off'),(664,'Mohamud','172.22.22.1','2022-02-24 09:02:34','2022-02-24 11:59:14','Signed off'),(665,'Saed','172.22.22.1','2022-02-24 09:03:31','2022-02-24 12:02:46','Signed off'),(666,'Mohamud','172.22.22.1','2022-02-24 09:13:34','2022-02-24 12:03:46','Signed off'),(667,'Eid','172.22.22.1','2022-02-24 09:39:56','2022-02-24 12:13:47','Signed off'),(668,'Saed','172.22.22.1','2022-02-24 09:41:11','2022-02-24 12:41:11','Signed in'),(669,'Saed','172.22.22.1','2022-02-24 10:32:23','2022-02-24 13:18:24','Signed off'),(670,'Mohamud','172.22.22.1','2022-02-24 10:55:05','2022-02-24 13:32:35','Signed off'),(671,'Eid','172.22.22.1','2022-02-24 10:55:17','2022-02-24 13:55:17','Signed in'),(672,'admin','172.22.22.1','2022-02-25 10:13:52','2022-02-25 13:13:52','Signed in'),(673,'admin','172.22.22.1','2022-02-28 02:03:27','2022-02-28 05:03:27','Signed in'),(674,'admin','172.22.22.1','2022-03-01 04:09:12','2022-03-01 07:09:12','Signed in'),(675,'admin','172.22.22.1','2022-03-02 09:07:16','2022-03-02 12:07:16','Signed in'),(676,'admin','172.22.22.1','2022-03-03 05:47:21','2022-03-03 08:47:21','Signed in'),(677,'Saed','172.22.22.1','2022-03-07 07:15:45','2022-03-07 10:10:28','Signed off'),(678,'Mohamud','172.22.22.1','2022-03-07 07:15:37','2022-03-07 10:11:41','Signed off'),(679,'Mohamud','172.22.22.1','2022-03-07 07:16:00','2022-03-07 10:15:55','Signed off'),(680,'Mohamed','172.22.22.1','2022-03-07 07:16:16','2022-03-07 10:16:12','Signed off'),(681,'Eid','172.22.22.1','2022-03-07 07:16:44','2022-03-07 10:16:38','Signed off'),(682,'Mohamed','172.22.22.1','2022-03-07 07:41:44','2022-03-07 10:16:51','Signed off'),(683,'Mohamud','172.22.22.1','2022-03-07 07:41:39','2022-03-07 10:23:07','Signed off'),(684,'Saed','172.22.22.1','2022-03-07 07:59:17','2022-03-07 10:46:54','Signed off'),(685,'Mohamed','172.22.22.1','2022-03-07 07:48:34','2022-03-07 10:47:01','Signed off'),(686,'Mohamud','172.22.22.1','2022-03-07 08:04:16','2022-03-07 10:48:38','Signed off'),(687,'Eid','172.22.22.1','2022-03-07 10:35:30','2022-03-07 10:59:21','Signed off'),(688,'Abdul','172.22.22.1','2022-03-07 08:15:40','2022-03-07 11:04:32','Signed off'),(689,'admin','172.22.22.1','2022-03-07 10:43:03','2022-03-07 11:06:42','Signed off'),(690,'Mohamud','172.22.22.1','2022-03-07 08:16:05','2022-03-07 11:15:45','Signed off'),(691,'Saed','172.22.22.1','2022-03-07 08:17:00','2022-03-07 11:16:12','Signed off'),(692,'Mohamud','172.22.22.1','2022-03-07 08:17:22','2022-03-07 11:17:06','Signed off'),(693,'Mohamud','172.22.22.1','2022-03-07 10:39:47','2022-03-07 11:20:21','Signed off'),(694,'Saed','172.22.22.1','2022-03-07 08:24:34','2022-03-07 11:23:27','Signed off'),(695,'Mohamed','172.22.22.1','2022-03-07 10:35:57','2022-03-07 13:35:38','Signed off'),(696,'Saed','172.22.22.1','2022-03-07 10:45:37','2022-03-07 13:36:02','Signed off'),(697,'Eid','172.22.22.1','2022-03-07 10:40:29','2022-03-07 13:39:51','Signed off'),(698,'Abdul','172.22.22.1','2022-03-07 10:41:09','2022-03-07 13:40:40','Signed off'),(699,'Mohamud','172.22.22.1','2022-03-07 10:58:36','2022-03-07 13:45:48','Signed off'),(700,'Eid','172.22.22.1','2022-03-07 10:58:42','2022-03-07 13:58:42','Signed in'),(701,'admin','172.22.22.1','2022-03-14 06:34:53','2022-03-14 09:34:53','Signed in'),(702,'admin','172.22.22.1','2022-03-15 02:26:27','2022-03-15 05:26:27','Signed in'),(703,'admin','172.22.22.1','2022-03-22 10:41:53','2022-03-22 13:39:33','Signed off'),(704,'Mohamud','172.22.22.1','2022-03-22 10:42:12','2022-03-22 13:42:04','Signed off'),(705,'Mohamed','172.22.22.1','2022-03-22 10:43:18','2022-03-22 13:42:16','Signed off'),(706,'Saed','172.22.22.1','2022-03-22 10:58:38','2022-03-22 13:43:30','Signed off'),(707,'Mohamed','172.22.22.1','2022-03-22 10:59:06','2022-03-22 13:58:45','Signed off'),(708,'Mohamud','172.22.22.1','2022-03-22 11:00:14','2022-03-22 13:59:22','Signed off'),(709,'Saed','172.22.22.1','2022-03-22 11:00:39','2022-03-22 14:00:22','Signed off'),(710,'Mohamud','172.22.22.1','2022-03-22 11:02:03','2022-03-22 14:00:46','Signed off'),(711,'Saed','172.22.22.1','2022-03-22 11:03:24','2022-03-22 14:02:34','Signed off'),(712,'Mohamud','172.22.22.1','2022-03-22 11:13:08','2022-03-22 14:04:35','Signed off'),(713,'Eid','172.22.22.1','2022-03-22 11:15:12','2022-03-22 14:13:13','Signed off'),(714,'Mohamud','172.22.22.1','2022-03-22 11:15:58','2022-03-22 14:15:28','Signed off'),(715,'Eid','172.22.22.1','2022-03-22 11:21:15','2022-03-22 14:16:02','Signed off'),(716,'admin','172.22.22.1','2022-03-22 11:23:32','2022-03-22 14:21:20','Signed off'),(717,'Eid','172.22.22.1','2022-03-22 11:23:56','2022-03-22 14:23:56','Signed in'),(718,'admin','172.22.22.1','2022-03-22 11:24:34','2022-03-22 14:24:34','Signed in'),(719,'admin','172.22.22.1','2022-03-23 03:16:31','2022-03-23 04:24:36','Signed off'),(720,'Mohamed','172.22.22.1','2022-03-23 02:37:36','2022-03-23 05:18:26','Signed off'),(721,'Saed','172.22.22.1','2022-03-23 02:38:37','2022-03-23 05:37:49','Signed off'),(722,'Mohamed','172.22.22.1','2022-03-23 02:39:36','2022-03-23 05:38:51','Signed off'),(723,'Saed','172.22.22.1','2022-03-23 02:40:26','2022-03-23 05:39:47','Signed off'),(724,'Mohamud','172.22.22.1','2022-03-23 02:42:26','2022-03-23 05:40:43','Signed off'),(725,'Saed','172.22.22.1','2022-03-23 02:43:17','2022-03-23 05:42:38','Signed off'),(726,'Mohamud','172.22.22.1','2022-03-23 02:46:18','2022-03-23 05:43:31','Signed off'),(727,'Eid','172.22.22.1','2022-03-23 03:09:44','2022-03-23 05:46:42','Signed off'),(728,'Mohamed','172.22.22.1','2022-03-23 03:11:38','2022-03-23 06:09:56','Signed off'),(729,'Saed','172.22.22.1','2022-03-23 03:12:44','2022-03-23 06:11:50','Signed off'),(730,'Mohamed','172.22.22.1','2022-03-23 03:16:22','2022-03-23 06:13:00','Signed off'),(731,'Saed','172.22.22.1','2022-03-23 03:40:31','2022-03-23 06:16:36','Signed off'),(732,'Mohamed','172.22.22.1','2022-03-23 03:22:03','2022-03-23 06:17:53','Signed off'),(733,'Mohamud','172.22.22.1','2022-03-23 04:19:00','2022-03-23 06:25:03','Signed off'),(734,'Eid','172.22.22.1','2022-03-23 03:40:37','2022-03-23 06:40:37','Signed in'),(735,'admin','172.22.22.1','2022-03-23 04:19:41','2022-03-23 07:19:12','Signed off'),(736,'Mohamud','172.22.22.1','2022-03-23 04:38:02','2022-03-23 07:19:52','Signed off'),(737,'admin','172.22.22.1','2022-03-23 04:38:13','2022-03-23 07:38:13','Signed in'),(738,'Saed','172.22.22.1','2022-04-05 03:29:55','2022-04-05 06:29:39','Signed off'),(739,'Mohamud','172.22.22.1','2022-04-05 03:30:11','2022-04-05 06:29:59','Signed off'),(740,'Saed','172.22.22.1','2022-04-09 15:23:02','2022-04-09 18:23:02','Signed in'),(741,'Saed','172.22.22.1','2022-05-03 01:40:17','2022-05-03 04:40:17','Signed in'),(742,'admin','172.22.22.1','2022-05-03 08:29:13','2022-05-03 09:29:08','Signed off'),(743,'Mohamed','172.22.22.1','2022-05-03 08:38:11','2022-05-03 11:29:51','Signed off'),(744,'Eid','172.22.22.1','2022-05-03 08:47:30','2022-05-03 11:38:30','Signed off'),(745,'Mohamud','172.22.22.1','2022-05-03 09:08:33','2022-05-03 12:02:29','Signed off'),(746,'admin','172.22.22.1','2022-05-03 09:16:01','2022-05-03 12:08:44','Signed off'),(747,'Mohamud','172.22.22.1','2022-05-03 09:20:07','2022-05-03 12:16:53','Signed off'),(748,'Eid','172.22.22.1','2022-05-03 09:20:27','2022-05-03 12:20:27','Signed in'),(749,'Eid','172.22.22.1','2022-05-03 10:17:50','2022-05-03 13:17:50','Signed in'),(750,'admin','172.22.22.1','2022-05-03 10:26:11','2022-05-03 13:26:11','Signed in'),(751,'admin','172.22.22.1','2022-05-05 09:50:50','2022-05-05 05:05:11','Signed off'),(752,'Mohamud','172.22.22.1','2022-05-05 09:51:52','2022-05-05 12:51:14','Signed off'),(753,'admin','172.22.22.1','2022-05-05 10:43:45','2022-05-05 12:52:29','Signed off'),(754,'Eid','172.22.22.1','2022-05-05 10:45:10','2022-05-05 13:44:01','Signed off'),(755,'admin','172.22.22.1','2022-05-05 10:45:20','2022-05-05 13:45:20','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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mail_accounts` (
  `account_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `display_name` varchar(50) 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(10) DEFAULT NULL,
  `mails_per_page` int(10) DEFAULT NULL,
  `ssltype` varchar(50) DEFAULT NULL,
  `sslmeth` varchar(50) DEFAULT NULL,
  `int_mailer` int(1) DEFAULT '0',
  `status` varchar(10) DEFAULT NULL,
  `set_default` int(2) DEFAULT NULL,
  `sent_folder` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mail_accounts`
--

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

--
-- Table structure for table `vtiger_mailer_queue`
--

DROP TABLE IF EXISTS `vtiger_mailer_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailer_queue` (
  `id` int(11) NOT NULL,
  `fromname` varchar(100) DEFAULT NULL,
  `fromemail` varchar(100) DEFAULT NULL,
  `mailer` varchar(10) DEFAULT NULL,
  `content_type` varchar(15) DEFAULT NULL,
  `subject` varchar(999) DEFAULT NULL,
  `body` text,
  `relcrmid` int(11) DEFAULT NULL,
  `failed` int(1) NOT NULL DEFAULT '0',
  `failreason` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailer_queue`
--

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

--
-- Table structure for table `vtiger_mailer_queueattachments`
--

DROP TABLE IF EXISTS `vtiger_mailer_queueattachments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailer_queueattachments` (
  `id` int(11) DEFAULT NULL,
  `path` text,
  `name` varchar(100) DEFAULT NULL,
  `encoding` varchar(50) DEFAULT NULL,
  `type` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailer_queueattachments`
--

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

--
-- Table structure for table `vtiger_mailer_queueinfo`
--

DROP TABLE IF EXISTS `vtiger_mailer_queueinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailer_queueinfo` (
  `id` int(11) DEFAULT NULL,
  `name` varchar(100) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `type` varchar(7) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailer_queueinfo`
--

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

--
-- Table structure for table `vtiger_mailmanager_mailattachments`
--

DROP TABLE IF EXISTS `vtiger_mailmanager_mailattachments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailmanager_mailattachments` (
  `userid` int(11) DEFAULT NULL,
  `muid` int(11) DEFAULT NULL,
  `aname` varchar(100) DEFAULT NULL,
  `lastsavedtime` int(11) DEFAULT NULL,
  `attachid` int(19) NOT NULL,
  `path` varchar(200) NOT NULL,
  `cid` varchar(100) DEFAULT NULL,
  KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailmanager_mailattachments`
--

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

--
-- Table structure for table `vtiger_mailmanager_mailrecord`
--

DROP TABLE IF EXISTS `vtiger_mailmanager_mailrecord`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailmanager_mailrecord` (
  `userid` int(11) DEFAULT NULL,
  `mfrom` varchar(255) DEFAULT NULL,
  `mto` varchar(255) DEFAULT NULL,
  `mcc` varchar(500) DEFAULT NULL,
  `mbcc` varchar(500) DEFAULT NULL,
  `mdate` varchar(20) DEFAULT NULL,
  `msubject` varchar(500) DEFAULT NULL,
  `mbody` text,
  `mcharset` varchar(10) DEFAULT NULL,
  `misbodyhtml` int(1) DEFAULT NULL,
  `mplainmessage` int(1) DEFAULT NULL,
  `mhtmlmessage` int(1) DEFAULT NULL,
  `muniqueid` varchar(500) DEFAULT NULL,
  `mbodyparsed` int(1) DEFAULT NULL,
  `muid` int(11) DEFAULT NULL,
  `lastsavedtime` int(11) DEFAULT NULL,
  `folder` varchar(250) DEFAULT NULL,
  `mfolder` varchar(250) DEFAULT NULL,
  KEY `userid_lastsavedtime_idx` (`userid`,`lastsavedtime`),
  KEY `userid_muid_idx` (`userid`,`muid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailmanager_mailrecord`
--

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

--
-- Table structure for table `vtiger_mailmanager_mailrel`
--

DROP TABLE IF EXISTS `vtiger_mailmanager_mailrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailmanager_mailrel` (
  `mailuid` varchar(999) DEFAULT NULL,
  `crmid` int(11) DEFAULT NULL,
  `emailid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailmanager_mailrel`
--

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

--
-- Table structure for table `vtiger_mailscanner`
--

DROP TABLE IF EXISTS `vtiger_mailscanner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner` (
  `scannerid` int(11) NOT NULL AUTO_INCREMENT,
  `scannername` varchar(30) 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(1) DEFAULT NULL,
  `scanfrom` varchar(10) DEFAULT 'ALL',
  `time_zone` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`scannerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailscanner`
--

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

--
-- Table structure for table `vtiger_mailscanner_actions`
--

DROP TABLE IF EXISTS `vtiger_mailscanner_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_actions` (
  `actionid` int(11) NOT NULL AUTO_INCREMENT,
  `scannerid` int(11) DEFAULT NULL,
  `actiontype` varchar(10) DEFAULT NULL,
  `module` varchar(30) DEFAULT NULL,
  `lookup` varchar(30) DEFAULT NULL,
  `sequence` int(11) DEFAULT NULL,
  PRIMARY KEY (`actionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailscanner_actions`
--

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

--
-- Table structure for table `vtiger_mailscanner_folders`
--

DROP TABLE IF EXISTS `vtiger_mailscanner_folders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_folders` (
  `folderid` int(11) NOT NULL AUTO_INCREMENT,
  `scannerid` int(11) DEFAULT NULL,
  `foldername` varchar(255) DEFAULT NULL,
  `lastscan` varchar(30) DEFAULT NULL,
  `rescan` int(1) DEFAULT NULL,
  `enabled` int(1) DEFAULT NULL,
  PRIMARY KEY (`folderid`),
  KEY `folderid_idx` (`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailscanner_folders`
--

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

--
-- Table structure for table `vtiger_mailscanner_ids`
--

DROP TABLE IF EXISTS `vtiger_mailscanner_ids`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_ids` (
  `scannerid` int(11) DEFAULT NULL,
  `messageid` varchar(512) DEFAULT NULL,
  `crmid` int(11) DEFAULT NULL,
  `refids` text,
  KEY `scanner_message_ids_idx` (`scannerid`,`messageid`),
  KEY `messageids_crmid_idx` (`crmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
INSERT INTO `vtiger_mailscanner_ids` VALUES (NULL,'<1b0r4wv0ihzk.2o47isxmus84w@CRMServer4>',2,NULL),(NULL,'<1kaf2pr03nv4.30pc6aufg1ics@CRMServer4>',7,NULL);
/*!40000 ALTER TABLE `vtiger_mailscanner_ids` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_mailscanner_ruleactions`
--

DROP TABLE IF EXISTS `vtiger_mailscanner_ruleactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_ruleactions` (
  `ruleid` int(11) DEFAULT NULL,
  `actionid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailscanner_ruleactions`
--

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

--
-- Table structure for table `vtiger_mailscanner_rules`
--

DROP TABLE IF EXISTS `vtiger_mailscanner_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mailscanner_rules` (
  `ruleid` int(11) NOT NULL AUTO_INCREMENT,
  `scannerid` int(11) DEFAULT NULL,
  `fromaddress` varchar(255) 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(11) DEFAULT NULL,
  `assigned_to` int(10) DEFAULT NULL,
  `cc` varchar(255) DEFAULT NULL,
  `bcc` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`ruleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mailscanner_rules`
--

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

--
-- Table structure for table `vtiger_manufacturer`
--

DROP TABLE IF EXISTS `vtiger_manufacturer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_manufacturer` (
  `manufacturerid` int(19) NOT NULL AUTO_INCREMENT,
  `manufacturer` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`manufacturerid`),
  UNIQUE KEY `manufacturer_manufacturer_idx` (`manufacturer`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_manufacturer`
--

LOCK TABLES `vtiger_manufacturer` WRITE;
/*!40000 ALTER TABLE `vtiger_manufacturer` DISABLE KEYS */;
INSERT INTO `vtiger_manufacturer` VALUES (2,'AltvetPet Inc.',1,124,1,NULL),(3,'LexPon Inc.',1,125,2,NULL),(4,'MetBeat Corp',1,126,3,NULL);
/*!40000 ALTER TABLE `vtiger_manufacturer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_manufacturer_seq`
--

DROP TABLE IF EXISTS `vtiger_manufacturer_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_manufacturer_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_manufacturer_seq`
--

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

--
-- Table structure for table `vtiger_mobile_alerts`
--

DROP TABLE IF EXISTS `vtiger_mobile_alerts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_mobile_alerts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `handler_path` varchar(500) DEFAULT NULL,
  `handler_class` varchar(50) DEFAULT NULL,
  `sequence` int(11) DEFAULT NULL,
  `deleted` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_mobile_alerts`
--

LOCK TABLES `vtiger_mobile_alerts` WRITE;
/*!40000 ALTER TABLE `vtiger_mobile_alerts` DISABLE KEYS */;
INSERT INTO `vtiger_mobile_alerts` VALUES (1,'modules/Mobile/api/ws/models/alerts/IdleTicketsOfMine.php','Mobile_WS_AlertModel_IdleTicketsOfMine',NULL,0),(2,'modules/Mobile/api/ws/models/alerts/NewTicketOfMine.php','Mobile_WS_AlertModel_NewTicketOfMine',NULL,0),(3,'modules/Mobile/api/ws/models/alerts/PendingTicketsOfMine.php','Mobile_WS_AlertModel_PendingTicketsOfMine',NULL,0),(4,'modules/Mobile/api/ws/models/alerts/PotentialsDueIn5Days.php','Mobile_WS_AlertModel_PotentialsDueIn5Days',NULL,0),(5,'modules/Mobile/api/ws/models/alerts/EventsOfMineToday.php','Mobile_WS_AlertModel_EventsOfMineToday',NULL,0),(6,'modules/Mobile/api/ws/models/alerts/ProjectTasksOfMine.php','Mobile_WS_AlertModel_ProjectTasksOfMine',NULL,0),(7,'modules/Mobile/api/ws/models/alerts/Projects.php','Mobile_WS_AlertModel_Projects',NULL,0);
/*!40000 ALTER TABLE `vtiger_mobile_alerts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modcomments`
--

DROP TABLE IF EXISTS `vtiger_modcomments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modcomments` (
  `modcommentsid` int(11) DEFAULT NULL,
  `commentcontent` text,
  `related_to` int(19) DEFAULT NULL,
  `parent_comments` int(19) DEFAULT NULL,
  `customer` int(19) DEFAULT NULL,
  `userid` int(19) DEFAULT NULL,
  `reasontoedit` varchar(100) DEFAULT NULL,
  `is_private` int(1) DEFAULT '0',
  `filename` varchar(255) DEFAULT NULL,
  `related_email_id` int(11) DEFAULT NULL,
  KEY `relatedto_idx` (`related_to`),
  KEY `fk_crmid_vtiger_modcomments` (`modcommentsid`),
  CONSTRAINT `fk_crmid_vtiger_modcomments` FOREIGN KEY (`modcommentsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modcomments`
--

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

--
-- Table structure for table `vtiger_modcommentscf`
--

DROP TABLE IF EXISTS `vtiger_modcommentscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modcommentscf` (
  `modcommentsid` int(11) NOT NULL,
  PRIMARY KEY (`modcommentsid`),
  CONSTRAINT `fk_modcommentsid_vtiger_modcommentscf` FOREIGN KEY (`modcommentsid`) REFERENCES `vtiger_modcomments` (`modcommentsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modcommentscf`
--

LOCK TABLES `vtiger_modcommentscf` WRITE;
/*!40000 ALTER TABLE `vtiger_modcommentscf` DISABLE KEYS */;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modentity_num` (
  `num_id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modentity_num`
--

LOCK TABLES `vtiger_modentity_num` WRITE;
/*!40000 ALTER TABLE `vtiger_modentity_num` DISABLE KEYS */;
INSERT INTO `vtiger_modentity_num` VALUES (1,'Leads','LEA','1','1','1'),(2,'Accounts','ACC','1','1','1'),(3,'Campaigns','CAM','1','1','1'),(4,'Contacts','CON','1','31','1'),(5,'Potentials','POT','1','1','1'),(6,'HelpDesk','TT','1','4','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','50','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'),(22,'InventoryOrder','INV','001','169','1'),(23,'OtherInventory','OI','101','132','1'),(24,'CashierInventory','CI','101','134','1'),(25,'APILog','APILOG','1','427','1'),(26,'SimGenerate','SIMCARD','1','341','1'),(27,'SimCard','SIMDIV','1','57','1'),(28,'SimcardDistribute','DIS','1','29','1'),(29,'NewNumber','NN','1','3','1'),(30,'AddonsTransaction','AD','1','9','1');
/*!40000 ALTER TABLE `vtiger_modentity_num` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_modentity_num_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modentity_num_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (30);
/*!40000 ALTER TABLE `vtiger_modentity_num_seq` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_modtracker_basic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_basic` (
  `id` int(20) NOT NULL,
  `crmid` int(20) DEFAULT NULL,
  `module` varchar(50) DEFAULT NULL,
  `whodid` int(20) DEFAULT NULL,
  `changedon` datetime DEFAULT NULL,
  `status` int(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `crmidx` (`crmid`),
  KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modtracker_basic`
--

LOCK TABLES `vtiger_modtracker_basic` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_basic` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_basic` VALUES (1,2,'Contacts',1,'2021-12-13 07:40:25',2),(2,7,'Contacts',1,'2021-12-14 05:50:30',2),(3,8,'Products',1,'2021-12-14 06:27:05',2),(4,10,'Products',1,'2021-12-14 06:47:16',2),(5,11,'Products',1,'2021-12-14 06:47:41',2),(6,12,'Products',1,'2021-12-14 06:48:28',2),(7,14,'Emails',1,'2021-12-14 07:28:16',2),(8,2,'Contacts',1,'2021-12-14 07:28:16',4),(9,15,'Emails',1,'2021-12-14 07:28:16',2),(10,7,'Contacts',1,'2021-12-14 07:28:16',4),(11,22,'Products',1,'2021-12-15 06:09:06',2),(12,8,'Products',1,'2021-12-16 06:31:19',0),(13,28,'InventoryOrder',1,'2021-12-17 11:40:32',2),(14,28,'InventoryOrder',1,'2021-12-17 11:54:30',0),(15,29,'InventoryOrder',6,'2021-12-17 11:58:02',2),(16,29,'InventoryOrder',1,'2021-12-17 12:08:48',0),(17,30,'Contacts',1,'2021-12-17 12:10:53',2),(18,31,'InventoryOrder',1,'2021-12-17 12:15:17',2),(19,32,'InventoryOrder',6,'2021-12-17 12:41:28',2),(20,32,'InventoryOrder',6,'2021-12-17 12:42:16',0),(21,32,'InventoryOrder',6,'2021-12-17 12:42:25',0),(22,33,'InventoryOrder',1,'2021-12-17 12:48:41',2),(23,34,'InventoryOrder',6,'2021-12-17 12:50:09',2),(24,33,'InventoryOrder',1,'2021-12-17 12:54:09',0),(25,33,'InventoryOrder',1,'2021-12-17 13:00:35',0),(26,33,'InventoryOrder',1,'2021-12-17 13:01:52',0),(27,33,'InventoryOrder',1,'2021-12-17 13:02:51',0),(28,33,'InventoryOrder',1,'2021-12-17 13:12:24',0),(29,37,'InventoryOrder',1,'2021-12-23 10:10:40',2),(30,37,'InventoryOrder',1,'2021-12-23 10:11:02',0),(31,38,'InventoryOrder',1,'2021-12-28 04:32:23',2),(32,39,'InventoryOrder',6,'2021-12-28 04:38:59',2),(33,40,'InventoryOrder',6,'2021-12-28 04:54:20',2),(34,40,'InventoryOrder',1,'2021-12-28 04:57:18',0),(35,41,'InventoryOrder',6,'2022-01-04 05:47:14',2),(36,41,'InventoryOrder',1,'2022-01-04 05:47:43',0),(37,42,'InventoryOrder',6,'2022-01-04 06:37:53',2),(38,42,'InventoryOrder',1,'2022-01-04 06:39:36',0),(39,42,'InventoryOrder',1,'2022-01-10 07:39:11',1),(40,41,'InventoryOrder',1,'2022-01-10 07:39:14',1),(41,40,'InventoryOrder',1,'2022-01-10 07:39:18',1),(42,34,'InventoryOrder',1,'2022-01-10 07:39:39',1),(43,31,'InventoryOrder',1,'2022-01-10 07:39:39',1),(44,32,'InventoryOrder',1,'2022-01-10 07:39:39',1),(45,29,'InventoryOrder',1,'2022-01-10 07:39:39',1),(46,28,'InventoryOrder',1,'2022-01-10 07:39:39',1),(47,27,'InventoryOrder',1,'2022-01-10 07:39:39',1),(48,26,'InventoryOrder',1,'2022-01-10 07:39:39',1),(49,25,'InventoryOrder',1,'2022-01-10 07:39:39',1),(50,24,'InventoryOrder',1,'2022-01-10 07:39:39',1),(51,20,'InventoryOrder',1,'2022-01-10 07:39:39',1),(52,23,'InventoryOrder',1,'2022-01-10 07:39:39',1),(53,19,'InventoryOrder',1,'2022-01-10 07:39:39',1),(54,21,'InventoryOrder',1,'2022-01-10 07:39:39',1),(55,17,'InventoryOrder',1,'2022-01-10 07:39:39',1),(56,18,'InventoryOrder',1,'2022-01-10 07:39:39',1),(57,16,'InventoryOrder',1,'2022-01-10 07:39:39',1),(58,3,'InventoryOrder',1,'2022-01-10 07:39:49',1),(59,9,'InventoryOrder',1,'2022-01-10 07:39:49',1),(60,33,'InventoryOrder',1,'2022-01-10 07:39:56',1),(61,43,'Products',1,'2022-01-10 08:05:23',2),(62,44,'InventoryOrder',1,'2022-01-10 08:12:55',2),(63,45,'InventoryOrder',1,'2022-01-10 08:13:30',2),(64,46,'InventoryOrder',1,'2022-01-10 08:14:05',2),(65,43,'Products',1,'2022-01-10 08:16:27',0),(66,43,'Products',1,'2022-01-10 08:17:13',0),(67,46,'InventoryOrder',1,'2022-01-10 08:19:03',1),(68,45,'InventoryOrder',1,'2022-01-10 08:19:46',1),(69,47,'InventoryOrder',1,'2022-01-10 08:20:37',2),(70,47,'InventoryOrder',1,'2022-01-10 08:21:35',0),(71,10,'Products',1,'2022-01-10 09:00:22',1),(72,11,'Products',1,'2022-01-10 09:00:22',1),(73,12,'Products',1,'2022-01-10 09:00:22',1),(74,22,'Products',1,'2022-01-10 09:00:22',1),(75,8,'Products',1,'2022-01-10 09:00:22',1),(76,48,'Products',1,'2022-01-10 11:07:57',2),(77,48,'Products',1,'2022-01-10 11:08:57',0),(78,49,'Products',7,'2022-01-11 10:16:31',2),(79,50,'InventoryOrder',7,'2022-01-11 10:17:03',2),(80,50,'InventoryOrder',1,'2022-01-11 10:18:06',0),(81,49,'Products',1,'2022-01-11 10:18:06',0),(82,49,'Products',7,'2022-01-11 10:18:41',0),(83,50,'InventoryOrder',7,'2022-01-11 10:20:14',0),(84,49,'Products',7,'2022-01-11 10:20:14',0),(85,49,'Products',1,'2022-01-11 10:21:08',0),(86,55,'InventoryOrder',1,'2022-01-11 13:46:08',2),(87,55,'InventoryOrder',1,'2022-01-11 13:46:13',0),(88,43,'Products',1,'2022-01-11 13:46:13',0),(89,48,'Products',10,'2022-01-12 11:29:20',1),(90,49,'Products',10,'2022-01-12 11:29:24',1),(91,43,'Products',10,'2022-01-12 11:29:28',1),(92,55,'InventoryOrder',10,'2022-01-12 11:40:07',1),(93,50,'InventoryOrder',10,'2022-01-12 11:40:31',1),(94,47,'InventoryOrder',10,'2022-01-12 11:40:31',1),(95,44,'InventoryOrder',10,'2022-01-12 11:40:31',1),(96,39,'InventoryOrder',10,'2022-01-12 11:40:31',1),(97,38,'InventoryOrder',10,'2022-01-12 11:40:31',1),(98,37,'InventoryOrder',10,'2022-01-12 11:40:31',1),(99,13,'InventoryOrder',10,'2022-01-12 11:40:31',1),(100,56,'Products',10,'2022-01-12 12:01:20',2),(101,57,'InventoryOrder',1,'2022-01-12 12:03:40',2),(102,57,'InventoryOrder',1,'2022-01-12 12:04:52',0),(103,58,'Products',10,'2022-01-17 04:44:21',2),(104,59,'InventoryOrder',17,'2022-01-18 05:49:05',2),(105,59,'InventoryOrder',10,'2022-01-18 06:29:04',0),(106,60,'InventoryOrder',17,'2022-01-18 13:47:14',2),(107,61,'InventoryOrder',17,'2022-01-18 13:47:46',2),(108,61,'InventoryOrder',10,'2022-01-18 13:52:18',0),(109,56,'Products',10,'2022-01-18 13:52:18',0),(110,61,'InventoryOrder',17,'2022-01-18 13:56:58',0),(111,56,'Products',17,'2022-01-18 13:56:58',0),(112,62,'InventoryOrder',7,'2022-01-18 14:00:20',2),(113,62,'InventoryOrder',17,'2022-01-18 14:02:06',0),(114,56,'Products',17,'2022-01-18 14:02:06',0),(115,63,'Products',10,'2022-01-18 14:15:00',2),(116,64,'InventoryOrder',6,'2022-01-18 14:35:41',2),(117,65,'InventoryOrder',17,'2022-01-19 05:37:47',2),(118,65,'InventoryOrder',10,'2022-01-19 05:39:55',0),(119,63,'Products',10,'2022-01-19 05:39:55',0),(120,66,'Products',10,'2022-01-19 05:49:38',2),(121,67,'InventoryOrder',17,'2022-01-19 05:51:45',2),(122,67,'InventoryOrder',10,'2022-01-19 05:52:24',0),(123,66,'Products',10,'2022-01-19 05:52:24',0),(124,68,'InventoryOrder',7,'2022-01-19 05:54:15',2),(125,68,'InventoryOrder',17,'2022-01-19 05:58:13',0),(126,66,'Products',17,'2022-01-19 05:58:14',0),(127,68,'InventoryOrder',7,'2022-01-19 06:00:41',0),(128,66,'Products',7,'2022-01-19 06:00:41',0),(129,69,'InventoryOrder',17,'2022-01-19 07:05:55',2),(130,69,'InventoryOrder',10,'2022-01-19 07:07:48',0),(131,66,'Products',10,'2022-01-19 07:07:48',0),(132,70,'InventoryOrder',17,'2022-01-19 07:08:57',2),(133,70,'InventoryOrder',10,'2022-01-19 07:09:54',0),(134,63,'Products',10,'2022-01-19 07:09:54',0),(135,71,'InventoryOrder',17,'2022-01-19 07:15:09',2),(136,71,'InventoryOrder',10,'2022-01-19 07:18:03',0),(137,56,'Products',10,'2022-01-19 07:18:03',0),(138,72,'InventoryOrder',17,'2022-01-19 07:20:08',2),(139,72,'InventoryOrder',10,'2022-01-19 07:29:13',0),(140,58,'Products',10,'2022-01-19 07:29:13',0),(141,73,'InventoryOrder',17,'2022-01-20 05:33:31',2),(142,58,'Products',10,'2022-01-20 05:35:38',1),(143,56,'Products',10,'2022-01-20 05:35:45',1),(144,74,'InventoryOrder',17,'2022-01-20 06:04:26',2),(145,74,'InventoryOrder',10,'2022-01-20 06:05:02',0),(146,63,'Products',10,'2022-01-20 06:05:02',0),(147,79,'Products',10,'2022-01-20 07:08:46',2),(148,80,'InventoryOrder',17,'2022-01-20 07:11:35',2),(149,80,'InventoryOrder',10,'2022-01-20 07:13:31',0),(150,79,'Products',10,'2022-01-20 07:13:31',0),(151,81,'InventoryOrder',7,'2022-01-20 07:16:50',2),(152,81,'InventoryOrder',17,'2022-01-20 07:19:07',0),(153,79,'Products',17,'2022-01-20 07:19:07',0),(154,81,'InventoryOrder',7,'2022-01-20 07:22:20',0),(155,79,'Products',7,'2022-01-20 07:22:20',0),(156,84,'InventoryOrder',7,'2022-01-20 12:20:16',2),(157,84,'InventoryOrder',17,'2022-01-20 12:22:02',0),(158,79,'Products',17,'2022-01-20 12:22:02',0),(159,84,'InventoryOrder',7,'2022-01-20 12:23:48',0),(160,79,'Products',7,'2022-01-20 12:23:48',0),(161,87,'InventoryOrder',17,'2022-01-20 13:57:18',2),(162,87,'InventoryOrder',10,'2022-01-20 13:58:14',0),(163,79,'Products',10,'2022-01-20 13:58:14',0),(164,87,'InventoryOrder',17,'2022-01-20 14:04:48',0),(165,79,'Products',17,'2022-01-20 14:04:48',0),(166,88,'InventoryOrder',17,'2022-01-21 13:02:46',2),(167,88,'InventoryOrder',10,'2022-01-21 13:03:24',0),(168,79,'Products',10,'2022-01-21 13:03:24',0),(169,89,'InventoryOrder',17,'2022-01-21 13:08:05',2),(170,90,'InventoryOrder',17,'2022-01-24 09:26:08',2),(171,90,'InventoryOrder',10,'2022-01-24 09:26:55',0),(172,90,'InventoryOrder',17,'2022-01-24 09:28:03',0),(173,79,'Products',17,'2022-01-24 09:28:03',0),(174,91,'InventoryOrder',17,'2022-01-24 09:28:59',2),(175,91,'InventoryOrder',10,'2022-01-24 09:29:42',0),(176,79,'Products',10,'2022-01-24 09:29:42',0),(177,91,'InventoryOrder',17,'2022-01-24 09:30:26',0),(178,79,'Products',17,'2022-01-24 09:30:26',0),(179,92,'InventoryOrder',17,'2022-01-24 09:32:09',2),(180,92,'InventoryOrder',10,'2022-01-24 09:32:27',0),(181,92,'InventoryOrder',17,'2022-01-24 09:32:49',0),(182,63,'Products',17,'2022-01-24 09:32:49',0),(183,99,'InventoryOrder',17,'2022-01-24 11:13:48',2),(184,99,'InventoryOrder',17,'2022-01-24 11:16:32',1),(185,100,'InventoryOrder',17,'2022-01-24 11:16:59',2),(186,100,'InventoryOrder',17,'2022-01-24 11:18:29',1),(187,101,'InventoryOrder',17,'2022-01-24 11:18:55',2),(188,101,'InventoryOrder',10,'2022-01-24 11:20:29',0),(189,63,'Products',10,'2022-01-24 11:20:29',0),(190,101,'InventoryOrder',17,'2022-01-24 11:20:55',0),(191,63,'Products',17,'2022-01-24 11:20:55',0),(192,102,'InventoryOrder',17,'2022-01-24 11:24:42',2),(193,102,'InventoryOrder',10,'2022-01-24 11:25:13',0),(194,63,'Products',10,'2022-01-24 11:25:13',0),(195,102,'InventoryOrder',17,'2022-01-24 11:28:55',0),(196,63,'Products',17,'2022-01-24 11:28:55',0),(197,105,'InventoryOrder',7,'2022-01-24 12:10:57',2),(198,105,'InventoryOrder',17,'2022-01-24 13:47:25',0),(199,108,'InventoryOrder',17,'2022-01-24 13:49:56',2),(200,108,'InventoryOrder',10,'2022-01-24 13:53:58',0),(201,108,'InventoryOrder',17,'2022-01-24 13:54:42',0),(202,66,'Products',17,'2022-01-24 13:54:42',0),(203,109,'InventoryOrder',17,'2022-01-25 06:05:17',2),(204,109,'InventoryOrder',10,'2022-01-25 06:08:39',0),(205,66,'Products',10,'2022-01-25 06:08:39',0),(206,110,'InventoryOrder',1,'2022-01-25 06:16:10',2),(207,110,'InventoryOrder',10,'2022-01-25 06:17:11',0),(208,66,'Products',10,'2022-01-25 06:17:11',0),(209,111,'InventoryOrder',17,'2022-01-25 06:25:58',2),(210,111,'InventoryOrder',10,'2022-01-25 06:26:13',0),(211,63,'Products',10,'2022-01-25 06:26:13',0),(212,111,'InventoryOrder',17,'2022-01-25 06:26:53',0),(213,63,'Products',17,'2022-01-25 06:26:53',0),(214,112,'InventoryOrder',17,'2022-01-25 06:29:51',2),(215,112,'InventoryOrder',10,'2022-01-25 06:32:38',0),(216,66,'Products',10,'2022-01-25 06:32:38',0),(217,112,'InventoryOrder',17,'2022-01-25 06:32:58',0),(218,66,'Products',17,'2022-01-25 06:32:58',0),(219,114,'InventoryOrder',17,'2022-01-25 07:15:31',2),(220,114,'InventoryOrder',10,'2022-01-25 07:56:57',0),(221,79,'Products',10,'2022-01-25 07:56:57',0),(222,89,'InventoryOrder',10,'2022-01-25 08:07:21',0),(223,79,'Products',10,'2022-01-25 08:07:21',0),(224,115,'InventoryOrder',17,'2022-01-25 09:40:06',2),(225,115,'InventoryOrder',10,'2022-01-25 09:40:28',0),(226,66,'Products',10,'2022-01-25 09:40:28',0),(227,115,'InventoryOrder',1,'2022-01-26 05:57:23',1),(228,89,'InventoryOrder',1,'2022-01-26 05:57:23',1),(229,114,'InventoryOrder',1,'2022-01-26 05:57:23',1),(230,112,'InventoryOrder',1,'2022-01-26 05:57:23',1),(231,111,'InventoryOrder',1,'2022-01-26 05:57:23',1),(232,110,'InventoryOrder',1,'2022-01-26 05:57:23',1),(233,109,'InventoryOrder',1,'2022-01-26 05:57:23',1),(234,108,'InventoryOrder',1,'2022-01-26 05:57:23',1),(235,105,'InventoryOrder',1,'2022-01-26 05:57:23',1),(236,102,'InventoryOrder',1,'2022-01-26 05:57:23',1),(237,101,'InventoryOrder',1,'2022-01-26 05:57:23',1),(238,92,'InventoryOrder',1,'2022-01-26 05:57:24',1),(239,91,'InventoryOrder',1,'2022-01-26 05:57:24',1),(240,90,'InventoryOrder',1,'2022-01-26 05:57:24',1),(241,88,'InventoryOrder',1,'2022-01-26 05:57:24',1),(242,87,'InventoryOrder',1,'2022-01-26 05:57:24',1),(243,84,'InventoryOrder',1,'2022-01-26 05:57:24',1),(244,81,'InventoryOrder',1,'2022-01-26 05:57:24',1),(245,80,'InventoryOrder',1,'2022-01-26 05:57:24',1),(246,74,'InventoryOrder',1,'2022-01-26 05:57:24',1),(247,73,'InventoryOrder',1,'2022-01-26 05:57:29',1),(248,72,'InventoryOrder',1,'2022-01-26 05:57:29',1),(249,71,'InventoryOrder',1,'2022-01-26 05:57:29',1),(250,70,'InventoryOrder',1,'2022-01-26 05:57:29',1),(251,69,'InventoryOrder',1,'2022-01-26 05:57:29',1),(252,68,'InventoryOrder',1,'2022-01-26 05:57:29',1),(253,67,'InventoryOrder',1,'2022-01-26 05:57:29',1),(254,65,'InventoryOrder',1,'2022-01-26 05:57:30',1),(255,64,'InventoryOrder',1,'2022-01-26 05:57:30',1),(256,62,'InventoryOrder',1,'2022-01-26 05:57:30',1),(257,61,'InventoryOrder',1,'2022-01-26 05:57:30',1),(258,60,'InventoryOrder',1,'2022-01-26 05:57:30',1),(259,59,'InventoryOrder',1,'2022-01-26 05:57:30',1),(260,57,'InventoryOrder',1,'2022-01-26 05:57:30',1),(261,66,'Products',1,'2022-01-26 05:58:58',1),(262,79,'Products',1,'2022-01-26 05:58:58',1),(263,63,'Products',1,'2022-01-26 05:58:58',1),(264,30,'Contacts',1,'2022-01-26 05:59:06',1),(265,2,'Contacts',1,'2022-01-26 05:59:06',1),(266,7,'Contacts',1,'2022-01-26 05:59:06',1),(267,159,'Products',10,'2022-01-26 06:17:07',2),(268,160,'InventoryOrder',17,'2022-01-26 06:19:26',2),(269,160,'InventoryOrder',10,'2022-01-26 06:21:53',0),(270,159,'Products',10,'2022-01-26 06:21:53',0),(271,160,'InventoryOrder',17,'2022-01-26 06:23:29',0),(272,159,'Products',17,'2022-01-26 06:23:29',0),(273,161,'InventoryOrder',6,'2022-01-26 06:29:51',2),(274,183,'InventoryOrder',7,'2022-01-27 05:48:22',2),(275,286,'InventoryOrder',7,'2022-01-27 06:15:17',2),(276,288,'InventoryOrder',7,'2022-01-27 06:21:51',2),(277,288,'InventoryOrder',17,'2022-01-27 06:27:49',0),(278,288,'InventoryOrder',7,'2022-01-27 06:28:18',0),(279,159,'Products',7,'2022-01-27 06:28:18',0),(280,291,'InventoryOrder',7,'2022-01-27 06:48:20',2),(281,292,'InventoryOrder',7,'2022-01-27 06:49:38',2),(282,304,'InventoryOrder',7,'2022-01-27 06:53:26',2),(283,304,'InventoryOrder',17,'2022-01-27 07:10:34',0),(284,159,'Products',17,'2022-01-27 07:10:34',0),(285,304,'InventoryOrder',7,'2022-01-27 07:11:11',0),(286,159,'Products',7,'2022-01-27 07:11:11',0),(287,308,'InventoryOrder',7,'2022-01-27 07:41:35',2),(288,322,'InventoryOrder',17,'2022-01-28 05:31:55',2),(289,322,'InventoryOrder',10,'2022-01-28 06:17:13',0),(290,159,'Products',10,'2022-01-28 06:17:13',0),(291,322,'InventoryOrder',17,'2022-01-28 06:34:36',0),(292,159,'Products',17,'2022-01-28 06:34:36',0),(293,159,'Products',1,'2022-01-28 12:57:52',0),(294,341,'InventoryOrder',17,'2022-01-29 04:31:34',2),(295,341,'InventoryOrder',10,'2022-01-29 04:33:23',0),(296,159,'Products',10,'2022-01-29 04:33:23',0),(297,341,'InventoryOrder',17,'2022-01-29 04:33:55',0),(298,159,'Products',17,'2022-01-29 04:33:55',0),(299,342,'InventoryOrder',17,'2022-01-29 04:34:08',2),(300,308,'InventoryOrder',1,'2022-01-29 08:26:59',0),(301,308,'InventoryOrder',1,'2022-01-29 08:27:42',0),(302,308,'InventoryOrder',1,'2022-01-29 08:31:17',0),(303,308,'InventoryOrder',1,'2022-01-29 08:32:29',0),(304,308,'InventoryOrder',1,'2022-01-29 08:34:29',0),(305,349,'InventoryOrder',6,'2022-01-29 10:29:57',2),(306,350,'InventoryOrder',6,'2022-01-29 10:31:33',2),(307,351,'InventoryOrder',6,'2022-01-29 10:33:40',2),(308,352,'InventoryOrder',6,'2022-01-29 10:33:53',2),(309,353,'InventoryOrder',6,'2022-01-29 10:33:54',2),(310,354,'InventoryOrder',6,'2022-01-29 10:41:54',2),(311,308,'InventoryOrder',17,'2022-01-29 10:45:41',1),(312,349,'InventoryOrder',17,'2022-01-29 10:45:41',1),(313,350,'InventoryOrder',17,'2022-01-29 10:45:41',1),(314,352,'InventoryOrder',17,'2022-01-29 10:45:41',1),(315,353,'InventoryOrder',17,'2022-01-29 10:45:41',1),(316,354,'InventoryOrder',17,'2022-01-29 10:45:54',0),(317,354,'InventoryOrder',6,'2022-01-29 10:46:10',0),(318,159,'Products',6,'2022-01-29 10:46:10',0),(319,355,'InventoryOrder',6,'2022-01-29 11:13:10',2),(320,356,'InventoryOrder',6,'2022-01-29 11:14:16',2),(321,357,'InventoryOrder',6,'2022-01-29 11:15:59',2),(322,358,'InventoryOrder',6,'2022-01-29 11:16:43',2),(323,359,'InventoryOrder',6,'2022-01-29 11:22:45',2),(324,359,'InventoryOrder',1,'2022-01-30 04:43:24',1),(325,358,'InventoryOrder',1,'2022-01-30 04:43:24',1),(326,357,'InventoryOrder',1,'2022-01-30 04:43:24',1),(327,356,'InventoryOrder',1,'2022-01-30 04:43:24',1),(328,355,'InventoryOrder',1,'2022-01-30 04:43:24',1),(329,354,'InventoryOrder',1,'2022-01-30 04:43:24',1),(330,351,'InventoryOrder',1,'2022-01-30 04:43:24',1),(331,342,'InventoryOrder',1,'2022-01-30 04:43:24',1),(332,341,'InventoryOrder',1,'2022-01-30 04:43:24',1),(333,322,'InventoryOrder',1,'2022-01-30 04:43:24',1),(334,304,'InventoryOrder',1,'2022-01-30 04:43:24',1),(335,292,'InventoryOrder',1,'2022-01-30 04:43:24',1),(336,291,'InventoryOrder',1,'2022-01-30 04:43:24',1),(337,288,'InventoryOrder',1,'2022-01-30 04:43:24',1),(338,286,'InventoryOrder',1,'2022-01-30 04:43:24',1),(339,183,'InventoryOrder',1,'2022-01-30 04:43:24',1),(340,161,'InventoryOrder',1,'2022-01-30 04:43:24',1),(341,160,'InventoryOrder',1,'2022-01-30 04:43:24',1),(342,159,'Products',1,'2022-01-30 04:43:32',1),(343,360,'Products',10,'2022-01-30 04:47:20',2),(344,361,'InventoryOrder',17,'2022-01-30 04:49:05',2),(345,361,'InventoryOrder',10,'2022-01-30 04:52:02',0),(346,360,'Products',10,'2022-01-30 04:52:02',0),(347,361,'InventoryOrder',17,'2022-01-30 04:52:55',0),(348,360,'Products',17,'2022-01-30 04:52:55',0),(349,362,'InventoryOrder',6,'2022-01-30 05:02:22',2),(350,362,'InventoryOrder',17,'2022-01-30 05:02:55',0),(351,362,'InventoryOrder',6,'2022-01-30 05:03:59',0),(352,360,'Products',6,'2022-01-30 05:03:59',0),(353,365,'InventoryOrder',7,'2022-01-31 05:41:38',2),(354,365,'InventoryOrder',17,'2022-01-31 11:49:57',0),(355,360,'Products',17,'2022-01-31 11:49:57',0),(356,387,'Products',10,'2022-01-31 11:52:50',2),(357,388,'InventoryOrder',17,'2022-01-31 11:53:44',2),(358,388,'InventoryOrder',10,'2022-01-31 11:54:35',0),(359,387,'Products',10,'2022-01-31 11:54:35',0),(360,389,'InventoryOrder',6,'2022-01-31 12:00:49',2),(361,389,'InventoryOrder',17,'2022-01-31 12:01:32',0),(362,387,'Products',17,'2022-01-31 12:01:32',0),(363,389,'InventoryOrder',6,'2022-01-31 12:03:04',0),(364,387,'Products',6,'2022-01-31 12:03:04',0),(365,388,'InventoryOrder',17,'2022-01-31 12:04:10',0),(366,387,'Products',17,'2022-01-31 12:04:10',0),(367,392,'Products',10,'2022-01-31 12:15:05',2),(368,393,'InventoryOrder',17,'2022-01-31 12:16:48',2),(369,393,'InventoryOrder',10,'2022-01-31 12:17:23',0),(370,392,'Products',10,'2022-01-31 12:17:23',0),(371,394,'InventoryOrder',7,'2022-01-31 12:23:35',2),(372,394,'InventoryOrder',17,'2022-01-31 12:24:23',0),(373,392,'Products',17,'2022-01-31 12:24:23',0),(374,397,'Products',10,'2022-02-02 06:32:11',2),(375,398,'InventoryOrder',17,'2022-02-02 06:33:01',2),(376,398,'InventoryOrder',10,'2022-02-02 06:33:34',0),(377,397,'Products',10,'2022-02-02 06:33:34',0),(378,398,'InventoryOrder',17,'2022-02-02 06:35:58',0),(379,397,'Products',17,'2022-02-02 06:35:58',0),(380,399,'InventoryOrder',7,'2022-02-02 07:08:09',2),(381,399,'InventoryOrder',17,'2022-02-02 07:08:46',0),(382,399,'InventoryOrder',7,'2022-02-02 07:09:57',0),(383,397,'Products',7,'2022-02-02 07:09:57',0),(384,402,'Products',10,'2022-02-02 09:30:46',2),(385,403,'InventoryOrder',17,'2022-02-02 09:32:26',2),(386,403,'InventoryOrder',10,'2022-02-02 09:35:05',0),(387,402,'Products',10,'2022-02-02 09:35:05',0),(388,403,'InventoryOrder',17,'2022-02-02 09:36:06',0),(389,402,'Products',17,'2022-02-02 09:36:06',0),(390,404,'InventoryOrder',7,'2022-02-02 09:37:21',2),(391,404,'InventoryOrder',17,'2022-02-02 09:38:08',0),(392,404,'InventoryOrder',7,'2022-02-02 09:38:56',0),(393,402,'Products',7,'2022-02-02 09:38:56',0),(394,411,'Products',10,'2022-02-02 11:39:17',2),(395,412,'InventoryOrder',17,'2022-02-02 11:40:13',2),(396,412,'InventoryOrder',10,'2022-02-02 11:41:15',0),(397,411,'Products',10,'2022-02-02 11:41:15',0),(398,412,'InventoryOrder',17,'2022-02-02 11:42:12',0),(399,411,'Products',17,'2022-02-02 11:42:12',0),(400,413,'InventoryOrder',7,'2022-02-02 11:43:37',2),(401,413,'InventoryOrder',17,'2022-02-02 11:44:30',0),(402,413,'InventoryOrder',7,'2022-02-02 11:45:36',0),(403,411,'Products',7,'2022-02-02 11:45:36',0),(404,417,'Products',10,'2022-02-02 11:55:29',2),(405,418,'InventoryOrder',17,'2022-02-02 11:57:19',2),(406,418,'InventoryOrder',10,'2022-02-02 11:57:55',0),(407,417,'Products',10,'2022-02-02 11:57:56',0),(408,418,'InventoryOrder',17,'2022-02-02 11:58:37',0),(409,417,'Products',17,'2022-02-02 11:58:37',0),(410,419,'InventoryOrder',7,'2022-02-02 12:01:49',2),(411,419,'InventoryOrder',17,'2022-02-02 12:02:26',0),(412,419,'InventoryOrder',7,'2022-02-02 12:03:05',0),(413,417,'Products',7,'2022-02-02 12:03:05',0),(414,423,'Products',10,'2022-02-02 12:12:57',2),(415,424,'InventoryOrder',17,'2022-02-02 12:14:13',2),(416,424,'InventoryOrder',10,'2022-02-02 12:18:26',0),(417,423,'Products',10,'2022-02-02 12:18:26',0),(418,424,'InventoryOrder',17,'2022-02-02 12:24:13',0),(419,423,'Products',17,'2022-02-02 12:24:13',0),(420,425,'InventoryOrder',7,'2022-02-02 12:55:40',2),(421,425,'InventoryOrder',17,'2022-02-02 12:57:18',0),(422,425,'InventoryOrder',7,'2022-02-02 12:59:17',0),(423,423,'Products',7,'2022-02-02 12:59:17',0),(424,429,'InventoryOrder',17,'2022-02-02 13:17:48',2),(425,429,'InventoryOrder',10,'2022-02-02 13:18:42',0),(426,423,'Products',10,'2022-02-02 13:18:42',0),(427,429,'InventoryOrder',17,'2022-02-02 13:20:58',0),(428,423,'Products',17,'2022-02-02 13:20:59',0),(429,430,'InventoryOrder',7,'2022-02-02 13:23:49',2),(430,430,'InventoryOrder',17,'2022-02-02 13:24:33',0),(431,430,'InventoryOrder',7,'2022-02-02 13:26:27',0),(432,423,'Products',7,'2022-02-02 13:26:27',0),(433,434,'Products',10,'2022-02-03 05:00:36',2),(434,435,'InventoryOrder',17,'2022-02-03 05:01:13',2),(435,435,'InventoryOrder',10,'2022-02-03 05:01:41',0),(436,434,'Products',10,'2022-02-03 05:01:42',0),(437,435,'InventoryOrder',17,'2022-02-03 05:01:59',0),(438,434,'Products',17,'2022-02-03 05:01:59',0),(439,436,'InventoryOrder',7,'2022-02-03 05:03:13',2),(440,436,'InventoryOrder',17,'2022-02-03 05:03:35',0),(441,436,'InventoryOrder',7,'2022-02-03 05:03:46',0),(442,434,'Products',7,'2022-02-03 05:03:46',0),(443,440,'Products',10,'2022-02-04 07:56:34',2),(444,440,'Products',17,'2022-02-04 08:01:55',0),(445,441,'InventoryOrder',17,'2022-02-04 08:02:38',2),(446,441,'InventoryOrder',10,'2022-02-04 09:36:33',0),(447,440,'Products',10,'2022-02-04 09:36:33',0),(448,441,'InventoryOrder',17,'2022-02-04 09:44:03',0),(449,440,'Products',17,'2022-02-04 09:44:03',0),(450,442,'InventoryOrder',7,'2022-02-04 10:03:58',2),(451,442,'InventoryOrder',17,'2022-02-04 10:34:34',0),(452,442,'InventoryOrder',7,'2022-02-04 10:44:50',0),(453,440,'Products',7,'2022-02-04 10:44:51',0),(454,446,'InventoryOrder',17,'2022-02-09 07:47:00',2),(455,446,'InventoryOrder',10,'2022-02-09 07:49:40',0),(456,392,'Products',10,'2022-02-09 07:49:40',0),(457,447,'Products',10,'2022-02-09 07:52:03',2),(458,446,'InventoryOrder',17,'2022-02-09 07:52:53',0),(459,392,'Products',17,'2022-02-09 07:52:53',0),(460,448,'InventoryOrder',7,'2022-02-09 09:02:09',2),(461,448,'InventoryOrder',17,'2022-02-09 09:05:29',0),(462,448,'InventoryOrder',7,'2022-02-09 09:08:31',0),(463,392,'Products',7,'2022-02-09 09:08:31',0),(464,459,'InventoryOrder',17,'2022-02-09 10:07:45',2),(465,459,'InventoryOrder',10,'2022-02-09 10:09:48',0),(466,447,'Products',10,'2022-02-09 10:09:48',0),(467,459,'InventoryOrder',17,'2022-02-09 10:10:30',0),(468,447,'Products',17,'2022-02-09 10:10:30',0),(469,460,'InventoryOrder',7,'2022-02-09 10:14:46',2),(470,460,'InventoryOrder',17,'2022-02-09 10:20:29',0),(471,460,'InventoryOrder',7,'2022-02-09 10:21:54',0),(472,447,'Products',7,'2022-02-09 10:21:54',0),(473,490,'Contacts',1,'2022-02-15 08:53:57',2),(474,496,'Contacts',1,'2022-02-15 09:04:39',2),(475,516,'Products',10,'2022-02-16 06:58:22',2),(476,518,'InventoryOrder',17,'2022-02-16 07:03:31',2),(477,518,'InventoryOrder',10,'2022-02-16 07:04:04',0),(478,516,'Products',10,'2022-02-16 07:04:05',0),(479,518,'InventoryOrder',17,'2022-02-16 07:04:42',0),(480,516,'Products',17,'2022-02-16 07:04:42',0),(481,519,'InventoryOrder',7,'2022-02-16 07:05:25',2),(482,519,'InventoryOrder',17,'2022-02-16 07:05:56',0),(483,519,'InventoryOrder',7,'2022-02-16 07:06:35',0),(484,516,'Products',7,'2022-02-16 07:06:35',0),(485,527,'Contacts',8,'2022-02-16 07:28:20',2),(486,532,'Products',10,'2022-02-16 10:38:50',2),(487,533,'InventoryOrder',17,'2022-02-16 10:39:33',2),(488,533,'InventoryOrder',10,'2022-02-16 10:41:27',0),(489,532,'Products',10,'2022-02-16 10:41:27',0),(490,533,'InventoryOrder',17,'2022-02-16 10:42:13',0),(491,532,'Products',17,'2022-02-16 10:42:14',0),(492,534,'InventoryOrder',7,'2022-02-16 10:51:09',2),(493,534,'InventoryOrder',17,'2022-02-16 10:51:38',0),(494,534,'InventoryOrder',7,'2022-02-16 10:52:07',0),(495,532,'Products',7,'2022-02-16 10:52:07',0),(496,539,'Products',10,'2022-02-16 12:34:24',2),(497,540,'InventoryOrder',17,'2022-02-16 12:34:53',2),(498,540,'InventoryOrder',10,'2022-02-16 12:35:18',0),(499,539,'Products',10,'2022-02-16 12:35:18',0),(500,540,'InventoryOrder',17,'2022-02-16 12:35:40',0),(501,539,'Products',17,'2022-02-16 12:35:40',0),(502,541,'InventoryOrder',7,'2022-02-16 12:36:22',2),(503,541,'InventoryOrder',17,'2022-02-16 12:36:45',0),(504,541,'InventoryOrder',7,'2022-02-16 12:37:05',0),(505,539,'Products',7,'2022-02-16 12:37:05',0),(506,551,'Contacts',8,'2022-02-16 12:50:06',2),(507,560,'Contacts',8,'2022-02-16 13:25:30',2),(508,561,'InventoryOrder',7,'2022-02-17 06:23:41',2),(509,561,'InventoryOrder',17,'2022-02-17 06:24:18',0),(510,539,'Products',17,'2022-02-17 06:24:18',0),(511,561,'InventoryOrder',7,'2022-02-17 06:25:32',0),(512,539,'Products',7,'2022-02-17 06:25:32',0),(513,567,'Contacts',8,'2022-02-17 06:28:45',2),(514,361,'InventoryOrder',1,'2022-02-17 07:18:43',1),(515,362,'InventoryOrder',1,'2022-02-17 07:18:43',1),(516,365,'InventoryOrder',1,'2022-02-17 07:18:43',1),(517,388,'InventoryOrder',1,'2022-02-17 07:18:43',1),(518,389,'InventoryOrder',1,'2022-02-17 07:18:43',1),(519,393,'InventoryOrder',1,'2022-02-17 07:18:43',1),(520,394,'InventoryOrder',1,'2022-02-17 07:18:43',1),(521,398,'InventoryOrder',1,'2022-02-17 07:18:43',1),(522,399,'InventoryOrder',1,'2022-02-17 07:18:43',1),(523,403,'InventoryOrder',1,'2022-02-17 07:18:43',1),(524,404,'InventoryOrder',1,'2022-02-17 07:18:43',1),(525,412,'InventoryOrder',1,'2022-02-17 07:18:43',1),(526,413,'InventoryOrder',1,'2022-02-17 07:18:43',1),(527,418,'InventoryOrder',1,'2022-02-17 07:18:43',1),(528,419,'InventoryOrder',1,'2022-02-17 07:18:43',1),(529,424,'InventoryOrder',1,'2022-02-17 07:18:43',1),(530,425,'InventoryOrder',1,'2022-02-17 07:18:43',1),(531,429,'InventoryOrder',1,'2022-02-17 07:18:43',1),(532,430,'InventoryOrder',1,'2022-02-17 07:18:43',1),(533,435,'InventoryOrder',1,'2022-02-17 07:18:43',1),(534,436,'InventoryOrder',1,'2022-02-17 07:18:43',1),(535,441,'InventoryOrder',1,'2022-02-17 07:18:43',1),(536,442,'InventoryOrder',1,'2022-02-17 07:18:43',1),(537,446,'InventoryOrder',1,'2022-02-17 07:18:43',1),(538,448,'InventoryOrder',1,'2022-02-17 07:18:43',1),(539,459,'InventoryOrder',1,'2022-02-17 07:18:43',1),(540,460,'InventoryOrder',1,'2022-02-17 07:18:43',1),(541,518,'InventoryOrder',1,'2022-02-17 07:18:43',1),(542,519,'InventoryOrder',1,'2022-02-17 07:18:43',1),(543,533,'InventoryOrder',1,'2022-02-17 07:18:43',1),(544,534,'InventoryOrder',1,'2022-02-17 07:18:43',1),(545,540,'InventoryOrder',1,'2022-02-17 07:18:43',1),(546,541,'InventoryOrder',1,'2022-02-17 07:18:43',1),(547,561,'InventoryOrder',1,'2022-02-17 07:18:43',1),(548,360,'Products',1,'2022-02-17 07:19:04',1),(549,387,'Products',1,'2022-02-17 07:19:04',1),(550,392,'Products',1,'2022-02-17 07:19:04',1),(551,397,'Products',1,'2022-02-17 07:19:04',1),(552,402,'Products',1,'2022-02-17 07:19:04',1),(553,411,'Products',1,'2022-02-17 07:19:04',1),(554,417,'Products',1,'2022-02-17 07:19:04',1),(555,423,'Products',1,'2022-02-17 07:19:04',1),(556,434,'Products',1,'2022-02-17 07:19:04',1),(557,440,'Products',1,'2022-02-17 07:19:04',1),(558,447,'Products',1,'2022-02-17 07:19:04',1),(559,516,'Products',1,'2022-02-17 07:19:05',1),(560,532,'Products',1,'2022-02-17 07:19:05',1),(561,539,'Products',1,'2022-02-17 07:19:05',1),(562,567,'Contacts',1,'2022-02-17 07:21:39',1),(563,560,'Contacts',1,'2022-02-17 07:21:39',1),(564,551,'Contacts',1,'2022-02-17 07:21:40',1),(565,527,'Contacts',1,'2022-02-17 07:21:40',1),(566,496,'Contacts',1,'2022-02-17 07:21:40',1),(567,490,'Contacts',1,'2022-02-17 07:21:40',1),(568,590,'Products',10,'2022-02-17 07:24:14',2),(569,591,'InventoryOrder',17,'2022-02-17 07:25:49',2),(570,591,'InventoryOrder',10,'2022-02-17 07:27:50',0),(571,590,'Products',10,'2022-02-17 07:27:50',0),(572,591,'InventoryOrder',17,'2022-02-17 07:29:00',0),(573,590,'Products',17,'2022-02-17 07:29:00',0),(574,592,'InventoryOrder',7,'2022-02-17 07:31:41',2),(575,592,'InventoryOrder',17,'2022-02-17 07:33:15',0),(576,592,'InventoryOrder',7,'2022-02-17 07:34:17',0),(577,590,'Products',7,'2022-02-17 07:34:17',0),(578,596,'Contacts',8,'2022-02-17 07:41:51',2),(579,592,'InventoryOrder',17,'2022-02-17 07:56:29',1),(580,591,'InventoryOrder',17,'2022-02-17 07:56:29',1),(581,599,'Products',10,'2022-02-17 08:12:39',2),(582,600,'InventoryOrder',17,'2022-02-17 08:15:53',2),(583,600,'InventoryOrder',10,'2022-02-17 08:16:57',0),(584,599,'Products',10,'2022-02-17 08:16:57',0),(585,600,'InventoryOrder',17,'2022-02-17 08:19:43',0),(586,599,'Products',17,'2022-02-17 08:19:43',0),(587,601,'InventoryOrder',6,'2022-02-17 08:25:58',2),(588,601,'InventoryOrder',17,'2022-02-17 08:27:37',0),(589,601,'InventoryOrder',6,'2022-02-17 08:29:31',0),(590,599,'Products',6,'2022-02-17 08:29:31',0),(591,604,'Products',10,'2022-02-17 11:04:31',2),(592,605,'InventoryOrder',17,'2022-02-17 11:05:19',2),(593,605,'InventoryOrder',10,'2022-02-17 11:05:45',0),(594,604,'Products',10,'2022-02-17 11:05:45',0),(595,605,'InventoryOrder',17,'2022-02-17 11:06:06',0),(596,604,'Products',17,'2022-02-17 11:06:06',0),(597,606,'InventoryOrder',7,'2022-02-17 11:09:53',2),(598,606,'InventoryOrder',17,'2022-02-17 11:10:36',0),(599,606,'InventoryOrder',7,'2022-02-17 11:11:09',0),(600,604,'Products',7,'2022-02-17 11:11:10',0),(601,606,'InventoryOrder',1,'2022-02-18 10:45:46',1),(602,605,'InventoryOrder',1,'2022-02-18 10:45:46',1),(603,601,'InventoryOrder',1,'2022-02-18 10:45:46',1),(604,600,'InventoryOrder',1,'2022-02-18 10:45:46',1),(605,604,'Products',1,'2022-02-18 10:46:02',1),(606,599,'Products',1,'2022-02-18 10:46:02',1),(607,590,'Products',1,'2022-02-18 10:46:02',1),(608,618,'Products',10,'2022-02-18 10:48:47',2),(609,619,'InventoryOrder',17,'2022-02-18 10:49:38',2),(610,619,'InventoryOrder',10,'2022-02-18 10:50:09',0),(611,618,'Products',10,'2022-02-18 10:50:09',0),(612,619,'InventoryOrder',17,'2022-02-18 10:50:43',0),(613,618,'Products',17,'2022-02-18 10:50:43',0),(614,620,'InventoryOrder',7,'2022-02-18 10:52:02',2),(615,620,'InventoryOrder',17,'2022-02-18 10:52:43',0),(616,620,'InventoryOrder',7,'2022-02-18 10:53:11',0),(617,618,'Products',7,'2022-02-18 10:53:11',0),(618,679,'Products',10,'2022-02-21 05:18:39',2),(619,680,'InventoryOrder',17,'2022-02-21 05:19:26',2),(620,680,'InventoryOrder',10,'2022-02-21 05:19:53',0),(621,679,'Products',10,'2022-02-21 05:19:53',0),(622,680,'InventoryOrder',17,'2022-02-21 05:20:27',0),(623,679,'Products',17,'2022-02-21 05:20:27',0),(624,681,'InventoryOrder',7,'2022-02-21 05:21:06',2),(625,681,'InventoryOrder',17,'2022-02-21 05:21:42',0),(626,681,'InventoryOrder',7,'2022-02-21 05:22:12',0),(627,679,'Products',7,'2022-02-21 05:22:12',0),(628,681,'InventoryOrder',1,'2022-02-21 05:49:05',1),(629,680,'InventoryOrder',1,'2022-02-21 05:49:05',1),(630,620,'InventoryOrder',1,'2022-02-21 05:49:05',1),(631,619,'InventoryOrder',1,'2022-02-21 05:49:05',1),(632,679,'Products',1,'2022-02-21 05:49:19',1),(633,618,'Products',1,'2022-02-21 05:49:19',1),(634,596,'Contacts',1,'2022-02-21 05:51:27',1),(635,688,'Products',10,'2022-02-21 05:53:15',2),(636,688,'Products',1,'2022-02-21 05:54:13',0),(637,689,'InventoryOrder',17,'2022-02-21 05:54:27',2),(638,689,'InventoryOrder',10,'2022-02-21 05:55:05',0),(639,688,'Products',10,'2022-02-21 05:55:05',0),(640,689,'InventoryOrder',17,'2022-02-21 05:55:28',0),(641,688,'Products',17,'2022-02-21 05:55:28',0),(642,690,'InventoryOrder',7,'2022-02-21 05:58:12',2),(643,690,'InventoryOrder',17,'2022-02-21 05:58:31',0),(644,690,'InventoryOrder',7,'2022-02-21 05:58:53',0),(645,688,'Products',7,'2022-02-21 05:58:53',0),(646,705,'Contacts',8,'2022-02-21 09:20:14',2),(647,690,'InventoryOrder',1,'2022-02-21 10:20:30',1),(648,689,'InventoryOrder',1,'2022-02-21 10:20:30',1),(649,688,'Products',1,'2022-02-21 10:20:47',1),(650,717,'Products',10,'2022-02-21 10:27:36',2),(651,718,'InventoryOrder',17,'2022-02-21 10:29:04',2),(652,718,'InventoryOrder',10,'2022-02-21 10:29:19',0),(653,717,'Products',10,'2022-02-21 10:29:19',0),(654,718,'InventoryOrder',17,'2022-02-21 10:29:40',0),(655,717,'Products',17,'2022-02-21 10:29:40',0),(656,719,'InventoryOrder',7,'2022-02-21 10:30:13',2),(657,719,'InventoryOrder',17,'2022-02-21 10:30:49',0),(658,719,'InventoryOrder',7,'2022-02-21 10:31:13',0),(659,717,'Products',7,'2022-02-21 10:31:13',0),(660,737,'Contacts',8,'2022-02-21 10:36:08',2),(661,719,'InventoryOrder',1,'2022-02-21 11:35:24',1),(662,718,'InventoryOrder',1,'2022-02-21 11:35:24',1),(663,717,'Products',1,'2022-02-21 11:35:38',1),(664,743,'Products',10,'2022-02-21 11:36:59',2),(665,744,'InventoryOrder',17,'2022-02-21 11:39:52',2),(666,744,'InventoryOrder',10,'2022-02-21 11:40:14',0),(667,743,'Products',10,'2022-02-21 11:40:14',0),(668,744,'InventoryOrder',17,'2022-02-21 11:40:34',0),(669,743,'Products',17,'2022-02-21 11:40:34',0),(670,745,'InventoryOrder',7,'2022-02-21 11:41:05',2),(671,745,'InventoryOrder',17,'2022-02-21 11:41:30',0),(672,745,'InventoryOrder',7,'2022-02-21 11:41:53',0),(673,743,'Products',7,'2022-02-21 11:41:53',0),(674,745,'InventoryOrder',1,'2022-02-21 12:38:24',1),(675,744,'InventoryOrder',1,'2022-02-21 12:38:24',1),(676,753,'Products',10,'2022-02-21 12:46:33',2),(677,754,'InventoryOrder',17,'2022-02-21 12:47:05',2),(678,754,'InventoryOrder',10,'2022-02-21 12:47:29',0),(679,753,'Products',10,'2022-02-21 12:47:29',0),(680,754,'InventoryOrder',17,'2022-02-21 12:47:46',0),(681,753,'Products',17,'2022-02-21 12:47:47',0),(682,755,'InventoryOrder',7,'2022-02-21 12:48:19',2),(683,755,'InventoryOrder',17,'2022-02-21 12:48:44',0),(684,755,'InventoryOrder',7,'2022-02-21 12:49:12',0),(685,753,'Products',7,'2022-02-21 12:49:12',0),(686,812,'Contacts',8,'2022-02-21 13:06:27',2),(687,755,'InventoryOrder',1,'2022-02-22 05:18:18',1),(688,754,'InventoryOrder',1,'2022-02-22 05:18:18',1),(689,753,'Products',1,'2022-02-22 05:18:27',1),(690,743,'Products',1,'2022-02-22 05:18:27',1),(691,820,'Products',10,'2022-02-22 05:20:20',2),(692,821,'InventoryOrder',17,'2022-02-22 05:21:00',2),(693,821,'InventoryOrder',10,'2022-02-22 05:21:19',0),(694,820,'Products',10,'2022-02-22 05:21:19',0),(695,821,'InventoryOrder',17,'2022-02-22 05:21:36',0),(696,820,'Products',17,'2022-02-22 05:21:36',0),(697,822,'InventoryOrder',7,'2022-02-22 05:23:08',2),(698,822,'InventoryOrder',17,'2022-02-22 05:24:00',0),(699,822,'InventoryOrder',7,'2022-02-22 05:24:21',0),(700,820,'Products',7,'2022-02-22 05:24:21',0),(701,840,'Contacts',8,'2022-02-22 05:34:02',2),(702,822,'InventoryOrder',1,'2022-02-22 05:41:07',1),(703,821,'InventoryOrder',1,'2022-02-22 05:41:07',1),(704,820,'Products',1,'2022-02-22 05:41:22',1),(705,840,'Contacts',1,'2022-02-22 05:42:42',1),(706,812,'Contacts',1,'2022-02-22 05:42:42',1),(707,737,'Contacts',1,'2022-02-22 05:42:42',1),(708,705,'Contacts',1,'2022-02-22 05:42:42',1),(709,847,'Products',10,'2022-02-22 05:43:51',2),(710,848,'InventoryOrder',17,'2022-02-22 05:46:39',2),(711,848,'InventoryOrder',10,'2022-02-22 05:48:31',0),(712,847,'Products',10,'2022-02-22 05:48:31',0),(713,848,'InventoryOrder',17,'2022-02-22 05:49:30',0),(714,847,'Products',17,'2022-02-22 05:49:30',0),(715,849,'InventoryOrder',7,'2022-02-22 05:53:38',2),(716,849,'InventoryOrder',17,'2022-02-22 05:54:08',0),(717,849,'InventoryOrder',7,'2022-02-22 05:54:52',0),(718,847,'Products',7,'2022-02-22 05:54:52',0),(719,850,'Products',10,'2022-02-22 10:53:26',2),(720,851,'InventoryOrder',17,'2022-02-22 11:00:47',2),(721,851,'InventoryOrder',10,'2022-02-22 11:01:17',0),(722,850,'Products',10,'2022-02-22 11:01:17',0),(723,851,'InventoryOrder',17,'2022-02-22 11:01:38',0),(724,850,'Products',17,'2022-02-22 11:01:38',0),(725,852,'InventoryOrder',7,'2022-02-22 11:03:27',2),(726,852,'InventoryOrder',17,'2022-02-22 11:03:52',0),(727,852,'InventoryOrder',7,'2022-02-22 11:05:20',0),(728,850,'Products',7,'2022-02-22 11:05:20',0),(729,852,'InventoryOrder',1,'2022-02-23 10:00:50',1),(730,851,'InventoryOrder',1,'2022-02-23 10:00:50',1),(731,849,'InventoryOrder',1,'2022-02-23 10:00:50',1),(732,848,'InventoryOrder',1,'2022-02-23 10:00:50',1),(733,850,'Products',1,'2022-02-23 10:00:59',1),(734,847,'Products',1,'2022-02-23 10:00:59',1),(735,853,'Products',10,'2022-02-23 10:02:22',2),(736,854,'InventoryOrder',17,'2022-02-23 10:02:52',2),(737,854,'InventoryOrder',10,'2022-02-23 10:03:16',0),(738,853,'Products',10,'2022-02-23 10:03:16',0),(739,854,'InventoryOrder',17,'2022-02-23 10:03:49',0),(740,853,'Products',17,'2022-02-23 10:03:49',0),(741,855,'InventoryOrder',7,'2022-02-23 10:06:32',2),(742,855,'InventoryOrder',17,'2022-02-23 10:06:52',0),(743,855,'InventoryOrder',7,'2022-02-23 10:07:27',0),(744,853,'Products',7,'2022-02-23 10:07:27',0),(745,877,'Contacts',8,'2022-02-23 10:55:08',2),(746,888,'Contacts',8,'2022-02-23 12:39:13',2),(747,899,'Contacts',8,'2022-02-23 13:40:22',2),(748,906,'Contacts',8,'2022-02-23 13:55:14',2),(749,910,'Products',10,'2022-02-23 13:57:37',2),(750,925,'InventoryOrder',17,'2022-02-24 05:19:12',2),(751,925,'InventoryOrder',10,'2022-02-24 05:19:41',0),(752,910,'Products',10,'2022-02-24 05:19:41',0),(753,925,'InventoryOrder',17,'2022-02-24 05:20:06',0),(754,910,'Products',17,'2022-02-24 05:20:06',0),(755,927,'InventoryOrder',7,'2022-02-24 05:22:44',2),(756,927,'InventoryOrder',17,'2022-02-24 05:43:23',0),(757,927,'InventoryOrder',7,'2022-02-24 05:43:59',0),(758,910,'Products',7,'2022-02-24 05:43:59',0),(759,927,'InventoryOrder',1,'2022-02-24 06:47:38',1),(760,925,'InventoryOrder',1,'2022-02-24 06:47:38',1),(761,855,'InventoryOrder',1,'2022-02-24 06:47:38',1),(762,854,'InventoryOrder',1,'2022-02-24 06:47:38',1),(763,910,'Products',1,'2022-02-24 06:48:02',1),(764,853,'Products',1,'2022-02-24 06:48:02',1),(765,906,'Contacts',1,'2022-02-24 06:49:10',1),(766,899,'Contacts',1,'2022-02-24 06:49:10',1),(767,888,'Contacts',1,'2022-02-24 06:49:10',1),(768,877,'Contacts',1,'2022-02-24 06:49:10',1),(769,941,'Products',10,'2022-02-24 06:51:27',2),(770,942,'InventoryOrder',17,'2022-02-24 06:52:30',2),(771,942,'InventoryOrder',10,'2022-02-24 06:53:17',0),(772,941,'Products',10,'2022-02-24 06:53:17',0),(773,942,'InventoryOrder',17,'2022-02-24 06:54:18',0),(774,941,'Products',17,'2022-02-24 06:54:18',0),(775,943,'InventoryOrder',7,'2022-02-24 06:55:29',2),(776,943,'InventoryOrder',17,'2022-02-24 07:11:25',0),(777,943,'InventoryOrder',7,'2022-02-24 07:12:30',0),(778,941,'Products',7,'2022-02-24 07:12:30',0),(779,943,'InventoryOrder',1,'2022-02-24 07:36:29',1),(780,942,'InventoryOrder',1,'2022-02-24 07:36:29',1),(781,941,'Products',1,'2022-02-24 07:36:48',0),(782,956,'InventoryOrder',17,'2022-02-24 07:59:51',2),(783,956,'InventoryOrder',10,'2022-02-24 08:08:42',0),(784,941,'Products',10,'2022-02-24 08:08:42',0),(785,956,'InventoryOrder',17,'2022-02-24 08:09:42',0),(786,941,'Products',17,'2022-02-24 08:09:42',0),(787,957,'InventoryOrder',7,'2022-02-24 08:10:41',2),(788,957,'InventoryOrder',17,'2022-02-24 08:12:58',0),(789,957,'InventoryOrder',7,'2022-02-24 08:13:53',0),(790,941,'Products',7,'2022-02-24 08:13:53',0),(791,975,'Contacts',8,'2022-02-24 08:30:34',2),(792,986,'Contacts',8,'2022-02-24 08:37:04',2),(793,998,'Contacts',8,'2022-02-24 08:41:34',2),(794,957,'InventoryOrder',1,'2022-02-24 08:44:37',1),(795,956,'InventoryOrder',1,'2022-02-24 08:44:37',1),(796,941,'Products',1,'2022-02-24 08:44:53',1),(797,999,'Products',10,'2022-02-24 08:47:37',2),(798,1000,'InventoryOrder',17,'2022-02-24 08:49:05',2),(799,1000,'InventoryOrder',10,'2022-02-24 08:49:52',0),(800,999,'Products',10,'2022-02-24 08:49:52',0),(801,1000,'InventoryOrder',17,'2022-02-24 08:50:41',0),(802,999,'Products',17,'2022-02-24 08:50:41',0),(803,1001,'InventoryOrder',7,'2022-02-24 08:51:44',2),(804,1001,'InventoryOrder',17,'2022-02-24 08:53:35',0),(805,1001,'InventoryOrder',7,'2022-02-24 08:54:26',0),(806,999,'Products',7,'2022-02-24 08:54:26',0),(807,1020,'Contacts',8,'2022-02-24 09:03:27',2),(808,1031,'Contacts',11,'2022-02-24 09:11:27',2),(809,1001,'InventoryOrder',1,'2022-02-24 10:54:44',1),(810,1000,'InventoryOrder',1,'2022-02-24 10:54:44',1),(811,999,'Products',1,'2022-02-24 10:54:59',1),(812,1032,'Products',10,'2022-02-24 10:56:59',2),(813,1033,'InventoryOrder',17,'2022-02-24 10:58:34',2),(814,1033,'InventoryOrder',10,'2022-02-24 11:00:57',0),(815,1032,'Products',10,'2022-02-24 11:00:57',0),(816,1033,'InventoryOrder',17,'2022-02-24 11:01:59',0),(817,1032,'Products',17,'2022-02-24 11:01:59',0),(818,1034,'InventoryOrder',7,'2022-02-24 11:03:46',2),(819,1034,'InventoryOrder',17,'2022-02-24 11:06:22',0),(820,1034,'InventoryOrder',7,'2022-02-24 11:08:28',0),(821,1032,'Products',7,'2022-02-24 11:08:28',0),(822,1039,'InventoryOrder',17,'2022-02-24 11:55:45',2),(823,1039,'InventoryOrder',10,'2022-02-24 11:56:46',0),(824,1032,'Products',10,'2022-02-24 11:56:46',0),(825,1039,'InventoryOrder',17,'2022-02-24 11:58:39',0),(826,1032,'Products',17,'2022-02-24 11:58:39',0),(827,1040,'InventoryOrder',7,'2022-02-24 12:02:19',2),(828,1040,'InventoryOrder',17,'2022-02-24 12:03:16',0),(829,1040,'InventoryOrder',7,'2022-02-24 12:04:09',0),(830,1032,'Products',7,'2022-02-24 12:04:09',0),(831,1055,'Contacts',8,'2022-02-24 12:22:48',2),(832,1057,'HelpDesk',1,'2022-03-01 07:28:36',1),(833,1058,'HelpDesk',1,'2022-03-01 07:28:36',1),(834,1056,'HelpDesk',1,'2022-03-01 07:55:03',0),(835,1056,'HelpDesk',1,'2022-03-01 08:46:35',0),(836,1056,'HelpDesk',1,'2022-03-01 09:11:57',0),(837,1056,'HelpDesk',1,'2022-03-01 10:14:15',0),(838,1056,'HelpDesk',1,'2022-03-01 10:16:24',0),(839,1031,'Contacts',1,'2022-03-01 11:19:02',0),(840,1056,'HelpDesk',1,'2022-03-03 11:16:00',0),(841,1031,'Contacts',1,'2022-03-03 13:59:16',0),(842,1056,'HelpDesk',1,'2022-03-03 13:59:40',0),(843,1096,'Products',10,'2022-03-07 10:41:30',2),(844,1097,'InventoryOrder',17,'2022-03-07 10:47:46',2),(845,1097,'InventoryOrder',10,'2022-03-07 10:48:09',0),(846,1096,'Products',10,'2022-03-07 10:48:09',0),(847,1097,'InventoryOrder',17,'2022-03-07 10:48:25',0),(848,1096,'Products',17,'2022-03-07 10:48:25',0),(849,1098,'InventoryOrder',7,'2022-03-07 10:49:20',2),(850,1098,'InventoryOrder',17,'2022-03-07 10:50:14',0),(851,1098,'InventoryOrder',7,'2022-03-07 10:50:29',0),(852,1096,'Products',7,'2022-03-07 10:50:29',0),(853,1127,'Contacts',8,'2022-03-07 11:03:35',2),(854,1138,'Contacts',11,'2022-03-07 11:05:29',2),(855,1098,'InventoryOrder',17,'2022-03-07 13:36:31',1),(856,1097,'InventoryOrder',17,'2022-03-07 13:36:31',1),(857,1138,'Contacts',1,'2022-03-07 13:42:02',1),(858,1127,'Contacts',1,'2022-03-07 13:42:02',1),(859,1096,'Products',1,'2022-03-07 13:42:16',1),(860,1169,'Products',10,'2022-03-22 13:43:09',2),(861,1170,'InventoryOrder',17,'2022-03-22 13:58:33',2),(862,1170,'InventoryOrder',10,'2022-03-22 13:59:02',0),(863,1169,'Products',10,'2022-03-22 13:59:02',0),(864,1170,'InventoryOrder',17,'2022-03-22 14:00:33',0),(865,1169,'Products',17,'2022-03-22 14:00:33',0),(866,1171,'InventoryOrder',7,'2022-03-22 14:01:57',2),(867,1171,'InventoryOrder',17,'2022-03-22 14:02:49',0),(868,1171,'InventoryOrder',7,'2022-03-22 14:04:50',0),(869,1169,'Products',7,'2022-03-22 14:04:50',0),(870,1185,'Contacts',8,'2022-03-22 14:20:45',2),(871,1186,'Products',10,'2022-03-23 05:37:27',2),(872,1187,'InventoryOrder',17,'2022-03-23 05:38:28',2),(873,1187,'InventoryOrder',10,'2022-03-23 05:39:23',0),(874,1186,'Products',10,'2022-03-23 05:39:23',0),(875,1187,'InventoryOrder',17,'2022-03-23 05:40:11',0),(876,1186,'Products',17,'2022-03-23 05:40:11',0),(877,1188,'InventoryOrder',7,'2022-03-23 05:42:11',2),(878,1188,'InventoryOrder',17,'2022-03-23 05:43:02',0),(879,1188,'InventoryOrder',7,'2022-03-23 05:43:55',0),(880,1186,'Products',7,'2022-03-23 05:43:55',0),(881,1193,'Contacts',8,'2022-03-23 05:49:10',2),(882,1204,'Contacts',8,'2022-03-23 05:57:57',2),(883,1218,'Products',10,'2022-03-23 06:11:24',2),(884,1220,'InventoryOrder',17,'2022-03-23 06:17:43',2),(885,1220,'InventoryOrder',10,'2022-03-23 06:18:36',0),(886,1218,'Products',10,'2022-03-23 06:18:36',0),(887,1220,'InventoryOrder',17,'2022-03-23 06:24:29',0),(888,1218,'Products',17,'2022-03-23 06:24:29',0),(889,1221,'InventoryOrder',7,'2022-03-23 06:25:37',2),(890,1221,'InventoryOrder',17,'2022-03-23 06:29:48',0),(891,1221,'InventoryOrder',7,'2022-03-23 06:38:47',0),(892,1218,'Products',7,'2022-03-23 06:38:47',0),(893,1226,'Contacts',8,'2022-03-23 08:32:15',2);
/*!40000 ALTER TABLE `vtiger_modtracker_basic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modtracker_basic_seq`
--

DROP TABLE IF EXISTS `vtiger_modtracker_basic_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_basic_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (893);
/*!40000 ALTER TABLE `vtiger_modtracker_basic_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modtracker_detail`
--

DROP TABLE IF EXISTS `vtiger_modtracker_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_detail` (
  `id` int(11) DEFAULT NULL,
  `fieldname` varchar(100) DEFAULT NULL,
  `prevalue` text,
  `postvalue` text,
  KEY `idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modtracker_detail`
--

LOCK TABLES `vtiger_modtracker_detail` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_detail` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_detail` VALUES (1,'label',NULL,'testcon'),(1,'contact_no',NULL,'CON1'),(1,'lastname',NULL,'testcon'),(1,'assigned_user_id',NULL,'1'),(1,'createdtime',NULL,'2021-12-13 07:40:25'),(1,'modifiedby',NULL,'1'),(1,'support_start_date',NULL,'2021-12-13'),(1,'support_end_date',NULL,'2022-12-13'),(1,'source',NULL,'CRM'),(1,'record_id',NULL,'2'),(1,'record_module',NULL,'Contacts'),(2,'label',NULL,'Testcon test1'),(2,'firstname',NULL,'Testcon'),(2,'contact_no',NULL,'CON2'),(2,'lastname',NULL,'test1'),(2,'birthday',NULL,'1995-03-01'),(2,'assigned_user_id',NULL,'1'),(2,'createdtime',NULL,'2021-12-14 05:50:30'),(2,'modifiedby',NULL,'1'),(2,'mailingstreet',NULL,'test'),(2,'otherstreet',NULL,'tests'),(2,'source',NULL,'CRM'),(2,'contact_simnumber',NULL,'7879547879.00000000'),(2,'contact_iccid',NULL,'32323322'),(2,'contact_thirdname',NULL,'testts'),(2,'contact_fourthname',NULL,'tsts'),(2,'contact_gender',NULL,'Female'),(2,'contact_paymenttype',NULL,'Cash'),(2,'record_id',NULL,'7'),(2,'record_module',NULL,'Contacts'),(3,'label',NULL,'Testpro'),(3,'productname',NULL,'Testpro'),(3,'product_no',NULL,'PRO1'),(3,'discontinued',NULL,'1'),(3,'createdtime',NULL,'2021-12-14 06:27:05'),(3,'modifiedby',NULL,'1'),(3,'unit_price',NULL,'0.00000000'),(3,'commissionrate',NULL,'0.000'),(3,'qty_per_unit',NULL,'0.00'),(3,'qtyinstock',NULL,'0.000'),(3,'assigned_user_id',NULL,'1'),(3,'purchase_cost',NULL,'0.00000000'),(3,'source',NULL,'CRM'),(3,'record_id',NULL,'8'),(3,'record_module',NULL,'Products'),(4,'label',NULL,'SIM Card-1'),(4,'productname',NULL,'SIM Card-1'),(4,'product_no',NULL,'PRO2'),(4,'discontinued',NULL,'1'),(4,'createdtime',NULL,'2021-12-14 06:47:16'),(4,'modifiedby',NULL,'1'),(4,'unit_price',NULL,'1.00000000'),(4,'commissionrate',NULL,'0.000'),(4,'qty_per_unit',NULL,'0.00'),(4,'qtyinstock',NULL,'0.000'),(4,'assigned_user_id',NULL,'1'),(4,'purchase_cost',NULL,'1.00000000'),(4,'source',NULL,'CRM'),(4,'record_id',NULL,'10'),(4,'record_module',NULL,'Products'),(5,'label',NULL,'SIM Card-2'),(5,'productname',NULL,'SIM Card-2'),(5,'product_no',NULL,'PRO3'),(5,'discontinued',NULL,'1'),(5,'createdtime',NULL,'2021-12-14 06:47:41'),(5,'modifiedby',NULL,'1'),(5,'unit_price',NULL,'5.00000000'),(5,'commissionrate',NULL,'0.000'),(5,'qty_per_unit',NULL,'0.00'),(5,'qtyinstock',NULL,'0.000'),(5,'assigned_user_id',NULL,'1'),(5,'purchase_cost',NULL,'5.00000000'),(5,'source',NULL,'CRM'),(5,'record_id',NULL,'11'),(5,'record_module',NULL,'Products'),(6,'label',NULL,'MIFI'),(6,'productname',NULL,'MIFI'),(6,'product_no',NULL,'PRO4'),(6,'discontinued',NULL,'1'),(6,'createdtime',NULL,'2021-12-14 06:48:28'),(6,'modifiedby',NULL,'1'),(6,'unit_price',NULL,'30.00000000'),(6,'commissionrate',NULL,'0.000'),(6,'qty_per_unit',NULL,'0.00'),(6,'qtyinstock',NULL,'0.000'),(6,'assigned_user_id',NULL,'1'),(6,'purchase_cost',NULL,'30.00000000'),(6,'source',NULL,'CRM'),(6,'record_id',NULL,'12'),(6,'record_module',NULL,'Products'),(7,'label',NULL,'Regarding Contact Assignment'),(7,'date_start',NULL,'2021-12-14'),(7,'activitytype',NULL,'Emails'),(7,'assigned_user_id',NULL,'1'),(7,'subject',NULL,'Regarding Contact Assignment'),(7,'description',NULL,'An Contact has been assigned to you on vtigerCRM&lt;br&gt;Details of Contact are :&lt;br&gt;&lt;br&gt;Contact Id:&lt;b&gt;CON1&lt;/b&gt;&lt;br&gt;LastName:&lt;b&gt;testcon&lt;/b&gt;&lt;br&gt;FirstName:&lt;b&gt;&lt;/b&gt;&lt;br&gt;Lead Source:&lt;b&gt;&lt;/b&gt;&lt;br&gt;Department:&lt;b&gt;&lt;/b&gt;&lt;br&gt;Description:&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;And &lt;b&gt;CustomerPortal Login Details&lt;/b&gt; is sent to the EmailID :-&lt;br&gt;&lt;br&gt;Thank You&lt;br&gt;Admin&lt;br&gt;&lt;br&gt;'),(7,'time_start',NULL,'07:28:16'),(7,'createdtime',NULL,'2021-12-14 07:28:16'),(7,'modifiedby',NULL,'1'),(7,'from_email',NULL,'info@varianceinfotech.com'),(7,'saved_toid',NULL,'[&quot;info@varianceinfotech.com&quot;]'),(7,'ccmail',NULL,'[&quot;&quot;]'),(7,'bccmail',NULL,'[&quot;&quot;]'),(7,'parent_id',NULL,'2@1|'),(7,'email_flag',NULL,'SENT'),(7,'source',NULL,'CRM'),(7,'record_id',NULL,'14'),(7,'record_module',NULL,'Emails'),(9,'label',NULL,'Regarding Contact Assignment'),(9,'date_start',NULL,'2021-12-14'),(9,'activitytype',NULL,'Emails'),(9,'assigned_user_id',NULL,'1'),(9,'subject',NULL,'Regarding Contact Assignment'),(9,'description',NULL,'An Contact has been assigned to you on vtigerCRM&lt;br&gt;Details of Contact are :&lt;br&gt;&lt;br&gt;Contact Id:&lt;b&gt;CON2&lt;/b&gt;&lt;br&gt;LastName:&lt;b&gt;test1&lt;/b&gt;&lt;br&gt;FirstName:&lt;b&gt;Testcon&lt;/b&gt;&lt;br&gt;Lead Source:&lt;b&gt;&lt;/b&gt;&lt;br&gt;Department:&lt;b&gt;&lt;/b&gt;&lt;br&gt;Description:&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;And &lt;b&gt;CustomerPortal Login Details&lt;/b&gt; is sent to the EmailID :-&lt;br&gt;&lt;br&gt;Thank You&lt;br&gt;Admin&lt;br&gt;&lt;br&gt;'),(9,'time_start',NULL,'07:28:16'),(9,'createdtime',NULL,'2021-12-14 07:28:16'),(9,'modifiedby',NULL,'1'),(9,'from_email',NULL,'info@varianceinfotech.com'),(9,'saved_toid',NULL,'[&quot;info@varianceinfotech.com&quot;]'),(9,'ccmail',NULL,'[&quot;&quot;]'),(9,'bccmail',NULL,'[&quot;&quot;]'),(9,'parent_id',NULL,'7@1|'),(9,'email_flag',NULL,'SENT'),(9,'source',NULL,'CRM'),(9,'record_id',NULL,'15'),(9,'record_module',NULL,'Emails'),(11,'label',NULL,'TestPro2'),(11,'productname',NULL,'TestPro2'),(11,'product_no',NULL,'PRO5'),(11,'discontinued',NULL,'1'),(11,'createdtime',NULL,'2021-12-15 06:09:06'),(11,'modifiedby',NULL,'1'),(11,'unit_price',NULL,'1.00000000'),(11,'commissionrate',NULL,'0.000'),(11,'qty_per_unit',NULL,'0.00'),(11,'qtyinstock',NULL,'0.000'),(11,'assigned_user_id',NULL,'1'),(11,'purchase_cost',NULL,'1.00000000'),(11,'source',NULL,'CRM'),(11,'record_id',NULL,'22'),(11,'record_module',NULL,'Products'),(12,'unit_price','0.00000000','10.00000000'),(12,'purchase_cost','0.00000000','10.00000000'),(13,'item_name',NULL,'12'),(13,'item_qty',NULL,'1'),(13,'item_center',NULL,'CER - Ceerigaabo'),(13,'item_ostatus',NULL,'Created'),(13,'createdtime',NULL,'2021-12-17 11:40:32'),(13,'assigned_user_id',NULL,'5'),(13,'source',NULL,'CRM'),(13,'record_id',NULL,'28'),(13,'record_module',NULL,'InventoryOrder'),(14,'item_ostatus','Created','Approved'),(14,'assigned_user_id','5','6'),(15,'label',NULL,'Inventory Order'),(15,'item_name',NULL,'22'),(15,'item_qty',NULL,'1'),(15,'item_ostatus',NULL,'Created'),(15,'item_remarks',NULL,'Inventory Order'),(15,'createdtime',NULL,'2021-12-17 11:58:01'),(15,'assigned_user_id',NULL,'5'),(15,'source',NULL,'CRM'),(15,'record_id',NULL,'29'),(15,'record_module',NULL,'InventoryOrder'),(16,'item_ostatus','Created','Approved'),(16,'assigned_user_id','5','6'),(17,'label',NULL,'Testsap Testid'),(17,'firstname',NULL,'Testsap'),(17,'contact_no',NULL,'CON3'),(17,'lastname',NULL,'Testid'),(17,'assigned_user_id',NULL,'1'),(17,'createdtime',NULL,'2021-12-17 12:10:53'),(17,'modifiedby',NULL,'1'),(17,'source',NULL,'CRM'),(17,'contact_simnumber',NULL,'0.00000000'),(17,'record_id',NULL,'30'),(17,'record_module',NULL,'Contacts'),(18,'item_name',NULL,'12'),(18,'item_qty',NULL,'2'),(18,'item_orderid',NULL,'INV014'),(18,'item_center',NULL,'CER - Ceerigaabo'),(18,'item_ostatus',NULL,'Created'),(18,'createdtime',NULL,'2021-12-17 12:15:17'),(18,'assigned_user_id',NULL,'5'),(18,'source',NULL,'CRM'),(18,'record_id',NULL,'31'),(18,'record_module',NULL,'InventoryOrder'),(19,'label',NULL,'INV015'),(19,'item_name',NULL,'12'),(19,'item_qty',NULL,'26'),(19,'item_orderid',NULL,'INV015'),(19,'item_ostatus',NULL,'Created'),(19,'createdtime',NULL,'2021-12-17 12:41:28'),(19,'assigned_user_id',NULL,'5'),(19,'source',NULL,'CRM'),(19,'record_id',NULL,'32'),(19,'record_module',NULL,'InventoryOrder'),(20,'item_qty','26','20'),(21,'item_qty','20','10'),(22,'label',NULL,'INV016'),(22,'item_name',NULL,'22'),(22,'item_orderid',NULL,'INV016'),(22,'item_ostatus',NULL,'Created'),(22,'createdtime',NULL,'2021-12-17 12:48:41'),(22,'assigned_user_id',NULL,'5'),(22,'source',NULL,'CRM'),(22,'record_id',NULL,'33'),(22,'record_module',NULL,'InventoryOrder'),(23,'label',NULL,'INV017'),(23,'item_name',NULL,'12'),(23,'item_qty',NULL,'10'),(23,'item_orderid',NULL,'INV017'),(23,'item_ostatus',NULL,'Created'),(23,'createdtime',NULL,'2021-12-17 12:50:09'),(23,'assigned_user_id',NULL,'5'),(23,'source',NULL,'CRM'),(23,'record_id',NULL,'34'),(23,'record_module',NULL,'InventoryOrder'),(24,'item_qty','0','2'),(25,'item_qty','2','3'),(26,'item_qty','3','2'),(27,'item_qty','2','3'),(28,'item_qty','3','2'),(29,'label',NULL,'INV018'),(29,'item_name',NULL,'11'),(29,'item_qty',NULL,'3'),(29,'item_orderid',NULL,'INV018'),(29,'item_center',NULL,'CER - Ceerigaabo'),(29,'item_ostatus',NULL,'Created'),(29,'item_remarks',NULL,'sim'),(29,'createdtime',NULL,'2021-12-23 10:10:40'),(29,'assigned_user_id',NULL,'5'),(29,'source',NULL,'CRM'),(29,'record_id',NULL,'37'),(29,'record_module',NULL,'InventoryOrder'),(30,'item_ostatus','Created','Approved'),(30,'assigned_user_id','5','6'),(31,'label',NULL,'INV019'),(31,'item_name',NULL,'10'),(31,'item_qty',NULL,'3'),(31,'item_orderid',NULL,'INV019'),(31,'item_center',NULL,'CER - Ceerigaabo'),(31,'item_remarks',NULL,'SIM Card-1'),(31,'createdtime',NULL,'2021-12-28 04:32:23'),(31,'assigned_user_id',NULL,'5'),(31,'source',NULL,'CRM'),(31,'record_id',NULL,'38'),(31,'record_module',NULL,'InventoryOrder'),(32,'label',NULL,'INV020'),(32,'item_name',NULL,'12'),(32,'item_qty',NULL,'3'),(32,'item_orderid',NULL,'INV020'),(32,'item_center',NULL,'CER - Ceerigaabo'),(32,'item_remarks',NULL,'MIFI'),(32,'createdtime',NULL,'2021-12-28 04:38:59'),(32,'assigned_user_id',NULL,'6'),(32,'source',NULL,'CRM'),(32,'record_id',NULL,'39'),(32,'record_module',NULL,'InventoryOrder'),(33,'label',NULL,'INV021'),(33,'item_name',NULL,'12'),(33,'item_qty',NULL,'4'),(33,'item_orderid',NULL,'INV021'),(33,'item_ostatus',NULL,'Created'),(33,'item_remarks',NULL,'MIFI'),(33,'createdtime',NULL,'2021-12-28 04:54:20'),(33,'assigned_user_id',NULL,'5'),(33,'source',NULL,'CRM'),(33,'record_id',NULL,'40'),(33,'record_module',NULL,'InventoryOrder'),(34,'item_ostatus','Created','Approved'),(34,'assigned_user_id','5','6'),(35,'label',NULL,'INV022'),(35,'item_name',NULL,'10'),(35,'item_qty',NULL,'3'),(35,'item_orderid',NULL,'INV022'),(35,'item_ostatus',NULL,'Created'),(35,'createdtime',NULL,'2022-01-04 05:47:14'),(35,'assigned_user_id',NULL,'5'),(35,'source',NULL,'CRM'),(35,'record_id',NULL,'41'),(35,'record_module',NULL,'InventoryOrder'),(36,'item_ostatus','Created','Approved'),(36,'assigned_user_id','5','6'),(37,'label',NULL,'INV023'),(37,'item_name',NULL,'10'),(37,'item_qty',NULL,'3'),(37,'item_orderid',NULL,'INV023'),(37,'item_ostatus',NULL,'Created'),(37,'createdtime',NULL,'2022-01-04 06:37:53'),(37,'assigned_user_id',NULL,'5'),(37,'source',NULL,'CRM'),(37,'record_id',NULL,'42'),(37,'record_module',NULL,'InventoryOrder'),(38,'item_ostatus','Created','Approved'),(38,'assigned_user_id','5','6'),(61,'label',NULL,'E-SIM'),(61,'productname',NULL,'E-SIM'),(61,'product_no',NULL,'PRO6'),(61,'discontinued',NULL,'1'),(61,'createdtime',NULL,'2022-01-10 08:05:23'),(61,'modifiedby',NULL,'1'),(61,'unit_price',NULL,'10.00000000'),(61,'commissionrate',NULL,'0.000'),(61,'qty_per_unit',NULL,'0.00'),(61,'qtyinstock',NULL,'1000.000'),(61,'assigned_user_id',NULL,'1'),(61,'purchase_cost',NULL,'0.00000000'),(61,'source',NULL,'CRM'),(61,'record_id',NULL,'43'),(61,'record_module',NULL,'Products'),(62,'label',NULL,'INV024'),(62,'item_name',NULL,'43'),(62,'item_qty',NULL,'1000'),(62,'item_orderid',NULL,'INV024'),(62,'item_ostatus',NULL,'Created'),(62,'createdtime',NULL,'2022-01-10 08:12:55'),(62,'assigned_user_id',NULL,'5'),(62,'source',NULL,'CRM'),(62,'record_id',NULL,'44'),(62,'record_module',NULL,'InventoryOrder'),(63,'label',NULL,'INV025'),(63,'item_name',NULL,'43'),(63,'item_qty',NULL,'20'),(63,'item_orderid',NULL,'INV025'),(63,'item_ostatus',NULL,'Created'),(63,'item_remarks',NULL,'tt'),(63,'createdtime',NULL,'2022-01-10 08:13:30'),(63,'assigned_user_id',NULL,'5'),(63,'source',NULL,'CRM'),(63,'record_id',NULL,'45'),(63,'record_module',NULL,'InventoryOrder'),(64,'label',NULL,'INV026'),(64,'item_name',NULL,'43'),(64,'item_qty',NULL,'500'),(64,'item_orderid',NULL,'INV026'),(64,'item_center',NULL,'CER - Ceerigaabo'),(64,'item_ostatus',NULL,'Created'),(64,'createdtime',NULL,'2022-01-10 08:14:05'),(64,'assigned_user_id',NULL,'5'),(64,'source',NULL,'CRM'),(64,'record_id',NULL,'46'),(64,'record_module',NULL,'InventoryOrder'),(65,'qtyinstock','1000.000','20.000'),(66,'qtyinstock','20.000','1000.000'),(69,'label',NULL,'INV027'),(69,'item_name',NULL,'43'),(69,'item_qty',NULL,'500'),(69,'item_orderid',NULL,'INV027'),(69,'item_center',NULL,'HRG - Hargesya'),(69,'item_ostatus',NULL,'Created'),(69,'item_remarks',NULL,'test'),(69,'createdtime',NULL,'2022-01-10 08:20:37'),(69,'assigned_user_id',NULL,'5'),(69,'source',NULL,'CRM'),(69,'record_id',NULL,'47'),(69,'record_module',NULL,'InventoryOrder'),(70,'item_ostatus','Created','Approved'),(70,'assigned_user_id','5','6'),(76,'label',NULL,'SIM Card'),(76,'productname',NULL,'SIM Card'),(76,'product_no',NULL,'PRO7'),(76,'discontinued',NULL,'1'),(76,'createdtime',NULL,'2022-01-10 11:07:57'),(76,'modifiedby',NULL,'1'),(76,'unit_price',NULL,'1.00000000'),(76,'commissionrate',NULL,'0.000'),(76,'qty_per_unit',NULL,'0.00'),(76,'qtyinstock',NULL,'200.000'),(76,'assigned_user_id',NULL,'1'),(76,'purchase_cost',NULL,'0.00000000'),(76,'source',NULL,'CRM'),(76,'record_id',NULL,'48'),(76,'record_module',NULL,'Products'),(77,'qtyinstock','200.000','400.000'),(78,'label',NULL,'MIFI'),(78,'productname',NULL,'MIFI'),(78,'product_no',NULL,'PRO8'),(78,'discontinued',NULL,'1'),(78,'createdtime',NULL,'2022-01-11 10:16:31'),(78,'modifiedby',NULL,'7'),(78,'unit_price',NULL,'30.00000000'),(78,'commissionrate',NULL,'0.000'),(78,'qty_per_unit',NULL,'0.00'),(78,'qtyinstock',NULL,'2.000'),(78,'assigned_user_id',NULL,'7'),(78,'purchase_cost',NULL,'30.00000000'),(78,'source',NULL,'CRM'),(78,'record_id',NULL,'49'),(78,'record_module',NULL,'Products'),(79,'label',NULL,'INV028'),(79,'item_name',NULL,'49'),(79,'item_qty',NULL,'3'),(79,'item_orderid',NULL,'INV028'),(79,'item_ostatus',NULL,'Created'),(79,'createdtime',NULL,'2022-01-11 10:17:03'),(79,'assigned_user_id',NULL,'10'),(79,'source',NULL,'CRM'),(79,'record_id',NULL,'50'),(79,'record_module',NULL,'InventoryOrder'),(80,'item_ostatus','Created','Approved'),(80,'assigned_user_id','10','7'),(81,'modifiedby','7','1'),(81,'qtyinstock','2.000','5.000'),(82,'qtyinstock','5.000','2.000'),(83,'item_ostatus','Approved','Received'),(84,'modifiedby','1','7'),(84,'qtyinstock','2.000','-1.000'),(85,'modifiedby','7','1'),(85,'qtyinstock','-1.000','2.000'),(86,'label',NULL,'INV029'),(86,'item_name',NULL,'43'),(86,'item_qty',NULL,'100'),(86,'item_orderid',NULL,'INV029'),(86,'item_center',NULL,'BUH - Buuhoodle'),(86,'item_ostatus',NULL,'Created'),(86,'item_remarks',NULL,'test'),(86,'createdtime',NULL,'2022-01-11 13:46:08'),(86,'assigned_user_id',NULL,'10'),(86,'source',NULL,'CRM'),(86,'record_id',NULL,'55'),(86,'record_module',NULL,'InventoryOrder'),(87,'item_ostatus','Created','Approved'),(87,'assigned_user_id','10','7'),(88,'qtyinstock','1000.000','1100.000'),(100,'label',NULL,'E-SIM'),(100,'productname',NULL,'E-SIM'),(100,'product_no',NULL,'PRO9'),(100,'createdtime',NULL,'2022-01-12 12:01:20'),(100,'modifiedby',NULL,'10'),(100,'unit_price',NULL,'10.00000000'),(100,'qtyinstock',NULL,'100.000'),(100,'reorderlevel',NULL,'30'),(100,'assigned_user_id',NULL,'10'),(100,'source',NULL,'CRM'),(100,'purchaseoid',NULL,'001'),(100,'purchaseorderdt',NULL,'2022-01-01'),(100,'receivedt',NULL,'2022-01-12'),(100,'record_id',NULL,'56'),(100,'record_module',NULL,'Products'),(101,'label',NULL,'INV030'),(101,'item_name',NULL,'56'),(101,'item_qty',NULL,'20'),(101,'item_orderid',NULL,'INV030'),(101,'item_center',NULL,'HRG - Hargeisa'),(101,'item_ostatus',NULL,'Created'),(101,'item_remarks',NULL,'Salab'),(101,'createdtime',NULL,'2022-01-12 12:03:40'),(101,'assigned_user_id',NULL,'10'),(101,'source',NULL,'CRM'),(101,'record_id',NULL,'57'),(101,'record_module',NULL,'InventoryOrder'),(102,'item_center','HRG - Hargeisa','CER - Ceerigaabo'),(102,'item_remarks','Salab','Dalab'),(103,'label',NULL,'SIM Card'),(103,'productname',NULL,'SIM Card'),(103,'product_no',NULL,'PRO10'),(103,'createdtime',NULL,'2022-01-17 04:44:21'),(103,'modifiedby',NULL,'10'),(103,'unit_price',NULL,'1.00000000'),(103,'qtyinstock',NULL,'100.000'),(103,'reorderlevel',NULL,'40'),(103,'assigned_user_id',NULL,'10'),(103,'source',NULL,'CRM'),(103,'purchaseoid',NULL,'002'),(103,'purchaseorderdt',NULL,'2022-01-14'),(103,'receivedt',NULL,'2022-01-17'),(103,'record_id',NULL,'58'),(103,'record_module',NULL,'Products'),(104,'label',NULL,'INV031'),(104,'item_name',NULL,'58'),(104,'item_qty',NULL,'40'),(104,'item_orderid',NULL,'INV031'),(104,'item_center',NULL,'HRG - Hargeisa'),(104,'item_ostatus',NULL,'Created by admin'),(104,'createdtime',NULL,'2022-01-18 05:49:05'),(104,'assigned_user_id',NULL,'10'),(104,'source',NULL,'CRM'),(104,'record_id',NULL,'59'),(104,'record_module',NULL,'InventoryOrder'),(105,'item_ostatus','Created by admin','Approved'),(105,'assigned_user_id','10','17'),(106,'label',NULL,'INV032'),(106,'item_name',NULL,'56'),(106,'item_qty',NULL,'50'),(106,'item_orderid',NULL,'INV032'),(106,'item_center',NULL,'HRG - Hargeisa'),(106,'item_ostatus',NULL,'Created by admin'),(106,'createdtime',NULL,'2022-01-18 13:47:14'),(106,'assigned_user_id',NULL,'10'),(106,'source',NULL,'CRM'),(106,'record_id',NULL,'60'),(106,'record_module',NULL,'InventoryOrder'),(107,'label',NULL,'INV033'),(107,'item_name',NULL,'56'),(107,'item_qty',NULL,'10'),(107,'item_orderid',NULL,'INV033'),(107,'item_center',NULL,'BUH - Buuhoodle'),(107,'item_ostatus',NULL,'Created by admin'),(107,'createdtime',NULL,'2022-01-18 13:47:46'),(107,'assigned_user_id',NULL,'10'),(107,'source',NULL,'CRM'),(107,'record_id',NULL,'61'),(107,'record_module',NULL,'InventoryOrder'),(108,'item_ostatus','Created by admin','Approved'),(108,'assigned_user_id','10','17'),(109,'qtyinstock','100.000','110.000'),(110,'item_ostatus','Approved','Received'),(111,'modifiedby','10','17'),(112,'label',NULL,'INV034'),(112,'item_name',NULL,'56'),(112,'item_qty',NULL,'50'),(112,'item_orderid',NULL,'INV034'),(112,'item_center',NULL,'BRO - Burco'),(112,'item_ostatus',NULL,'Created by GSM'),(112,'createdtime',NULL,'2022-01-18 14:00:20'),(112,'assigned_user_id',NULL,'17'),(112,'source',NULL,'CRM'),(112,'record_id',NULL,'62'),(112,'record_module',NULL,'InventoryOrder'),(113,'item_ostatus','Created by GSM','Approved'),(113,'assigned_user_id','17','7'),(114,'qtyinstock','110.000','60.000'),(115,'label',NULL,'MIFI'),(115,'productname',NULL,'MIFI'),(115,'product_no',NULL,'PRO11'),(115,'createdtime',NULL,'2022-01-18 14:15:00'),(115,'modifiedby',NULL,'10'),(115,'unit_price',NULL,'50.00000000'),(115,'qtyinstock',NULL,'100.000'),(115,'reorderlevel',NULL,'10'),(115,'assigned_user_id',NULL,'10'),(115,'source',NULL,'CRM'),(115,'purchaseoid',NULL,'003'),(115,'purchaseorderdt',NULL,'2022-01-13'),(115,'receivedt',NULL,'2022-01-18'),(115,'record_id',NULL,'63'),(115,'record_module',NULL,'Products'),(116,'label',NULL,'INV035'),(116,'item_name',NULL,'63'),(116,'item_qty',NULL,'10'),(116,'item_orderid',NULL,'INV035'),(116,'item_center',NULL,'Ceeri'),(116,'item_ostatus',NULL,'Created by GSM'),(116,'item_remarks',NULL,'test'),(116,'createdtime',NULL,'2022-01-18 14:35:41'),(116,'assigned_user_id',NULL,'17'),(116,'source',NULL,'CRM'),(116,'record_id',NULL,'64'),(116,'record_module',NULL,'InventoryOrder'),(117,'label',NULL,'INV036'),(117,'item_name',NULL,'63'),(117,'item_qty',NULL,'25'),(117,'item_orderid',NULL,'INV036'),(117,'item_center',NULL,'HRG - Hargeisa'),(117,'item_ostatus',NULL,'Created by admin'),(117,'createdtime',NULL,'2022-01-19 05:37:47'),(117,'assigned_user_id',NULL,'10'),(117,'source',NULL,'CRM'),(117,'record_id',NULL,'65'),(117,'record_module',NULL,'InventoryOrder'),(118,'item_ostatus','Created by admin','Approved'),(118,'assigned_user_id','10','17'),(119,'qtyinstock','100.000','125.000'),(120,'label',NULL,'MIFI Mobile'),(120,'productname',NULL,'MIFI Mobile'),(120,'product_no',NULL,'PRO12'),(120,'createdtime',NULL,'2022-01-19 05:49:38'),(120,'modifiedby',NULL,'10'),(120,'unit_price',NULL,'25.00000000'),(120,'qtyinstock',NULL,'100.000'),(120,'assigned_user_id',NULL,'10'),(120,'source',NULL,'CRM'),(120,'purchaseoid',NULL,'MB10125'),(120,'purchaseorderdt',NULL,'2022-01-19'),(120,'receivedt',NULL,'2022-01-19'),(120,'record_id',NULL,'66'),(120,'record_module',NULL,'Products'),(121,'label',NULL,'INV037'),(121,'item_name',NULL,'66'),(121,'item_qty',NULL,'25'),(121,'item_orderid',NULL,'INV037'),(121,'item_center',NULL,'HRG - Hargeisa'),(121,'item_ostatus',NULL,'Created by admin'),(121,'createdtime',NULL,'2022-01-19 05:51:44'),(121,'assigned_user_id',NULL,'10'),(121,'source',NULL,'CRM'),(121,'record_id',NULL,'67'),(121,'record_module',NULL,'InventoryOrder'),(122,'item_ostatus','Created by admin','Approved'),(122,'assigned_user_id','10','17'),(123,'qtyinstock','100.000','125.000'),(124,'label',NULL,'INV038'),(124,'item_name',NULL,'66'),(124,'item_qty',NULL,'10'),(124,'item_orderid',NULL,'INV038'),(124,'item_center',NULL,'BRO - Burco'),(124,'item_ostatus',NULL,'Created by GSM'),(124,'createdtime',NULL,'2022-01-19 05:54:15'),(124,'assigned_user_id',NULL,'17'),(124,'source',NULL,'CRM'),(124,'record_id',NULL,'68'),(124,'record_module',NULL,'InventoryOrder'),(125,'item_ostatus','Created by GSM','Approved'),(125,'assigned_user_id','17','7'),(126,'modifiedby','10','17'),(126,'qtyinstock','125.000','115.000'),(127,'item_ostatus','Approved','Received'),(128,'modifiedby','17','7'),(129,'label',NULL,'INV039'),(129,'item_name',NULL,'66'),(129,'item_qty',NULL,'25'),(129,'item_orderid',NULL,'INV039'),(129,'item_center',NULL,'HRG - Hargeisa'),(129,'item_ostatus',NULL,'Created by admin'),(129,'createdtime',NULL,'2022-01-19 07:05:55'),(129,'assigned_user_id',NULL,'10'),(129,'source',NULL,'CRM'),(129,'record_id',NULL,'69'),(129,'record_module',NULL,'InventoryOrder'),(130,'item_ostatus','Created by admin','Approved'),(130,'assigned_user_id','10','17'),(131,'modifiedby','7','10'),(131,'qtyinstock','115.000','90.000'),(132,'label',NULL,'INV040'),(132,'item_name',NULL,'63'),(132,'item_qty',NULL,'5'),(132,'item_orderid',NULL,'INV040'),(132,'item_center',NULL,'HRG - Hargeisa'),(132,'item_ostatus',NULL,'Created by admin'),(132,'createdtime',NULL,'2022-01-19 07:08:57'),(132,'assigned_user_id',NULL,'10'),(132,'source',NULL,'CRM'),(132,'record_id',NULL,'70'),(132,'record_module',NULL,'InventoryOrder'),(133,'item_ostatus','Created by admin','Approved'),(133,'assigned_user_id','10','17'),(134,'qtyinstock','125.000','120.000'),(135,'label',NULL,'INV041'),(135,'item_name',NULL,'56'),(135,'item_qty',NULL,'12'),(135,'item_orderid',NULL,'INV041'),(135,'item_center',NULL,'HRG - Hargeisa'),(135,'item_ostatus',NULL,'Created by admin'),(135,'createdtime',NULL,'2022-01-19 07:15:09'),(135,'assigned_user_id',NULL,'10'),(135,'source',NULL,'CRM'),(135,'record_id',NULL,'71'),(135,'record_module',NULL,'InventoryOrder'),(136,'item_ostatus','Created by admin','Approved'),(136,'assigned_user_id','10','17'),(137,'modifiedby','17','10'),(137,'qtyinstock','60.000','48.000'),(138,'label',NULL,'INV042'),(138,'item_name',NULL,'58'),(138,'item_qty',NULL,'12'),(138,'item_orderid',NULL,'INV042'),(138,'item_center',NULL,'HRG - Hargeisa'),(138,'item_ostatus',NULL,'Created by admin'),(138,'createdtime',NULL,'2022-01-19 07:20:08'),(138,'assigned_user_id',NULL,'10'),(138,'source',NULL,'CRM'),(138,'record_id',NULL,'72'),(138,'record_module',NULL,'InventoryOrder'),(139,'item_ostatus','Created by admin','Approved'),(139,'assigned_user_id','10','17'),(140,'qtyinstock','100.000','88.000'),(141,'label',NULL,'INV043'),(141,'item_name',NULL,'58'),(141,'item_qty',NULL,'10'),(141,'item_orderid',NULL,'INV043'),(141,'item_center',NULL,'HRG - Hargeisa'),(141,'item_ostatus',NULL,'Created by admin'),(141,'createdtime',NULL,'2022-01-20 05:33:31'),(141,'assigned_user_id',NULL,'10'),(141,'source',NULL,'CRM'),(141,'record_id',NULL,'73'),(141,'record_module',NULL,'InventoryOrder'),(144,'label',NULL,'INV044'),(144,'item_name',NULL,'63'),(144,'item_qty',NULL,'10'),(144,'item_orderid',NULL,'INV044'),(144,'item_center',NULL,'HRG - Hargeisa'),(144,'item_ostatus',NULL,'Created by admin'),(144,'createdtime',NULL,'2022-01-20 06:04:26'),(144,'assigned_user_id',NULL,'10'),(144,'source',NULL,'CRM'),(144,'record_id',NULL,'74'),(144,'record_module',NULL,'InventoryOrder'),(145,'item_ostatus','Created by admin','Approved'),(145,'assigned_user_id','10','17'),(146,'qtyinstock','120.000','110.000'),(147,'label',NULL,'Sim card'),(147,'productname',NULL,'Sim card'),(147,'product_no',NULL,'PRO13'),(147,'createdtime',NULL,'2022-01-20 07:08:46'),(147,'modifiedby',NULL,'10'),(147,'unit_price',NULL,'60.00000000'),(147,'qtyinstock',NULL,'100.000'),(147,'assigned_user_id',NULL,'10'),(147,'source',NULL,'CRM'),(147,'purchaseoid',NULL,'SM1012'),(147,'purchaseorderdt',NULL,'2022-01-20'),(147,'receivedt',NULL,'2022-01-20'),(147,'record_id',NULL,'79'),(147,'record_module',NULL,'Products'),(148,'label',NULL,'INV045'),(148,'item_name',NULL,'79'),(148,'item_qty',NULL,'50'),(148,'item_orderid',NULL,'INV045'),(148,'item_center',NULL,'HRG - Hargeisa'),(148,'item_ostatus',NULL,'Created by admin'),(148,'createdtime',NULL,'2022-01-20 07:11:35'),(148,'assigned_user_id',NULL,'10'),(148,'source',NULL,'CRM'),(148,'record_id',NULL,'80'),(148,'record_module',NULL,'InventoryOrder'),(149,'item_ostatus','Created by admin','Approved'),(149,'assigned_user_id','10','17'),(150,'qtyinstock','100.000','50.000'),(151,'label',NULL,'INV046'),(151,'item_name',NULL,'79'),(151,'item_qty',NULL,'20'),(151,'item_orderid',NULL,'INV046'),(151,'item_center',NULL,'BRO - Burco'),(151,'item_ostatus',NULL,'Created by GSM'),(151,'createdtime',NULL,'2022-01-20 07:16:50'),(151,'assigned_user_id',NULL,'17'),(151,'source',NULL,'CRM'),(151,'record_id',NULL,'81'),(151,'record_module',NULL,'InventoryOrder'),(152,'item_ostatus','Created by GSM','Approved'),(152,'assigned_user_id','17','7'),(153,'modifiedby','10','17'),(154,'item_ostatus','Approved','Received'),(155,'modifiedby','17','7'),(156,'label',NULL,'INV047'),(156,'item_name',NULL,'79'),(156,'item_qty',NULL,'30'),(156,'item_orderid',NULL,'INV047'),(156,'item_center',NULL,'BRO - Burco'),(156,'item_ostatus',NULL,'Created by GSM'),(156,'createdtime',NULL,'2022-01-20 12:20:16'),(156,'assigned_user_id',NULL,'17'),(156,'source',NULL,'CRM'),(156,'record_id',NULL,'84'),(156,'record_module',NULL,'InventoryOrder'),(157,'item_ostatus','Created by GSM','Approved'),(157,'assigned_user_id','17','7'),(158,'modifiedby','7','17'),(159,'item_ostatus','Approved','Received'),(160,'modifiedby','17','7'),(161,'label',NULL,'INV048'),(161,'item_name',NULL,'79'),(161,'item_qty',NULL,'20'),(161,'item_orderid',NULL,'INV048'),(161,'item_center',NULL,'HRG - Hargeisa'),(161,'item_ostatus',NULL,'Created by admin'),(161,'createdtime',NULL,'2022-01-20 13:57:18'),(161,'assigned_user_id',NULL,'10'),(161,'source',NULL,'CRM'),(161,'record_id',NULL,'87'),(161,'record_module',NULL,'InventoryOrder'),(162,'item_ostatus','Created by admin','Approved'),(162,'assigned_user_id','10','17'),(163,'modifiedby','7','10'),(163,'qtyinstock','50.000','30.000'),(164,'item_ostatus','Approved','Received'),(165,'modifiedby','10','17'),(166,'label',NULL,'INV049'),(166,'item_name',NULL,'79'),(166,'item_qty',NULL,'10'),(166,'item_orderid',NULL,'INV049'),(166,'item_center',NULL,'HRG - Hargeisa'),(166,'item_ostatus',NULL,'Created by admin'),(166,'createdtime',NULL,'2022-01-21 13:02:46'),(166,'assigned_user_id',NULL,'10'),(166,'source',NULL,'CRM'),(166,'record_id',NULL,'88'),(166,'record_module',NULL,'InventoryOrder'),(167,'item_ostatus','Created by admin','Approved'),(167,'assigned_user_id','10','17'),(168,'modifiedby','17','10'),(169,'label',NULL,'INV050'),(169,'item_name',NULL,'79'),(169,'item_qty',NULL,'5'),(169,'item_orderid',NULL,'INV050'),(169,'item_center',NULL,'HRG - Hargeisa'),(169,'item_ostatus',NULL,'Created by admin'),(169,'createdtime',NULL,'2022-01-21 13:08:05'),(169,'assigned_user_id',NULL,'10'),(169,'source',NULL,'CRM'),(169,'record_id',NULL,'89'),(169,'record_module',NULL,'InventoryOrder'),(170,'label',NULL,'INV051'),(170,'item_name',NULL,'79'),(170,'item_qty',NULL,'10'),(170,'item_orderid',NULL,'INV051'),(170,'item_center',NULL,'HRG - Hargeisa'),(170,'item_ostatus',NULL,'Created by admin'),(170,'createdtime',NULL,'2022-01-24 09:26:08'),(170,'assigned_user_id',NULL,'10'),(170,'source',NULL,'CRM'),(170,'record_id',NULL,'90'),(170,'record_module',NULL,'InventoryOrder'),(171,'item_ostatus','Created by admin','Approved'),(171,'assigned_user_id','10','17'),(172,'item_ostatus','Approved','Received'),(173,'modifiedby','10','17'),(174,'label',NULL,'INV052'),(174,'item_name',NULL,'79'),(174,'item_qty',NULL,'15'),(174,'item_orderid',NULL,'INV052'),(174,'item_center',NULL,'HRG - Hargeisa'),(174,'item_ostatus',NULL,'Created by admin'),(174,'createdtime',NULL,'2022-01-24 09:28:59'),(174,'assigned_user_id',NULL,'10'),(174,'source',NULL,'CRM'),(174,'record_id',NULL,'91'),(174,'record_module',NULL,'InventoryOrder'),(175,'item_ostatus','Created by admin','Approved'),(175,'assigned_user_id','10','17'),(176,'modifiedby','17','10'),(177,'item_ostatus','Approved','Received'),(178,'modifiedby','10','17'),(179,'label',NULL,'INV053'),(179,'item_name',NULL,'63'),(179,'item_qty',NULL,'10'),(179,'item_orderid',NULL,'INV053'),(179,'item_center',NULL,'HRG - Hargeisa'),(179,'item_ostatus',NULL,'Created by admin'),(179,'createdtime',NULL,'2022-01-24 09:32:09'),(179,'assigned_user_id',NULL,'10'),(179,'source',NULL,'CRM'),(179,'record_id',NULL,'92'),(179,'record_module',NULL,'InventoryOrder'),(180,'item_ostatus','Created by admin','Approved'),(180,'assigned_user_id','10','17'),(181,'item_ostatus','Approved','Received'),(182,'modifiedby','10','17'),(183,'label',NULL,'INV054'),(183,'item_name',NULL,'63'),(183,'item_qty',NULL,'10'),(183,'item_orderid',NULL,'INV054'),(183,'item_center',NULL,'HRG - Hargeisa'),(183,'item_ostatus',NULL,'Created by admin'),(183,'createdtime',NULL,'2022-01-24 11:13:48'),(183,'assigned_user_id',NULL,'10'),(183,'source',NULL,'CRM'),(183,'record_id',NULL,'99'),(183,'record_module',NULL,'InventoryOrder'),(185,'label',NULL,'INV055'),(185,'item_name',NULL,'63'),(185,'item_qty',NULL,'10'),(185,'item_orderid',NULL,'INV055'),(185,'item_center',NULL,'HRG - Hargeisa'),(185,'item_ostatus',NULL,'Created by admin'),(185,'createdtime',NULL,'2022-01-24 11:16:59'),(185,'assigned_user_id',NULL,'10'),(185,'source',NULL,'CRM'),(185,'record_id',NULL,'100'),(185,'record_module',NULL,'InventoryOrder'),(187,'label',NULL,'INV056'),(187,'item_name',NULL,'63'),(187,'item_qty',NULL,'10'),(187,'item_orderid',NULL,'INV056'),(187,'item_center',NULL,'HRG - Hargeisa'),(187,'item_ostatus',NULL,'Created by admin'),(187,'createdtime',NULL,'2022-01-24 11:18:55'),(187,'assigned_user_id',NULL,'10'),(187,'source',NULL,'CRM'),(187,'record_id',NULL,'101'),(187,'record_module',NULL,'InventoryOrder'),(188,'item_ostatus','Created by admin','Approved'),(188,'assigned_user_id','10','17'),(189,'modifiedby','17','10'),(190,'item_ostatus','Approved','Received'),(191,'modifiedby','10','17'),(192,'label',NULL,'INV057'),(192,'item_name',NULL,'63'),(192,'item_qty',NULL,'110'),(192,'item_orderid',NULL,'INV057'),(192,'item_center',NULL,'HRG - Hargeisa'),(192,'item_ostatus',NULL,'Created by admin'),(192,'createdtime',NULL,'2022-01-24 11:24:42'),(192,'assigned_user_id',NULL,'10'),(192,'source',NULL,'CRM'),(192,'record_id',NULL,'102'),(192,'record_module',NULL,'InventoryOrder'),(193,'item_ostatus','Created by admin','Approved'),(193,'assigned_user_id','10','17'),(194,'modifiedby','17','10'),(195,'item_ostatus','Approved','Received'),(196,'modifiedby','10','17'),(197,'label',NULL,'INV058'),(197,'item_name',NULL,'63'),(197,'item_qty',NULL,'30'),(197,'item_orderid',NULL,'INV058'),(197,'item_center',NULL,'BRO - Burco'),(197,'item_ostatus',NULL,'Created by GSM'),(197,'createdtime',NULL,'2022-01-24 12:10:57'),(197,'assigned_user_id',NULL,'17'),(197,'source',NULL,'CRM'),(197,'record_id',NULL,'105'),(197,'record_module',NULL,'InventoryOrder'),(198,'item_ostatus','Created by GSM','Approved'),(198,'assigned_user_id','17','7'),(199,'label',NULL,'INV059'),(199,'item_name',NULL,'66'),(199,'item_qty',NULL,'30'),(199,'item_orderid',NULL,'INV059'),(199,'item_center',NULL,'HRG - Hargeisa'),(199,'item_ostatus',NULL,'Created by admin'),(199,'createdtime',NULL,'2022-01-24 13:49:56'),(199,'assigned_user_id',NULL,'10'),(199,'source',NULL,'CRM'),(199,'record_id',NULL,'108'),(199,'record_module',NULL,'InventoryOrder'),(200,'item_ostatus','Created by admin','Approved'),(200,'assigned_user_id','10','17'),(201,'item_ostatus','Approved','Received'),(202,'modifiedby','10','17'),(203,'label',NULL,'INV060'),(203,'item_name',NULL,'66'),(203,'item_qty',NULL,'10'),(203,'item_orderid',NULL,'INV060'),(203,'item_center',NULL,'HRG - Hargeisa'),(203,'item_ostatus',NULL,'Created by admin'),(203,'createdtime',NULL,'2022-01-25 06:05:17'),(203,'assigned_user_id',NULL,'10'),(203,'source',NULL,'CRM'),(203,'record_id',NULL,'109'),(203,'record_module',NULL,'InventoryOrder'),(204,'item_ostatus','Created by admin','Approved'),(204,'assigned_user_id','10','17'),(205,'modifiedby','17','10'),(206,'label',NULL,'INV061'),(206,'item_name',NULL,'66'),(206,'item_qty',NULL,'25'),(206,'item_orderid',NULL,'INV061'),(206,'item_center',NULL,'BUH - Buuhoodle'),(206,'item_ostatus',NULL,'Created by admin'),(206,'createdtime',NULL,'2022-01-25 06:16:10'),(206,'assigned_user_id',NULL,'10'),(206,'source',NULL,'CRM'),(206,'record_id',NULL,'110'),(206,'record_module',NULL,'InventoryOrder'),(207,'item_ostatus','Created by admin','Approved'),(207,'assigned_user_id','10','1'),(208,'qtyinstock','90.000','65.000'),(209,'label',NULL,'INV062'),(209,'item_name',NULL,'63'),(209,'item_qty',NULL,'30'),(209,'item_orderid',NULL,'INV062'),(209,'item_center',NULL,'HRG - Hargeisa'),(209,'item_ostatus',NULL,'Created by admin'),(209,'createdtime',NULL,'2022-01-25 06:25:58'),(209,'assigned_user_id',NULL,'10'),(209,'source',NULL,'CRM'),(209,'record_id',NULL,'111'),(209,'record_module',NULL,'InventoryOrder'),(210,'item_ostatus','Created by admin','Approved'),(210,'assigned_user_id','10','17'),(211,'modifiedby','17','10'),(211,'qtyinstock','110.000','80.000'),(212,'item_ostatus','Approved','Received'),(213,'modifiedby','10','17'),(214,'label',NULL,'INV063'),(214,'item_name',NULL,'66'),(214,'item_qty',NULL,'10'),(214,'item_orderid',NULL,'INV063'),(214,'item_center',NULL,'HRG - Hargeisa'),(214,'item_ostatus',NULL,'Created by admin'),(214,'createdtime',NULL,'2022-01-25 06:29:50'),(214,'assigned_user_id',NULL,'10'),(214,'source',NULL,'CRM'),(214,'record_id',NULL,'112'),(214,'record_module',NULL,'InventoryOrder'),(215,'item_ostatus','Created by admin','Approved'),(215,'assigned_user_id','10','17'),(216,'qtyinstock','65.000','55.000'),(217,'item_ostatus','Approved','Received'),(218,'modifiedby','10','17'),(219,'label',NULL,'INV064'),(219,'item_name',NULL,'79'),(219,'item_qty',NULL,'10'),(219,'item_orderid',NULL,'INV064'),(219,'item_center',NULL,'HRG - Hargeisa'),(219,'item_ostatus',NULL,'Created by admin'),(219,'createdtime',NULL,'2022-01-25 07:15:31'),(219,'assigned_user_id',NULL,'10'),(219,'source',NULL,'CRM'),(219,'record_id',NULL,'114'),(219,'record_module',NULL,'InventoryOrder'),(220,'item_ostatus','Created by admin','Approved'),(220,'assigned_user_id','10','17'),(221,'modifiedby','17','10'),(221,'qtyinstock','30.000','20.000'),(222,'item_ostatus','Created by admin','Approved'),(222,'assigned_user_id','10','17'),(223,'qtyinstock','20.000','15.000'),(224,'label',NULL,'INV065'),(224,'item_name',NULL,'66'),(224,'item_qty',NULL,'5'),(224,'item_orderid',NULL,'INV065'),(224,'item_center',NULL,'HRG - Hargeisa'),(224,'item_ostatus',NULL,'Created by admin'),(224,'createdtime',NULL,'2022-01-25 09:40:06'),(224,'assigned_user_id',NULL,'10'),(224,'source',NULL,'CRM'),(224,'record_id',NULL,'115'),(224,'record_module',NULL,'InventoryOrder'),(225,'item_ostatus','Created by admin','Approved'),(225,'assigned_user_id','10','17'),(226,'modifiedby','17','10'),(226,'qtyinstock','55.000','50.000'),(267,'label',NULL,'MIFI'),(267,'productname',NULL,'MIFI'),(267,'product_no',NULL,'PRO14'),(267,'createdtime',NULL,'2022-01-26 06:17:07'),(267,'modifiedby',NULL,'10'),(267,'unit_price',NULL,'35.00000000'),(267,'qtyinstock',NULL,'100.000'),(267,'reorderlevel',NULL,'20'),(267,'assigned_user_id',NULL,'10'),(267,'source',NULL,'CRM'),(267,'purchaseoid',NULL,'001'),(267,'purchaseorderdt',NULL,'2022-01-01'),(267,'receivedt',NULL,'2022-01-26'),(267,'record_id',NULL,'159'),(267,'record_module',NULL,'Products'),(268,'label',NULL,'INV066'),(268,'item_name',NULL,'159'),(268,'item_qty',NULL,'50'),(268,'item_orderid',NULL,'INV066'),(268,'item_center',NULL,'HRG - Hargeisa'),(268,'item_ostatus',NULL,'Created by admin'),(268,'item_remarks',NULL,'Waa la dalbaday.'),(268,'createdtime',NULL,'2022-01-26 06:19:26'),(268,'assigned_user_id',NULL,'10'),(268,'source',NULL,'CRM'),(268,'record_id',NULL,'160'),(268,'record_module',NULL,'InventoryOrder'),(269,'item_ostatus','Created by admin','Approved'),(269,'assigned_user_id','10','17'),(270,'qtyinstock','100.000','50.000'),(271,'item_ostatus','Approved','Received'),(272,'modifiedby','10','17'),(273,'label',NULL,'INV067'),(273,'item_name',NULL,'159'),(273,'item_qty',NULL,'20'),(273,'item_orderid',NULL,'INV067'),(273,'item_ostatus',NULL,'Created by GSM'),(273,'item_remarks',NULL,'test'),(273,'createdtime',NULL,'2022-01-26 06:29:51'),(273,'assigned_user_id',NULL,'17'),(273,'source',NULL,'CRM'),(273,'record_id',NULL,'161'),(273,'record_module',NULL,'InventoryOrder'),(274,'label',NULL,'INV068'),(274,'item_name',NULL,'159'),(274,'item_orderid',NULL,'INV068'),(274,'createdtime',NULL,'2022-01-27 05:48:22'),(274,'assigned_user_id',NULL,'7'),(274,'source',NULL,'CRM'),(274,'record_id',NULL,'183'),(274,'record_module',NULL,'InventoryOrder'),(275,'label',NULL,'INV069'),(275,'item_name',NULL,'159'),(275,'item_orderid',NULL,'INV069'),(275,'createdtime',NULL,'2022-01-27 06:15:17'),(275,'assigned_user_id',NULL,'7'),(275,'source',NULL,'CRM'),(275,'record_id',NULL,'286'),(275,'record_module',NULL,'InventoryOrder'),(276,'label',NULL,'INV070'),(276,'item_name',NULL,'159'),(276,'item_qty',NULL,'10'),(276,'item_orderid',NULL,'INV070'),(276,'item_center',NULL,'BRO - Burco'),(276,'item_ostatus',NULL,'Created by GSM'),(276,'createdtime',NULL,'2022-01-27 06:21:51'),(276,'assigned_user_id',NULL,'17'),(276,'source',NULL,'CRM'),(276,'record_id',NULL,'288'),(276,'record_module',NULL,'InventoryOrder'),(277,'item_ostatus','Created by GSM','Approved'),(277,'assigned_user_id','17','7'),(278,'item_ostatus','Approved','Received'),(279,'modifiedby','17','7'),(280,'label',NULL,'INV071'),(280,'item_name',NULL,'159'),(280,'item_qty',NULL,'5'),(280,'item_orderid',NULL,'INV071'),(280,'item_center',NULL,'BRO - Burco'),(280,'item_ostatus',NULL,'Created by GSM'),(280,'createdtime',NULL,'2022-01-27 06:48:20'),(280,'assigned_user_id',NULL,'17'),(280,'source',NULL,'CRM'),(280,'record_id',NULL,'291'),(280,'record_module',NULL,'InventoryOrder'),(281,'label',NULL,'INV072'),(281,'item_name',NULL,'159'),(281,'item_orderid',NULL,'INV072'),(281,'createdtime',NULL,'2022-01-27 06:49:38'),(281,'assigned_user_id',NULL,'7'),(281,'source',NULL,'CRM'),(281,'record_id',NULL,'292'),(281,'record_module',NULL,'InventoryOrder'),(282,'label',NULL,'INV073'),(282,'item_name',NULL,'159'),(282,'item_qty',NULL,'10'),(282,'item_orderid',NULL,'INV073'),(282,'item_center',NULL,'BRO - Burco'),(282,'item_ostatus',NULL,'Created by GSM'),(282,'createdtime',NULL,'2022-01-27 06:53:26'),(282,'assigned_user_id',NULL,'17'),(282,'source',NULL,'CRM'),(282,'record_id',NULL,'304'),(282,'record_module',NULL,'InventoryOrder'),(283,'item_ostatus','Created by GSM','Approved'),(283,'assigned_user_id','17','7'),(284,'modifiedby','7','17'),(285,'item_ostatus','Approved','Received'),(286,'modifiedby','17','7'),(287,'label',NULL,'INV074'),(287,'item_name',NULL,'159'),(287,'item_qty',NULL,'10'),(287,'item_orderid',NULL,'INV074'),(287,'item_center',NULL,'BRO - Burco'),(287,'item_ostatus',NULL,'Created by GSM'),(287,'createdtime',NULL,'2022-01-27 07:41:35'),(287,'assigned_user_id',NULL,'17'),(287,'source',NULL,'CRM'),(287,'record_id',NULL,'308'),(287,'record_module',NULL,'InventoryOrder'),(288,'label',NULL,'INV075'),(288,'item_name',NULL,'159'),(288,'item_qty',NULL,'10'),(288,'item_orderid',NULL,'INV075'),(288,'item_center',NULL,'HRG - Hargeisa'),(288,'item_ostatus',NULL,'Created by admin'),(288,'createdtime',NULL,'2022-01-28 05:31:55'),(288,'assigned_user_id',NULL,'10'),(288,'source',NULL,'CRM'),(288,'record_id',NULL,'322'),(288,'record_module',NULL,'InventoryOrder'),(289,'item_ostatus','Created by admin','Approved'),(289,'assigned_user_id','10','17'),(290,'modifiedby','7','10'),(290,'qtyinstock','50.000','40.000'),(291,'item_ostatus','Approved','Received'),(292,'modifiedby','10','17'),(293,'modifiedby','17','1'),(294,'label',NULL,'INV076'),(294,'item_name',NULL,'159'),(294,'item_qty',NULL,'10'),(294,'item_orderid',NULL,'INV076'),(294,'item_center',NULL,'HRG - Hargeisa'),(294,'item_ostatus',NULL,'Created by admin'),(294,'createdtime',NULL,'2022-01-29 04:31:34'),(294,'assigned_user_id',NULL,'10'),(294,'source',NULL,'CRM'),(294,'record_id',NULL,'341'),(294,'record_module',NULL,'InventoryOrder'),(295,'item_ostatus','Created by admin','Approved'),(295,'assigned_user_id','10','17'),(296,'modifiedby','1','10'),(296,'qtyinstock','40.000','30.000'),(297,'item_ostatus','Approved','Received'),(298,'modifiedby','10','17'),(299,'label',NULL,'INV077'),(299,'item_name',NULL,'159'),(299,'item_qty',NULL,'5'),(299,'item_orderid',NULL,'INV077'),(299,'item_center',NULL,'HRG - Hargeisa'),(299,'item_ostatus',NULL,'Created by admin'),(299,'createdtime',NULL,'2022-01-29 04:34:08'),(299,'assigned_user_id',NULL,'10'),(299,'source',NULL,'CRM'),(299,'record_id',NULL,'342'),(299,'record_module',NULL,'InventoryOrder'),(300,'item_qty','10','12'),(300,'item_center','BRO - Burco','HRG - Hargeisa'),(300,'item_ostatus','Created by GSM','Created by admin'),(301,'item_qty','12','15'),(302,'item_qty','15','10'),(303,'item_qty','10','11'),(304,'item_qty','11','12'),(305,'label',NULL,'INV078'),(305,'item_name',NULL,'159'),(305,'item_qty',NULL,'10'),(305,'item_orderid',NULL,'INV078'),(305,'item_center',NULL,'HRG - Hargesya'),(305,'item_ostatus',NULL,'Created by GSM'),(305,'item_remarks',NULL,'test'),(305,'createdtime',NULL,'2022-01-29 10:29:57'),(305,'assigned_user_id',NULL,'17'),(305,'source',NULL,'CRM'),(305,'record_id',NULL,'349'),(305,'record_module',NULL,'InventoryOrder'),(306,'label',NULL,'INV079'),(306,'item_name',NULL,'159'),(306,'item_qty',NULL,'10'),(306,'item_orderid',NULL,'INV079'),(306,'item_center',NULL,'HRG - Hargesya'),(306,'item_ostatus',NULL,'Created by GSM'),(306,'item_remarks',NULL,'test'),(306,'createdtime',NULL,'2022-01-29 10:31:33'),(306,'assigned_user_id',NULL,'17'),(306,'source',NULL,'CRM'),(306,'record_id',NULL,'350'),(306,'record_module',NULL,'InventoryOrder'),(307,'label',NULL,'INV080'),(307,'item_name',NULL,'159'),(307,'item_qty',NULL,'10'),(307,'item_orderid',NULL,'INV080'),(307,'item_center',NULL,'HRG - Hargesya'),(307,'item_ostatus',NULL,'Created by GSM'),(307,'item_remarks',NULL,'TEST'),(307,'createdtime',NULL,'2022-01-29 10:33:40'),(307,'assigned_user_id',NULL,'17'),(307,'source',NULL,'CRM'),(307,'record_id',NULL,'351'),(307,'record_module',NULL,'InventoryOrder'),(308,'label',NULL,'INV081'),(308,'item_name',NULL,'159'),(308,'item_qty',NULL,'1'),(308,'item_orderid',NULL,'INV081'),(308,'item_center',NULL,'HRG - Hargesya'),(308,'item_ostatus',NULL,'Created by GSM'),(308,'createdtime',NULL,'2022-01-29 10:33:53'),(308,'assigned_user_id',NULL,'17'),(308,'source',NULL,'CRM'),(308,'record_id',NULL,'352'),(308,'record_module',NULL,'InventoryOrder'),(309,'label',NULL,'INV082'),(309,'item_name',NULL,'159'),(309,'item_qty',NULL,'12'),(309,'item_orderid',NULL,'INV082'),(309,'item_center',NULL,'HRG - Hargesya'),(309,'item_ostatus',NULL,'Created by GSM'),(309,'createdtime',NULL,'2022-01-29 10:33:53'),(309,'assigned_user_id',NULL,'17'),(309,'source',NULL,'CRM'),(309,'record_id',NULL,'353'),(309,'record_module',NULL,'InventoryOrder'),(310,'label',NULL,'INV083'),(310,'item_name',NULL,'159'),(310,'item_qty',NULL,'10'),(310,'item_orderid',NULL,'INV083'),(310,'item_center',NULL,'HRG - Hargesya'),(310,'item_ostatus',NULL,'Created by GSM'),(310,'item_remarks',NULL,'test'),(310,'createdtime',NULL,'2022-01-29 10:41:54'),(310,'assigned_user_id',NULL,'17'),(310,'source',NULL,'CRM'),(310,'record_id',NULL,'354'),(310,'record_module',NULL,'InventoryOrder'),(316,'item_ostatus','Created by GSM','Approved'),(316,'assigned_user_id','17','6'),(317,'item_ostatus','Approved','Received'),(318,'modifiedby','17','6'),(319,'label',NULL,'INV084'),(319,'item_name',NULL,'159'),(319,'item_qty',NULL,'2'),(319,'item_orderid',NULL,'INV084'),(319,'item_center',NULL,'HRG - Hargesya'),(319,'item_ostatus',NULL,'Created by GSM'),(319,'createdtime',NULL,'2022-01-29 11:13:10'),(319,'assigned_user_id',NULL,'17'),(319,'source',NULL,'CRM'),(319,'record_id',NULL,'355'),(319,'record_module',NULL,'InventoryOrder'),(320,'label',NULL,'INV085'),(320,'item_name',NULL,'159'),(320,'item_qty',NULL,'12'),(320,'item_orderid',NULL,'INV085'),(320,'item_center',NULL,'HRG - Hargesya'),(320,'item_ostatus',NULL,'Created by GSM'),(320,'createdtime',NULL,'2022-01-29 11:14:16'),(320,'assigned_user_id',NULL,'17'),(320,'source',NULL,'CRM'),(320,'record_id',NULL,'356'),(320,'record_module',NULL,'InventoryOrder'),(321,'label',NULL,'INV086'),(321,'item_name',NULL,'159'),(321,'item_qty',NULL,'12'),(321,'item_orderid',NULL,'INV086'),(321,'item_center',NULL,'HRG - Hargesya'),(321,'item_ostatus',NULL,'Created by GSM'),(321,'createdtime',NULL,'2022-01-29 11:15:59'),(321,'assigned_user_id',NULL,'17'),(321,'source',NULL,'CRM'),(321,'record_id',NULL,'357'),(321,'record_module',NULL,'InventoryOrder'),(322,'label',NULL,'INV087'),(322,'item_name',NULL,'159'),(322,'item_qty',NULL,'12'),(322,'item_orderid',NULL,'INV087'),(322,'item_center',NULL,'HRG - Hargesya'),(322,'item_ostatus',NULL,'Created by GSM'),(322,'createdtime',NULL,'2022-01-29 11:16:43'),(322,'assigned_user_id',NULL,'17'),(322,'source',NULL,'CRM'),(322,'record_id',NULL,'358'),(322,'record_module',NULL,'InventoryOrder'),(323,'label',NULL,'INV088'),(323,'item_name',NULL,'159'),(323,'item_qty',NULL,'5'),(323,'item_orderid',NULL,'INV088'),(323,'item_center',NULL,'HRG - Hargesya'),(323,'item_ostatus',NULL,'Created by GSM'),(323,'item_remarks',NULL,'Test'),(323,'createdtime',NULL,'2022-01-29 11:22:45'),(323,'assigned_user_id',NULL,'17'),(323,'source',NULL,'CRM'),(323,'record_id',NULL,'359'),(323,'record_module',NULL,'InventoryOrder'),(343,'label',NULL,'MIFI'),(343,'productname',NULL,'MIFI'),(343,'product_no',NULL,'PRO15'),(343,'createdtime',NULL,'2022-01-30 04:47:20'),(343,'modifiedby',NULL,'10'),(343,'unit_price',NULL,'30.00000000'),(343,'qtyinstock',NULL,'100.000'),(343,'reorderlevel',NULL,'20'),(343,'assigned_user_id',NULL,'10'),(343,'source',NULL,'CRM'),(343,'purchaseoid',NULL,'001'),(343,'purchaseorderdt',NULL,'2022-01-01'),(343,'receivedt',NULL,'2022-01-29'),(343,'record_id',NULL,'360'),(343,'record_module',NULL,'Products'),(344,'label',NULL,'INV089'),(344,'item_name',NULL,'360'),(344,'item_qty',NULL,'10'),(344,'item_orderid',NULL,'INV089'),(344,'item_center',NULL,'HRG - Hargeisa'),(344,'item_ostatus',NULL,'Created by admin'),(344,'item_remarks',NULL,'MIFI cusub'),(344,'createdtime',NULL,'2022-01-30 04:49:05'),(344,'assigned_user_id',NULL,'10'),(344,'source',NULL,'CRM'),(344,'record_id',NULL,'361'),(344,'record_module',NULL,'InventoryOrder'),(345,'item_ostatus','Created by admin','Approved'),(345,'assigned_user_id','10','17'),(346,'qtyinstock','100.000','90.000'),(347,'item_ostatus','Approved','Received'),(348,'modifiedby','10','17'),(349,'label',NULL,'INV090'),(349,'item_name',NULL,'360'),(349,'item_qty',NULL,'5'),(349,'item_orderid',NULL,'INV090'),(349,'item_center',NULL,'HRG - Hargesya'),(349,'item_ostatus',NULL,'Created by GSM'),(349,'item_remarks',NULL,'Waa ladalbaday.'),(349,'createdtime',NULL,'2022-01-30 05:02:21'),(349,'assigned_user_id',NULL,'17'),(349,'source',NULL,'CRM'),(349,'record_id',NULL,'362'),(349,'record_module',NULL,'InventoryOrder'),(350,'item_ostatus','Created by GSM','Approved'),(350,'assigned_user_id','17','6'),(351,'item_ostatus','Approved','Received'),(352,'modifiedby','17','6'),(353,'label',NULL,'INV091'),(353,'item_name',NULL,'360'),(353,'item_qty',NULL,'2'),(353,'item_orderid',NULL,'INV091'),(353,'item_center',NULL,'BRO - Burco'),(353,'item_ostatus',NULL,'Created by GSM'),(353,'createdtime',NULL,'2022-01-31 05:41:38'),(353,'assigned_user_id',NULL,'17'),(353,'source',NULL,'CRM'),(353,'record_id',NULL,'365'),(353,'record_module',NULL,'InventoryOrder'),(354,'item_ostatus','Created by GSM','Approved'),(354,'assigned_user_id','17','7'),(355,'modifiedby','6','17'),(356,'label',NULL,'Phone'),(356,'productname',NULL,'Phone'),(356,'product_no',NULL,'PRO16'),(356,'createdtime',NULL,'2022-01-31 11:52:50'),(356,'modifiedby',NULL,'10'),(356,'unit_price',NULL,'20.00000000'),(356,'qtyinstock',NULL,'50.000'),(356,'reorderlevel',NULL,'10'),(356,'assigned_user_id',NULL,'10'),(356,'source',NULL,'CRM'),(356,'purchaseoid',NULL,'002'),(356,'purchaseorderdt',NULL,'2022-01-01'),(356,'receivedt',NULL,'2022-01-31'),(356,'record_id',NULL,'387'),(356,'record_module',NULL,'Products'),(357,'label',NULL,'INV092'),(357,'item_name',NULL,'387'),(357,'item_qty',NULL,'30'),(357,'item_orderid',NULL,'INV092'),(357,'item_center',NULL,'HRG - Hargeisa'),(357,'item_ostatus',NULL,'Created by admin'),(357,'item_remarks',NULL,'Test'),(357,'createdtime',NULL,'2022-01-31 11:53:44'),(357,'assigned_user_id',NULL,'10'),(357,'source',NULL,'CRM'),(357,'record_id',NULL,'388'),(357,'record_module',NULL,'InventoryOrder'),(358,'item_ostatus','Created by admin','Approved'),(358,'assigned_user_id','10','17'),(359,'qtyinstock','50.000','20.000'),(360,'label',NULL,'INV093'),(360,'item_name',NULL,'387'),(360,'item_qty',NULL,'10'),(360,'item_orderid',NULL,'INV093'),(360,'item_center',NULL,'HRG - Hargesya'),(360,'item_ostatus',NULL,'Created by GSM'),(360,'item_remarks',NULL,'test'),(360,'createdtime',NULL,'2022-01-31 12:00:49'),(360,'assigned_user_id',NULL,'17'),(360,'source',NULL,'CRM'),(360,'record_id',NULL,'389'),(360,'record_module',NULL,'InventoryOrder'),(361,'item_ostatus','Created by GSM','Approved'),(361,'assigned_user_id','17','6'),(362,'modifiedby','10','17'),(363,'item_ostatus','Approved','Received'),(364,'modifiedby','17','6'),(365,'item_ostatus','Approved','Received'),(366,'modifiedby','6','17'),(367,'label',NULL,'CellPhone'),(367,'productname',NULL,'CellPhone'),(367,'product_no',NULL,'PRO17'),(367,'createdtime',NULL,'2022-01-31 12:15:05'),(367,'modifiedby',NULL,'10'),(367,'unit_price',NULL,'50.00000000'),(367,'qtyinstock',NULL,'50.000'),(367,'assigned_user_id',NULL,'10'),(367,'source',NULL,'CRM'),(367,'purchaseorderdt',NULL,'2022-01-31'),(367,'receivedt',NULL,'2022-01-31'),(367,'record_id',NULL,'392'),(367,'record_module',NULL,'Products'),(368,'label',NULL,'INV094'),(368,'item_name',NULL,'392'),(368,'item_qty',NULL,'20'),(368,'item_orderid',NULL,'INV094'),(368,'item_center',NULL,'HRG - Hargeisa'),(368,'item_ostatus',NULL,'Created by admin'),(368,'createdtime',NULL,'2022-01-31 12:16:48'),(368,'assigned_user_id',NULL,'10'),(368,'source',NULL,'CRM'),(368,'record_id',NULL,'393'),(368,'record_module',NULL,'InventoryOrder'),(369,'item_ostatus','Created by admin','Approved'),(369,'assigned_user_id','10','17'),(370,'qtyinstock','50.000','30.000'),(371,'label',NULL,'INV095'),(371,'item_name',NULL,'392'),(371,'item_qty',NULL,'10'),(371,'item_orderid',NULL,'INV095'),(371,'item_center',NULL,'BRO - Burco'),(371,'item_ostatus',NULL,'Created by GSM'),(371,'createdtime',NULL,'2022-01-31 12:23:35'),(371,'assigned_user_id',NULL,'17'),(371,'source',NULL,'CRM'),(371,'record_id',NULL,'394'),(371,'record_module',NULL,'InventoryOrder'),(372,'item_ostatus','Created by GSM','Approved'),(372,'assigned_user_id','17','7'),(373,'modifiedby','10','17'),(374,'label',NULL,'Cellphone-1'),(374,'productname',NULL,'Cellphone-1'),(374,'product_no',NULL,'PRO18'),(374,'createdtime',NULL,'2022-02-02 06:32:11'),(374,'modifiedby',NULL,'10'),(374,'unit_price',NULL,'50.00000000'),(374,'qtyinstock',NULL,'50.000'),(374,'assigned_user_id',NULL,'10'),(374,'source',NULL,'CRM'),(374,'purchaseorderdt',NULL,'2022-02-02'),(374,'receivedt',NULL,'2022-02-02'),(374,'record_id',NULL,'397'),(374,'record_module',NULL,'Products'),(375,'label',NULL,'INV096'),(375,'item_name',NULL,'397'),(375,'item_qty',NULL,'20'),(375,'item_orderid',NULL,'INV096'),(375,'item_center',NULL,'HRG - Hargeisa'),(375,'item_ostatus',NULL,'Created by admin'),(375,'createdtime',NULL,'2022-02-02 06:33:01'),(375,'assigned_user_id',NULL,'10'),(375,'source',NULL,'CRM'),(375,'record_id',NULL,'398'),(375,'record_module',NULL,'InventoryOrder'),(376,'item_ostatus','Created by admin','Approved'),(376,'assigned_user_id','10','17'),(377,'qtyinstock','50.000','30.000'),(377,'approvedstock','0','20'),(378,'item_ostatus','Approved','Received by admin'),(379,'modifiedby','10','17'),(380,'label',NULL,'INV097'),(380,'item_name',NULL,'397'),(380,'item_qty',NULL,'10'),(380,'item_orderid',NULL,'INV097'),(380,'item_center',NULL,'BRO - Burco'),(380,'item_ostatus',NULL,'Created by GSM'),(380,'createdtime',NULL,'2022-02-02 07:08:09'),(380,'assigned_user_id',NULL,'17'),(380,'source',NULL,'CRM'),(380,'parentinventoryorderid',NULL,'398'),(380,'record_id',NULL,'399'),(380,'record_module',NULL,'InventoryOrder'),(381,'item_ostatus','Created by GSM','Approved'),(381,'assigned_user_id','17','7'),(382,'item_ostatus','Approved','Received by GSM'),(383,'modifiedby','17','7'),(384,'label',NULL,'Cellphone-2'),(384,'productname',NULL,'Cellphone-2'),(384,'product_no',NULL,'PRO19'),(384,'createdtime',NULL,'2022-02-02 09:30:46'),(384,'modifiedby',NULL,'10'),(384,'unit_price',NULL,'50.00000000'),(384,'qtyinstock',NULL,'50.000'),(384,'assigned_user_id',NULL,'10'),(384,'source',NULL,'CRM'),(384,'purchaseorderdt',NULL,'2022-02-02'),(384,'receivedt',NULL,'2022-02-02'),(384,'record_id',NULL,'402'),(384,'record_module',NULL,'Products'),(385,'label',NULL,'INV098'),(385,'item_name',NULL,'402'),(385,'item_qty',NULL,'25'),(385,'item_orderid',NULL,'INV098'),(385,'item_center',NULL,'HRG - Hargeisa'),(385,'item_ostatus',NULL,'Created by admin'),(385,'createdtime',NULL,'2022-02-02 09:32:26'),(385,'assigned_user_id',NULL,'10'),(385,'source',NULL,'CRM'),(385,'record_id',NULL,'403'),(385,'record_module',NULL,'InventoryOrder'),(386,'item_ostatus','Created by admin','Approved'),(386,'assigned_user_id','10','17'),(387,'qtyinstock','50.000','25.000'),(387,'approvedstock','0','25'),(388,'item_ostatus','Approved','Received by admin'),(389,'modifiedby','10','17'),(390,'label',NULL,'INV099'),(390,'item_name',NULL,'402'),(390,'item_qty',NULL,'10'),(390,'item_orderid',NULL,'INV099'),(390,'item_center',NULL,'BRO - Burco'),(390,'item_ostatus',NULL,'Created by GSM'),(390,'createdtime',NULL,'2022-02-02 09:37:20'),(390,'assigned_user_id',NULL,'17'),(390,'source',NULL,'CRM'),(390,'parentinventoryorderid',NULL,'403'),(390,'record_id',NULL,'404'),(390,'record_module',NULL,'InventoryOrder'),(391,'item_ostatus','Created by GSM','Approved'),(391,'assigned_user_id','17','7'),(392,'item_ostatus','Approved','Received by GSM'),(393,'modifiedby','17','7'),(394,'label',NULL,'Cellphone-3'),(394,'productname',NULL,'Cellphone-3'),(394,'product_no',NULL,'PRO20'),(394,'createdtime',NULL,'2022-02-02 11:39:17'),(394,'modifiedby',NULL,'10'),(394,'unit_price',NULL,'50.00000000'),(394,'qtyinstock',NULL,'40.000'),(394,'assigned_user_id',NULL,'10'),(394,'source',NULL,'CRM'),(394,'purchaseorderdt',NULL,'2022-02-02'),(394,'receivedt',NULL,'2022-02-02'),(394,'record_id',NULL,'411'),(394,'record_module',NULL,'Products'),(395,'label',NULL,'INV100'),(395,'item_name',NULL,'411'),(395,'item_qty',NULL,'10'),(395,'item_orderid',NULL,'INV100'),(395,'item_center',NULL,'HRG - Hargeisa'),(395,'item_ostatus',NULL,'Created by admin'),(395,'createdtime',NULL,'2022-02-02 11:40:13'),(395,'assigned_user_id',NULL,'10'),(395,'source',NULL,'CRM'),(395,'record_id',NULL,'412'),(395,'record_module',NULL,'InventoryOrder'),(396,'item_ostatus','Created by admin','Approved'),(396,'assigned_user_id','10','17'),(397,'qtyinstock','40.000','30.000'),(397,'approvedstock','0','10'),(398,'item_ostatus','Approved','Received by admin'),(399,'modifiedby','10','17'),(400,'label',NULL,'INV101'),(400,'item_name',NULL,'411'),(400,'item_qty',NULL,'5'),(400,'item_orderid',NULL,'INV101'),(400,'item_center',NULL,'BRO - Burco'),(400,'item_ostatus',NULL,'Created by GSM'),(400,'createdtime',NULL,'2022-02-02 11:43:37'),(400,'assigned_user_id',NULL,'17'),(400,'source',NULL,'CRM'),(400,'parentinventoryorderid',NULL,'412'),(400,'record_id',NULL,'413'),(400,'record_module',NULL,'InventoryOrder'),(401,'item_ostatus','Created by GSM','Approved'),(401,'assigned_user_id','17','7'),(402,'item_ostatus','Approved','Received by GSM'),(403,'modifiedby','17','7'),(404,'label',NULL,'Cellphone-4'),(404,'productname',NULL,'Cellphone-4'),(404,'product_no',NULL,'PRO21'),(404,'createdtime',NULL,'2022-02-02 11:55:29'),(404,'modifiedby',NULL,'10'),(404,'unit_price',NULL,'60.00000000'),(404,'qtyinstock',NULL,'40.000'),(404,'assigned_user_id',NULL,'10'),(404,'source',NULL,'CRM'),(404,'purchaseorderdt',NULL,'2022-02-02'),(404,'receivedt',NULL,'2022-02-02'),(404,'record_id',NULL,'417'),(404,'record_module',NULL,'Products'),(405,'label',NULL,'INV102'),(405,'item_name',NULL,'417'),(405,'item_qty',NULL,'20'),(405,'item_orderid',NULL,'INV102'),(405,'item_center',NULL,'HRG - Hargeisa'),(405,'item_ostatus',NULL,'Created by admin'),(405,'createdtime',NULL,'2022-02-02 11:57:19'),(405,'assigned_user_id',NULL,'10'),(405,'source',NULL,'CRM'),(405,'record_id',NULL,'418'),(405,'record_module',NULL,'InventoryOrder'),(406,'item_ostatus','Created by admin','Approved'),(406,'assigned_user_id','10','17'),(407,'qtyinstock','40.000','20.000'),(407,'approvedstock','0','20'),(408,'item_ostatus','Approved','Received by admin'),(409,'modifiedby','10','17'),(410,'label',NULL,'INV103'),(410,'item_name',NULL,'417'),(410,'item_qty',NULL,'10'),(410,'item_orderid',NULL,'INV103'),(410,'item_center',NULL,'BRO - Burco'),(410,'item_ostatus',NULL,'Created by GSM'),(410,'createdtime',NULL,'2022-02-02 12:01:49'),(410,'assigned_user_id',NULL,'17'),(410,'source',NULL,'CRM'),(410,'parentinventoryorderid',NULL,'418'),(410,'record_id',NULL,'419'),(410,'record_module',NULL,'InventoryOrder'),(411,'item_ostatus','Created by GSM','Approved'),(411,'assigned_user_id','17','7'),(412,'item_ostatus','Approved','Received by GSM'),(413,'modifiedby','17','7'),(414,'label',NULL,'Cellphone 5'),(414,'productname',NULL,'Cellphone 5'),(414,'product_no',NULL,'PRO22'),(414,'createdtime',NULL,'2022-02-02 12:12:57'),(414,'modifiedby',NULL,'10'),(414,'unit_price',NULL,'20.00000000'),(414,'qtyinstock',NULL,'50.000'),(414,'assigned_user_id',NULL,'10'),(414,'source',NULL,'CRM'),(414,'purchaseorderdt',NULL,'2022-02-02'),(414,'receivedt',NULL,'2022-02-02'),(414,'record_id',NULL,'423'),(414,'record_module',NULL,'Products'),(415,'label',NULL,'INV104'),(415,'item_name',NULL,'423'),(415,'item_qty',NULL,'10'),(415,'item_orderid',NULL,'INV104'),(415,'item_center',NULL,'HRG - Hargeisa'),(415,'item_ostatus',NULL,'Created by admin'),(415,'createdtime',NULL,'2022-02-02 12:14:13'),(415,'assigned_user_id',NULL,'10'),(415,'source',NULL,'CRM'),(415,'record_id',NULL,'424'),(415,'record_module',NULL,'InventoryOrder'),(416,'item_ostatus','Created by admin','Approved'),(416,'assigned_user_id','10','17'),(417,'qtyinstock','50.000','40.000'),(417,'approvedstock','0','10'),(418,'item_ostatus','Approved','Received by admin'),(419,'modifiedby','10','17'),(420,'label',NULL,'INV105'),(420,'item_name',NULL,'423'),(420,'item_qty',NULL,'5'),(420,'item_orderid',NULL,'INV105'),(420,'item_center',NULL,'BRO - Burco'),(420,'item_ostatus',NULL,'Created by GSM'),(420,'createdtime',NULL,'2022-02-02 12:55:40'),(420,'assigned_user_id',NULL,'17'),(420,'source',NULL,'CRM'),(420,'parentinventoryorderid',NULL,'424'),(420,'record_id',NULL,'425'),(420,'record_module',NULL,'InventoryOrder'),(421,'item_ostatus','Created by GSM','Approved'),(421,'assigned_user_id','17','7'),(422,'item_ostatus','Approved','Received by GSM'),(423,'modifiedby','17','7'),(424,'label',NULL,'INV106'),(424,'item_name',NULL,'423'),(424,'item_qty',NULL,'20'),(424,'item_orderid',NULL,'INV106'),(424,'item_center',NULL,'HRG - Hargeisa'),(424,'item_ostatus',NULL,'Created by admin'),(424,'createdtime',NULL,'2022-02-02 13:17:48'),(424,'assigned_user_id',NULL,'10'),(424,'source',NULL,'CRM'),(424,'record_id',NULL,'429'),(424,'record_module',NULL,'InventoryOrder'),(425,'item_ostatus','Created by admin','Approved'),(425,'assigned_user_id','10','17'),(426,'modifiedby','7','10'),(426,'qtyinstock','40.000','20.000'),(426,'approvedstock','10','30'),(427,'item_ostatus','Approved','Received by admin'),(428,'modifiedby','10','17'),(429,'label',NULL,'INV107'),(429,'item_name',NULL,'423'),(429,'item_qty',NULL,'10'),(429,'item_orderid',NULL,'INV107'),(429,'item_center',NULL,'BRO - Burco'),(429,'item_ostatus',NULL,'Created by GSM'),(429,'createdtime',NULL,'2022-02-02 13:23:49'),(429,'assigned_user_id',NULL,'17'),(429,'source',NULL,'CRM'),(429,'parentinventoryorderid',NULL,'429'),(429,'record_id',NULL,'430'),(429,'record_module',NULL,'InventoryOrder'),(430,'item_ostatus','Created by GSM','Approved'),(430,'assigned_user_id','17','7'),(431,'item_ostatus','Approved','Received by GSM'),(432,'modifiedby','17','7'),(433,'label',NULL,'Cellphone 6'),(433,'productname',NULL,'Cellphone 6'),(433,'product_no',NULL,'PRO23'),(433,'createdtime',NULL,'2022-02-03 05:00:36'),(433,'modifiedby',NULL,'10'),(433,'unit_price',NULL,'30.00000000'),(433,'qtyinstock',NULL,'40.000'),(433,'assigned_user_id',NULL,'10'),(433,'source',NULL,'CRM'),(433,'purchaseorderdt',NULL,'2022-02-03'),(433,'receivedt',NULL,'2022-02-03'),(433,'record_id',NULL,'434'),(433,'record_module',NULL,'Products'),(434,'label',NULL,'INV108'),(434,'item_name',NULL,'434'),(434,'item_qty',NULL,'20'),(434,'item_orderid',NULL,'INV108'),(434,'item_center',NULL,'HRG - Hargeisa'),(434,'item_ostatus',NULL,'Created by admin'),(434,'createdtime',NULL,'2022-02-03 05:01:13'),(434,'assigned_user_id',NULL,'10'),(434,'source',NULL,'CRM'),(434,'record_id',NULL,'435'),(434,'record_module',NULL,'InventoryOrder'),(435,'item_ostatus','Created by admin','Approved'),(435,'assigned_user_id','10','17'),(436,'qtyinstock','40.000','20.000'),(436,'approvedstock','0','20'),(437,'item_ostatus','Approved','Received by admin'),(438,'modifiedby','10','17'),(439,'label',NULL,'INV109'),(439,'item_name',NULL,'434'),(439,'item_qty',NULL,'10'),(439,'item_orderid',NULL,'INV109'),(439,'item_center',NULL,'BRO - Burco'),(439,'item_ostatus',NULL,'Created by GSM'),(439,'createdtime',NULL,'2022-02-03 05:03:13'),(439,'assigned_user_id',NULL,'17'),(439,'source',NULL,'CRM'),(439,'parentinventoryorderid',NULL,'435'),(439,'record_id',NULL,'436'),(439,'record_module',NULL,'InventoryOrder'),(440,'item_ostatus','Created by GSM','Approved'),(440,'assigned_user_id','17','7'),(441,'item_ostatus','Approved','Received by GSM'),(442,'modifiedby','17','7'),(443,'label',NULL,'Cellphone 6'),(443,'productname',NULL,'Cellphone 6'),(443,'product_no',NULL,'PRO24'),(443,'createdtime',NULL,'2022-02-04 07:56:34'),(443,'modifiedby',NULL,'10'),(443,'unit_price',NULL,'30.00000000'),(443,'qtyinstock',NULL,'50.000'),(443,'assigned_user_id',NULL,'10'),(443,'source',NULL,'CRM'),(443,'purchaseorderdt',NULL,'2022-02-04'),(443,'receivedt',NULL,'2022-02-04'),(443,'record_id',NULL,'440'),(443,'record_module',NULL,'Products'),(444,'label','Cellphone 6','Cellphone 7'),(444,'productname','Cellphone 6','Cellphone 7'),(444,'modifiedby','10','17'),(445,'label',NULL,'INV110'),(445,'item_name',NULL,'440'),(445,'item_qty',NULL,'30'),(445,'item_orderid',NULL,'INV110'),(445,'item_center',NULL,'HRG - Hargeisa'),(445,'item_ostatus',NULL,'Created by admin'),(445,'createdtime',NULL,'2022-02-04 08:02:38'),(445,'assigned_user_id',NULL,'10'),(445,'source',NULL,'CRM'),(445,'record_id',NULL,'441'),(445,'record_module',NULL,'InventoryOrder'),(446,'item_ostatus','Created by admin','Approved'),(446,'assigned_user_id','10','17'),(447,'modifiedby','17','10'),(447,'qtyinstock','50.000','20.000'),(447,'approvedstock','0','30'),(448,'item_ostatus','Approved','Received by admin'),(449,'modifiedby','10','17'),(450,'label',NULL,'INV111'),(450,'item_name',NULL,'440'),(450,'item_qty',NULL,'20'),(450,'item_orderid',NULL,'INV111'),(450,'item_center',NULL,'BRO - Burco'),(450,'item_ostatus',NULL,'Created by GSM'),(450,'createdtime',NULL,'2022-02-04 10:03:58'),(450,'assigned_user_id',NULL,'17'),(450,'source',NULL,'CRM'),(450,'parentinventoryorderid',NULL,'441'),(450,'record_id',NULL,'442'),(450,'record_module',NULL,'InventoryOrder'),(451,'item_ostatus','Created by GSM','Approved'),(451,'assigned_user_id','17','7'),(452,'item_ostatus','Approved','Received by GSM'),(453,'modifiedby','17','7'),(454,'label',NULL,'INV112'),(454,'item_name',NULL,'392'),(454,'item_qty',NULL,'12'),(454,'item_orderid',NULL,'INV112'),(454,'item_center',NULL,'HRG - Hargeisa'),(454,'item_ostatus',NULL,'Created by admin'),(454,'createdtime',NULL,'2022-02-09 07:47:00'),(454,'assigned_user_id',NULL,'10'),(454,'source',NULL,'CRM'),(454,'record_id',NULL,'446'),(454,'record_module',NULL,'InventoryOrder'),(455,'item_ostatus','Created by admin','Approved'),(455,'assigned_user_id','10','17'),(456,'modifiedby','17','10'),(456,'qtyinstock','30.000','18.000'),(456,'approvedstock','','12'),(457,'label',NULL,'SIM ABC'),(457,'productname',NULL,'SIM ABC'),(457,'product_no',NULL,'PRO25'),(457,'createdtime',NULL,'2022-02-09 07:52:03'),(457,'modifiedby',NULL,'10'),(457,'unit_price',NULL,'25.00000000'),(457,'qtyinstock',NULL,'50.000'),(457,'assigned_user_id',NULL,'10'),(457,'source',NULL,'CRM'),(457,'purchaseorderdt',NULL,'2022-02-01'),(457,'receivedt',NULL,'2022-02-10'),(457,'record_id',NULL,'447'),(457,'record_module',NULL,'Products'),(458,'item_ostatus','Approved','Received by admin'),(459,'modifiedby','10','17'),(460,'label',NULL,'INV113'),(460,'item_name',NULL,'392'),(460,'item_qty',NULL,'6'),(460,'item_orderid',NULL,'INV113'),(460,'item_center',NULL,'BRO - Burco'),(460,'item_ostatus',NULL,'Created by GSM'),(460,'createdtime',NULL,'2022-02-09 09:02:09'),(460,'assigned_user_id',NULL,'17'),(460,'source',NULL,'CRM'),(460,'parentinventoryorderid',NULL,'446'),(460,'record_id',NULL,'448'),(460,'record_module',NULL,'InventoryOrder'),(461,'item_ostatus','Created by GSM','Approved'),(461,'assigned_user_id','17','7'),(462,'item_ostatus','Approved','Received by GSM'),(463,'modifiedby','17','7'),(464,'label',NULL,'INV114'),(464,'item_name',NULL,'447'),(464,'item_qty',NULL,'25'),(464,'item_orderid',NULL,'INV114'),(464,'item_center',NULL,'HRG - Hargeisa'),(464,'item_ostatus',NULL,'Created by admin'),(464,'createdtime',NULL,'2022-02-09 10:07:45'),(464,'assigned_user_id',NULL,'10'),(464,'source',NULL,'CRM'),(464,'record_id',NULL,'459'),(464,'record_module',NULL,'InventoryOrder'),(465,'item_ostatus','Created by admin','Approved'),(465,'assigned_user_id','10','17'),(466,'qtyinstock','50.000','25.000'),(466,'approvedstock','0','25'),(467,'item_ostatus','Approved','Received by admin'),(468,'modifiedby','10','17'),(469,'label',NULL,'INV115'),(469,'item_name',NULL,'447'),(469,'item_qty',NULL,'18'),(469,'item_orderid',NULL,'INV115'),(469,'item_center',NULL,'BRO - Burco'),(469,'item_ostatus',NULL,'Created by GSM'),(469,'createdtime',NULL,'2022-02-09 10:14:46'),(469,'assigned_user_id',NULL,'17'),(469,'source',NULL,'CRM'),(469,'parentinventoryorderid',NULL,'459'),(469,'record_id',NULL,'460'),(469,'record_module',NULL,'InventoryOrder'),(470,'item_ostatus','Created by GSM','Approved'),(470,'assigned_user_id','17','7'),(471,'item_ostatus','Approved','Received by GSM'),(472,'modifiedby','17','7'),(473,'label',NULL,'sapnatest sapnatest1'),(473,'firstname',NULL,'sapnatest'),(473,'contact_no',NULL,'CON4'),(473,'lastname',NULL,'sapnatest1'),(473,'email',NULL,'sapnatest@g.com'),(473,'assigned_user_id',NULL,'1'),(473,'createdtime',NULL,'2022-02-15 08:53:57'),(473,'modifiedby',NULL,'1'),(473,'source',NULL,'CRM'),(473,'contact_simnumber',NULL,'0.00000000'),(473,'record_id',NULL,'490'),(473,'record_module',NULL,'Contacts'),(474,'label',NULL,'newsap newsap1'),(474,'firstname',NULL,'newsap'),(474,'contact_no',NULL,'CON5'),(474,'lastname',NULL,'newsap1'),(474,'email',NULL,'newsap@g.com'),(474,'assigned_user_id',NULL,'1'),(474,'createdtime',NULL,'2022-02-15 09:04:39'),(474,'modifiedby',NULL,'1'),(474,'source',NULL,'CRM'),(474,'contact_simnumber',NULL,'0.00000000'),(474,'record_id',NULL,'496'),(474,'record_module',NULL,'Contacts'),(475,'label',NULL,'Prepaid Sim'),(475,'productname',NULL,'Prepaid Sim'),(475,'product_no',NULL,'PRO26'),(475,'createdtime',NULL,'2022-02-16 06:58:22'),(475,'modifiedby',NULL,'10'),(475,'unit_price',NULL,'50.00000000'),(475,'qtyinstock',NULL,'25.000'),(475,'assigned_user_id',NULL,'10'),(475,'source',NULL,'CRM'),(475,'purchaseorderdt',NULL,'2022-02-16'),(475,'receivedt',NULL,'2022-02-16'),(475,'record_id',NULL,'516'),(475,'record_module',NULL,'Products'),(476,'label',NULL,'INV116'),(476,'item_name',NULL,'516'),(476,'item_qty',NULL,'5'),(476,'item_orderid',NULL,'INV116'),(476,'item_center',NULL,'HRG - Hargeisa'),(476,'item_ostatus',NULL,'Created by admin'),(476,'createdtime',NULL,'2022-02-16 07:03:31'),(476,'assigned_user_id',NULL,'10'),(476,'source',NULL,'CRM'),(476,'record_id',NULL,'518'),(476,'record_module',NULL,'InventoryOrder'),(477,'item_ostatus','Created by admin','Approved'),(477,'assigned_user_id','10','17'),(478,'qtyinstock','30.000','25.000'),(478,'approvedstock','0','5'),(479,'item_ostatus','Approved','Received by admin'),(480,'modifiedby','10','17'),(481,'label',NULL,'INV117'),(481,'item_name',NULL,'516'),(481,'item_qty',NULL,'2'),(481,'item_orderid',NULL,'INV117'),(481,'item_center',NULL,'BRO - Burco'),(481,'item_ostatus',NULL,'Created by GSM'),(481,'createdtime',NULL,'2022-02-16 07:05:25'),(481,'assigned_user_id',NULL,'17'),(481,'source',NULL,'CRM'),(481,'parentinventoryorderid',NULL,'518'),(481,'record_id',NULL,'519'),(481,'record_module',NULL,'InventoryOrder'),(482,'item_ostatus','Created by GSM','Approved'),(482,'assigned_user_id','17','7'),(483,'item_ostatus','Approved','Received by GSM'),(484,'modifiedby','17','7'),(485,'label',NULL,'Mike Smith'),(485,'firstname',NULL,'Mike'),(485,'contact_no',NULL,'CON6'),(485,'lastname',NULL,'Smith'),(485,'email',NULL,'mike12@g.com'),(485,'assigned_user_id',NULL,'8'),(485,'createdtime',NULL,'2022-02-16 07:28:20'),(485,'modifiedby',NULL,'8'),(485,'source',NULL,'CRM'),(485,'contact_simnumber',NULL,'0.00000000'),(485,'record_id',NULL,'527'),(485,'record_module',NULL,'Contacts'),(486,'label',NULL,'Simcard Postpaid'),(486,'productname',NULL,'Simcard Postpaid'),(486,'product_no',NULL,'PRO27'),(486,'createdtime',NULL,'2022-02-16 10:38:50'),(486,'modifiedby',NULL,'10'),(486,'unit_price',NULL,'60.00000000'),(486,'qtyinstock',NULL,'30.000'),(486,'assigned_user_id',NULL,'10'),(486,'source',NULL,'CRM'),(486,'purchaseorderdt',NULL,'2022-02-16'),(486,'receivedt',NULL,'2022-02-16'),(486,'record_id',NULL,'532'),(486,'record_module',NULL,'Products'),(487,'label',NULL,'INV118'),(487,'item_name',NULL,'532'),(487,'item_qty',NULL,'5'),(487,'item_orderid',NULL,'INV118'),(487,'item_center',NULL,'HRG - Hargeisa'),(487,'item_ostatus',NULL,'Created by admin'),(487,'createdtime',NULL,'2022-02-16 10:39:33'),(487,'assigned_user_id',NULL,'10'),(487,'source',NULL,'CRM'),(487,'record_id',NULL,'533'),(487,'record_module',NULL,'InventoryOrder'),(488,'item_ostatus','Created by admin','Approved'),(488,'assigned_user_id','10','17'),(489,'qtyinstock','30.000','25.000'),(489,'approvedstock','0','5'),(490,'item_ostatus','Approved','Received by admin'),(491,'modifiedby','10','17'),(492,'label',NULL,'INV119'),(492,'item_name',NULL,'532'),(492,'item_qty',NULL,'2'),(492,'item_orderid',NULL,'INV119'),(492,'item_center',NULL,'BRO - Burco'),(492,'item_ostatus',NULL,'Created by GSM'),(492,'createdtime',NULL,'2022-02-16 10:51:09'),(492,'assigned_user_id',NULL,'17'),(492,'source',NULL,'CRM'),(492,'parentinventoryorderid',NULL,'533'),(492,'record_id',NULL,'534'),(492,'record_module',NULL,'InventoryOrder'),(493,'item_ostatus','Created by GSM','Approved'),(493,'assigned_user_id','17','7'),(494,'item_ostatus','Approved','Received by GSM'),(495,'modifiedby','17','7'),(496,'label',NULL,'Mobile Card'),(496,'productname',NULL,'Mobile Card'),(496,'product_no',NULL,'PRO28'),(496,'createdtime',NULL,'2022-02-16 12:34:24'),(496,'modifiedby',NULL,'10'),(496,'unit_price',NULL,'80.00000000'),(496,'qtyinstock',NULL,'40.000'),(496,'assigned_user_id',NULL,'10'),(496,'source',NULL,'CRM'),(496,'purchaseorderdt',NULL,'2022-02-16'),(496,'receivedt',NULL,'2022-02-16'),(496,'record_id',NULL,'539'),(496,'record_module',NULL,'Products'),(497,'label',NULL,'INV120'),(497,'item_name',NULL,'539'),(497,'item_qty',NULL,'10'),(497,'item_orderid',NULL,'INV120'),(497,'item_center',NULL,'HRG - Hargeisa'),(497,'item_ostatus',NULL,'Created by admin'),(497,'createdtime',NULL,'2022-02-16 12:34:53'),(497,'assigned_user_id',NULL,'10'),(497,'source',NULL,'CRM'),(497,'record_id',NULL,'540'),(497,'record_module',NULL,'InventoryOrder'),(498,'item_ostatus','Created by admin','Approved'),(498,'assigned_user_id','10','17'),(499,'qtyinstock','40.000','30.000'),(499,'approvedstock','0','10'),(500,'item_ostatus','Approved','Received by admin'),(501,'modifiedby','10','17'),(502,'label',NULL,'INV121'),(502,'item_name',NULL,'539'),(502,'item_qty',NULL,'5'),(502,'item_orderid',NULL,'INV121'),(502,'item_center',NULL,'BRO - Burco'),(502,'item_ostatus',NULL,'Created by GSM'),(502,'createdtime',NULL,'2022-02-16 12:36:22'),(502,'assigned_user_id',NULL,'17'),(502,'source',NULL,'CRM'),(502,'parentinventoryorderid',NULL,'540'),(502,'record_id',NULL,'541'),(502,'record_module',NULL,'InventoryOrder'),(503,'item_ostatus','Created by GSM','Approved'),(503,'assigned_user_id','17','7'),(504,'item_ostatus','Approved','Received by GSM'),(505,'modifiedby','17','7'),(506,'label',NULL,'Mobile1'),(506,'firstname',NULL,'Mobile1'),(506,'contact_no',NULL,'CON7'),(506,'email',NULL,'mobile1@g.com'),(506,'assigned_user_id',NULL,'8'),(506,'createdtime',NULL,'2022-02-16 12:50:06'),(506,'modifiedby',NULL,'8'),(506,'source',NULL,'CRM'),(506,'contact_simnumber',NULL,'0.00000000'),(506,'record_id',NULL,'551'),(506,'record_module',NULL,'Contacts'),(507,'label',NULL,'newmobile1'),(507,'firstname',NULL,'newmobile1'),(507,'contact_no',NULL,'CON8'),(507,'email',NULL,'newmobile1@g.com'),(507,'assigned_user_id',NULL,'8'),(507,'createdtime',NULL,'2022-02-16 13:25:30'),(507,'modifiedby',NULL,'8'),(507,'source',NULL,'CRM'),(507,'contact_simnumber',NULL,'0.00000000'),(507,'record_id',NULL,'560'),(507,'record_module',NULL,'Contacts'),(508,'label',NULL,'INV122'),(508,'item_name',NULL,'539'),(508,'item_qty',NULL,'4'),(508,'item_orderid',NULL,'INV122'),(508,'item_center',NULL,'BRO - Burco'),(508,'item_ostatus',NULL,'Created by GSM'),(508,'createdtime',NULL,'2022-02-17 06:23:41'),(508,'assigned_user_id',NULL,'17'),(508,'source',NULL,'CRM'),(508,'parentinventoryorderid',NULL,'540'),(508,'record_id',NULL,'561'),(508,'record_module',NULL,'InventoryOrder'),(509,'item_ostatus','Created by GSM','Approved'),(509,'assigned_user_id','17','7'),(510,'modifiedby','7','17'),(511,'item_ostatus','Approved','Received by GSM'),(512,'modifiedby','17','7'),(513,'label',NULL,'joe john'),(513,'firstname',NULL,'joe'),(513,'contact_no',NULL,'CON9'),(513,'lastname',NULL,'john'),(513,'email',NULL,'john12@g.com'),(513,'assigned_user_id',NULL,'8'),(513,'createdtime',NULL,'2022-02-17 06:28:45'),(513,'modifiedby',NULL,'8'),(513,'source',NULL,'CRM'),(513,'contact_simnumber',NULL,'0.00000000'),(513,'record_id',NULL,'567'),(513,'record_module',NULL,'Contacts'),(568,'label',NULL,'MIFI Mobile'),(568,'productname',NULL,'MIFI Mobile'),(568,'product_no',NULL,'PRO29'),(568,'createdtime',NULL,'2022-02-17 07:24:14'),(568,'modifiedby',NULL,'10'),(568,'unit_price',NULL,'1.00000000'),(568,'qtyinstock',NULL,'50.000'),(568,'assigned_user_id',NULL,'10'),(568,'source',NULL,'CRM'),(568,'purchaseorderdt',NULL,'2022-02-17'),(568,'receivedt',NULL,'2022-02-17'),(568,'record_id',NULL,'590'),(568,'record_module',NULL,'Products'),(569,'label',NULL,'INV123'),(569,'item_name',NULL,'590'),(569,'item_qty',NULL,'25'),(569,'item_orderid',NULL,'INV123'),(569,'item_center',NULL,'HRG - Hargeisa'),(569,'item_ostatus',NULL,'Created by admin'),(569,'createdtime',NULL,'2022-02-17 07:25:49'),(569,'assigned_user_id',NULL,'10'),(569,'source',NULL,'CRM'),(569,'record_id',NULL,'591'),(569,'record_module',NULL,'InventoryOrder'),(570,'item_ostatus','Created by admin','Approved'),(570,'assigned_user_id','10','17'),(571,'qtyinstock','50.000','25.000'),(571,'approvedstock','0','25'),(572,'item_ostatus','Approved','Received by admin'),(573,'modifiedby','10','17'),(574,'label',NULL,'INV124'),(574,'item_name',NULL,'590'),(574,'item_qty',NULL,'10'),(574,'item_orderid',NULL,'INV124'),(574,'item_center',NULL,'BRO - Burco'),(574,'item_ostatus',NULL,'Created by GSM'),(574,'createdtime',NULL,'2022-02-17 07:31:41'),(574,'assigned_user_id',NULL,'17'),(574,'source',NULL,'CRM'),(574,'parentinventoryorderid',NULL,'591'),(574,'record_id',NULL,'592'),(574,'record_module',NULL,'InventoryOrder'),(575,'item_ostatus','Created by GSM','Approved'),(575,'assigned_user_id','17','7'),(576,'item_ostatus','Approved','Received by GSM'),(577,'modifiedby','17','7'),(578,'label',NULL,'mike smith'),(578,'firstname',NULL,'mike'),(578,'contact_no',NULL,'CON10'),(578,'lastname',NULL,'smith'),(578,'email',NULL,'mike@g.com'),(578,'assigned_user_id',NULL,'1'),(578,'createdtime',NULL,'2022-02-17 07:41:51'),(578,'modifiedby',NULL,'1'),(578,'source',NULL,'CRM'),(578,'contact_simnumber',NULL,'0.00000000'),(578,'record_id',NULL,'596'),(578,'record_module',NULL,'Contacts'),(581,'label',NULL,'Smart Phone'),(581,'productname',NULL,'Smart Phone'),(581,'product_no',NULL,'PRO30'),(581,'createdtime',NULL,'2022-02-17 08:12:39'),(581,'modifiedby',NULL,'10'),(581,'unit_price',NULL,'10.00000000'),(581,'qtyinstock',NULL,'100.000'),(581,'assigned_user_id',NULL,'10'),(581,'source',NULL,'CRM'),(581,'purchaseoid',NULL,'002'),(581,'purchaseorderdt',NULL,'2022-02-02'),(581,'receivedt',NULL,'2022-02-17'),(581,'record_id',NULL,'599'),(581,'record_module',NULL,'Products'),(582,'label',NULL,'INV125'),(582,'item_name',NULL,'599'),(582,'item_qty',NULL,'45'),(582,'item_orderid',NULL,'INV125'),(582,'item_center',NULL,'HRG - Hargeisa'),(582,'item_ostatus',NULL,'Created by admin'),(582,'item_remarks',NULL,'test'),(582,'createdtime',NULL,'2022-02-17 08:15:53'),(582,'assigned_user_id',NULL,'10'),(582,'source',NULL,'CRM'),(582,'record_id',NULL,'600'),(582,'record_module',NULL,'InventoryOrder'),(583,'item_ostatus','Created by admin','Approved'),(583,'assigned_user_id','10','17'),(584,'qtyinstock','100.000','55.000'),(584,'approvedstock','0','45'),(585,'item_ostatus','Approved','Received by admin'),(586,'modifiedby','10','17'),(587,'label',NULL,'INV126'),(587,'item_name',NULL,'599'),(587,'item_qty',NULL,'20'),(587,'item_orderid',NULL,'INV126'),(587,'item_center',NULL,'HRG - Hargesya'),(587,'item_ostatus',NULL,'Created by GSM'),(587,'item_remarks',NULL,'test'),(587,'createdtime',NULL,'2022-02-17 08:25:58'),(587,'assigned_user_id',NULL,'17'),(587,'source',NULL,'CRM'),(587,'parentinventoryorderid',NULL,'600'),(587,'record_id',NULL,'601'),(587,'record_module',NULL,'InventoryOrder'),(588,'item_ostatus','Created by GSM','Approved'),(588,'assigned_user_id','17','6'),(589,'item_ostatus','Approved','Received by GSM'),(590,'modifiedby','17','6'),(591,'label',NULL,'Simcard'),(591,'productname',NULL,'Simcard'),(591,'product_no',NULL,'PRO31'),(591,'createdtime',NULL,'2022-02-17 11:04:31'),(591,'modifiedby',NULL,'10'),(591,'unit_price',NULL,'1.00000000'),(591,'qtyinstock',NULL,'100.000'),(591,'reorderlevel',NULL,'10'),(591,'assigned_user_id',NULL,'10'),(591,'source',NULL,'CRM'),(591,'purchaseorderdt',NULL,'2022-02-17'),(591,'receivedt',NULL,'2022-02-17'),(591,'record_id',NULL,'604'),(591,'record_module',NULL,'Products'),(592,'label',NULL,'INV127'),(592,'item_name',NULL,'604'),(592,'item_qty',NULL,'50'),(592,'item_orderid',NULL,'INV127'),(592,'item_center',NULL,'HRG - Hargeisa'),(592,'item_ostatus',NULL,'Created by admin'),(592,'createdtime',NULL,'2022-02-17 11:05:19'),(592,'assigned_user_id',NULL,'10'),(592,'source',NULL,'CRM'),(592,'record_id',NULL,'605'),(592,'record_module',NULL,'InventoryOrder'),(593,'item_ostatus','Created by admin','Approved'),(593,'assigned_user_id','10','17'),(594,'qtyinstock','100.000','50.000'),(594,'approvedstock','0','50'),(595,'item_ostatus','Approved','Received by admin'),(596,'modifiedby','10','17'),(597,'label',NULL,'INV128'),(597,'item_name',NULL,'604'),(597,'item_qty',NULL,'25'),(597,'item_orderid',NULL,'INV128'),(597,'item_center',NULL,'BRO - Burco'),(597,'item_ostatus',NULL,'Created by GSM'),(597,'createdtime',NULL,'2022-02-17 11:09:53'),(597,'assigned_user_id',NULL,'17'),(597,'source',NULL,'CRM'),(597,'parentinventoryorderid',NULL,'605'),(597,'record_id',NULL,'606'),(597,'record_module',NULL,'InventoryOrder'),(598,'item_ostatus','Created by GSM','Approved'),(598,'assigned_user_id','17','7'),(599,'item_ostatus','Approved','Received by GSM'),(600,'modifiedby','17','7'),(608,'label',NULL,'SimMobile'),(608,'productname',NULL,'SimMobile'),(608,'product_no',NULL,'PRO32'),(608,'createdtime',NULL,'2022-02-18 10:48:47'),(608,'modifiedby',NULL,'10'),(608,'unit_price',NULL,'1.00000000'),(608,'qtyinstock',NULL,'50.000'),(608,'assigned_user_id',NULL,'10'),(608,'source',NULL,'CRM'),(608,'purchaseorderdt',NULL,'2022-02-18'),(608,'receivedt',NULL,'2022-02-18'),(608,'record_id',NULL,'618'),(608,'record_module',NULL,'Products'),(609,'label',NULL,'INV129'),(609,'item_name',NULL,'618'),(609,'item_qty',NULL,'20'),(609,'item_orderid',NULL,'INV129'),(609,'item_center',NULL,'HRG - Hargeisa'),(609,'item_ostatus',NULL,'Created by admin'),(609,'createdtime',NULL,'2022-02-18 10:49:38'),(609,'assigned_user_id',NULL,'10'),(609,'source',NULL,'CRM'),(609,'record_id',NULL,'619'),(609,'record_module',NULL,'InventoryOrder'),(610,'item_ostatus','Created by admin','Approved'),(610,'assigned_user_id','10','17'),(611,'qtyinstock','50.000','30.000'),(611,'approvedstock','0','20'),(612,'item_ostatus','Approved','Received by admin'),(613,'modifiedby','10','17'),(614,'label',NULL,'INV130'),(614,'item_name',NULL,'618'),(614,'item_qty',NULL,'10'),(614,'item_orderid',NULL,'INV130'),(614,'item_center',NULL,'BRO - Burco'),(614,'item_ostatus',NULL,'Created by GSM'),(614,'createdtime',NULL,'2022-02-18 10:52:02'),(614,'assigned_user_id',NULL,'17'),(614,'source',NULL,'CRM'),(614,'parentinventoryorderid',NULL,'619'),(614,'record_id',NULL,'620'),(614,'record_module',NULL,'InventoryOrder'),(615,'item_ostatus','Created by GSM','Approved'),(615,'assigned_user_id','17','7'),(616,'item_ostatus','Approved','Received by GSM'),(617,'modifiedby','17','7'),(618,'label',NULL,'Simcard123'),(618,'productname',NULL,'Simcard123'),(618,'product_no',NULL,'PRO33'),(618,'createdtime',NULL,'2022-02-21 05:18:39'),(618,'modifiedby',NULL,'10'),(618,'unit_price',NULL,'2.00000000'),(618,'qtyinstock',NULL,'10.000'),(618,'assigned_user_id',NULL,'10'),(618,'source',NULL,'CRM'),(618,'purchaseorderdt',NULL,'2022-02-21'),(618,'receivedt',NULL,'2022-02-21'),(618,'record_id',NULL,'679'),(618,'record_module',NULL,'Products'),(619,'label',NULL,'INV131'),(619,'item_name',NULL,'679'),(619,'item_qty',NULL,'5'),(619,'item_orderid',NULL,'INV131'),(619,'item_center',NULL,'HRG - Hargeisa'),(619,'item_ostatus',NULL,'Created by admin'),(619,'createdtime',NULL,'2022-02-21 05:19:26'),(619,'assigned_user_id',NULL,'10'),(619,'source',NULL,'CRM'),(619,'record_id',NULL,'680'),(619,'record_module',NULL,'InventoryOrder'),(620,'item_ostatus','Created by admin','Approved'),(620,'assigned_user_id','10','17'),(621,'qtyinstock','10.000','5.000'),(621,'approvedstock','0','5'),(622,'item_ostatus','Approved','Received by admin'),(623,'modifiedby','10','17'),(624,'label',NULL,'INV132'),(624,'item_name',NULL,'679'),(624,'item_qty',NULL,'2'),(624,'item_orderid',NULL,'INV132'),(624,'item_center',NULL,'BRO - Burco'),(624,'item_ostatus',NULL,'Created by GSM'),(624,'createdtime',NULL,'2022-02-21 05:21:06'),(624,'assigned_user_id',NULL,'17'),(624,'source',NULL,'CRM'),(624,'parentinventoryorderid',NULL,'680'),(624,'record_id',NULL,'681'),(624,'record_module',NULL,'InventoryOrder'),(625,'item_ostatus','Created by GSM','Approved'),(625,'assigned_user_id','17','7'),(626,'item_ostatus','Approved','Received by GSM'),(627,'modifiedby','17','7'),(635,'label',NULL,'NewSim'),(635,'productname',NULL,'NewSim'),(635,'product_no',NULL,'PRO34'),(635,'createdtime',NULL,'2022-02-21 05:53:15'),(635,'modifiedby',NULL,'10'),(635,'unit_price',NULL,'15.00000000'),(635,'qtyinstock',NULL,'5.000'),(635,'assigned_user_id',NULL,'10'),(635,'source',NULL,'CRM'),(635,'purchaseorderdt',NULL,'2022-02-21'),(635,'receivedt',NULL,'2022-02-21'),(635,'record_id',NULL,'688'),(635,'record_module',NULL,'Products'),(636,'modifiedby','10','1'),(636,'qtyinstock','5.000','30.000'),(637,'label',NULL,'INV133'),(637,'item_name',NULL,'688'),(637,'item_qty',NULL,'10'),(637,'item_orderid',NULL,'INV133'),(637,'item_center',NULL,'HRG - Hargeisa'),(637,'item_ostatus',NULL,'Created by admin'),(637,'createdtime',NULL,'2022-02-21 05:54:27'),(637,'assigned_user_id',NULL,'10'),(637,'source',NULL,'CRM'),(637,'record_id',NULL,'689'),(637,'record_module',NULL,'InventoryOrder'),(638,'item_ostatus','Created by admin','Approved'),(638,'assigned_user_id','10','17'),(639,'modifiedby','1','10'),(639,'qtyinstock','30.000','20.000'),(639,'approvedstock','0','10'),(640,'item_ostatus','Approved','Received by admin'),(641,'modifiedby','10','17'),(642,'label',NULL,'INV134'),(642,'item_name',NULL,'688'),(642,'item_qty',NULL,'5'),(642,'item_orderid',NULL,'INV134'),(642,'item_center',NULL,'BRO - Burco'),(642,'item_ostatus',NULL,'Created by GSM'),(642,'createdtime',NULL,'2022-02-21 05:58:12'),(642,'assigned_user_id',NULL,'17'),(642,'source',NULL,'CRM'),(642,'parentinventoryorderid',NULL,'689'),(642,'record_id',NULL,'690'),(642,'record_module',NULL,'InventoryOrder'),(643,'item_ostatus','Created by GSM','Approved'),(643,'assigned_user_id','17','7'),(644,'item_ostatus','Approved','Received by GSM'),(645,'modifiedby','17','7'),(646,'label',NULL,'test smith'),(646,'firstname',NULL,'test'),(646,'contact_no',NULL,'CON11'),(646,'lastname',NULL,'smith'),(646,'email',NULL,'test12@g.com'),(646,'assigned_user_id',NULL,'8'),(646,'createdtime',NULL,'2022-02-21 09:20:14'),(646,'modifiedby',NULL,'8'),(646,'source',NULL,'CRM'),(646,'contact_simnumber',NULL,'0.00000000'),(646,'record_id',NULL,'705'),(646,'record_module',NULL,'Contacts'),(650,'label',NULL,'NewSimCard'),(650,'productname',NULL,'NewSimCard'),(650,'product_no',NULL,'PRO35'),(650,'createdtime',NULL,'2022-02-21 10:27:36'),(650,'modifiedby',NULL,'10'),(650,'unit_price',NULL,'1.00000000'),(650,'qtyinstock',NULL,'50.000'),(650,'assigned_user_id',NULL,'10'),(650,'source',NULL,'CRM'),(650,'purchaseorderdt',NULL,'2022-02-21'),(650,'receivedt',NULL,'2022-02-21'),(650,'record_id',NULL,'717'),(650,'record_module',NULL,'Products'),(651,'label',NULL,'INV135'),(651,'item_name',NULL,'717'),(651,'item_qty',NULL,'20'),(651,'item_orderid',NULL,'INV135'),(651,'item_center',NULL,'HRG - Hargeisa'),(651,'item_ostatus',NULL,'Created by admin'),(651,'createdtime',NULL,'2022-02-21 10:29:04'),(651,'assigned_user_id',NULL,'10'),(651,'source',NULL,'CRM'),(651,'record_id',NULL,'718'),(651,'record_module',NULL,'InventoryOrder'),(652,'item_ostatus','Created by admin','Approved'),(652,'assigned_user_id','10','17'),(653,'qtyinstock','50.000','30.000'),(653,'approvedstock','0','20'),(654,'item_ostatus','Approved','Received by admin'),(655,'modifiedby','10','17'),(656,'label',NULL,'INV136'),(656,'item_name',NULL,'717'),(656,'item_qty',NULL,'10'),(656,'item_orderid',NULL,'INV136'),(656,'item_center',NULL,'BRO - Burco'),(656,'item_ostatus',NULL,'Created by GSM'),(656,'createdtime',NULL,'2022-02-21 10:30:13'),(656,'assigned_user_id',NULL,'17'),(656,'source',NULL,'CRM'),(656,'parentinventoryorderid',NULL,'718'),(656,'record_id',NULL,'719'),(656,'record_module',NULL,'InventoryOrder'),(657,'item_ostatus','Created by GSM','Approved'),(657,'assigned_user_id','17','7'),(658,'item_ostatus','Approved','Received by GSM'),(659,'modifiedby','17','7'),(660,'label',NULL,'Sapna Test'),(660,'firstname',NULL,'Sapna'),(660,'contact_no',NULL,'CON12'),(660,'lastname',NULL,'Test'),(660,'email',NULL,'sapnatest@g.com'),(660,'assigned_user_id',NULL,'8'),(660,'createdtime',NULL,'2022-02-21 10:36:08'),(660,'modifiedby',NULL,'8'),(660,'source',NULL,'CRM'),(660,'contact_simnumber',NULL,'0.00000000'),(660,'record_id',NULL,'737'),(660,'record_module',NULL,'Contacts'),(664,'label',NULL,'MySim'),(664,'productname',NULL,'MySim'),(664,'product_no',NULL,'PRO36'),(664,'createdtime',NULL,'2022-02-21 11:36:59'),(664,'modifiedby',NULL,'10'),(664,'unit_price',NULL,'2.00000000'),(664,'qtyinstock',NULL,'30.000'),(664,'assigned_user_id',NULL,'10'),(664,'source',NULL,'CRM'),(664,'purchaseorderdt',NULL,'2022-02-21'),(664,'receivedt',NULL,'2022-02-21'),(664,'record_id',NULL,'743'),(664,'record_module',NULL,'Products'),(665,'label',NULL,'INV137'),(665,'item_name',NULL,'743'),(665,'item_qty',NULL,'20'),(665,'item_orderid',NULL,'INV137'),(665,'item_center',NULL,'HRG - Hargeisa'),(665,'item_ostatus',NULL,'Created by admin'),(665,'createdtime',NULL,'2022-02-21 11:39:51'),(665,'assigned_user_id',NULL,'10'),(665,'source',NULL,'CRM'),(665,'record_id',NULL,'744'),(665,'record_module',NULL,'InventoryOrder'),(666,'item_ostatus','Created by admin','Approved'),(666,'assigned_user_id','10','17'),(667,'qtyinstock','30.000','10.000'),(667,'approvedstock','0','20'),(668,'item_ostatus','Approved','Received by admin'),(669,'modifiedby','10','17'),(670,'label',NULL,'INV138'),(670,'item_name',NULL,'743'),(670,'item_qty',NULL,'10'),(670,'item_orderid',NULL,'INV138'),(670,'item_center',NULL,'BRO - Burco'),(670,'item_ostatus',NULL,'Created by GSM'),(670,'createdtime',NULL,'2022-02-21 11:41:05'),(670,'assigned_user_id',NULL,'17'),(670,'source',NULL,'CRM'),(670,'parentinventoryorderid',NULL,'744'),(670,'record_id',NULL,'745'),(670,'record_module',NULL,'InventoryOrder'),(671,'item_ostatus','Created by GSM','Approved'),(671,'assigned_user_id','17','7'),(672,'item_ostatus','Approved','Received by GSM'),(673,'modifiedby','17','7'),(676,'label',NULL,'SimDemo'),(676,'productname',NULL,'SimDemo'),(676,'product_no',NULL,'PRO37'),(676,'createdtime',NULL,'2022-02-21 12:46:33'),(676,'modifiedby',NULL,'10'),(676,'unit_price',NULL,'2.00000000'),(676,'qtyinstock',NULL,'50.000'),(676,'assigned_user_id',NULL,'10'),(676,'source',NULL,'CRM'),(676,'purchaseorderdt',NULL,'2022-02-21'),(676,'receivedt',NULL,'2022-02-21'),(676,'record_id',NULL,'753'),(676,'record_module',NULL,'Products'),(677,'label',NULL,'INV139'),(677,'item_name',NULL,'753'),(677,'item_qty',NULL,'30'),(677,'item_orderid',NULL,'INV139'),(677,'item_center',NULL,'HRG - Hargeisa'),(677,'item_ostatus',NULL,'Created by admin'),(677,'createdtime',NULL,'2022-02-21 12:47:05'),(677,'assigned_user_id',NULL,'10'),(677,'source',NULL,'CRM'),(677,'record_id',NULL,'754'),(677,'record_module',NULL,'InventoryOrder'),(678,'item_ostatus','Created by admin','Approved'),(678,'assigned_user_id','10','17'),(679,'qtyinstock','50.000','20.000'),(679,'approvedstock','0','30'),(680,'item_ostatus','Approved','Received by admin'),(681,'modifiedby','10','17'),(682,'label',NULL,'INV140'),(682,'item_name',NULL,'753'),(682,'item_qty',NULL,'20'),(682,'item_orderid',NULL,'INV140'),(682,'item_center',NULL,'BRO - Burco'),(682,'item_ostatus',NULL,'Created by GSM'),(682,'createdtime',NULL,'2022-02-21 12:48:19'),(682,'assigned_user_id',NULL,'17'),(682,'source',NULL,'CRM'),(682,'parentinventoryorderid',NULL,'754'),(682,'record_id',NULL,'755'),(682,'record_module',NULL,'InventoryOrder'),(683,'item_ostatus','Created by GSM','Approved'),(683,'assigned_user_id','17','7'),(684,'item_ostatus','Approved','Received by GSM'),(685,'modifiedby','17','7'),(686,'label',NULL,'Testsap sap1'),(686,'firstname',NULL,'Testsap'),(686,'contact_no',NULL,'CON13'),(686,'lastname',NULL,'sap1'),(686,'email',NULL,'testsap12@g.com'),(686,'assigned_user_id',NULL,'8'),(686,'createdtime',NULL,'2022-02-21 13:06:27'),(686,'modifiedby',NULL,'8'),(686,'source',NULL,'CRM'),(686,'contact_simnumber',NULL,'0.00000000'),(686,'record_id',NULL,'812'),(686,'record_module',NULL,'Contacts'),(691,'label',NULL,'SImcardTest'),(691,'productname',NULL,'SImcardTest'),(691,'product_no',NULL,'PRO38'),(691,'createdtime',NULL,'2022-02-22 05:20:20'),(691,'modifiedby',NULL,'10'),(691,'unit_price',NULL,'2.00000000'),(691,'qtyinstock',NULL,'50.000'),(691,'assigned_user_id',NULL,'10'),(691,'source',NULL,'CRM'),(691,'purchaseorderdt',NULL,'2022-02-22'),(691,'receivedt',NULL,'2022-02-22'),(691,'record_id',NULL,'820'),(691,'record_module',NULL,'Products'),(692,'label',NULL,'INV141'),(692,'item_name',NULL,'820'),(692,'item_qty',NULL,'30'),(692,'item_orderid',NULL,'INV141'),(692,'item_center',NULL,'HRG - Hargeisa'),(692,'item_ostatus',NULL,'Created by admin'),(692,'createdtime',NULL,'2022-02-22 05:21:00'),(692,'assigned_user_id',NULL,'10'),(692,'source',NULL,'CRM'),(692,'record_id',NULL,'821'),(692,'record_module',NULL,'InventoryOrder'),(693,'item_ostatus','Created by admin','Approved'),(693,'assigned_user_id','10','17'),(694,'qtyinstock','50.000','20.000'),(694,'approvedstock','0','30'),(695,'item_ostatus','Approved','Received by admin'),(696,'modifiedby','10','17'),(697,'label',NULL,'INV142'),(697,'item_name',NULL,'820'),(697,'item_qty',NULL,'10'),(697,'item_orderid',NULL,'INV142'),(697,'item_center',NULL,'BRO - Burco'),(697,'item_ostatus',NULL,'Created by GSM'),(697,'createdtime',NULL,'2022-02-22 05:23:08'),(697,'assigned_user_id',NULL,'17'),(697,'source',NULL,'CRM'),(697,'parentinventoryorderid',NULL,'821'),(697,'record_id',NULL,'822'),(697,'record_module',NULL,'InventoryOrder'),(698,'item_ostatus','Created by GSM','Approved'),(698,'assigned_user_id','17','7'),(699,'item_ostatus','Approved','Received by GSM'),(700,'modifiedby','17','7'),(701,'label',NULL,'MIke Smith'),(701,'firstname',NULL,'MIke'),(701,'contact_no',NULL,'CON14'),(701,'lastname',NULL,'Smith'),(701,'email',NULL,'mikesmith@g.com'),(701,'assigned_user_id',NULL,'8'),(701,'createdtime',NULL,'2022-02-22 05:34:02'),(701,'modifiedby',NULL,'8'),(701,'source',NULL,'CRM'),(701,'contact_simnumber',NULL,'0.00000000'),(701,'record_id',NULL,'840'),(701,'record_module',NULL,'Contacts'),(709,'label',NULL,'Prepaid SimCard'),(709,'productname',NULL,'Prepaid SimCard'),(709,'product_no',NULL,'PRO39'),(709,'createdtime',NULL,'2022-02-22 05:43:51'),(709,'modifiedby',NULL,'10'),(709,'unit_price',NULL,'2.00000000'),(709,'qtyinstock',NULL,'5.000'),(709,'assigned_user_id',NULL,'10'),(709,'source',NULL,'CRM'),(709,'purchaseorderdt',NULL,'2022-02-22'),(709,'receivedt',NULL,'2022-02-22'),(709,'record_id',NULL,'847'),(709,'record_module',NULL,'Products'),(710,'label',NULL,'INV143'),(710,'item_name',NULL,'847'),(710,'item_qty',NULL,'3'),(710,'item_orderid',NULL,'INV143'),(710,'item_center',NULL,'HRG - Hargeisa'),(710,'item_ostatus',NULL,'Created by admin'),(710,'createdtime',NULL,'2022-02-22 05:46:39'),(710,'assigned_user_id',NULL,'10'),(710,'source',NULL,'CRM'),(710,'record_id',NULL,'848'),(710,'record_module',NULL,'InventoryOrder'),(711,'item_ostatus','Created by admin','Approved'),(711,'assigned_user_id','10','17'),(712,'qtyinstock','5.000','2.000'),(712,'approvedstock','0','3'),(713,'item_ostatus','Approved','Received by admin'),(714,'modifiedby','10','17'),(715,'label',NULL,'INV144'),(715,'item_name',NULL,'847'),(715,'item_qty',NULL,'3'),(715,'item_orderid',NULL,'INV144'),(715,'item_center',NULL,'BRO - Burco'),(715,'item_ostatus',NULL,'Created by GSM'),(715,'createdtime',NULL,'2022-02-22 05:53:38'),(715,'assigned_user_id',NULL,'17'),(715,'source',NULL,'CRM'),(715,'parentinventoryorderid',NULL,'848'),(715,'record_id',NULL,'849'),(715,'record_module',NULL,'InventoryOrder'),(716,'item_ostatus','Created by GSM','Approved'),(716,'assigned_user_id','17','7'),(717,'item_ostatus','Approved','Received by GSM'),(718,'modifiedby','17','7'),(719,'label',NULL,'Postpaid Sim'),(719,'productname',NULL,'Postpaid Sim'),(719,'product_no',NULL,'PRO40'),(719,'createdtime',NULL,'2022-02-22 10:53:26'),(719,'modifiedby',NULL,'10'),(719,'unit_price',NULL,'2.00000000'),(719,'qtyinstock',NULL,'50.000'),(719,'assigned_user_id',NULL,'10'),(719,'source',NULL,'CRM'),(719,'purchaseorderdt',NULL,'2022-02-22'),(719,'receivedt',NULL,'2022-02-22'),(719,'record_id',NULL,'850'),(719,'record_module',NULL,'Products'),(720,'label',NULL,'INV145'),(720,'item_name',NULL,'850'),(720,'item_qty',NULL,'30'),(720,'item_orderid',NULL,'INV145'),(720,'item_center',NULL,'HRG - Hargeisa'),(720,'item_ostatus',NULL,'Created by admin'),(720,'createdtime',NULL,'2022-02-22 11:00:47'),(720,'assigned_user_id',NULL,'10'),(720,'source',NULL,'CRM'),(720,'record_id',NULL,'851'),(720,'record_module',NULL,'InventoryOrder'),(721,'item_ostatus','Created by admin','Approved'),(721,'assigned_user_id','10','17'),(722,'qtyinstock','50.000','20.000'),(722,'approvedstock','0','30'),(723,'item_ostatus','Approved','Received by admin'),(724,'modifiedby','10','17'),(725,'label',NULL,'INV146'),(725,'item_name',NULL,'850'),(725,'item_qty',NULL,'20'),(725,'item_orderid',NULL,'INV146'),(725,'item_center',NULL,'BRO - Burco'),(725,'item_ostatus',NULL,'Created by GSM'),(725,'createdtime',NULL,'2022-02-22 11:03:27'),(725,'assigned_user_id',NULL,'17'),(725,'source',NULL,'CRM'),(725,'parentinventoryorderid',NULL,'851'),(725,'record_id',NULL,'852'),(725,'record_module',NULL,'InventoryOrder'),(726,'item_ostatus','Created by GSM','Approved'),(726,'assigned_user_id','17','7'),(727,'item_ostatus','Approved','Received by GSM'),(728,'modifiedby','17','7'),(735,'label',NULL,'PostSim'),(735,'productname',NULL,'PostSim'),(735,'product_no',NULL,'PRO41'),(735,'createdtime',NULL,'2022-02-23 10:02:22'),(735,'modifiedby',NULL,'10'),(735,'unit_price',NULL,'2.00000000'),(735,'qtyinstock',NULL,'30.000'),(735,'assigned_user_id',NULL,'10'),(735,'source',NULL,'CRM'),(735,'purchaseorderdt',NULL,'2022-02-23'),(735,'receivedt',NULL,'2022-02-23'),(735,'record_id',NULL,'853'),(735,'record_module',NULL,'Products'),(736,'label',NULL,'INV147'),(736,'item_name',NULL,'853'),(736,'item_qty',NULL,'20'),(736,'item_orderid',NULL,'INV147'),(736,'item_center',NULL,'HRG - Hargeisa'),(736,'item_ostatus',NULL,'Created by admin'),(736,'createdtime',NULL,'2022-02-23 10:02:52'),(736,'assigned_user_id',NULL,'10'),(736,'source',NULL,'CRM'),(736,'record_id',NULL,'854'),(736,'record_module',NULL,'InventoryOrder'),(737,'item_ostatus','Created by admin','Approved'),(737,'assigned_user_id','10','17'),(738,'qtyinstock','30.000','10.000'),(738,'approvedstock','0','20'),(739,'item_ostatus','Approved','Received by admin'),(740,'modifiedby','10','17'),(741,'label',NULL,'INV148'),(741,'item_name',NULL,'853'),(741,'item_qty',NULL,'10'),(741,'item_orderid',NULL,'INV148'),(741,'item_center',NULL,'BRO - Burco'),(741,'item_ostatus',NULL,'Created by GSM'),(741,'createdtime',NULL,'2022-02-23 10:06:32'),(741,'assigned_user_id',NULL,'17'),(741,'source',NULL,'CRM'),(741,'parentinventoryorderid',NULL,'854'),(741,'record_id',NULL,'855'),(741,'record_module',NULL,'InventoryOrder'),(742,'item_ostatus','Created by GSM','Approved'),(742,'assigned_user_id','17','7'),(743,'item_ostatus','Approved','Received by GSM'),(744,'modifiedby','17','7'),(745,'label',NULL,'mike smith'),(745,'firstname',NULL,'mike'),(745,'contact_no',NULL,'CON15'),(745,'lastname',NULL,'smith'),(745,'email',NULL,'mike12@g.com'),(745,'assigned_user_id',NULL,'8'),(745,'createdtime',NULL,'2022-02-23 10:55:08'),(745,'modifiedby',NULL,'8'),(745,'source',NULL,'CRM'),(745,'contact_simnumber',NULL,'0.00000000'),(745,'record_id',NULL,'877'),(745,'record_module',NULL,'Contacts'),(746,'label',NULL,'sapnatest test1'),(746,'firstname',NULL,'sapnatest'),(746,'contact_no',NULL,'CON16'),(746,'lastname',NULL,'test1'),(746,'email',NULL,'sapn@g.com'),(746,'assigned_user_id',NULL,'8'),(746,'createdtime',NULL,'2022-02-23 12:39:13'),(746,'modifiedby',NULL,'8'),(746,'source',NULL,'CRM'),(746,'contact_simnumber',NULL,'0.00000000'),(746,'record_id',NULL,'888'),(746,'record_module',NULL,'Contacts'),(747,'label',NULL,'tste2 test2'),(747,'firstname',NULL,'tste2'),(747,'contact_no',NULL,'CON17'),(747,'lastname',NULL,'test2'),(747,'email',NULL,'test2@g.com'),(747,'assigned_user_id',NULL,'8'),(747,'createdtime',NULL,'2022-02-23 13:40:22'),(747,'modifiedby',NULL,'8'),(747,'source',NULL,'CRM'),(747,'contact_simnumber',NULL,'0.00000000'),(747,'record_id',NULL,'899'),(747,'record_module',NULL,'Contacts'),(748,'label',NULL,'test teerrr'),(748,'firstname',NULL,'test'),(748,'contact_no',NULL,'CON18'),(748,'lastname',NULL,'teerrr'),(748,'email',NULL,'tesss@g.com'),(748,'assigned_user_id',NULL,'1'),(748,'createdtime',NULL,'2022-02-23 13:55:14'),(748,'modifiedby',NULL,'1'),(748,'source',NULL,'CRM'),(748,'contact_simnumber',NULL,'0.00000000'),(748,'record_id',NULL,'906'),(748,'record_module',NULL,'Contacts'),(749,'label',NULL,'Simcard'),(749,'productname',NULL,'Simcard'),(749,'product_no',NULL,'PRO42'),(749,'createdtime',NULL,'2022-02-23 13:57:37'),(749,'modifiedby',NULL,'10'),(749,'unit_price',NULL,'1.00000000'),(749,'qtyinstock',NULL,'50.000'),(749,'assigned_user_id',NULL,'10'),(749,'source',NULL,'CRM'),(749,'purchaseorderdt',NULL,'2022-02-23'),(749,'receivedt',NULL,'2022-02-23'),(749,'record_id',NULL,'910'),(749,'record_module',NULL,'Products'),(750,'label',NULL,'INV149'),(750,'item_name',NULL,'910'),(750,'item_qty',NULL,'30'),(750,'item_orderid',NULL,'INV149'),(750,'item_center',NULL,'HRG - Hargeisa'),(750,'item_ostatus',NULL,'Created by admin'),(750,'createdtime',NULL,'2022-02-24 05:19:12'),(750,'assigned_user_id',NULL,'10'),(750,'source',NULL,'CRM'),(750,'record_id',NULL,'925'),(750,'record_module',NULL,'InventoryOrder'),(751,'item_ostatus','Created by admin','Approved'),(751,'assigned_user_id','10','17'),(752,'qtyinstock','50.000','20.000'),(752,'approvedstock','0','30'),(753,'item_ostatus','Approved','Received by admin'),(754,'modifiedby','10','17'),(755,'label',NULL,'INV150'),(755,'item_name',NULL,'910'),(755,'item_qty',NULL,'10'),(755,'item_orderid',NULL,'INV150'),(755,'item_center',NULL,'BRO - Burco'),(755,'item_ostatus',NULL,'Created by GSM'),(755,'createdtime',NULL,'2022-02-24 05:22:44'),(755,'assigned_user_id',NULL,'17'),(755,'source',NULL,'CRM'),(755,'parentinventoryorderid',NULL,'925'),(755,'record_id',NULL,'927'),(755,'record_module',NULL,'InventoryOrder'),(756,'item_ostatus','Created by GSM','Approved'),(756,'assigned_user_id','17','7'),(757,'item_ostatus','Approved','Received by GSM'),(758,'modifiedby','17','7'),(769,'label',NULL,'SimPro'),(769,'productname',NULL,'SimPro'),(769,'product_no',NULL,'PRO43'),(769,'createdtime',NULL,'2022-02-24 06:51:27'),(769,'modifiedby',NULL,'10'),(769,'unit_price',NULL,'2.00000000'),(769,'qtyinstock',NULL,'30.000'),(769,'assigned_user_id',NULL,'10'),(769,'source',NULL,'CRM'),(769,'purchaseorderdt',NULL,'2022-02-24'),(769,'receivedt',NULL,'2022-02-24'),(769,'record_id',NULL,'941'),(769,'record_module',NULL,'Products'),(770,'label',NULL,'INV151'),(770,'item_name',NULL,'941'),(770,'item_qty',NULL,'25'),(770,'item_orderid',NULL,'INV151'),(770,'item_center',NULL,'HRG - Hargeisa'),(770,'item_ostatus',NULL,'Created by admin'),(770,'createdtime',NULL,'2022-02-24 06:52:30'),(770,'assigned_user_id',NULL,'10'),(770,'source',NULL,'CRM'),(770,'record_id',NULL,'942'),(770,'record_module',NULL,'InventoryOrder'),(771,'item_ostatus','Created by admin','Approved'),(771,'assigned_user_id','10','17'),(772,'qtyinstock','30.000','5.000'),(772,'approvedstock','0','25'),(773,'item_ostatus','Approved','Received by admin'),(774,'modifiedby','10','17'),(775,'label',NULL,'INV152'),(775,'item_name',NULL,'941'),(775,'item_qty',NULL,'20'),(775,'item_orderid',NULL,'INV152'),(775,'item_center',NULL,'BRO - Burco'),(775,'item_ostatus',NULL,'Created by GSM'),(775,'createdtime',NULL,'2022-02-24 06:55:29'),(775,'assigned_user_id',NULL,'17'),(775,'source',NULL,'CRM'),(775,'parentinventoryorderid',NULL,'942'),(775,'record_id',NULL,'943'),(775,'record_module',NULL,'InventoryOrder'),(776,'item_ostatus','Created by GSM','Approved'),(776,'assigned_user_id','17','7'),(777,'item_ostatus','Approved','Received by GSM'),(778,'modifiedby','17','7'),(781,'modifiedby','7','1'),(781,'qtyinstock','5.000','40.000'),(781,'approvedstock','25','0'),(782,'label',NULL,'INV153'),(782,'item_name',NULL,'941'),(782,'item_qty',NULL,'30'),(782,'item_orderid',NULL,'INV153'),(782,'item_center',NULL,'HRG - Hargeisa'),(782,'item_ostatus',NULL,'Created by admin'),(782,'createdtime',NULL,'2022-02-24 07:59:51'),(782,'assigned_user_id',NULL,'10'),(782,'source',NULL,'CRM'),(782,'record_id',NULL,'956'),(782,'record_module',NULL,'InventoryOrder'),(783,'item_ostatus','Created by admin','Approved'),(783,'assigned_user_id','10','17'),(784,'modifiedby','1','10'),(784,'qtyinstock','40.000','10.000'),(784,'approvedstock','0','30'),(785,'item_ostatus','Approved','Received by admin'),(786,'modifiedby','10','17'),(787,'label',NULL,'INV154'),(787,'item_name',NULL,'941'),(787,'item_qty',NULL,'10'),(787,'item_orderid',NULL,'INV154'),(787,'item_center',NULL,'BRO - Burco'),(787,'item_ostatus',NULL,'Created by GSM'),(787,'createdtime',NULL,'2022-02-24 08:10:41'),(787,'assigned_user_id',NULL,'17'),(787,'source',NULL,'CRM'),(787,'parentinventoryorderid',NULL,'956'),(787,'record_id',NULL,'957'),(787,'record_module',NULL,'InventoryOrder'),(788,'item_ostatus','Created by GSM','Approved'),(788,'assigned_user_id','17','7'),(789,'item_ostatus','Approved','Received by GSM'),(790,'modifiedby','17','7'),(791,'label',NULL,'Sapn test'),(791,'firstname',NULL,'Sapn'),(791,'contact_no',NULL,'CON19'),(791,'lastname',NULL,'test'),(791,'email',NULL,'sapna12@g.com'),(791,'assigned_user_id',NULL,'8'),(791,'createdtime',NULL,'2022-02-24 08:30:34'),(791,'modifiedby',NULL,'8'),(791,'source',NULL,'CRM'),(791,'contact_simnumber',NULL,'0.00000000'),(791,'record_id',NULL,'975'),(791,'record_module',NULL,'Contacts'),(792,'label',NULL,'sapnate12 test313'),(792,'firstname',NULL,'sapnate12'),(792,'contact_no',NULL,'CON20'),(792,'lastname',NULL,'test313'),(792,'email',NULL,'tesss@g.com'),(792,'assigned_user_id',NULL,'8'),(792,'createdtime',NULL,'2022-02-24 08:37:04'),(792,'modifiedby',NULL,'8'),(792,'source',NULL,'CRM'),(792,'contact_simnumber',NULL,'0.00000000'),(792,'record_id',NULL,'986'),(792,'record_module',NULL,'Contacts'),(793,'label',NULL,'mike smith'),(793,'firstname',NULL,'mike'),(793,'contact_no',NULL,'CON21'),(793,'lastname',NULL,'smith'),(793,'email',NULL,'mikesmith@g.com'),(793,'assigned_user_id',NULL,'8'),(793,'createdtime',NULL,'2022-02-24 08:41:34'),(793,'modifiedby',NULL,'8'),(793,'source',NULL,'CRM'),(793,'contact_simnumber',NULL,'0.00000000'),(793,'record_id',NULL,'998'),(793,'record_module',NULL,'Contacts'),(797,'label',NULL,'PrePaid SimCard'),(797,'productname',NULL,'PrePaid SimCard'),(797,'product_no',NULL,'PRO44'),(797,'createdtime',NULL,'2022-02-24 08:47:37'),(797,'modifiedby',NULL,'10'),(797,'unit_price',NULL,'2.00000000'),(797,'qtyinstock',NULL,'4.000'),(797,'assigned_user_id',NULL,'10'),(797,'source',NULL,'CRM'),(797,'purchaseorderdt',NULL,'2022-02-24'),(797,'receivedt',NULL,'2022-02-24'),(797,'record_id',NULL,'999'),(797,'record_module',NULL,'Products'),(798,'label',NULL,'INV155'),(798,'item_name',NULL,'999'),(798,'item_qty',NULL,'4'),(798,'item_orderid',NULL,'INV155'),(798,'item_center',NULL,'HRG - Hargeisa'),(798,'item_ostatus',NULL,'Created by admin'),(798,'createdtime',NULL,'2022-02-24 08:49:05'),(798,'assigned_user_id',NULL,'10'),(798,'source',NULL,'CRM'),(798,'record_id',NULL,'1000'),(798,'record_module',NULL,'InventoryOrder'),(799,'item_ostatus','Created by admin','Approved'),(799,'assigned_user_id','10','17'),(800,'qtyinstock','4.000','0.000'),(800,'approvedstock','0','4'),(801,'item_ostatus','Approved','Received by admin'),(802,'modifiedby','10','17'),(803,'label',NULL,'INV156'),(803,'item_name',NULL,'999'),(803,'item_qty',NULL,'4'),(803,'item_orderid',NULL,'INV156'),(803,'item_center',NULL,'BRO - Burco'),(803,'item_ostatus',NULL,'Created by GSM'),(803,'createdtime',NULL,'2022-02-24 08:51:44'),(803,'assigned_user_id',NULL,'17'),(803,'source',NULL,'CRM'),(803,'parentinventoryorderid',NULL,'1000'),(803,'record_id',NULL,'1001'),(803,'record_module',NULL,'InventoryOrder'),(804,'item_ostatus','Created by GSM','Approved'),(804,'assigned_user_id','17','7'),(805,'item_ostatus','Approved','Received by GSM'),(806,'modifiedby','17','7'),(807,'label',NULL,'Sim2 Sim2'),(807,'firstname',NULL,'Sim2'),(807,'contact_no',NULL,'CON22'),(807,'lastname',NULL,'Sim2'),(807,'email',NULL,'Sim2@g.com'),(807,'assigned_user_id',NULL,'8'),(807,'createdtime',NULL,'2022-02-24 09:03:27'),(807,'modifiedby',NULL,'8'),(807,'source',NULL,'CRM'),(807,'contact_simnumber',NULL,'0.00000000'),(807,'record_id',NULL,'1020'),(807,'record_module',NULL,'Contacts'),(808,'label',NULL,'Sim3 Sim3'),(808,'firstname',NULL,'Sim3'),(808,'contact_no',NULL,'CON23'),(808,'lastname',NULL,'Sim3'),(808,'email',NULL,'Sim3@g.com'),(808,'assigned_user_id',NULL,'11'),(808,'createdtime',NULL,'2022-02-24 09:11:27'),(808,'modifiedby',NULL,'11'),(808,'source',NULL,'CRM'),(808,'contact_simnumber',NULL,'0.00000000'),(808,'record_id',NULL,'1031'),(808,'record_module',NULL,'Contacts'),(812,'label',NULL,'Prepaid SimCard'),(812,'productname',NULL,'Prepaid SimCard'),(812,'product_no',NULL,'PRO45'),(812,'createdtime',NULL,'2022-02-24 10:56:59'),(812,'modifiedby',NULL,'10'),(812,'unit_price',NULL,'1.00000000'),(812,'qtyinstock',NULL,'4.000'),(812,'assigned_user_id',NULL,'10'),(812,'source',NULL,'CRM'),(812,'purchaseorderdt',NULL,'2022-02-24'),(812,'receivedt',NULL,'2022-02-24'),(812,'record_id',NULL,'1032'),(812,'record_module',NULL,'Products'),(813,'label',NULL,'INV157'),(813,'item_name',NULL,'1032'),(813,'item_qty',NULL,'2'),(813,'item_orderid',NULL,'INV157'),(813,'item_center',NULL,'HRG - Hargeisa'),(813,'item_ostatus',NULL,'Created by admin'),(813,'createdtime',NULL,'2022-02-24 10:58:34'),(813,'assigned_user_id',NULL,'10'),(813,'source',NULL,'CRM'),(813,'record_id',NULL,'1033'),(813,'record_module',NULL,'InventoryOrder'),(814,'item_ostatus','Created by admin','Approved'),(814,'assigned_user_id','10','17'),(815,'qtyinstock','4.000','2.000'),(815,'approvedstock','0','2'),(816,'item_ostatus','Approved','Received by admin'),(817,'modifiedby','10','17'),(818,'label',NULL,'INV158'),(818,'item_name',NULL,'1032'),(818,'item_qty',NULL,'2'),(818,'item_orderid',NULL,'INV158'),(818,'item_center',NULL,'BRO - Burco'),(818,'item_ostatus',NULL,'Created by GSM'),(818,'createdtime',NULL,'2022-02-24 11:03:46'),(818,'assigned_user_id',NULL,'17'),(818,'source',NULL,'CRM'),(818,'parentinventoryorderid',NULL,'1033'),(818,'record_id',NULL,'1034'),(818,'record_module',NULL,'InventoryOrder'),(819,'item_ostatus','Created by GSM','Approved'),(819,'assigned_user_id','17','7'),(820,'item_ostatus','Approved','Received by GSM'),(821,'modifiedby','17','7'),(822,'label',NULL,'INV159'),(822,'item_name',NULL,'1032'),(822,'item_qty',NULL,'2'),(822,'item_orderid',NULL,'INV159'),(822,'item_center',NULL,'HRG - Hargeisa'),(822,'item_ostatus',NULL,'Created by admin'),(822,'createdtime',NULL,'2022-02-24 11:55:45'),(822,'assigned_user_id',NULL,'10'),(822,'source',NULL,'CRM'),(822,'record_id',NULL,'1039'),(822,'record_module',NULL,'InventoryOrder'),(823,'item_ostatus','Created by admin','Approved'),(823,'assigned_user_id','10','17'),(824,'modifiedby','7','10'),(824,'qtyinstock','2.000','0.000'),(824,'approvedstock','2','4'),(825,'item_ostatus','Approved','Received by admin'),(826,'modifiedby','10','17'),(827,'label',NULL,'INV160'),(827,'item_name',NULL,'1032'),(827,'item_qty',NULL,'2'),(827,'item_orderid',NULL,'INV160'),(827,'item_center',NULL,'BRO - Burco'),(827,'item_ostatus',NULL,'Created by GSM'),(827,'createdtime',NULL,'2022-02-24 12:02:19'),(827,'assigned_user_id',NULL,'17'),(827,'source',NULL,'CRM'),(827,'parentinventoryorderid',NULL,'1039'),(827,'record_id',NULL,'1040'),(827,'record_module',NULL,'InventoryOrder'),(828,'item_ostatus','Created by GSM','Approved'),(828,'assigned_user_id','17','7'),(829,'item_ostatus','Approved','Received by GSM'),(830,'modifiedby','17','7'),(831,'label',NULL,'Mike Smith'),(831,'firstname',NULL,'Mike'),(831,'contact_no',NULL,'CON24'),(831,'lastname',NULL,'Smith'),(831,'email',NULL,'mike12@g.com'),(831,'assigned_user_id',NULL,'8'),(831,'createdtime',NULL,'2022-02-24 12:22:48'),(831,'modifiedby',NULL,'8'),(831,'source',NULL,'CRM'),(831,'contact_simnumber',NULL,'0.00000000'),(831,'record_id',NULL,'1055'),(831,'record_module',NULL,'Contacts'),(834,'increasedownload_upload','1','0'),(834,'increasedata','5GB',''),(835,'increasedownload_upload','0','1'),(835,'increasedata','','5GB'),(836,'increasedownload_upload','1','0'),(836,'increasedata','5GB',''),(837,'contact_callwaiting','0','1'),(838,'contact_callwaiting','1','0'),(838,'increasedownload_upload','0','1'),(838,'increasedata','','5GB'),(838,'disconnectcall','1','0'),(838,'disconnect_outgoingcall','0','1'),(839,'modifiedby','11','1'),(839,'contact_simnumber','0','7894546453'),(840,'contact_cancelbarring','0','1'),(840,'increasedownload_upload','1','0'),(841,'contact_simnumber','7894546453','252644220171'),(842,'contact_id','1055','1031'),(842,'contact_mobileno','252642000003','252644220171'),(842,'disconnect_outgoingcall','1','0'),(843,'label',NULL,'Test SIM'),(843,'productname',NULL,'Test SIM'),(843,'product_no',NULL,'PRO46'),(843,'createdtime',NULL,'2022-03-07 10:41:30'),(843,'modifiedby',NULL,'10'),(843,'unit_price',NULL,'2.00000000'),(843,'qtyinstock',NULL,'50.000'),(843,'assigned_user_id',NULL,'10'),(843,'source',NULL,'CRM'),(843,'purchaseorderdt',NULL,'2022-03-07'),(843,'receivedt',NULL,'2022-03-07'),(843,'record_id',NULL,'1096'),(843,'record_module',NULL,'Products'),(844,'label',NULL,'INV161'),(844,'item_name',NULL,'1096'),(844,'item_qty',NULL,'30'),(844,'item_orderid',NULL,'INV161'),(844,'item_center',NULL,'HRG - Hargeisa'),(844,'item_ostatus',NULL,'Created by admin'),(844,'createdtime',NULL,'2022-03-07 10:47:46'),(844,'assigned_user_id',NULL,'10'),(844,'source',NULL,'CRM'),(844,'record_id',NULL,'1097'),(844,'record_module',NULL,'InventoryOrder'),(845,'item_ostatus','Created by admin','Approved'),(845,'assigned_user_id','10','17'),(846,'qtyinstock','50.000','20.000'),(846,'approvedstock','0','30'),(847,'item_ostatus','Approved','Received by admin'),(848,'modifiedby','10','17'),(849,'label',NULL,'INV162'),(849,'item_name',NULL,'1096'),(849,'item_qty',NULL,'20'),(849,'item_orderid',NULL,'INV162'),(849,'item_center',NULL,'BRO - Burco'),(849,'item_ostatus',NULL,'Created by GSM'),(849,'createdtime',NULL,'2022-03-07 10:49:20'),(849,'assigned_user_id',NULL,'17'),(849,'source',NULL,'CRM'),(849,'parentinventoryorderid',NULL,'1097'),(849,'record_id',NULL,'1098'),(849,'record_module',NULL,'InventoryOrder'),(850,'item_ostatus','Created by GSM','Approved'),(850,'assigned_user_id','17','7'),(851,'item_ostatus','Approved','Received by GSM'),(852,'modifiedby','17','7'),(853,'label',NULL,'Sample Testing'),(853,'firstname',NULL,'Sample'),(853,'contact_no',NULL,'CON25'),(853,'lastname',NULL,'Testing'),(853,'email',NULL,'test@g.com'),(853,'assigned_user_id',NULL,'8'),(853,'createdtime',NULL,'2022-03-07 11:03:35'),(853,'modifiedby',NULL,'8'),(853,'source',NULL,'CRM'),(853,'contact_simnumber',NULL,'652100801'),(853,'record_id',NULL,'1127'),(853,'record_module',NULL,'Contacts'),(854,'label',NULL,'Test Data'),(854,'firstname',NULL,'Test'),(854,'contact_no',NULL,'CON26'),(854,'lastname',NULL,'Data'),(854,'email',NULL,'data@g.com'),(854,'assigned_user_id',NULL,'11'),(854,'createdtime',NULL,'2022-03-07 11:05:29'),(854,'modifiedby',NULL,'11'),(854,'source',NULL,'CRM'),(854,'contact_simnumber',NULL,'652100811'),(854,'record_id',NULL,'1138'),(854,'record_module',NULL,'Contacts'),(860,'label',NULL,'Test Simcard'),(860,'productname',NULL,'Test Simcard'),(860,'product_no',NULL,'PRO47'),(860,'createdtime',NULL,'2022-03-22 13:43:09'),(860,'modifiedby',NULL,'10'),(860,'unit_price',NULL,'1.00000000'),(860,'qtyinstock',NULL,'2.000'),(860,'assigned_user_id',NULL,'10'),(860,'source',NULL,'CRM'),(860,'purchaseorderdt',NULL,'2022-03-22'),(860,'receivedt',NULL,'2022-03-22'),(860,'record_id',NULL,'1169'),(860,'record_module',NULL,'Products'),(861,'label',NULL,'INV163'),(861,'item_name',NULL,'1169'),(861,'item_qty',NULL,'1'),(861,'item_orderid',NULL,'INV163'),(861,'item_center',NULL,'HRG - Hargeisa'),(861,'item_ostatus',NULL,'Created by admin'),(861,'createdtime',NULL,'2022-03-22 13:58:33'),(861,'assigned_user_id',NULL,'10'),(861,'source',NULL,'CRM'),(861,'record_id',NULL,'1170'),(861,'record_module',NULL,'InventoryOrder'),(862,'item_ostatus','Created by admin','Approved'),(862,'assigned_user_id','10','17'),(863,'qtyinstock','2.000','1.000'),(863,'approvedstock','0','1'),(864,'item_ostatus','Approved','Received by admin'),(865,'modifiedby','10','17'),(866,'label',NULL,'INV164'),(866,'item_name',NULL,'1169'),(866,'item_qty',NULL,'1'),(866,'item_orderid',NULL,'INV164'),(866,'item_center',NULL,'BRO - Burco'),(866,'item_ostatus',NULL,'Created by GSM'),(866,'createdtime',NULL,'2022-03-22 14:01:57'),(866,'assigned_user_id',NULL,'17'),(866,'source',NULL,'CRM'),(866,'parentinventoryorderid',NULL,'1170'),(866,'record_id',NULL,'1171'),(866,'record_module',NULL,'InventoryOrder'),(867,'item_ostatus','Created by GSM','Approved'),(867,'assigned_user_id','17','7'),(868,'item_ostatus','Approved','Received by GSM'),(869,'modifiedby','17','7'),(870,'label',NULL,'sapnatest sapnatest'),(870,'firstname',NULL,'sapnatest'),(870,'contact_no',NULL,'CON27'),(870,'lastname',NULL,'sapnatest'),(870,'email',NULL,'sapnatest@g.com'),(870,'assigned_user_id',NULL,'8'),(870,'createdtime',NULL,'2022-03-22 14:20:45'),(870,'modifiedby',NULL,'8'),(870,'source',NULL,'CRM'),(870,'contact_simnumber',NULL,'252642000909'),(870,'record_id',NULL,'1185'),(870,'record_module',NULL,'Contacts'),(871,'label',NULL,'TestProduct'),(871,'productname',NULL,'TestProduct'),(871,'product_no',NULL,'PRO48'),(871,'createdtime',NULL,'2022-03-23 05:37:27'),(871,'modifiedby',NULL,'10'),(871,'unit_price',NULL,'1.00000000'),(871,'qtyinstock',NULL,'5.000'),(871,'assigned_user_id',NULL,'10'),(871,'source',NULL,'CRM'),(871,'purchaseorderdt',NULL,'2022-03-23'),(871,'receivedt',NULL,'2022-03-23'),(871,'record_id',NULL,'1186'),(871,'record_module',NULL,'Products'),(872,'label',NULL,'INV165'),(872,'item_name',NULL,'1186'),(872,'item_qty',NULL,'3'),(872,'item_orderid',NULL,'INV165'),(872,'item_center',NULL,'HRG - Hargeisa'),(872,'item_ostatus',NULL,'Created by admin'),(872,'createdtime',NULL,'2022-03-23 05:38:28'),(872,'assigned_user_id',NULL,'10'),(872,'source',NULL,'CRM'),(872,'record_id',NULL,'1187'),(872,'record_module',NULL,'InventoryOrder'),(873,'item_ostatus','Created by admin','Approved'),(873,'assigned_user_id','10','17'),(874,'qtyinstock','5.000','2.000'),(874,'approvedstock','0','3'),(875,'item_ostatus','Approved','Received by admin'),(876,'modifiedby','10','17'),(877,'label',NULL,'INV166'),(877,'item_name',NULL,'1186'),(877,'item_qty',NULL,'2'),(877,'item_orderid',NULL,'INV166'),(877,'item_center',NULL,'BRO - Burco'),(877,'item_ostatus',NULL,'Created by GSM'),(877,'createdtime',NULL,'2022-03-23 05:42:11'),(877,'assigned_user_id',NULL,'17'),(877,'source',NULL,'CRM'),(877,'parentinventoryorderid',NULL,'1187'),(877,'record_id',NULL,'1188'),(877,'record_module',NULL,'InventoryOrder'),(878,'item_ostatus','Created by GSM','Approved'),(878,'assigned_user_id','17','7'),(879,'item_ostatus','Approved','Received by GSM'),(880,'modifiedby','17','7'),(881,'label',NULL,'Testsapna Testsapna'),(881,'firstname',NULL,'Testsapna'),(881,'contact_no',NULL,'CON28'),(881,'lastname',NULL,'Testsapna'),(881,'email',NULL,'Testsapna@gm.com'),(881,'assigned_user_id',NULL,'1'),(881,'createdtime',NULL,'2022-03-23 05:49:10'),(881,'modifiedby',NULL,'1'),(881,'source',NULL,'CRM'),(881,'record_id',NULL,'1193'),(881,'record_module',NULL,'Contacts'),(882,'label',NULL,'sapnatest sapnatest1'),(882,'firstname',NULL,'sapnatest'),(882,'contact_no',NULL,'CON29'),(882,'lastname',NULL,'sapnatest1'),(882,'email',NULL,'sapn@g.com'),(882,'assigned_user_id',NULL,'1'),(882,'createdtime',NULL,'2022-03-23 05:57:57'),(882,'modifiedby',NULL,'1'),(882,'source',NULL,'CRM'),(882,'record_id',NULL,'1204'),(882,'record_module',NULL,'Contacts'),(883,'label',NULL,'MIFI Mobile'),(883,'productname',NULL,'MIFI Mobile'),(883,'product_no',NULL,'PRO49'),(883,'createdtime',NULL,'2022-03-23 06:11:24'),(883,'modifiedby',NULL,'10'),(883,'unit_price',NULL,'5.00000000'),(883,'qtyinstock',NULL,'100.000'),(883,'assigned_user_id',NULL,'10'),(883,'source',NULL,'CRM'),(883,'purchaseorderdt',NULL,'2022-03-23'),(883,'receivedt',NULL,'2022-03-23'),(883,'record_id',NULL,'1218'),(883,'record_module',NULL,'Products'),(884,'label',NULL,'INV167'),(884,'item_name',NULL,'1218'),(884,'item_qty',NULL,'50'),(884,'item_orderid',NULL,'INV167'),(884,'item_center',NULL,'HRG - Hargeisa'),(884,'item_ostatus',NULL,'Created by admin'),(884,'createdtime',NULL,'2022-03-23 06:17:43'),(884,'assigned_user_id',NULL,'10'),(884,'source',NULL,'CRM'),(884,'record_id',NULL,'1220'),(884,'record_module',NULL,'InventoryOrder'),(885,'item_ostatus','Created by admin','Approved'),(885,'assigned_user_id','10','17'),(886,'qtyinstock','150.000','100.000'),(886,'approvedstock','0','50'),(887,'item_ostatus','Approved','Received by admin'),(888,'modifiedby','10','17'),(889,'label',NULL,'INV168'),(889,'item_name',NULL,'1218'),(889,'item_qty',NULL,'25'),(889,'item_orderid',NULL,'INV168'),(889,'item_center',NULL,'BRO - Burco'),(889,'item_ostatus',NULL,'Created by GSM'),(889,'createdtime',NULL,'2022-03-23 06:25:37'),(889,'assigned_user_id',NULL,'17'),(889,'source',NULL,'CRM'),(889,'parentinventoryorderid',NULL,'1220'),(889,'record_id',NULL,'1221'),(889,'record_module',NULL,'InventoryOrder'),(890,'item_ostatus','Created by GSM','Approved'),(890,'assigned_user_id','17','7'),(891,'item_ostatus','Approved','Received by GSM'),(892,'modifiedby','17','7'),(893,'label',NULL,'sara saratest'),(893,'firstname',NULL,'sara'),(893,'contact_no',NULL,'CON30'),(893,'lastname',NULL,'saratest'),(893,'email',NULL,'sara@gm.com'),(893,'assigned_user_id',NULL,'1'),(893,'createdtime',NULL,'2022-03-23 08:32:15'),(893,'modifiedby',NULL,'1'),(893,'source',NULL,'CRM'),(893,'record_id',NULL,'1226'),(893,'record_module',NULL,'Contacts');
/*!40000 ALTER TABLE `vtiger_modtracker_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modtracker_relations`
--

DROP TABLE IF EXISTS `vtiger_modtracker_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_relations` (
  `id` int(19) NOT NULL,
  `targetmodule` varchar(100) NOT NULL,
  `targetid` int(19) NOT NULL,
  `changedon` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modtracker_relations`
--

LOCK TABLES `vtiger_modtracker_relations` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_relations` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_relations` VALUES (8,'Emails',14,'2021-12-14 07:28:16'),(10,'Emails',15,'2021-12-14 07:28:16');
/*!40000 ALTER TABLE `vtiger_modtracker_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_modtracker_tabs`
--

DROP TABLE IF EXISTS `vtiger_modtracker_tabs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_modtracker_tabs` (
  `tabid` int(11) NOT NULL,
  `visible` int(11) DEFAULT '0',
  PRIMARY KEY (`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_modtracker_tabs`
--

LOCK TABLES `vtiger_modtracker_tabs` WRITE;
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` DISABLE KEYS */;
INSERT INTO `vtiger_modtracker_tabs` VALUES (2,1),(4,1),(6,1),(7,1),(8,1),(9,1),(10,1),(13,1),(14,1),(15,1),(16,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(26,1),(28,1),(35,1),(36,1),(37,1),(38,1),(40,1),(41,1),(42,1),(47,1),(48,1),(50,1);
/*!40000 ALTER TABLE `vtiger_modtracker_tabs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_module_dashboard_widgets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_module_dashboard_widgets` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `linkid` int(19) DEFAULT NULL,
  `userid` int(19) DEFAULT NULL,
  `filterid` int(19) DEFAULT NULL,
  `title` varchar(100) DEFAULT NULL,
  `data` text,
  `position` varchar(50) DEFAULT NULL,
  `reportid` int(19) DEFAULT NULL,
  `dashboardtabid` int(11) 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 DEFAULT CHARSET=utf8;
/*!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 */;
/*!40000 ALTER TABLE `vtiger_module_dashboard_widgets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_newnumber`
--

DROP TABLE IF EXISTS `vtiger_newnumber`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_newnumber` (
  `newnumberid` int(19) NOT NULL,
  `newnumberno` varchar(50) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `packagename` varchar(100) DEFAULT NULL,
  `simnumber` bigint(20) DEFAULT NULL,
  `simimsino` bigint(20) DEFAULT NULL,
  `simtxnid` varchar(50) DEFAULT NULL,
  `simprice` int(11) DEFAULT NULL,
  `number_salestype` varchar(100) DEFAULT NULL,
  `number_couponcode` varchar(20) DEFAULT NULL,
  `number_discount` int(11) DEFAULT NULL,
  `number_paymenttype` varchar(50) DEFAULT NULL,
  `number_paymentacno` int(11) DEFAULT NULL,
  `cust_firstname` varchar(50) DEFAULT NULL,
  `cust_secondname` varchar(50) DEFAULT NULL,
  `cust_thirdname` varchar(50) DEFAULT NULL,
  `cust_fourthname` varchar(50) DEFAULT NULL,
  `cust_contactno` bigint(20) DEFAULT NULL,
  `cust_dob` date DEFAULT NULL,
  `cust_gender` varchar(10) DEFAULT NULL,
  `cust_center` varchar(50) DEFAULT NULL,
  `cust_nationality` varchar(50) DEFAULT NULL,
  `cust_occupation` varchar(50) DEFAULT NULL,
  `cust_category` varchar(50) DEFAULT NULL,
  `cust_city` varchar(100) DEFAULT NULL,
  `cust_village` varchar(100) DEFAULT NULL,
  `cust_email` varchar(100) DEFAULT NULL,
  `cust_mothername` varchar(100) DEFAULT NULL,
  `cust_inheritorpname` varchar(100) DEFAULT NULL,
  `cust_inheritorpno` int(11) DEFAULT NULL,
  `cust_inheritorrelation` varchar(50) DEFAULT NULL,
  `cust_personimage` text,
  `cust_documentid` varchar(50) DEFAULT NULL,
  `cust_document` text,
  `cust_documenttype` varchar(50) DEFAULT NULL,
  `cust_docexpiredt` date DEFAULT NULL,
  `cust_effectivefrom` date DEFAULT NULL,
  `cust_kaashplusimage` text,
  `cust_kaashplus_lang` varchar(50) DEFAULT NULL,
  `simpackagename` varchar(100) DEFAULT NULL,
  `packagesimnumber` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`newnumberid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_newnumber`
--

LOCK TABLES `vtiger_newnumber` WRITE;
/*!40000 ALTER TABLE `vtiger_newnumber` DISABLE KEYS */;
INSERT INTO `vtiger_newnumber` VALUES (1238,'NN1','',NULL,NULL,637026400149010,'',15,'Full Payment','',0,'Cash',0,'sapna','sharma','','',8956237410,'2021-12-27','Female','tettstt','Indian','developer','Personal','Ahmedabad','tesf343','','','',0,'','images34.png','','download23.png','','2022-05-24','2022-05-28','download.jpg','English','Sim Package ($5)','1111'),(1257,'NN2','',NULL,NULL,637026400149010,'',5,'Full Payment','',0,'Cash',0,'sapna','sharma','','',7418529630,'2021-10-31','Female','Test','Indian','Developer','Personal','Ahmedabad','Rerst','','','',0,'','','','','',NULL,NULL,'','','Sim Package ($5)','1111');
/*!40000 ALTER TABLE `vtiger_newnumber` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_newnumbercf`
--

DROP TABLE IF EXISTS `vtiger_newnumbercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_newnumbercf` (
  `newnumberid` int(19) NOT NULL,
  PRIMARY KEY (`newnumberid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_newnumbercf`
--

LOCK TABLES `vtiger_newnumbercf` WRITE;
/*!40000 ALTER TABLE `vtiger_newnumbercf` DISABLE KEYS */;
INSERT INTO `vtiger_newnumbercf` VALUES (1238),(1257);
/*!40000 ALTER TABLE `vtiger_newnumbercf` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_no_of_currency_decimals` (
  `no_of_currency_decimalsid` int(11) NOT NULL AUTO_INCREMENT,
  `no_of_currency_decimals` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`no_of_currency_decimalsid`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_no_of_currency_decimals`
--

LOCK TABLES `vtiger_no_of_currency_decimals` WRITE;
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals` DISABLE KEYS */;
INSERT INTO `vtiger_no_of_currency_decimals` VALUES (2,'2',2,1),(3,'3',3,1),(4,'4',4,1),(5,'5',5,1),(6,'0',0,1),(7,'1',1,1);
/*!40000 ALTER TABLE `vtiger_no_of_currency_decimals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_no_of_currency_decimals_seq`
--

DROP TABLE IF EXISTS `vtiger_no_of_currency_decimals_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_no_of_currency_decimals_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_no_of_currency_decimals_seq`
--

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

--
-- Table structure for table `vtiger_notebook_contents`
--

DROP TABLE IF EXISTS `vtiger_notebook_contents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notebook_contents` (
  `userid` int(19) NOT NULL,
  `notebookid` int(19) NOT NULL,
  `contents` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_notebook_contents`
--

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

--
-- Table structure for table `vtiger_notes`
--

DROP TABLE IF EXISTS `vtiger_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notes` (
  `notesid` int(19) NOT NULL DEFAULT '0',
  `note_no` varchar(100) NOT NULL,
  `title` varchar(50) NOT NULL,
  `filename` varchar(200) DEFAULT NULL,
  `notecontent` text,
  `folderid` int(19) NOT NULL DEFAULT '1',
  `filetype` varchar(50) DEFAULT NULL,
  `filelocationtype` varchar(5) DEFAULT NULL,
  `filedownloadcount` int(19) DEFAULT NULL,
  `filestatus` int(19) DEFAULT NULL,
  `filesize` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_notes`
--

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

--
-- Table structure for table `vtiger_notescf`
--

DROP TABLE IF EXISTS `vtiger_notescf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notescf` (
  `notesid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_notescf`
--

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

--
-- Table structure for table `vtiger_notificationscheduler`
--

DROP TABLE IF EXISTS `vtiger_notificationscheduler`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notificationscheduler` (
  `schedulednotificationid` int(19) NOT NULL AUTO_INCREMENT,
  `schedulednotificationname` varchar(200) DEFAULT NULL,
  `active` int(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_notificationscheduler`
--

LOCK TABLES `vtiger_notificationscheduler` WRITE;
/*!40000 ALTER TABLE `vtiger_notificationscheduler` DISABLE KEYS */;
INSERT INTO `vtiger_notificationscheduler` VALUES (1,'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION',NULL),(2,'LBL_BIG_DEAL_DESCRIPTION',1,'Big Deal notification','Success! A big deal has been won! ','LBL_BIG_DEAL',NULL),(3,'LBL_TICKETS_DESCRIPTION',1,'Pending Tickets notification','Ticket pending please ','LBL_PENDING_TICKETS',NULL),(4,'LBL_MANY_TICKETS_DESCRIPTION',1,'Too many tickets Notification','Too many tickets pending against this entity ','LBL_MANY_TICKETS',NULL),(5,'LBL_START_DESCRIPTION',1,'Support Start Notification','10','LBL_START_NOTIFICATION','select'),(6,'LBL_SUPPORT_DESCRIPTION',1,'Support ending please','11','LBL_SUPPORT_NOTICIATION','select'),(7,'LBL_SUPPORT_DESCRIPTION_MONTH',1,'Support ending please','12','LBL_SUPPORT_NOTICIATION_MONTH','select'),(8,'LBL_ACTIVITY_REMINDER_DESCRIPTION',1,'Activity Reminder Notification','This is a reminder notification for the Activity','LBL_ACTIVITY_NOTIFICATION',NULL);
/*!40000 ALTER TABLE `vtiger_notificationscheduler` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_notificationscheduler_seq`
--

DROP TABLE IF EXISTS `vtiger_notificationscheduler_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_notificationscheduler_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_number_paymenttype`
--

DROP TABLE IF EXISTS `vtiger_number_paymenttype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_number_paymenttype` (
  `number_paymenttypeid` int(11) NOT NULL AUTO_INCREMENT,
  `number_paymenttype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`number_paymenttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_number_paymenttype`
--

LOCK TABLES `vtiger_number_paymenttype` WRITE;
/*!40000 ALTER TABLE `vtiger_number_paymenttype` DISABLE KEYS */;
INSERT INTO `vtiger_number_paymenttype` VALUES (1,'Cash',1,406,1,NULL),(2,'Electronic',1,407,2,NULL);
/*!40000 ALTER TABLE `vtiger_number_paymenttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_number_paymenttype_seq`
--

DROP TABLE IF EXISTS `vtiger_number_paymenttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_number_paymenttype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_number_paymenttype_seq`
--

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

--
-- Table structure for table `vtiger_number_salestype`
--

DROP TABLE IF EXISTS `vtiger_number_salestype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_number_salestype` (
  `number_salestypeid` int(11) NOT NULL AUTO_INCREMENT,
  `number_salestype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`number_salestypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_number_salestype`
--

LOCK TABLES `vtiger_number_salestype` WRITE;
/*!40000 ALTER TABLE `vtiger_number_salestype` DISABLE KEYS */;
INSERT INTO `vtiger_number_salestype` VALUES (1,'Full Payment',1,403,1,NULL),(2,'Promotion',1,404,2,NULL),(3,'Discount',1,405,3,NULL);
/*!40000 ALTER TABLE `vtiger_number_salestype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_number_salestype_seq`
--

DROP TABLE IF EXISTS `vtiger_number_salestype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_number_salestype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_number_salestype_seq`
--

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

--
-- Table structure for table `vtiger_opportunity_type`
--

DROP TABLE IF EXISTS `vtiger_opportunity_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_opportunity_type` (
  `opptypeid` int(19) NOT NULL AUTO_INCREMENT,
  `opportunity_type` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_opportunity_type`
--

LOCK TABLES `vtiger_opportunity_type` WRITE;
/*!40000 ALTER TABLE `vtiger_opportunity_type` DISABLE KEYS */;
INSERT INTO `vtiger_opportunity_type` VALUES (2,'Existing Business',1,128,1,NULL),(3,'New Business',1,129,2,NULL);
/*!40000 ALTER TABLE `vtiger_opportunity_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_opportunity_type_seq`
--

DROP TABLE IF EXISTS `vtiger_opportunity_type_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_opportunity_type_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_opportunity_type_seq`
--

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

--
-- Table structure for table `vtiger_opportunitystage`
--

DROP TABLE IF EXISTS `vtiger_opportunitystage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_opportunitystage` (
  `potstageid` int(19) NOT NULL AUTO_INCREMENT,
  `stage` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  `probability` decimal(3,2) DEFAULT '0.00',
  PRIMARY KEY (`potstageid`),
  UNIQUE KEY `opportunitystage_stage_idx` (`stage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_opportunitystage`
--

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

--
-- Table structure for table `vtiger_org_share_action2tab`
--

DROP TABLE IF EXISTS `vtiger_org_share_action2tab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_org_share_action2tab` (
  `share_action_id` int(19) NOT NULL,
  `tabid` int(19) 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=utf8;
/*!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,35),(1,35),(2,35),(3,35),(0,36),(1,36),(2,36),(3,36),(0,37),(1,37),(2,37),(3,37),(0,38),(1,38),(2,38),(3,38),(0,40),(1,40),(2,40),(3,40),(0,41),(1,41),(2,41),(3,41),(0,42),(1,42),(2,42),(3,42),(0,47),(1,47),(2,47),(3,47),(0,48),(1,48),(2,48),(3,48),(0,50),(1,50),(2,50),(3,50),(0,51),(1,51),(2,51),(3,51),(0,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),(0,60),(1,60),(2,60),(3,60),(0,61),(1,61),(2,61),(3,61),(0,62),(1,62),(2,62),(3,62),(0,63),(1,63),(2,63),(3,63),(0,64),(1,64),(2,64),(3,64),(0,65),(1,65),(2,65),(3,65),(0,66),(1,66),(2,66),(3,66),(0,67),(1,67),(2,67),(3,67),(0,68),(1,68),(2,68),(3,68),(0,69),(1,69),(2,69),(3,69),(0,70),(1,70),(2,70),(3,70);
/*!40000 ALTER TABLE `vtiger_org_share_action2tab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_org_share_action_mapping`
--

DROP TABLE IF EXISTS `vtiger_org_share_action_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_org_share_action_mapping` (
  `share_action_id` int(19) NOT NULL,
  `share_action_name` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`share_action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_organizationdetails` (
  `organization_id` int(11) 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=utf8;
/*!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,'SolTelco','95, 12th Main Road, 3rd Block, Rajajinagar','Bangalore','Karnataka','India','560010','+91 9243602352','+91 9243602352','','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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_organizationdetails_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_organizationdetails_seq`
--

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

--
-- Table structure for table `vtiger_othereventduration`
--

DROP TABLE IF EXISTS `vtiger_othereventduration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_othereventduration` (
  `othereventdurationid` int(11) NOT NULL AUTO_INCREMENT,
  `othereventduration` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`othereventdurationid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_othereventduration`
--

LOCK TABLES `vtiger_othereventduration` WRITE;
/*!40000 ALTER TABLE `vtiger_othereventduration` DISABLE KEYS */;
INSERT INTO `vtiger_othereventduration` VALUES (1,'5',0,1),(2,'10',1,1),(3,'30',2,1),(4,'60',3,1),(5,'120',4,1);
/*!40000 ALTER TABLE `vtiger_othereventduration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_othereventduration_seq`
--

DROP TABLE IF EXISTS `vtiger_othereventduration_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_othereventduration_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_otherinventory`
--

DROP TABLE IF EXISTS `vtiger_otherinventory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_otherinventory` (
  `otherinventoryid` int(19) NOT NULL,
  `inventoryorderid` varchar(100) DEFAULT NULL,
  `inventoryno` varchar(50) DEFAULT NULL,
  `item_name` varchar(100) DEFAULT NULL,
  `qtyonhand` int(11) DEFAULT NULL,
  `usedqty` int(11) DEFAULT NULL,
  `balanceqty` int(11) DEFAULT NULL,
  `cashiername` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`otherinventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_otherinventory`
--

LOCK TABLES `vtiger_otherinventory` WRITE;
/*!40000 ALTER TABLE `vtiger_otherinventory` DISABLE KEYS */;
INSERT INTO `vtiger_otherinventory` VALUES (75,'74','OI101','63',10,5,5,'Eid Yusuf',''),(77,'74','OI102','63',5,2,3,'Eid Yusuf',''),(82,'81','OI103','79',20,10,10,'Eid Yusuf',''),(85,'84','OI104','79',30,15,15,'Eid Yusuf',''),(103,'84','OI105','79',15,20,-5,'Eid Yusuf',''),(106,'68','OI106','66',250,10,240,'Eid Yusuf',''),(116,'105','OI107','66',30,10,20,'Eid Yusuf',''),(118,'105','OI108','66',20,5,15,'Eid Yusuf',''),(120,'68','OI109','66',240,10,230,'Eid Yusuf',''),(122,'81','OI110','79',10,5,5,'Eid Yusuf',''),(124,'105','OI111','66',15,5,10,'Eid Yusuf',''),(289,'288','OI112','159',10,5,5,'Eid Yusuf',''),(306,'304','OI113','159',10,5,5,'Eid Yusuf',''),(363,'362','OI114','360',5,3,2,'Eid Yusuf',''),(390,'389','OI115','387',10,5,5,'Eid Yusuf',''),(395,'394','OI116','392',10,5,5,'Eid Yusuf',''),(400,'399','OI117','397',10,5,5,'Eid Yusuf',''),(407,'404','OI118','402',4,1,3,'Eid Yusuf',''),(414,'413','OI119','411',5,3,2,'Eid Yusuf',''),(420,'419','OI120','417',10,5,5,'Eid Yusuf',''),(426,'425','OI121','423',5,3,2,'Eid Yusuf',''),(431,'430','OI122','423',10,5,5,'Eid Yusuf',''),(437,'436','OI123','434',10,3,7,'Eid Yusuf',''),(443,'442','OI124','440',20,10,10,'Eid Yusuf',''),(456,'448','OI125','392',6,5,1,'Eid Yusuf',''),(471,'460','OI126','447',18,8,10,'Eid Yusuf',''),(593,'592','OI127','590',10,5,5,'Eid Yusuf',''),(602,'601','OI128','599',20,10,10,'Eid Yusuf',''),(738,'719','OI129','717',10,5,5,'Eid Yusuf',''),(1189,'1188','OI130','1186',2,1,1,'Eid Yusuf',''),(1222,'1221','OI131','1218',25,10,15,'Eid Yusuf','');
/*!40000 ALTER TABLE `vtiger_otherinventory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_otherinventorycf`
--

DROP TABLE IF EXISTS `vtiger_otherinventorycf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_otherinventorycf` (
  `otherinventoryid` int(19) NOT NULL,
  PRIMARY KEY (`otherinventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_otherinventorycf`
--

LOCK TABLES `vtiger_otherinventorycf` WRITE;
/*!40000 ALTER TABLE `vtiger_otherinventorycf` DISABLE KEYS */;
INSERT INTO `vtiger_otherinventorycf` VALUES (75),(77),(82),(85),(103),(106),(116),(118),(120),(122),(124),(289),(306),(363),(390),(395),(400),(407),(414),(420),(426),(431),(437),(443),(456),(471),(593),(602),(738),(1189),(1222);
/*!40000 ALTER TABLE `vtiger_otherinventorycf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_packagetype`
--

DROP TABLE IF EXISTS `vtiger_packagetype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_packagetype` (
  `packagetypeid` int(11) NOT NULL AUTO_INCREMENT,
  `packagetype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`packagetypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_packagetype`
--

LOCK TABLES `vtiger_packagetype` WRITE;
/*!40000 ALTER TABLE `vtiger_packagetype` DISABLE KEYS */;
INSERT INTO `vtiger_packagetype` VALUES (1,'Ordinary Number',1,390,1,NULL),(2,'VIP Number',1,391,2,NULL);
/*!40000 ALTER TABLE `vtiger_packagetype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_packagetype_seq`
--

DROP TABLE IF EXISTS `vtiger_packagetype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_packagetype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_packagetype_seq`
--

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

--
-- Table structure for table `vtiger_parenttab`
--

DROP TABLE IF EXISTS `vtiger_parenttab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_parenttab` (
  `parenttabid` int(19) NOT NULL,
  `parenttab_label` varchar(100) NOT NULL,
  `sequence` int(10) NOT NULL,
  `visible` int(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`parenttabid`),
  KEY `parenttab_parenttabid_parenttabl_label_visible_idx` (`parenttabid`,`parenttab_label`,`visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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',3,0),(3,'Sales',4,0),(4,'Support',5,0),(5,'Analytics',7,0),(6,'Inventory',2,0),(7,'Tools',6,0),(8,'Settings',8,0),(9,'PlaceOrder',9,0),(10,'SellingMaster',10,0);
/*!40000 ALTER TABLE `vtiger_parenttab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_parenttabrel`
--

DROP TABLE IF EXISTS `vtiger_parenttabrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_parenttabrel` (
  `parenttabid` int(19) NOT NULL,
  `tabid` int(19) NOT NULL,
  `sequence` int(3) 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=utf8;
/*!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,31,4),(7,31,5),(6,35,8),(6,35,9),(4,36,9),(4,36,10),(7,37,6),(7,37,7),(4,40,11),(4,40,12),(4,41,13),(4,41,14),(4,42,15),(4,42,16),(7,43,8),(7,43,9),(7,46,10),(7,46,11),(6,47,10),(6,47,11),(3,48,12),(3,48,13),(8,49,1),(8,49,2),(7,24,12),(7,27,13),(7,43,14),(7,46,15),(6,50,12),(6,51,13),(2,52,9),(2,53,10),(6,54,14),(2,55,11),(7,56,16),(6,57,15),(2,58,12),(7,59,17),(7,59,18),(2,60,13),(2,60,14),(2,61,15),(2,61,16),(2,62,17),(2,62,18),(6,63,16),(6,63,17),(7,64,19),(7,64,20),(9,65,1),(9,65,2),(6,66,18),(6,66,19),(6,67,20),(6,67,21),(6,68,22),(6,68,23),(3,69,14),(3,69,15),(3,70,16),(3,70,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_payment_duration` (
  `payment_duration_id` int(11) DEFAULT NULL,
  `payment_duration` varchar(200) DEFAULT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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',0,1,NULL),(2,'Net 45 days',1,1,NULL),(3,'Net 60 days',2,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_payment_duration_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (3);
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanager` (
  `pbxmanagerid` int(20) NOT NULL AUTO_INCREMENT,
  `direction` varchar(10) DEFAULT NULL,
  `callstatus` varchar(20) DEFAULT NULL,
  `starttime` datetime DEFAULT NULL,
  `endtime` datetime DEFAULT NULL,
  `totalduration` int(11) DEFAULT NULL,
  `billduration` int(11) DEFAULT NULL,
  `recordingurl` varchar(200) DEFAULT NULL,
  `sourceuuid` varchar(100) DEFAULT NULL,
  `gateway` varchar(20) DEFAULT NULL,
  `customer` varchar(100) DEFAULT NULL,
  `user` varchar(100) DEFAULT NULL,
  `customernumber` varchar(100) DEFAULT NULL,
  `customertype` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`pbxmanagerid`),
  KEY `index_sourceuuid` (`sourceuuid`),
  KEY `index_pbxmanager_id` (`pbxmanagerid`),
  CONSTRAINT `fk_crmid_vtiger_pbxmanager` FOREIGN KEY (`pbxmanagerid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pbxmanager`
--

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

--
-- Table structure for table `vtiger_pbxmanager_gateway`
--

DROP TABLE IF EXISTS `vtiger_pbxmanager_gateway`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanager_gateway` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `gateway` varchar(20) DEFAULT NULL,
  `parameters` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pbxmanager_gateway`
--

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

--
-- Table structure for table `vtiger_pbxmanager_phonelookup`
--

DROP TABLE IF EXISTS `vtiger_pbxmanager_phonelookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanager_phonelookup` (
  `crmid` int(20) DEFAULT NULL,
  `setype` varchar(30) DEFAULT NULL,
  `fnumber` varchar(100) DEFAULT NULL,
  `rnumber` varchar(100) DEFAULT NULL,
  `fieldname` varchar(50) DEFAULT NULL,
  UNIQUE KEY `unique_key` (`crmid`,`setype`,`fieldname`),
  KEY `index_phone_number` (`fnumber`,`rnumber`),
  CONSTRAINT `vtiger_pbxmanager_phonelookup_ibfk_1` FOREIGN KEY (`crmid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pbxmanager_phonelookup`
--

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

--
-- Table structure for table `vtiger_pbxmanagercf`
--

DROP TABLE IF EXISTS `vtiger_pbxmanagercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pbxmanagercf` (
  `pbxmanagerid` int(11) NOT NULL,
  PRIMARY KEY (`pbxmanagerid`),
  CONSTRAINT `fk_pbxmanagerid_vtiger_pbxmanagercf` FOREIGN KEY (`pbxmanagerid`) REFERENCES `vtiger_pbxmanager` (`pbxmanagerid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pbxmanagercf`
--

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

--
-- Table structure for table `vtiger_picklist`
--

DROP TABLE IF EXISTS `vtiger_picklist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist` (
  `picklistid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  PRIMARY KEY (`picklistid`),
  UNIQUE KEY `picklist_name_idx` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=88 DEFAULT CHARSET=utf8;
/*!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'),(74,'addonspackage'),(87,'addons_paymenttype'),(86,'addons_salestype'),(52,'agent_accounts'),(45,'assetstatus'),(68,'assignedstatus'),(3,'campaignstatus'),(4,'campaigntype'),(5,'carrier'),(57,'cashiername'),(53,'contact_gender'),(54,'contact_paymenttype'),(35,'contract_priority'),(34,'contract_status'),(36,'contract_type'),(76,'couponstatus'),(75,'coupontype'),(82,'cust_category'),(83,'cust_city'),(80,'cust_gender'),(84,'cust_kaashplus_lang'),(81,'cust_nationality'),(48,'defaultactivitytype'),(47,'defaulteventstatus'),(69,'distributestatus'),(67,'distribute_cashiernm'),(6,'eventstatus'),(7,'expectedresponse'),(8,'faqcategories'),(9,'faqstatus'),(10,'glacct'),(72,'increasedata'),(11,'industry'),(58,'inventorystatus'),(12,'invoicestatus'),(49,'item_center'),(50,'item_ostatus'),(13,'leadsource'),(14,'leadstatus'),(15,'manufacturer'),(79,'number_paymenttype'),(78,'number_salestype'),(16,'opportunity_type'),(73,'packagetype'),(17,'postatus'),(18,'productcategory'),(44,'progress'),(37,'projectmilestonetype'),(43,'projectpriority'),(41,'projectstatus'),(39,'projecttaskpriority'),(40,'projecttaskprogress'),(46,'projecttaskstatus'),(38,'projecttasktype'),(42,'projecttype'),(65,'purchase_status'),(19,'quotestage'),(20,'rating'),(21,'sales_stage'),(22,'salutationtype'),(70,'sellingsim_gender'),(71,'sellingsim_paymenttype'),(60,'selling_center'),(62,'selling_groupstatus'),(64,'selling_iccidtype'),(61,'selling_simtype'),(63,'selling_type'),(32,'servicecategory'),(31,'service_usageunit'),(56,'simcard_orderstatus'),(66,'simgenerate_simtype'),(55,'simgenerate_status'),(77,'simpackagename'),(85,'simtype'),(51,'sim_cardtype'),(23,'sostatus'),(24,'taskpriority'),(25,'taskstatus'),(26,'ticketcategories'),(27,'ticketpriorities'),(28,'ticketseverities'),(29,'ticketstatus'),(33,'tracking_unit'),(30,'usageunit');
/*!40000 ALTER TABLE `vtiger_picklist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_picklist_dependency`
--

DROP TABLE IF EXISTS `vtiger_picklist_dependency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist_dependency` (
  `id` int(11) NOT NULL,
  `tabid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_picklist_dependency`
--

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

--
-- Table structure for table `vtiger_picklist_seq`
--

DROP TABLE IF EXISTS `vtiger_picklist_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (87);
/*!40000 ALTER TABLE `vtiger_picklist_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_picklist_transitions`
--

DROP TABLE IF EXISTS `vtiger_picklist_transitions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklist_transitions` (
  `fieldname` varchar(255) NOT NULL,
  `module` varchar(100) NOT NULL,
  `transition_data` varchar(1000) NOT NULL,
  PRIMARY KEY (`fieldname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_picklist_transitions`
--

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

--
-- Table structure for table `vtiger_picklistvalues_seq`
--

DROP TABLE IF EXISTS `vtiger_picklistvalues_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_picklistvalues_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (427);
/*!40000 ALTER TABLE `vtiger_picklistvalues_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_placeorder`
--

DROP TABLE IF EXISTS `vtiger_placeorder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_placeorder` (
  `placeorderid` int(19) NOT NULL,
  `orderno` varchar(50) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`placeorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_placeorder`
--

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

--
-- Table structure for table `vtiger_placeordercf`
--

DROP TABLE IF EXISTS `vtiger_placeordercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_placeordercf` (
  `placeorderid` int(19) NOT NULL,
  PRIMARY KEY (`placeorderid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_placeordercf`
--

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

--
-- Table structure for table `vtiger_pobillads`
--

DROP TABLE IF EXISTS `vtiger_pobillads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pobillads` (
  `pobilladdressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pobillads`
--

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

--
-- Table structure for table `vtiger_portal`
--

DROP TABLE IF EXISTS `vtiger_portal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_portal` (
  `portalid` int(19) NOT NULL,
  `portalname` varchar(200) NOT NULL,
  `portalurl` varchar(255) NOT NULL,
  `sequence` int(3) NOT NULL,
  `setdefault` int(3) NOT NULL DEFAULT '0',
  `createdtime` datetime DEFAULT NULL,
  PRIMARY KEY (`portalid`),
  KEY `portal_portalname_idx` (`portalname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_portal`
--

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

--
-- Table structure for table `vtiger_portalinfo`
--

DROP TABLE IF EXISTS `vtiger_portalinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_portalinfo` (
  `id` int(11) NOT NULL,
  `user_name` varchar(50) 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(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  CONSTRAINT `fk_1_vtiger_portalinfo` FOREIGN KEY (`id`) REFERENCES `vtiger_contactdetails` (`contactid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_portalinfo`
--

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

--
-- Table structure for table `vtiger_poshipads`
--

DROP TABLE IF EXISTS `vtiger_poshipads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_poshipads` (
  `poshipaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_poshipads`
--

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

--
-- Table structure for table `vtiger_postatus`
--

DROP TABLE IF EXISTS `vtiger_postatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_postatus` (
  `postatusid` int(19) NOT NULL AUTO_INCREMENT,
  `postatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`postatusid`),
  UNIQUE KEY `postatus_postatus_idx` (`postatus`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_postatus`
--

LOCK TABLES `vtiger_postatus` WRITE;
/*!40000 ALTER TABLE `vtiger_postatus` DISABLE KEYS */;
INSERT INTO `vtiger_postatus` VALUES (1,'Created',0,130,0,NULL),(2,'Approved',0,131,1,NULL),(3,'Delivered',0,132,2,NULL),(4,'Cancelled',0,133,3,NULL),(5,'Received Shipment',0,134,4,NULL);
/*!40000 ALTER TABLE `vtiger_postatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_postatus_seq`
--

DROP TABLE IF EXISTS `vtiger_postatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_postatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_postatus_seq`
--

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

--
-- Table structure for table `vtiger_postatushistory`
--

DROP TABLE IF EXISTS `vtiger_postatushistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_postatushistory` (
  `historyid` int(19) NOT NULL AUTO_INCREMENT,
  `purchaseorderid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_postatushistory`
--

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

--
-- Table structure for table `vtiger_potential`
--

DROP TABLE IF EXISTS `vtiger_potential`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_potential` (
  `potentialid` int(19) NOT NULL DEFAULT '0',
  `potential_no` varchar(100) NOT NULL,
  `related_to` int(19) 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(1) DEFAULT '0',
  `probability` decimal(7,3) DEFAULT '0.000',
  `campaignid` int(19) DEFAULT NULL,
  `sales_stage` varchar(200) DEFAULT NULL,
  `potentialtype` varchar(200) DEFAULT NULL,
  `leadsource` varchar(200) DEFAULT NULL,
  `productid` int(50) DEFAULT NULL,
  `productversion` varchar(50) DEFAULT NULL,
  `quotationref` varchar(50) DEFAULT NULL,
  `partnercontact` varchar(50) DEFAULT NULL,
  `remarks` varchar(50) DEFAULT NULL,
  `runtimefee` int(19) DEFAULT '0',
  `followupdate` date DEFAULT NULL,
  `evaluationstatus` varchar(50) DEFAULT NULL,
  `description` text,
  `forecastcategory` int(19) DEFAULT '0',
  `outcomeanalysis` int(19) DEFAULT '0',
  `forecast_amount` decimal(25,8) DEFAULT NULL,
  `isconvertedfromlead` varchar(3) DEFAULT '0',
  `contact_id` int(19) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `converted` int(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_potential`
--

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

--
-- Table structure for table `vtiger_potentialscf`
--

DROP TABLE IF EXISTS `vtiger_potentialscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_potentialscf` (
  `potentialid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_potentialscf`
--

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

--
-- Table structure for table `vtiger_potstagehistory`
--

DROP TABLE IF EXISTS `vtiger_potstagehistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_potstagehistory` (
  `historyid` int(19) NOT NULL AUTO_INCREMENT,
  `potentialid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_potstagehistory`
--

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

--
-- Table structure for table `vtiger_pricebook`
--

DROP TABLE IF EXISTS `vtiger_pricebook`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pricebook` (
  `pricebookid` int(19) NOT NULL DEFAULT '0',
  `pricebook_no` varchar(100) NOT NULL,
  `bookname` varchar(100) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `currency_id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pricebook`
--

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

--
-- Table structure for table `vtiger_pricebookcf`
--

DROP TABLE IF EXISTS `vtiger_pricebookcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pricebookcf` (
  `pricebookid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pricebookcf`
--

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

--
-- Table structure for table `vtiger_pricebookproductrel`
--

DROP TABLE IF EXISTS `vtiger_pricebookproductrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_pricebookproductrel` (
  `pricebookid` int(19) NOT NULL,
  `productid` int(19) NOT NULL,
  `listprice` decimal(27,8) DEFAULT NULL,
  `usedcurrency` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`pricebookid`,`productid`),
  KEY `pricebookproductrel_pricebookid_idx` (`pricebookid`),
  KEY `pricebookproductrel_productid_idx` (`productid`),
  CONSTRAINT `fk_1_vtiger_pricebookproductrel` FOREIGN KEY (`pricebookid`) REFERENCES `vtiger_pricebook` (`pricebookid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_pricebookproductrel`
--

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

--
-- Table structure for table `vtiger_priority`
--

DROP TABLE IF EXISTS `vtiger_priority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_priority` (
  `priorityid` int(19) NOT NULL AUTO_INCREMENT,
  `priority` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`priorityid`),
  UNIQUE KEY `priority_priority_idx` (`priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_priority`
--

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

--
-- Table structure for table `vtiger_productcategory`
--

DROP TABLE IF EXISTS `vtiger_productcategory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcategory` (
  `productcategoryid` int(19) NOT NULL AUTO_INCREMENT,
  `productcategory` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`productcategoryid`),
  UNIQUE KEY `productcategory_productcategory_idx` (`productcategory`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_productcategory`
--

LOCK TABLES `vtiger_productcategory` WRITE;
/*!40000 ALTER TABLE `vtiger_productcategory` DISABLE KEYS */;
INSERT INTO `vtiger_productcategory` VALUES (2,'Hardware',1,136,1,NULL),(3,'Software',1,137,2,NULL),(4,'CRM Applications',1,138,3,NULL);
/*!40000 ALTER TABLE `vtiger_productcategory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_productcategory_seq`
--

DROP TABLE IF EXISTS `vtiger_productcategory_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcategory_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_productcategory_seq`
--

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

--
-- Table structure for table `vtiger_productcf`
--

DROP TABLE IF EXISTS `vtiger_productcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcf` (
  `productid` int(19) 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=utf8;
/*!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 */;
INSERT INTO `vtiger_productcf` VALUES (8),(10),(11),(12),(22),(43),(48),(49),(56),(58),(63),(66),(79),(159),(360),(387),(392),(397),(402),(411),(417),(423),(434),(440),(447),(516),(532),(539),(590),(599),(604),(618),(679),(688),(717),(743),(753),(820),(847),(850),(853),(910),(941),(999),(1032),(1096),(1169),(1186),(1218);
/*!40000 ALTER TABLE `vtiger_productcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_productcurrencyrel`
--

DROP TABLE IF EXISTS `vtiger_productcurrencyrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_productcurrencyrel` (
  `productid` int(11) NOT NULL,
  `currencyid` int(11) NOT NULL,
  `converted_price` decimal(28,8) DEFAULT NULL,
  `actual_price` decimal(28,8) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_productcurrencyrel`
--

LOCK TABLES `vtiger_productcurrencyrel` WRITE;
/*!40000 ALTER TABLE `vtiger_productcurrencyrel` DISABLE KEYS */;
INSERT INTO `vtiger_productcurrencyrel` VALUES (10,1,1.00000000,1.00000000),(11,1,5.00000000,5.00000000),(12,1,30.00000000,30.00000000),(22,1,1.00000000,1.00000000),(8,1,10.00000000,10.00000000),(48,2,1.00000000,1.00000000);
/*!40000 ALTER TABLE `vtiger_productcurrencyrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_products`
--

DROP TABLE IF EXISTS `vtiger_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_products` (
  `productid` int(11) NOT NULL,
  `product_no` varchar(100) 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(11) DEFAULT NULL,
  `sales_start_date` date DEFAULT NULL,
  `sales_end_date` date DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `cost_factor` int(11) DEFAULT NULL,
  `commissionrate` decimal(7,3) DEFAULT NULL,
  `commissionmethod` varchar(50) DEFAULT NULL,
  `discontinued` int(1) NOT NULL DEFAULT '0',
  `usageunit` varchar(200) DEFAULT NULL,
  `reorderlevel` int(11) 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(11) DEFAULT NULL,
  `glacct` varchar(200) DEFAULT NULL,
  `vendor_id` int(11) DEFAULT NULL,
  `imagename` text,
  `currency_id` int(19) NOT NULL DEFAULT '1',
  `is_subproducts_viewable` int(1) DEFAULT '1',
  `purchase_cost` decimal(27,8) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `purchaseoid` varchar(50) DEFAULT NULL,
  `purchaseorderdt` date DEFAULT NULL,
  `receivedt` date DEFAULT NULL,
  `approvedstock` int(11) DEFAULT NULL,
  PRIMARY KEY (`productid`),
  CONSTRAINT `fk_1_vtiger_products` FOREIGN KEY (`productid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_products`
--

LOCK TABLES `vtiger_products` WRITE;
/*!40000 ALTER TABLE `vtiger_products` DISABLE KEYS */;
INSERT INTO `vtiger_products` VALUES (8,'PRO1','Testpro','','','',0.00,10.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',0.000,'',0,'',0,'',1,1,10.00000000,'',NULL,NULL,NULL,NULL),(10,'PRO2','SIM Card-1','','','',0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',0.000,'',0,'',0,'',1,1,1.00000000,'',NULL,NULL,NULL,NULL),(11,'PRO3','SIM Card-2','','','',0.00,5.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',0.000,'',0,'',0,'',1,1,5.00000000,'',NULL,NULL,NULL,NULL),(12,'PRO4','MIFI','','','',0.00,30.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',0.000,'',0,'',0,'',1,1,30.00000000,'',NULL,NULL,NULL,NULL),(22,'PRO5','TestPro2','','','',0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',0.000,'',0,'',0,'',1,1,1.00000000,'',NULL,NULL,NULL,NULL),(43,'PRO6','E-SIM','','','',0.00,10.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',1100.000,'',0,'',0,'',2,1,0.00000000,'',NULL,NULL,NULL,NULL),(48,'PRO7','SIM Card','','','',0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',400.000,'',0,'',0,'',2,1,0.00000000,'',NULL,NULL,NULL,NULL),(49,'PRO8','MIFI','','','',0.00,30.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,1,'',0,'','','','','',2.000,'',0,'',0,'',1,1,30.00000000,'',NULL,NULL,NULL,NULL),(56,'PRO9','E-SIM',NULL,NULL,NULL,0.00,10.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,30,NULL,NULL,NULL,NULL,NULL,48.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','001','2022-01-01','2022-01-12',NULL),(58,'PRO10','SIM Card',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,40,NULL,NULL,NULL,NULL,NULL,88.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','002','2022-01-14','2022-01-17',NULL),(63,'PRO11','MIFI',NULL,NULL,NULL,0.00,50.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,10,NULL,NULL,NULL,NULL,NULL,80.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','003','2022-01-13','2022-01-18',NULL),(66,'PRO12','MIFI Mobile',NULL,NULL,NULL,0.00,25.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,50.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','MB10125','2022-01-19','2022-01-19',NULL),(79,'PRO13','Sim card',NULL,NULL,NULL,0.00,60.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,15.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','SM1012','2022-01-20','2022-01-20',NULL),(159,'PRO14','MIFI',NULL,NULL,NULL,0.00,35.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,20,NULL,NULL,NULL,NULL,NULL,30.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','001','2022-01-01','2022-01-26',NULL),(360,'PRO15','MIFI',NULL,NULL,NULL,0.00,30.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,20,NULL,NULL,NULL,NULL,NULL,90.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','001','2022-01-01','2022-01-29',NULL),(387,'PRO16','Phone',NULL,NULL,NULL,0.00,20.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,10,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','002','2022-01-01','2022-01-31',NULL),(392,'PRO17','CellPhone',NULL,NULL,NULL,0.00,50.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,18.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-01-31','2022-01-31',12),(397,'PRO18','Cellphone-1',NULL,NULL,NULL,0.00,50.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,30.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-02','2022-02-02',20),(402,'PRO19','Cellphone-2',NULL,NULL,NULL,0.00,50.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,25.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-02','2022-02-02',25),(411,'PRO20','Cellphone-3',NULL,NULL,NULL,0.00,50.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,30.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-02','2022-02-02',10),(417,'PRO21','Cellphone-4',NULL,NULL,NULL,0.00,60.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-02','2022-02-02',20),(423,'PRO22','Cellphone 5',NULL,NULL,NULL,0.00,20.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-02','2022-02-02',30),(434,'PRO23','Cellphone 6',NULL,NULL,NULL,0.00,30.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-03','2022-02-03',20),(440,'PRO24','Cellphone 7',NULL,NULL,NULL,0.00,30.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-04','2022-02-04',30),(447,'PRO25','SIM ABC',NULL,NULL,NULL,0.00,25.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,7.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-01','2022-02-10',25),(516,'PRO26','Prepaid Sim',NULL,NULL,NULL,0.00,50.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,25.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-16','2022-02-16',5),(532,'PRO27','Simcard Postpaid',NULL,NULL,NULL,0.00,60.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,25.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-16','2022-02-16',5),(539,'PRO28','Mobile Card',NULL,NULL,NULL,0.00,80.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,30.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-16','2022-02-16',10),(590,'PRO29','MIFI Mobile',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,40.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-17','2022-02-17',25),(599,'PRO30','Smart Phone',NULL,NULL,NULL,0.00,10.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,55.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','002','2022-02-02','2022-02-17',45),(604,'PRO31','Simcard',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,10,NULL,NULL,NULL,NULL,NULL,50.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-17','2022-02-17',50),(618,'PRO32','SimMobile',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,30.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-18','2022-02-18',20),(679,'PRO33','Simcard123',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,5.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-21','2022-02-21',5),(688,'PRO34','NewSim',NULL,NULL,NULL,0.00,15.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-21','2022-02-21',10),(717,'PRO35','NewSimCard',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,30.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-21','2022-02-21',20),(743,'PRO36','MySim',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,10.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-21','2022-02-21',20),(753,'PRO37','SimDemo',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-21','2022-02-21',30),(820,'PRO38','SImcardTest',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-22','2022-02-22',30),(847,'PRO39','Prepaid SimCard',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,2.000,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'','','2022-02-22','2022-02-22',3),(850,'PRO40','Postpaid Sim',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-02-22','2022-02-22',30),(853,'PRO41','PostSim',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,40.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-02-23','2022-02-23',20),(910,'PRO42','Simcard',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-02-23','2022-02-23',30),(941,'PRO43','SimPro',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,10.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-02-24','2022-02-24',30),(999,'PRO44','PrePaid SimCard',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,0.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-02-24','2022-02-24',4),(1032,'PRO45','Prepaid SimCard',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,0.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-02-24','2022-02-24',4),(1096,'PRO46','Test SIM',NULL,NULL,NULL,0.00,2.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,20.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-03-07','2022-03-07',30),(1169,'PRO47','Test Simcard',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,1.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-03-22','2022-03-22',1),(1186,'PRO48','TestProduct',NULL,NULL,NULL,0.00,1.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,2.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-03-23','2022-03-23',3),(1218,'PRO49','MIFI Mobile',NULL,NULL,NULL,0.00,5.00000000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,100.000,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'','','2022-03-23','2022-03-23',50);
/*!40000 ALTER TABLE `vtiger_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_producttaxrel`
--

DROP TABLE IF EXISTS `vtiger_producttaxrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_producttaxrel` (
  `productid` int(11) NOT NULL,
  `taxid` int(3) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_producttaxrel`
--

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

--
-- Table structure for table `vtiger_profile`
--

DROP TABLE IF EXISTS `vtiger_profile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile` (
  `profileid` int(10) NOT NULL AUTO_INCREMENT,
  `profilename` varchar(50) NOT NULL,
  `description` text,
  `directly_related_to_role` int(1) DEFAULT '0',
  PRIMARY KEY (`profileid`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_profile`
--

LOCK TABLES `vtiger_profile` WRITE;
/*!40000 ALTER TABLE `vtiger_profile` DISABLE KEYS */;
INSERT INTO `vtiger_profile` VALUES (1,'Administrator','Admin Profile',0),(2,'Sales Profile','Profile Related to Sales',0),(3,'Support Profile','Profile Related to Support',0),(4,'Guest Profile','Guest Profile for Test Users',0),(5,'CEO+Profile',NULL,1),(6,'Marketing+Profile',NULL,1),(7,'Controller+Profile',NULL,1),(8,'Customer Care+Profile',NULL,1),(9,'Telecom Warehouse - supply chain+Profile',NULL,1),(10,'Cashier+Profile',NULL,1),(11,'Soltelco Promoters+Profile',NULL,1),(12,'Soltelco Admin Office+Profile',NULL,1),(13,'GSM/Sales manager+Profile',NULL,1);
/*!40000 ALTER TABLE `vtiger_profile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_profile2field`
--

DROP TABLE IF EXISTS `vtiger_profile2field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2field` (
  `profileid` int(11) NOT NULL,
  `tabid` int(10) DEFAULT NULL,
  `fieldid` int(19) NOT NULL,
  `visible` int(19) DEFAULT NULL,
  `readonly` int(19) 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=utf8;
/*!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,29,475,0,0),(1,29,479,0,0),(1,29,480,0,0),(1,29,482,0,0),(1,29,489,0,0),(1,29,490,0,0),(1,29,491,0,0),(1,29,492,0,0),(1,29,493,0,0),(1,29,495,0,0),(1,29,496,0,0),(1,29,497,0,0),(1,29,498,0,0),(1,29,499,0,0),(1,29,504,0,0),(1,29,505,0,0),(1,29,506,0,0),(1,29,507,0,0),(1,29,515,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,35,526,0,0),(1,35,527,0,0),(1,35,528,0,0),(1,35,529,0,0),(1,35,530,0,0),(1,35,531,0,0),(1,35,532,0,0),(1,35,533,0,0),(1,35,534,0,0),(1,35,535,0,0),(1,35,536,0,0),(1,35,537,0,0),(1,35,538,0,0),(1,35,539,0,0),(1,35,540,0,0),(1,35,541,0,0),(1,35,542,0,0),(1,35,543,0,0),(1,35,544,0,0),(1,35,545,0,0),(1,35,546,0,0),(1,35,547,0,0),(1,36,548,0,0),(1,36,549,0,0),(1,36,550,0,0),(1,36,551,0,0),(1,36,552,0,0),(1,36,553,0,0),(1,36,554,0,0),(1,36,555,0,0),(1,36,556,0,0),(1,36,557,0,0),(1,36,558,0,0),(1,36,559,0,0),(1,36,560,0,0),(1,36,561,0,0),(1,36,562,0,0),(1,36,563,0,0),(1,36,564,0,0),(1,36,565,0,0),(1,36,566,0,0),(1,36,567,0,0),(1,36,568,0,0),(1,36,569,0,0),(1,37,570,0,0),(1,37,571,0,0),(1,37,572,0,0),(1,37,573,0,0),(1,37,574,0,0),(1,37,575,0,0),(1,37,576,0,0),(1,37,577,0,0),(1,37,578,0,0),(1,37,579,0,0),(1,37,580,0,0),(1,37,581,0,0),(1,37,582,0,0),(1,37,583,0,0),(1,37,584,0,0),(1,37,585,0,0),(1,37,586,0,0),(1,29,587,0,0),(1,38,588,0,0),(1,38,589,0,0),(1,38,590,0,0),(1,38,591,0,0),(1,38,592,0,0),(1,38,593,0,0),(1,38,594,0,0),(1,38,595,0,0),(1,40,596,0,0),(1,40,597,0,0),(1,40,598,0,0),(1,40,599,0,0),(1,40,600,0,0),(1,40,601,0,0),(1,40,602,0,0),(1,40,603,0,0),(1,40,604,0,0),(1,40,605,0,0),(1,40,606,0,0),(1,40,607,0,0),(1,40,608,0,0),(1,41,609,0,0),(1,41,610,0,0),(1,41,611,0,0),(1,41,612,0,0),(1,41,613,0,0),(1,41,614,0,0),(1,41,615,0,0),(1,41,616,0,0),(1,41,617,0,0),(1,41,618,0,0),(1,41,619,0,0),(1,41,620,0,0),(1,41,621,0,0),(1,41,622,0,0),(1,41,623,0,0),(1,41,624,0,0),(1,41,625,0,0),(1,41,626,0,0),(1,42,627,0,0),(1,42,628,0,0),(1,42,629,0,0),(1,42,630,0,0),(1,42,631,0,0),(1,42,632,0,0),(1,42,633,0,0),(1,42,634,0,0),(1,42,635,0,0),(1,42,636,0,0),(1,42,637,0,0),(1,42,638,0,0),(1,42,639,0,0),(1,42,640,0,0),(1,42,641,0,0),(1,42,642,0,0),(1,42,643,0,0),(1,42,644,0,0),(1,42,645,0,0),(1,42,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,47,653,0,0),(1,47,654,0,0),(1,47,655,0,0),(1,47,656,0,0),(1,47,657,0,0),(1,47,658,0,0),(1,47,659,0,0),(1,47,660,0,0),(1,47,661,0,0),(1,47,662,0,0),(1,47,663,0,0),(1,47,664,0,0),(1,47,665,0,0),(1,47,666,0,0),(1,47,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,41,713,0,0),(1,38,714,0,0),(1,29,715,0,0),(1,29,716,0,0),(1,29,717,0,0),(1,23,718,0,0),(1,22,719,0,0),(1,21,720,0,0),(1,20,721,0,0),(1,29,722,0,0),(1,6,723,0,0),(1,4,724,0,0),(1,2,725,0,0),(1,29,726,0,0),(1,23,727,0,0),(1,23,728,0,0),(1,21,729,0,0),(1,21,730,0,0),(1,18,731,0,0),(1,7,732,0,0),(1,38,733,0,0),(1,38,734,0,0),(1,23,735,0,0),(1,20,736,0,0),(1,21,737,0,0),(1,22,738,0,0),(1,29,739,0,0),(1,2,740,0,0),(1,13,741,0,0),(1,29,742,0,0),(1,29,743,0,0),(1,29,744,0,0),(1,29,745,0,0),(1,14,772,0,0),(1,35,773,0,0),(1,23,774,0,0),(1,29,775,0,0),(1,23,776,0,0),(1,23,777,0,0),(1,23,778,0,0),(1,20,779,0,0),(1,20,780,0,0),(1,20,781,0,0),(1,21,782,0,0),(1,22,783,0,0),(1,22,784,0,0),(1,22,785,0,0),(1,38,786,0,0),(1,38,787,0,0),(1,38,788,0,0),(1,2,789,0,0),(1,4,790,0,0),(1,6,791,0,0),(1,7,792,0,0),(1,8,793,0,0),(1,9,794,0,0),(1,10,795,0,0),(1,13,796,0,0),(1,14,797,0,0),(1,15,798,0,0),(1,16,799,0,0),(1,18,800,0,0),(1,19,801,0,0),(1,20,802,0,0),(1,21,803,0,0),(1,22,804,0,0),(1,23,805,0,0),(1,26,806,0,0),(1,10,807,0,0),(1,2,808,0,0),(1,4,809,0,0),(1,6,810,0,0),(1,7,811,0,0),(1,8,812,0,0),(1,9,813,0,0),(1,10,814,0,0),(1,13,815,0,0),(1,14,816,0,0),(1,15,817,0,0),(1,16,818,0,0),(1,18,819,0,0),(1,19,820,0,0),(1,20,821,0,0),(1,21,822,0,0),(1,22,823,0,0),(1,23,824,0,0),(1,26,825,0,0),(1,2,826,0,0),(1,4,827,0,0),(1,6,828,0,0),(1,7,829,0,0),(1,8,830,0,0),(1,9,831,0,0),(1,10,832,0,0),(1,13,833,0,0),(1,14,834,0,0),(1,15,835,0,0),(1,16,836,0,0),(1,18,837,0,0),(1,19,838,0,0),(1,20,839,0,0),(1,21,840,0,0),(1,22,841,0,0),(1,23,842,0,0),(1,26,843,0,0),(1,20,844,0,0),(1,21,845,0,0),(1,22,846,0,0),(1,23,847,0,0),(1,42,848,0,0),(1,42,849,0,0),(1,29,850,0,0),(1,50,851,0,0),(1,50,852,0,0),(1,50,853,0,0),(1,50,854,0,0),(1,50,855,0,0),(1,50,856,0,0),(1,50,857,0,0),(1,50,858,0,0),(1,50,859,0,0),(1,50,860,0,0),(1,50,861,0,0),(1,50,862,0,0),(1,50,863,0,0),(1,50,864,0,0),(1,50,865,0,0),(1,51,866,0,0),(1,51,867,0,0),(1,51,868,0,0),(1,51,869,0,0),(1,51,870,0,0),(1,51,871,0,0),(1,51,872,0,0),(1,51,873,0,0),(1,51,874,0,0),(1,51,875,0,0),(1,51,876,0,0),(1,51,877,0,0),(1,51,878,0,0),(1,51,879,0,0),(1,51,880,0,0),(1,51,881,0,0),(1,52,882,0,0),(1,52,883,0,0),(1,52,884,0,0),(1,52,885,0,0),(1,52,886,0,0),(1,52,887,0,0),(1,52,888,0,0),(1,52,889,0,0),(1,52,890,0,0),(1,52,891,0,0),(1,52,892,0,0),(1,53,893,0,0),(1,53,894,0,0),(1,53,895,0,0),(1,53,896,0,0),(1,53,897,0,0),(1,53,898,0,0),(1,53,899,0,0),(1,53,900,0,0),(1,53,901,0,0),(1,53,902,0,0),(1,53,903,0,0),(1,53,904,0,0),(1,53,905,0,0),(1,53,906,0,0),(1,4,907,0,0),(1,4,908,0,0),(1,4,909,0,0),(1,4,910,0,0),(1,4,911,0,0),(1,4,912,0,0),(1,4,913,0,0),(1,13,914,0,0),(1,13,915,0,0),(1,13,916,0,0),(1,13,917,0,0),(1,13,918,0,0),(1,13,919,0,0),(1,13,920,0,0),(1,13,921,0,0),(1,13,922,0,0),(1,54,923,0,0),(1,54,924,0,0),(1,54,925,0,0),(1,54,926,0,0),(1,54,927,0,0),(1,54,928,0,0),(1,54,929,0,0),(1,54,930,0,0),(1,54,931,0,0),(1,54,932,0,0),(1,54,933,0,0),(1,54,934,0,0),(1,55,935,0,0),(1,55,936,0,0),(1,55,937,0,0),(1,55,938,0,0),(1,55,939,0,0),(1,55,940,0,0),(1,55,941,0,0),(1,55,942,0,0),(1,55,943,0,0),(1,55,944,0,0),(1,55,945,0,0),(1,29,946,0,0),(1,56,947,0,0),(1,56,948,0,0),(1,56,949,0,0),(1,56,950,0,0),(1,56,951,0,0),(1,56,952,0,0),(1,56,953,0,0),(1,56,954,0,0),(1,53,955,0,0),(1,53,956,0,0),(1,53,957,0,0),(1,53,958,0,0),(1,53,959,0,0),(1,54,960,0,0),(1,51,961,0,0),(1,51,962,0,0),(1,14,963,0,0),(1,14,964,0,0),(1,14,965,0,0),(1,57,966,0,0),(1,57,967,0,0),(1,57,968,0,0),(1,57,969,0,0),(1,57,970,0,0),(1,57,971,0,0),(1,57,972,0,0),(1,57,973,0,0),(1,57,974,0,0),(1,57,975,0,0),(1,57,976,0,0),(1,57,977,0,0),(1,57,978,0,0),(1,58,979,0,0),(1,58,980,0,0),(1,58,981,0,0),(1,58,982,0,0),(1,58,983,0,0),(1,58,984,0,0),(1,58,985,0,0),(1,58,986,0,0),(1,58,987,0,0),(1,58,988,0,0),(1,58,989,0,0),(1,58,990,0,0),(1,58,991,0,0),(1,58,992,0,0),(1,58,993,0,0),(1,59,994,0,0),(1,59,995,0,0),(1,59,996,0,0),(1,59,997,0,0),(1,59,998,0,0),(1,59,999,0,0),(1,59,1000,0,0),(1,59,1001,0,0),(1,59,1002,0,0),(1,59,1003,0,0),(1,14,1004,0,0),(1,50,1005,0,0),(1,51,1006,0,0),(1,54,1007,0,0),(1,60,1008,0,0),(1,60,1009,0,0),(1,60,1010,0,0),(1,60,1011,0,0),(1,60,1012,0,0),(1,60,1013,0,0),(1,60,1014,0,0),(1,60,1015,0,0),(1,60,1016,0,0),(1,60,1017,0,0),(1,60,1018,0,0),(1,60,1019,0,0),(1,60,1020,0,0),(1,60,1021,0,0),(1,60,1022,0,0),(1,60,1023,0,0),(1,60,1024,0,0),(1,60,1025,0,0),(1,60,1026,0,0),(1,60,1027,0,0),(1,61,1028,0,0),(1,61,1029,0,0),(1,61,1030,0,0),(1,61,1031,0,0),(1,61,1032,0,0),(1,61,1033,0,0),(1,61,1034,0,0),(1,61,1035,0,0),(1,61,1036,0,0),(1,61,1037,0,0),(1,61,1038,0,0),(1,61,1039,0,0),(1,61,1040,0,0),(1,61,1041,0,0),(1,61,1042,0,0),(1,61,1043,0,0),(1,61,1044,0,0),(1,61,1045,0,0),(1,62,1046,0,0),(1,62,1047,0,0),(1,62,1048,0,0),(1,62,1049,0,0),(1,62,1050,0,0),(1,62,1051,0,0),(1,62,1052,0,0),(1,62,1053,0,0),(1,62,1054,0,0),(1,62,1055,0,0),(1,54,1056,0,0),(1,51,1057,0,0),(1,63,1058,0,0),(1,63,1059,0,0),(1,63,1060,0,0),(1,63,1061,0,0),(1,63,1062,0,0),(1,63,1063,0,0),(1,63,1064,0,0),(1,63,1065,0,0),(1,63,1066,0,0),(1,63,1067,0,0),(1,63,1068,0,0),(1,63,1069,0,0),(1,63,1070,0,0),(1,63,1071,0,0),(1,63,1072,0,0),(1,63,1073,0,0),(1,54,1074,0,0),(1,54,1075,0,0),(1,63,1076,0,0),(1,51,1077,0,0),(1,51,1078,0,0),(1,54,1079,0,0),(1,54,1080,0,0),(1,54,1081,0,0),(1,54,1082,0,0),(1,54,1083,0,0),(1,54,1084,0,0),(1,54,1085,0,0),(1,54,1086,0,0),(1,60,1087,0,0),(1,60,1088,0,0),(1,60,1089,0,0),(1,60,1090,0,0),(1,60,1091,0,0),(1,60,1092,0,0),(1,13,1093,0,0),(1,13,1094,0,0),(1,13,1095,0,0),(1,13,1096,0,0),(1,13,1097,0,0),(1,13,1098,0,0),(1,13,1099,0,0),(1,64,1100,0,0),(1,64,1101,0,0),(1,64,1102,0,0),(1,64,1103,0,0),(1,64,1104,0,0),(1,64,1105,0,0),(1,64,1106,0,0),(1,64,1107,0,0),(1,64,1108,0,0),(1,64,1109,0,0),(1,64,1110,0,0),(1,64,1111,0,0),(1,64,1112,0,0),(1,64,1113,0,0),(1,65,1114,0,0),(1,65,1115,0,0),(1,65,1116,0,0),(1,65,1117,0,0),(1,65,1118,0,0),(1,65,1119,0,0),(1,65,1120,0,0),(1,66,1121,0,0),(1,66,1122,0,0),(1,66,1123,0,0),(1,66,1124,0,0),(1,66,1125,0,0),(1,66,1126,0,0),(1,66,1127,0,0),(1,66,1128,0,0),(1,66,1129,0,0),(1,66,1130,0,0),(1,66,1131,0,0),(1,67,1132,0,0),(1,67,1133,0,0),(1,67,1134,0,0),(1,67,1135,0,0),(1,67,1136,0,0),(1,67,1137,0,0),(1,67,1138,0,0),(1,67,1139,0,0),(1,67,1140,0,0),(1,67,1141,0,0),(1,67,1142,0,0),(1,68,1143,0,0),(1,68,1144,0,0),(1,68,1145,0,0),(1,68,1146,0,0),(1,68,1147,0,0),(1,68,1148,0,0),(1,68,1149,0,0),(1,68,1150,0,0),(1,68,1151,0,0),(1,68,1152,0,0),(1,68,1153,0,0),(1,68,1154,0,0),(1,68,1155,0,0),(1,68,1156,0,0),(1,68,1157,0,0),(1,68,1158,0,0),(1,68,1159,0,0),(1,69,1160,0,0),(1,69,1161,0,0),(1,69,1162,0,0),(1,69,1163,0,0),(1,69,1164,0,0),(1,69,1165,0,0),(1,69,1166,0,0),(1,69,1167,0,0),(1,69,1168,0,0),(1,69,1169,0,0),(1,69,1170,0,0),(1,69,1171,0,0),(1,69,1172,0,0),(1,69,1173,0,0),(1,69,1174,0,0),(1,69,1175,0,0),(1,69,1176,0,0),(1,69,1177,0,0),(1,69,1178,0,0),(1,69,1179,0,0),(1,69,1180,0,0),(1,69,1181,0,0),(1,69,1182,0,0),(1,69,1183,0,0),(1,69,1184,0,0),(1,69,1185,0,0),(1,69,1186,0,0),(1,69,1187,0,0),(1,69,1188,0,0),(1,69,1189,0,0),(1,69,1190,0,0),(1,69,1191,0,0),(1,69,1192,0,0),(1,69,1193,0,0),(1,69,1194,0,0),(1,69,1195,0,0),(1,69,1196,0,0),(1,69,1197,0,0),(1,69,1198,0,0),(1,69,1199,0,0),(1,69,1200,0,0),(1,69,1201,0,0),(1,69,1202,0,0),(1,69,1203,0,0),(1,69,1204,0,0),(1,70,1205,0,0),(1,70,1206,0,0),(1,70,1207,0,0),(1,70,1208,0,0),(1,70,1209,0,0),(1,70,1210,0,0),(1,70,1211,0,0),(1,70,1212,0,0),(1,70,1213,0,0),(1,70,1214,0,0),(1,70,1215,0,0),(1,54,1216,0,0),(1,70,1217,0,0),(1,70,1218,0,0),(1,70,1219,0,0),(1,70,1220,0,0),(1,70,1221,0,0),(1,70,1222,0,0),(1,70,1223,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,1),(2,4,91,0,1),(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,1),(2,13,167,0,1),(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,1),(2,14,192,0,1),(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,1),(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,1),(2,9,245,0,1),(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,1),(2,16,271,0,1),(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,29,475,0,0),(2,29,479,0,0),(2,29,480,0,0),(2,29,482,0,0),(2,29,489,0,0),(2,29,490,0,0),(2,29,491,0,0),(2,29,492,0,0),(2,29,493,0,0),(2,29,495,0,0),(2,29,496,0,0),(2,29,497,0,0),(2,29,498,0,0),(2,29,499,0,0),(2,29,504,0,0),(2,29,505,0,0),(2,29,506,0,0),(2,29,507,0,0),(2,29,515,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,35,526,0,0),(2,35,527,0,0),(2,35,528,0,0),(2,35,529,0,0),(2,35,530,0,0),(2,35,531,0,0),(2,35,532,0,0),(2,35,533,0,0),(2,35,534,0,0),(2,35,535,0,0),(2,35,536,0,0),(2,35,537,0,0),(2,35,538,0,0),(2,35,539,0,0),(2,35,540,0,0),(2,35,541,0,0),(2,35,542,0,0),(2,35,543,0,0),(2,35,544,0,0),(2,35,545,0,0),(2,35,546,0,0),(2,35,547,0,0),(2,36,548,0,0),(2,36,549,0,0),(2,36,550,0,0),(2,36,551,0,0),(2,36,552,0,0),(2,36,553,0,0),(2,36,554,0,0),(2,36,555,0,0),(2,36,556,0,0),(2,36,557,0,0),(2,36,558,0,0),(2,36,559,0,0),(2,36,560,0,0),(2,36,561,0,0),(2,36,562,0,0),(2,36,563,0,0),(2,36,564,0,0),(2,36,565,0,0),(2,36,566,0,0),(2,36,567,0,0),(2,36,568,0,0),(2,36,569,0,0),(2,37,570,0,0),(2,37,571,0,0),(2,37,572,0,0),(2,37,573,0,0),(2,37,574,0,0),(2,37,575,0,0),(2,37,576,0,0),(2,37,577,0,0),(2,37,578,0,0),(2,37,579,0,0),(2,37,580,0,0),(2,37,581,0,0),(2,37,582,0,0),(2,37,583,0,0),(2,37,584,0,1),(2,37,585,0,1),(2,37,586,0,1),(2,29,587,0,0),(2,38,588,0,0),(2,38,589,0,0),(2,38,590,0,1),(2,38,591,0,1),(2,38,592,0,0),(2,38,593,0,1),(2,38,594,0,0),(2,38,595,0,1),(2,40,596,0,0),(2,40,597,0,0),(2,40,598,0,0),(2,40,599,0,0),(2,40,600,0,0),(2,40,601,0,0),(2,40,602,0,1),(2,40,603,0,1),(2,40,604,0,0),(2,40,605,0,0),(2,40,606,0,1),(2,40,607,0,0),(2,40,608,0,0),(2,41,609,0,0),(2,41,610,0,0),(2,41,611,0,0),(2,41,612,0,0),(2,41,613,0,0),(2,41,614,0,0),(2,41,615,0,0),(2,41,616,0,0),(2,41,617,0,0),(2,41,618,0,0),(2,41,619,0,0),(2,41,620,0,1),(2,41,621,0,1),(2,41,622,0,0),(2,41,623,0,0),(2,41,624,0,1),(2,41,625,0,0),(2,41,626,0,0),(2,42,627,0,0),(2,42,628,0,0),(2,42,629,0,0),(2,42,630,0,0),(2,42,631,0,0),(2,42,632,0,0),(2,42,633,0,0),(2,42,634,0,0),(2,42,635,0,0),(2,42,636,0,0),(2,42,637,0,0),(2,42,638,0,0),(2,42,639,0,0),(2,42,640,0,1),(2,42,641,0,1),(2,42,642,0,0),(2,42,643,0,0),(2,42,644,0,1),(2,42,645,0,0),(2,42,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,47,653,0,0),(2,47,654,0,0),(2,47,655,0,0),(2,47,656,0,0),(2,47,657,0,0),(2,47,658,0,0),(2,47,659,0,0),(2,47,660,0,0),(2,47,661,0,0),(2,47,662,0,0),(2,47,663,0,0),(2,47,664,0,0),(2,47,665,0,0),(2,47,666,0,0),(2,47,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,41,713,0,0),(2,38,714,0,0),(2,29,715,0,0),(2,29,716,0,0),(2,29,717,0,0),(2,23,718,0,0),(2,22,719,0,0),(2,21,720,0,0),(2,20,721,0,0),(2,29,722,0,0),(2,6,723,0,0),(2,4,724,0,1),(2,2,725,0,0),(2,29,726,0,0),(2,23,727,0,0),(2,23,728,0,0),(2,21,729,0,0),(2,21,730,0,0),(2,18,731,0,0),(2,7,732,0,0),(2,38,733,0,0),(2,38,734,0,0),(2,23,735,0,0),(2,20,736,0,0),(2,21,737,0,0),(2,22,738,0,0),(2,29,739,0,0),(2,2,740,0,0),(2,13,741,0,0),(2,29,742,0,0),(2,29,743,0,0),(2,29,744,0,0),(2,29,745,0,0),(2,14,772,0,0),(2,35,773,0,0),(2,23,774,0,0),(2,29,775,0,0),(2,23,776,0,0),(2,23,777,0,0),(2,23,778,0,0),(2,20,779,0,0),(2,20,780,0,0),(2,20,781,0,0),(2,21,782,0,0),(2,22,783,0,0),(2,22,784,0,0),(2,22,785,0,0),(2,38,786,0,0),(2,38,787,0,0),(2,38,788,0,0),(2,2,789,0,0),(2,4,790,0,1),(2,6,791,0,0),(2,7,792,0,0),(2,8,793,0,0),(2,9,794,0,1),(2,10,795,0,1),(2,13,796,0,1),(2,14,797,0,1),(2,15,798,0,0),(2,16,799,0,1),(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,1),(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,1),(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,42,848,0,1),(2,42,849,0,0),(2,29,850,0,0),(2,50,851,0,0),(2,50,852,0,0),(2,50,853,0,1),(2,50,854,0,1),(2,50,855,0,1),(2,50,856,0,1),(2,50,857,0,1),(2,50,858,0,0),(2,50,859,0,0),(2,50,860,0,1),(2,50,861,0,1),(2,50,862,0,0),(2,50,863,0,1),(2,50,864,0,0),(2,50,865,0,0),(2,51,866,0,0),(2,51,867,0,0),(2,51,868,0,0),(2,51,869,0,0),(2,51,870,0,0),(2,51,871,0,0),(2,51,872,0,0),(2,51,873,0,0),(2,51,874,0,0),(2,51,875,0,0),(2,51,876,0,1),(2,51,877,0,1),(2,51,878,0,0),(2,51,879,0,1),(2,51,880,0,0),(2,51,881,0,0),(2,52,882,0,0),(2,52,883,0,0),(2,52,884,0,0),(2,52,885,0,0),(2,52,886,0,0),(2,52,887,0,1),(2,52,888,0,1),(2,52,889,0,0),(2,52,890,0,1),(2,52,891,0,0),(2,52,892,0,0),(2,53,893,0,0),(2,53,894,0,0),(2,53,895,0,0),(2,53,896,0,0),(2,53,897,0,0),(2,53,898,0,0),(2,53,899,0,0),(2,53,900,0,0),(2,53,901,0,1),(2,53,902,0,1),(2,53,903,0,0),(2,53,904,0,1),(2,53,905,0,0),(2,53,906,0,0),(2,4,907,0,0),(2,4,908,0,0),(2,4,909,0,0),(2,4,910,0,0),(2,4,911,0,0),(2,4,912,0,0),(2,4,913,0,0),(2,13,914,0,0),(2,13,915,0,0),(2,13,916,0,0),(2,13,917,0,0),(2,13,918,0,0),(2,13,919,0,0),(2,13,920,0,0),(2,13,921,0,0),(2,13,922,0,0),(2,54,923,0,0),(2,54,924,0,0),(2,54,925,0,0),(2,54,926,0,0),(2,54,927,0,0),(2,54,928,0,0),(2,54,929,0,1),(2,54,930,0,1),(2,54,931,0,0),(2,54,932,0,1),(2,54,933,0,0),(2,54,934,0,0),(2,55,935,0,0),(2,55,936,0,0),(2,55,937,0,0),(2,55,938,0,0),(2,55,939,0,0),(2,55,940,0,1),(2,55,941,0,1),(2,55,942,0,0),(2,55,943,0,1),(2,55,944,0,0),(2,55,945,0,0),(2,29,946,0,0),(2,56,947,0,0),(2,56,948,0,0),(2,56,949,0,1),(2,56,950,0,1),(2,56,951,0,0),(2,56,952,0,1),(2,56,953,0,0),(2,56,954,0,0),(2,53,955,0,0),(2,53,956,0,0),(2,53,957,0,0),(2,53,958,0,0),(2,53,959,0,0),(2,54,960,0,0),(2,51,961,0,0),(2,51,962,0,0),(2,14,963,0,0),(2,14,964,0,0),(2,14,965,0,0),(2,57,966,0,0),(2,57,967,0,0),(2,57,968,0,0),(2,57,969,0,0),(2,57,970,0,0),(2,57,971,0,0),(2,57,972,0,0),(2,57,973,0,0),(2,57,974,0,0),(2,57,975,0,0),(2,57,976,0,0),(2,57,977,0,0),(2,57,978,0,0),(2,58,979,0,0),(2,58,980,0,0),(2,58,981,0,0),(2,58,982,0,0),(2,58,983,0,0),(2,58,984,0,0),(2,58,985,0,0),(2,58,986,0,0),(2,58,987,0,0),(2,58,988,0,0),(2,58,989,0,0),(2,58,990,0,0),(2,58,991,0,0),(2,58,992,0,0),(2,58,993,0,0),(2,59,994,0,0),(2,59,995,0,0),(2,59,996,0,0),(2,59,997,0,0),(2,59,998,0,0),(2,59,999,0,0),(2,59,1000,0,0),(2,59,1001,0,0),(2,59,1002,0,0),(2,59,1003,0,0),(2,14,1004,0,0),(2,50,1005,0,0),(2,51,1006,0,0),(2,54,1007,0,0),(2,60,1008,0,0),(2,60,1009,0,0),(2,60,1010,0,0),(2,60,1011,0,0),(2,60,1012,0,0),(2,60,1013,0,0),(2,60,1014,0,0),(2,60,1015,0,0),(2,60,1016,0,0),(2,60,1017,0,0),(2,60,1018,0,0),(2,60,1019,0,0),(2,60,1020,0,0),(2,60,1021,0,0),(2,60,1022,0,0),(2,60,1023,0,0),(2,60,1024,0,0),(2,60,1025,0,0),(2,60,1026,0,0),(2,60,1027,0,0),(2,61,1028,0,0),(2,61,1029,0,0),(2,61,1030,0,0),(2,61,1031,0,0),(2,61,1032,0,0),(2,61,1033,0,0),(2,61,1034,0,0),(2,61,1035,0,0),(2,61,1036,0,0),(2,61,1037,0,0),(2,61,1038,0,0),(2,61,1039,0,0),(2,61,1040,0,0),(2,61,1041,0,0),(2,61,1042,0,0),(2,61,1043,0,0),(2,61,1044,0,0),(2,61,1045,0,0),(2,62,1046,0,0),(2,62,1047,0,0),(2,62,1048,0,0),(2,62,1049,0,0),(2,62,1050,0,0),(2,62,1051,0,0),(2,62,1052,0,0),(2,62,1053,0,0),(2,62,1054,0,0),(2,62,1055,0,0),(2,54,1056,0,0),(2,51,1057,0,0),(2,63,1058,0,0),(2,63,1059,0,0),(2,63,1060,0,0),(2,63,1061,0,0),(2,63,1062,0,0),(2,63,1063,0,0),(2,63,1064,0,0),(2,63,1065,0,0),(2,63,1066,0,0),(2,63,1067,0,0),(2,63,1068,0,0),(2,63,1069,0,0),(2,63,1070,0,0),(2,63,1071,0,0),(2,63,1072,0,0),(2,63,1073,0,0),(2,54,1074,0,0),(2,54,1075,0,0),(2,63,1076,0,0),(2,51,1077,0,0),(2,51,1078,0,0),(2,54,1079,0,0),(2,54,1080,0,0),(2,54,1081,0,0),(2,54,1082,0,0),(2,54,1083,0,0),(2,54,1084,0,0),(2,54,1085,0,0),(2,54,1086,0,0),(2,60,1087,0,0),(2,60,1088,0,0),(2,60,1089,0,0),(2,60,1090,0,0),(2,60,1091,0,0),(2,60,1092,0,0),(2,13,1093,0,0),(2,13,1094,0,0),(2,13,1095,0,0),(2,13,1096,0,0),(2,13,1097,0,0),(2,13,1098,0,0),(2,13,1099,0,0),(2,64,1100,0,0),(2,64,1101,0,0),(2,64,1102,0,0),(2,64,1103,0,0),(2,64,1104,0,0),(2,64,1105,0,0),(2,64,1106,0,0),(2,64,1107,0,0),(2,64,1108,0,0),(2,64,1109,0,0),(2,64,1110,0,0),(2,64,1111,0,0),(2,64,1112,0,0),(2,64,1113,0,0),(2,65,1114,0,0),(2,65,1115,0,0),(2,65,1116,0,0),(2,65,1117,0,0),(2,65,1118,0,0),(2,65,1119,0,0),(2,65,1120,0,0),(2,66,1121,0,0),(2,66,1122,0,0),(2,66,1123,0,0),(2,66,1124,0,0),(2,66,1125,0,0),(2,66,1126,0,0),(2,66,1127,0,0),(2,66,1128,0,0),(2,66,1129,0,0),(2,66,1130,0,0),(2,66,1131,0,0),(2,67,1132,0,0),(2,67,1133,0,0),(2,67,1134,0,0),(2,67,1135,0,0),(2,67,1136,0,0),(2,67,1137,0,0),(2,67,1138,0,0),(2,67,1139,0,0),(2,67,1140,0,0),(2,67,1141,0,0),(2,67,1142,0,0),(2,68,1143,0,0),(2,68,1144,0,0),(2,68,1145,0,0),(2,68,1146,0,0),(2,68,1147,0,0),(2,68,1148,0,0),(2,68,1149,0,0),(2,68,1150,0,0),(2,68,1151,0,0),(2,68,1152,0,0),(2,68,1153,0,0),(2,68,1154,0,0),(2,68,1155,0,0),(2,68,1156,0,0),(2,68,1157,0,0),(2,68,1158,0,0),(2,68,1159,0,0),(2,69,1160,0,0),(2,69,1161,0,0),(2,69,1162,0,0),(2,69,1163,0,0),(2,69,1164,0,0),(2,69,1165,0,0),(2,69,1166,0,0),(2,69,1167,0,0),(2,69,1168,0,0),(2,69,1169,0,0),(2,69,1170,0,0),(2,69,1171,0,0),(2,69,1172,0,0),(2,69,1173,0,0),(2,69,1174,0,0),(2,69,1175,0,0),(2,69,1176,0,0),(2,69,1177,0,0),(2,69,1178,0,0),(2,69,1179,0,0),(2,69,1180,0,0),(2,69,1181,0,0),(2,69,1182,0,0),(2,69,1183,0,0),(2,69,1184,0,0),(2,69,1185,0,0),(2,69,1186,0,0),(2,69,1187,0,0),(2,69,1188,0,0),(2,69,1189,0,0),(2,69,1190,0,0),(2,69,1191,0,0),(2,69,1192,0,0),(2,69,1193,0,0),(2,69,1194,0,0),(2,69,1195,0,0),(2,69,1196,0,0),(2,69,1197,0,0),(2,69,1198,0,0),(2,69,1199,0,0),(2,69,1200,0,0),(2,69,1201,0,0),(2,69,1202,0,0),(2,69,1203,0,0),(2,69,1204,0,0),(2,70,1205,0,0),(2,70,1206,0,0),(2,70,1207,0,0),(2,70,1208,0,0),(2,70,1209,0,0),(2,70,1210,0,0),(2,70,1211,0,0),(2,70,1212,0,0),(2,70,1213,0,0),(2,70,1214,0,0),(2,70,1215,0,0),(2,54,1216,0,0),(2,70,1217,0,0),(2,70,1218,0,0),(2,70,1219,0,0),(2,70,1220,0,0),(2,70,1221,0,0),(2,70,1222,0,0),(2,70,1223,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,29,475,0,0),(3,29,479,0,0),(3,29,480,0,0),(3,29,482,0,0),(3,29,489,0,0),(3,29,490,0,0),(3,29,491,0,0),(3,29,492,0,0),(3,29,493,0,0),(3,29,495,0,0),(3,29,496,0,0),(3,29,497,0,0),(3,29,498,0,0),(3,29,499,0,0),(3,29,504,0,0),(3,29,505,0,0),(3,29,506,0,0),(3,29,507,0,0),(3,29,515,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,35,526,0,0),(3,35,527,0,0),(3,35,528,0,0),(3,35,529,0,0),(3,35,530,0,0),(3,35,531,0,0),(3,35,532,0,0),(3,35,533,0,0),(3,35,534,0,0),(3,35,535,0,0),(3,35,536,0,0),(3,35,537,0,0),(3,35,538,0,0),(3,35,539,0,0),(3,35,540,0,0),(3,35,541,0,0),(3,35,542,0,0),(3,35,543,0,0),(3,35,544,0,0),(3,35,545,0,0),(3,35,546,0,0),(3,35,547,0,0),(3,36,548,0,0),(3,36,549,0,0),(3,36,550,0,0),(3,36,551,0,0),(3,36,552,0,0),(3,36,553,0,0),(3,36,554,0,0),(3,36,555,0,0),(3,36,556,0,0),(3,36,557,0,0),(3,36,558,0,0),(3,36,559,0,0),(3,36,560,0,0),(3,36,561,0,0),(3,36,562,0,0),(3,36,563,0,0),(3,36,564,0,0),(3,36,565,0,0),(3,36,566,0,0),(3,36,567,0,0),(3,36,568,0,0),(3,36,569,0,0),(3,37,570,0,0),(3,37,571,0,0),(3,37,572,0,0),(3,37,573,0,0),(3,37,574,0,0),(3,37,575,0,0),(3,37,576,0,0),(3,37,577,0,0),(3,37,578,0,0),(3,37,579,0,0),(3,37,580,0,0),(3,37,581,0,0),(3,37,582,0,0),(3,37,583,0,0),(3,37,584,0,0),(3,37,585,0,0),(3,37,586,0,0),(3,29,587,0,0),(3,38,588,0,0),(3,38,589,0,0),(3,38,590,0,0),(3,38,591,0,0),(3,38,592,0,0),(3,38,593,0,0),(3,38,594,0,0),(3,38,595,0,0),(3,40,596,0,0),(3,40,597,0,0),(3,40,598,0,0),(3,40,599,0,0),(3,40,600,0,0),(3,40,601,0,0),(3,40,602,0,0),(3,40,603,0,0),(3,40,604,0,0),(3,40,605,0,0),(3,40,606,0,0),(3,40,607,0,0),(3,40,608,0,0),(3,41,609,0,0),(3,41,610,0,0),(3,41,611,0,0),(3,41,612,0,0),(3,41,613,0,0),(3,41,614,0,0),(3,41,615,0,0),(3,41,616,0,0),(3,41,617,0,0),(3,41,618,0,0),(3,41,619,0,0),(3,41,620,0,0),(3,41,621,0,0),(3,41,622,0,0),(3,41,623,0,0),(3,41,624,0,0),(3,41,625,0,0),(3,41,626,0,0),(3,42,627,0,0),(3,42,628,0,0),(3,42,629,0,0),(3,42,630,0,0),(3,42,631,0,0),(3,42,632,0,0),(3,42,633,0,0),(3,42,634,0,0),(3,42,635,0,0),(3,42,636,0,0),(3,42,637,0,0),(3,42,638,0,0),(3,42,639,0,0),(3,42,640,0,0),(3,42,641,0,0),(3,42,642,0,0),(3,42,643,0,0),(3,42,644,0,0),(3,42,645,0,0),(3,42,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,47,653,0,0),(3,47,654,0,0),(3,47,655,0,0),(3,47,656,0,0),(3,47,657,0,0),(3,47,658,0,0),(3,47,659,0,0),(3,47,660,0,0),(3,47,661,0,0),(3,47,662,0,0),(3,47,663,0,0),(3,47,664,0,0),(3,47,665,0,0),(3,47,666,0,0),(3,47,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,41,713,0,0),(3,38,714,0,0),(3,29,715,0,0),(3,29,716,0,0),(3,29,717,0,0),(3,23,718,0,0),(3,22,719,0,0),(3,21,720,0,0),(3,20,721,0,0),(3,29,722,0,0),(3,6,723,0,0),(3,4,724,0,0),(3,2,725,0,0),(3,29,726,0,0),(3,23,727,0,0),(3,23,728,0,0),(3,21,729,0,0),(3,21,730,0,0),(3,18,731,0,0),(3,7,732,0,0),(3,38,733,0,0),(3,38,734,0,0),(3,23,735,0,0),(3,20,736,0,0),(3,21,737,0,0),(3,22,738,0,0),(3,29,739,0,0),(3,2,740,0,0),(3,13,741,0,0),(3,29,742,0,0),(3,29,743,0,0),(3,29,744,0,0),(3,29,745,0,0),(3,14,772,0,0),(3,35,773,0,0),(3,23,774,0,0),(3,29,775,0,0),(3,23,776,0,0),(3,23,777,0,0),(3,23,778,0,0),(3,20,779,0,0),(3,20,780,0,0),(3,20,781,0,0),(3,21,782,0,0),(3,22,783,0,0),(3,22,784,0,0),(3,22,785,0,0),(3,38,786,0,0),(3,38,787,0,0),(3,38,788,0,0),(3,2,789,0,0),(3,4,790,0,0),(3,6,791,0,0),(3,7,792,0,0),(3,8,793,0,0),(3,9,794,0,0),(3,10,795,0,0),(3,13,796,0,0),(3,14,797,0,0),(3,15,798,0,0),(3,16,799,0,0),(3,18,800,0,0),(3,19,801,0,0),(3,20,802,0,0),(3,21,803,0,0),(3,22,804,0,0),(3,23,805,0,0),(3,26,806,0,0),(3,10,807,0,0),(3,2,808,0,0),(3,4,809,0,0),(3,6,810,0,0),(3,7,811,0,0),(3,8,812,0,0),(3,9,813,0,0),(3,10,814,0,0),(3,13,815,0,0),(3,14,816,0,0),(3,15,817,0,0),(3,16,818,0,0),(3,18,819,0,0),(3,19,820,0,0),(3,20,821,0,0),(3,21,822,0,0),(3,22,823,0,0),(3,23,824,0,0),(3,26,825,0,0),(3,2,826,0,0),(3,4,827,0,0),(3,6,828,0,0),(3,7,829,0,0),(3,8,830,0,0),(3,9,831,0,0),(3,10,832,0,0),(3,13,833,0,0),(3,14,834,0,0),(3,15,835,0,0),(3,16,836,0,0),(3,18,837,0,0),(3,19,838,0,0),(3,20,839,0,0),(3,21,840,0,0),(3,22,841,0,0),(3,23,842,0,0),(3,26,843,0,0),(3,20,844,0,0),(3,21,845,0,0),(3,22,846,0,0),(3,23,847,0,0),(3,42,848,0,0),(3,42,849,0,0),(3,29,850,0,0),(3,50,851,0,0),(3,50,852,0,0),(3,50,853,0,0),(3,50,854,0,0),(3,50,855,0,0),(3,50,856,0,0),(3,50,857,0,0),(3,50,858,0,0),(3,50,859,0,0),(3,50,860,0,0),(3,50,861,0,0),(3,50,862,0,0),(3,50,863,0,0),(3,50,864,0,0),(3,50,865,0,0),(3,51,866,0,0),(3,51,867,0,0),(3,51,868,0,0),(3,51,869,0,0),(3,51,870,0,0),(3,51,871,0,0),(3,51,872,0,0),(3,51,873,0,0),(3,51,874,0,0),(3,51,875,0,0),(3,51,876,0,0),(3,51,877,0,0),(3,51,878,0,0),(3,51,879,0,0),(3,51,880,0,0),(3,51,881,0,0),(3,52,882,0,0),(3,52,883,0,0),(3,52,884,0,0),(3,52,885,0,0),(3,52,886,0,0),(3,52,887,0,0),(3,52,888,0,0),(3,52,889,0,0),(3,52,890,0,0),(3,52,891,0,0),(3,52,892,0,0),(3,53,893,0,0),(3,53,894,0,0),(3,53,895,0,0),(3,53,896,0,0),(3,53,897,0,0),(3,53,898,0,0),(3,53,899,0,0),(3,53,900,0,0),(3,53,901,0,0),(3,53,902,0,0),(3,53,903,0,0),(3,53,904,0,0),(3,53,905,0,0),(3,53,906,0,0),(3,4,907,0,0),(3,4,908,0,0),(3,4,909,0,0),(3,4,910,0,0),(3,4,911,0,0),(3,4,912,0,0),(3,4,913,0,0),(3,13,914,0,0),(3,13,915,0,0),(3,13,916,0,0),(3,13,917,0,0),(3,13,918,0,0),(3,13,919,0,0),(3,13,920,0,0),(3,13,921,0,0),(3,13,922,0,0),(3,54,923,0,0),(3,54,924,0,0),(3,54,925,0,0),(3,54,926,0,0),(3,54,927,0,0),(3,54,928,0,0),(3,54,929,0,0),(3,54,930,0,0),(3,54,931,0,0),(3,54,932,0,0),(3,54,933,0,0),(3,54,934,0,0),(3,55,935,0,0),(3,55,936,0,0),(3,55,937,0,0),(3,55,938,0,0),(3,55,939,0,0),(3,55,940,0,0),(3,55,941,0,0),(3,55,942,0,0),(3,55,943,0,0),(3,55,944,0,0),(3,55,945,0,0),(3,29,946,0,0),(3,56,947,0,0),(3,56,948,0,0),(3,56,949,0,0),(3,56,950,0,0),(3,56,951,0,0),(3,56,952,0,0),(3,56,953,0,0),(3,56,954,0,0),(3,53,955,0,0),(3,53,956,0,0),(3,53,957,0,0),(3,53,958,0,0),(3,53,959,0,0),(3,54,960,0,0),(3,51,961,0,0),(3,51,962,0,0),(3,14,963,0,0),(3,14,964,0,0),(3,14,965,0,0),(3,57,966,0,0),(3,57,967,0,0),(3,57,968,0,0),(3,57,969,0,0),(3,57,970,0,0),(3,57,971,0,0),(3,57,972,0,0),(3,57,973,0,0),(3,57,974,0,0),(3,57,975,0,0),(3,57,976,0,0),(3,57,977,0,0),(3,57,978,0,0),(3,58,979,0,0),(3,58,980,0,0),(3,58,981,0,0),(3,58,982,0,0),(3,58,983,0,0),(3,58,984,0,0),(3,58,985,0,0),(3,58,986,0,0),(3,58,987,0,0),(3,58,988,0,0),(3,58,989,0,0),(3,58,990,0,0),(3,58,991,0,0),(3,58,992,0,0),(3,58,993,0,0),(3,59,994,0,0),(3,59,995,0,0),(3,59,996,0,0),(3,59,997,0,0),(3,59,998,0,0),(3,59,999,0,0),(3,59,1000,0,0),(3,59,1001,0,0),(3,59,1002,0,0),(3,59,1003,0,0),(3,14,1004,0,0),(3,50,1005,0,0),(3,51,1006,0,0),(3,54,1007,0,0),(3,60,1008,0,0),(3,60,1009,0,0),(3,60,1010,0,0),(3,60,1011,0,0),(3,60,1012,0,0),(3,60,1013,0,0),(3,60,1014,0,0),(3,60,1015,0,0),(3,60,1016,0,0),(3,60,1017,0,0),(3,60,1018,0,0),(3,60,1019,0,0),(3,60,1020,0,0),(3,60,1021,0,0),(3,60,1022,0,0),(3,60,1023,0,0),(3,60,1024,0,0),(3,60,1025,0,0),(3,60,1026,0,0),(3,60,1027,0,0),(3,61,1028,0,0),(3,61,1029,0,0),(3,61,1030,0,0),(3,61,1031,0,0),(3,61,1032,0,0),(3,61,1033,0,0),(3,61,1034,0,0),(3,61,1035,0,0),(3,61,1036,0,0),(3,61,1037,0,0),(3,61,1038,0,0),(3,61,1039,0,0),(3,61,1040,0,0),(3,61,1041,0,0),(3,61,1042,0,0),(3,61,1043,0,0),(3,61,1044,0,0),(3,61,1045,0,0),(3,62,1046,0,0),(3,62,1047,0,0),(3,62,1048,0,0),(3,62,1049,0,0),(3,62,1050,0,0),(3,62,1051,0,0),(3,62,1052,0,0),(3,62,1053,0,0),(3,62,1054,0,0),(3,62,1055,0,0),(3,54,1056,0,0),(3,51,1057,0,0),(3,63,1058,0,0),(3,63,1059,0,0),(3,63,1060,0,0),(3,63,1061,0,0),(3,63,1062,0,0),(3,63,1063,0,0),(3,63,1064,0,0),(3,63,1065,0,0),(3,63,1066,0,0),(3,63,1067,0,0),(3,63,1068,0,0),(3,63,1069,0,0),(3,63,1070,0,0),(3,63,1071,0,0),(3,63,1072,0,0),(3,63,1073,0,0),(3,54,1074,0,0),(3,54,1075,0,0),(3,63,1076,0,0),(3,51,1077,0,0),(3,51,1078,0,0),(3,54,1079,0,0),(3,54,1080,0,0),(3,54,1081,0,0),(3,54,1082,0,0),(3,54,1083,0,0),(3,54,1084,0,0),(3,54,1085,0,0),(3,54,1086,0,0),(3,60,1087,0,0),(3,60,1088,0,0),(3,60,1089,0,0),(3,60,1090,0,0),(3,60,1091,0,0),(3,60,1092,0,0),(3,13,1093,0,0),(3,13,1094,0,0),(3,13,1095,0,0),(3,13,1096,0,0),(3,13,1097,0,0),(3,13,1098,0,0),(3,13,1099,0,0),(3,64,1100,0,0),(3,64,1101,0,0),(3,64,1102,0,0),(3,64,1103,0,0),(3,64,1104,0,0),(3,64,1105,0,0),(3,64,1106,0,0),(3,64,1107,0,0),(3,64,1108,0,0),(3,64,1109,0,0),(3,64,1110,0,0),(3,64,1111,0,0),(3,64,1112,0,0),(3,64,1113,0,0),(3,65,1114,0,0),(3,65,1115,0,0),(3,65,1116,0,0),(3,65,1117,0,0),(3,65,1118,0,0),(3,65,1119,0,0),(3,65,1120,0,0),(3,66,1121,0,0),(3,66,1122,0,0),(3,66,1123,0,0),(3,66,1124,0,0),(3,66,1125,0,0),(3,66,1126,0,0),(3,66,1127,0,0),(3,66,1128,0,0),(3,66,1129,0,0),(3,66,1130,0,0),(3,66,1131,0,0),(3,67,1132,0,0),(3,67,1133,0,0),(3,67,1134,0,0),(3,67,1135,0,0),(3,67,1136,0,0),(3,67,1137,0,0),(3,67,1138,0,0),(3,67,1139,0,0),(3,67,1140,0,0),(3,67,1141,0,0),(3,67,1142,0,0),(3,68,1143,0,0),(3,68,1144,0,0),(3,68,1145,0,0),(3,68,1146,0,0),(3,68,1147,0,0),(3,68,1148,0,0),(3,68,1149,0,0),(3,68,1150,0,0),(3,68,1151,0,0),(3,68,1152,0,0),(3,68,1153,0,0),(3,68,1154,0,0),(3,68,1155,0,0),(3,68,1156,0,0),(3,68,1157,0,0),(3,68,1158,0,0),(3,68,1159,0,0),(3,69,1160,0,0),(3,69,1161,0,0),(3,69,1162,0,0),(3,69,1163,0,0),(3,69,1164,0,0),(3,69,1165,0,0),(3,69,1166,0,0),(3,69,1167,0,0),(3,69,1168,0,0),(3,69,1169,0,0),(3,69,1170,0,0),(3,69,1171,0,0),(3,69,1172,0,0),(3,69,1173,0,0),(3,69,1174,0,0),(3,69,1175,0,0),(3,69,1176,0,0),(3,69,1177,0,0),(3,69,1178,0,0),(3,69,1179,0,0),(3,69,1180,0,0),(3,69,1181,0,0),(3,69,1182,0,0),(3,69,1183,0,0),(3,69,1184,0,0),(3,69,1185,0,0),(3,69,1186,0,0),(3,69,1187,0,0),(3,69,1188,0,0),(3,69,1189,0,0),(3,69,1190,0,0),(3,69,1191,0,0),(3,69,1192,0,0),(3,69,1193,0,0),(3,69,1194,0,0),(3,69,1195,0,0),(3,69,1196,0,0),(3,69,1197,0,0),(3,69,1198,0,0),(3,69,1199,0,0),(3,69,1200,0,0),(3,69,1201,0,0),(3,69,1202,0,0),(3,69,1203,0,0),(3,69,1204,0,0),(3,70,1205,0,0),(3,70,1206,0,0),(3,70,1207,0,0),(3,70,1208,0,0),(3,70,1209,0,0),(3,70,1210,0,0),(3,70,1211,0,0),(3,70,1212,0,0),(3,70,1213,0,0),(3,70,1214,0,0),(3,70,1215,0,0),(3,54,1216,0,0),(3,70,1217,0,0),(3,70,1218,0,0),(3,70,1219,0,0),(3,70,1220,0,0),(3,70,1221,0,0),(3,70,1222,0,0),(3,70,1223,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,29,475,0,0),(4,29,479,0,0),(4,29,480,0,0),(4,29,482,0,0),(4,29,489,0,0),(4,29,490,0,0),(4,29,491,0,0),(4,29,492,0,0),(4,29,493,0,0),(4,29,495,0,0),(4,29,496,0,0),(4,29,497,0,0),(4,29,498,0,0),(4,29,499,0,0),(4,29,504,0,0),(4,29,505,0,0),(4,29,506,0,0),(4,29,507,0,0),(4,29,515,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,35,526,0,0),(4,35,527,0,0),(4,35,528,0,0),(4,35,529,0,0),(4,35,530,0,0),(4,35,531,0,0),(4,35,532,0,0),(4,35,533,0,0),(4,35,534,0,0),(4,35,535,0,0),(4,35,536,0,0),(4,35,537,0,0),(4,35,538,0,0),(4,35,539,0,0),(4,35,540,0,0),(4,35,541,0,0),(4,35,542,0,0),(4,35,543,0,0),(4,35,544,0,0),(4,35,545,0,0),(4,35,546,0,0),(4,35,547,0,0),(4,36,548,0,0),(4,36,549,0,0),(4,36,550,0,0),(4,36,551,0,0),(4,36,552,0,0),(4,36,553,0,0),(4,36,554,0,0),(4,36,555,0,0),(4,36,556,0,0),(4,36,557,0,0),(4,36,558,0,0),(4,36,559,0,0),(4,36,560,0,0),(4,36,561,0,0),(4,36,562,0,0),(4,36,563,0,0),(4,36,564,0,0),(4,36,565,0,0),(4,36,566,0,0),(4,36,567,0,0),(4,36,568,0,0),(4,36,569,0,0),(4,37,570,0,0),(4,37,571,0,0),(4,37,572,0,0),(4,37,573,0,0),(4,37,574,0,0),(4,37,575,0,0),(4,37,576,0,0),(4,37,577,0,0),(4,37,578,0,0),(4,37,579,0,0),(4,37,580,0,0),(4,37,581,0,0),(4,37,582,0,0),(4,37,583,0,0),(4,37,584,0,0),(4,37,585,0,0),(4,37,586,0,0),(4,29,587,0,0),(4,38,588,0,0),(4,38,589,0,0),(4,38,590,0,0),(4,38,591,0,0),(4,38,592,0,0),(4,38,593,0,0),(4,38,594,0,0),(4,38,595,0,0),(4,40,596,0,0),(4,40,597,0,0),(4,40,598,0,0),(4,40,599,0,0),(4,40,600,0,0),(4,40,601,0,0),(4,40,602,0,0),(4,40,603,0,0),(4,40,604,0,0),(4,40,605,0,0),(4,40,606,0,0),(4,40,607,0,0),(4,40,608,0,0),(4,41,609,0,0),(4,41,610,0,0),(4,41,611,0,0),(4,41,612,0,0),(4,41,613,0,0),(4,41,614,0,0),(4,41,615,0,0),(4,41,616,0,0),(4,41,617,0,0),(4,41,618,0,0),(4,41,619,0,0),(4,41,620,0,0),(4,41,621,0,0),(4,41,622,0,0),(4,41,623,0,0),(4,41,624,0,0),(4,41,625,0,0),(4,41,626,0,0),(4,42,627,0,0),(4,42,628,0,0),(4,42,629,0,0),(4,42,630,0,0),(4,42,631,0,0),(4,42,632,0,0),(4,42,633,0,0),(4,42,634,0,0),(4,42,635,0,0),(4,42,636,0,0),(4,42,637,0,0),(4,42,638,0,0),(4,42,639,0,0),(4,42,640,0,0),(4,42,641,0,0),(4,42,642,0,0),(4,42,643,0,0),(4,42,644,0,0),(4,42,645,0,0),(4,42,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,47,653,0,0),(4,47,654,0,0),(4,47,655,0,0),(4,47,656,0,0),(4,47,657,0,0),(4,47,658,0,0),(4,47,659,0,0),(4,47,660,0,0),(4,47,661,0,0),(4,47,662,0,0),(4,47,663,0,0),(4,47,664,0,0),(4,47,665,0,0),(4,47,666,0,0),(4,47,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,41,713,0,0),(4,38,714,0,0),(4,29,715,0,0),(4,29,716,0,0),(4,29,717,0,0),(4,23,718,0,0),(4,22,719,0,0),(4,21,720,0,0),(4,20,721,0,0),(4,29,722,0,0),(4,6,723,0,0),(4,4,724,0,0),(4,2,725,0,0),(4,29,726,0,0),(4,23,727,0,0),(4,23,728,0,0),(4,21,729,0,0),(4,21,730,0,0),(4,18,731,0,0),(4,7,732,0,0),(4,38,733,0,0),(4,38,734,0,0),(4,23,735,0,0),(4,20,736,0,0),(4,21,737,0,0),(4,22,738,0,0),(4,29,739,0,0),(4,2,740,0,0),(4,13,741,0,0),(4,29,742,0,0),(4,29,743,0,0),(4,29,744,0,0),(4,29,745,0,0),(4,14,772,0,0),(4,35,773,0,0),(4,23,774,0,0),(4,29,775,0,0),(4,23,776,0,0),(4,23,777,0,0),(4,23,778,0,0),(4,20,779,0,0),(4,20,780,0,0),(4,20,781,0,0),(4,21,782,0,0),(4,22,783,0,0),(4,22,784,0,0),(4,22,785,0,0),(4,38,786,0,0),(4,38,787,0,0),(4,38,788,0,0),(4,2,789,0,0),(4,4,790,0,0),(4,6,791,0,0),(4,7,792,0,0),(4,8,793,0,0),(4,9,794,0,0),(4,10,795,0,0),(4,13,796,0,0),(4,14,797,0,0),(4,15,798,0,0),(4,16,799,0,0),(4,18,800,0,0),(4,19,801,0,0),(4,20,802,0,0),(4,21,803,0,0),(4,22,804,0,0),(4,23,805,0,0),(4,26,806,0,0),(4,10,807,0,0),(4,2,808,0,0),(4,4,809,0,0),(4,6,810,0,0),(4,7,811,0,0),(4,8,812,0,0),(4,9,813,0,0),(4,10,814,0,0),(4,13,815,0,0),(4,14,816,0,0),(4,15,817,0,0),(4,16,818,0,0),(4,18,819,0,0),(4,19,820,0,0),(4,20,821,0,0),(4,21,822,0,0),(4,22,823,0,0),(4,23,824,0,0),(4,26,825,0,0),(4,2,826,0,0),(4,4,827,0,0),(4,6,828,0,0),(4,7,829,0,0),(4,8,830,0,0),(4,9,831,0,0),(4,10,832,0,0),(4,13,833,0,0),(4,14,834,0,0),(4,15,835,0,0),(4,16,836,0,0),(4,18,837,0,0),(4,19,838,0,0),(4,20,839,0,0),(4,21,840,0,0),(4,22,841,0,0),(4,23,842,0,0),(4,26,843,0,0),(4,20,844,0,0),(4,21,845,0,0),(4,22,846,0,0),(4,23,847,0,0),(4,42,848,0,0),(4,42,849,0,0),(4,29,850,0,0),(4,50,851,0,0),(4,50,852,0,0),(4,50,853,0,0),(4,50,854,0,0),(4,50,855,0,0),(4,50,856,0,0),(4,50,857,0,0),(4,50,858,0,0),(4,50,859,0,0),(4,50,860,0,0),(4,50,861,0,0),(4,50,862,0,0),(4,50,863,0,0),(4,50,864,0,0),(4,50,865,0,0),(4,51,866,0,0),(4,51,867,0,0),(4,51,868,0,0),(4,51,869,0,0),(4,51,870,0,0),(4,51,871,0,0),(4,51,872,0,0),(4,51,873,0,0),(4,51,874,0,0),(4,51,875,0,0),(4,51,876,0,0),(4,51,877,0,0),(4,51,878,0,0),(4,51,879,0,0),(4,51,880,0,0),(4,51,881,0,0),(4,52,882,0,0),(4,52,883,0,0),(4,52,884,0,0),(4,52,885,0,0),(4,52,886,0,0),(4,52,887,0,0),(4,52,888,0,0),(4,52,889,0,0),(4,52,890,0,0),(4,52,891,0,0),(4,52,892,0,0),(4,53,893,0,0),(4,53,894,0,0),(4,53,895,0,0),(4,53,896,0,0),(4,53,897,0,0),(4,53,898,0,0),(4,53,899,0,0),(4,53,900,0,0),(4,53,901,0,0),(4,53,902,0,0),(4,53,903,0,0),(4,53,904,0,0),(4,53,905,0,0),(4,53,906,0,0),(4,4,907,0,0),(4,4,908,0,0),(4,4,909,0,0),(4,4,910,0,0),(4,4,911,0,0),(4,4,912,0,0),(4,4,913,0,0),(4,13,914,0,0),(4,13,915,0,0),(4,13,916,0,0),(4,13,917,0,0),(4,13,918,0,0),(4,13,919,0,0),(4,13,920,0,0),(4,13,921,0,0),(4,13,922,0,0),(4,54,923,0,0),(4,54,924,0,0),(4,54,925,0,0),(4,54,926,0,0),(4,54,927,0,0),(4,54,928,0,0),(4,54,929,0,0),(4,54,930,0,0),(4,54,931,0,0),(4,54,932,0,0),(4,54,933,0,0),(4,54,934,0,0),(4,55,935,0,0),(4,55,936,0,0),(4,55,937,0,0),(4,55,938,0,0),(4,55,939,0,0),(4,55,940,0,0),(4,55,941,0,0),(4,55,942,0,0),(4,55,943,0,0),(4,55,944,0,0),(4,55,945,0,0),(4,29,946,0,0),(4,56,947,0,0),(4,56,948,0,0),(4,56,949,0,0),(4,56,950,0,0),(4,56,951,0,0),(4,56,952,0,0),(4,56,953,0,0),(4,56,954,0,0),(4,53,955,0,0),(4,53,956,0,0),(4,53,957,0,0),(4,53,958,0,0),(4,53,959,0,0),(4,54,960,0,0),(4,51,961,0,0),(4,51,962,0,0),(4,14,963,0,0),(4,14,964,0,0),(4,14,965,0,0),(4,57,966,0,0),(4,57,967,0,0),(4,57,968,0,0),(4,57,969,0,0),(4,57,970,0,0),(4,57,971,0,0),(4,57,972,0,0),(4,57,973,0,0),(4,57,974,0,0),(4,57,975,0,0),(4,57,976,0,0),(4,57,977,0,0),(4,57,978,0,0),(4,58,979,0,0),(4,58,980,0,0),(4,58,981,0,0),(4,58,982,0,0),(4,58,983,0,0),(4,58,984,0,0),(4,58,985,0,0),(4,58,986,0,0),(4,58,987,0,0),(4,58,988,0,0),(4,58,989,0,0),(4,58,990,0,0),(4,58,991,0,0),(4,58,992,0,0),(4,58,993,0,0),(4,59,994,0,0),(4,59,995,0,0),(4,59,996,0,0),(4,59,997,0,0),(4,59,998,0,0),(4,59,999,0,0),(4,59,1000,0,0),(4,59,1001,0,0),(4,59,1002,0,0),(4,59,1003,0,0),(4,14,1004,0,0),(4,50,1005,0,0),(4,51,1006,0,0),(4,54,1007,0,0),(4,60,1008,0,0),(4,60,1009,0,0),(4,60,1010,0,0),(4,60,1011,0,0),(4,60,1012,0,0),(4,60,1013,0,0),(4,60,1014,0,0),(4,60,1015,0,0),(4,60,1016,0,0),(4,60,1017,0,0),(4,60,1018,0,0),(4,60,1019,0,0),(4,60,1020,0,0),(4,60,1021,0,0),(4,60,1022,0,0),(4,60,1023,0,0),(4,60,1024,0,0),(4,60,1025,0,0),(4,60,1026,0,0),(4,60,1027,0,0),(4,61,1028,0,0),(4,61,1029,0,0),(4,61,1030,0,0),(4,61,1031,0,0),(4,61,1032,0,0),(4,61,1033,0,0),(4,61,1034,0,0),(4,61,1035,0,0),(4,61,1036,0,0),(4,61,1037,0,0),(4,61,1038,0,0),(4,61,1039,0,0),(4,61,1040,0,0),(4,61,1041,0,0),(4,61,1042,0,0),(4,61,1043,0,0),(4,61,1044,0,0),(4,61,1045,0,0),(4,62,1046,0,0),(4,62,1047,0,0),(4,62,1048,0,0),(4,62,1049,0,0),(4,62,1050,0,0),(4,62,1051,0,0),(4,62,1052,0,0),(4,62,1053,0,0),(4,62,1054,0,0),(4,62,1055,0,0),(4,54,1056,0,0),(4,51,1057,0,0),(4,63,1058,0,0),(4,63,1059,0,0),(4,63,1060,0,0),(4,63,1061,0,0),(4,63,1062,0,0),(4,63,1063,0,0),(4,63,1064,0,0),(4,63,1065,0,0),(4,63,1066,0,0),(4,63,1067,0,0),(4,63,1068,0,0),(4,63,1069,0,0),(4,63,1070,0,0),(4,63,1071,0,0),(4,63,1072,0,0),(4,63,1073,0,0),(4,54,1074,0,0),(4,54,1075,0,0),(4,63,1076,0,0),(4,51,1077,0,0),(4,51,1078,0,0),(4,54,1079,0,0),(4,54,1080,0,0),(4,54,1081,0,0),(4,54,1082,0,0),(4,54,1083,0,0),(4,54,1084,0,0),(4,54,1085,0,0),(4,54,1086,0,0),(4,60,1087,0,0),(4,60,1088,0,0),(4,60,1089,0,0),(4,60,1090,0,0),(4,60,1091,0,0),(4,60,1092,0,0),(4,13,1093,0,0),(4,13,1094,0,0),(4,13,1095,0,0),(4,13,1096,0,0),(4,13,1097,0,0),(4,13,1098,0,0),(4,13,1099,0,0),(4,64,1100,0,0),(4,64,1101,0,0),(4,64,1102,0,0),(4,64,1103,0,0),(4,64,1104,0,0),(4,64,1105,0,0),(4,64,1106,0,0),(4,64,1107,0,0),(4,64,1108,0,0),(4,64,1109,0,0),(4,64,1110,0,0),(4,64,1111,0,0),(4,64,1112,0,0),(4,64,1113,0,0),(4,65,1114,0,0),(4,65,1115,0,0),(4,65,1116,0,0),(4,65,1117,0,0),(4,65,1118,0,0),(4,65,1119,0,0),(4,65,1120,0,0),(4,66,1121,0,0),(4,66,1122,0,0),(4,66,1123,0,0),(4,66,1124,0,0),(4,66,1125,0,0),(4,66,1126,0,0),(4,66,1127,0,0),(4,66,1128,0,0),(4,66,1129,0,0),(4,66,1130,0,0),(4,66,1131,0,0),(4,67,1132,0,0),(4,67,1133,0,0),(4,67,1134,0,0),(4,67,1135,0,0),(4,67,1136,0,0),(4,67,1137,0,0),(4,67,1138,0,0),(4,67,1139,0,0),(4,67,1140,0,0),(4,67,1141,0,0),(4,67,1142,0,0),(4,68,1143,0,0),(4,68,1144,0,0),(4,68,1145,0,0),(4,68,1146,0,0),(4,68,1147,0,0),(4,68,1148,0,0),(4,68,1149,0,0),(4,68,1150,0,0),(4,68,1151,0,0),(4,68,1152,0,0),(4,68,1153,0,0),(4,68,1154,0,0),(4,68,1155,0,0),(4,68,1156,0,0),(4,68,1157,0,0),(4,68,1158,0,0),(4,68,1159,0,0),(4,69,1160,0,0),(4,69,1161,0,0),(4,69,1162,0,0),(4,69,1163,0,0),(4,69,1164,0,0),(4,69,1165,0,0),(4,69,1166,0,0),(4,69,1167,0,0),(4,69,1168,0,0),(4,69,1169,0,0),(4,69,1170,0,0),(4,69,1171,0,0),(4,69,1172,0,0),(4,69,1173,0,0),(4,69,1174,0,0),(4,69,1175,0,0),(4,69,1176,0,0),(4,69,1177,0,0),(4,69,1178,0,0),(4,69,1179,0,0),(4,69,1180,0,0),(4,69,1181,0,0),(4,69,1182,0,0),(4,69,1183,0,0),(4,69,1184,0,0),(4,69,1185,0,0),(4,69,1186,0,0),(4,69,1187,0,0),(4,69,1188,0,0),(4,69,1189,0,0),(4,69,1190,0,0),(4,69,1191,0,0),(4,69,1192,0,0),(4,69,1193,0,0),(4,69,1194,0,0),(4,69,1195,0,0),(4,69,1196,0,0),(4,69,1197,0,0),(4,69,1198,0,0),(4,69,1199,0,0),(4,69,1200,0,0),(4,69,1201,0,0),(4,69,1202,0,0),(4,69,1203,0,0),(4,69,1204,0,0),(4,70,1205,0,0),(4,70,1206,0,0),(4,70,1207,0,0),(4,70,1208,0,0),(4,70,1209,0,0),(4,70,1210,0,0),(4,70,1211,0,0),(4,70,1212,0,0),(4,70,1213,0,0),(4,70,1214,0,0),(4,70,1215,0,0),(4,54,1216,0,0),(4,70,1217,0,0),(4,70,1218,0,0),(4,70,1219,0,0),(4,70,1220,0,0),(4,70,1221,0,0),(4,70,1222,0,0),(4,70,1223,0,0),(5,4,66,0,0),(5,4,67,0,0),(5,4,68,0,0),(5,4,69,0,0),(5,4,70,0,0),(5,4,71,0,0),(5,4,72,0,0),(5,4,73,0,0),(5,4,74,0,0),(5,4,75,0,0),(5,4,76,0,0),(5,4,77,0,0),(5,4,78,0,0),(5,4,79,0,0),(5,4,80,0,0),(5,4,81,0,0),(5,4,82,0,0),(5,4,83,0,0),(5,4,84,0,0),(5,4,85,0,0),(5,4,86,0,0),(5,4,87,0,0),(5,4,88,0,0),(5,4,89,0,0),(5,4,90,0,1),(5,4,91,0,1),(5,4,92,0,0),(5,4,93,0,0),(5,4,94,0,0),(5,4,95,0,0),(5,4,96,0,0),(5,4,97,0,0),(5,4,98,0,0),(5,4,99,0,0),(5,4,100,0,0),(5,4,101,0,0),(5,4,102,0,0),(5,4,103,0,0),(5,4,104,0,0),(5,4,105,0,0),(5,4,106,0,0),(5,4,107,0,0),(5,4,108,0,0),(5,4,109,0,0),(5,13,155,0,0),(5,13,156,0,0),(5,13,157,0,0),(5,13,158,0,0),(5,13,159,0,0),(5,13,160,0,0),(5,13,161,0,0),(5,13,162,0,0),(5,13,164,0,0),(5,13,165,0,0),(5,13,166,0,1),(5,13,167,0,1),(5,13,168,0,0),(5,13,169,0,0),(5,13,170,0,0),(5,13,171,0,0),(5,13,172,0,0),(5,14,174,0,0),(5,14,175,0,0),(5,14,176,0,0),(5,14,177,0,0),(5,14,178,0,0),(5,14,179,0,0),(5,14,180,0,0),(5,14,181,0,0),(5,14,182,0,0),(5,14,183,0,0),(5,14,184,0,0),(5,14,185,0,0),(5,14,186,0,0),(5,14,187,0,0),(5,14,188,0,0),(5,14,189,0,0),(5,14,190,0,0),(5,14,191,0,1),(5,14,192,0,1),(5,14,193,0,0),(5,14,194,0,0),(5,14,195,0,0),(5,14,197,0,0),(5,14,198,0,0),(5,14,199,0,0),(5,14,200,0,0),(5,14,201,0,0),(5,14,202,0,0),(5,14,203,0,0),(5,14,204,0,0),(5,10,220,0,0),(5,10,221,0,0),(5,10,222,0,0),(5,10,223,0,0),(5,10,224,0,0),(5,10,225,0,0),(5,10,226,0,0),(5,10,227,0,0),(5,10,228,0,0),(5,10,229,0,1),(5,10,230,0,0),(5,10,231,0,0),(5,9,232,0,0),(5,9,233,0,0),(5,9,234,0,0),(5,9,235,0,0),(5,9,236,0,0),(5,9,237,0,0),(5,9,238,0,0),(5,9,239,0,0),(5,9,240,0,0),(5,9,241,0,0),(5,9,242,0,0),(5,9,243,0,0),(5,9,244,0,1),(5,9,245,0,1),(5,9,246,0,0),(5,9,247,0,0),(5,9,248,0,0),(5,9,249,0,0),(5,9,250,0,0),(5,9,251,0,0),(5,9,252,0,0),(5,9,253,0,0),(5,9,254,0,0),(5,9,255,0,0),(5,16,256,0,0),(5,16,257,0,0),(5,16,258,0,0),(5,16,259,0,0),(5,16,260,0,0),(5,16,261,0,0),(5,16,262,0,0),(5,16,263,0,0),(5,16,264,0,0),(5,16,265,0,0),(5,16,266,0,0),(5,16,267,0,0),(5,16,268,0,0),(5,16,269,0,0),(5,16,270,0,1),(5,16,271,0,1),(5,16,272,0,0),(5,16,273,0,0),(5,16,274,0,0),(5,16,275,0,0),(5,16,276,0,0),(5,16,277,0,0),(5,16,278,0,0),(5,29,475,0,0),(5,29,479,0,0),(5,29,480,0,0),(5,29,481,0,0),(5,29,482,0,0),(5,29,489,0,0),(5,29,490,0,0),(5,29,491,0,0),(5,29,492,0,0),(5,29,493,0,0),(5,29,494,0,0),(5,29,495,0,0),(5,29,496,0,0),(5,29,497,0,0),(5,29,498,0,0),(5,29,499,0,0),(5,29,504,0,0),(5,29,505,0,0),(5,29,506,0,0),(5,29,507,0,0),(5,29,510,0,0),(5,10,520,0,0),(5,10,521,0,0),(5,10,522,0,0),(5,10,523,0,0),(5,10,524,0,0),(5,10,525,0,0),(5,37,570,0,0),(5,37,571,0,0),(5,37,572,0,0),(5,37,573,0,0),(5,37,574,0,0),(5,37,575,0,0),(5,37,576,0,0),(5,37,577,0,0),(5,37,578,0,0),(5,37,579,0,0),(5,37,580,0,0),(5,37,581,0,0),(5,37,582,0,0),(5,37,583,0,0),(5,37,584,0,1),(5,37,585,0,1),(5,37,586,0,1),(5,29,587,0,0),(5,38,588,0,0),(5,38,589,0,0),(5,38,590,0,1),(5,38,591,0,1),(5,38,592,0,0),(5,38,593,0,1),(5,38,594,0,0),(5,38,595,0,1),(5,40,596,0,0),(5,40,597,0,0),(5,40,598,0,0),(5,40,599,0,0),(5,40,600,0,0),(5,40,601,0,0),(5,40,602,0,1),(5,40,603,0,1),(5,40,604,0,0),(5,40,605,0,0),(5,40,606,0,1),(5,40,607,0,0),(5,40,608,0,0),(5,41,609,0,0),(5,41,610,0,0),(5,41,611,0,0),(5,41,612,0,0),(5,41,613,0,0),(5,41,614,0,0),(5,41,615,0,0),(5,41,616,0,0),(5,41,617,0,0),(5,41,618,0,0),(5,41,619,0,0),(5,41,620,0,1),(5,41,621,0,1),(5,41,622,0,0),(5,41,623,0,0),(5,41,624,0,1),(5,41,625,0,0),(5,41,626,0,0),(5,42,627,0,0),(5,42,628,0,0),(5,42,629,0,0),(5,42,630,0,0),(5,42,631,0,0),(5,42,632,0,0),(5,42,633,0,0),(5,42,634,0,0),(5,42,635,0,0),(5,42,636,0,0),(5,42,637,0,0),(5,42,638,0,0),(5,42,639,0,0),(5,42,640,0,1),(5,42,641,0,1),(5,42,642,0,0),(5,42,643,0,0),(5,42,644,0,1),(5,42,645,0,0),(5,42,646,0,0),(5,41,713,0,0),(5,38,714,0,0),(5,4,724,0,1),(5,38,733,0,0),(5,38,734,0,0),(5,13,741,0,0),(5,14,772,0,0),(5,38,786,0,0),(5,38,787,0,0),(5,38,788,0,0),(5,4,790,0,1),(5,9,794,0,1),(5,10,795,0,1),(5,13,796,0,1),(5,14,797,0,1),(5,16,799,0,1),(5,10,807,0,0),(5,4,809,0,0),(5,9,813,0,0),(5,10,814,0,0),(5,13,815,0,0),(5,14,816,0,0),(5,16,818,0,1),(5,4,827,0,0),(5,9,831,0,0),(5,10,832,0,0),(5,13,833,0,0),(5,14,834,0,0),(5,16,836,0,1),(5,42,848,0,1),(5,42,849,0,0),(5,29,850,0,0),(5,50,851,0,0),(5,50,852,0,0),(5,50,853,0,1),(5,50,854,0,1),(5,50,855,0,1),(5,50,856,0,1),(5,50,857,0,1),(5,50,858,0,1),(5,50,859,0,0),(5,50,860,0,1),(5,50,861,0,1),(5,50,862,0,0),(5,50,863,0,1),(5,50,864,0,0),(5,50,865,0,0),(5,51,866,0,0),(5,51,867,0,0),(5,51,868,0,0),(5,51,869,0,0),(5,51,870,0,0),(5,51,871,0,0),(5,51,872,0,0),(5,51,873,0,0),(5,51,874,0,0),(5,51,875,0,0),(5,51,876,0,1),(5,51,877,0,1),(5,51,878,0,0),(5,51,879,0,1),(5,51,880,0,0),(5,51,881,0,0),(5,52,882,0,0),(5,52,883,0,0),(5,52,884,0,0),(5,52,885,0,0),(5,52,886,0,0),(5,52,887,0,1),(5,52,888,0,1),(5,52,889,0,0),(5,52,890,0,1),(5,52,891,0,0),(5,52,892,0,0),(5,53,893,0,0),(5,53,894,0,0),(5,53,895,0,0),(5,53,896,0,0),(5,53,897,0,0),(5,53,898,0,0),(5,53,899,0,0),(5,53,900,0,0),(5,53,901,0,1),(5,53,902,0,1),(5,53,903,0,0),(5,53,904,0,1),(5,53,905,0,0),(5,53,906,0,0),(5,4,907,0,0),(5,4,908,0,0),(5,4,909,0,0),(5,4,910,0,0),(5,4,911,0,0),(5,4,913,0,0),(5,13,914,0,0),(5,13,915,0,0),(5,13,916,0,0),(5,13,917,0,0),(5,13,918,0,0),(5,13,919,0,0),(5,13,920,0,0),(5,13,921,0,0),(5,13,922,0,0),(5,54,923,0,0),(5,54,924,0,0),(5,54,925,0,0),(5,54,926,0,0),(5,54,927,0,0),(5,54,928,0,0),(5,54,929,0,0),(5,54,930,0,0),(5,54,931,0,0),(5,54,932,0,0),(5,54,933,0,0),(5,54,934,0,0),(5,55,935,0,0),(5,55,936,0,0),(5,55,937,0,0),(5,55,938,0,0),(5,55,939,0,0),(5,55,940,0,0),(5,55,941,0,0),(5,55,942,0,0),(5,55,943,0,0),(5,55,944,0,0),(5,55,945,0,0),(5,29,946,0,0),(5,56,947,0,0),(5,56,948,0,0),(5,56,949,0,0),(5,56,950,0,0),(5,56,951,0,0),(5,56,952,0,0),(5,56,953,0,0),(5,56,954,0,0),(5,53,955,0,0),(5,53,956,0,0),(5,53,957,0,0),(5,53,958,0,0),(5,53,959,0,0),(5,54,960,0,0),(5,51,961,0,0),(5,51,962,0,0),(5,14,963,0,0),(5,14,964,0,0),(5,14,965,0,0),(5,57,966,0,0),(5,57,967,0,0),(5,57,968,0,0),(5,57,969,0,0),(5,57,970,0,0),(5,57,971,0,0),(5,57,972,0,0),(5,57,973,0,0),(5,57,974,0,0),(5,57,975,0,0),(5,57,976,0,0),(5,57,977,0,0),(5,57,978,0,0),(5,58,979,0,0),(5,58,980,0,0),(5,58,981,0,0),(5,58,982,0,0),(5,58,983,0,0),(5,58,984,0,0),(5,58,985,0,0),(5,58,986,0,0),(5,58,987,0,0),(5,58,988,0,0),(5,58,989,0,0),(5,58,990,0,0),(5,58,991,0,0),(5,58,992,0,0),(5,58,993,0,0),(5,59,994,0,0),(5,59,995,0,0),(5,59,996,0,0),(5,59,997,0,0),(5,59,998,0,0),(5,59,999,0,0),(5,59,1000,0,0),(5,59,1001,0,0),(5,59,1002,0,0),(5,59,1003,0,0),(5,14,1004,0,0),(5,50,1005,0,0),(5,51,1006,0,0),(5,54,1007,0,0),(5,60,1008,0,0),(5,60,1009,0,0),(5,60,1010,0,0),(5,60,1011,0,0),(5,60,1012,0,0),(5,60,1013,0,0),(5,60,1014,0,0),(5,60,1015,0,0),(5,60,1016,0,0),(5,60,1017,0,0),(5,60,1018,0,0),(5,60,1019,0,0),(5,60,1020,0,0),(5,60,1021,0,0),(5,60,1022,0,0),(5,60,1023,0,0),(5,60,1024,0,0),(5,60,1025,0,0),(5,60,1026,0,0),(5,60,1027,0,0),(5,61,1028,0,0),(5,61,1029,0,0),(5,61,1030,0,0),(5,61,1031,0,0),(5,61,1032,0,0),(5,61,1033,0,0),(5,61,1034,0,0),(5,61,1035,0,0),(5,61,1036,0,0),(5,61,1037,0,0),(5,61,1038,0,0),(5,61,1039,0,0),(5,61,1040,0,0),(5,61,1041,0,0),(5,61,1042,0,0),(5,61,1043,0,0),(5,61,1044,0,0),(5,61,1045,0,0),(5,62,1046,0,0),(5,62,1047,0,0),(5,62,1048,0,0),(5,62,1049,0,0),(5,62,1050,0,0),(5,62,1051,0,0),(5,62,1052,0,0),(5,62,1053,0,0),(5,62,1054,0,0),(5,62,1055,0,0),(5,54,1056,0,0),(5,51,1057,0,0),(5,63,1058,0,0),(5,63,1059,0,0),(5,63,1060,0,0),(5,63,1061,0,0),(5,63,1062,0,0),(5,63,1063,0,0),(5,63,1064,0,0),(5,63,1065,0,0),(5,63,1066,0,0),(5,63,1067,0,0),(5,63,1068,0,0),(5,63,1069,0,0),(5,63,1070,0,0),(5,63,1071,0,0),(5,63,1072,0,0),(5,63,1073,0,0),(5,54,1074,0,0),(5,54,1075,0,0),(5,63,1076,0,0),(5,51,1077,0,0),(5,51,1078,0,0),(5,54,1079,0,0),(5,54,1080,0,0),(5,54,1081,0,0),(5,54,1082,0,0),(5,54,1083,0,0),(5,54,1084,0,0),(5,54,1085,0,0),(5,54,1086,0,0),(5,60,1087,0,0),(5,60,1088,0,0),(5,60,1089,0,0),(5,60,1090,0,0),(5,60,1091,0,0),(5,60,1092,0,0),(5,13,1093,0,0),(5,13,1094,0,0),(5,13,1095,0,0),(5,13,1096,0,0),(5,13,1097,0,0),(5,13,1098,0,0),(5,13,1099,0,0),(5,64,1100,0,0),(5,64,1101,0,0),(5,64,1102,0,0),(5,64,1103,0,0),(5,64,1104,0,0),(5,64,1105,0,0),(5,64,1106,0,0),(5,64,1107,0,0),(5,64,1108,0,0),(5,64,1109,0,0),(5,64,1110,0,0),(5,64,1111,0,0),(5,64,1112,0,0),(5,64,1113,0,0),(5,65,1114,0,0),(5,65,1115,0,0),(5,65,1116,0,0),(5,65,1117,0,0),(5,65,1118,0,0),(5,65,1119,0,0),(5,65,1120,0,0),(5,66,1121,0,0),(5,66,1122,0,0),(5,66,1123,0,0),(5,66,1124,0,0),(5,66,1125,0,0),(5,66,1126,0,0),(5,66,1127,0,0),(5,66,1128,0,0),(5,66,1129,0,0),(5,66,1130,0,0),(5,66,1131,0,0),(5,67,1132,0,0),(5,67,1133,0,0),(5,67,1134,0,0),(5,67,1135,0,0),(5,67,1136,0,0),(5,67,1137,0,0),(5,67,1138,0,0),(5,67,1139,0,0),(5,67,1140,0,0),(5,67,1141,0,0),(5,67,1142,0,0),(5,68,1143,0,0),(5,68,1144,0,0),(5,68,1145,0,0),(5,68,1146,0,0),(5,68,1147,0,0),(5,68,1148,0,0),(5,68,1149,0,0),(5,68,1150,0,0),(5,68,1151,0,0),(5,68,1152,0,0),(5,68,1153,0,0),(5,68,1154,0,0),(5,68,1155,0,0),(5,68,1156,0,0),(5,68,1157,0,0),(5,68,1158,0,0),(5,68,1159,0,0),(5,69,1160,0,0),(5,69,1161,0,0),(5,69,1162,0,0),(5,69,1163,0,0),(5,69,1164,0,0),(5,69,1165,0,0),(5,69,1166,0,0),(5,69,1167,0,0),(5,69,1168,0,0),(5,69,1169,0,0),(5,69,1170,0,0),(5,69,1171,0,0),(5,69,1172,0,0),(5,69,1173,0,0),(5,69,1174,0,0),(5,69,1175,0,0),(5,69,1176,0,0),(5,69,1177,0,0),(5,69,1178,0,0),(5,69,1179,0,0),(5,69,1180,0,0),(5,69,1181,0,0),(5,69,1182,0,0),(5,69,1183,0,0),(5,69,1184,0,0),(5,69,1185,0,0),(5,69,1186,0,0),(5,69,1187,0,0),(5,69,1188,0,0),(5,69,1189,0,0),(5,69,1190,0,0),(5,69,1191,0,0),(5,69,1192,0,0),(5,69,1193,0,0),(5,69,1194,0,0),(5,69,1195,0,0),(5,69,1196,0,0),(5,69,1197,0,0),(5,69,1198,0,0),(5,69,1199,0,0),(5,69,1200,0,0),(5,69,1201,0,0),(5,69,1202,0,0),(5,69,1203,0,0),(5,69,1204,0,0),(5,70,1205,0,0),(5,70,1206,0,0),(5,70,1207,0,0),(5,70,1208,0,0),(5,70,1209,0,0),(5,70,1210,0,0),(5,70,1211,0,0),(5,70,1212,0,0),(5,70,1213,0,0),(5,70,1214,0,0),(5,70,1215,0,0),(5,54,1216,0,0),(5,70,1217,0,0),(5,70,1218,0,0),(5,70,1219,0,0),(5,70,1220,0,0),(5,70,1221,0,0),(5,70,1222,0,0),(5,70,1223,0,0),(6,4,66,0,0),(6,4,67,0,0),(6,4,68,0,0),(6,4,69,0,0),(6,4,70,0,0),(6,4,71,0,0),(6,4,72,0,0),(6,4,73,0,0),(6,4,74,0,0),(6,4,75,0,0),(6,4,76,0,0),(6,4,77,0,0),(6,4,78,0,0),(6,4,79,0,0),(6,4,80,0,0),(6,4,81,0,0),(6,4,82,0,0),(6,4,83,0,0),(6,4,84,0,0),(6,4,85,0,0),(6,4,86,0,0),(6,4,87,0,0),(6,4,88,0,0),(6,4,89,0,0),(6,4,90,0,1),(6,4,91,0,1),(6,4,92,0,0),(6,4,93,0,0),(6,4,94,0,0),(6,4,95,0,0),(6,4,96,0,0),(6,4,97,0,0),(6,4,98,0,0),(6,4,99,0,0),(6,4,100,0,0),(6,4,101,0,0),(6,4,102,0,0),(6,4,103,0,0),(6,4,104,0,0),(6,4,105,0,0),(6,4,106,0,0),(6,4,107,0,0),(6,4,108,0,0),(6,4,109,0,0),(6,13,155,0,0),(6,13,156,0,0),(6,13,157,0,0),(6,13,158,0,0),(6,13,159,0,0),(6,13,160,0,0),(6,13,161,0,0),(6,13,162,0,0),(6,13,164,0,0),(6,13,165,0,0),(6,13,166,0,1),(6,13,167,0,1),(6,13,168,0,0),(6,13,169,0,0),(6,13,170,0,0),(6,13,171,0,0),(6,13,172,0,0),(6,14,174,0,0),(6,14,175,0,0),(6,14,176,0,0),(6,14,177,0,0),(6,14,178,0,0),(6,14,179,0,0),(6,14,180,0,0),(6,14,181,0,0),(6,14,182,0,0),(6,14,183,0,0),(6,14,184,0,0),(6,14,185,0,0),(6,14,186,0,0),(6,14,187,0,0),(6,14,188,0,0),(6,14,189,0,0),(6,14,190,0,0),(6,14,191,0,1),(6,14,192,0,1),(6,14,193,0,0),(6,14,194,0,0),(6,14,195,0,0),(6,14,197,0,0),(6,14,198,0,0),(6,14,199,0,0),(6,14,200,0,0),(6,14,201,0,0),(6,14,202,0,0),(6,14,203,0,0),(6,14,204,0,0),(6,10,220,0,0),(6,10,221,0,0),(6,10,222,0,0),(6,10,223,0,0),(6,10,224,0,0),(6,10,225,0,0),(6,10,226,0,0),(6,10,227,0,0),(6,10,228,0,0),(6,10,229,0,1),(6,10,230,0,0),(6,10,231,0,0),(6,9,232,0,0),(6,9,233,0,0),(6,9,234,0,0),(6,9,235,0,0),(6,9,236,0,0),(6,9,237,0,0),(6,9,238,0,0),(6,9,239,0,0),(6,9,240,0,0),(6,9,241,0,0),(6,9,242,0,0),(6,9,243,0,0),(6,9,244,0,1),(6,9,245,0,1),(6,9,246,0,0),(6,9,247,0,0),(6,9,248,0,0),(6,9,249,0,0),(6,9,250,0,0),(6,9,251,0,0),(6,9,252,0,0),(6,9,253,0,0),(6,9,254,0,0),(6,9,255,0,0),(6,16,256,0,0),(6,16,257,0,0),(6,16,258,0,0),(6,16,259,0,0),(6,16,260,0,0),(6,16,261,0,0),(6,16,262,0,0),(6,16,263,0,0),(6,16,264,0,0),(6,16,265,0,0),(6,16,266,0,0),(6,16,267,0,0),(6,16,268,0,0),(6,16,269,0,0),(6,16,270,0,1),(6,16,271,0,1),(6,16,272,0,0),(6,16,273,0,0),(6,16,274,0,0),(6,16,275,0,0),(6,16,276,0,0),(6,16,277,0,0),(6,16,278,0,0),(6,29,475,0,0),(6,29,479,0,0),(6,29,480,0,0),(6,29,481,0,0),(6,29,482,0,0),(6,29,489,0,0),(6,29,490,0,0),(6,29,491,0,0),(6,29,492,0,0),(6,29,493,0,0),(6,29,494,0,0),(6,29,495,0,0),(6,29,496,0,0),(6,29,497,0,0),(6,29,498,0,0),(6,29,499,0,0),(6,29,504,0,0),(6,29,505,0,0),(6,29,506,0,0),(6,29,507,0,0),(6,29,510,0,0),(6,10,520,0,0),(6,10,521,0,0),(6,10,522,0,0),(6,10,523,0,0),(6,10,524,0,0),(6,10,525,0,0),(6,29,587,0,0),(6,38,588,0,0),(6,38,589,0,0),(6,38,590,0,1),(6,38,591,0,1),(6,38,592,0,0),(6,38,593,0,1),(6,38,594,0,0),(6,38,595,0,1),(6,40,596,0,0),(6,40,597,0,0),(6,40,598,0,0),(6,40,599,0,0),(6,40,600,0,0),(6,40,601,0,0),(6,40,602,0,1),(6,40,603,0,1),(6,40,604,0,0),(6,40,605,0,0),(6,40,606,0,1),(6,40,607,0,0),(6,40,608,0,0),(6,41,609,0,0),(6,41,610,0,0),(6,41,611,0,0),(6,41,612,0,0),(6,41,613,0,0),(6,41,614,0,0),(6,41,615,0,0),(6,41,616,0,0),(6,41,617,0,0),(6,41,618,0,0),(6,41,619,0,0),(6,41,620,0,1),(6,41,621,0,1),(6,41,622,0,0),(6,41,623,0,0),(6,41,624,0,1),(6,41,625,0,0),(6,41,626,0,0),(6,42,627,0,0),(6,42,628,0,0),(6,42,629,0,0),(6,42,630,0,0),(6,42,631,0,0),(6,42,632,0,0),(6,42,633,0,0),(6,42,634,0,0),(6,42,635,0,0),(6,42,636,0,0),(6,42,637,0,0),(6,42,638,0,0),(6,42,639,0,0),(6,42,640,0,1),(6,42,641,0,1),(6,42,642,0,0),(6,42,643,0,0),(6,42,644,0,1),(6,42,645,0,0),(6,42,646,0,0),(6,41,713,0,0),(6,38,714,0,0),(6,4,724,0,1),(6,38,733,0,0),(6,38,734,0,0),(6,13,741,0,0),(6,14,772,0,0),(6,38,786,0,0),(6,38,787,0,0),(6,38,788,0,0),(6,4,790,0,1),(6,9,794,0,1),(6,10,795,0,1),(6,13,796,0,1),(6,14,797,0,1),(6,16,799,0,1),(6,10,807,0,0),(6,4,809,0,0),(6,9,813,0,0),(6,10,814,0,0),(6,13,815,0,0),(6,14,816,0,0),(6,16,818,0,1),(6,4,827,0,0),(6,9,831,0,0),(6,10,832,0,0),(6,13,833,0,0),(6,14,834,0,0),(6,16,836,0,1),(6,42,848,0,1),(6,42,849,0,0),(6,29,850,0,0),(6,50,851,0,0),(6,50,852,0,0),(6,50,853,0,1),(6,50,854,0,0),(6,50,855,0,1),(6,50,857,0,0),(6,50,858,0,0),(6,50,859,0,0),(6,50,860,0,1),(6,50,861,0,1),(6,50,862,0,0),(6,50,863,0,1),(6,50,864,0,0),(6,50,865,0,0),(6,51,866,0,0),(6,51,867,0,0),(6,51,868,0,0),(6,51,869,0,0),(6,51,870,0,0),(6,51,871,0,0),(6,51,872,0,0),(6,51,873,0,0),(6,51,874,0,0),(6,51,875,0,0),(6,51,876,0,1),(6,51,877,0,1),(6,51,878,0,0),(6,51,879,0,1),(6,51,880,0,0),(6,51,881,0,0),(6,52,882,0,0),(6,52,883,0,0),(6,52,884,0,0),(6,52,885,0,0),(6,52,886,0,0),(6,52,887,0,1),(6,52,888,0,1),(6,52,889,0,0),(6,52,890,0,1),(6,52,891,0,0),(6,52,892,0,0),(6,53,893,0,0),(6,53,894,0,0),(6,53,895,0,0),(6,53,896,0,0),(6,53,897,0,0),(6,53,898,0,0),(6,53,899,0,0),(6,53,900,0,0),(6,53,901,0,1),(6,53,902,0,1),(6,53,903,0,0),(6,53,904,0,1),(6,53,905,0,0),(6,53,906,0,0),(6,4,907,0,0),(6,4,908,0,0),(6,4,909,0,0),(6,4,910,0,0),(6,4,911,0,0),(6,4,913,0,0),(6,13,914,0,0),(6,13,915,0,0),(6,13,916,0,0),(6,13,917,0,0),(6,13,918,0,0),(6,13,919,0,0),(6,13,920,0,0),(6,13,921,0,0),(6,13,922,0,0),(6,54,923,0,0),(6,54,924,0,0),(6,54,925,0,0),(6,54,926,0,0),(6,54,927,0,0),(6,54,928,0,0),(6,54,929,0,1),(6,54,930,0,1),(6,54,931,0,0),(6,54,932,0,1),(6,54,933,0,0),(6,54,934,0,0),(6,55,935,0,0),(6,55,936,0,0),(6,55,937,0,0),(6,55,938,0,0),(6,55,939,0,0),(6,55,940,0,1),(6,55,941,0,1),(6,55,942,0,0),(6,55,943,0,1),(6,55,944,0,0),(6,55,945,0,0),(6,29,946,0,0),(6,56,947,0,0),(6,56,948,0,0),(6,56,949,0,1),(6,56,950,0,1),(6,56,951,0,0),(6,56,952,0,1),(6,56,953,0,0),(6,56,954,0,0),(6,53,955,0,0),(6,53,956,0,0),(6,53,957,0,0),(6,53,958,0,0),(6,53,959,0,0),(6,54,960,0,0),(6,51,961,0,0),(6,51,962,0,0),(6,14,963,0,0),(6,14,964,0,0),(6,14,965,0,0),(6,57,966,0,0),(6,57,967,0,0),(6,57,968,0,0),(6,57,969,0,0),(6,57,970,0,0),(6,57,971,0,0),(6,57,972,0,0),(6,57,973,0,0),(6,57,974,0,0),(6,57,975,0,0),(6,57,976,0,0),(6,57,977,0,0),(6,57,978,0,0),(6,58,979,0,0),(6,58,980,0,0),(6,58,981,0,0),(6,58,982,0,0),(6,58,983,0,0),(6,58,984,0,0),(6,58,985,0,0),(6,58,986,0,0),(6,58,987,0,0),(6,58,988,0,0),(6,58,989,0,0),(6,58,990,0,0),(6,58,991,0,0),(6,58,992,0,0),(6,58,993,0,0),(6,59,994,0,0),(6,59,995,0,0),(6,59,996,0,0),(6,59,997,0,0),(6,59,998,0,0),(6,59,999,0,0),(6,59,1000,0,0),(6,59,1001,0,0),(6,59,1002,0,0),(6,59,1003,0,0),(6,14,1004,0,0),(6,50,1005,0,0),(6,51,1006,0,0),(6,54,1007,0,0),(6,60,1008,0,0),(6,60,1009,0,0),(6,60,1010,0,0),(6,60,1011,0,0),(6,60,1012,0,0),(6,60,1013,0,0),(6,60,1014,0,0),(6,60,1015,0,0),(6,60,1016,0,0),(6,60,1017,0,0),(6,60,1018,0,0),(6,60,1019,0,0),(6,60,1020,0,0),(6,60,1021,0,0),(6,60,1022,0,0),(6,60,1023,0,0),(6,60,1024,0,0),(6,60,1025,0,0),(6,60,1026,0,0),(6,60,1027,0,0),(6,61,1028,0,0),(6,61,1029,0,0),(6,61,1030,0,0),(6,61,1031,0,0),(6,61,1032,0,0),(6,61,1033,0,0),(6,61,1034,0,0),(6,61,1035,0,0),(6,61,1036,0,0),(6,61,1037,0,0),(6,61,1038,0,0),(6,61,1039,0,0),(6,61,1040,0,0),(6,61,1041,0,0),(6,61,1042,0,0),(6,61,1043,0,0),(6,61,1044,0,0),(6,61,1045,0,0),(6,62,1046,0,0),(6,62,1047,0,0),(6,62,1048,0,0),(6,62,1049,0,0),(6,62,1050,0,0),(6,62,1051,0,0),(6,62,1052,0,0),(6,62,1053,0,0),(6,62,1054,0,0),(6,62,1055,0,0),(6,54,1056,0,0),(6,51,1057,0,0),(6,63,1058,0,0),(6,63,1059,0,0),(6,63,1060,0,0),(6,63,1061,0,0),(6,63,1062,0,0),(6,63,1063,0,0),(6,63,1064,0,0),(6,63,1065,0,0),(6,63,1066,0,0),(6,63,1067,0,0),(6,63,1068,0,0),(6,63,1069,0,0),(6,63,1070,0,0),(6,63,1071,0,0),(6,63,1072,0,0),(6,63,1073,0,0),(6,54,1074,0,0),(6,54,1075,0,0),(6,63,1076,0,0),(6,51,1077,0,0),(6,51,1078,0,0),(6,54,1079,0,0),(6,54,1080,0,0),(6,54,1081,0,0),(6,54,1082,0,0),(6,54,1083,0,0),(6,54,1084,0,0),(6,54,1085,0,0),(6,54,1086,0,0),(6,60,1087,0,0),(6,60,1088,0,0),(6,60,1089,0,0),(6,60,1090,0,0),(6,60,1091,0,0),(6,60,1092,0,0),(6,13,1093,0,0),(6,13,1094,0,0),(6,13,1095,0,0),(6,13,1096,0,0),(6,13,1097,0,0),(6,13,1098,0,0),(6,13,1099,0,0),(6,64,1100,0,0),(6,64,1101,0,0),(6,64,1102,0,0),(6,64,1103,0,0),(6,64,1104,0,0),(6,64,1105,0,0),(6,64,1106,0,0),(6,64,1107,0,0),(6,64,1108,0,0),(6,64,1109,0,0),(6,64,1110,0,0),(6,64,1111,0,0),(6,64,1112,0,0),(6,64,1113,0,0),(6,65,1114,0,0),(6,65,1115,0,0),(6,65,1116,0,0),(6,65,1117,0,0),(6,65,1118,0,0),(6,65,1119,0,0),(6,65,1120,0,0),(6,66,1121,0,0),(6,66,1122,0,0),(6,66,1123,0,0),(6,66,1124,0,0),(6,66,1125,0,0),(6,66,1126,0,0),(6,66,1127,0,0),(6,66,1128,0,0),(6,66,1129,0,0),(6,66,1130,0,0),(6,66,1131,0,0),(6,67,1132,0,0),(6,67,1133,0,0),(6,67,1134,0,0),(6,67,1135,0,0),(6,67,1136,0,0),(6,67,1137,0,0),(6,67,1138,0,0),(6,67,1139,0,0),(6,67,1140,0,0),(6,67,1141,0,0),(6,67,1142,0,0),(6,68,1143,0,0),(6,68,1144,0,0),(6,68,1145,0,0),(6,68,1146,0,0),(6,68,1147,0,0),(6,68,1148,0,0),(6,68,1149,0,0),(6,68,1150,0,0),(6,68,1151,0,0),(6,68,1152,0,0),(6,68,1153,0,0),(6,68,1154,0,0),(6,68,1155,0,0),(6,68,1156,0,0),(6,68,1157,0,0),(6,68,1158,0,0),(6,68,1159,0,0),(6,69,1160,0,0),(6,69,1161,0,0),(6,69,1162,0,0),(6,69,1163,0,0),(6,69,1164,0,0),(6,69,1165,0,0),(6,69,1166,0,0),(6,69,1167,0,0),(6,69,1168,0,0),(6,69,1169,0,0),(6,69,1170,0,0),(6,69,1171,0,0),(6,69,1172,0,0),(6,69,1173,0,0),(6,69,1174,0,0),(6,69,1175,0,0),(6,69,1176,0,0),(6,69,1177,0,0),(6,69,1178,0,0),(6,69,1179,0,0),(6,69,1180,0,0),(6,69,1181,0,0),(6,69,1182,0,0),(6,69,1183,0,0),(6,69,1184,0,0),(6,69,1185,0,0),(6,69,1186,0,0),(6,69,1187,0,0),(6,69,1188,0,0),(6,69,1189,0,0),(6,69,1190,0,0),(6,69,1191,0,0),(6,69,1192,0,0),(6,69,1193,0,0),(6,69,1194,0,0),(6,69,1195,0,0),(6,69,1196,0,0),(6,69,1197,0,0),(6,69,1198,0,0),(6,69,1199,0,0),(6,69,1200,0,0),(6,69,1201,0,0),(6,69,1202,0,0),(6,69,1203,0,0),(6,69,1204,0,0),(6,70,1205,0,0),(6,70,1206,0,0),(6,70,1207,0,0),(6,70,1208,0,0),(6,70,1209,0,0),(6,70,1210,0,0),(6,70,1211,0,0),(6,70,1212,0,0),(6,70,1213,0,0),(6,70,1214,0,0),(6,70,1215,0,0),(6,54,1216,0,0),(6,70,1217,0,0),(6,70,1218,0,0),(6,70,1219,0,0),(6,70,1220,0,0),(6,70,1221,0,0),(6,70,1222,0,0),(6,70,1223,0,0),(7,4,66,0,0),(7,4,67,0,0),(7,4,68,0,0),(7,4,69,0,0),(7,4,70,0,0),(7,4,71,0,0),(7,4,72,0,0),(7,4,73,0,0),(7,4,74,0,0),(7,4,75,0,0),(7,4,76,0,0),(7,4,77,0,0),(7,4,78,0,0),(7,4,79,0,0),(7,4,80,0,0),(7,4,81,0,0),(7,4,82,0,0),(7,4,83,0,0),(7,4,84,0,0),(7,4,85,0,0),(7,4,86,0,0),(7,4,87,0,0),(7,4,88,0,0),(7,4,89,0,0),(7,4,90,0,1),(7,4,91,0,1),(7,4,92,0,0),(7,4,93,0,0),(7,4,94,0,0),(7,4,95,0,0),(7,4,96,0,0),(7,4,97,0,0),(7,4,98,0,0),(7,4,99,0,0),(7,4,100,0,0),(7,4,101,0,0),(7,4,102,0,0),(7,4,103,0,0),(7,4,104,0,0),(7,4,105,0,0),(7,4,106,0,0),(7,4,107,0,0),(7,4,108,0,0),(7,4,109,0,0),(7,13,155,0,0),(7,13,156,0,0),(7,13,157,0,0),(7,13,158,0,0),(7,13,159,0,0),(7,13,160,0,0),(7,13,161,0,0),(7,13,162,0,0),(7,13,164,0,0),(7,13,165,0,0),(7,13,166,0,1),(7,13,167,0,1),(7,13,168,0,0),(7,13,169,0,0),(7,13,170,0,0),(7,13,171,0,0),(7,13,172,0,0),(7,14,174,0,0),(7,14,175,0,0),(7,14,176,0,0),(7,14,177,0,0),(7,14,178,0,0),(7,14,179,0,0),(7,14,180,0,0),(7,14,181,0,0),(7,14,182,0,0),(7,14,183,0,0),(7,14,184,0,0),(7,14,185,0,0),(7,14,186,0,0),(7,14,187,0,0),(7,14,188,0,0),(7,14,189,0,0),(7,14,190,0,0),(7,14,191,0,1),(7,14,192,0,1),(7,14,193,0,0),(7,14,194,0,0),(7,14,195,0,0),(7,14,197,0,0),(7,14,198,0,0),(7,14,199,0,0),(7,14,200,0,0),(7,14,201,0,0),(7,14,202,0,0),(7,14,203,0,0),(7,14,204,0,0),(7,10,220,0,0),(7,10,221,0,0),(7,10,222,0,0),(7,10,223,0,0),(7,10,224,0,0),(7,10,225,0,0),(7,10,226,0,0),(7,10,227,0,0),(7,10,228,0,0),(7,10,229,0,1),(7,10,230,0,0),(7,10,231,0,0),(7,9,232,0,0),(7,9,233,0,0),(7,9,234,0,0),(7,9,235,0,0),(7,9,236,0,0),(7,9,237,0,0),(7,9,238,0,0),(7,9,239,0,0),(7,9,240,0,0),(7,9,241,0,0),(7,9,242,0,0),(7,9,243,0,0),(7,9,244,0,1),(7,9,245,0,1),(7,9,246,0,0),(7,9,247,0,0),(7,9,248,0,0),(7,9,249,0,0),(7,9,250,0,0),(7,9,251,0,0),(7,9,252,0,0),(7,9,253,0,0),(7,9,254,0,0),(7,9,255,0,0),(7,16,256,0,0),(7,16,257,0,0),(7,16,258,0,0),(7,16,259,0,0),(7,16,260,0,0),(7,16,261,0,0),(7,16,262,0,0),(7,16,263,0,0),(7,16,264,0,0),(7,16,265,0,0),(7,16,266,0,0),(7,16,267,0,0),(7,16,268,0,0),(7,16,269,0,0),(7,16,270,0,1),(7,16,271,0,1),(7,16,272,0,0),(7,16,273,0,0),(7,16,274,0,0),(7,16,275,0,0),(7,16,276,0,0),(7,16,277,0,0),(7,16,278,0,0),(7,29,475,0,0),(7,29,479,0,0),(7,29,480,0,0),(7,29,481,0,0),(7,29,482,0,0),(7,29,489,0,0),(7,29,490,0,0),(7,29,491,0,0),(7,29,492,0,0),(7,29,493,0,0),(7,29,494,0,0),(7,29,495,0,0),(7,29,496,0,0),(7,29,497,0,0),(7,29,498,0,0),(7,29,499,0,0),(7,29,504,0,0),(7,29,505,0,0),(7,29,506,0,0),(7,29,507,0,0),(7,29,510,0,0),(7,10,520,0,0),(7,10,521,0,0),(7,10,522,0,0),(7,10,523,0,0),(7,10,524,0,0),(7,10,525,0,0),(7,29,587,0,0),(7,38,588,0,0),(7,38,589,0,0),(7,38,590,0,1),(7,38,591,0,1),(7,38,592,0,0),(7,38,593,0,1),(7,38,594,0,0),(7,38,595,0,1),(7,40,596,0,0),(7,40,597,0,0),(7,40,598,0,0),(7,40,599,0,0),(7,40,600,0,0),(7,40,601,0,0),(7,40,602,0,1),(7,40,603,0,1),(7,40,604,0,0),(7,40,605,0,0),(7,40,606,0,1),(7,40,607,0,0),(7,40,608,0,0),(7,41,609,0,0),(7,41,610,0,0),(7,41,611,0,0),(7,41,612,0,0),(7,41,613,0,0),(7,41,614,0,0),(7,41,615,0,0),(7,41,616,0,0),(7,41,617,0,0),(7,41,618,0,0),(7,41,619,0,0),(7,41,620,0,1),(7,41,621,0,1),(7,41,622,0,0),(7,41,623,0,0),(7,41,624,0,1),(7,41,625,0,0),(7,41,626,0,0),(7,42,627,0,0),(7,42,628,0,0),(7,42,629,0,0),(7,42,630,0,0),(7,42,631,0,0),(7,42,632,0,0),(7,42,633,0,0),(7,42,634,0,0),(7,42,635,0,0),(7,42,636,0,0),(7,42,637,0,0),(7,42,638,0,0),(7,42,639,0,0),(7,42,640,0,1),(7,42,641,0,1),(7,42,642,0,0),(7,42,643,0,0),(7,42,644,0,1),(7,42,645,0,0),(7,42,646,0,0),(7,41,713,0,0),(7,38,714,0,0),(7,4,724,0,1),(7,38,733,0,0),(7,38,734,0,0),(7,13,741,0,0),(7,14,772,0,0),(7,38,786,0,0),(7,38,787,0,0),(7,38,788,0,0),(7,4,790,0,1),(7,9,794,0,1),(7,10,795,0,1),(7,13,796,0,1),(7,14,797,0,1),(7,16,799,0,1),(7,10,807,0,0),(7,4,809,0,0),(7,9,813,0,0),(7,10,814,0,0),(7,13,815,0,0),(7,14,816,0,0),(7,16,818,0,1),(7,4,827,0,0),(7,9,831,0,0),(7,10,832,0,0),(7,13,833,0,0),(7,14,834,0,0),(7,16,836,0,1),(7,42,848,0,1),(7,42,849,0,0),(7,29,850,0,0),(7,50,851,0,0),(7,50,852,0,0),(7,50,853,0,1),(7,50,854,0,0),(7,50,855,0,1),(7,50,857,0,0),(7,50,858,0,0),(7,50,859,0,0),(7,50,860,0,1),(7,50,861,0,1),(7,50,862,0,0),(7,50,863,0,1),(7,50,864,0,0),(7,50,865,0,0),(7,51,866,0,0),(7,51,867,0,0),(7,51,868,0,0),(7,51,869,0,0),(7,51,870,0,0),(7,51,871,0,0),(7,51,872,0,0),(7,51,873,0,0),(7,51,874,0,0),(7,51,875,0,0),(7,51,876,0,1),(7,51,877,0,1),(7,51,878,0,0),(7,51,879,0,1),(7,51,880,0,0),(7,51,881,0,0),(7,52,882,0,0),(7,52,883,0,0),(7,52,884,0,0),(7,52,885,0,0),(7,52,886,0,0),(7,52,887,0,1),(7,52,888,0,1),(7,52,889,0,0),(7,52,890,0,1),(7,52,891,0,0),(7,52,892,0,0),(7,53,893,0,0),(7,53,894,0,0),(7,53,895,0,0),(7,53,896,0,0),(7,53,897,0,0),(7,53,898,0,0),(7,53,899,0,0),(7,53,900,0,0),(7,53,901,0,1),(7,53,902,0,1),(7,53,903,0,0),(7,53,904,0,1),(7,53,905,0,0),(7,53,906,0,0),(7,4,907,0,0),(7,4,908,0,0),(7,4,909,0,0),(7,4,910,0,0),(7,4,911,0,0),(7,4,913,0,0),(7,13,914,0,0),(7,13,915,0,0),(7,13,916,0,0),(7,13,917,0,0),(7,13,918,0,0),(7,13,919,0,0),(7,13,920,0,0),(7,13,921,0,0),(7,13,922,0,0),(7,54,923,0,0),(7,54,924,0,0),(7,54,925,0,0),(7,54,926,0,0),(7,54,927,0,0),(7,54,928,0,0),(7,54,929,0,1),(7,54,930,0,1),(7,54,931,0,0),(7,54,932,0,1),(7,54,933,0,0),(7,54,934,0,0),(7,55,935,0,0),(7,55,936,0,0),(7,55,937,0,0),(7,55,938,0,0),(7,55,939,0,0),(7,55,940,0,1),(7,55,941,0,1),(7,55,942,0,0),(7,55,943,0,1),(7,55,944,0,0),(7,55,945,0,0),(7,29,946,0,0),(7,56,947,0,0),(7,56,948,0,0),(7,56,949,0,1),(7,56,950,0,1),(7,56,951,0,0),(7,56,952,0,1),(7,56,953,0,0),(7,56,954,0,0),(7,53,955,0,0),(7,53,956,0,0),(7,53,957,0,0),(7,53,958,0,0),(7,53,959,0,0),(7,54,960,0,0),(7,51,961,0,0),(7,51,962,0,0),(7,14,963,0,0),(7,14,964,0,0),(7,14,965,0,0),(7,57,966,0,0),(7,57,967,0,0),(7,57,968,0,0),(7,57,969,0,0),(7,57,970,0,0),(7,57,971,0,0),(7,57,972,0,0),(7,57,973,0,0),(7,57,974,0,0),(7,57,975,0,0),(7,57,976,0,0),(7,57,977,0,0),(7,57,978,0,0),(7,58,979,0,0),(7,58,980,0,0),(7,58,981,0,0),(7,58,982,0,0),(7,58,983,0,0),(7,58,984,0,0),(7,58,985,0,0),(7,58,986,0,0),(7,58,987,0,0),(7,58,988,0,0),(7,58,989,0,0),(7,58,990,0,0),(7,58,991,0,0),(7,58,992,0,0),(7,58,993,0,0),(7,59,994,0,0),(7,59,995,0,0),(7,59,996,0,0),(7,59,997,0,0),(7,59,998,0,0),(7,59,999,0,0),(7,59,1000,0,0),(7,59,1001,0,0),(7,59,1002,0,0),(7,59,1003,0,0),(7,14,1004,0,0),(7,50,1005,0,0),(7,51,1006,0,0),(7,54,1007,0,0),(7,60,1008,0,0),(7,60,1009,0,0),(7,60,1010,0,0),(7,60,1011,0,0),(7,60,1012,0,0),(7,60,1013,0,0),(7,60,1014,0,0),(7,60,1015,0,0),(7,60,1016,0,0),(7,60,1017,0,0),(7,60,1018,0,0),(7,60,1019,0,0),(7,60,1020,0,0),(7,60,1021,0,0),(7,60,1022,0,0),(7,60,1023,0,0),(7,60,1024,0,0),(7,60,1025,0,0),(7,60,1026,0,0),(7,60,1027,0,0),(7,61,1028,0,0),(7,61,1029,0,0),(7,61,1030,0,0),(7,61,1031,0,0),(7,61,1032,0,0),(7,61,1033,0,0),(7,61,1034,0,0),(7,61,1035,0,0),(7,61,1036,0,0),(7,61,1037,0,0),(7,61,1038,0,0),(7,61,1039,0,0),(7,61,1040,0,0),(7,61,1041,0,0),(7,61,1042,0,0),(7,61,1043,0,0),(7,61,1044,0,0),(7,61,1045,0,0),(7,62,1046,0,0),(7,62,1047,0,0),(7,62,1048,0,0),(7,62,1049,0,0),(7,62,1050,0,0),(7,62,1051,0,0),(7,62,1052,0,0),(7,62,1053,0,0),(7,62,1054,0,0),(7,62,1055,0,0),(7,54,1056,0,0),(7,51,1057,0,0),(7,63,1058,0,0),(7,63,1059,0,0),(7,63,1060,0,0),(7,63,1061,0,0),(7,63,1062,0,0),(7,63,1063,0,0),(7,63,1064,0,0),(7,63,1065,0,0),(7,63,1066,0,0),(7,63,1067,0,0),(7,63,1068,0,0),(7,63,1069,0,0),(7,63,1070,0,0),(7,63,1071,0,0),(7,63,1072,0,0),(7,63,1073,0,0),(7,54,1074,0,0),(7,54,1075,0,0),(7,63,1076,0,0),(7,51,1077,0,0),(7,51,1078,0,0),(7,54,1079,0,0),(7,54,1080,0,0),(7,54,1081,0,0),(7,54,1082,0,0),(7,54,1083,0,0),(7,54,1084,0,0),(7,54,1085,0,0),(7,54,1086,0,0),(7,60,1087,0,0),(7,60,1088,0,0),(7,60,1089,0,0),(7,60,1090,0,0),(7,60,1091,0,0),(7,60,1092,0,0),(7,13,1093,0,0),(7,13,1094,0,0),(7,13,1095,0,0),(7,13,1096,0,0),(7,13,1097,0,0),(7,13,1098,0,0),(7,13,1099,0,0),(7,64,1100,0,0),(7,64,1101,0,0),(7,64,1102,0,0),(7,64,1103,0,0),(7,64,1104,0,0),(7,64,1105,0,0),(7,64,1106,0,0),(7,64,1107,0,0),(7,64,1108,0,0),(7,64,1109,0,0),(7,64,1110,0,0),(7,64,1111,0,0),(7,64,1112,0,0),(7,64,1113,0,0),(7,65,1114,0,0),(7,65,1115,0,0),(7,65,1116,0,0),(7,65,1117,0,0),(7,65,1118,0,0),(7,65,1119,0,0),(7,65,1120,0,0),(7,66,1121,0,0),(7,66,1122,0,0),(7,66,1123,0,0),(7,66,1124,0,0),(7,66,1125,0,0),(7,66,1126,0,0),(7,66,1127,0,0),(7,66,1128,0,0),(7,66,1129,0,0),(7,66,1130,0,0),(7,66,1131,0,0),(7,67,1132,0,0),(7,67,1133,0,0),(7,67,1134,0,0),(7,67,1135,0,0),(7,67,1136,0,0),(7,67,1137,0,0),(7,67,1138,0,0),(7,67,1139,0,0),(7,67,1140,0,0),(7,67,1141,0,0),(7,67,1142,0,0),(7,68,1143,0,0),(7,68,1144,0,0),(7,68,1145,0,0),(7,68,1146,0,0),(7,68,1147,0,0),(7,68,1148,0,0),(7,68,1149,0,0),(7,68,1150,0,0),(7,68,1151,0,0),(7,68,1152,0,0),(7,68,1153,0,0),(7,68,1154,0,0),(7,68,1155,0,0),(7,68,1156,0,0),(7,68,1157,0,0),(7,68,1158,0,0),(7,68,1159,0,0),(7,69,1160,0,0),(7,69,1161,0,0),(7,69,1162,0,0),(7,69,1163,0,0),(7,69,1164,0,0),(7,69,1165,0,0),(7,69,1166,0,0),(7,69,1167,0,0),(7,69,1168,0,0),(7,69,1169,0,0),(7,69,1170,0,0),(7,69,1171,0,0),(7,69,1172,0,0),(7,69,1173,0,0),(7,69,1174,0,0),(7,69,1175,0,0),(7,69,1176,0,0),(7,69,1177,0,0),(7,69,1178,0,0),(7,69,1179,0,0),(7,69,1180,0,0),(7,69,1181,0,0),(7,69,1182,0,0),(7,69,1183,0,0),(7,69,1184,0,0),(7,69,1185,0,0),(7,69,1186,0,0),(7,69,1187,0,0),(7,69,1188,0,0),(7,69,1189,0,0),(7,69,1190,0,0),(7,69,1191,0,0),(7,69,1192,0,0),(7,69,1193,0,0),(7,69,1194,0,0),(7,69,1195,0,0),(7,69,1196,0,0),(7,69,1197,0,0),(7,69,1198,0,0),(7,69,1199,0,0),(7,69,1200,0,0),(7,69,1201,0,0),(7,69,1202,0,0),(7,69,1203,0,0),(7,69,1204,0,0),(7,70,1205,0,0),(7,70,1206,0,0),(7,70,1207,0,0),(7,70,1208,0,0),(7,70,1209,0,0),(7,70,1210,0,0),(7,70,1211,0,0),(7,70,1212,0,0),(7,70,1213,0,0),(7,70,1214,0,0),(7,70,1215,0,0),(7,54,1216,0,0),(7,70,1217,0,0),(7,70,1218,0,0),(7,70,1219,0,0),(7,70,1220,0,0),(7,70,1221,0,0),(7,70,1222,0,0),(7,70,1223,0,0),(8,4,66,0,0),(8,4,67,0,0),(8,4,68,0,0),(8,4,69,0,0),(8,4,70,0,0),(8,4,71,0,0),(8,4,72,0,0),(8,4,73,0,0),(8,4,74,0,0),(8,4,75,0,0),(8,4,76,0,0),(8,4,77,0,0),(8,4,78,0,0),(8,4,79,0,0),(8,4,80,0,0),(8,4,81,0,0),(8,4,82,0,0),(8,4,83,0,0),(8,4,84,0,0),(8,4,85,0,0),(8,4,86,0,0),(8,4,87,0,0),(8,4,88,0,0),(8,4,89,0,0),(8,4,90,0,1),(8,4,91,0,1),(8,4,92,0,0),(8,4,93,0,0),(8,4,94,0,0),(8,4,95,0,0),(8,4,96,0,0),(8,4,97,0,0),(8,4,98,0,0),(8,4,99,0,0),(8,4,100,0,0),(8,4,101,0,0),(8,4,102,0,0),(8,4,103,0,0),(8,4,104,0,0),(8,4,105,0,0),(8,4,106,0,0),(8,4,107,0,0),(8,4,108,0,0),(8,4,109,0,0),(8,13,155,0,0),(8,13,156,0,0),(8,13,157,0,0),(8,13,158,0,0),(8,13,159,0,0),(8,13,160,0,0),(8,13,161,0,0),(8,13,162,0,0),(8,13,164,0,0),(8,13,165,0,0),(8,13,166,0,1),(8,13,167,0,1),(8,13,168,0,0),(8,13,169,0,0),(8,13,170,0,0),(8,13,171,0,0),(8,13,172,0,0),(8,14,174,0,0),(8,14,175,0,0),(8,14,176,0,0),(8,14,177,0,0),(8,14,178,0,0),(8,14,179,0,0),(8,14,180,0,0),(8,14,181,0,0),(8,14,182,0,0),(8,14,183,0,0),(8,14,184,0,0),(8,14,185,0,0),(8,14,186,0,0),(8,14,187,0,0),(8,14,188,0,0),(8,14,189,0,0),(8,14,190,0,0),(8,14,191,0,1),(8,14,192,0,1),(8,14,193,0,0),(8,14,194,0,0),(8,14,195,0,0),(8,14,197,0,0),(8,14,198,0,0),(8,14,199,0,0),(8,14,200,0,0),(8,14,201,0,0),(8,14,202,0,0),(8,14,203,0,0),(8,14,204,0,0),(8,10,220,0,0),(8,10,221,0,0),(8,10,222,0,0),(8,10,223,0,0),(8,10,224,0,0),(8,10,225,0,0),(8,10,226,0,0),(8,10,227,0,0),(8,10,228,0,0),(8,10,229,0,1),(8,10,230,0,0),(8,10,231,0,0),(8,9,232,0,0),(8,9,233,0,0),(8,9,234,0,0),(8,9,235,0,0),(8,9,236,0,0),(8,9,237,0,0),(8,9,238,0,0),(8,9,239,0,0),(8,9,240,0,0),(8,9,241,0,0),(8,9,242,0,0),(8,9,243,0,0),(8,9,244,0,1),(8,9,245,0,1),(8,9,246,0,0),(8,9,247,0,0),(8,9,248,0,0),(8,9,249,0,0),(8,9,250,0,0),(8,9,251,0,0),(8,9,252,0,0),(8,9,253,0,0),(8,9,254,0,0),(8,9,255,0,0),(8,16,256,0,0),(8,16,257,0,0),(8,16,258,0,0),(8,16,259,0,0),(8,16,260,0,0),(8,16,261,0,0),(8,16,262,0,0),(8,16,263,0,0),(8,16,264,0,0),(8,16,265,0,0),(8,16,266,0,0),(8,16,267,0,0),(8,16,268,0,0),(8,16,269,0,0),(8,16,270,0,1),(8,16,271,0,1),(8,16,272,0,0),(8,16,273,0,0),(8,16,274,0,0),(8,16,275,0,0),(8,16,276,0,0),(8,16,277,0,0),(8,16,278,0,0),(8,29,475,0,0),(8,29,479,0,0),(8,29,480,0,0),(8,29,481,0,0),(8,29,482,0,0),(8,29,489,0,0),(8,29,490,0,0),(8,29,491,0,0),(8,29,492,0,0),(8,29,493,0,0),(8,29,494,0,0),(8,29,495,0,0),(8,29,496,0,0),(8,29,497,0,0),(8,29,498,0,0),(8,29,499,0,0),(8,29,504,0,0),(8,29,505,0,0),(8,29,506,0,0),(8,29,507,0,0),(8,29,510,0,0),(8,10,520,0,0),(8,10,521,0,0),(8,10,522,0,0),(8,10,523,0,0),(8,10,524,0,0),(8,10,525,0,0),(8,29,587,0,0),(8,38,588,0,0),(8,38,589,0,0),(8,38,590,0,1),(8,38,591,0,1),(8,38,592,0,0),(8,38,593,0,1),(8,38,594,0,0),(8,38,595,0,1),(8,40,596,0,0),(8,40,597,0,0),(8,40,598,0,0),(8,40,599,0,0),(8,40,600,0,0),(8,40,601,0,0),(8,40,602,0,1),(8,40,603,0,1),(8,40,604,0,0),(8,40,605,0,0),(8,40,606,0,1),(8,40,607,0,0),(8,40,608,0,0),(8,41,609,0,0),(8,41,610,0,0),(8,41,611,0,0),(8,41,612,0,0),(8,41,613,0,0),(8,41,614,0,0),(8,41,615,0,0),(8,41,616,0,0),(8,41,617,0,0),(8,41,618,0,0),(8,41,619,0,0),(8,41,620,0,1),(8,41,621,0,1),(8,41,622,0,0),(8,41,623,0,0),(8,41,624,0,1),(8,41,625,0,0),(8,41,626,0,0),(8,42,627,0,0),(8,42,628,0,0),(8,42,629,0,0),(8,42,630,0,0),(8,42,631,0,0),(8,42,632,0,0),(8,42,633,0,0),(8,42,634,0,0),(8,42,635,0,0),(8,42,636,0,0),(8,42,637,0,0),(8,42,638,0,0),(8,42,639,0,0),(8,42,640,0,1),(8,42,641,0,1),(8,42,642,0,0),(8,42,643,0,0),(8,42,644,0,1),(8,42,645,0,0),(8,42,646,0,0),(8,41,713,0,0),(8,38,714,0,0),(8,4,724,0,1),(8,38,733,0,0),(8,38,734,0,0),(8,13,741,0,0),(8,14,772,0,0),(8,38,786,0,0),(8,38,787,0,0),(8,38,788,0,0),(8,4,790,0,1),(8,9,794,0,1),(8,10,795,0,1),(8,13,796,0,1),(8,14,797,0,1),(8,16,799,0,1),(8,10,807,0,0),(8,4,809,0,0),(8,9,813,0,0),(8,10,814,0,0),(8,13,815,0,0),(8,14,816,0,0),(8,16,818,0,1),(8,4,827,0,0),(8,9,831,0,0),(8,10,832,0,0),(8,13,833,0,0),(8,14,834,0,0),(8,16,836,0,1),(8,42,848,0,1),(8,42,849,0,0),(8,29,850,0,0),(8,50,851,0,0),(8,50,852,0,0),(8,50,853,0,1),(8,50,854,0,0),(8,50,855,0,1),(8,50,857,0,0),(8,50,858,0,0),(8,50,859,0,0),(8,50,860,0,1),(8,50,861,0,1),(8,50,862,0,0),(8,50,863,0,1),(8,50,864,0,0),(8,50,865,0,0),(8,51,866,0,0),(8,51,867,0,0),(8,51,868,0,0),(8,51,869,0,0),(8,51,870,0,0),(8,51,871,0,0),(8,51,872,0,0),(8,51,873,0,0),(8,51,874,0,0),(8,51,875,0,0),(8,51,876,0,1),(8,51,877,0,1),(8,51,878,0,0),(8,51,879,0,1),(8,51,880,0,0),(8,51,881,0,0),(8,52,882,0,0),(8,52,883,0,0),(8,52,884,0,0),(8,52,885,0,0),(8,52,886,0,0),(8,52,887,0,1),(8,52,888,0,1),(8,52,889,0,0),(8,52,890,0,1),(8,52,891,0,0),(8,52,892,0,0),(8,53,893,0,0),(8,53,894,0,0),(8,53,895,0,0),(8,53,896,0,0),(8,53,897,0,0),(8,53,898,0,0),(8,53,899,0,0),(8,53,900,0,0),(8,53,901,0,1),(8,53,902,0,1),(8,53,903,0,0),(8,53,904,0,1),(8,53,905,0,0),(8,53,906,0,0),(8,4,907,0,0),(8,4,908,0,0),(8,4,909,0,0),(8,4,910,0,0),(8,4,911,0,0),(8,4,913,0,0),(8,13,914,0,0),(8,13,915,0,0),(8,13,916,0,0),(8,13,917,0,0),(8,13,918,0,0),(8,13,919,0,0),(8,13,920,0,0),(8,13,921,0,0),(8,13,922,0,0),(8,54,923,0,0),(8,54,924,0,0),(8,54,925,0,0),(8,54,926,0,0),(8,54,927,0,0),(8,54,928,0,0),(8,54,929,0,1),(8,54,930,0,1),(8,54,931,0,0),(8,54,932,0,1),(8,54,933,0,0),(8,54,934,0,0),(8,55,935,0,0),(8,55,936,0,0),(8,55,937,0,0),(8,55,938,0,0),(8,55,939,0,0),(8,55,940,0,1),(8,55,941,0,1),(8,55,942,0,0),(8,55,943,0,1),(8,55,944,0,0),(8,55,945,0,0),(8,29,946,0,0),(8,56,947,0,0),(8,56,948,0,0),(8,56,949,0,1),(8,56,950,0,1),(8,56,951,0,0),(8,56,952,0,1),(8,56,953,0,0),(8,56,954,0,0),(8,53,955,0,0),(8,53,956,0,0),(8,53,957,0,0),(8,53,958,0,0),(8,53,959,0,0),(8,54,960,0,0),(8,51,961,0,0),(8,51,962,0,0),(8,14,963,0,0),(8,14,964,0,0),(8,14,965,0,0),(8,57,966,0,0),(8,57,967,0,0),(8,57,968,0,0),(8,57,969,0,0),(8,57,970,0,0),(8,57,971,0,0),(8,57,972,0,0),(8,57,973,0,1),(8,57,974,0,1),(8,57,975,0,0),(8,57,976,0,1),(8,57,977,0,0),(8,57,978,0,0),(8,58,979,0,0),(8,58,980,0,0),(8,58,981,0,0),(8,58,982,0,0),(8,58,983,0,0),(8,58,984,0,0),(8,58,985,0,0),(8,58,986,0,0),(8,58,987,0,0),(8,58,988,0,1),(8,58,989,0,1),(8,58,990,0,0),(8,58,991,0,1),(8,58,992,0,0),(8,58,993,0,0),(8,59,994,0,0),(8,59,995,0,0),(8,59,996,0,0),(8,59,997,0,0),(8,59,998,0,1),(8,59,999,0,1),(8,59,1000,0,0),(8,59,1001,0,1),(8,59,1002,0,0),(8,59,1003,0,0),(8,14,1004,0,0),(8,50,1005,0,0),(8,51,1006,0,0),(8,54,1007,0,0),(8,60,1008,0,0),(8,60,1009,0,0),(8,60,1010,0,0),(8,60,1011,0,0),(8,60,1012,0,0),(8,60,1013,0,0),(8,60,1014,0,0),(8,60,1015,0,0),(8,60,1016,0,0),(8,60,1017,0,0),(8,60,1018,0,0),(8,60,1019,0,0),(8,60,1020,0,0),(8,60,1021,0,0),(8,60,1022,0,0),(8,60,1023,0,0),(8,60,1024,0,0),(8,60,1025,0,0),(8,60,1026,0,0),(8,60,1027,0,0),(8,61,1028,0,0),(8,61,1029,0,0),(8,61,1030,0,0),(8,61,1031,0,0),(8,61,1032,0,0),(8,61,1033,0,0),(8,61,1034,0,0),(8,61,1035,0,0),(8,61,1036,0,0),(8,61,1037,0,0),(8,61,1038,0,0),(8,61,1039,0,0),(8,61,1040,0,0),(8,61,1041,0,0),(8,61,1042,0,0),(8,61,1043,0,0),(8,61,1044,0,0),(8,61,1045,0,0),(8,62,1046,0,0),(8,62,1047,0,0),(8,62,1048,0,0),(8,62,1049,0,0),(8,62,1050,0,0),(8,62,1051,0,0),(8,62,1052,0,0),(8,62,1053,0,0),(8,62,1054,0,0),(8,62,1055,0,0),(8,54,1056,0,0),(8,51,1057,0,0),(8,63,1058,0,0),(8,63,1059,0,0),(8,63,1060,0,0),(8,63,1061,0,0),(8,63,1062,0,0),(8,63,1063,0,0),(8,63,1064,0,0),(8,63,1065,0,0),(8,63,1066,0,0),(8,63,1067,0,0),(8,63,1068,0,0),(8,63,1069,0,0),(8,63,1070,0,0),(8,63,1071,0,0),(8,63,1072,0,0),(8,63,1073,0,0),(8,54,1074,0,0),(8,54,1075,0,0),(8,63,1076,0,0),(8,51,1077,0,0),(8,51,1078,0,0),(8,54,1079,0,0),(8,54,1080,0,0),(8,54,1081,0,0),(8,54,1082,0,0),(8,54,1083,0,0),(8,54,1084,0,0),(8,54,1085,0,0),(8,54,1086,0,0),(8,60,1087,0,0),(8,60,1088,0,0),(8,60,1089,0,0),(8,60,1090,0,0),(8,60,1091,0,0),(8,60,1092,0,0),(8,13,1093,0,0),(8,13,1094,0,0),(8,13,1095,0,0),(8,13,1096,0,0),(8,13,1097,0,0),(8,13,1098,0,0),(8,13,1099,0,0),(8,64,1100,0,0),(8,64,1101,0,0),(8,64,1102,0,0),(8,64,1103,0,0),(8,64,1104,0,0),(8,64,1105,0,0),(8,64,1106,0,0),(8,64,1107,0,0),(8,64,1108,0,0),(8,64,1109,0,0),(8,64,1110,0,0),(8,64,1111,0,0),(8,64,1112,0,0),(8,64,1113,0,0),(8,65,1114,0,0),(8,65,1115,0,0),(8,65,1116,0,0),(8,65,1117,0,0),(8,65,1118,0,0),(8,65,1119,0,0),(8,65,1120,0,0),(8,66,1121,0,0),(8,66,1122,0,0),(8,66,1123,0,0),(8,66,1124,0,0),(8,66,1125,0,0),(8,66,1126,0,0),(8,66,1127,0,0),(8,66,1128,0,0),(8,66,1129,0,0),(8,66,1130,0,0),(8,66,1131,0,0),(8,67,1132,0,0),(8,67,1133,0,0),(8,67,1134,0,0),(8,67,1135,0,0),(8,67,1136,0,0),(8,67,1137,0,0),(8,67,1138,0,0),(8,67,1139,0,0),(8,67,1140,0,0),(8,67,1141,0,0),(8,67,1142,0,0),(8,68,1143,0,0),(8,68,1144,0,0),(8,68,1145,0,0),(8,68,1146,0,0),(8,68,1147,0,0),(8,68,1148,0,0),(8,68,1149,0,0),(8,68,1150,0,0),(8,68,1151,0,0),(8,68,1152,0,0),(8,68,1153,0,0),(8,68,1154,0,0),(8,68,1155,0,0),(8,68,1156,0,0),(8,68,1157,0,0),(8,68,1158,0,0),(8,68,1159,0,0),(8,69,1160,0,0),(8,69,1161,0,0),(8,69,1162,0,0),(8,69,1163,0,0),(8,69,1164,0,0),(8,69,1165,0,0),(8,69,1166,0,0),(8,69,1167,0,0),(8,69,1168,0,0),(8,69,1169,0,0),(8,69,1170,0,0),(8,69,1171,0,0),(8,69,1172,0,0),(8,69,1173,0,0),(8,69,1174,0,0),(8,69,1175,0,0),(8,69,1176,0,0),(8,69,1177,0,0),(8,69,1178,0,0),(8,69,1179,0,0),(8,69,1180,0,0),(8,69,1181,0,0),(8,69,1182,0,0),(8,69,1183,0,0),(8,69,1184,0,0),(8,69,1185,0,0),(8,69,1186,0,0),(8,69,1187,0,0),(8,69,1188,0,0),(8,69,1189,0,0),(8,69,1190,0,0),(8,69,1191,0,0),(8,69,1192,0,0),(8,69,1193,0,0),(8,69,1194,0,0),(8,69,1195,0,0),(8,69,1196,0,0),(8,69,1197,0,0),(8,69,1198,0,0),(8,69,1199,0,0),(8,69,1200,0,0),(8,69,1201,0,0),(8,69,1202,0,0),(8,69,1203,0,0),(8,69,1204,0,0),(8,70,1205,0,0),(8,70,1206,0,0),(8,70,1207,0,0),(8,70,1208,0,0),(8,70,1209,0,0),(8,70,1210,0,0),(8,70,1211,0,0),(8,70,1212,0,0),(8,70,1213,0,0),(8,70,1214,0,0),(8,70,1215,0,0),(8,54,1216,0,0),(8,70,1217,0,0),(8,70,1218,0,0),(8,70,1219,0,0),(8,70,1220,0,0),(8,70,1221,0,0),(8,70,1222,0,0),(8,70,1223,0,0),(9,4,66,0,0),(9,4,67,0,0),(9,4,68,0,0),(9,4,69,0,0),(9,4,70,0,0),(9,4,71,0,0),(9,4,72,0,0),(9,4,73,0,0),(9,4,74,0,0),(9,4,75,0,0),(9,4,76,0,0),(9,4,77,0,0),(9,4,78,0,0),(9,4,79,0,0),(9,4,80,0,0),(9,4,81,0,0),(9,4,82,0,0),(9,4,83,0,0),(9,4,84,0,0),(9,4,85,0,0),(9,4,86,0,0),(9,4,87,0,0),(9,4,88,0,0),(9,4,89,0,0),(9,4,90,0,1),(9,4,91,0,1),(9,4,92,0,0),(9,4,93,0,0),(9,4,94,0,0),(9,4,95,0,0),(9,4,96,0,0),(9,4,97,0,0),(9,4,98,0,0),(9,4,99,0,0),(9,4,100,0,0),(9,4,101,0,0),(9,4,102,0,0),(9,4,103,0,0),(9,4,104,0,0),(9,4,105,0,0),(9,4,106,0,0),(9,4,107,0,0),(9,4,108,0,0),(9,4,109,0,0),(9,13,155,0,0),(9,13,156,0,0),(9,13,157,0,0),(9,13,158,0,0),(9,13,159,0,0),(9,13,160,0,0),(9,13,161,0,0),(9,13,162,0,0),(9,13,164,0,0),(9,13,165,0,0),(9,13,166,0,1),(9,13,167,0,1),(9,13,168,0,0),(9,13,169,0,0),(9,13,170,0,0),(9,13,171,0,0),(9,13,172,0,0),(9,14,174,0,0),(9,14,175,0,0),(9,14,176,0,0),(9,14,177,0,0),(9,14,178,0,0),(9,14,179,0,0),(9,14,180,0,0),(9,14,181,0,0),(9,14,182,0,0),(9,14,183,0,0),(9,14,184,0,0),(9,14,185,0,0),(9,14,186,0,0),(9,14,187,0,0),(9,14,188,0,0),(9,14,189,0,0),(9,14,190,0,0),(9,14,191,0,1),(9,14,192,0,1),(9,14,193,0,0),(9,14,194,0,0),(9,14,195,0,0),(9,14,197,0,0),(9,14,198,0,0),(9,14,199,0,0),(9,14,200,0,0),(9,14,201,0,0),(9,14,202,0,0),(9,14,203,0,0),(9,14,204,0,0),(9,10,220,0,0),(9,10,221,0,0),(9,10,222,0,0),(9,10,223,0,0),(9,10,224,0,0),(9,10,225,0,0),(9,10,226,0,0),(9,10,227,0,0),(9,10,228,0,0),(9,10,229,0,1),(9,10,230,0,0),(9,10,231,0,0),(9,9,232,0,0),(9,9,233,0,0),(9,9,234,0,0),(9,9,235,0,0),(9,9,236,0,0),(9,9,237,0,0),(9,9,238,0,0),(9,9,239,0,0),(9,9,240,0,0),(9,9,241,0,0),(9,9,242,0,0),(9,9,243,0,0),(9,9,244,0,1),(9,9,245,0,1),(9,9,246,0,0),(9,9,247,0,0),(9,9,248,0,0),(9,9,249,0,0),(9,9,250,0,0),(9,9,251,0,0),(9,9,252,0,0),(9,9,253,0,0),(9,9,254,0,0),(9,9,255,0,0),(9,16,256,0,0),(9,16,257,0,0),(9,16,258,0,0),(9,16,259,0,0),(9,16,260,0,0),(9,16,261,0,0),(9,16,262,0,0),(9,16,263,0,0),(9,16,264,0,0),(9,16,265,0,0),(9,16,266,0,0),(9,16,267,0,0),(9,16,268,0,0),(9,16,269,0,0),(9,16,270,0,1),(9,16,271,0,1),(9,16,272,0,0),(9,16,273,0,0),(9,16,274,0,0),(9,16,275,0,0),(9,16,276,0,0),(9,16,277,0,0),(9,16,278,0,0),(9,29,475,0,0),(9,29,479,0,0),(9,29,480,0,0),(9,29,481,0,0),(9,29,482,0,0),(9,29,489,0,0),(9,29,490,0,0),(9,29,491,0,0),(9,29,492,0,0),(9,29,493,0,0),(9,29,494,0,0),(9,29,495,0,0),(9,29,496,0,0),(9,29,497,0,0),(9,29,498,0,0),(9,29,499,0,0),(9,29,504,0,0),(9,29,505,0,0),(9,29,506,0,0),(9,29,507,0,0),(9,29,510,0,0),(9,10,520,0,0),(9,10,521,0,0),(9,10,522,0,0),(9,10,523,0,0),(9,10,524,0,0),(9,10,525,0,0),(9,29,587,0,0),(9,38,588,0,0),(9,38,589,0,0),(9,38,590,0,1),(9,38,591,0,1),(9,38,592,0,0),(9,38,593,0,1),(9,38,594,0,0),(9,38,595,0,1),(9,40,596,0,0),(9,40,597,0,0),(9,40,598,0,0),(9,40,599,0,0),(9,40,600,0,0),(9,40,601,0,0),(9,40,602,0,1),(9,40,603,0,1),(9,40,604,0,0),(9,40,605,0,0),(9,40,606,0,1),(9,40,607,0,0),(9,40,608,0,0),(9,41,609,0,0),(9,41,610,0,0),(9,41,611,0,0),(9,41,612,0,0),(9,41,613,0,0),(9,41,614,0,0),(9,41,615,0,0),(9,41,616,0,0),(9,41,617,0,0),(9,41,618,0,0),(9,41,619,0,0),(9,41,620,0,1),(9,41,621,0,1),(9,41,622,0,0),(9,41,623,0,0),(9,41,624,0,1),(9,41,625,0,0),(9,41,626,0,0),(9,42,627,0,0),(9,42,628,0,0),(9,42,629,0,0),(9,42,630,0,0),(9,42,631,0,0),(9,42,632,0,0),(9,42,633,0,0),(9,42,634,0,0),(9,42,635,0,0),(9,42,636,0,0),(9,42,637,0,0),(9,42,638,0,0),(9,42,639,0,0),(9,42,640,0,1),(9,42,641,0,1),(9,42,642,0,0),(9,42,643,0,0),(9,42,644,0,1),(9,42,645,0,0),(9,42,646,0,0),(9,41,713,0,0),(9,38,714,0,0),(9,4,724,0,1),(9,38,733,0,0),(9,38,734,0,0),(9,13,741,0,0),(9,14,772,0,0),(9,38,786,0,0),(9,38,787,0,0),(9,38,788,0,0),(9,4,790,0,1),(9,9,794,0,1),(9,10,795,0,1),(9,13,796,0,1),(9,14,797,0,1),(9,16,799,0,1),(9,10,807,0,0),(9,4,809,0,0),(9,9,813,0,0),(9,10,814,0,0),(9,13,815,0,0),(9,14,816,0,0),(9,16,818,0,1),(9,4,827,0,0),(9,9,831,0,0),(9,10,832,0,0),(9,13,833,0,0),(9,14,834,0,0),(9,16,836,0,1),(9,42,848,0,1),(9,42,849,0,0),(9,29,850,0,0),(9,50,851,0,0),(9,50,852,0,0),(9,50,853,0,1),(9,50,854,0,0),(9,50,855,0,1),(9,50,857,0,0),(9,50,858,0,0),(9,50,859,0,0),(9,50,860,0,1),(9,50,861,0,1),(9,50,862,0,0),(9,50,863,0,1),(9,50,864,0,0),(9,50,865,0,0),(9,51,866,0,0),(9,51,867,0,0),(9,51,868,0,0),(9,51,869,0,0),(9,51,870,0,0),(9,51,871,0,0),(9,51,872,0,0),(9,51,873,0,0),(9,51,874,0,0),(9,51,875,0,0),(9,51,876,0,1),(9,51,877,0,1),(9,51,878,0,0),(9,51,879,0,1),(9,51,880,0,0),(9,51,881,0,0),(9,52,882,0,0),(9,52,883,0,0),(9,52,884,0,0),(9,52,885,0,0),(9,52,886,0,0),(9,52,887,0,1),(9,52,888,0,1),(9,52,889,0,0),(9,52,890,0,1),(9,52,891,0,0),(9,52,892,0,0),(9,53,893,0,0),(9,53,894,0,0),(9,53,895,0,0),(9,53,896,0,0),(9,53,897,0,0),(9,53,898,0,0),(9,53,899,0,0),(9,53,900,0,0),(9,53,901,0,1),(9,53,902,0,1),(9,53,903,0,0),(9,53,904,0,1),(9,53,905,0,0),(9,53,906,0,0),(9,4,907,0,0),(9,4,908,0,0),(9,4,909,0,0),(9,4,910,0,0),(9,4,911,0,0),(9,4,913,0,0),(9,13,914,0,0),(9,13,915,0,0),(9,13,916,0,0),(9,13,917,0,0),(9,13,918,0,0),(9,13,919,0,0),(9,13,920,0,0),(9,13,921,0,0),(9,13,922,0,0),(9,54,923,0,0),(9,54,924,0,0),(9,54,925,0,0),(9,54,926,0,0),(9,54,927,0,0),(9,54,928,0,0),(9,54,929,0,1),(9,54,930,0,1),(9,54,931,0,0),(9,54,932,0,1),(9,54,933,0,0),(9,54,934,0,0),(9,55,935,0,0),(9,55,936,0,0),(9,55,937,0,0),(9,55,938,0,0),(9,55,939,0,0),(9,55,940,0,1),(9,55,941,0,1),(9,55,942,0,0),(9,55,943,0,1),(9,55,944,0,0),(9,55,945,0,0),(9,29,946,0,0),(9,56,947,0,0),(9,56,948,0,0),(9,56,949,0,1),(9,56,950,0,1),(9,56,951,0,0),(9,56,952,0,1),(9,56,953,0,0),(9,56,954,0,0),(9,53,955,0,0),(9,53,956,0,0),(9,53,957,0,0),(9,53,958,0,0),(9,53,959,0,0),(9,54,960,0,0),(9,51,961,0,0),(9,51,962,0,0),(9,14,963,0,0),(9,14,964,0,0),(9,14,965,0,0),(9,57,966,0,0),(9,57,967,0,0),(9,57,968,0,0),(9,57,969,0,0),(9,57,970,0,0),(9,57,971,0,0),(9,57,972,0,0),(9,57,973,0,1),(9,57,974,0,1),(9,57,975,0,0),(9,57,976,0,1),(9,57,977,0,0),(9,57,978,0,0),(9,58,979,0,0),(9,58,980,0,0),(9,58,981,0,0),(9,58,982,0,0),(9,58,983,0,0),(9,58,984,0,0),(9,58,985,0,0),(9,58,986,0,0),(9,58,987,0,0),(9,58,988,0,1),(9,58,989,0,1),(9,58,990,0,0),(9,58,991,0,1),(9,58,992,0,0),(9,58,993,0,0),(9,59,994,0,0),(9,59,995,0,0),(9,59,996,0,0),(9,59,997,0,0),(9,59,998,0,1),(9,59,999,0,1),(9,59,1000,0,0),(9,59,1001,0,1),(9,59,1002,0,0),(9,59,1003,0,0),(9,14,1004,0,0),(9,50,1005,1,0),(9,51,1006,0,0),(9,54,1007,0,0),(9,60,1008,0,0),(9,60,1009,0,0),(9,60,1010,0,0),(9,60,1011,0,0),(9,60,1012,0,0),(9,60,1013,0,0),(9,60,1014,0,0),(9,60,1015,0,0),(9,60,1016,0,0),(9,60,1017,0,0),(9,60,1018,0,0),(9,60,1019,0,0),(9,60,1020,0,1),(9,60,1021,0,1),(9,60,1022,0,0),(9,60,1023,0,1),(9,60,1024,0,0),(9,60,1025,0,0),(9,60,1026,0,0),(9,60,1027,0,0),(9,61,1028,0,0),(9,61,1029,0,0),(9,61,1030,0,0),(9,61,1031,0,0),(9,61,1032,0,0),(9,61,1033,0,0),(9,61,1034,0,0),(9,61,1035,0,0),(9,61,1036,0,0),(9,61,1037,0,0),(9,61,1038,0,1),(9,61,1039,0,1),(9,61,1040,0,0),(9,61,1041,0,1),(9,61,1042,0,0),(9,61,1043,0,0),(9,61,1044,0,0),(9,61,1045,0,0),(9,62,1046,0,0),(9,62,1047,0,0),(9,62,1048,0,0),(9,62,1049,0,0),(9,62,1050,0,1),(9,62,1051,0,1),(9,62,1052,0,0),(9,62,1053,0,1),(9,62,1054,0,0),(9,62,1055,0,0),(9,54,1056,0,0),(9,51,1057,0,0),(9,63,1058,0,0),(9,63,1059,0,0),(9,63,1060,0,0),(9,63,1061,0,0),(9,63,1062,0,0),(9,63,1063,0,0),(9,63,1064,0,0),(9,63,1065,0,0),(9,63,1066,0,0),(9,63,1067,0,0),(9,63,1068,0,1),(9,63,1069,0,1),(9,63,1070,0,0),(9,63,1071,0,1),(9,63,1072,0,0),(9,63,1073,0,0),(9,54,1074,0,0),(9,54,1075,0,0),(9,63,1076,0,0),(9,51,1077,0,0),(9,51,1078,0,0),(9,54,1079,0,0),(9,54,1080,0,0),(9,54,1081,0,0),(9,54,1082,0,0),(9,54,1083,0,0),(9,54,1084,0,0),(9,54,1085,0,0),(9,54,1086,0,0),(9,60,1087,0,0),(9,60,1088,0,0),(9,60,1089,0,0),(9,60,1090,0,0),(9,60,1091,0,0),(9,60,1092,0,0),(9,13,1093,0,0),(9,13,1094,0,0),(9,13,1095,0,0),(9,13,1096,0,0),(9,13,1097,0,0),(9,13,1098,0,0),(9,13,1099,0,0),(9,64,1100,0,0),(9,64,1101,0,0),(9,64,1102,0,0),(9,64,1103,0,0),(9,64,1104,0,0),(9,64,1105,0,0),(9,64,1106,0,0),(9,64,1107,0,0),(9,64,1108,0,0),(9,64,1109,0,0),(9,64,1110,0,0),(9,64,1111,0,0),(9,64,1112,0,0),(9,64,1113,0,0),(9,65,1114,0,0),(9,65,1115,0,0),(9,65,1116,0,0),(9,65,1117,0,0),(9,65,1118,0,0),(9,65,1119,0,0),(9,65,1120,0,0),(9,66,1121,0,0),(9,66,1122,0,0),(9,66,1123,0,0),(9,66,1124,0,0),(9,66,1125,0,0),(9,66,1126,0,0),(9,66,1127,0,0),(9,66,1128,0,0),(9,66,1129,0,0),(9,66,1130,0,0),(9,66,1131,0,0),(9,67,1132,0,0),(9,67,1133,0,0),(9,67,1134,0,0),(9,67,1135,0,0),(9,67,1136,0,0),(9,67,1137,0,0),(9,67,1138,0,0),(9,67,1139,0,0),(9,67,1140,0,0),(9,67,1141,0,0),(9,67,1142,0,0),(9,68,1143,0,0),(9,68,1144,0,0),(9,68,1145,0,0),(9,68,1146,0,0),(9,68,1147,0,0),(9,68,1148,0,0),(9,68,1149,0,0),(9,68,1150,0,0),(9,68,1151,0,0),(9,68,1152,0,0),(9,68,1153,0,0),(9,68,1154,0,0),(9,68,1155,0,0),(9,68,1156,0,0),(9,68,1157,0,0),(9,68,1158,0,0),(9,68,1159,0,0),(9,69,1160,0,0),(9,69,1161,0,0),(9,69,1162,0,0),(9,69,1163,0,0),(9,69,1164,0,0),(9,69,1165,0,0),(9,69,1166,0,0),(9,69,1167,0,0),(9,69,1168,0,0),(9,69,1169,0,0),(9,69,1170,0,0),(9,69,1171,0,0),(9,69,1172,0,0),(9,69,1173,0,0),(9,69,1174,0,0),(9,69,1175,0,0),(9,69,1176,0,0),(9,69,1177,0,0),(9,69,1178,0,0),(9,69,1179,0,0),(9,69,1180,0,0),(9,69,1181,0,0),(9,69,1182,0,0),(9,69,1183,0,0),(9,69,1184,0,0),(9,69,1185,0,0),(9,69,1186,0,0),(9,69,1187,0,0),(9,69,1188,0,0),(9,69,1189,0,0),(9,69,1190,0,0),(9,69,1191,0,0),(9,69,1192,0,0),(9,69,1193,0,0),(9,69,1194,0,0),(9,69,1195,0,0),(9,69,1196,0,0),(9,69,1197,0,0),(9,69,1198,0,0),(9,69,1199,0,0),(9,69,1200,0,0),(9,69,1201,0,0),(9,69,1202,0,0),(9,69,1203,0,0),(9,69,1204,0,0),(9,70,1205,0,0),(9,70,1206,0,0),(9,70,1207,0,0),(9,70,1208,0,0),(9,70,1209,0,0),(9,70,1210,0,0),(9,70,1211,0,0),(9,70,1212,0,0),(9,70,1213,0,0),(9,70,1214,0,0),(9,70,1215,0,0),(9,54,1216,0,0),(9,70,1217,0,0),(9,70,1218,0,0),(9,70,1219,0,0),(9,70,1220,0,0),(9,70,1221,0,0),(9,70,1222,0,0),(9,70,1223,0,0),(10,4,66,0,0),(10,4,67,0,0),(10,4,68,0,0),(10,4,69,0,0),(10,4,70,0,0),(10,4,71,0,0),(10,4,72,0,0),(10,4,73,0,0),(10,4,74,0,0),(10,4,75,0,0),(10,4,76,0,0),(10,4,77,0,0),(10,4,78,0,0),(10,4,79,0,0),(10,4,80,0,0),(10,4,81,0,0),(10,4,82,0,0),(10,4,83,0,0),(10,4,84,0,0),(10,4,85,0,0),(10,4,86,0,0),(10,4,87,0,0),(10,4,88,0,0),(10,4,89,0,0),(10,4,90,0,1),(10,4,91,0,1),(10,4,92,0,0),(10,4,93,0,0),(10,4,94,0,0),(10,4,95,0,0),(10,4,96,0,0),(10,4,97,0,0),(10,4,98,0,0),(10,4,99,0,0),(10,4,100,0,0),(10,4,101,0,0),(10,4,102,0,0),(10,4,103,0,0),(10,4,104,0,0),(10,4,105,0,0),(10,4,106,0,0),(10,4,107,0,0),(10,4,108,0,0),(10,4,109,0,0),(10,13,155,0,0),(10,13,156,0,0),(10,13,157,0,0),(10,13,158,0,0),(10,13,159,0,0),(10,13,160,0,0),(10,13,161,0,0),(10,13,162,0,0),(10,13,164,0,0),(10,13,165,0,0),(10,13,166,0,1),(10,13,167,0,1),(10,13,168,0,0),(10,13,169,0,0),(10,13,170,0,0),(10,13,171,0,0),(10,13,172,0,0),(10,14,174,0,0),(10,14,175,0,0),(10,14,176,0,0),(10,14,177,0,0),(10,14,178,0,0),(10,14,179,0,0),(10,14,180,0,0),(10,14,181,0,0),(10,14,182,0,0),(10,14,183,0,0),(10,14,184,0,0),(10,14,185,0,0),(10,14,186,0,0),(10,14,187,0,0),(10,14,188,0,0),(10,14,189,0,0),(10,14,190,0,0),(10,14,191,0,1),(10,14,192,0,1),(10,14,193,0,0),(10,14,194,0,0),(10,14,195,0,0),(10,14,197,0,0),(10,14,198,0,0),(10,14,199,0,0),(10,14,200,0,0),(10,14,201,0,0),(10,14,202,0,0),(10,14,203,0,0),(10,14,204,0,0),(10,10,220,0,0),(10,10,221,0,0),(10,10,222,0,0),(10,10,223,0,0),(10,10,224,0,0),(10,10,225,0,0),(10,10,226,0,0),(10,10,227,0,0),(10,10,228,0,0),(10,10,229,0,1),(10,10,230,0,0),(10,10,231,0,0),(10,9,232,0,0),(10,9,233,0,0),(10,9,234,0,0),(10,9,235,0,0),(10,9,236,0,0),(10,9,237,0,0),(10,9,238,0,0),(10,9,239,0,0),(10,9,240,0,0),(10,9,241,0,0),(10,9,242,0,0),(10,9,243,0,0),(10,9,244,0,1),(10,9,245,0,1),(10,9,246,0,0),(10,9,247,0,0),(10,9,248,0,0),(10,9,249,0,0),(10,9,250,0,0),(10,9,251,0,0),(10,9,252,0,0),(10,9,253,0,0),(10,9,254,0,0),(10,9,255,0,0),(10,16,256,0,0),(10,16,257,0,0),(10,16,258,0,0),(10,16,259,0,0),(10,16,260,0,0),(10,16,261,0,0),(10,16,262,0,0),(10,16,263,0,0),(10,16,264,0,0),(10,16,265,0,0),(10,16,266,0,0),(10,16,267,0,0),(10,16,268,0,0),(10,16,269,0,0),(10,16,270,0,1),(10,16,271,0,1),(10,16,272,0,0),(10,16,273,0,0),(10,16,274,0,0),(10,16,275,0,0),(10,16,276,0,0),(10,16,277,0,0),(10,16,278,0,0),(10,29,475,0,0),(10,29,479,0,0),(10,29,480,0,0),(10,29,481,0,0),(10,29,482,0,0),(10,29,489,0,0),(10,29,490,0,0),(10,29,491,0,0),(10,29,492,0,0),(10,29,493,0,0),(10,29,494,0,0),(10,29,495,0,0),(10,29,496,0,0),(10,29,497,0,0),(10,29,498,0,0),(10,29,499,0,0),(10,29,504,0,0),(10,29,505,0,0),(10,29,506,0,0),(10,29,507,0,0),(10,29,510,0,0),(10,10,520,0,0),(10,10,521,0,0),(10,10,522,0,0),(10,10,523,0,0),(10,10,524,0,0),(10,10,525,0,0),(10,29,587,0,0),(10,38,588,0,0),(10,38,589,0,0),(10,38,590,0,1),(10,38,591,0,1),(10,38,592,0,0),(10,38,593,0,1),(10,38,594,0,0),(10,38,595,0,1),(10,40,596,0,0),(10,40,597,0,0),(10,40,598,0,0),(10,40,599,0,0),(10,40,600,0,0),(10,40,601,0,0),(10,40,602,0,1),(10,40,603,0,1),(10,40,604,0,0),(10,40,605,0,0),(10,40,606,0,1),(10,40,607,0,0),(10,40,608,0,0),(10,41,609,0,0),(10,41,610,0,0),(10,41,611,0,0),(10,41,612,0,0),(10,41,613,0,0),(10,41,614,0,0),(10,41,615,0,0),(10,41,616,0,0),(10,41,617,0,0),(10,41,618,0,0),(10,41,619,0,0),(10,41,620,0,1),(10,41,621,0,1),(10,41,622,0,0),(10,41,623,0,0),(10,41,624,0,1),(10,41,625,0,0),(10,41,626,0,0),(10,42,627,0,0),(10,42,628,0,0),(10,42,629,0,0),(10,42,630,0,0),(10,42,631,0,0),(10,42,632,0,0),(10,42,633,0,0),(10,42,634,0,0),(10,42,635,0,0),(10,42,636,0,0),(10,42,637,0,0),(10,42,638,0,0),(10,42,639,0,0),(10,42,640,0,1),(10,42,641,0,1),(10,42,642,0,0),(10,42,643,0,0),(10,42,644,0,1),(10,42,645,0,0),(10,42,646,0,0),(10,41,713,0,0),(10,38,714,0,0),(10,4,724,0,1),(10,38,733,0,0),(10,38,734,0,0),(10,13,741,0,0),(10,14,772,0,0),(10,38,786,0,0),(10,38,787,0,0),(10,38,788,0,0),(10,4,790,0,1),(10,9,794,0,1),(10,10,795,0,1),(10,13,796,0,1),(10,14,797,0,1),(10,16,799,0,1),(10,10,807,0,0),(10,4,809,0,0),(10,9,813,0,0),(10,10,814,0,0),(10,13,815,0,0),(10,14,816,0,0),(10,16,818,0,1),(10,4,827,0,0),(10,9,831,0,0),(10,10,832,0,0),(10,13,833,0,0),(10,14,834,0,0),(10,16,836,0,1),(10,42,848,0,1),(10,42,849,0,0),(10,29,850,0,0),(10,50,851,0,0),(10,50,852,0,0),(10,50,853,0,1),(10,50,854,0,0),(10,50,855,0,1),(10,50,857,0,0),(10,50,858,0,0),(10,50,859,0,0),(10,50,860,0,1),(10,50,861,0,1),(10,50,862,0,0),(10,50,863,0,1),(10,50,864,0,0),(10,50,865,0,0),(10,51,866,0,0),(10,51,867,0,0),(10,51,868,0,0),(10,51,869,0,0),(10,51,870,0,0),(10,51,871,0,0),(10,51,872,0,0),(10,51,873,0,0),(10,51,874,0,0),(10,51,875,0,0),(10,51,876,0,1),(10,51,877,0,1),(10,51,878,0,0),(10,51,879,0,1),(10,51,880,0,0),(10,51,881,0,0),(10,52,882,0,0),(10,52,883,0,0),(10,52,884,0,0),(10,52,885,0,0),(10,52,886,0,0),(10,52,887,0,1),(10,52,888,0,1),(10,52,889,0,0),(10,52,890,0,1),(10,52,891,0,0),(10,52,892,0,0),(10,53,893,0,0),(10,53,894,0,0),(10,53,895,0,0),(10,53,896,0,0),(10,53,897,0,0),(10,53,898,0,0),(10,53,899,0,0),(10,53,900,0,0),(10,53,901,0,1),(10,53,902,0,1),(10,53,903,0,0),(10,53,904,0,1),(10,53,905,0,0),(10,53,906,0,0),(10,4,907,0,0),(10,4,908,0,0),(10,4,909,0,0),(10,4,910,0,0),(10,4,911,0,0),(10,4,913,0,0),(10,13,914,0,0),(10,13,915,0,0),(10,13,916,0,0),(10,13,917,0,0),(10,13,918,0,0),(10,13,919,0,0),(10,13,920,0,0),(10,13,921,0,0),(10,13,922,0,0),(10,54,923,0,0),(10,54,924,0,0),(10,54,925,0,0),(10,54,926,0,0),(10,54,927,0,0),(10,54,928,0,0),(10,54,929,0,1),(10,54,930,0,1),(10,54,931,0,0),(10,54,932,0,1),(10,54,933,0,0),(10,54,934,0,0),(10,55,935,0,0),(10,55,936,0,0),(10,55,937,0,0),(10,55,938,0,0),(10,55,939,0,0),(10,55,940,0,1),(10,55,941,0,1),(10,55,942,0,0),(10,55,943,0,1),(10,55,944,0,0),(10,55,945,0,0),(10,29,946,0,0),(10,56,947,0,0),(10,56,948,0,0),(10,56,949,0,1),(10,56,950,0,1),(10,56,951,0,0),(10,56,952,0,1),(10,56,953,0,0),(10,56,954,0,0),(10,53,955,0,0),(10,53,956,0,0),(10,53,957,0,0),(10,53,958,0,0),(10,53,959,0,0),(10,54,960,0,0),(10,51,961,0,0),(10,51,962,0,0),(10,14,963,0,0),(10,14,964,0,0),(10,14,965,0,0),(10,57,966,0,0),(10,57,967,0,0),(10,57,968,0,0),(10,57,969,0,0),(10,57,970,0,0),(10,57,971,0,0),(10,57,972,0,0),(10,57,973,0,1),(10,57,974,0,1),(10,57,975,0,0),(10,57,976,0,1),(10,57,977,0,0),(10,57,978,0,0),(10,58,979,0,0),(10,58,980,0,0),(10,58,981,0,0),(10,58,982,0,0),(10,58,983,0,0),(10,58,984,0,0),(10,58,985,0,0),(10,58,986,0,0),(10,58,987,0,0),(10,58,988,0,1),(10,58,989,0,1),(10,58,990,0,0),(10,58,991,0,1),(10,58,992,0,0),(10,58,993,0,0),(10,59,994,0,0),(10,59,995,0,0),(10,59,996,0,0),(10,59,997,0,0),(10,59,998,0,1),(10,59,999,0,1),(10,59,1000,0,0),(10,59,1001,0,1),(10,59,1002,0,0),(10,59,1003,0,0),(10,14,1004,0,0),(10,50,1005,0,0),(10,51,1006,0,0),(10,54,1007,0,0),(10,60,1008,0,0),(10,60,1009,0,0),(10,60,1010,0,0),(10,60,1011,0,0),(10,60,1012,0,0),(10,60,1013,0,0),(10,60,1014,0,0),(10,60,1015,0,0),(10,60,1016,0,0),(10,60,1017,0,0),(10,60,1018,0,0),(10,60,1019,0,0),(10,60,1020,0,1),(10,60,1021,0,1),(10,60,1022,0,0),(10,60,1023,0,1),(10,60,1024,0,0),(10,60,1025,0,0),(10,60,1026,0,0),(10,60,1027,0,0),(10,61,1028,0,0),(10,61,1029,0,0),(10,61,1030,0,0),(10,61,1031,0,0),(10,61,1032,0,0),(10,61,1033,0,0),(10,61,1034,0,0),(10,61,1035,0,0),(10,61,1036,0,0),(10,61,1037,0,0),(10,61,1038,0,1),(10,61,1039,0,1),(10,61,1040,0,0),(10,61,1041,0,1),(10,61,1042,0,0),(10,61,1043,0,0),(10,61,1044,0,0),(10,61,1045,0,0),(10,62,1046,0,0),(10,62,1047,0,0),(10,62,1048,0,0),(10,62,1049,0,0),(10,62,1050,0,1),(10,62,1051,0,1),(10,62,1052,0,0),(10,62,1053,0,1),(10,62,1054,0,0),(10,62,1055,0,0),(10,54,1056,0,0),(10,51,1057,0,0),(10,63,1058,0,0),(10,63,1059,0,0),(10,63,1060,0,0),(10,63,1061,0,0),(10,63,1062,0,0),(10,63,1063,0,0),(10,63,1064,0,0),(10,63,1065,0,0),(10,63,1066,0,0),(10,63,1067,0,0),(10,63,1068,0,0),(10,63,1069,0,0),(10,63,1070,0,0),(10,63,1071,0,0),(10,63,1072,0,0),(10,63,1073,0,0),(10,54,1074,0,0),(10,54,1075,0,0),(10,63,1076,0,0),(10,51,1077,0,0),(10,51,1078,0,0),(10,54,1079,0,0),(10,54,1080,0,0),(10,54,1081,0,0),(10,54,1082,0,0),(10,54,1083,0,0),(10,54,1084,0,0),(10,54,1085,0,0),(10,54,1086,0,0),(10,60,1087,0,0),(10,60,1088,0,0),(10,60,1089,0,0),(10,60,1090,0,0),(10,60,1091,0,0),(10,60,1092,0,0),(10,13,1093,0,0),(10,13,1094,0,0),(10,13,1095,0,0),(10,13,1096,0,0),(10,13,1097,0,0),(10,13,1098,0,0),(10,13,1099,0,0),(10,64,1100,0,0),(10,64,1101,0,0),(10,64,1102,0,0),(10,64,1103,0,0),(10,64,1104,0,0),(10,64,1105,0,0),(10,64,1106,0,0),(10,64,1107,0,0),(10,64,1108,0,0),(10,64,1109,0,0),(10,64,1110,0,0),(10,64,1111,0,0),(10,64,1112,0,0),(10,64,1113,0,0),(10,65,1114,0,0),(10,65,1115,0,0),(10,65,1116,0,0),(10,65,1117,0,0),(10,65,1118,0,0),(10,65,1119,0,0),(10,65,1120,0,0),(10,66,1121,0,0),(10,66,1122,0,0),(10,66,1123,0,0),(10,66,1124,0,0),(10,66,1125,0,0),(10,66,1126,0,0),(10,66,1127,0,0),(10,66,1128,0,0),(10,66,1129,0,0),(10,66,1130,0,0),(10,66,1131,0,0),(10,67,1132,0,0),(10,67,1133,0,0),(10,67,1134,0,0),(10,67,1135,0,0),(10,67,1136,0,0),(10,67,1137,0,0),(10,67,1138,0,0),(10,67,1139,0,0),(10,67,1140,0,0),(10,67,1141,0,0),(10,67,1142,0,0),(10,68,1143,0,0),(10,68,1144,0,0),(10,68,1145,0,0),(10,68,1146,0,0),(10,68,1147,0,0),(10,68,1148,0,0),(10,68,1149,0,0),(10,68,1150,0,0),(10,68,1151,0,0),(10,68,1152,0,0),(10,68,1153,0,0),(10,68,1154,0,0),(10,68,1155,0,0),(10,68,1156,0,0),(10,68,1157,0,0),(10,68,1158,0,0),(10,68,1159,0,0),(10,69,1160,0,0),(10,69,1161,0,0),(10,69,1162,0,0),(10,69,1163,0,0),(10,69,1164,0,0),(10,69,1165,0,0),(10,69,1166,0,0),(10,69,1167,0,0),(10,69,1168,0,0),(10,69,1169,0,0),(10,69,1170,0,0),(10,69,1171,0,0),(10,69,1172,0,0),(10,69,1173,0,0),(10,69,1174,0,0),(10,69,1175,0,0),(10,69,1176,0,0),(10,69,1177,0,0),(10,69,1178,0,0),(10,69,1179,0,0),(10,69,1180,0,0),(10,69,1181,0,0),(10,69,1182,0,0),(10,69,1183,0,0),(10,69,1184,0,0),(10,69,1185,0,0),(10,69,1186,0,0),(10,69,1187,0,0),(10,69,1188,0,0),(10,69,1189,0,0),(10,69,1190,0,0),(10,69,1191,0,0),(10,69,1192,0,0),(10,69,1193,0,0),(10,69,1194,0,0),(10,69,1195,0,0),(10,69,1196,0,0),(10,69,1197,0,0),(10,69,1198,0,0),(10,69,1199,0,0),(10,69,1200,0,0),(10,69,1201,0,0),(10,69,1202,0,0),(10,69,1203,0,0),(10,69,1204,0,0),(10,70,1205,0,0),(10,70,1206,0,0),(10,70,1207,0,0),(10,70,1208,0,0),(10,70,1209,0,0),(10,70,1210,0,0),(10,70,1211,0,0),(10,70,1212,0,0),(10,70,1213,0,0),(10,70,1214,0,0),(10,70,1215,0,0),(10,54,1216,0,0),(10,70,1217,0,0),(10,70,1218,0,0),(10,70,1219,0,0),(10,70,1220,0,0),(10,70,1221,0,0),(10,70,1222,0,0),(10,70,1223,0,0),(11,4,66,0,0),(11,4,67,0,0),(11,4,68,0,0),(11,4,69,0,0),(11,4,70,0,0),(11,4,71,0,0),(11,4,72,0,0),(11,4,73,0,0),(11,4,74,0,0),(11,4,75,0,0),(11,4,76,0,0),(11,4,77,0,0),(11,4,78,0,0),(11,4,79,0,0),(11,4,80,0,0),(11,4,81,0,0),(11,4,82,0,0),(11,4,83,0,0),(11,4,84,0,0),(11,4,85,0,0),(11,4,86,0,0),(11,4,87,0,0),(11,4,88,0,0),(11,4,89,0,0),(11,4,90,0,1),(11,4,91,0,1),(11,4,92,0,0),(11,4,93,0,0),(11,4,94,0,0),(11,4,95,0,0),(11,4,96,0,0),(11,4,97,0,0),(11,4,98,0,0),(11,4,99,0,0),(11,4,100,0,0),(11,4,101,0,0),(11,4,102,0,0),(11,4,103,0,0),(11,4,104,0,0),(11,4,105,0,0),(11,4,106,0,0),(11,4,107,0,0),(11,4,108,0,0),(11,4,109,0,0),(11,13,155,0,0),(11,13,156,0,0),(11,13,157,0,0),(11,13,158,0,0),(11,13,159,0,0),(11,13,160,0,0),(11,13,161,0,0),(11,13,162,0,0),(11,13,164,0,0),(11,13,165,0,0),(11,13,166,0,1),(11,13,167,0,1),(11,13,168,0,0),(11,13,169,0,0),(11,13,170,0,0),(11,13,171,0,0),(11,13,172,0,0),(11,14,174,0,0),(11,14,175,0,0),(11,14,176,0,0),(11,14,177,0,0),(11,14,178,0,0),(11,14,179,0,0),(11,14,180,0,0),(11,14,181,0,0),(11,14,182,0,0),(11,14,183,0,0),(11,14,184,0,0),(11,14,185,0,0),(11,14,186,0,0),(11,14,187,0,0),(11,14,188,0,0),(11,14,189,0,0),(11,14,190,0,0),(11,14,191,0,1),(11,14,192,0,1),(11,14,193,0,0),(11,14,194,0,0),(11,14,195,0,0),(11,14,197,0,0),(11,14,198,0,0),(11,14,199,0,0),(11,14,200,0,0),(11,14,201,0,0),(11,14,202,0,0),(11,14,203,0,0),(11,14,204,0,0),(11,10,220,0,0),(11,10,221,0,0),(11,10,222,0,0),(11,10,223,0,0),(11,10,224,0,0),(11,10,225,0,0),(11,10,226,0,0),(11,10,227,0,0),(11,10,228,0,0),(11,10,229,0,1),(11,10,230,0,0),(11,10,231,0,0),(11,9,232,0,0),(11,9,233,0,0),(11,9,234,0,0),(11,9,235,0,0),(11,9,236,0,0),(11,9,237,0,0),(11,9,238,0,0),(11,9,239,0,0),(11,9,240,0,0),(11,9,241,0,0),(11,9,242,0,0),(11,9,243,0,0),(11,9,244,0,1),(11,9,245,0,1),(11,9,246,0,0),(11,9,247,0,0),(11,9,248,0,0),(11,9,249,0,0),(11,9,250,0,0),(11,9,251,0,0),(11,9,252,0,0),(11,9,253,0,0),(11,9,254,0,0),(11,9,255,0,0),(11,16,256,0,0),(11,16,257,0,0),(11,16,258,0,0),(11,16,259,0,0),(11,16,260,0,0),(11,16,261,0,0),(11,16,262,0,0),(11,16,263,0,0),(11,16,264,0,0),(11,16,265,0,0),(11,16,266,0,0),(11,16,267,0,0),(11,16,268,0,0),(11,16,269,0,0),(11,16,270,0,1),(11,16,271,0,1),(11,16,272,0,0),(11,16,273,0,0),(11,16,274,0,0),(11,16,275,0,0),(11,16,276,0,0),(11,16,277,0,0),(11,16,278,0,0),(11,29,475,0,0),(11,29,479,0,0),(11,29,480,0,0),(11,29,481,0,0),(11,29,482,0,0),(11,29,489,0,0),(11,29,490,0,0),(11,29,491,0,0),(11,29,492,0,0),(11,29,493,0,0),(11,29,494,0,0),(11,29,495,0,0),(11,29,496,0,0),(11,29,497,0,0),(11,29,498,0,0),(11,29,499,0,0),(11,29,504,0,0),(11,29,505,0,0),(11,29,506,0,0),(11,29,507,0,0),(11,29,510,0,0),(11,10,520,0,0),(11,10,521,0,0),(11,10,522,0,0),(11,10,523,0,0),(11,10,524,0,0),(11,10,525,0,0),(11,29,587,0,0),(11,38,588,0,0),(11,38,589,0,0),(11,38,590,0,1),(11,38,591,0,1),(11,38,592,0,0),(11,38,593,0,1),(11,38,594,0,0),(11,38,595,0,1),(11,40,596,0,0),(11,40,597,0,0),(11,40,598,0,0),(11,40,599,0,0),(11,40,600,0,0),(11,40,601,0,0),(11,40,602,0,1),(11,40,603,0,1),(11,40,604,0,0),(11,40,605,0,0),(11,40,606,0,1),(11,40,607,0,0),(11,40,608,0,0),(11,41,609,0,0),(11,41,610,0,0),(11,41,611,0,0),(11,41,612,0,0),(11,41,613,0,0),(11,41,614,0,0),(11,41,615,0,0),(11,41,616,0,0),(11,41,617,0,0),(11,41,618,0,0),(11,41,619,0,0),(11,41,620,0,1),(11,41,621,0,1),(11,41,622,0,0),(11,41,623,0,0),(11,41,624,0,1),(11,41,625,0,0),(11,41,626,0,0),(11,42,627,0,0),(11,42,628,0,0),(11,42,629,0,0),(11,42,630,0,0),(11,42,631,0,0),(11,42,632,0,0),(11,42,633,0,0),(11,42,634,0,0),(11,42,635,0,0),(11,42,636,0,0),(11,42,637,0,0),(11,42,638,0,0),(11,42,639,0,0),(11,42,640,0,1),(11,42,641,0,1),(11,42,642,0,0),(11,42,643,0,0),(11,42,644,0,1),(11,42,645,0,0),(11,42,646,0,0),(11,41,713,0,0),(11,38,714,0,0),(11,4,724,0,1),(11,38,733,0,0),(11,38,734,0,0),(11,13,741,0,0),(11,14,772,0,0),(11,38,786,0,0),(11,38,787,0,0),(11,38,788,0,0),(11,4,790,0,1),(11,9,794,0,1),(11,10,795,0,1),(11,13,796,0,1),(11,14,797,0,1),(11,16,799,0,1),(11,10,807,0,0),(11,4,809,0,0),(11,9,813,0,0),(11,10,814,0,0),(11,13,815,0,0),(11,14,816,0,0),(11,16,818,0,1),(11,4,827,0,0),(11,9,831,0,0),(11,10,832,0,0),(11,13,833,0,0),(11,14,834,0,0),(11,16,836,0,1),(11,42,848,0,1),(11,42,849,0,0),(11,29,850,0,0),(11,50,851,0,0),(11,50,852,0,0),(11,50,853,0,1),(11,50,854,0,0),(11,50,855,0,1),(11,50,857,0,0),(11,50,858,0,0),(11,50,859,0,0),(11,50,860,0,1),(11,50,861,0,1),(11,50,862,0,0),(11,50,863,0,1),(11,50,864,0,0),(11,50,865,0,0),(11,51,866,0,0),(11,51,867,0,0),(11,51,868,0,0),(11,51,869,0,0),(11,51,870,0,0),(11,51,871,0,0),(11,51,872,0,0),(11,51,873,0,0),(11,51,874,0,0),(11,51,875,0,0),(11,51,876,0,1),(11,51,877,0,1),(11,51,878,0,0),(11,51,879,0,1),(11,51,880,0,0),(11,51,881,0,0),(11,52,882,0,0),(11,52,883,0,0),(11,52,884,0,0),(11,52,885,0,0),(11,52,886,0,0),(11,52,887,0,1),(11,52,888,0,1),(11,52,889,0,0),(11,52,890,0,1),(11,52,891,0,0),(11,52,892,0,0),(11,53,893,0,0),(11,53,894,0,0),(11,53,895,0,0),(11,53,896,0,0),(11,53,897,0,0),(11,53,898,0,0),(11,53,899,0,0),(11,53,900,0,0),(11,53,901,0,1),(11,53,902,0,1),(11,53,903,0,0),(11,53,904,0,1),(11,53,905,0,0),(11,53,906,0,0),(11,4,907,0,0),(11,4,908,0,0),(11,4,909,0,0),(11,4,910,0,0),(11,4,911,0,0),(11,4,913,0,0),(11,13,914,0,0),(11,13,915,0,0),(11,13,916,0,0),(11,13,917,0,0),(11,13,918,0,0),(11,13,919,0,0),(11,13,920,0,0),(11,13,921,0,0),(11,13,922,0,0),(11,54,923,0,0),(11,54,924,0,0),(11,54,925,0,0),(11,54,926,0,0),(11,54,927,0,0),(11,54,928,0,0),(11,54,929,0,1),(11,54,930,0,1),(11,54,931,0,0),(11,54,932,0,1),(11,54,933,0,0),(11,54,934,0,0),(11,55,935,0,0),(11,55,936,0,0),(11,55,937,0,0),(11,55,938,0,0),(11,55,939,0,0),(11,55,940,0,1),(11,55,941,0,1),(11,55,942,0,0),(11,55,943,0,1),(11,55,944,0,0),(11,55,945,0,0),(11,29,946,0,0),(11,56,947,0,0),(11,56,948,0,0),(11,56,949,0,1),(11,56,950,0,1),(11,56,951,0,0),(11,56,952,0,1),(11,56,953,0,0),(11,56,954,0,0),(11,53,955,0,0),(11,53,956,0,0),(11,53,957,0,0),(11,53,958,0,0),(11,53,959,0,0),(11,54,960,0,0),(11,51,961,0,0),(11,51,962,0,0),(11,14,963,0,0),(11,14,964,0,0),(11,14,965,0,0),(11,57,966,0,0),(11,57,967,0,0),(11,57,968,0,0),(11,57,969,0,0),(11,57,970,0,0),(11,57,971,0,0),(11,57,972,0,0),(11,57,973,0,1),(11,57,974,0,1),(11,57,975,0,0),(11,57,976,0,1),(11,57,977,0,0),(11,57,978,0,0),(11,58,979,0,0),(11,58,980,0,0),(11,58,981,0,0),(11,58,982,0,0),(11,58,983,0,0),(11,58,984,0,0),(11,58,985,0,0),(11,58,986,0,0),(11,58,987,0,0),(11,58,988,0,1),(11,58,989,0,1),(11,58,990,0,0),(11,58,991,0,1),(11,58,992,0,0),(11,58,993,0,0),(11,59,994,0,0),(11,59,995,0,0),(11,59,996,0,0),(11,59,997,0,0),(11,59,998,0,1),(11,59,999,0,1),(11,59,1000,0,0),(11,59,1001,0,1),(11,59,1002,0,0),(11,59,1003,0,0),(11,14,1004,0,0),(11,50,1005,0,0),(11,51,1006,0,0),(11,54,1007,0,0),(11,60,1008,0,0),(11,60,1009,0,0),(11,60,1010,0,0),(11,60,1011,0,0),(11,60,1012,0,0),(11,60,1013,0,0),(11,60,1014,0,0),(11,60,1015,0,0),(11,60,1016,0,0),(11,60,1017,0,0),(11,60,1018,0,0),(11,60,1019,0,0),(11,60,1020,0,0),(11,60,1021,0,0),(11,60,1022,0,0),(11,60,1023,0,0),(11,60,1024,0,0),(11,60,1025,0,0),(11,60,1026,0,0),(11,60,1027,0,0),(11,61,1028,0,0),(11,61,1029,0,0),(11,61,1030,0,0),(11,61,1031,0,0),(11,61,1032,0,0),(11,61,1033,0,0),(11,61,1034,0,0),(11,61,1035,0,0),(11,61,1036,0,0),(11,61,1037,0,0),(11,61,1038,0,0),(11,61,1039,0,0),(11,61,1040,0,0),(11,61,1041,0,0),(11,61,1042,0,0),(11,61,1043,0,0),(11,61,1044,0,0),(11,61,1045,0,0),(11,62,1046,0,0),(11,62,1047,0,0),(11,62,1048,0,0),(11,62,1049,0,0),(11,62,1050,0,0),(11,62,1051,0,0),(11,62,1052,0,0),(11,62,1053,0,0),(11,62,1054,0,0),(11,62,1055,0,0),(11,54,1056,0,0),(11,51,1057,0,0),(11,63,1058,0,0),(11,63,1059,0,0),(11,63,1060,0,0),(11,63,1061,0,0),(11,63,1062,0,0),(11,63,1063,0,0),(11,63,1064,0,0),(11,63,1065,0,0),(11,63,1066,0,0),(11,63,1067,0,0),(11,63,1068,0,0),(11,63,1069,0,0),(11,63,1070,0,0),(11,63,1071,0,0),(11,63,1072,0,0),(11,63,1073,0,0),(11,54,1074,0,0),(11,54,1075,0,0),(11,63,1076,0,0),(11,51,1077,0,0),(11,51,1078,0,0),(11,54,1079,0,0),(11,54,1080,0,0),(11,54,1081,0,0),(11,54,1082,0,0),(11,54,1083,0,0),(11,54,1084,0,0),(11,54,1085,0,0),(11,54,1086,0,0),(11,60,1087,0,0),(11,60,1088,0,0),(11,60,1089,0,0),(11,60,1090,0,0),(11,60,1091,0,0),(11,60,1092,0,0),(11,13,1093,0,0),(11,13,1094,0,0),(11,13,1095,0,0),(11,13,1096,0,0),(11,13,1097,0,0),(11,13,1098,0,0),(11,13,1099,0,0),(11,64,1100,0,0),(11,64,1101,0,0),(11,64,1102,0,0),(11,64,1103,0,0),(11,64,1104,0,0),(11,64,1105,0,0),(11,64,1106,0,0),(11,64,1107,0,0),(11,64,1108,0,0),(11,64,1109,0,0),(11,64,1110,0,0),(11,64,1111,0,0),(11,64,1112,0,0),(11,64,1113,0,0),(11,65,1114,0,0),(11,65,1115,0,0),(11,65,1116,0,0),(11,65,1117,0,0),(11,65,1118,0,0),(11,65,1119,0,0),(11,65,1120,0,0),(11,66,1121,0,0),(11,66,1122,0,0),(11,66,1123,0,0),(11,66,1124,0,0),(11,66,1125,0,0),(11,66,1126,0,0),(11,66,1127,0,0),(11,66,1128,0,0),(11,66,1129,0,0),(11,66,1130,0,0),(11,66,1131,0,0),(11,67,1132,0,0),(11,67,1133,0,0),(11,67,1134,0,0),(11,67,1135,0,0),(11,67,1136,0,0),(11,67,1137,0,0),(11,67,1138,0,0),(11,67,1139,0,0),(11,67,1140,0,0),(11,67,1141,0,0),(11,67,1142,0,0),(11,68,1143,0,0),(11,68,1144,0,0),(11,68,1145,0,0),(11,68,1146,0,0),(11,68,1147,0,0),(11,68,1148,0,0),(11,68,1149,0,0),(11,68,1150,0,0),(11,68,1151,0,0),(11,68,1152,0,0),(11,68,1153,0,0),(11,68,1154,0,0),(11,68,1155,0,0),(11,68,1156,0,0),(11,68,1157,0,0),(11,68,1158,0,0),(11,68,1159,0,0),(11,69,1160,0,0),(11,69,1161,0,0),(11,69,1162,0,0),(11,69,1163,0,0),(11,69,1164,0,0),(11,69,1165,0,0),(11,69,1166,0,0),(11,69,1167,0,0),(11,69,1168,0,0),(11,69,1169,0,0),(11,69,1170,0,0),(11,69,1171,0,0),(11,69,1172,0,0),(11,69,1173,0,0),(11,69,1174,0,0),(11,69,1175,0,0),(11,69,1176,0,0),(11,69,1177,0,0),(11,69,1178,0,0),(11,69,1179,0,0),(11,69,1180,0,0),(11,69,1181,0,0),(11,69,1182,0,0),(11,69,1183,0,0),(11,69,1184,0,0),(11,69,1185,0,0),(11,69,1186,0,0),(11,69,1187,0,0),(11,69,1188,0,0),(11,69,1189,0,0),(11,69,1190,0,0),(11,69,1191,0,0),(11,69,1192,0,0),(11,69,1193,0,0),(11,69,1194,0,0),(11,69,1195,0,0),(11,69,1196,0,0),(11,69,1197,0,0),(11,69,1198,0,0),(11,69,1199,0,0),(11,69,1200,0,0),(11,69,1201,0,0),(11,69,1202,0,0),(11,69,1203,0,0),(11,69,1204,0,0),(11,70,1205,0,0),(11,70,1206,0,0),(11,70,1207,0,0),(11,70,1208,0,0),(11,70,1209,0,0),(11,70,1210,0,0),(11,70,1211,0,0),(11,70,1212,0,0),(11,70,1213,0,0),(11,70,1214,0,0),(11,70,1215,0,0),(11,54,1216,0,0),(11,70,1217,0,0),(11,70,1218,0,0),(11,70,1219,0,0),(11,70,1220,0,0),(11,70,1221,0,0),(11,70,1222,0,0),(11,70,1223,0,0),(12,4,66,0,0),(12,4,67,0,0),(12,4,68,0,0),(12,4,69,0,0),(12,4,70,0,0),(12,4,71,0,0),(12,4,72,0,0),(12,4,73,0,0),(12,4,74,0,0),(12,4,75,0,0),(12,4,76,0,0),(12,4,77,0,0),(12,4,78,0,0),(12,4,79,0,0),(12,4,80,0,0),(12,4,81,0,0),(12,4,82,0,0),(12,4,83,0,0),(12,4,84,0,0),(12,4,85,0,0),(12,4,86,0,0),(12,4,87,0,0),(12,4,88,0,0),(12,4,89,0,0),(12,4,90,0,1),(12,4,91,0,1),(12,4,92,0,0),(12,4,93,0,0),(12,4,94,0,0),(12,4,95,0,0),(12,4,96,0,0),(12,4,97,0,0),(12,4,98,0,0),(12,4,99,0,0),(12,4,100,0,0),(12,4,101,0,0),(12,4,102,0,0),(12,4,103,0,0),(12,4,104,0,0),(12,4,105,0,0),(12,4,106,0,0),(12,4,107,0,0),(12,4,108,0,0),(12,4,109,0,0),(12,13,155,0,0),(12,13,156,0,0),(12,13,157,0,0),(12,13,158,0,0),(12,13,159,0,0),(12,13,160,0,0),(12,13,161,0,0),(12,13,162,0,0),(12,13,164,0,0),(12,13,165,0,0),(12,13,166,0,1),(12,13,167,0,1),(12,13,168,0,0),(12,13,169,0,0),(12,13,170,0,0),(12,13,171,0,0),(12,13,172,0,0),(12,14,174,0,0),(12,14,175,0,0),(12,14,191,0,1),(12,14,192,0,1),(12,14,193,0,0),(12,14,194,1,0),(12,14,199,0,0),(12,14,200,0,0),(12,14,201,0,0),(12,10,220,0,0),(12,10,221,0,0),(12,10,222,0,0),(12,10,223,0,0),(12,10,224,0,0),(12,10,225,0,0),(12,10,226,0,0),(12,10,227,0,0),(12,10,228,0,0),(12,10,229,0,1),(12,10,230,0,0),(12,10,231,0,0),(12,9,232,0,0),(12,9,233,0,0),(12,9,234,0,0),(12,9,235,0,0),(12,9,236,0,0),(12,9,237,0,0),(12,9,238,0,0),(12,9,239,0,0),(12,9,240,0,0),(12,9,241,0,0),(12,9,242,0,0),(12,9,243,0,0),(12,9,244,0,1),(12,9,245,0,1),(12,9,246,0,0),(12,9,247,0,0),(12,9,248,0,0),(12,9,249,0,0),(12,9,250,0,0),(12,9,251,0,0),(12,9,252,0,0),(12,9,253,0,0),(12,9,254,0,0),(12,9,255,0,0),(12,16,256,0,0),(12,16,257,0,0),(12,16,258,0,0),(12,16,259,0,0),(12,16,260,0,0),(12,16,261,0,0),(12,16,262,0,0),(12,16,263,0,0),(12,16,264,0,0),(12,16,265,0,0),(12,16,266,0,0),(12,16,267,0,0),(12,16,268,0,0),(12,16,269,0,0),(12,16,270,0,1),(12,16,271,0,1),(12,16,272,0,0),(12,16,273,0,0),(12,16,274,0,0),(12,16,275,0,0),(12,16,276,0,0),(12,16,277,0,0),(12,16,278,0,0),(12,29,475,0,0),(12,29,479,0,0),(12,29,480,0,0),(12,29,481,0,0),(12,29,482,0,0),(12,29,489,0,0),(12,29,490,0,0),(12,29,491,0,0),(12,29,492,0,0),(12,29,493,0,0),(12,29,494,0,0),(12,29,495,0,0),(12,29,496,0,0),(12,29,497,0,0),(12,29,498,0,0),(12,29,499,0,0),(12,29,504,0,0),(12,29,505,0,0),(12,29,506,0,0),(12,29,507,0,0),(12,29,510,0,0),(12,10,520,0,0),(12,10,521,0,0),(12,10,522,0,0),(12,10,523,0,0),(12,10,524,0,0),(12,10,525,0,0),(12,29,587,0,0),(12,38,588,0,0),(12,38,589,0,0),(12,38,590,0,1),(12,38,591,0,1),(12,38,592,0,0),(12,38,593,0,1),(12,38,594,0,0),(12,38,595,0,1),(12,40,596,0,0),(12,40,597,0,0),(12,40,598,0,0),(12,40,599,0,0),(12,40,600,0,0),(12,40,601,0,0),(12,40,602,0,1),(12,40,603,0,1),(12,40,604,0,0),(12,40,605,0,0),(12,40,606,0,1),(12,40,607,0,0),(12,40,608,0,0),(12,41,609,0,0),(12,41,610,0,0),(12,41,611,0,0),(12,41,612,0,0),(12,41,613,0,0),(12,41,614,0,0),(12,41,615,0,0),(12,41,616,0,0),(12,41,617,0,0),(12,41,618,0,0),(12,41,619,0,0),(12,41,620,0,1),(12,41,621,0,1),(12,41,622,0,0),(12,41,623,0,0),(12,41,624,0,1),(12,41,625,0,0),(12,41,626,0,0),(12,42,627,0,0),(12,42,628,0,0),(12,42,629,0,0),(12,42,630,0,0),(12,42,631,0,0),(12,42,632,0,0),(12,42,633,0,0),(12,42,634,0,0),(12,42,635,0,0),(12,42,636,0,0),(12,42,637,0,0),(12,42,638,0,0),(12,42,639,0,0),(12,42,640,0,1),(12,42,641,0,1),(12,42,642,0,0),(12,42,643,0,0),(12,42,644,0,1),(12,42,645,0,0),(12,42,646,0,0),(12,41,713,0,0),(12,38,714,0,0),(12,4,724,0,1),(12,38,733,0,0),(12,38,734,0,0),(12,13,741,0,0),(12,38,786,0,0),(12,38,787,0,0),(12,38,788,0,0),(12,4,790,0,1),(12,9,794,0,1),(12,10,795,0,1),(12,13,796,0,1),(12,14,797,0,1),(12,16,799,0,1),(12,10,807,0,0),(12,4,809,0,0),(12,9,813,0,0),(12,10,814,0,0),(12,13,815,0,0),(12,14,816,0,0),(12,16,818,0,1),(12,4,827,0,0),(12,9,831,0,0),(12,10,832,0,0),(12,13,833,0,0),(12,14,834,0,0),(12,16,836,0,1),(12,42,848,0,1),(12,42,849,0,0),(12,29,850,0,0),(12,50,851,0,0),(12,50,852,0,0),(12,50,853,0,1),(12,50,854,0,0),(12,50,855,0,1),(12,50,857,0,0),(12,50,858,0,0),(12,50,859,0,0),(12,50,860,0,1),(12,50,861,0,1),(12,50,862,0,0),(12,50,863,0,1),(12,50,864,0,0),(12,50,865,0,0),(12,51,866,0,0),(12,51,867,0,0),(12,51,868,0,0),(12,51,869,0,0),(12,51,871,0,0),(12,51,872,0,0),(12,51,873,0,0),(12,51,874,0,0),(12,51,875,0,0),(12,51,876,0,1),(12,51,877,0,1),(12,51,878,0,0),(12,51,879,0,1),(12,51,880,0,0),(12,51,881,0,0),(12,52,882,0,0),(12,52,883,0,0),(12,52,884,0,0),(12,52,885,0,0),(12,52,886,0,0),(12,52,887,0,1),(12,52,888,0,1),(12,52,889,0,0),(12,52,890,0,1),(12,52,891,0,0),(12,52,892,0,0),(12,53,893,0,0),(12,53,894,0,0),(12,53,895,0,0),(12,53,896,0,0),(12,53,897,0,0),(12,53,898,0,0),(12,53,899,0,0),(12,53,900,0,0),(12,53,901,0,1),(12,53,902,0,1),(12,53,903,0,0),(12,53,904,0,1),(12,53,905,0,0),(12,53,906,0,0),(12,4,907,0,0),(12,4,908,0,0),(12,4,909,0,0),(12,4,910,0,0),(12,4,911,0,0),(12,4,913,0,0),(12,13,914,0,0),(12,13,915,0,0),(12,13,916,0,0),(12,13,917,0,0),(12,13,918,0,0),(12,13,919,0,0),(12,13,920,0,0),(12,13,921,0,0),(12,13,922,0,0),(12,54,923,0,0),(12,54,924,0,0),(12,54,925,0,0),(12,54,926,0,0),(12,54,927,0,0),(12,54,928,0,0),(12,54,929,0,1),(12,54,930,0,1),(12,54,931,0,0),(12,54,932,0,1),(12,54,933,0,0),(12,54,934,0,0),(12,55,935,0,0),(12,55,936,0,0),(12,55,937,0,0),(12,55,938,0,0),(12,55,939,0,0),(12,55,940,0,1),(12,55,941,0,1),(12,55,942,0,0),(12,55,943,0,1),(12,55,944,0,0),(12,55,945,0,0),(12,56,947,0,0),(12,56,948,0,0),(12,56,949,0,1),(12,56,950,0,1),(12,56,951,0,0),(12,56,952,0,1),(12,56,953,0,0),(12,56,954,0,0),(12,53,955,0,0),(12,53,956,0,0),(12,53,957,0,0),(12,53,958,0,0),(12,53,959,0,0),(12,54,960,0,0),(12,51,961,0,0),(12,51,962,0,0),(12,14,963,0,0),(12,14,964,0,0),(12,14,965,0,0),(12,57,966,0,0),(12,57,967,0,0),(12,57,968,0,0),(12,57,969,0,0),(12,57,970,0,0),(12,57,971,0,0),(12,57,972,0,0),(12,57,973,0,1),(12,57,974,0,1),(12,57,975,0,0),(12,57,976,0,1),(12,57,977,0,0),(12,57,978,0,0),(12,58,979,0,0),(12,58,980,0,0),(12,58,981,0,0),(12,58,982,0,0),(12,58,983,0,0),(12,58,984,0,0),(12,58,985,0,0),(12,58,986,0,0),(12,58,987,0,0),(12,58,988,0,1),(12,58,989,0,1),(12,58,990,0,0),(12,58,991,0,1),(12,58,992,0,0),(12,58,993,0,0),(12,59,994,0,0),(12,59,995,0,0),(12,59,996,0,0),(12,59,997,0,0),(12,59,998,0,1),(12,59,999,0,1),(12,59,1000,0,0),(12,59,1001,0,1),(12,59,1002,0,0),(12,59,1003,0,0),(12,14,1004,1,0),(12,50,1005,1,0),(12,51,1006,0,0),(12,54,1007,0,0),(12,60,1008,0,0),(12,60,1009,0,0),(12,60,1010,0,0),(12,60,1011,0,0),(12,60,1012,0,0),(12,60,1013,0,0),(12,60,1014,0,0),(12,60,1015,0,0),(12,60,1016,0,0),(12,60,1017,0,0),(12,60,1018,0,0),(12,60,1019,0,0),(12,60,1020,0,0),(12,60,1021,0,0),(12,60,1022,0,0),(12,60,1023,0,0),(12,60,1024,0,0),(12,60,1025,0,0),(12,60,1026,0,0),(12,60,1027,0,0),(12,61,1028,0,0),(12,61,1029,0,0),(12,61,1030,0,0),(12,61,1031,0,0),(12,61,1032,0,0),(12,61,1033,0,0),(12,61,1034,0,0),(12,61,1035,0,0),(12,61,1036,0,0),(12,61,1037,0,0),(12,61,1038,0,0),(12,61,1039,0,0),(12,61,1040,0,0),(12,61,1041,0,0),(12,61,1042,0,0),(12,61,1043,0,0),(12,61,1044,0,0),(12,61,1045,0,0),(12,62,1046,0,0),(12,62,1047,0,0),(12,62,1048,0,0),(12,62,1049,0,0),(12,62,1050,0,0),(12,62,1051,0,0),(12,62,1052,0,0),(12,62,1053,0,0),(12,62,1054,0,0),(12,62,1055,0,0),(12,54,1056,0,0),(12,51,1057,0,0),(12,63,1058,0,0),(12,63,1059,0,0),(12,63,1060,0,0),(12,63,1061,0,0),(12,63,1062,0,0),(12,63,1063,0,0),(12,63,1064,0,0),(12,63,1065,0,0),(12,63,1066,0,0),(12,63,1067,0,0),(12,63,1068,0,0),(12,63,1069,0,0),(12,63,1070,0,0),(12,63,1071,0,0),(12,63,1072,0,0),(12,63,1073,0,0),(12,54,1074,0,0),(12,54,1075,0,0),(12,63,1076,0,0),(12,51,1077,0,0),(12,51,1078,0,0),(12,54,1079,0,0),(12,54,1080,0,0),(12,54,1081,0,0),(12,54,1082,0,0),(12,54,1083,0,0),(12,54,1084,0,0),(12,54,1085,0,0),(12,54,1086,0,0),(12,60,1087,0,0),(12,60,1088,0,0),(12,60,1089,0,0),(12,60,1090,0,0),(12,60,1091,0,0),(12,60,1092,0,0),(12,13,1093,0,0),(12,13,1094,0,0),(12,13,1095,0,0),(12,13,1096,0,0),(12,13,1097,0,0),(12,13,1098,0,0),(12,13,1099,0,0),(12,64,1100,0,0),(12,64,1101,0,0),(12,64,1102,0,0),(12,64,1103,0,0),(12,64,1104,0,0),(12,64,1105,0,0),(12,64,1106,0,0),(12,64,1107,0,0),(12,64,1108,0,0),(12,64,1109,0,0),(12,64,1110,0,0),(12,64,1111,0,0),(12,64,1112,0,0),(12,64,1113,0,0),(12,65,1114,0,0),(12,65,1115,0,0),(12,65,1116,0,0),(12,65,1117,0,0),(12,65,1118,0,0),(12,65,1119,0,0),(12,65,1120,0,0),(12,66,1121,0,0),(12,66,1122,0,0),(12,66,1123,0,0),(12,66,1124,0,0),(12,66,1125,0,0),(12,66,1126,0,0),(12,66,1127,0,0),(12,66,1128,0,0),(12,66,1129,0,0),(12,66,1130,0,0),(12,66,1131,0,0),(12,67,1132,0,0),(12,67,1133,0,0),(12,67,1134,0,0),(12,67,1135,0,0),(12,67,1136,0,0),(12,67,1137,0,0),(12,67,1138,0,0),(12,67,1139,0,0),(12,67,1140,0,0),(12,67,1141,0,0),(12,67,1142,0,0),(12,68,1143,0,0),(12,68,1144,0,0),(12,68,1145,0,0),(12,68,1146,0,0),(12,68,1147,0,0),(12,68,1148,0,0),(12,68,1149,0,0),(12,68,1150,0,0),(12,68,1151,0,0),(12,68,1152,0,0),(12,68,1153,0,0),(12,68,1154,0,0),(12,68,1155,0,0),(12,68,1156,0,0),(12,68,1157,0,0),(12,68,1158,0,0),(12,68,1159,0,0),(12,69,1160,0,0),(12,69,1161,0,0),(12,69,1162,0,0),(12,69,1163,0,0),(12,69,1164,0,0),(12,69,1165,0,0),(12,69,1166,0,0),(12,69,1167,0,0),(12,69,1168,0,0),(12,69,1169,0,0),(12,69,1170,0,0),(12,69,1171,0,0),(12,69,1172,0,0),(12,69,1173,0,0),(12,69,1174,0,0),(12,69,1175,0,0),(12,69,1176,0,0),(12,69,1177,0,0),(12,69,1178,0,0),(12,69,1179,0,0),(12,69,1180,0,0),(12,69,1181,0,0),(12,69,1182,0,0),(12,69,1183,0,0),(12,69,1184,0,0),(12,69,1185,0,0),(12,69,1186,0,0),(12,69,1187,0,0),(12,69,1188,0,0),(12,69,1189,0,0),(12,69,1190,0,0),(12,69,1191,0,0),(12,69,1192,0,0),(12,69,1193,0,0),(12,69,1194,0,0),(12,69,1195,0,0),(12,69,1196,0,0),(12,69,1197,0,0),(12,69,1198,0,0),(12,69,1199,0,0),(12,69,1200,0,0),(12,69,1201,0,0),(12,69,1202,0,0),(12,69,1203,0,0),(12,69,1204,0,0),(12,70,1205,0,0),(12,70,1206,0,0),(12,70,1207,0,0),(12,70,1208,0,0),(12,70,1209,0,0),(12,70,1210,0,0),(12,70,1211,0,0),(12,70,1212,0,0),(12,70,1213,0,0),(12,70,1214,0,0),(12,70,1215,0,0),(12,54,1216,0,0),(12,70,1217,0,0),(12,70,1218,0,0),(12,70,1219,0,0),(12,70,1220,0,0),(12,70,1221,0,0),(12,70,1222,0,0),(12,70,1223,0,0),(13,4,66,0,0),(13,4,67,0,0),(13,4,68,0,0),(13,4,69,0,0),(13,4,70,0,0),(13,4,71,0,0),(13,4,72,0,0),(13,4,73,0,0),(13,4,74,0,0),(13,4,75,0,0),(13,4,76,0,0),(13,4,77,0,0),(13,4,78,0,0),(13,4,79,0,0),(13,4,80,0,0),(13,4,81,0,0),(13,4,82,0,0),(13,4,83,0,0),(13,4,84,0,0),(13,4,85,0,0),(13,4,86,0,0),(13,4,87,0,0),(13,4,88,0,0),(13,4,89,0,0),(13,4,90,0,1),(13,4,91,0,1),(13,4,92,0,0),(13,4,93,0,0),(13,4,94,0,0),(13,4,95,0,0),(13,4,96,0,0),(13,4,97,0,0),(13,4,98,0,0),(13,4,99,0,0),(13,4,100,0,0),(13,4,101,0,0),(13,4,102,0,0),(13,4,103,0,0),(13,4,104,0,0),(13,4,105,0,0),(13,4,106,0,0),(13,4,107,0,0),(13,4,108,0,0),(13,4,109,0,0),(13,13,155,0,0),(13,13,156,0,0),(13,13,157,0,0),(13,13,158,0,0),(13,13,159,0,0),(13,13,160,0,0),(13,13,161,0,0),(13,13,162,0,0),(13,13,164,0,0),(13,13,165,0,0),(13,13,166,0,1),(13,13,167,0,1),(13,13,168,0,0),(13,13,169,0,0),(13,13,170,0,0),(13,13,171,0,0),(13,13,172,0,0),(13,14,174,0,0),(13,14,175,0,0),(13,14,191,0,1),(13,14,192,0,1),(13,14,193,0,0),(13,14,194,0,0),(13,14,199,1,0),(13,14,200,0,0),(13,14,201,0,0),(13,10,220,0,0),(13,10,221,0,0),(13,10,222,0,0),(13,10,223,0,0),(13,10,224,0,0),(13,10,225,0,0),(13,10,226,0,0),(13,10,227,0,0),(13,10,228,0,0),(13,10,229,0,1),(13,10,230,0,0),(13,10,231,0,0),(13,9,232,0,0),(13,9,233,0,0),(13,9,234,0,0),(13,9,235,0,0),(13,9,236,0,0),(13,9,237,0,0),(13,9,238,0,0),(13,9,239,0,0),(13,9,240,0,0),(13,9,241,0,0),(13,9,242,0,0),(13,9,243,0,0),(13,9,244,0,1),(13,9,245,0,1),(13,9,246,0,0),(13,9,247,0,0),(13,9,248,0,0),(13,9,249,0,0),(13,9,250,0,0),(13,9,251,0,0),(13,9,252,0,0),(13,9,253,0,0),(13,9,254,0,0),(13,9,255,0,0),(13,16,256,0,0),(13,16,257,0,0),(13,16,258,0,0),(13,16,259,0,0),(13,16,260,0,0),(13,16,261,0,0),(13,16,262,0,0),(13,16,263,0,0),(13,16,264,0,0),(13,16,265,0,0),(13,16,266,0,0),(13,16,267,0,0),(13,16,268,0,0),(13,16,269,0,0),(13,16,270,0,1),(13,16,271,0,1),(13,16,272,0,0),(13,16,273,0,0),(13,16,274,0,0),(13,16,275,0,0),(13,16,276,0,0),(13,16,277,0,0),(13,16,278,0,0),(13,29,475,0,0),(13,29,479,0,0),(13,29,480,0,0),(13,29,481,0,0),(13,29,482,0,0),(13,29,489,0,0),(13,29,490,0,0),(13,29,491,0,0),(13,29,492,0,0),(13,29,493,0,0),(13,29,494,0,0),(13,29,495,0,0),(13,29,496,0,0),(13,29,497,0,0),(13,29,498,0,0),(13,29,499,0,0),(13,29,504,0,0),(13,29,505,0,0),(13,29,506,0,0),(13,29,507,0,0),(13,29,510,0,0),(13,10,520,0,0),(13,10,521,0,0),(13,10,522,0,0),(13,10,523,0,0),(13,10,524,0,0),(13,10,525,0,0),(13,29,587,0,0),(13,38,588,0,0),(13,38,589,0,0),(13,38,590,0,1),(13,38,591,0,1),(13,38,592,0,0),(13,38,593,0,1),(13,38,594,0,0),(13,38,595,0,1),(13,40,596,0,0),(13,40,597,0,0),(13,40,598,0,0),(13,40,599,0,0),(13,40,600,0,0),(13,40,601,0,0),(13,40,602,0,1),(13,40,603,0,1),(13,40,604,0,0),(13,40,605,0,0),(13,40,606,0,1),(13,40,607,0,0),(13,40,608,0,0),(13,41,609,0,0),(13,41,610,0,0),(13,41,611,0,0),(13,41,612,0,0),(13,41,613,0,0),(13,41,614,0,0),(13,41,615,0,0),(13,41,616,0,0),(13,41,617,0,0),(13,41,618,0,0),(13,41,619,0,0),(13,41,620,0,1),(13,41,621,0,1),(13,41,622,0,0),(13,41,623,0,0),(13,41,624,0,1),(13,41,625,0,0),(13,41,626,0,0),(13,42,627,0,0),(13,42,628,0,0),(13,42,629,0,0),(13,42,630,0,0),(13,42,631,0,0),(13,42,632,0,0),(13,42,633,0,0),(13,42,634,0,0),(13,42,635,0,0),(13,42,636,0,0),(13,42,637,0,0),(13,42,638,0,0),(13,42,639,0,0),(13,42,640,0,1),(13,42,641,0,1),(13,42,642,0,0),(13,42,643,0,0),(13,42,644,0,1),(13,42,645,0,0),(13,42,646,0,0),(13,41,713,0,0),(13,38,714,0,0),(13,4,724,0,1),(13,38,733,0,0),(13,38,734,0,0),(13,13,741,0,0),(13,38,786,0,0),(13,38,787,0,0),(13,38,788,0,0),(13,4,790,0,1),(13,9,794,0,1),(13,10,795,0,1),(13,13,796,0,1),(13,14,797,0,1),(13,16,799,0,1),(13,10,807,0,0),(13,4,809,0,0),(13,9,813,0,0),(13,10,814,0,0),(13,13,815,0,0),(13,14,816,0,0),(13,16,818,0,1),(13,4,827,0,0),(13,9,831,0,0),(13,10,832,0,0),(13,13,833,0,0),(13,14,834,0,0),(13,16,836,0,1),(13,42,848,0,1),(13,42,849,0,0),(13,29,850,0,0),(13,50,851,0,0),(13,50,852,0,0),(13,50,853,0,1),(13,50,854,0,0),(13,50,855,0,1),(13,50,857,0,0),(13,50,858,0,0),(13,50,859,0,0),(13,50,860,0,1),(13,50,861,0,1),(13,50,862,0,0),(13,50,863,0,1),(13,50,864,0,0),(13,50,865,0,0),(13,51,866,0,0),(13,51,867,0,0),(13,51,868,0,0),(13,51,869,0,0),(13,51,871,0,0),(13,51,872,0,0),(13,51,873,0,0),(13,51,874,0,0),(13,51,875,0,0),(13,51,876,0,1),(13,51,877,0,1),(13,51,878,0,0),(13,51,879,0,1),(13,51,880,0,0),(13,51,881,0,0),(13,52,882,0,0),(13,52,883,0,0),(13,52,884,0,0),(13,52,885,0,0),(13,52,886,0,0),(13,52,887,0,1),(13,52,888,0,1),(13,52,889,0,0),(13,52,890,0,1),(13,52,891,0,0),(13,52,892,0,0),(13,53,893,0,0),(13,53,894,0,0),(13,53,895,0,0),(13,53,896,0,0),(13,53,897,0,0),(13,53,898,0,0),(13,53,899,0,0),(13,53,900,0,0),(13,53,901,0,1),(13,53,902,0,1),(13,53,903,0,0),(13,53,904,0,1),(13,53,905,0,0),(13,53,906,0,0),(13,4,907,0,0),(13,4,908,0,0),(13,4,909,0,0),(13,4,910,0,0),(13,4,911,0,0),(13,4,913,0,0),(13,13,914,0,0),(13,13,915,0,0),(13,13,916,0,0),(13,13,917,0,0),(13,13,918,0,0),(13,13,919,0,0),(13,13,920,0,0),(13,13,921,0,0),(13,13,922,0,0),(13,54,923,0,0),(13,54,924,0,0),(13,54,925,0,0),(13,54,926,0,0),(13,54,927,0,0),(13,54,928,0,0),(13,54,929,0,1),(13,54,930,0,1),(13,54,931,0,0),(13,54,932,0,1),(13,54,933,0,0),(13,54,934,0,0),(13,55,935,0,0),(13,55,936,0,0),(13,55,937,0,0),(13,55,938,0,0),(13,55,939,0,0),(13,55,940,0,1),(13,55,941,0,1),(13,55,942,0,0),(13,55,943,0,1),(13,55,944,0,0),(13,55,945,0,0),(13,56,947,0,0),(13,56,948,0,0),(13,56,949,0,1),(13,56,950,0,1),(13,56,951,0,0),(13,56,952,0,1),(13,56,953,0,0),(13,56,954,0,0),(13,53,955,0,0),(13,53,956,0,0),(13,53,957,0,0),(13,53,958,0,0),(13,53,959,0,0),(13,54,960,0,0),(13,51,961,0,0),(13,51,962,0,0),(13,14,963,0,0),(13,14,964,0,0),(13,14,965,0,0),(13,57,966,0,0),(13,57,967,0,0),(13,57,968,0,0),(13,57,969,0,0),(13,57,970,0,0),(13,57,971,0,0),(13,57,972,0,0),(13,57,973,0,1),(13,57,974,0,1),(13,57,975,0,0),(13,57,976,0,1),(13,57,977,0,0),(13,57,978,0,0),(13,58,979,0,0),(13,58,980,0,0),(13,58,981,0,0),(13,58,982,0,0),(13,58,983,0,0),(13,58,984,0,0),(13,58,985,0,0),(13,58,986,0,0),(13,58,987,0,0),(13,58,988,0,1),(13,58,989,0,1),(13,58,990,0,0),(13,58,991,0,1),(13,58,992,0,0),(13,58,993,0,0),(13,59,994,0,0),(13,59,995,0,0),(13,59,996,0,0),(13,59,997,0,0),(13,59,998,0,1),(13,59,999,0,1),(13,59,1000,0,0),(13,59,1001,0,1),(13,59,1002,0,0),(13,59,1003,0,0),(13,14,1004,0,0),(13,50,1005,0,0),(13,51,1006,0,0),(13,54,1007,0,0),(13,60,1008,0,0),(13,60,1009,0,0),(13,60,1010,0,0),(13,60,1011,0,0),(13,60,1012,0,0),(13,60,1013,0,0),(13,60,1014,0,0),(13,60,1015,0,0),(13,60,1016,0,0),(13,60,1017,0,0),(13,60,1018,0,0),(13,60,1019,0,0),(13,60,1020,0,1),(13,60,1021,0,1),(13,60,1022,0,0),(13,60,1023,0,1),(13,60,1024,0,0),(13,60,1025,0,0),(13,60,1026,0,0),(13,60,1027,0,0),(13,61,1028,0,0),(13,61,1029,0,0),(13,61,1030,0,0),(13,61,1031,0,0),(13,61,1032,0,0),(13,61,1033,0,0),(13,61,1034,0,0),(13,61,1035,0,0),(13,61,1036,0,0),(13,61,1037,0,0),(13,61,1038,0,1),(13,61,1039,0,1),(13,61,1040,0,0),(13,61,1041,0,1),(13,61,1042,0,0),(13,61,1043,0,0),(13,61,1044,0,0),(13,61,1045,0,0),(13,62,1046,0,0),(13,62,1047,0,0),(13,62,1048,0,0),(13,62,1049,0,0),(13,62,1050,0,1),(13,62,1051,0,1),(13,62,1052,0,0),(13,62,1053,0,1),(13,62,1054,0,0),(13,62,1055,0,0),(13,54,1056,0,0),(13,51,1057,0,0),(13,63,1058,0,0),(13,63,1059,0,0),(13,63,1060,0,0),(13,63,1061,0,0),(13,63,1062,0,0),(13,63,1063,0,0),(13,63,1064,0,0),(13,63,1065,0,0),(13,63,1066,0,0),(13,63,1067,0,0),(13,63,1068,0,1),(13,63,1069,0,1),(13,63,1070,0,0),(13,63,1071,0,1),(13,63,1072,0,0),(13,63,1073,0,0),(13,54,1074,0,0),(13,54,1075,0,0),(13,63,1076,0,0),(13,51,1077,0,0),(13,51,1078,0,0),(13,54,1079,0,0),(13,54,1080,0,0),(13,54,1081,0,0),(13,54,1082,0,0),(13,54,1083,0,0),(13,54,1084,0,0),(13,54,1085,0,0),(13,54,1086,0,0),(13,60,1087,0,0),(13,60,1088,0,0),(13,60,1089,0,0),(13,60,1090,0,0),(13,60,1091,0,0),(13,60,1092,0,0),(13,13,1093,0,0),(13,13,1094,0,0),(13,13,1095,0,0),(13,13,1096,0,0),(13,13,1097,0,0),(13,13,1098,0,0),(13,13,1099,0,0),(13,64,1100,0,0),(13,64,1101,0,0),(13,64,1102,0,0),(13,64,1103,0,0),(13,64,1104,0,0),(13,64,1105,0,0),(13,64,1106,0,0),(13,64,1107,0,0),(13,64,1108,0,0),(13,64,1109,0,0),(13,64,1110,0,0),(13,64,1111,0,0),(13,64,1112,0,0),(13,64,1113,0,0),(13,65,1114,0,0),(13,65,1115,0,0),(13,65,1116,0,0),(13,65,1117,0,0),(13,65,1118,0,0),(13,65,1119,0,0),(13,65,1120,0,0),(13,66,1121,0,0),(13,66,1122,0,0),(13,66,1123,0,0),(13,66,1124,0,0),(13,66,1125,0,0),(13,66,1126,0,0),(13,66,1127,0,0),(13,66,1128,0,0),(13,66,1129,0,0),(13,66,1130,0,0),(13,66,1131,0,0),(13,67,1132,0,0),(13,67,1133,0,0),(13,67,1134,0,0),(13,67,1135,0,0),(13,67,1136,0,0),(13,67,1137,0,0),(13,67,1138,0,0),(13,67,1139,0,0),(13,67,1140,0,0),(13,67,1141,0,0),(13,67,1142,0,0),(13,68,1143,0,0),(13,68,1144,0,0),(13,68,1145,0,0),(13,68,1146,0,0),(13,68,1147,0,0),(13,68,1148,0,0),(13,68,1149,0,0),(13,68,1150,0,0),(13,68,1151,0,0),(13,68,1152,0,0),(13,68,1153,0,0),(13,68,1154,0,0),(13,68,1155,0,0),(13,68,1156,0,0),(13,68,1157,0,0),(13,68,1158,0,0),(13,68,1159,0,0),(13,69,1160,0,0),(13,69,1161,0,0),(13,69,1162,0,0),(13,69,1163,0,0),(13,69,1164,0,0),(13,69,1165,0,0),(13,69,1166,0,0),(13,69,1167,0,0),(13,69,1168,0,0),(13,69,1169,0,0),(13,69,1170,0,0),(13,69,1171,0,0),(13,69,1172,0,0),(13,69,1173,0,0),(13,69,1174,0,0),(13,69,1175,0,0),(13,69,1176,0,0),(13,69,1177,0,0),(13,69,1178,0,0),(13,69,1179,0,0),(13,69,1180,0,0),(13,69,1181,0,0),(13,69,1182,0,0),(13,69,1183,0,0),(13,69,1184,0,0),(13,69,1185,0,0),(13,69,1186,0,0),(13,69,1187,0,0),(13,69,1188,0,0),(13,69,1189,0,0),(13,69,1190,0,0),(13,69,1191,0,0),(13,69,1192,0,0),(13,69,1193,0,0),(13,69,1194,0,0),(13,69,1195,0,0),(13,69,1196,0,0),(13,69,1197,0,0),(13,69,1198,0,0),(13,69,1199,0,0),(13,69,1200,0,0),(13,69,1201,0,0),(13,69,1202,0,0),(13,69,1203,0,0),(13,69,1204,0,0),(13,70,1205,0,0),(13,70,1206,0,0),(13,70,1207,0,0),(13,70,1208,0,0),(13,70,1209,0,0),(13,70,1210,0,0),(13,70,1211,0,0),(13,70,1212,0,0),(13,70,1213,0,0),(13,70,1214,0,0),(13,70,1215,0,0),(13,54,1216,0,0),(13,70,1217,0,0),(13,70,1218,0,0),(13,70,1219,0,0),(13,70,1220,0,0),(13,70,1221,0,0),(13,70,1222,0,0),(13,70,1223,0,0);
/*!40000 ALTER TABLE `vtiger_profile2field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_profile2globalpermissions`
--

DROP TABLE IF EXISTS `vtiger_profile2globalpermissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2globalpermissions` (
  `profileid` int(19) NOT NULL,
  `globalactionid` int(19) NOT NULL,
  `globalactionpermission` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_profile2globalpermissions`
--

LOCK TABLES `vtiger_profile2globalpermissions` WRITE;
/*!40000 ALTER TABLE `vtiger_profile2globalpermissions` DISABLE KEYS */;
INSERT INTO `vtiger_profile2globalpermissions` VALUES (1,1,0),(1,2,0),(2,1,1),(2,2,1),(3,1,1),(3,2,1),(4,1,1),(4,2,1),(5,1,1),(5,2,1),(6,1,1),(6,2,1),(7,1,1),(7,2,1),(8,1,1),(8,2,1),(9,1,1),(9,2,1),(10,1,1),(10,2,1),(11,1,1),(11,2,1),(12,1,1),(12,2,1),(13,1,1),(13,2,1);
/*!40000 ALTER TABLE `vtiger_profile2globalpermissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_profile2standardpermissions`
--

DROP TABLE IF EXISTS `vtiger_profile2standardpermissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2standardpermissions` (
  `profileid` int(11) NOT NULL,
  `tabid` int(10) NOT NULL,
  `operation` int(10) NOT NULL,
  `permissions` int(1) DEFAULT NULL,
  PRIMARY KEY (`profileid`,`tabid`,`operation`),
  KEY `profile2standardpermissions_profileid_tabid_operation_idx` (`profileid`,`tabid`,`operation`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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,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,35,0,0),(1,35,1,0),(1,35,2,0),(1,35,3,0),(1,35,4,0),(1,35,7,0),(1,36,0,0),(1,36,1,0),(1,36,2,0),(1,36,3,0),(1,36,4,0),(1,36,7,0),(1,37,0,0),(1,37,1,0),(1,37,2,0),(1,37,3,0),(1,37,4,0),(1,37,7,0),(1,38,0,0),(1,38,1,0),(1,38,2,0),(1,38,3,0),(1,38,4,0),(1,38,7,0),(1,40,0,0),(1,40,1,0),(1,40,2,0),(1,40,3,0),(1,40,4,0),(1,40,7,0),(1,41,0,0),(1,41,1,0),(1,41,2,0),(1,41,3,0),(1,41,4,0),(1,41,7,0),(1,42,0,0),(1,42,1,0),(1,42,2,0),(1,42,3,0),(1,42,4,0),(1,42,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,50,0,0),(1,50,1,0),(1,50,2,0),(1,50,3,0),(1,50,4,0),(1,50,7,0),(1,51,0,0),(1,51,1,0),(1,51,2,0),(1,51,3,0),(1,51,4,0),(1,51,7,0),(1,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),(1,60,0,0),(1,60,1,0),(1,60,2,0),(1,60,3,0),(1,60,4,0),(1,60,7,0),(1,61,0,0),(1,61,1,0),(1,61,2,0),(1,61,3,0),(1,61,4,0),(1,61,7,0),(1,62,0,0),(1,62,1,0),(1,62,2,0),(1,62,3,0),(1,62,4,0),(1,62,7,0),(1,63,0,0),(1,63,1,0),(1,63,2,0),(1,63,3,0),(1,63,4,0),(1,63,7,0),(1,64,0,0),(1,64,1,0),(1,64,2,0),(1,64,3,0),(1,64,4,0),(1,64,7,0),(1,65,0,0),(1,65,1,0),(1,65,2,0),(1,65,3,0),(1,65,4,0),(1,65,7,0),(1,66,0,0),(1,66,1,0),(1,66,2,0),(1,66,3,0),(1,66,4,0),(1,66,7,0),(1,67,0,0),(1,67,1,0),(1,67,2,0),(1,67,3,0),(1,67,4,0),(1,67,7,0),(1,68,0,0),(1,68,1,0),(1,68,2,0),(1,68,3,0),(1,68,4,0),(1,68,7,0),(1,69,0,0),(1,69,1,0),(1,69,2,0),(1,69,3,0),(1,69,4,0),(1,69,7,0),(1,70,0,0),(1,70,1,0),(1,70,2,0),(1,70,3,0),(1,70,4,0),(1,70,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,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,0),(2,25,2,0),(2,25,3,0),(2,25,4,0),(2,25,7,0),(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,35,0,0),(2,35,1,0),(2,35,2,0),(2,35,3,0),(2,35,4,0),(2,35,7,0),(2,36,0,0),(2,36,1,0),(2,36,2,0),(2,36,3,0),(2,36,4,0),(2,36,7,0),(2,37,0,0),(2,37,1,0),(2,37,2,0),(2,37,3,0),(2,37,4,0),(2,37,7,0),(2,38,0,0),(2,38,1,0),(2,38,2,0),(2,38,3,0),(2,38,4,0),(2,38,7,0),(2,40,0,0),(2,40,1,0),(2,40,2,0),(2,40,3,0),(2,40,4,0),(2,40,7,0),(2,41,0,0),(2,41,1,0),(2,41,2,0),(2,41,3,0),(2,41,4,0),(2,41,7,0),(2,42,0,0),(2,42,1,0),(2,42,2,0),(2,42,3,0),(2,42,4,0),(2,42,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,50,0,0),(2,50,1,0),(2,50,2,0),(2,50,3,0),(2,50,4,0),(2,50,7,0),(2,51,0,0),(2,51,1,0),(2,51,2,0),(2,51,3,0),(2,51,4,0),(2,51,7,0),(2,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),(2,60,0,0),(2,60,1,0),(2,60,2,0),(2,60,3,0),(2,60,4,0),(2,60,7,0),(2,61,0,0),(2,61,1,0),(2,61,2,0),(2,61,3,0),(2,61,4,0),(2,61,7,0),(2,62,0,0),(2,62,1,0),(2,62,2,0),(2,62,3,0),(2,62,4,0),(2,62,7,0),(2,63,0,0),(2,63,1,0),(2,63,2,0),(2,63,3,0),(2,63,4,0),(2,63,7,0),(2,64,0,0),(2,64,1,0),(2,64,2,0),(2,64,3,0),(2,64,4,0),(2,64,7,0),(2,65,0,0),(2,65,1,0),(2,65,2,0),(2,65,3,0),(2,65,4,0),(2,65,7,0),(2,66,0,0),(2,66,1,0),(2,66,2,0),(2,66,3,0),(2,66,4,0),(2,66,7,0),(2,67,0,0),(2,67,1,0),(2,67,2,0),(2,67,3,0),(2,67,4,0),(2,67,7,0),(2,68,0,0),(2,68,1,0),(2,68,2,0),(2,68,3,0),(2,68,4,0),(2,68,7,0),(2,69,0,0),(2,69,1,0),(2,69,2,0),(2,69,3,0),(2,69,4,0),(2,69,7,0),(2,70,0,0),(2,70,1,0),(2,70,2,0),(2,70,3,0),(2,70,4,0),(2,70,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,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,35,0,0),(3,35,1,0),(3,35,2,0),(3,35,3,0),(3,35,4,0),(3,35,7,0),(3,36,0,0),(3,36,1,0),(3,36,2,0),(3,36,3,0),(3,36,4,0),(3,36,7,0),(3,37,0,0),(3,37,1,0),(3,37,2,0),(3,37,3,0),(3,37,4,0),(3,37,7,0),(3,38,0,0),(3,38,1,0),(3,38,2,0),(3,38,3,0),(3,38,4,0),(3,38,7,0),(3,40,0,0),(3,40,1,0),(3,40,2,0),(3,40,3,0),(3,40,4,0),(3,40,7,0),(3,41,0,0),(3,41,1,0),(3,41,2,0),(3,41,3,0),(3,41,4,0),(3,41,7,0),(3,42,0,0),(3,42,1,0),(3,42,2,0),(3,42,3,0),(3,42,4,0),(3,42,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,50,0,0),(3,50,1,0),(3,50,2,0),(3,50,3,0),(3,50,4,0),(3,50,7,0),(3,51,0,0),(3,51,1,0),(3,51,2,0),(3,51,3,0),(3,51,4,0),(3,51,7,0),(3,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),(3,60,0,0),(3,60,1,0),(3,60,2,0),(3,60,3,0),(3,60,4,0),(3,60,7,0),(3,61,0,0),(3,61,1,0),(3,61,2,0),(3,61,3,0),(3,61,4,0),(3,61,7,0),(3,62,0,0),(3,62,1,0),(3,62,2,0),(3,62,3,0),(3,62,4,0),(3,62,7,0),(3,63,0,0),(3,63,1,0),(3,63,2,0),(3,63,3,0),(3,63,4,0),(3,63,7,0),(3,64,0,0),(3,64,1,0),(3,64,2,0),(3,64,3,0),(3,64,4,0),(3,64,7,0),(3,65,0,0),(3,65,1,0),(3,65,2,0),(3,65,3,0),(3,65,4,0),(3,65,7,0),(3,66,0,0),(3,66,1,0),(3,66,2,0),(3,66,3,0),(3,66,4,0),(3,66,7,0),(3,67,0,0),(3,67,1,0),(3,67,2,0),(3,67,3,0),(3,67,4,0),(3,67,7,0),(3,68,0,0),(3,68,1,0),(3,68,2,0),(3,68,3,0),(3,68,4,0),(3,68,7,0),(3,69,0,0),(3,69,1,0),(3,69,2,0),(3,69,3,0),(3,69,4,0),(3,69,7,0),(3,70,0,0),(3,70,1,0),(3,70,2,0),(3,70,3,0),(3,70,4,0),(3,70,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,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,35,0,0),(4,35,1,0),(4,35,2,0),(4,35,3,0),(4,35,4,0),(4,35,7,0),(4,36,0,0),(4,36,1,0),(4,36,2,0),(4,36,3,0),(4,36,4,0),(4,36,7,0),(4,37,0,0),(4,37,1,0),(4,37,2,0),(4,37,3,0),(4,37,4,0),(4,37,7,0),(4,38,0,0),(4,38,1,0),(4,38,2,0),(4,38,3,0),(4,38,4,0),(4,38,7,0),(4,40,0,0),(4,40,1,0),(4,40,2,0),(4,40,3,0),(4,40,4,0),(4,40,7,0),(4,41,0,0),(4,41,1,0),(4,41,2,0),(4,41,3,0),(4,41,4,0),(4,41,7,0),(4,42,0,0),(4,42,1,0),(4,42,2,0),(4,42,3,0),(4,42,4,0),(4,42,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,50,0,0),(4,50,1,0),(4,50,2,0),(4,50,3,0),(4,50,4,0),(4,50,7,0),(4,51,0,0),(4,51,1,0),(4,51,2,0),(4,51,3,0),(4,51,4,0),(4,51,7,0),(4,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),(4,60,0,0),(4,60,1,0),(4,60,2,0),(4,60,3,0),(4,60,4,0),(4,60,7,0),(4,61,0,0),(4,61,1,0),(4,61,2,0),(4,61,3,0),(4,61,4,0),(4,61,7,0),(4,62,0,0),(4,62,1,0),(4,62,2,0),(4,62,3,0),(4,62,4,0),(4,62,7,0),(4,63,0,0),(4,63,1,0),(4,63,2,0),(4,63,3,0),(4,63,4,0),(4,63,7,0),(4,64,0,0),(4,64,1,0),(4,64,2,0),(4,64,3,0),(4,64,4,0),(4,64,7,0),(4,65,0,0),(4,65,1,0),(4,65,2,0),(4,65,3,0),(4,65,4,0),(4,65,7,0),(4,66,0,0),(4,66,1,0),(4,66,2,0),(4,66,3,0),(4,66,4,0),(4,66,7,0),(4,67,0,0),(4,67,1,0),(4,67,2,0),(4,67,3,0),(4,67,4,0),(4,67,7,0),(4,68,0,0),(4,68,1,0),(4,68,2,0),(4,68,3,0),(4,68,4,0),(4,68,7,0),(4,69,0,0),(4,69,1,0),(4,69,2,0),(4,69,3,0),(4,69,4,0),(4,69,7,0),(4,70,0,0),(4,70,1,0),(4,70,2,0),(4,70,3,0),(4,70,4,0),(4,70,7,0),(5,4,0,0),(5,4,1,0),(5,4,2,0),(5,4,4,0),(5,4,7,0),(5,9,0,0),(5,9,1,0),(5,9,2,0),(5,9,4,0),(5,9,7,0),(5,10,0,0),(5,10,1,0),(5,10,2,0),(5,10,4,0),(5,10,7,0),(5,13,0,0),(5,13,1,0),(5,13,2,0),(5,13,4,0),(5,13,7,0),(5,14,0,0),(5,14,1,0),(5,14,2,0),(5,14,4,0),(5,14,7,0),(5,16,0,0),(5,16,1,0),(5,16,2,0),(5,16,4,0),(5,16,7,0),(5,25,0,1),(5,25,1,0),(5,25,2,0),(5,25,4,0),(5,25,7,0),(5,37,0,0),(5,37,1,0),(5,37,2,0),(5,37,4,0),(5,37,7,0),(5,38,0,0),(5,38,1,0),(5,38,2,0),(5,38,4,0),(5,38,7,0),(5,40,0,0),(5,40,1,0),(5,40,2,0),(5,40,4,0),(5,40,7,0),(5,41,0,0),(5,41,1,0),(5,41,2,0),(5,41,4,0),(5,41,7,0),(5,42,0,0),(5,42,1,0),(5,42,2,0),(5,42,4,0),(5,42,7,0),(5,50,0,0),(5,50,1,0),(5,50,2,0),(5,50,4,0),(5,50,7,0),(5,51,0,0),(5,51,1,0),(5,51,2,0),(5,51,4,0),(5,51,7,0),(5,52,0,0),(5,52,1,0),(5,52,2,0),(5,52,4,0),(5,52,7,0),(5,53,0,0),(5,53,1,0),(5,53,2,0),(5,53,4,0),(5,53,7,0),(5,54,0,0),(5,54,1,0),(5,54,2,0),(5,54,3,0),(5,54,4,0),(5,54,7,0),(5,55,0,0),(5,55,1,0),(5,55,2,0),(5,55,3,0),(5,55,4,0),(5,55,7,0),(5,56,0,0),(5,56,1,0),(5,56,2,0),(5,56,3,0),(5,56,4,0),(5,56,7,0),(5,57,0,0),(5,57,1,0),(5,57,2,0),(5,57,3,0),(5,57,4,0),(5,57,7,0),(5,58,0,0),(5,58,1,0),(5,58,2,0),(5,58,3,0),(5,58,4,0),(5,58,7,0),(5,59,0,0),(5,59,1,0),(5,59,2,0),(5,59,3,0),(5,59,4,0),(5,59,7,0),(5,60,0,0),(5,60,1,0),(5,60,2,0),(5,60,3,0),(5,60,4,0),(5,60,7,0),(5,61,0,0),(5,61,1,0),(5,61,2,0),(5,61,3,0),(5,61,4,0),(5,61,7,0),(5,62,0,0),(5,62,1,0),(5,62,2,0),(5,62,3,0),(5,62,4,0),(5,62,7,0),(5,63,0,0),(5,63,1,0),(5,63,2,0),(5,63,3,0),(5,63,4,0),(5,63,7,0),(5,64,0,0),(5,64,1,0),(5,64,2,0),(5,64,3,0),(5,64,4,0),(5,64,7,0),(5,65,0,0),(5,65,1,0),(5,65,2,0),(5,65,3,0),(5,65,4,0),(5,65,7,0),(5,66,0,0),(5,66,1,0),(5,66,2,0),(5,66,3,0),(5,66,4,0),(5,66,7,0),(5,67,0,0),(5,67,1,0),(5,67,2,0),(5,67,3,0),(5,67,4,0),(5,67,7,0),(5,68,0,0),(5,68,1,0),(5,68,2,0),(5,68,3,0),(5,68,4,0),(5,68,7,0),(5,69,0,0),(5,69,1,0),(5,69,2,0),(5,69,3,0),(5,69,4,0),(5,69,7,0),(5,70,0,0),(5,70,1,0),(5,70,2,0),(5,70,3,0),(5,70,4,0),(5,70,7,0),(6,4,0,1),(6,4,1,1),(6,4,2,1),(6,4,4,1),(6,4,7,1),(6,9,0,1),(6,9,1,1),(6,9,2,1),(6,9,4,1),(6,9,7,1),(6,10,0,0),(6,10,1,0),(6,10,2,0),(6,10,4,0),(6,10,7,0),(6,13,0,1),(6,13,1,1),(6,13,2,1),(6,13,4,1),(6,13,7,1),(6,14,0,0),(6,14,1,0),(6,14,2,0),(6,14,4,0),(6,14,7,0),(6,16,0,1),(6,16,1,1),(6,16,2,1),(6,16,4,1),(6,16,7,1),(6,25,0,1),(6,25,1,0),(6,25,2,0),(6,25,4,0),(6,25,7,0),(6,38,0,0),(6,38,1,0),(6,38,2,0),(6,38,4,0),(6,38,7,0),(6,40,0,1),(6,40,1,1),(6,40,2,1),(6,40,4,1),(6,40,7,1),(6,41,0,1),(6,41,1,1),(6,41,2,1),(6,41,4,1),(6,41,7,1),(6,42,0,1),(6,42,1,1),(6,42,2,1),(6,42,4,1),(6,42,7,1),(6,50,0,1),(6,50,1,1),(6,50,2,1),(6,50,4,1),(6,50,7,1),(6,51,0,1),(6,51,1,1),(6,51,2,1),(6,51,4,1),(6,51,7,1),(6,52,0,0),(6,52,1,0),(6,52,2,0),(6,52,4,0),(6,52,7,0),(6,53,0,0),(6,53,1,0),(6,53,2,0),(6,53,4,0),(6,53,7,0),(6,54,0,1),(6,54,1,1),(6,54,2,1),(6,54,4,1),(6,54,7,1),(6,55,0,0),(6,55,1,0),(6,55,2,0),(6,55,4,0),(6,55,7,0),(6,56,0,0),(6,56,1,0),(6,56,2,0),(6,56,3,0),(6,56,4,0),(6,56,7,0),(6,57,0,0),(6,57,1,0),(6,57,2,0),(6,57,3,0),(6,57,4,0),(6,57,7,0),(6,58,0,0),(6,58,1,0),(6,58,2,0),(6,58,3,0),(6,58,4,0),(6,58,7,0),(6,59,0,0),(6,59,1,0),(6,59,2,0),(6,59,3,0),(6,59,4,0),(6,59,7,0),(6,60,0,0),(6,60,1,0),(6,60,2,0),(6,60,3,0),(6,60,4,0),(6,60,7,0),(6,61,0,0),(6,61,1,0),(6,61,2,0),(6,61,3,0),(6,61,4,0),(6,61,7,0),(6,62,0,0),(6,62,1,0),(6,62,2,0),(6,62,3,0),(6,62,4,0),(6,62,7,0),(6,63,0,0),(6,63,1,0),(6,63,2,0),(6,63,3,0),(6,63,4,0),(6,63,7,0),(6,64,0,0),(6,64,1,0),(6,64,2,0),(6,64,3,0),(6,64,4,0),(6,64,7,0),(6,65,0,0),(6,65,1,0),(6,65,2,0),(6,65,3,0),(6,65,4,0),(6,65,7,0),(6,66,0,0),(6,66,1,0),(6,66,2,0),(6,66,3,0),(6,66,4,0),(6,66,7,0),(6,67,0,0),(6,67,1,0),(6,67,2,0),(6,67,3,0),(6,67,4,0),(6,67,7,0),(6,68,0,0),(6,68,1,0),(6,68,2,0),(6,68,3,0),(6,68,4,0),(6,68,7,0),(6,69,0,0),(6,69,1,0),(6,69,2,0),(6,69,3,0),(6,69,4,0),(6,69,7,0),(6,70,0,0),(6,70,1,0),(6,70,2,0),(6,70,3,0),(6,70,4,0),(6,70,7,0),(7,4,0,1),(7,4,1,1),(7,4,2,1),(7,4,4,1),(7,4,7,1),(7,9,0,1),(7,9,1,1),(7,9,2,1),(7,9,4,1),(7,9,7,1),(7,10,0,0),(7,10,1,0),(7,10,2,0),(7,10,4,0),(7,10,7,0),(7,13,0,1),(7,13,1,1),(7,13,2,1),(7,13,4,1),(7,13,7,1),(7,14,0,0),(7,14,1,0),(7,14,2,0),(7,14,4,0),(7,14,7,0),(7,16,0,1),(7,16,1,1),(7,16,2,1),(7,16,4,1),(7,16,7,1),(7,25,0,1),(7,25,1,0),(7,25,2,0),(7,25,4,0),(7,25,7,0),(7,38,0,0),(7,38,1,0),(7,38,2,0),(7,38,4,0),(7,38,7,0),(7,40,0,1),(7,40,1,1),(7,40,2,1),(7,40,4,1),(7,40,7,1),(7,41,0,1),(7,41,1,1),(7,41,2,1),(7,41,4,1),(7,41,7,1),(7,42,0,1),(7,42,1,1),(7,42,2,1),(7,42,4,1),(7,42,7,1),(7,50,0,1),(7,50,1,1),(7,50,2,1),(7,50,4,1),(7,50,7,1),(7,51,0,1),(7,51,1,1),(7,51,2,1),(7,51,4,1),(7,51,7,1),(7,52,0,0),(7,52,1,0),(7,52,2,0),(7,52,4,0),(7,52,7,0),(7,53,0,0),(7,53,1,0),(7,53,2,0),(7,53,4,0),(7,53,7,0),(7,54,0,1),(7,54,1,1),(7,54,2,1),(7,54,4,1),(7,54,7,1),(7,55,0,0),(7,55,1,0),(7,55,2,0),(7,55,4,0),(7,55,7,0),(7,56,0,0),(7,56,1,0),(7,56,2,0),(7,56,3,0),(7,56,4,0),(7,56,7,0),(7,57,0,0),(7,57,1,0),(7,57,2,0),(7,57,3,0),(7,57,4,0),(7,57,7,0),(7,58,0,0),(7,58,1,0),(7,58,2,0),(7,58,3,0),(7,58,4,0),(7,58,7,0),(7,59,0,0),(7,59,1,0),(7,59,2,0),(7,59,3,0),(7,59,4,0),(7,59,7,0),(7,60,0,0),(7,60,1,0),(7,60,2,0),(7,60,3,0),(7,60,4,0),(7,60,7,0),(7,61,0,0),(7,61,1,0),(7,61,2,0),(7,61,3,0),(7,61,4,0),(7,61,7,0),(7,62,0,0),(7,62,1,0),(7,62,2,0),(7,62,3,0),(7,62,4,0),(7,62,7,0),(7,63,0,0),(7,63,1,0),(7,63,2,0),(7,63,3,0),(7,63,4,0),(7,63,7,0),(7,64,0,0),(7,64,1,0),(7,64,2,0),(7,64,3,0),(7,64,4,0),(7,64,7,0),(7,65,0,0),(7,65,1,0),(7,65,2,0),(7,65,3,0),(7,65,4,0),(7,65,7,0),(7,66,0,0),(7,66,1,0),(7,66,2,0),(7,66,3,0),(7,66,4,0),(7,66,7,0),(7,67,0,0),(7,67,1,0),(7,67,2,0),(7,67,3,0),(7,67,4,0),(7,67,7,0),(7,68,0,0),(7,68,1,0),(7,68,2,0),(7,68,3,0),(7,68,4,0),(7,68,7,0),(7,69,0,0),(7,69,1,0),(7,69,2,0),(7,69,3,0),(7,69,4,0),(7,69,7,0),(7,70,0,0),(7,70,1,0),(7,70,2,0),(7,70,3,0),(7,70,4,0),(7,70,7,0),(8,4,0,0),(8,4,1,0),(8,4,2,0),(8,4,4,0),(8,4,7,0),(8,9,0,0),(8,9,1,0),(8,9,2,0),(8,9,4,0),(8,9,7,0),(8,10,0,0),(8,10,1,0),(8,10,2,0),(8,10,4,0),(8,10,7,0),(8,13,0,0),(8,13,1,0),(8,13,2,0),(8,13,4,0),(8,13,7,0),(8,14,0,1),(8,14,1,1),(8,14,2,1),(8,14,4,1),(8,14,7,1),(8,16,0,0),(8,16,1,0),(8,16,2,0),(8,16,4,0),(8,16,7,0),(8,25,0,1),(8,25,1,0),(8,25,2,0),(8,25,4,0),(8,25,7,0),(8,38,0,0),(8,38,1,0),(8,38,2,0),(8,38,4,0),(8,38,7,0),(8,40,0,1),(8,40,1,1),(8,40,2,1),(8,40,4,1),(8,40,7,1),(8,41,0,1),(8,41,1,1),(8,41,2,1),(8,41,4,1),(8,41,7,1),(8,42,0,1),(8,42,1,1),(8,42,2,1),(8,42,4,1),(8,42,7,1),(8,50,0,1),(8,50,1,1),(8,50,2,1),(8,50,4,1),(8,50,7,1),(8,51,0,1),(8,51,1,1),(8,51,2,1),(8,51,4,1),(8,51,7,1),(8,52,0,1),(8,52,1,1),(8,52,2,1),(8,52,4,1),(8,52,7,1),(8,53,0,1),(8,53,1,1),(8,53,2,1),(8,53,4,1),(8,53,7,1),(8,54,0,1),(8,54,1,1),(8,54,2,1),(8,54,4,1),(8,54,7,1),(8,55,0,1),(8,55,1,1),(8,55,2,1),(8,55,4,1),(8,55,7,1),(8,56,0,1),(8,56,1,1),(8,56,2,1),(8,56,3,0),(8,56,4,1),(8,56,7,1),(8,57,0,0),(8,57,1,0),(8,57,2,0),(8,57,3,0),(8,57,4,0),(8,57,7,0),(8,58,0,0),(8,58,1,0),(8,58,2,0),(8,58,3,0),(8,58,4,0),(8,58,7,0),(8,59,0,1),(8,59,1,1),(8,59,2,1),(8,59,3,0),(8,59,4,1),(8,59,7,1),(8,60,0,0),(8,60,1,0),(8,60,2,0),(8,60,3,0),(8,60,4,0),(8,60,7,0),(8,61,0,0),(8,61,1,0),(8,61,2,0),(8,61,3,0),(8,61,4,0),(8,61,7,0),(8,62,0,0),(8,62,1,0),(8,62,2,0),(8,62,3,0),(8,62,4,0),(8,62,7,0),(8,63,0,0),(8,63,1,0),(8,63,2,0),(8,63,3,0),(8,63,4,0),(8,63,7,0),(8,64,0,0),(8,64,1,0),(8,64,2,0),(8,64,3,0),(8,64,4,0),(8,64,7,0),(8,65,0,0),(8,65,1,0),(8,65,2,0),(8,65,3,0),(8,65,4,0),(8,65,7,0),(8,66,0,0),(8,66,1,0),(8,66,2,0),(8,66,3,0),(8,66,4,0),(8,66,7,0),(8,67,0,0),(8,67,1,0),(8,67,2,0),(8,67,3,0),(8,67,4,0),(8,67,7,0),(8,68,0,0),(8,68,1,0),(8,68,2,0),(8,68,3,0),(8,68,4,0),(8,68,7,0),(8,69,0,0),(8,69,1,0),(8,69,2,0),(8,69,3,0),(8,69,4,0),(8,69,7,0),(8,70,0,0),(8,70,1,0),(8,70,2,0),(8,70,3,0),(8,70,4,0),(8,70,7,0),(9,4,0,1),(9,4,1,1),(9,4,2,1),(9,4,4,1),(9,4,7,1),(9,9,0,1),(9,9,1,1),(9,9,2,1),(9,9,4,1),(9,9,7,1),(9,10,0,0),(9,10,1,0),(9,10,2,0),(9,10,4,0),(9,10,7,0),(9,13,0,1),(9,13,1,1),(9,13,2,1),(9,13,4,1),(9,13,7,1),(9,14,0,0),(9,14,1,0),(9,14,2,1),(9,14,4,0),(9,14,7,0),(9,16,0,1),(9,16,1,1),(9,16,2,1),(9,16,4,1),(9,16,7,1),(9,25,0,1),(9,25,1,0),(9,25,2,0),(9,25,4,0),(9,25,7,0),(9,38,0,0),(9,38,1,0),(9,38,2,0),(9,38,4,0),(9,38,7,0),(9,40,0,1),(9,40,1,1),(9,40,2,1),(9,40,4,1),(9,40,7,1),(9,41,0,1),(9,41,1,1),(9,41,2,1),(9,41,4,1),(9,41,7,1),(9,42,0,1),(9,42,1,1),(9,42,2,1),(9,42,4,1),(9,42,7,1),(9,50,0,0),(9,50,1,0),(9,50,2,1),(9,50,4,0),(9,50,7,1),(9,51,0,1),(9,51,1,1),(9,51,2,1),(9,51,4,1),(9,51,7,1),(9,52,0,1),(9,52,1,1),(9,52,2,1),(9,52,4,1),(9,52,7,1),(9,53,0,1),(9,53,1,1),(9,53,2,1),(9,53,4,1),(9,53,7,1),(9,54,0,1),(9,54,1,1),(9,54,2,1),(9,54,4,1),(9,54,7,1),(9,55,0,1),(9,55,1,1),(9,55,2,1),(9,55,4,1),(9,55,7,1),(9,56,0,1),(9,56,1,1),(9,56,2,1),(9,56,3,0),(9,56,4,1),(9,56,7,1),(9,57,0,0),(9,57,1,0),(9,57,2,0),(9,57,3,0),(9,57,4,0),(9,57,7,0),(9,58,0,0),(9,58,1,0),(9,58,2,0),(9,58,3,0),(9,58,4,0),(9,58,7,0),(9,59,0,1),(9,59,1,1),(9,59,2,1),(9,59,3,0),(9,59,4,1),(9,59,7,1),(9,60,0,1),(9,60,1,1),(9,60,2,1),(9,60,3,0),(9,60,4,1),(9,60,7,1),(9,61,0,0),(9,61,1,0),(9,61,2,0),(9,61,3,0),(9,61,4,0),(9,61,7,0),(9,62,0,0),(9,62,1,0),(9,62,2,0),(9,62,3,0),(9,62,4,0),(9,62,7,0),(9,63,0,0),(9,63,1,0),(9,63,2,0),(9,63,3,0),(9,63,4,0),(9,63,7,0),(9,64,0,0),(9,64,1,0),(9,64,2,0),(9,64,3,0),(9,64,4,0),(9,64,7,0),(9,65,0,0),(9,65,1,0),(9,65,2,0),(9,65,3,0),(9,65,4,0),(9,65,7,0),(9,66,0,0),(9,66,1,0),(9,66,2,0),(9,66,3,0),(9,66,4,0),(9,66,7,0),(9,67,0,0),(9,67,1,0),(9,67,2,0),(9,67,3,0),(9,67,4,0),(9,67,7,0),(9,68,0,0),(9,68,1,0),(9,68,2,0),(9,68,3,0),(9,68,4,0),(9,68,7,0),(9,69,0,0),(9,69,1,0),(9,69,2,0),(9,69,3,0),(9,69,4,0),(9,69,7,0),(9,70,0,0),(9,70,1,0),(9,70,2,0),(9,70,3,0),(9,70,4,0),(9,70,7,0),(10,4,0,0),(10,4,1,0),(10,4,2,0),(10,4,4,0),(10,4,7,0),(10,9,0,1),(10,9,1,1),(10,9,2,1),(10,9,4,1),(10,9,7,1),(10,10,0,0),(10,10,1,0),(10,10,2,0),(10,10,4,0),(10,10,7,0),(10,13,0,1),(10,13,1,1),(10,13,2,1),(10,13,4,1),(10,13,7,1),(10,14,0,1),(10,14,1,1),(10,14,2,1),(10,14,4,1),(10,14,7,1),(10,16,0,1),(10,16,1,1),(10,16,2,1),(10,16,4,1),(10,16,7,1),(10,25,0,1),(10,25,1,0),(10,25,2,0),(10,25,4,0),(10,25,7,0),(10,38,0,0),(10,38,1,0),(10,38,2,0),(10,38,4,0),(10,38,7,0),(10,40,0,1),(10,40,1,1),(10,40,2,1),(10,40,4,1),(10,40,7,1),(10,41,0,1),(10,41,1,1),(10,41,2,1),(10,41,4,1),(10,41,7,1),(10,42,0,1),(10,42,1,1),(10,42,2,1),(10,42,4,1),(10,42,7,1),(10,50,0,1),(10,50,1,1),(10,50,2,1),(10,50,4,1),(10,50,7,1),(10,51,0,1),(10,51,1,1),(10,51,2,1),(10,51,4,0),(10,51,7,1),(10,52,0,0),(10,52,1,0),(10,52,2,0),(10,52,4,0),(10,52,7,0),(10,53,0,0),(10,53,1,0),(10,53,2,0),(10,53,4,0),(10,53,7,0),(10,54,0,0),(10,54,1,0),(10,54,2,0),(10,54,4,0),(10,54,7,0),(10,55,0,0),(10,55,1,0),(10,55,2,0),(10,55,4,0),(10,55,7,0),(10,56,0,1),(10,56,1,1),(10,56,2,1),(10,56,3,0),(10,56,4,1),(10,56,7,1),(10,57,0,0),(10,57,1,0),(10,57,2,0),(10,57,3,0),(10,57,4,0),(10,57,7,0),(10,58,0,0),(10,58,1,0),(10,58,2,0),(10,58,3,0),(10,58,4,0),(10,58,7,1),(10,59,0,1),(10,59,1,1),(10,59,2,1),(10,59,3,0),(10,59,4,1),(10,59,7,1),(10,60,0,0),(10,60,1,0),(10,60,2,0),(10,60,3,0),(10,60,4,0),(10,60,7,0),(10,61,0,0),(10,61,1,0),(10,61,2,0),(10,61,3,0),(10,61,4,0),(10,61,7,0),(10,62,0,0),(10,62,1,0),(10,62,2,0),(10,62,3,0),(10,62,4,0),(10,62,7,0),(10,63,0,0),(10,63,1,0),(10,63,2,0),(10,63,3,0),(10,63,4,0),(10,63,7,0),(10,64,0,0),(10,64,1,0),(10,64,2,0),(10,64,3,0),(10,64,4,0),(10,64,7,0),(10,65,0,0),(10,65,1,0),(10,65,2,0),(10,65,3,0),(10,65,4,0),(10,65,7,0),(10,66,0,0),(10,66,1,0),(10,66,2,0),(10,66,3,0),(10,66,4,0),(10,66,7,0),(10,67,0,0),(10,67,1,0),(10,67,2,0),(10,67,3,0),(10,67,4,0),(10,67,7,0),(10,68,0,0),(10,68,1,0),(10,68,2,0),(10,68,3,0),(10,68,4,0),(10,68,7,0),(10,69,0,0),(10,69,1,0),(10,69,2,0),(10,69,3,0),(10,69,4,0),(10,69,7,0),(10,70,0,0),(10,70,1,0),(10,70,2,0),(10,70,3,0),(10,70,4,0),(10,70,7,0),(11,4,0,1),(11,4,1,1),(11,4,2,1),(11,4,4,1),(11,4,7,1),(11,9,0,1),(11,9,1,1),(11,9,2,1),(11,9,4,1),(11,9,7,1),(11,13,0,1),(11,13,1,1),(11,13,2,1),(11,13,4,1),(11,13,7,1),(11,14,0,1),(11,14,1,1),(11,14,2,1),(11,14,4,1),(11,14,7,1),(11,16,0,1),(11,16,1,1),(11,16,2,1),(11,16,4,1),(11,16,7,1),(11,25,0,1),(11,25,1,0),(11,25,2,0),(11,25,4,0),(11,25,7,0),(11,40,0,1),(11,40,1,1),(11,40,2,1),(11,40,4,1),(11,40,7,1),(11,41,0,1),(11,41,1,1),(11,41,2,1),(11,41,4,1),(11,41,7,1),(11,42,0,1),(11,42,1,1),(11,42,2,1),(11,42,4,1),(11,42,7,1),(11,50,0,1),(11,50,1,1),(11,50,2,1),(11,50,4,1),(11,50,7,1),(11,51,0,1),(11,51,1,1),(11,51,2,1),(11,51,4,1),(11,51,7,1),(11,52,0,1),(11,52,1,1),(11,52,2,1),(11,52,4,1),(11,52,7,1),(11,53,0,1),(11,53,1,1),(11,53,2,1),(11,53,4,1),(11,53,7,1),(11,54,0,1),(11,54,1,1),(11,54,2,1),(11,54,4,1),(11,54,7,1),(11,55,0,1),(11,55,1,1),(11,55,2,1),(11,55,4,1),(11,55,7,1),(11,56,0,1),(11,56,1,1),(11,56,2,1),(11,56,3,0),(11,56,4,1),(11,56,7,1),(11,57,0,0),(11,57,1,0),(11,57,2,0),(11,57,3,0),(11,57,4,0),(11,57,7,0),(11,58,0,0),(11,58,1,0),(11,58,2,0),(11,58,3,0),(11,58,4,0),(11,58,7,0),(11,59,0,1),(11,59,1,1),(11,59,2,1),(11,59,3,0),(11,59,4,1),(11,59,7,1),(11,60,0,0),(11,60,1,0),(11,60,2,0),(11,60,3,0),(11,60,4,0),(11,60,7,0),(11,61,0,0),(11,61,1,0),(11,61,2,0),(11,61,3,0),(11,61,4,0),(11,61,7,0),(11,62,0,0),(11,62,1,0),(11,62,2,0),(11,62,3,0),(11,62,4,0),(11,62,7,0),(11,63,0,0),(11,63,1,0),(11,63,2,0),(11,63,3,0),(11,63,4,0),(11,63,7,0),(11,64,0,0),(11,64,1,0),(11,64,2,0),(11,64,3,0),(11,64,4,0),(11,64,7,0),(11,65,0,0),(11,65,1,0),(11,65,2,0),(11,65,3,0),(11,65,4,0),(11,65,7,0),(11,66,0,0),(11,66,1,0),(11,66,2,0),(11,66,3,0),(11,66,4,0),(11,66,7,0),(11,67,0,0),(11,67,1,0),(11,67,2,0),(11,67,3,0),(11,67,4,0),(11,67,7,0),(11,68,0,0),(11,68,1,0),(11,68,2,0),(11,68,3,0),(11,68,4,0),(11,68,7,0),(11,69,0,0),(11,69,1,0),(11,69,2,0),(11,69,3,0),(11,69,4,0),(11,69,7,0),(11,70,0,0),(11,70,1,0),(11,70,2,0),(11,70,3,0),(11,70,4,0),(11,70,7,0),(12,4,0,0),(12,4,1,0),(12,4,2,0),(12,4,4,0),(12,4,7,0),(12,9,0,0),(12,9,1,0),(12,9,2,0),(12,9,4,0),(12,9,7,0),(12,10,0,0),(12,10,1,0),(12,10,2,0),(12,10,4,0),(12,10,7,0),(12,13,0,0),(12,13,1,0),(12,13,2,0),(12,13,4,0),(12,13,7,0),(12,14,0,0),(12,14,1,0),(12,14,2,1),(12,14,4,0),(12,14,7,0),(12,16,0,0),(12,16,1,0),(12,16,2,0),(12,16,4,0),(12,16,7,0),(12,25,0,1),(12,25,1,0),(12,25,2,0),(12,25,4,0),(12,25,7,0),(12,38,0,0),(12,38,1,0),(12,38,2,0),(12,38,4,0),(12,38,7,0),(12,40,0,0),(12,40,1,0),(12,40,2,0),(12,40,4,0),(12,40,7,0),(12,41,0,0),(12,41,1,0),(12,41,2,0),(12,41,4,0),(12,41,7,0),(12,42,0,0),(12,42,1,0),(12,42,2,0),(12,42,4,0),(12,42,7,0),(12,50,0,0),(12,50,1,0),(12,50,2,0),(12,50,4,0),(12,50,7,0),(12,51,0,0),(12,51,1,0),(12,51,2,0),(12,51,4,0),(12,51,7,0),(12,52,0,0),(12,52,1,0),(12,52,2,0),(12,52,4,0),(12,52,7,0),(12,53,0,0),(12,53,1,0),(12,53,2,0),(12,53,4,0),(12,53,7,0),(12,54,0,0),(12,54,1,0),(12,54,2,0),(12,54,4,0),(12,54,7,0),(12,55,0,0),(12,55,1,0),(12,55,2,0),(12,55,4,0),(12,55,7,0),(12,56,0,0),(12,56,1,0),(12,56,2,0),(12,56,4,0),(12,56,7,0),(12,57,0,0),(12,57,1,0),(12,57,2,0),(12,57,3,0),(12,57,4,0),(12,57,7,0),(12,58,0,0),(12,58,1,0),(12,58,2,0),(12,58,3,0),(12,58,4,0),(12,58,7,0),(12,59,0,0),(12,59,1,0),(12,59,2,0),(12,59,3,0),(12,59,4,0),(12,59,7,0),(12,60,0,0),(12,60,1,0),(12,60,2,0),(12,60,3,0),(12,60,4,0),(12,60,7,0),(12,61,0,0),(12,61,1,0),(12,61,2,0),(12,61,3,0),(12,61,4,0),(12,61,7,0),(12,62,0,0),(12,62,1,0),(12,62,2,0),(12,62,3,0),(12,62,4,0),(12,62,7,0),(12,63,0,0),(12,63,1,0),(12,63,2,0),(12,63,3,0),(12,63,4,0),(12,63,7,0),(12,64,0,0),(12,64,1,0),(12,64,2,0),(12,64,3,0),(12,64,4,0),(12,64,7,0),(12,65,0,0),(12,65,1,0),(12,65,2,0),(12,65,3,0),(12,65,4,0),(12,65,7,0),(12,66,0,0),(12,66,1,0),(12,66,2,0),(12,66,3,0),(12,66,4,0),(12,66,7,0),(12,67,0,0),(12,67,1,0),(12,67,2,0),(12,67,3,0),(12,67,4,0),(12,67,7,0),(12,68,0,0),(12,68,1,0),(12,68,2,0),(12,68,3,0),(12,68,4,0),(12,68,7,0),(12,69,0,0),(12,69,1,0),(12,69,2,0),(12,69,3,0),(12,69,4,0),(12,69,7,0),(12,70,0,0),(12,70,1,0),(12,70,2,0),(12,70,3,0),(12,70,4,0),(12,70,7,0),(13,4,0,0),(13,4,1,0),(13,4,2,0),(13,4,4,0),(13,4,7,0),(13,9,0,0),(13,9,1,0),(13,9,2,0),(13,9,4,0),(13,9,7,0),(13,10,0,0),(13,10,1,0),(13,10,2,0),(13,10,4,0),(13,10,7,0),(13,13,0,0),(13,13,1,0),(13,13,2,0),(13,13,4,0),(13,13,7,0),(13,14,0,1),(13,14,1,1),(13,14,2,1),(13,14,4,0),(13,14,7,1),(13,16,0,0),(13,16,1,0),(13,16,2,0),(13,16,4,0),(13,16,7,0),(13,25,0,1),(13,25,1,0),(13,25,2,0),(13,25,4,0),(13,25,7,0),(13,38,0,0),(13,38,1,0),(13,38,2,0),(13,38,4,0),(13,38,7,0),(13,40,0,0),(13,40,1,0),(13,40,2,0),(13,40,4,0),(13,40,7,0),(13,41,0,0),(13,41,1,0),(13,41,2,0),(13,41,4,0),(13,41,7,0),(13,42,0,0),(13,42,1,0),(13,42,2,0),(13,42,4,0),(13,42,7,0),(13,50,0,0),(13,50,1,0),(13,50,2,0),(13,50,4,0),(13,50,7,0),(13,51,0,0),(13,51,1,0),(13,51,2,0),(13,51,4,0),(13,51,7,0),(13,52,0,0),(13,52,1,0),(13,52,2,0),(13,52,4,0),(13,52,7,0),(13,53,0,0),(13,53,1,0),(13,53,2,0),(13,53,4,0),(13,53,7,0),(13,54,0,0),(13,54,1,0),(13,54,2,0),(13,54,4,0),(13,54,7,0),(13,55,0,0),(13,55,1,0),(13,55,2,0),(13,55,4,0),(13,55,7,0),(13,56,0,0),(13,56,1,0),(13,56,2,0),(13,56,4,0),(13,56,7,0),(13,57,0,0),(13,57,1,0),(13,57,2,0),(13,57,3,0),(13,57,4,0),(13,57,7,0),(13,58,0,0),(13,58,1,0),(13,58,2,0),(13,58,3,0),(13,58,4,0),(13,58,7,0),(13,59,0,1),(13,59,1,1),(13,59,2,1),(13,59,3,0),(13,59,4,1),(13,59,7,1),(13,60,0,1),(13,60,1,1),(13,60,2,1),(13,60,3,0),(13,60,4,1),(13,60,7,1),(13,61,0,0),(13,61,1,0),(13,61,2,0),(13,61,3,0),(13,61,4,0),(13,61,7,0),(13,62,0,0),(13,62,1,0),(13,62,2,0),(13,62,3,0),(13,62,4,0),(13,62,7,0),(13,63,0,0),(13,63,1,0),(13,63,2,0),(13,63,3,0),(13,63,4,0),(13,63,7,0),(13,64,0,0),(13,64,1,0),(13,64,2,0),(13,64,3,0),(13,64,4,0),(13,64,7,0),(13,65,0,0),(13,65,1,0),(13,65,2,0),(13,65,3,0),(13,65,4,0),(13,65,7,0),(13,66,0,0),(13,66,1,0),(13,66,2,0),(13,66,3,0),(13,66,4,0),(13,66,7,0),(13,67,0,0),(13,67,1,0),(13,67,2,0),(13,67,3,0),(13,67,4,0),(13,67,7,0),(13,68,0,0),(13,68,1,0),(13,68,2,0),(13,68,3,0),(13,68,4,0),(13,68,7,0),(13,69,0,0),(13,69,1,0),(13,69,2,0),(13,69,3,0),(13,69,4,0),(13,69,7,0),(13,70,0,0),(13,70,1,0),(13,70,2,0),(13,70,3,0),(13,70,4,0),(13,70,7,0);
/*!40000 ALTER TABLE `vtiger_profile2standardpermissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_profile2tab`
--

DROP TABLE IF EXISTS `vtiger_profile2tab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2tab` (
  `profileid` int(11) DEFAULT NULL,
  `tabid` int(10) DEFAULT NULL,
  `permissions` int(10) NOT NULL DEFAULT '0',
  KEY `profile2tab_profileid_tabid_idx` (`profileid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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,2,0),(2,3,0),(2,6,0),(2,7,0),(2,8,0),(2,15,0),(2,18,0),(2,19,0),(2,20,0),(2,21,0),(2,22,0),(2,23,0),(2,26,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),(3,37,0),(4,37,0),(1,38,0),(3,38,0),(4,38,0),(1,39,0),(3,39,0),(4,39,0),(1,40,0),(3,40,0),(4,40,0),(1,41,0),(3,41,0),(4,41,0),(1,42,0),(3,42,0),(4,42,0),(1,43,0),(3,43,0),(4,43,0),(1,44,0),(2,44,0),(3,44,0),(4,44,0),(1,45,0),(3,45,0),(4,45,0),(1,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),(3,50,0),(4,50,0),(1,51,0),(3,51,0),(4,51,0),(1,52,0),(3,52,0),(4,52,0),(1,53,0),(3,53,0),(4,53,0),(5,1,0),(5,4,0),(5,9,0),(5,10,0),(5,13,0),(5,14,0),(5,24,0),(5,25,0),(5,27,0),(5,37,0),(5,38,0),(5,39,0),(5,40,0),(5,41,0),(5,42,0),(5,43,0),(5,45,0),(5,46,0),(5,50,0),(5,51,0),(5,52,0),(5,53,0),(5,16,0),(2,24,0),(2,27,0),(2,37,0),(2,46,0),(1,54,0),(3,54,0),(4,54,0),(5,54,0),(1,55,0),(3,55,0),(4,55,0),(5,55,0),(1,56,0),(3,56,0),(4,56,0),(5,56,0),(2,1,0),(2,4,0),(2,9,0),(2,10,1),(2,13,0),(2,14,0),(2,25,0),(2,38,0),(2,39,0),(2,40,0),(2,41,0),(2,42,0),(2,43,0),(2,45,0),(2,50,0),(2,51,0),(2,52,0),(2,53,0),(2,54,0),(2,55,0),(2,56,0),(2,16,0),(6,1,0),(6,4,1),(6,9,1),(6,10,1),(6,13,1),(6,14,0),(6,25,1),(6,38,1),(6,39,1),(6,40,1),(6,41,1),(6,42,1),(6,43,1),(6,45,1),(6,50,1),(6,51,1),(6,52,0),(6,53,0),(6,54,1),(6,55,0),(6,56,0),(6,16,1),(7,1,0),(7,4,1),(7,9,1),(7,10,1),(7,13,1),(7,14,0),(7,25,1),(7,38,1),(7,39,1),(7,40,1),(7,41,1),(7,42,1),(7,43,1),(7,45,1),(7,50,1),(7,51,1),(7,52,0),(7,53,0),(7,54,1),(7,55,0),(7,56,0),(7,16,1),(1,57,0),(2,57,0),(3,57,0),(4,57,0),(5,57,0),(6,57,0),(7,57,0),(1,58,0),(2,58,0),(3,58,0),(4,58,0),(5,58,0),(6,58,0),(7,58,0),(1,59,0),(2,59,0),(3,59,0),(4,59,0),(5,59,0),(6,59,0),(7,59,0),(11,1,0),(11,4,1),(11,9,1),(11,10,1),(11,13,1),(11,14,1),(11,25,1),(11,38,1),(11,39,1),(11,40,1),(11,41,1),(11,42,1),(11,43,1),(11,45,1),(11,50,1),(11,51,1),(11,52,1),(11,53,1),(11,54,1),(11,55,1),(11,56,1),(11,57,1),(11,58,1),(11,59,1),(11,16,1),(8,1,0),(8,4,0),(8,9,0),(8,10,0),(8,13,0),(8,14,1),(8,25,1),(8,38,1),(8,39,1),(8,40,1),(8,41,1),(8,42,1),(8,43,1),(8,45,1),(8,50,1),(8,51,1),(8,52,1),(8,53,1),(8,54,1),(8,55,1),(8,56,1),(8,57,1),(8,58,1),(8,59,1),(8,16,0),(12,1,0),(12,4,0),(12,9,0),(12,10,0),(12,13,0),(12,14,0),(12,25,0),(12,38,0),(12,39,0),(12,40,0),(12,41,0),(12,42,0),(12,43,0),(12,45,0),(12,50,0),(12,51,0),(12,52,0),(12,53,0),(12,54,0),(12,55,0),(12,56,0),(12,57,0),(12,58,0),(12,59,0),(12,16,0),(1,60,0),(2,60,0),(3,60,0),(4,60,0),(5,60,0),(6,60,0),(7,60,0),(8,60,0),(11,60,0),(12,60,0),(1,61,0),(2,61,0),(3,61,0),(4,61,0),(5,61,0),(6,61,0),(7,61,0),(8,61,0),(11,61,0),(12,61,0),(1,62,0),(2,62,0),(3,62,0),(4,62,0),(5,62,0),(6,62,0),(7,62,0),(8,62,0),(11,62,0),(12,62,0),(10,1,0),(10,4,0),(10,9,1),(10,10,1),(10,13,1),(10,14,1),(10,25,1),(10,38,1),(10,39,1),(10,40,1),(10,41,1),(10,42,1),(10,43,1),(10,45,1),(10,46,0),(10,50,1),(10,51,0),(10,52,0),(10,53,0),(10,54,0),(10,55,0),(10,56,1),(10,57,1),(10,58,0),(10,59,1),(10,60,0),(10,61,0),(10,62,1),(10,16,1),(1,63,0),(2,63,0),(3,63,0),(4,63,0),(5,63,0),(6,63,0),(7,63,0),(8,63,0),(10,63,0),(11,63,0),(12,63,0),(9,1,0),(9,4,1),(9,9,1),(9,10,1),(9,13,1),(9,14,0),(9,25,1),(9,38,1),(9,39,1),(9,40,1),(9,41,1),(9,42,1),(9,43,1),(9,45,1),(9,46,0),(9,50,0),(9,51,1),(9,52,1),(9,53,1),(9,54,1),(9,55,1),(9,56,1),(9,57,1),(9,58,1),(9,59,1),(9,60,1),(9,61,1),(9,62,0),(9,63,0),(9,16,1),(13,1,0),(13,4,0),(13,9,0),(13,10,0),(13,13,0),(13,14,0),(13,25,1),(13,38,1),(13,39,1),(13,40,1),(13,41,1),(13,42,1),(13,43,1),(13,45,1),(13,46,0),(13,50,0),(13,51,0),(13,52,0),(13,53,0),(13,54,0),(13,55,0),(13,56,0),(13,57,0),(13,58,0),(13,59,1),(13,60,1),(13,61,1),(13,62,1),(13,63,0),(13,16,0),(1,64,0),(2,64,0),(3,64,0),(4,64,0),(5,64,0),(6,64,0),(7,64,0),(8,64,0),(9,64,0),(10,64,0),(11,64,0),(12,64,0),(13,64,0),(1,65,0),(2,65,0),(3,65,0),(4,65,0),(5,65,0),(6,65,0),(7,65,0),(8,65,0),(9,65,0),(10,65,0),(11,65,0),(12,65,0),(13,65,0),(1,66,0),(2,66,0),(3,66,0),(4,66,0),(5,66,0),(6,66,0),(7,66,0),(8,66,0),(9,66,0),(10,66,0),(11,66,0),(12,66,0),(13,66,0),(1,67,0),(2,67,0),(3,67,0),(4,67,0),(5,67,0),(6,67,0),(7,67,0),(8,67,0),(9,67,0),(10,67,0),(11,67,0),(12,67,0),(13,67,0),(1,68,0),(2,68,0),(3,68,0),(4,68,0),(5,68,0),(6,68,0),(7,68,0),(8,68,0),(9,68,0),(10,68,0),(11,68,0),(12,68,0),(13,68,0),(1,69,0),(2,69,0),(3,69,0),(4,69,0),(5,69,0),(6,69,0),(7,69,0),(8,69,0),(9,69,0),(10,69,0),(11,69,0),(12,69,0),(13,69,0),(1,70,0),(2,70,0),(3,70,0),(4,70,0),(5,70,0),(6,70,0),(7,70,0),(8,70,0),(9,70,0),(10,70,0),(11,70,0),(12,70,0),(13,70,0);
/*!40000 ALTER TABLE `vtiger_profile2tab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_profile2utility`
--

DROP TABLE IF EXISTS `vtiger_profile2utility`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile2utility` (
  `profileid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `activityid` int(11) NOT NULL,
  `permission` int(1) DEFAULT NULL,
  PRIMARY KEY (`profileid`,`tabid`,`activityid`),
  KEY `profile2utility_profileid_tabid_activityid_idx` (`profileid`,`tabid`,`activityid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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,35,5,0),(1,35,6,0),(1,35,10,0),(1,36,5,0),(1,36,6,0),(1,36,10,0),(1,37,11,1),(1,37,12,1),(1,40,5,1),(1,40,6,1),(1,40,10,1),(1,41,5,0),(1,41,6,0),(1,41,10,0),(1,42,5,0),(1,42,6,0),(1,42,10,0),(1,50,5,0),(1,50,6,0),(1,50,8,1),(1,51,5,0),(1,51,6,0),(1,51,8,1),(1,52,5,0),(1,52,6,0),(1,52,8,1),(1,53,5,0),(1,53,6,0),(1,53,8,1),(1,54,5,0),(1,54,6,0),(1,54,8,1),(1,56,5,0),(1,56,6,0),(1,56,8,1),(1,59,5,0),(1,59,6,0),(1,59,8,0),(1,60,5,0),(1,60,6,0),(1,60,8,0),(1,63,5,0),(1,63,6,0),(1,63,8,0),(1,64,5,0),(1,64,6,0),(1,64,8,0),(1,65,5,0),(1,65,6,0),(1,65,8,0),(1,66,5,0),(1,66,6,0),(1,66,8,0),(1,67,5,0),(1,67,6,0),(1,67,8,0),(1,68,5,0),(1,68,6,0),(1,68,8,0),(1,69,5,0),(1,69,6,0),(1,69,8,0),(1,70,5,0),(1,70,6,0),(1,70,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,35,5,0),(2,35,6,0),(2,35,10,0),(2,36,5,0),(2,36,6,0),(2,36,10,0),(2,37,11,1),(2,37,12,1),(2,40,5,1),(2,40,6,1),(2,40,10,1),(2,41,5,0),(2,41,6,0),(2,41,10,0),(2,42,5,0),(2,42,6,0),(2,42,10,0),(2,50,5,0),(2,50,6,0),(2,50,8,1),(2,51,5,0),(2,51,6,0),(2,51,8,1),(2,52,5,0),(2,52,6,0),(2,52,8,1),(2,53,5,0),(2,53,6,0),(2,53,8,1),(2,54,5,0),(2,54,6,0),(2,54,8,1),(2,56,5,0),(2,56,6,0),(2,56,8,1),(2,59,5,0),(2,59,6,0),(2,59,8,0),(2,60,5,0),(2,60,6,0),(2,60,8,0),(2,63,5,0),(2,63,6,0),(2,63,8,0),(2,64,5,0),(2,64,6,0),(2,64,8,0),(2,65,5,0),(2,65,6,0),(2,65,8,0),(2,66,5,0),(2,66,6,0),(2,66,8,0),(2,67,5,0),(2,67,6,0),(2,67,8,0),(2,68,5,0),(2,68,6,0),(2,68,8,0),(2,69,5,0),(2,69,6,0),(2,69,8,0),(2,70,5,0),(2,70,6,0),(2,70,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,35,5,0),(3,35,6,0),(3,35,10,0),(3,36,5,0),(3,36,6,0),(3,36,10,0),(3,37,11,1),(3,37,12,1),(3,40,5,1),(3,40,6,1),(3,40,10,1),(3,41,5,0),(3,41,6,0),(3,41,10,0),(3,42,5,0),(3,42,6,0),(3,42,10,0),(3,50,5,0),(3,50,6,0),(3,50,8,1),(3,51,5,0),(3,51,6,0),(3,51,8,1),(3,52,5,0),(3,52,6,0),(3,52,8,1),(3,53,5,0),(3,53,6,0),(3,53,8,1),(3,54,5,0),(3,54,6,0),(3,54,8,1),(3,56,5,0),(3,56,6,0),(3,56,8,1),(3,59,5,0),(3,59,6,0),(3,59,8,0),(3,60,5,0),(3,60,6,0),(3,60,8,0),(3,63,5,0),(3,63,6,0),(3,63,8,0),(3,64,5,0),(3,64,6,0),(3,64,8,0),(3,65,5,0),(3,65,6,0),(3,65,8,0),(3,66,5,0),(3,66,6,0),(3,66,8,0),(3,67,5,0),(3,67,6,0),(3,67,8,0),(3,68,5,0),(3,68,6,0),(3,68,8,0),(3,69,5,0),(3,69,6,0),(3,69,8,0),(3,70,5,0),(3,70,6,0),(3,70,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,35,5,0),(4,35,6,0),(4,35,10,0),(4,36,5,0),(4,36,6,0),(4,36,10,0),(4,37,11,1),(4,37,12,1),(4,40,5,1),(4,40,6,1),(4,40,10,1),(4,41,5,0),(4,41,6,0),(4,41,10,0),(4,42,5,0),(4,42,6,0),(4,42,10,0),(4,50,5,0),(4,50,6,0),(4,50,8,1),(4,51,5,0),(4,51,6,0),(4,51,8,1),(4,52,5,0),(4,52,6,0),(4,52,8,1),(4,53,5,0),(4,53,6,0),(4,53,8,1),(4,54,5,0),(4,54,6,0),(4,54,8,1),(4,56,5,0),(4,56,6,0),(4,56,8,1),(4,59,5,0),(4,59,6,0),(4,59,8,0),(4,60,5,0),(4,60,6,0),(4,60,8,0),(4,63,5,0),(4,63,6,0),(4,63,8,0),(4,64,5,0),(4,64,6,0),(4,64,8,0),(4,65,5,0),(4,65,6,0),(4,65,8,0),(4,66,5,0),(4,66,6,0),(4,66,8,0),(4,67,5,0),(4,67,6,0),(4,67,8,0),(4,68,5,0),(4,68,6,0),(4,68,8,0),(4,69,5,0),(4,69,6,0),(4,69,8,0),(4,70,5,0),(4,70,6,0),(4,70,8,0),(5,4,5,0),(5,4,6,0),(5,4,8,0),(5,4,10,0),(5,9,5,0),(5,9,6,0),(5,13,5,0),(5,13,6,0),(5,13,8,0),(5,13,10,0),(5,14,5,0),(5,14,6,0),(5,14,10,0),(5,16,5,0),(5,16,6,0),(5,25,6,0),(5,25,13,0),(5,37,5,1),(5,37,6,1),(5,37,8,1),(5,37,11,1),(5,37,12,1),(5,40,5,0),(5,40,6,0),(5,40,10,0),(5,41,5,0),(5,41,6,0),(5,41,10,0),(5,42,5,0),(5,42,6,0),(5,42,10,0),(5,50,5,0),(5,50,6,0),(5,50,8,0),(5,50,10,1),(5,51,5,0),(5,51,6,0),(5,51,8,0),(5,51,10,1),(5,52,5,0),(5,52,6,0),(5,52,8,0),(5,52,10,1),(5,53,5,0),(5,53,6,0),(5,53,8,0),(5,53,10,1),(5,54,5,0),(5,54,6,0),(5,54,8,1),(5,56,5,0),(5,56,6,0),(5,56,8,1),(5,59,5,0),(5,59,6,0),(5,59,8,0),(5,60,5,0),(5,60,6,0),(5,60,8,0),(5,63,5,0),(5,63,6,0),(5,63,8,0),(5,64,5,0),(5,64,6,0),(5,64,8,0),(5,65,5,0),(5,65,6,0),(5,65,8,0),(5,66,5,0),(5,66,6,0),(5,66,8,0),(5,67,5,0),(5,67,6,0),(5,67,8,0),(5,68,5,0),(5,68,6,0),(5,68,8,0),(5,69,5,0),(5,69,6,0),(5,69,8,0),(5,70,5,0),(5,70,6,0),(5,70,8,0),(6,4,5,0),(6,4,6,0),(6,4,8,0),(6,4,10,0),(6,9,5,0),(6,9,6,0),(6,13,5,0),(6,13,6,0),(6,13,8,0),(6,13,10,0),(6,14,5,0),(6,14,6,0),(6,14,10,0),(6,16,5,0),(6,16,6,0),(6,25,6,0),(6,25,13,0),(6,40,5,0),(6,40,6,0),(6,40,10,0),(6,41,5,0),(6,41,6,0),(6,41,10,0),(6,42,5,0),(6,42,6,0),(6,42,10,0),(6,50,5,0),(6,50,6,0),(6,50,8,0),(6,50,10,0),(6,51,5,0),(6,51,6,0),(6,51,8,0),(6,51,10,0),(6,52,5,0),(6,52,6,0),(6,52,8,0),(6,52,10,0),(6,53,5,0),(6,53,6,0),(6,53,8,0),(6,53,10,0),(6,54,5,0),(6,54,6,0),(6,54,8,0),(6,54,10,1),(6,55,5,1),(6,55,6,1),(6,55,8,1),(6,55,10,1),(6,56,5,0),(6,56,6,0),(6,56,8,1),(6,59,5,0),(6,59,6,0),(6,59,8,0),(6,60,5,0),(6,60,6,0),(6,60,8,0),(6,63,5,0),(6,63,6,0),(6,63,8,0),(6,64,5,0),(6,64,6,0),(6,64,8,0),(6,65,5,0),(6,65,6,0),(6,65,8,0),(6,66,5,0),(6,66,6,0),(6,66,8,0),(6,67,5,0),(6,67,6,0),(6,67,8,0),(6,68,5,0),(6,68,6,0),(6,68,8,0),(6,69,5,0),(6,69,6,0),(6,69,8,0),(6,70,5,0),(6,70,6,0),(6,70,8,0),(7,4,5,0),(7,4,6,0),(7,4,8,0),(7,4,10,0),(7,9,5,0),(7,9,6,0),(7,13,5,0),(7,13,6,0),(7,13,8,0),(7,13,10,0),(7,14,5,0),(7,14,6,0),(7,14,10,0),(7,16,5,0),(7,16,6,0),(7,25,6,0),(7,25,13,0),(7,40,5,0),(7,40,6,0),(7,40,10,0),(7,41,5,0),(7,41,6,0),(7,41,10,0),(7,42,5,0),(7,42,6,0),(7,42,10,0),(7,50,5,0),(7,50,6,0),(7,50,8,0),(7,50,10,0),(7,51,5,0),(7,51,6,0),(7,51,8,0),(7,51,10,0),(7,52,5,0),(7,52,6,0),(7,52,8,0),(7,52,10,0),(7,53,5,0),(7,53,6,0),(7,53,8,0),(7,53,10,0),(7,54,5,0),(7,54,6,0),(7,54,8,0),(7,54,10,0),(7,55,5,0),(7,55,6,0),(7,55,8,0),(7,55,10,0),(7,56,5,0),(7,56,6,0),(7,56,8,1),(7,59,5,0),(7,59,6,0),(7,59,8,0),(7,60,5,0),(7,60,6,0),(7,60,8,0),(7,63,5,0),(7,63,6,0),(7,63,8,0),(7,64,5,0),(7,64,6,0),(7,64,8,0),(7,65,5,0),(7,65,6,0),(7,65,8,0),(7,66,5,0),(7,66,6,0),(7,66,8,0),(7,67,5,0),(7,67,6,0),(7,67,8,0),(7,68,5,0),(7,68,6,0),(7,68,8,0),(7,69,5,0),(7,69,6,0),(7,69,8,0),(7,70,5,0),(7,70,6,0),(7,70,8,0),(8,4,5,0),(8,4,6,0),(8,4,8,0),(8,4,10,0),(8,9,5,0),(8,9,6,0),(8,13,5,0),(8,13,6,0),(8,13,8,0),(8,13,10,0),(8,14,5,0),(8,14,6,0),(8,14,10,0),(8,16,5,0),(8,16,6,0),(8,25,6,1),(8,25,13,1),(8,40,5,0),(8,40,6,0),(8,40,10,0),(8,41,5,0),(8,41,6,0),(8,41,10,0),(8,42,5,0),(8,42,6,0),(8,42,10,0),(8,50,5,0),(8,50,6,0),(8,50,8,0),(8,50,10,0),(8,51,5,0),(8,51,6,0),(8,51,8,0),(8,51,10,0),(8,52,5,0),(8,52,6,0),(8,52,8,0),(8,52,10,0),(8,53,5,0),(8,53,6,0),(8,53,8,0),(8,53,10,0),(8,54,5,0),(8,54,6,0),(8,54,8,0),(8,54,10,0),(8,55,5,0),(8,55,6,0),(8,55,8,0),(8,55,10,0),(8,56,5,0),(8,56,6,0),(8,56,8,1),(8,59,5,0),(8,59,6,0),(8,59,8,0),(8,60,5,0),(8,60,6,0),(8,60,8,0),(8,63,5,0),(8,63,6,0),(8,63,8,0),(8,64,5,0),(8,64,6,0),(8,64,8,0),(8,65,5,0),(8,65,6,0),(8,65,8,0),(8,66,5,0),(8,66,6,0),(8,66,8,0),(8,67,5,0),(8,67,6,0),(8,67,8,0),(8,68,5,0),(8,68,6,0),(8,68,8,0),(8,69,5,0),(8,69,6,0),(8,69,8,0),(8,70,5,0),(8,70,6,0),(8,70,8,0),(9,4,5,0),(9,4,6,0),(9,4,8,0),(9,4,10,0),(9,9,5,0),(9,9,6,0),(9,13,5,0),(9,13,6,0),(9,13,8,0),(9,13,10,0),(9,14,5,1),(9,14,6,1),(9,14,10,1),(9,16,5,0),(9,16,6,0),(9,25,6,1),(9,25,13,1),(9,40,5,0),(9,40,6,0),(9,40,10,0),(9,41,5,0),(9,41,6,0),(9,41,10,0),(9,42,5,0),(9,42,6,0),(9,42,10,0),(9,50,5,0),(9,50,6,0),(9,50,8,0),(9,50,10,0),(9,51,5,0),(9,51,6,0),(9,51,8,0),(9,51,10,0),(9,52,5,0),(9,52,6,0),(9,52,8,0),(9,52,10,0),(9,53,5,0),(9,53,6,0),(9,53,8,0),(9,53,10,0),(9,54,5,0),(9,54,6,0),(9,54,8,0),(9,54,10,0),(9,55,5,0),(9,55,6,0),(9,55,8,0),(9,55,10,0),(9,56,5,0),(9,56,6,0),(9,56,8,1),(9,59,5,0),(9,59,6,0),(9,59,8,0),(9,60,5,0),(9,60,6,0),(9,60,8,0),(9,63,5,0),(9,63,6,0),(9,63,8,0),(9,64,5,0),(9,64,6,0),(9,64,8,0),(9,65,5,0),(9,65,6,0),(9,65,8,0),(9,66,5,0),(9,66,6,0),(9,66,8,0),(9,67,5,0),(9,67,6,0),(9,67,8,0),(9,68,5,0),(9,68,6,0),(9,68,8,0),(9,69,5,0),(9,69,6,0),(9,69,8,0),(9,70,5,0),(9,70,6,0),(9,70,8,0),(10,4,5,0),(10,4,6,0),(10,4,8,0),(10,4,10,0),(10,9,5,0),(10,9,6,0),(10,13,5,0),(10,13,6,0),(10,13,8,0),(10,13,10,0),(10,14,5,0),(10,14,6,0),(10,14,10,0),(10,16,5,0),(10,16,6,0),(10,25,6,1),(10,25,13,1),(10,40,5,0),(10,40,6,0),(10,40,10,0),(10,41,5,0),(10,41,6,0),(10,41,10,0),(10,42,5,0),(10,42,6,0),(10,42,10,0),(10,50,5,0),(10,50,6,0),(10,50,8,0),(10,50,10,0),(10,51,5,0),(10,51,6,0),(10,51,8,0),(10,51,10,0),(10,52,5,0),(10,52,6,0),(10,52,8,0),(10,52,10,0),(10,53,5,0),(10,53,6,0),(10,53,8,0),(10,53,10,0),(10,54,5,0),(10,54,6,0),(10,54,8,0),(10,54,10,0),(10,55,5,0),(10,55,6,0),(10,55,8,0),(10,55,10,0),(10,56,5,0),(10,56,6,0),(10,56,8,0),(10,59,5,0),(10,59,6,0),(10,59,8,0),(10,60,5,0),(10,60,6,0),(10,60,8,0),(10,63,5,0),(10,63,6,0),(10,63,8,0),(10,64,5,0),(10,64,6,0),(10,64,8,0),(10,65,5,0),(10,65,6,0),(10,65,8,0),(10,66,5,0),(10,66,6,0),(10,66,8,0),(10,67,5,0),(10,67,6,0),(10,67,8,0),(10,68,5,0),(10,68,6,0),(10,68,8,0),(10,69,5,0),(10,69,6,0),(10,69,8,0),(10,70,5,0),(10,70,6,0),(10,70,8,0),(11,4,5,0),(11,4,6,0),(11,4,8,0),(11,4,10,0),(11,9,5,0),(11,9,6,0),(11,13,5,0),(11,13,6,0),(11,13,8,0),(11,13,10,0),(11,14,5,0),(11,14,6,0),(11,14,10,0),(11,16,5,0),(11,16,6,0),(11,25,6,1),(11,25,13,1),(11,40,5,0),(11,40,6,0),(11,40,10,0),(11,41,5,0),(11,41,6,0),(11,41,10,0),(11,42,5,0),(11,42,6,0),(11,42,10,0),(11,50,5,0),(11,50,6,0),(11,50,8,0),(11,50,10,0),(11,51,5,0),(11,51,6,0),(11,51,8,0),(11,51,10,0),(11,52,5,0),(11,52,6,0),(11,52,8,0),(11,52,10,0),(11,53,5,0),(11,53,6,0),(11,53,8,0),(11,53,10,0),(11,54,5,0),(11,54,6,0),(11,54,8,0),(11,54,10,0),(11,55,5,0),(11,55,6,0),(11,55,8,0),(11,55,10,0),(11,56,5,0),(11,56,6,0),(11,56,8,1),(11,59,5,0),(11,59,6,0),(11,59,8,0),(11,60,5,0),(11,60,6,0),(11,60,8,0),(11,63,5,0),(11,63,6,0),(11,63,8,0),(11,64,5,0),(11,64,6,0),(11,64,8,0),(11,65,5,0),(11,65,6,0),(11,65,8,0),(11,66,5,0),(11,66,6,0),(11,66,8,0),(11,67,5,0),(11,67,6,0),(11,67,8,0),(11,68,5,0),(11,68,6,0),(11,68,8,0),(11,69,5,0),(11,69,6,0),(11,69,8,0),(11,70,5,0),(11,70,6,0),(11,70,8,0),(12,4,5,0),(12,4,6,0),(12,4,8,0),(12,4,10,0),(12,9,5,0),(12,9,6,0),(12,13,5,0),(12,13,6,0),(12,13,8,0),(12,13,10,0),(12,14,5,0),(12,14,6,0),(12,14,10,0),(12,16,5,0),(12,16,6,0),(12,25,6,0),(12,25,13,0),(12,40,5,0),(12,40,6,0),(12,40,10,0),(12,41,5,0),(12,41,6,0),(12,41,10,0),(12,42,5,0),(12,42,6,0),(12,42,10,0),(12,50,5,0),(12,50,6,0),(12,50,8,0),(12,50,10,0),(12,51,5,0),(12,51,6,0),(12,51,8,0),(12,51,10,0),(12,52,5,0),(12,52,6,0),(12,52,8,0),(12,52,10,0),(12,53,5,0),(12,53,6,0),(12,53,8,0),(12,53,10,0),(12,54,5,0),(12,54,6,0),(12,54,8,0),(12,54,10,0),(12,55,5,0),(12,55,6,0),(12,55,8,0),(12,55,10,0),(12,56,5,0),(12,56,6,0),(12,56,8,0),(12,56,10,0),(12,59,5,0),(12,59,6,0),(12,59,8,0),(12,60,5,0),(12,60,6,0),(12,60,8,0),(12,63,5,0),(12,63,6,0),(12,63,8,0),(12,64,5,0),(12,64,6,0),(12,64,8,0),(12,65,5,0),(12,65,6,0),(12,65,8,0),(12,66,5,0),(12,66,6,0),(12,66,8,0),(12,67,5,0),(12,67,6,0),(12,67,8,0),(12,68,5,0),(12,68,6,0),(12,68,8,0),(12,69,5,0),(12,69,6,0),(12,69,8,0),(12,70,5,0),(12,70,6,0),(12,70,8,0),(13,4,5,0),(13,4,6,0),(13,4,8,0),(13,4,10,0),(13,9,5,0),(13,9,6,0),(13,13,5,0),(13,13,6,0),(13,13,8,0),(13,13,10,0),(13,14,5,0),(13,14,6,0),(13,14,10,0),(13,16,5,0),(13,16,6,0),(13,25,6,1),(13,25,13,1),(13,40,5,1),(13,40,6,1),(13,40,10,1),(13,41,5,1),(13,41,6,1),(13,41,10,1),(13,42,5,1),(13,42,6,1),(13,42,10,1),(13,50,5,0),(13,50,6,0),(13,50,8,0),(13,50,10,0),(13,51,5,0),(13,51,6,0),(13,51,8,0),(13,51,10,0),(13,52,5,0),(13,52,6,0),(13,52,8,0),(13,52,10,0),(13,53,5,0),(13,53,6,0),(13,53,8,0),(13,53,10,0),(13,54,5,0),(13,54,6,0),(13,54,8,0),(13,54,10,0),(13,55,5,0),(13,55,6,0),(13,55,8,0),(13,55,10,0),(13,56,5,0),(13,56,6,0),(13,56,8,0),(13,56,10,0),(13,59,5,0),(13,59,6,0),(13,59,8,0),(13,60,5,0),(13,60,6,0),(13,60,8,0),(13,63,5,0),(13,63,6,0),(13,63,8,0),(13,64,5,0),(13,64,6,0),(13,64,8,0),(13,65,5,0),(13,65,6,0),(13,65,8,0),(13,66,5,0),(13,66,6,0),(13,66,8,0),(13,67,5,0),(13,67,6,0),(13,67,8,0),(13,68,5,0),(13,68,6,0),(13,68,8,0),(13,69,5,0),(13,69,6,0),(13,69,8,0),(13,70,5,0),(13,70,6,0),(13,70,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_profile_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (13);
/*!40000 ALTER TABLE `vtiger_profile_seq` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_progress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_progress` (
  `progressid` int(11) NOT NULL AUTO_INCREMENT,
  `progress` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`progressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_progress`
--

LOCK TABLES `vtiger_progress` WRITE;
/*!40000 ALTER TABLE `vtiger_progress` DISABLE KEYS */;
INSERT INTO `vtiger_progress` VALUES (2,'10%',1,276,2,NULL),(3,'20%',1,277,3,NULL),(4,'30%',1,278,4,NULL),(5,'40%',1,279,5,NULL),(6,'50%',1,280,6,NULL),(7,'60%',1,281,7,NULL),(8,'70%',1,282,8,NULL),(9,'80%',1,283,9,NULL),(10,'90%',1,284,10,NULL),(11,'100%',1,285,11,NULL);
/*!40000 ALTER TABLE `vtiger_progress` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_progress_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_progress_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_progress_seq`
--

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

--
-- Table structure for table `vtiger_project`
--

DROP TABLE IF EXISTS `vtiger_project`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_project` (
  `projectid` int(19) 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(1) NOT NULL DEFAULT '0',
  `potentialid` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`projectid`),
  CONSTRAINT `fk_crmid_vtiger_project` FOREIGN KEY (`projectid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_project`
--

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

--
-- Table structure for table `vtiger_projectcf`
--

DROP TABLE IF EXISTS `vtiger_projectcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectcf` (
  `projectid` int(11) NOT NULL,
  PRIMARY KEY (`projectid`),
  CONSTRAINT `fk_projectid_vtiger_projectcf` FOREIGN KEY (`projectid`) REFERENCES `vtiger_project` (`projectid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectcf`
--

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

--
-- Table structure for table `vtiger_projectmilestone`
--

DROP TABLE IF EXISTS `vtiger_projectmilestone`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestone` (
  `projectmilestoneid` int(11) NOT NULL,
  `projectmilestonename` varchar(255) DEFAULT NULL,
  `projectmilestone_no` varchar(100) DEFAULT NULL,
  `projectmilestonedate` varchar(255) DEFAULT NULL,
  `projectid` varchar(100) DEFAULT NULL,
  `projectmilestonetype` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`projectmilestoneid`),
  CONSTRAINT `fk_crmid_vtiger_projectmilestone` FOREIGN KEY (`projectmilestoneid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectmilestone`
--

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

--
-- Table structure for table `vtiger_projectmilestonecf`
--

DROP TABLE IF EXISTS `vtiger_projectmilestonecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestonecf` (
  `projectmilestoneid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`projectmilestoneid`),
  CONSTRAINT `fk_projectmilestoneid_vtiger_projectmilestonecf` FOREIGN KEY (`projectmilestoneid`) REFERENCES `vtiger_projectmilestone` (`projectmilestoneid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectmilestonecf`
--

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

--
-- Table structure for table `vtiger_projectmilestonetype`
--

DROP TABLE IF EXISTS `vtiger_projectmilestonetype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestonetype` (
  `projectmilestonetypeid` int(11) NOT NULL AUTO_INCREMENT,
  `projectmilestonetype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projectmilestonetypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectmilestonetype`
--

LOCK TABLES `vtiger_projectmilestonetype` WRITE;
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` DISABLE KEYS */;
INSERT INTO `vtiger_projectmilestonetype` VALUES (2,'administrative',1,236,2,NULL),(3,'operative',1,237,3,NULL),(4,'other',1,238,4,NULL);
/*!40000 ALTER TABLE `vtiger_projectmilestonetype` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projectmilestonetype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectmilestonetype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectmilestonetype_seq`
--

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

--
-- Table structure for table `vtiger_projectpriority`
--

DROP TABLE IF EXISTS `vtiger_projectpriority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectpriority` (
  `projectpriorityid` int(11) NOT NULL AUTO_INCREMENT,
  `projectpriority` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projectpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectpriority`
--

LOCK TABLES `vtiger_projectpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_projectpriority` DISABLE KEYS */;
INSERT INTO `vtiger_projectpriority` VALUES (2,'low',1,272,2,NULL),(3,'normal',1,273,3,NULL),(4,'high',1,274,4,NULL);
/*!40000 ALTER TABLE `vtiger_projectpriority` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projectpriority_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectpriority_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectpriority_seq`
--

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

--
-- Table structure for table `vtiger_projectstatus`
--

DROP TABLE IF EXISTS `vtiger_projectstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectstatus` (
  `projectstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `projectstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projectstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectstatus`
--

LOCK TABLES `vtiger_projectstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_projectstatus` DISABLE KEYS */;
INSERT INTO `vtiger_projectstatus` VALUES (2,'prospecting',1,259,2,NULL),(3,'initiated',1,260,3,NULL),(4,'in progress',1,261,4,NULL),(5,'waiting for feedback',1,262,5,NULL),(6,'on hold',1,263,6,NULL),(7,'completed',1,264,7,NULL),(8,'delivered',1,265,8,NULL),(9,'archived',1,266,9,NULL);
/*!40000 ALTER TABLE `vtiger_projectstatus` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projectstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projectstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projectstatus_seq`
--

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

--
-- Table structure for table `vtiger_projecttask`
--

DROP TABLE IF EXISTS `vtiger_projecttask`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttask` (
  `projecttaskid` int(11) NOT NULL,
  `projecttaskname` varchar(255) DEFAULT NULL,
  `projecttask_no` varchar(100) DEFAULT NULL,
  `projecttasktype` varchar(100) DEFAULT NULL,
  `projecttaskpriority` varchar(100) DEFAULT NULL,
  `projecttaskprogress` varchar(100) DEFAULT NULL,
  `projecttaskhours` varchar(255) DEFAULT NULL,
  `startdate` date DEFAULT NULL,
  `enddate` date DEFAULT NULL,
  `projectid` varchar(100) DEFAULT NULL,
  `projecttasknumber` int(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `projecttaskstatus` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`projecttaskid`),
  CONSTRAINT `fk_crmid_vtiger_projecttask` FOREIGN KEY (`projecttaskid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttask`
--

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

--
-- Table structure for table `vtiger_projecttask_status_color`
--

DROP TABLE IF EXISTS `vtiger_projecttask_status_color`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttask_status_color` (
  `status` varchar(255) DEFAULT NULL,
  `defaultcolor` varchar(50) DEFAULT NULL,
  `color` varchar(50) DEFAULT NULL,
  UNIQUE KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttask_status_color`
--

LOCK TABLES `vtiger_projecttask_status_color` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttask_status_color` DISABLE KEYS */;
INSERT INTO `vtiger_projecttask_status_color` VALUES ('Open','#0099ff',NULL),('In Progress','#fdff00',NULL),('Completed','#3BBF67',NULL),('Deferred','#fbb11e',NULL),('Canceled','#660066',NULL);
/*!40000 ALTER TABLE `vtiger_projecttask_status_color` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projecttaskcf`
--

DROP TABLE IF EXISTS `vtiger_projecttaskcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskcf` (
  `projecttaskid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`projecttaskid`),
  CONSTRAINT `fk_projecttaskid_vtiger_projecttaskcf` FOREIGN KEY (`projecttaskid`) REFERENCES `vtiger_projecttask` (`projecttaskid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskcf`
--

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

--
-- Table structure for table `vtiger_projecttaskpriority`
--

DROP TABLE IF EXISTS `vtiger_projecttaskpriority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskpriority` (
  `projecttaskpriorityid` int(11) NOT NULL AUTO_INCREMENT,
  `projecttaskpriority` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projecttaskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskpriority`
--

LOCK TABLES `vtiger_projecttaskpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskpriority` VALUES (2,'low',1,244,2,NULL),(3,'normal',1,245,3,NULL),(4,'high',1,246,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskpriority` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projecttaskpriority_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskpriority_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskpriority_seq`
--

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

--
-- Table structure for table `vtiger_projecttaskprogress`
--

DROP TABLE IF EXISTS `vtiger_projecttaskprogress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskprogress` (
  `projecttaskprogressid` int(11) NOT NULL AUTO_INCREMENT,
  `projecttaskprogress` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projecttaskprogressid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskprogress`
--

LOCK TABLES `vtiger_projecttaskprogress` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskprogress` VALUES (2,'10%',1,248,2,NULL),(3,'20%',1,249,3,NULL),(4,'30%',1,250,4,NULL),(5,'40%',1,251,5,NULL),(6,'50%',1,252,6,NULL),(7,'60%',1,253,7,NULL),(8,'70%',1,254,8,NULL),(9,'80%',1,255,9,NULL),(10,'90%',1,256,10,NULL),(11,'100%',1,257,11,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskprogress` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projecttaskprogress_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskprogress_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskprogress_seq`
--

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

--
-- Table structure for table `vtiger_projecttaskstatus`
--

DROP TABLE IF EXISTS `vtiger_projecttaskstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskstatus` (
  `projecttaskstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `projecttaskstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projecttaskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskstatus`
--

LOCK TABLES `vtiger_projecttaskstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttaskstatus` DISABLE KEYS */;
INSERT INTO `vtiger_projecttaskstatus` VALUES (2,'Open',0,290,2,NULL),(3,'In Progress',0,291,3,NULL),(4,'Completed',0,292,4,NULL),(5,'Deferred',0,293,5,NULL),(6,'Canceled ',0,294,6,NULL);
/*!40000 ALTER TABLE `vtiger_projecttaskstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_projecttaskstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_projecttaskstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttaskstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttaskstatus_seq`
--

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

--
-- Table structure for table `vtiger_projecttasktype`
--

DROP TABLE IF EXISTS `vtiger_projecttasktype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttasktype` (
  `projecttasktypeid` int(11) NOT NULL AUTO_INCREMENT,
  `projecttasktype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projecttasktypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttasktype`
--

LOCK TABLES `vtiger_projecttasktype` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttasktype` DISABLE KEYS */;
INSERT INTO `vtiger_projecttasktype` VALUES (2,'administrative',1,240,2,NULL),(3,'operative',1,241,3,NULL),(4,'other',1,242,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttasktype` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projecttasktype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttasktype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttasktype_seq`
--

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

--
-- Table structure for table `vtiger_projecttype`
--

DROP TABLE IF EXISTS `vtiger_projecttype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttype` (
  `projecttypeid` int(11) NOT NULL AUTO_INCREMENT,
  `projecttype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`projecttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_projecttype`
--

LOCK TABLES `vtiger_projecttype` WRITE;
/*!40000 ALTER TABLE `vtiger_projecttype` DISABLE KEYS */;
INSERT INTO `vtiger_projecttype` VALUES (2,'administrative',1,268,2,NULL),(3,'operative',1,269,3,NULL),(4,'other',1,270,4,NULL);
/*!40000 ALTER TABLE `vtiger_projecttype` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_projecttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_projecttype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_purchase_status`
--

DROP TABLE IF EXISTS `vtiger_purchase_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchase_status` (
  `purchase_statusid` int(11) NOT NULL AUTO_INCREMENT,
  `purchase_status` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`purchase_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_purchase_status`
--

LOCK TABLES `vtiger_purchase_status` WRITE;
/*!40000 ALTER TABLE `vtiger_purchase_status` DISABLE KEYS */;
INSERT INTO `vtiger_purchase_status` VALUES (1,'New',1,367,1,NULL),(2,'Receive',1,368,2,NULL);
/*!40000 ALTER TABLE `vtiger_purchase_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_purchase_status_seq`
--

DROP TABLE IF EXISTS `vtiger_purchase_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchase_status_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_purchase_status_seq`
--

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

--
-- Table structure for table `vtiger_purchaseinventory`
--

DROP TABLE IF EXISTS `vtiger_purchaseinventory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchaseinventory` (
  `purchaseinventoryid` int(19) NOT NULL,
  `related_product` varchar(50) DEFAULT NULL,
  `purchaseno` varchar(50) DEFAULT NULL,
  `purchase_qty` int(11) DEFAULT NULL,
  `purchase_status` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`purchaseinventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_purchaseinventory`
--

LOCK TABLES `vtiger_purchaseinventory` WRITE;
/*!40000 ALTER TABLE `vtiger_purchaseinventory` DISABLE KEYS */;
INSERT INTO `vtiger_purchaseinventory` VALUES (499,'447','',7,'New',''),(500,'447','',7,'New',''),(501,'447','',5,'New',''),(502,'447','',2,'Receive',''),(503,'447','',2,'Receive',''),(504,'447','',5,'Receive',''),(505,'447','',2,'Receive',''),(506,'447','',2,'Receive',''),(517,'516','',5,'Receive',''),(597,'590','',10,'Receive',''),(598,'590','',5,'Receive',''),(889,'853','',30,'Receive',''),(1219,'1218','',50,'Receive','');
/*!40000 ALTER TABLE `vtiger_purchaseinventory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_purchaseinventorycf`
--

DROP TABLE IF EXISTS `vtiger_purchaseinventorycf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchaseinventorycf` (
  `purchaseinventoryid` int(19) NOT NULL,
  PRIMARY KEY (`purchaseinventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_purchaseinventorycf`
--

LOCK TABLES `vtiger_purchaseinventorycf` WRITE;
/*!40000 ALTER TABLE `vtiger_purchaseinventorycf` DISABLE KEYS */;
INSERT INTO `vtiger_purchaseinventorycf` VALUES (499),(500),(501),(502),(503),(504),(505),(506),(517),(597),(598),(889),(1219);
/*!40000 ALTER TABLE `vtiger_purchaseinventorycf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_purchaseorder`
--

DROP TABLE IF EXISTS `vtiger_purchaseorder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchaseorder` (
  `purchaseorderid` int(19) NOT NULL DEFAULT '0',
  `subject` varchar(100) DEFAULT NULL,
  `quoteid` int(19) DEFAULT NULL,
  `vendorid` int(19) DEFAULT NULL,
  `requisition_no` varchar(100) DEFAULT NULL,
  `purchaseorder_no` varchar(100) DEFAULT NULL,
  `tracking_no` varchar(100) DEFAULT NULL,
  `contactid` int(19) 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(19) 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(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `region_id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_purchaseorder`
--

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

--
-- Table structure for table `vtiger_purchaseordercf`
--

DROP TABLE IF EXISTS `vtiger_purchaseordercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_purchaseordercf` (
  `purchaseorderid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_purchaseordercf`
--

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

--
-- Table structure for table `vtiger_quotes`
--

DROP TABLE IF EXISTS `vtiger_quotes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotes` (
  `quoteid` int(19) NOT NULL DEFAULT '0',
  `subject` varchar(100) DEFAULT NULL,
  `potentialid` int(19) DEFAULT NULL,
  `quotestage` varchar(200) DEFAULT NULL,
  `validtill` date DEFAULT NULL,
  `contactid` int(19) 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(19) 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(19) DEFAULT NULL,
  `terms_conditions` text,
  `currency_id` int(19) 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(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `region_id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotes`
--

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

--
-- Table structure for table `vtiger_quotesbillads`
--

DROP TABLE IF EXISTS `vtiger_quotesbillads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotesbillads` (
  `quotebilladdressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotesbillads`
--

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

--
-- Table structure for table `vtiger_quotescf`
--

DROP TABLE IF EXISTS `vtiger_quotescf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotescf` (
  `quoteid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotescf`
--

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

--
-- Table structure for table `vtiger_quotesshipads`
--

DROP TABLE IF EXISTS `vtiger_quotesshipads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotesshipads` (
  `quoteshipaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotesshipads`
--

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

--
-- Table structure for table `vtiger_quotestage`
--

DROP TABLE IF EXISTS `vtiger_quotestage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotestage` (
  `quotestageid` int(19) NOT NULL AUTO_INCREMENT,
  `quotestage` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`quotestageid`),
  UNIQUE KEY `quotestage_quotestage_idx` (`quotestage`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotestage`
--

LOCK TABLES `vtiger_quotestage` WRITE;
/*!40000 ALTER TABLE `vtiger_quotestage` DISABLE KEYS */;
INSERT INTO `vtiger_quotestage` VALUES (1,'Created',0,139,0,NULL),(2,'Delivered',0,140,1,NULL),(3,'Reviewed',0,141,2,NULL),(4,'Accepted',0,142,3,NULL),(5,'Rejected',0,143,4,NULL);
/*!40000 ALTER TABLE `vtiger_quotestage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_quotestage_seq`
--

DROP TABLE IF EXISTS `vtiger_quotestage_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotestage_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotestage_seq`
--

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

--
-- Table structure for table `vtiger_quotestagehistory`
--

DROP TABLE IF EXISTS `vtiger_quotestagehistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_quotestagehistory` (
  `historyid` int(19) NOT NULL AUTO_INCREMENT,
  `quoteid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_quotestagehistory`
--

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

--
-- Table structure for table `vtiger_rating`
--

DROP TABLE IF EXISTS `vtiger_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rating` (
  `rating_id` int(19) NOT NULL AUTO_INCREMENT,
  `rating` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`rating_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_rating`
--

LOCK TABLES `vtiger_rating` WRITE;
/*!40000 ALTER TABLE `vtiger_rating` DISABLE KEYS */;
INSERT INTO `vtiger_rating` VALUES (2,'Acquired',1,145,1,NULL),(3,'Active',1,146,2,NULL),(4,'Market Failed',1,147,3,NULL),(5,'Project Cancelled',1,148,4,NULL),(6,'Shutdown',1,149,5,NULL);
/*!40000 ALTER TABLE `vtiger_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_rating_seq`
--

DROP TABLE IF EXISTS `vtiger_rating_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rating_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_rating_seq`
--

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

--
-- Table structure for table `vtiger_recurring_frequency`
--

DROP TABLE IF EXISTS `vtiger_recurring_frequency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurring_frequency` (
  `recurring_frequency_id` int(11) DEFAULT NULL,
  `recurring_frequency` varchar(200) DEFAULT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_recurring_frequency`
--

LOCK TABLES `vtiger_recurring_frequency` WRITE;
/*!40000 ALTER TABLE `vtiger_recurring_frequency` DISABLE KEYS */;
INSERT INTO `vtiger_recurring_frequency` VALUES (2,'Daily',1,1,NULL),(3,'Weekly',2,1,NULL),(4,'Monthly',3,1,NULL),(5,'Quarterly',4,1,NULL),(6,'Yearly',5,1,NULL);
/*!40000 ALTER TABLE `vtiger_recurring_frequency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_recurring_frequency_seq`
--

DROP TABLE IF EXISTS `vtiger_recurring_frequency_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurring_frequency_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_recurring_frequency_seq`
--

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

--
-- Table structure for table `vtiger_recurringevents`
--

DROP TABLE IF EXISTS `vtiger_recurringevents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurringevents` (
  `recurringid` int(19) NOT NULL AUTO_INCREMENT,
  `activityid` int(19) NOT NULL,
  `recurringdate` date DEFAULT NULL,
  `recurringtype` varchar(30) DEFAULT NULL,
  `recurringfreq` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_recurringevents`
--

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

--
-- Table structure for table `vtiger_recurringtype`
--

DROP TABLE IF EXISTS `vtiger_recurringtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurringtype` (
  `recurringeventid` int(19) NOT NULL AUTO_INCREMENT,
  `recurringtype` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_recurringtype`
--

LOCK TABLES `vtiger_recurringtype` WRITE;
/*!40000 ALTER TABLE `vtiger_recurringtype` DISABLE KEYS */;
INSERT INTO `vtiger_recurringtype` VALUES (2,'Daily',1,1,NULL),(3,'Weekly',2,1,NULL),(4,'Monthly',3,1,NULL),(5,'Yearly',4,1,NULL);
/*!40000 ALTER TABLE `vtiger_recurringtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_recurringtype_seq`
--

DROP TABLE IF EXISTS `vtiger_recurringtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_recurringtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relatedlists` (
  `relation_id` int(19) NOT NULL,
  `tabid` int(10) DEFAULT NULL,
  `related_tabid` int(10) DEFAULT NULL,
  `name` varchar(100) DEFAULT NULL,
  `sequence` int(10) DEFAULT NULL,
  `label` varchar(100) DEFAULT NULL,
  `presence` int(10) NOT NULL DEFAULT '0',
  `actions` varchar(50) NOT NULL DEFAULT '',
  `relationfieldid` int(19) 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=utf8;
/*!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,35,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(91,35,20,'get_quotes',2,'Quotes',0,'ADD',703,NULL,'1:N'),(92,35,21,'get_purchase_orders',3,'Purchase Order',0,'ADD',694,NULL,'1:N'),(93,35,22,'get_salesorder',4,'Sales Order',0,'ADD',685,NULL,'1:N'),(94,35,23,'get_invoices',5,'Invoice',0,'ADD',676,NULL,'1:N'),(95,35,19,'get_service_pricebooks',6,'PriceBooks',0,'ADD',NULL,NULL,'N:N'),(96,35,7,'get_related_list',7,'Leads',0,'SELECT',NULL,NULL,'N:N'),(97,35,6,'get_related_list',8,'Accounts',0,'SELECT',NULL,NULL,'N:N'),(98,35,4,'get_related_list',9,'Contacts',0,'SELECT',NULL,NULL,'N:N'),(99,35,2,'get_related_list',10,'Potentials',0,'SELECT',NULL,NULL,'N:N'),(100,35,8,'get_attachments',11,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(101,13,35,'get_related_list',6,'Services',0,'SELECT',NULL,NULL,'N:N'),(102,7,35,'get_related_list',8,'Services',0,'SELECT',NULL,NULL,'N:N'),(103,6,35,'get_related_list',15,'Services',0,'SELECT',NULL,NULL,'N:N'),(104,4,35,'get_related_list',14,'Services',0,'SELECT',NULL,NULL,'N:N'),(105,2,35,'get_related_list',10,'Services',0,'SELECT',NULL,NULL,'N:N'),(106,19,35,'get_pricebook_services',3,'Services',0,'SELECT',NULL,NULL,'N:N'),(107,36,13,'get_related_list',1,'Service Requests',0,'ADD,SELECT',NULL,NULL,'N:N'),(108,36,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(109,6,36,'get_merged_list',16,'Service Contracts',0,'ADD',553,NULL,'1:N'),(110,4,36,'get_dependents_list',15,'Service Contracts',0,'ADD',553,NULL,'1:N'),(111,13,36,'get_related_list',7,'Service Contracts',0,'ADD,SELECT',NULL,NULL,'N:N'),(115,7,38,'get_comments',10,'ModComments',0,'',592,NULL,'1:N'),(116,4,38,'get_comments',17,'ModComments',0,'',592,NULL,'1:N'),(117,6,38,'get_comments',18,'ModComments',0,'',592,NULL,'1:N'),(118,2,38,'get_comments',11,'ModComments',0,'',592,NULL,'1:N'),(126,6,42,'get_merged_list',19,'Projects',0,'add',633,NULL,'1:N'),(127,4,42,'get_dependents_list',18,'Projects',0,'add',633,NULL,'1:N'),(128,13,42,'get_related_list',8,'Projects',0,'SELECT',NULL,NULL,'N:N'),(130,47,13,'get_related_list',1,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(131,47,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(132,6,47,'get_merged_list',20,'Assets',0,'ADD',659,NULL,'1:N'),(133,14,47,'get_dependents_list',15,'Assets',0,'ADD',648,NULL,'1:N'),(134,23,47,'get_dependents_list',5,'Assets',0,'ADD',654,NULL,'1:N'),(135,48,6,'get_related_list',1,'Accounts',0,' ',NULL,NULL,'N:N'),(136,48,4,'get_related_list',2,'Contacts',0,' ',NULL,NULL,'N:N'),(137,48,7,'get_related_list',3,'Leads',0,' ',NULL,NULL,'N:N'),(138,41,8,'get_attachments',2,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(139,41,38,'get_comments',3,'ModComments',0,'',592,NULL,'1:N'),(140,42,41,'get_dependents_list',2,'Project Tasks',0,'ADD',612,NULL,'1:N'),(141,42,40,'get_dependents_list',3,'Project Milestones',0,'ADD',598,NULL,'1:N'),(142,42,8,'get_attachments',4,'Documents',0,'ADD,SELECT',NULL,NULL,'N:N'),(143,42,13,'get_related_list',5,'HelpDesk',0,'ADD,SELECT',NULL,NULL,'N:N'),(144,42,0,'get_gantt_chart',6,'Charts',0,'',NULL,NULL,'N:N'),(145,42,38,'get_comments',7,'ModComments',0,'',592,NULL,'1:N'),(146,13,38,'get_comments',9,'ModComments',0,'',592,NULL,'1:N'),(147,15,38,'get_comments',3,'ModComments',0,'',592,NULL,'1:N'),(148,4,47,'get_dependents_list',19,'Assets',0,'ADD',660,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,35,'get_related_list',6,'Services',0,'1',NULL,NULL,'N:N'),(157,8,42,'get_related_list',7,'Project',0,'1',NULL,NULL,'N:N'),(158,8,47,'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,42,10,'get_emails',8,'Emails',0,'ADD',NULL,NULL,'N:N'),(167,41,10,'get_emails',4,'Emails',0,'ADD',NULL,NULL,'N:N'),(168,42,9,'get_related_list',9,'Activities',0,'ADD',NULL,NULL,'N:N'),(169,42,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,14,50,'get_dependents_list',17,'Inventory Order',0,'',NULL,NULL,'N:N'),(172,14,57,'get_dependents_list',18,'Distribute',0,'',NULL,NULL,'N:N'),(173,58,53,'get_dependents_list',1,'Selling Inventory',0,'',NULL,NULL,'N:N'),(174,50,50,'get_inventoryorder',1,'Inventory Order',0,'',NULL,NULL,'N:N'),(175,69,70,'get_dependents_list',1,'Addons Transaction',0,'ADD',NULL,NULL,'N:N');
/*!40000 ALTER TABLE `vtiger_relatedlists` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_relatedlists_rb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relatedlists_rb` (
  `entityid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_relatedlists_rb`
--

LOCK TABLES `vtiger_relatedlists_rb` WRITE;
/*!40000 ALTER TABLE `vtiger_relatedlists_rb` DISABLE KEYS */;
INSERT INTO `vtiger_relatedlists_rb` VALUES (3,'update','vtiger_sellinginventory','related_inventory','sellinginventoryid','6'),(10,'update','vtiger_inventoryorder','item_name','inventoryorderid','21,23,24,38,41,42'),(11,'update','vtiger_inventoryorder','item_name','inventoryorderid','16,17,25,26,37'),(12,'update','vtiger_inventoryorder','item_name','inventoryorderid','13,18,19,28,31,32,34,39,40'),(22,'update','vtiger_inventoryorder','item_name','inventoryorderid','29,33'),(8,'update','vtiger_inventoryorder','item_name','inventoryorderid','9,20,27'),(49,'update','vtiger_inventoryorder','item_name','inventoryorderid','50'),(43,'update','vtiger_inventoryorder','item_name','inventoryorderid','44,45,46,47,55'),(50,'update','vtiger_simcard','linktoinventoryorder','simcardid','51'),(58,'update','vtiger_inventoryorder','item_name','inventoryorderid','59,72,73'),(56,'update','vtiger_inventoryorder','item_name','inventoryorderid','57,60,61,62,71'),(112,'update','vtiger_simcard','linktoinventoryorder','simcardid','113'),(105,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','116,118,124'),(84,'update','vtiger_simcard','linktoinventoryorder','simcardid','128'),(84,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','85,103'),(81,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','82,122'),(74,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','75,77'),(68,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','106,120'),(128,'update','vtiger_simgenerate','simtype','simgenerateid','129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158'),(51,'update','vtiger_simgenerate','simtype','simgenerateid','52,53,54'),(4,'update','vtiger_simgenerate','simtype','simgenerateid','35'),(124,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','125'),(122,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','123'),(120,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','121'),(118,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','119'),(116,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','117'),(106,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','107'),(103,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','104'),(85,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','86'),(82,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','83'),(77,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','78'),(75,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','76'),(66,'update','vtiger_inventoryorder','item_name','inventoryorderid','67,68,69,108,109,110,112,115'),(66,'update','vtiger_otherinventory','productid','otherinventoryid','106,116,118,120,124'),(66,'update','vtiger_cashierinventory','productid','cashierinventoryid','107,117,119,121,125'),(79,'update','vtiger_inventoryorder','item_name','inventoryorderid','80,81,84,87,88,89,90,91,114'),(79,'update','vtiger_otherinventory','productid','otherinventoryid','82,85,103,122'),(79,'update','vtiger_cashierinventory','productid','cashierinventoryid','83,86,104,123'),(63,'update','vtiger_inventoryorder','item_name','inventoryorderid','64,65,70,74,92,99,100,101,102,105,111'),(63,'update','vtiger_otherinventory','productid','otherinventoryid','75,77'),(63,'update','vtiger_cashierinventory','productid','cashierinventoryid','76,78'),(30,'update','vtiger_crmentity','deleted','crmid',''),(2,'update','vtiger_crmentity','deleted','crmid',''),(7,'update','vtiger_crmentity','deleted','crmid',''),(308,'update','vtiger_sellinginventory','related_inventory','sellinginventoryid','309'),(304,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','306'),(292,'update','vtiger_simcard','linktoinventoryorder','simcardid','293'),(288,'update','vtiger_simcard','linktoinventoryorder','simcardid','305'),(288,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','289'),(286,'update','vtiger_simcard','linktoinventoryorder','simcardid','287'),(183,'update','vtiger_simcard','linktoinventoryorder','simcardid','184'),(161,'update','vtiger_simcard','linktoinventoryorder','simcardid','162'),(159,'update','vtiger_inventoryorder','item_name','inventoryorderid','160,161,183,286,288,291,292,304,308,322,341,342,349,350,351,352,353,354,355,356,357,358,359'),(159,'update','vtiger_otherinventory','productid','otherinventoryid','289,306'),(159,'update','vtiger_cashierinventory','productid','cashierinventoryid','290,307'),(293,'update','vtiger_simgenerate','simtype','simgenerateid','294,295,296,297,298,299,300,301,302,303'),(184,'update','vtiger_simgenerate','simtype','simgenerateid','185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285'),(162,'update','vtiger_simgenerate','simtype','simgenerateid','163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182'),(306,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','307'),(289,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','290'),(507,'update','vtiger_simgenerate','simtype','simgenerateid','508,509'),(474,'update','vtiger_simgenerate','simtype','simgenerateid','475,476,477,478'),(461,'update','vtiger_simgenerate','simtype','simgenerateid','462,463,464,465,466,467,468,469,470'),(449,'update','vtiger_simgenerate','simtype','simgenerateid','450,451,452,453,454,455'),(508,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','493'),(508,'update','vtiger_sellingreactivation','related_simgenerate','sellingreactivationid','512'),(477,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','479,481,483,485,487,489'),(544,'update','vtiger_sellingreactivation','related_simgenerate','sellingreactivationid','552'),(543,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','548'),(521,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','524'),(521,'update','vtiger_sellingreactivation','related_simgenerate','sellingreactivationid','528'),(545,'update','vtiger_simgenerate','simtype','simgenerateid','546,547'),(542,'update','vtiger_simgenerate','simtype','simgenerateid','543,544'),(537,'update','vtiger_simgenerate','simtype','simgenerateid','538'),(535,'update','vtiger_simgenerate','simtype','simgenerateid','536'),(522,'update','vtiger_simgenerate','simtype','simgenerateid','523'),(520,'update','vtiger_simgenerate','simtype','simgenerateid','521'),(362,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','363'),(389,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','390'),(394,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','395'),(398,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','399'),(399,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','400'),(403,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','404'),(404,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','407'),(412,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','413'),(413,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','414'),(418,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','419'),(419,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','420'),(424,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','425'),(425,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','426'),(429,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','430'),(430,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','431'),(435,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','436'),(436,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','437'),(441,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','442'),(442,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','443'),(446,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','448'),(448,'update','vtiger_simcard','linktoinventoryorder','simcardid','449'),(448,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','456'),(459,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','460'),(460,'update','vtiger_simcard','linktoinventoryorder','simcardid','461,474,507'),(460,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','471'),(518,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','519'),(519,'update','vtiger_simcard','linktoinventoryorder','simcardid','520,522'),(533,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','534'),(534,'update','vtiger_simcard','linktoinventoryorder','simcardid','535,537'),(540,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','541,561'),(541,'update','vtiger_simcard','linktoinventoryorder','simcardid','542,545,555'),(561,'update','vtiger_simcard','linktoinventoryorder','simcardid','562,568'),(360,'update','vtiger_inventoryorder','item_name','inventoryorderid','361,362,365'),(360,'update','vtiger_otherinventory','item_name','otherinventoryid','363'),(387,'update','vtiger_inventoryorder','item_name','inventoryorderid','388,389'),(387,'update','vtiger_otherinventory','item_name','otherinventoryid','390'),(392,'update','vtiger_inventoryorder','item_name','inventoryorderid','393,394,446,448'),(392,'update','vtiger_otherinventory','item_name','otherinventoryid','395,456'),(397,'update','vtiger_inventoryorder','item_name','inventoryorderid','398,399'),(397,'update','vtiger_otherinventory','item_name','otherinventoryid','400'),(402,'update','vtiger_inventoryorder','item_name','inventoryorderid','403,404'),(402,'update','vtiger_otherinventory','item_name','otherinventoryid','407'),(411,'update','vtiger_inventoryorder','item_name','inventoryorderid','412,413'),(411,'update','vtiger_otherinventory','item_name','otherinventoryid','414'),(417,'update','vtiger_inventoryorder','item_name','inventoryorderid','418,419'),(417,'update','vtiger_otherinventory','item_name','otherinventoryid','420'),(423,'update','vtiger_inventoryorder','item_name','inventoryorderid','424,425,429,430'),(423,'update','vtiger_otherinventory','item_name','otherinventoryid','426,431'),(434,'update','vtiger_inventoryorder','item_name','inventoryorderid','435,436'),(434,'update','vtiger_otherinventory','item_name','otherinventoryid','437'),(440,'update','vtiger_inventoryorder','item_name','inventoryorderid','441,442'),(440,'update','vtiger_otherinventory','item_name','otherinventoryid','443'),(447,'update','vtiger_inventoryorder','item_name','inventoryorderid','459,460'),(447,'update','vtiger_otherinventory','item_name','otherinventoryid','471'),(447,'update','vtiger_purchaseinventory','related_product','purchaseinventoryid','499,500,501,502,503,504,505,506'),(516,'update','vtiger_inventoryorder','item_name','inventoryorderid','518,519'),(516,'update','vtiger_purchaseinventory','related_product','purchaseinventoryid','517'),(532,'update','vtiger_inventoryorder','item_name','inventoryorderid','533,534'),(539,'update','vtiger_inventoryorder','item_name','inventoryorderid','540,541,561'),(555,'update','vtiger_simgenerate','simtype','simgenerateid','556'),(562,'update','vtiger_simgenerate','simtype','simgenerateid','563'),(568,'update','vtiger_simgenerate','simtype','simgenerateid','569'),(556,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','557'),(563,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','564'),(563,'update','vtiger_sellingreactivation','related_simgenerate','sellingreactivationid','570,574,578,582,586'),(395,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','396'),(390,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','391'),(363,'update','vtiger_cashierinventory','otherinventoryid','cashierinventoryid','364'),(406,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','409'),(408,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','410'),(415,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','416'),(421,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','422'),(427,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','428'),(432,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','433'),(438,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','439'),(444,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','445'),(457,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','458'),(472,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','473'),(567,'update','vtiger_crmentity','deleted','crmid',''),(567,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','564'),(560,'update','vtiger_crmentity','deleted','crmid',''),(560,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','557'),(551,'update','vtiger_crmentity','deleted','crmid',''),(551,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','548'),(527,'update','vtiger_crmentity','deleted','crmid',''),(527,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','524'),(496,'update','vtiger_crmentity','deleted','crmid',''),(496,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','493'),(490,'update','vtiger_crmentity','deleted','crmid',''),(490,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','489'),(592,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','593'),(591,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','592'),(606,'update','vtiger_simcard','linktoinventoryorder','simcardid','607'),(605,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','606'),(601,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','602'),(600,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','601'),(604,'update','vtiger_inventoryorder','item_name','inventoryorderid','605,606'),(599,'update','vtiger_inventoryorder','item_name','inventoryorderid','600,601'),(599,'update','vtiger_otherinventory','item_name','otherinventoryid','602'),(590,'update','vtiger_inventoryorder','item_name','inventoryorderid','591,592'),(590,'update','vtiger_otherinventory','item_name','otherinventoryid','593'),(590,'update','vtiger_purchaseinventory','related_product','purchaseinventoryid','597,598'),(607,'update','vtiger_simgenerate','simtype','simgenerateid','608,609,610,611,612,613,614,615,616,617'),(594,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','595'),(622,'update','vtiger_simgenerate','simtype','simgenerateid','623,624'),(626,'update','vtiger_simgenerate','simtype','simgenerateid','627,628'),(632,'update','vtiger_simgenerate','simtype','simgenerateid','633,634'),(681,'update','vtiger_simcard','linktoinventoryorder','simcardid','682'),(680,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','681'),(620,'update','vtiger_simcard','linktoinventoryorder','simcardid','621,622,625,626,629,631,632,635'),(619,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','620'),(679,'update','vtiger_inventoryorder','item_name','inventoryorderid','680,681'),(618,'update','vtiger_inventoryorder','item_name','inventoryorderid','619,620'),(682,'update','vtiger_simgenerate','simtype','simgenerateid','683,684'),(682,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','685,686,687'),(635,'update','vtiger_simgenerate','simtype','simgenerateid','636,637'),(635,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','638'),(636,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','639,642,647,649,651,653,655,657,659,661,663,665'),(637,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','668,671,674,677'),(596,'update','vtiger_crmentity','deleted','crmid',''),(596,'update','vtiger_sellinginventory','contactid','sellinginventoryid','595'),(690,'update','vtiger_simcard','linktoinventoryorder','simcardid','691'),(689,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','690'),(688,'update','vtiger_inventoryorder','item_name','inventoryorderid','689,690'),(691,'update','vtiger_simgenerate','simtype','simgenerateid','692,693'),(691,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','694'),(692,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','695'),(693,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','700'),(721,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','728'),(719,'update','vtiger_simcard','linktoinventoryorder','simcardid','720'),(719,'update','vtiger_otherinventory','inventoryorderid','otherinventoryid','738'),(718,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','719'),(717,'update','vtiger_inventoryorder','item_name','inventoryorderid','718,719'),(717,'update','vtiger_otherinventory','item_name','otherinventoryid','738'),(720,'update','vtiger_simgenerate','simtype','simgenerateid','721,722,723,724,725'),(720,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','726'),(745,'update','vtiger_simcard','linktoinventoryorder','simcardid','746'),(744,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','745'),(746,'update','vtiger_simgenerate','simtype','simgenerateid','747,748,749,750,751'),(746,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','752'),(756,'update','vtiger_simgenerate','simtype','simgenerateid','757,758,759,760,761,762,763,764,765,766'),(767,'update','vtiger_simgenerate','simtype','simgenerateid','768,769,770,771,772,773,774,775,776,777'),(778,'update','vtiger_simgenerate','simtype','simgenerateid','779,780,781,782,783,784,785,786,787,788'),(755,'update','vtiger_simcard','linktoinventoryorder','simcardid','756,767,778,789,813'),(754,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','755'),(753,'update','vtiger_inventoryorder','item_name','inventoryorderid','754,755'),(743,'update','vtiger_inventoryorder','item_name','inventoryorderid','744,745'),(813,'update','vtiger_simgenerate','simtype','simgenerateid','814,815,816,817,818'),(813,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','819'),(789,'update','vtiger_simgenerate','simtype','simgenerateid','790,791,792,793,794,795,796,797,798,799'),(789,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','800,801'),(739,'update','vtiger_sellinginventory','related_cashierinventory','sellinginventoryid','741,742'),(822,'update','vtiger_simcard','linktoinventoryorder','simcardid','823,841'),(821,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','822'),(820,'update','vtiger_inventoryorder','item_name','inventoryorderid','821,822'),(841,'update','vtiger_simgenerate','simtype','simgenerateid','842,843,844,845,846'),(823,'update','vtiger_simgenerate','simtype','simgenerateid','824,825,826,827,828'),(823,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','829'),(840,'update','vtiger_crmentity','deleted','crmid',''),(840,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','831'),(812,'update','vtiger_crmentity','deleted','crmid',''),(812,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','803'),(737,'update','vtiger_crmentity','deleted','crmid',''),(737,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','728'),(705,'update','vtiger_crmentity','deleted','crmid',''),(705,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','700'),(851,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','852'),(848,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','849'),(850,'update','vtiger_inventoryorder','item_name','inventoryorderid','851,852'),(847,'update','vtiger_inventoryorder','item_name','inventoryorderid','848,849'),(790,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','803'),(824,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','831'),(856,'update','vtiger_simgenerate','simtype','simgenerateid','857,858,859,860'),(927,'update','vtiger_simcard','linktoinventoryorder','simcardid','928'),(925,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','927'),(855,'update','vtiger_simcard','linktoinventoryorder','simcardid','856,861,900'),(854,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','855'),(910,'update','vtiger_inventoryorder','item_name','inventoryorderid','925,927'),(853,'update','vtiger_inventoryorder','item_name','inventoryorderid','854,855'),(853,'update','vtiger_purchaseinventory','related_product','purchaseinventoryid','889'),(928,'update','vtiger_simgenerate','simtype','simgenerateid','929,930,931,932,933'),(928,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','938,940'),(900,'update','vtiger_simgenerate','simtype','simgenerateid','901,902'),(900,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','903'),(861,'update','vtiger_simgenerate','simtype','simgenerateid','862,863,864,865'),(861,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','866,890'),(906,'update','vtiger_crmentity','deleted','crmid',''),(906,'update','vtiger_sellinginventory','contactid','sellinginventoryid','905'),(899,'update','vtiger_crmentity','deleted','crmid',''),(899,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','892'),(888,'update','vtiger_crmentity','deleted','crmid',''),(888,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','879'),(877,'update','vtiger_crmentity','deleted','crmid',''),(877,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','868'),(862,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','868'),(864,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','892'),(865,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','879'),(944,'update','vtiger_simgenerate','simtype','simgenerateid','945,946'),(944,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','947'),(943,'update','vtiger_simcard','linktoinventoryorder','simcardid','944,948'),(942,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','943'),(948,'update','vtiger_simgenerate','simtype','simgenerateid','949,950,951,952,953,954'),(948,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','955'),(955,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','949,950,951'),(957,'update','vtiger_simcard','linktoinventoryorder','simcardid','958'),(956,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','957'),(941,'update','vtiger_inventoryorder','item_name','inventoryorderid','942,943,956,957'),(958,'update','vtiger_simgenerate','simtype','simgenerateid','959,960,961,962,963'),(958,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','964,987'),(987,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','961,962'),(964,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','959,960'),(1001,'update','vtiger_simcard','linktoinventoryorder','simcardid','1002,1006'),(1000,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','1001'),(999,'update','vtiger_inventoryorder','item_name','inventoryorderid','1000,1001'),(1006,'update','vtiger_simgenerate','simtype','simgenerateid','1007,1008'),(1006,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','1009'),(1002,'update','vtiger_simgenerate','simtype','simgenerateid','1003,1004'),(1002,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','1005'),(1009,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','1007,1008'),(1005,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','1003,1004'),(1007,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','1022'),(1003,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','1011'),(959,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','966'),(961,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','989'),(960,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','977'),(1038,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','1036'),(1098,'update','vtiger_simcard','linktoinventoryorder','simcardid','1099,1139'),(1097,'update','vtiger_inventoryorder','parentinventoryorderid','inventoryorderid','1098'),(1139,'update','vtiger_simgenerate','simtype','simgenerateid','1140,1141,1142'),(1139,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','1143'),(1099,'update','vtiger_simgenerate','simtype','simgenerateid','1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114'),(1099,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','1115,1116'),(1143,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','1140,1141'),(1116,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','1110,1111'),(1041,'update','vtiger_simgenerate','simtype','simgenerateid','1042,1043'),(1041,'update','vtiger_simcarddistribute','related_simdivision','simcarddistributeid','1044'),(1115,'update','vtiger_simgenerate','related_simcarddistribute','simgenerateid','1100,1101,1102,1103,1104,1105,1106,1107,1108,1109'),(1138,'update','vtiger_crmentity','deleted','crmid',''),(1138,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','1129'),(1127,'update','vtiger_crmentity','deleted','crmid',''),(1127,'update','vtiger_sellingsimcard','contactid','sellingsimcardid','1118'),(1096,'update','vtiger_inventoryorder','item_name','inventoryorderid','1097,1098'),(1042,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','1046'),(1100,'update','vtiger_sellingsimcard','related_simgenerate','sellingsimcardid','1118');
/*!40000 ALTER TABLE `vtiger_relatedlists_rb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_relatedlists_seq`
--

DROP TABLE IF EXISTS `vtiger_relatedlists_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relatedlists_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (175);
/*!40000 ALTER TABLE `vtiger_relatedlists_seq` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_relcriteria`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relcriteria` (
  `queryid` int(19) NOT NULL,
  `columnindex` int(11) NOT NULL,
  `columnname` varchar(250) DEFAULT '',
  `comparator` varchar(20) DEFAULT NULL,
  `value` varchar(512) DEFAULT NULL,
  `groupid` int(11) 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=utf8;
/*!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:V','n','',1,'and'),(23,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and'),(24,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and'),(25,0,'vtiger_email_track:access_count:Emails_Access_Count:access_count:V','n','',1,'and');
/*!40000 ALTER TABLE `vtiger_relcriteria` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_relcriteria_grouping`
--

DROP TABLE IF EXISTS `vtiger_relcriteria_grouping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_relcriteria_grouping` (
  `groupid` int(11) NOT NULL,
  `queryid` int(19) NOT NULL,
  `group_condition` varchar(256) DEFAULT NULL,
  `condition_expression` text,
  PRIMARY KEY (`groupid`,`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_relcriteria_grouping`
--

LOCK TABLES `vtiger_relcriteria_grouping` WRITE;
/*!40000 ALTER TABLE `vtiger_relcriteria_grouping` DISABLE KEYS */;
INSERT INTO `vtiger_relcriteria_grouping` VALUES (1,1,'','0'),(1,2,'','0'),(1,3,'','0'),(1,7,'','0'),(1,12,'','0'),(1,15,'','0 and 1'),(1,22,'','0'),(1,23,'','0'),(1,24,'','0'),(1,25,'','0');
/*!40000 ALTER TABLE `vtiger_relcriteria_grouping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_reminder_interval`
--

DROP TABLE IF EXISTS `vtiger_reminder_interval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reminder_interval` (
  `reminder_intervalid` int(19) NOT NULL AUTO_INCREMENT,
  `reminder_interval` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL,
  `presence` int(1) NOT NULL,
  PRIMARY KEY (`reminder_intervalid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reminder_interval`
--

LOCK TABLES `vtiger_reminder_interval` WRITE;
/*!40000 ALTER TABLE `vtiger_reminder_interval` DISABLE KEYS */;
INSERT INTO `vtiger_reminder_interval` VALUES (2,'1 Minute',1,1),(3,'5 Minutes',2,1),(4,'15 Minutes',3,1),(5,'30 Minutes',4,1),(6,'45 Minutes',5,1),(7,'1 Hour',6,1),(8,'1 Day',7,1);
/*!40000 ALTER TABLE `vtiger_reminder_interval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_reminder_interval_seq`
--

DROP TABLE IF EXISTS `vtiger_reminder_interval_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reminder_interval_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reminder_interval_seq`
--

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

--
-- Table structure for table `vtiger_report`
--

DROP TABLE IF EXISTS `vtiger_report`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report` (
  `reportid` int(19) NOT NULL,
  `folderid` int(19) NOT NULL,
  `reportname` varchar(100) DEFAULT '',
  `description` varchar(250) DEFAULT '',
  `reporttype` varchar(50) DEFAULT '',
  `queryid` int(19) NOT NULL DEFAULT '0',
  `state` varchar(50) DEFAULT 'SAVED',
  `customizable` int(1) DEFAULT '1',
  `category` int(11) DEFAULT '1',
  `owner` int(11) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report_sharegroups` (
  `reportid` int(25) NOT NULL,
  `groupid` int(25) NOT NULL,
  KEY `vtiger_report_sharegroups_ibfk_1` (`reportid`),
  KEY `vtiger_groups_groupid_ibfk_1` (`groupid`),
  CONSTRAINT `vtiger_groups_groupid_ibfk_1` FOREIGN KEY (`groupid`) REFERENCES `vtiger_groups` (`groupid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_report_reportid_ibfk_2` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_report_sharegroups`
--

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

--
-- Table structure for table `vtiger_report_sharerole`
--

DROP TABLE IF EXISTS `vtiger_report_sharerole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report_sharerole` (
  `reportid` int(25) NOT NULL,
  `roleid` varchar(255) NOT NULL,
  KEY `vtiger_report_sharerole_ibfk_1` (`reportid`),
  KEY `vtiger_role_roleid_ibfk_1` (`roleid`),
  CONSTRAINT `vtiger_report_reportid_ibfk_3` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_role_roleid_ibfk_1` FOREIGN KEY (`roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_report_sharerole`
--

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

--
-- Table structure for table `vtiger_report_sharers`
--

DROP TABLE IF EXISTS `vtiger_report_sharers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report_sharers` (
  `reportid` int(25) NOT NULL,
  `rsid` varchar(255) NOT NULL,
  KEY `vtiger_report_sharers_ibfk_1` (`reportid`),
  KEY `vtiger_rolesd_rsid_ibfk_1` (`rsid`),
  CONSTRAINT `vtiger_report_reportid_ibfk_4` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_rolesd_rsid_ibfk_1` FOREIGN KEY (`rsid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_report_sharers`
--

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

--
-- Table structure for table `vtiger_report_shareusers`
--

DROP TABLE IF EXISTS `vtiger_report_shareusers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_report_shareusers` (
  `reportid` int(25) NOT NULL,
  `userid` int(25) NOT NULL,
  KEY `vtiger_report_shareusers_ibfk_1` (`reportid`),
  KEY `vtiger_users_userid_ibfk_1` (`userid`),
  CONSTRAINT `vtiger_reports_reportid_ibfk_1` FOREIGN KEY (`reportid`) REFERENCES `vtiger_report` (`reportid`) ON DELETE CASCADE,
  CONSTRAINT `vtiger_users_userid_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_report_shareusers`
--

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

--
-- Table structure for table `vtiger_reportdatefilter`
--

DROP TABLE IF EXISTS `vtiger_reportdatefilter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportdatefilter` (
  `datefilterid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reportdatefilter`
--

LOCK TABLES `vtiger_reportdatefilter` WRITE;
/*!40000 ALTER TABLE `vtiger_reportdatefilter` DISABLE KEYS */;
INSERT INTO `vtiger_reportdatefilter` VALUES (8,'vtiger_crmentity:modifiedtime:modifiedtime:Calendar_Modified_Time','lastmonth','2005-05-01','2005-05-31'),(9,'vtiger_crmentity:modifiedtime:modifiedtime:Calendar_Modified_Time','thismonth','2005-06-01','2005-06-30');
/*!40000 ALTER TABLE `vtiger_reportdatefilter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_reportfilters`
--

DROP TABLE IF EXISTS `vtiger_reportfilters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportfilters` (
  `filterid` int(19) NOT NULL,
  `name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reportfilters`
--

LOCK TABLES `vtiger_reportfilters` WRITE;
/*!40000 ALTER TABLE `vtiger_reportfilters` DISABLE KEYS */;
INSERT INTO `vtiger_reportfilters` VALUES (1,'Private'),(2,'Public'),(3,'Shared');
/*!40000 ALTER TABLE `vtiger_reportfilters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_reportfolder`
--

DROP TABLE IF EXISTS `vtiger_reportfolder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportfolder` (
  `folderid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reportfolder`
--

LOCK TABLES `vtiger_reportfolder` WRITE;
/*!40000 ALTER TABLE `vtiger_reportfolder` DISABLE KEYS */;
INSERT INTO `vtiger_reportfolder` VALUES (1,'Organization and Contact Reports','Account and Contact Reports','SAVED'),(2,'Lead Reports','Lead Reports','SAVED'),(3,'Opportunity Reports','Potential Reports','SAVED'),(4,'Activity Reports','Activity Reports','SAVED'),(5,'Tickets Reports','HelpDesk Reports','SAVED'),(6,'Product Reports','Product Reports','SAVED'),(7,'Quote Reports','Quote Reports','SAVED'),(8,'Purchase Order Reports','PurchaseOrder Reports','SAVED'),(9,'Invoice Reports','Invoice Reports','SAVED'),(10,'Sales Order Reports','SalesOrder Reports','SAVED'),(11,'Campaign Reports','Campaign Reports','SAVED'),(12,'Email Reports','Email Reports','SAVED');
/*!40000 ALTER TABLE `vtiger_reportfolder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_reportgroupbycolumn`
--

DROP TABLE IF EXISTS `vtiger_reportgroupbycolumn`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportgroupbycolumn` (
  `reportid` int(19) DEFAULT NULL,
  `sortid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reportgroupbycolumn`
--

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

--
-- Table structure for table `vtiger_reportmodules`
--

DROP TABLE IF EXISTS `vtiger_reportmodules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportmodules` (
  `reportmodulesid` int(19) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportsharing` (
  `reportid` int(19) NOT NULL,
  `shareid` int(19) NOT NULL,
  `setype` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reportsharing`
--

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

--
-- Table structure for table `vtiger_reportsortcol`
--

DROP TABLE IF EXISTS `vtiger_reportsortcol`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportsortcol` (
  `sortcolid` int(19) NOT NULL,
  `reportid` int(19) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reportsummary` (
  `reportsummaryid` int(19) NOT NULL,
  `summarytype` int(19) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_reporttype` (
  `reportid` int(10) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_reporttype`
--

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

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

DROP TABLE IF EXISTS `vtiger_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role` (
  `roleid` varchar(255) NOT NULL,
  `rolename` varchar(200) DEFAULT NULL,
  `parentrole` varchar(255) DEFAULT NULL,
  `depth` int(19) DEFAULT NULL,
  `allowassignedrecordsto` int(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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),('H10','Soltelco Promoters','H1::H2::H3::H4::H8::H10',5,3),('H2','Soltelco Admin Office','H1::H2',1,1),('H3','GSM/Sales manager','H1::H2::H3',2,2),('H4','Controller','H1::H2::H3::H4',3,3),('H5','Customer Care','H1::H2::H3::H4::H5',4,3),('H7','Marketing','H1::H2::H7',2,3),('H8','Telecom Warehouse - supply chain','H1::H2::H3::H4::H8',4,3),('H9','Cashier','H1::H2::H3::H4::H9',4,3);
/*!40000 ALTER TABLE `vtiger_role` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_role2picklist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role2picklist` (
  `roleid` varchar(255) NOT NULL,
  `picklistvalueid` int(11) NOT NULL,
  `picklistid` int(11) NOT NULL,
  `sortid` int(11) DEFAULT NULL,
  PRIMARY KEY (`roleid`,`picklistvalueid`,`picklistid`),
  KEY `role2picklist_roleid_picklistid_idx` (`roleid`,`picklistid`,`picklistvalueid`),
  KEY `fk_2_vtiger_role2picklist` (`picklistid`),
  CONSTRAINT `fk_1_vtiger_role2picklist` FOREIGN KEY (`roleid`) REFERENCES `vtiger_role` (`roleid`) ON DELETE CASCADE,
  CONSTRAINT `fk_2_vtiger_role2picklist` FOREIGN KEY (`picklistid`) REFERENCES `vtiger_picklist` (`picklistid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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,49,3),('H1',306,49,4),('H1',307,49,5),('H1',308,49,6),('H1',309,49,7),('H1',310,49,8),('H1',311,49,9),('H1',312,50,1),('H1',313,50,2),('H1',315,51,1),('H1',316,51,2),('H1',317,52,1),('H1',318,52,2),('H1',319,53,1),('H1',320,53,2),('H1',323,54,1),('H1',324,54,2),('H1',326,49,1),('H1',327,49,2),('H1',328,49,3),('H1',329,49,4),('H1',330,49,5),('H1',331,49,6),('H1',332,49,7),('H1',333,49,8),('H1',334,49,9),('H1',335,55,1),('H1',336,55,2),('H1',337,56,1),('H1',338,56,2),('H1',341,57,1),('H1',353,60,1),('H1',354,60,2),('H1',355,60,3),('H1',356,60,4),('H1',357,60,5),('H1',358,60,6),('H1',359,61,1),('H1',360,61,2),('H1',361,62,1),('H1',362,62,2),('H1',363,63,1),('H1',364,63,2),('H1',365,64,1),('H1',366,64,2),('H1',367,65,1),('H1',368,65,2),('H1',371,66,1),('H1',372,66,2),('H1',374,67,1),('H1',375,68,1),('H1',376,68,2),('H1',377,68,3),('H1',379,69,1),('H1',380,69,2),('H1',381,69,3),('H1',382,70,1),('H1',383,70,2),('H1',384,71,1),('H1',385,71,2),('H1',386,71,3),('H1',387,72,1),('H1',388,72,2),('H1',389,72,3),('H1',390,73,1),('H1',391,73,2),('H1',392,74,1),('H1',393,75,1),('H1',394,75,2),('H1',395,76,1),('H1',396,76,2),('H1',397,76,3),('H1',398,76,4),('H1',399,76,5),('H1',400,76,6),('H1',401,76,7),('H1',402,77,1),('H1',403,78,1),('H1',404,78,2),('H1',405,78,3),('H1',406,79,1),('H1',407,79,2),('H1',408,80,1),('H1',409,80,2),('H1',410,81,1),('H1',411,81,2),('H1',412,82,1),('H1',413,82,2),('H1',414,83,1),('H1',415,83,2),('H1',416,84,1),('H1',417,84,2),('H1',418,85,1),('H1',419,85,2),('H1',420,86,1),('H1',421,86,2),('H1',422,86,3),('H1',423,86,1),('H1',424,86,2),('H1',425,86,3),('H1',426,87,1),('H1',427,87,2),('H10',1,1,0),('H10',2,1,1),('H10',3,1,2),('H10',4,1,3),('H10',5,1,4),('H10',6,1,5),('H10',7,1,6),('H10',8,1,7),('H10',9,1,8),('H10',10,1,9),('H10',11,1,10),('H10',12,2,0),('H10',13,2,1),('H10',14,3,0),('H10',15,3,1),('H10',16,3,2),('H10',17,3,3),('H10',18,3,4),('H10',19,3,5),('H10',20,4,0),('H10',21,4,1),('H10',22,4,2),('H10',23,4,3),('H10',24,4,4),('H10',25,4,5),('H10',26,4,6),('H10',27,4,7),('H10',28,4,8),('H10',29,4,9),('H10',30,4,10),('H10',31,4,11),('H10',32,4,12),('H10',33,5,0),('H10',34,5,1),('H10',35,5,2),('H10',36,5,3),('H10',37,5,4),('H10',38,6,0),('H10',39,6,1),('H10',40,6,2),('H10',41,7,0),('H10',42,7,1),('H10',43,7,2),('H10',44,7,3),('H10',45,7,4),('H10',46,8,0),('H10',47,9,0),('H10',48,9,1),('H10',49,9,2),('H10',50,9,3),('H10',51,10,0),('H10',52,10,1),('H10',53,10,2),('H10',54,10,3),('H10',55,10,4),('H10',56,10,5),('H10',57,10,6),('H10',58,10,7),('H10',59,10,8),('H10',60,11,0),('H10',61,11,1),('H10',62,11,2),('H10',63,11,3),('H10',64,11,4),('H10',65,11,5),('H10',66,11,6),('H10',67,11,7),('H10',68,11,8),('H10',69,11,9),('H10',70,11,10),('H10',71,11,11),('H10',72,11,12),('H10',73,11,13),('H10',74,11,14),('H10',75,11,15),('H10',76,11,16),('H10',77,11,17),('H10',78,11,18),('H10',79,11,19),('H10',80,11,20),('H10',81,11,21),('H10',82,11,22),('H10',83,11,23),('H10',84,11,24),('H10',85,11,25),('H10',86,11,26),('H10',87,11,27),('H10',88,11,28),('H10',89,11,29),('H10',90,11,30),('H10',91,11,31),('H10',92,12,0),('H10',93,12,1),('H10',94,12,2),('H10',95,12,3),('H10',96,12,4),('H10',97,12,5),('H10',98,13,0),('H10',99,13,1),('H10',100,13,2),('H10',101,13,3),('H10',102,13,4),('H10',103,13,5),('H10',104,13,6),('H10',105,13,7),('H10',106,13,8),('H10',107,13,9),('H10',108,13,10),('H10',109,13,11),('H10',110,13,12),('H10',111,14,0),('H10',112,14,1),('H10',113,14,2),('H10',114,14,3),('H10',115,14,4),('H10',116,14,5),('H10',117,14,6),('H10',118,14,7),('H10',119,14,8),('H10',120,14,9),('H10',121,14,10),('H10',122,14,11),('H10',123,15,0),('H10',124,15,1),('H10',125,15,2),('H10',126,15,3),('H10',127,16,0),('H10',128,16,1),('H10',129,16,2),('H10',130,17,0),('H10',131,17,1),('H10',132,17,2),('H10',133,17,3),('H10',134,17,4),('H10',135,18,0),('H10',136,18,1),('H10',137,18,2),('H10',138,18,3),('H10',139,19,0),('H10',140,19,1),('H10',141,19,2),('H10',142,19,3),('H10',143,19,4),('H10',144,20,0),('H10',145,20,1),('H10',146,20,2),('H10',147,20,3),('H10',148,20,4),('H10',149,20,5),('H10',150,21,0),('H10',151,21,1),('H10',152,21,2),('H10',153,21,3),('H10',154,21,4),('H10',155,21,5),('H10',156,21,6),('H10',157,21,7),('H10',158,21,8),('H10',159,21,9),('H10',160,22,0),('H10',161,22,1),('H10',162,22,2),('H10',163,22,3),('H10',164,22,4),('H10',165,22,5),('H10',166,23,0),('H10',167,23,1),('H10',168,23,2),('H10',169,23,3),('H10',170,24,0),('H10',171,24,1),('H10',172,24,2),('H10',173,25,0),('H10',174,25,1),('H10',175,25,2),('H10',176,25,3),('H10',177,25,4),('H10',178,25,5),('H10',179,26,0),('H10',180,26,1),('H10',181,26,2),('H10',182,27,0),('H10',183,27,1),('H10',184,27,2),('H10',185,27,3),('H10',186,28,0),('H10',187,28,1),('H10',188,28,2),('H10',189,28,3),('H10',190,29,0),('H10',191,29,1),('H10',192,29,2),('H10',193,29,3),('H10',194,30,0),('H10',195,30,1),('H10',196,30,2),('H10',197,30,3),('H10',198,30,4),('H10',199,30,5),('H10',200,30,6),('H10',201,30,7),('H10',202,30,8),('H10',203,30,9),('H10',204,30,10),('H10',205,30,11),('H10',206,30,12),('H10',207,30,13),('H10',208,30,14),('H10',209,30,15),('H10',210,31,1),('H10',211,31,2),('H10',212,31,3),('H10',213,32,1),('H10',214,32,2),('H10',215,32,3),('H10',216,32,4),('H10',217,32,5),('H10',218,32,6),('H10',219,33,1),('H10',220,33,2),('H10',221,33,3),('H10',222,33,4),('H10',223,34,1),('H10',224,34,2),('H10',225,34,3),('H10',226,34,4),('H10',227,34,5),('H10',228,34,6),('H10',229,35,1),('H10',230,35,2),('H10',231,35,3),('H10',232,36,1),('H10',233,36,2),('H10',234,36,3),('H10',235,37,1),('H10',236,37,2),('H10',237,37,3),('H10',238,37,4),('H10',239,38,1),('H10',240,38,2),('H10',241,38,3),('H10',242,38,4),('H10',243,39,1),('H10',244,39,2),('H10',245,39,3),('H10',246,39,4),('H10',247,40,1),('H10',248,40,2),('H10',249,40,3),('H10',250,40,4),('H10',251,40,5),('H10',252,40,6),('H10',253,40,7),('H10',254,40,8),('H10',255,40,9),('H10',256,40,10),('H10',257,40,11),('H10',258,41,1),('H10',259,41,2),('H10',260,41,3),('H10',261,41,4),('H10',262,41,5),('H10',263,41,6),('H10',264,41,7),('H10',265,41,8),('H10',266,41,9),('H10',267,42,1),('H10',268,42,2),('H10',269,42,3),('H10',270,42,4),('H10',271,43,1),('H10',272,43,2),('H10',273,43,3),('H10',274,43,4),('H10',275,44,1),('H10',276,44,2),('H10',277,44,3),('H10',278,44,4),('H10',279,44,5),('H10',280,44,6),('H10',281,44,7),('H10',282,44,8),('H10',283,44,9),('H10',284,44,10),('H10',285,44,11),('H10',286,45,1),('H10',287,45,2),('H10',288,12,1),('H10',289,46,1),('H10',290,46,2),('H10',291,46,3),('H10',292,46,4),('H10',293,46,5),('H10',294,46,6),('H10',295,2,1),('H10',296,47,1),('H10',297,47,2),('H10',298,47,3),('H10',299,48,1),('H10',300,48,2),('H10',303,49,1),('H10',304,49,2),('H10',305,49,3),('H10',306,49,4),('H10',307,49,5),('H10',308,49,6),('H10',309,49,7),('H10',310,49,8),('H10',311,49,9),('H10',312,50,1),('H10',313,50,2),('H10',315,51,1),('H10',316,51,2),('H10',317,52,1),('H10',318,52,2),('H10',319,53,1),('H10',320,53,2),('H10',323,54,1),('H10',324,54,2),('H10',325,50,3),('H10',326,49,1),('H10',327,49,2),('H10',328,49,3),('H10',329,49,4),('H10',330,49,5),('H10',331,49,6),('H10',332,49,7),('H10',333,49,8),('H10',334,49,9),('H10',335,55,1),('H10',336,55,2),('H10',337,56,1),('H10',338,56,2),('H10',339,50,4),('H10',340,50,5),('H10',341,57,1),('H10',348,58,4),('H10',349,58,5),('H10',350,58,6),('H10',351,50,6),('H10',352,50,7),('H10',353,60,1),('H10',354,60,2),('H10',355,60,3),('H10',356,60,4),('H10',357,60,5),('H10',358,60,6),('H10',359,61,1),('H10',360,61,2),('H10',361,62,1),('H10',362,62,2),('H10',363,63,1),('H10',364,63,2),('H10',365,64,1),('H10',366,64,2),('H10',367,65,1),('H10',368,65,2),('H10',369,55,3),('H10',370,55,4),('H10',371,66,1),('H10',372,66,2),('H10',373,55,5),('H10',374,67,1),('H10',375,68,1),('H10',376,68,2),('H10',377,68,3),('H10',378,68,4),('H10',379,69,1),('H10',380,69,2),('H10',381,69,3),('H10',382,70,1),('H10',383,70,2),('H10',384,71,1),('H10',385,71,2),('H10',386,71,3),('H10',387,72,1),('H10',388,72,2),('H10',389,72,3),('H10',390,73,1),('H10',391,73,2),('H10',392,74,1),('H10',393,75,1),('H10',394,75,2),('H10',395,76,1),('H10',396,76,2),('H10',397,76,3),('H10',398,76,4),('H10',399,76,5),('H10',400,76,6),('H10',401,76,7),('H10',402,77,1),('H10',403,78,1),('H10',404,78,2),('H10',405,78,3),('H10',406,79,1),('H10',407,79,2),('H10',408,80,1),('H10',409,80,2),('H10',410,81,1),('H10',411,81,2),('H10',412,82,1),('H10',413,82,2),('H10',414,83,1),('H10',415,83,2),('H10',416,84,1),('H10',417,84,2),('H10',418,85,1),('H10',419,85,2),('H10',420,86,1),('H10',421,86,2),('H10',422,86,3),('H10',423,86,1),('H10',424,86,2),('H10',425,86,3),('H10',426,87,1),('H10',427,87,2),('H2',1,1,0),('H2',2,1,1),('H2',3,1,2),('H2',4,1,3),('H2',5,1,4),('H2',6,1,5),('H2',7,1,6),('H2',8,1,7),('H2',9,1,8),('H2',10,1,9),('H2',11,1,10),('H2',12,2,0),('H2',13,2,1),('H2',14,3,0),('H2',15,3,1),('H2',16,3,2),('H2',17,3,3),('H2',18,3,4),('H2',19,3,5),('H2',20,4,0),('H2',21,4,1),('H2',22,4,2),('H2',23,4,3),('H2',24,4,4),('H2',25,4,5),('H2',26,4,6),('H2',27,4,7),('H2',28,4,8),('H2',29,4,9),('H2',30,4,10),('H2',31,4,11),('H2',32,4,12),('H2',33,5,0),('H2',34,5,1),('H2',35,5,2),('H2',36,5,3),('H2',37,5,4),('H2',38,6,0),('H2',39,6,1),('H2',40,6,2),('H2',41,7,0),('H2',42,7,1),('H2',43,7,2),('H2',44,7,3),('H2',45,7,4),('H2',46,8,0),('H2',47,9,0),('H2',48,9,1),('H2',49,9,2),('H2',50,9,3),('H2',51,10,0),('H2',52,10,1),('H2',53,10,2),('H2',54,10,3),('H2',55,10,4),('H2',56,10,5),('H2',57,10,6),('H2',58,10,7),('H2',59,10,8),('H2',60,11,0),('H2',61,11,1),('H2',62,11,2),('H2',63,11,3),('H2',64,11,4),('H2',65,11,5),('H2',66,11,6),('H2',67,11,7),('H2',68,11,8),('H2',69,11,9),('H2',70,11,10),('H2',71,11,11),('H2',72,11,12),('H2',73,11,13),('H2',74,11,14),('H2',75,11,15),('H2',76,11,16),('H2',77,11,17),('H2',78,11,18),('H2',79,11,19),('H2',80,11,20),('H2',81,11,21),('H2',82,11,22),('H2',83,11,23),('H2',84,11,24),('H2',85,11,25),('H2',86,11,26),('H2',87,11,27),('H2',88,11,28),('H2',89,11,29),('H2',90,11,30),('H2',91,11,31),('H2',92,12,0),('H2',93,12,1),('H2',94,12,2),('H2',95,12,3),('H2',96,12,4),('H2',97,12,5),('H2',98,13,0),('H2',99,13,1),('H2',100,13,2),('H2',101,13,3),('H2',102,13,4),('H2',103,13,5),('H2',104,13,6),('H2',105,13,7),('H2',106,13,8),('H2',107,13,9),('H2',108,13,10),('H2',109,13,11),('H2',110,13,12),('H2',111,14,0),('H2',112,14,1),('H2',113,14,2),('H2',114,14,3),('H2',115,14,4),('H2',116,14,5),('H2',117,14,6),('H2',118,14,7),('H2',119,14,8),('H2',120,14,9),('H2',121,14,10),('H2',122,14,11),('H2',123,15,0),('H2',124,15,1),('H2',125,15,2),('H2',126,15,3),('H2',127,16,0),('H2',128,16,1),('H2',129,16,2),('H2',130,17,0),('H2',131,17,1),('H2',132,17,2),('H2',133,17,3),('H2',134,17,4),('H2',135,18,0),('H2',136,18,1),('H2',137,18,2),('H2',138,18,3),('H2',139,19,0),('H2',140,19,1),('H2',141,19,2),('H2',142,19,3),('H2',143,19,4),('H2',144,20,0),('H2',145,20,1),('H2',146,20,2),('H2',147,20,3),('H2',148,20,4),('H2',149,20,5),('H2',150,21,0),('H2',151,21,1),('H2',152,21,2),('H2',153,21,3),('H2',154,21,4),('H2',155,21,5),('H2',156,21,6),('H2',157,21,7),('H2',158,21,8),('H2',159,21,9),('H2',160,22,0),('H2',161,22,1),('H2',162,22,2),('H2',163,22,3),('H2',164,22,4),('H2',165,22,5),('H2',166,23,0),('H2',167,23,1),('H2',168,23,2),('H2',169,23,3),('H2',170,24,0),('H2',171,24,1),('H2',172,24,2),('H2',173,25,0),('H2',174,25,1),('H2',175,25,2),('H2',176,25,3),('H2',177,25,4),('H2',178,25,5),('H2',179,26,0),('H2',180,26,1),('H2',181,26,2),('H2',182,27,0),('H2',183,27,1),('H2',184,27,2),('H2',185,27,3),('H2',186,28,0),('H2',187,28,1),('H2',188,28,2),('H2',189,28,3),('H2',190,29,0),('H2',191,29,1),('H2',192,29,2),('H2',193,29,3),('H2',194,30,0),('H2',195,30,1),('H2',196,30,2),('H2',197,30,3),('H2',198,30,4),('H2',199,30,5),('H2',200,30,6),('H2',201,30,7),('H2',202,30,8),('H2',203,30,9),('H2',204,30,10),('H2',205,30,11),('H2',206,30,12),('H2',207,30,13),('H2',208,30,14),('H2',209,30,15),('H2',210,31,1),('H2',211,31,2),('H2',212,31,3),('H2',213,32,1),('H2',214,32,2),('H2',215,32,3),('H2',216,32,4),('H2',217,32,5),('H2',218,32,6),('H2',219,33,1),('H2',220,33,2),('H2',221,33,3),('H2',222,33,4),('H2',223,34,1),('H2',224,34,2),('H2',225,34,3),('H2',226,34,4),('H2',227,34,5),('H2',228,34,6),('H2',229,35,1),('H2',230,35,2),('H2',231,35,3),('H2',232,36,1),('H2',233,36,2),('H2',234,36,3),('H2',235,37,1),('H2',236,37,2),('H2',237,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,49,3),('H2',306,49,4),('H2',307,49,5),('H2',308,49,6),('H2',309,49,7),('H2',310,49,8),('H2',311,49,9),('H2',312,50,1),('H2',313,50,2),('H2',315,51,1),('H2',316,51,2),('H2',317,52,1),('H2',318,52,2),('H2',319,53,1),('H2',320,53,2),('H2',323,54,1),('H2',324,54,2),('H2',325,50,3),('H2',326,49,1),('H2',327,49,2),('H2',328,49,3),('H2',329,49,4),('H2',330,49,5),('H2',331,49,6),('H2',332,49,7),('H2',333,49,8),('H2',334,49,9),('H2',335,55,1),('H2',336,55,2),('H2',337,56,1),('H2',338,56,2),('H2',339,50,4),('H2',340,50,5),('H2',341,57,1),('H2',348,58,4),('H2',349,58,5),('H2',350,58,6),('H2',351,50,6),('H2',352,50,7),('H2',353,60,1),('H2',354,60,2),('H2',355,60,3),('H2',356,60,4),('H2',357,60,5),('H2',358,60,6),('H2',359,61,1),('H2',360,61,2),('H2',361,62,1),('H2',362,62,2),('H2',363,63,1),('H2',364,63,2),('H2',365,64,1),('H2',366,64,2),('H2',367,65,1),('H2',368,65,2),('H2',369,55,3),('H2',370,55,4),('H2',371,66,1),('H2',372,66,2),('H2',373,55,5),('H2',374,67,1),('H2',375,68,1),('H2',376,68,2),('H2',377,68,3),('H2',378,68,4),('H2',379,69,1),('H2',380,69,2),('H2',381,69,3),('H2',382,70,1),('H2',383,70,2),('H2',384,71,1),('H2',385,71,2),('H2',386,71,3),('H2',387,72,1),('H2',388,72,2),('H2',389,72,3),('H2',390,73,1),('H2',391,73,2),('H2',392,74,1),('H2',393,75,1),('H2',394,75,2),('H2',395,76,1),('H2',396,76,2),('H2',397,76,3),('H2',398,76,4),('H2',399,76,5),('H2',400,76,6),('H2',401,76,7),('H2',402,77,1),('H2',403,78,1),('H2',404,78,2),('H2',405,78,3),('H2',406,79,1),('H2',407,79,2),('H2',408,80,1),('H2',409,80,2),('H2',410,81,1),('H2',411,81,2),('H2',412,82,1),('H2',413,82,2),('H2',414,83,1),('H2',415,83,2),('H2',416,84,1),('H2',417,84,2),('H2',418,85,1),('H2',419,85,2),('H2',420,86,1),('H2',421,86,2),('H2',422,86,3),('H2',423,86,1),('H2',424,86,2),('H2',425,86,3),('H2',426,87,1),('H2',427,87,2),('H3',1,1,0),('H3',2,1,1),('H3',3,1,2),('H3',4,1,3),('H3',5,1,4),('H3',6,1,5),('H3',7,1,6),('H3',8,1,7),('H3',9,1,8),('H3',10,1,9),('H3',11,1,10),('H3',12,2,0),('H3',13,2,1),('H3',14,3,0),('H3',15,3,1),('H3',16,3,2),('H3',17,3,3),('H3',18,3,4),('H3',19,3,5),('H3',20,4,0),('H3',21,4,1),('H3',22,4,2),('H3',23,4,3),('H3',24,4,4),('H3',25,4,5),('H3',26,4,6),('H3',27,4,7),('H3',28,4,8),('H3',29,4,9),('H3',30,4,10),('H3',31,4,11),('H3',32,4,12),('H3',33,5,0),('H3',34,5,1),('H3',35,5,2),('H3',36,5,3),('H3',37,5,4),('H3',38,6,0),('H3',39,6,1),('H3',40,6,2),('H3',41,7,0),('H3',42,7,1),('H3',43,7,2),('H3',44,7,3),('H3',45,7,4),('H3',46,8,0),('H3',47,9,0),('H3',48,9,1),('H3',49,9,2),('H3',50,9,3),('H3',51,10,0),('H3',52,10,1),('H3',53,10,2),('H3',54,10,3),('H3',55,10,4),('H3',56,10,5),('H3',57,10,6),('H3',58,10,7),('H3',59,10,8),('H3',60,11,0),('H3',61,11,1),('H3',62,11,2),('H3',63,11,3),('H3',64,11,4),('H3',65,11,5),('H3',66,11,6),('H3',67,11,7),('H3',68,11,8),('H3',69,11,9),('H3',70,11,10),('H3',71,11,11),('H3',72,11,12),('H3',73,11,13),('H3',74,11,14),('H3',75,11,15),('H3',76,11,16),('H3',77,11,17),('H3',78,11,18),('H3',79,11,19),('H3',80,11,20),('H3',81,11,21),('H3',82,11,22),('H3',83,11,23),('H3',84,11,24),('H3',85,11,25),('H3',86,11,26),('H3',87,11,27),('H3',88,11,28),('H3',89,11,29),('H3',90,11,30),('H3',91,11,31),('H3',92,12,0),('H3',93,12,1),('H3',94,12,2),('H3',95,12,3),('H3',96,12,4),('H3',97,12,5),('H3',98,13,0),('H3',99,13,1),('H3',100,13,2),('H3',101,13,3),('H3',102,13,4),('H3',103,13,5),('H3',104,13,6),('H3',105,13,7),('H3',106,13,8),('H3',107,13,9),('H3',108,13,10),('H3',109,13,11),('H3',110,13,12),('H3',111,14,0),('H3',112,14,1),('H3',113,14,2),('H3',114,14,3),('H3',115,14,4),('H3',116,14,5),('H3',117,14,6),('H3',118,14,7),('H3',119,14,8),('H3',120,14,9),('H3',121,14,10),('H3',122,14,11),('H3',123,15,0),('H3',124,15,1),('H3',125,15,2),('H3',126,15,3),('H3',127,16,0),('H3',128,16,1),('H3',129,16,2),('H3',130,17,0),('H3',131,17,1),('H3',132,17,2),('H3',133,17,3),('H3',134,17,4),('H3',135,18,0),('H3',136,18,1),('H3',137,18,2),('H3',138,18,3),('H3',139,19,0),('H3',140,19,1),('H3',141,19,2),('H3',142,19,3),('H3',143,19,4),('H3',144,20,0),('H3',145,20,1),('H3',146,20,2),('H3',147,20,3),('H3',148,20,4),('H3',149,20,5),('H3',150,21,0),('H3',151,21,1),('H3',152,21,2),('H3',153,21,3),('H3',154,21,4),('H3',155,21,5),('H3',156,21,6),('H3',157,21,7),('H3',158,21,8),('H3',159,21,9),('H3',160,22,0),('H3',161,22,1),('H3',162,22,2),('H3',163,22,3),('H3',164,22,4),('H3',165,22,5),('H3',166,23,0),('H3',167,23,1),('H3',168,23,2),('H3',169,23,3),('H3',170,24,0),('H3',171,24,1),('H3',172,24,2),('H3',173,25,0),('H3',174,25,1),('H3',175,25,2),('H3',176,25,3),('H3',177,25,4),('H3',178,25,5),('H3',179,26,0),('H3',180,26,1),('H3',181,26,2),('H3',182,27,0),('H3',183,27,1),('H3',184,27,2),('H3',185,27,3),('H3',186,28,0),('H3',187,28,1),('H3',188,28,2),('H3',189,28,3),('H3',190,29,0),('H3',191,29,1),('H3',192,29,2),('H3',193,29,3),('H3',194,30,0),('H3',195,30,1),('H3',196,30,2),('H3',197,30,3),('H3',198,30,4),('H3',199,30,5),('H3',200,30,6),('H3',201,30,7),('H3',202,30,8),('H3',203,30,9),('H3',204,30,10),('H3',205,30,11),('H3',206,30,12),('H3',207,30,13),('H3',208,30,14),('H3',209,30,15),('H3',210,31,1),('H3',211,31,2),('H3',212,31,3),('H3',213,32,1),('H3',214,32,2),('H3',215,32,3),('H3',216,32,4),('H3',217,32,5),('H3',218,32,6),('H3',219,33,1),('H3',220,33,2),('H3',221,33,3),('H3',222,33,4),('H3',223,34,1),('H3',224,34,2),('H3',225,34,3),('H3',226,34,4),('H3',227,34,5),('H3',228,34,6),('H3',229,35,1),('H3',230,35,2),('H3',231,35,3),('H3',232,36,1),('H3',233,36,2),('H3',234,36,3),('H3',235,37,1),('H3',236,37,2),('H3',237,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,49,3),('H3',306,49,4),('H3',307,49,5),('H3',308,49,6),('H3',309,49,7),('H3',310,49,8),('H3',311,49,9),('H3',312,50,1),('H3',313,50,2),('H3',315,51,1),('H3',316,51,2),('H3',317,52,1),('H3',318,52,2),('H3',319,53,1),('H3',320,53,2),('H3',323,54,1),('H3',324,54,2),('H3',325,50,3),('H3',326,49,1),('H3',327,49,2),('H3',328,49,3),('H3',329,49,4),('H3',330,49,5),('H3',331,49,6),('H3',332,49,7),('H3',333,49,8),('H3',334,49,9),('H3',335,55,1),('H3',336,55,2),('H3',337,56,1),('H3',338,56,2),('H3',339,50,4),('H3',340,50,5),('H3',341,57,1),('H3',348,58,4),('H3',349,58,5),('H3',350,58,6),('H3',351,50,6),('H3',352,50,7),('H3',353,60,1),('H3',354,60,2),('H3',355,60,3),('H3',356,60,4),('H3',357,60,5),('H3',358,60,6),('H3',359,61,1),('H3',360,61,2),('H3',361,62,1),('H3',362,62,2),('H3',363,63,1),('H3',364,63,2),('H3',365,64,1),('H3',366,64,2),('H3',367,65,1),('H3',368,65,2),('H3',369,55,3),('H3',370,55,4),('H3',371,66,1),('H3',372,66,2),('H3',373,55,5),('H3',374,67,1),('H3',375,68,1),('H3',376,68,2),('H3',377,68,3),('H3',378,68,4),('H3',379,69,1),('H3',380,69,2),('H3',381,69,3),('H3',382,70,1),('H3',383,70,2),('H3',384,71,1),('H3',385,71,2),('H3',386,71,3),('H3',387,72,1),('H3',388,72,2),('H3',389,72,3),('H3',390,73,1),('H3',391,73,2),('H3',392,74,1),('H3',393,75,1),('H3',394,75,2),('H3',395,76,1),('H3',396,76,2),('H3',397,76,3),('H3',398,76,4),('H3',399,76,5),('H3',400,76,6),('H3',401,76,7),('H3',402,77,1),('H3',403,78,1),('H3',404,78,2),('H3',405,78,3),('H3',406,79,1),('H3',407,79,2),('H3',408,80,1),('H3',409,80,2),('H3',410,81,1),('H3',411,81,2),('H3',412,82,1),('H3',413,82,2),('H3',414,83,1),('H3',415,83,2),('H3',416,84,1),('H3',417,84,2),('H3',418,85,1),('H3',419,85,2),('H3',420,86,1),('H3',421,86,2),('H3',422,86,3),('H3',423,86,1),('H3',424,86,2),('H3',425,86,3),('H3',426,87,1),('H3',427,87,2),('H4',1,1,0),('H4',2,1,1),('H4',3,1,2),('H4',4,1,3),('H4',5,1,4),('H4',6,1,5),('H4',7,1,6),('H4',8,1,7),('H4',9,1,8),('H4',10,1,9),('H4',11,1,10),('H4',12,2,0),('H4',13,2,1),('H4',14,3,0),('H4',15,3,1),('H4',16,3,2),('H4',17,3,3),('H4',18,3,4),('H4',19,3,5),('H4',20,4,0),('H4',21,4,1),('H4',22,4,2),('H4',23,4,3),('H4',24,4,4),('H4',25,4,5),('H4',26,4,6),('H4',27,4,7),('H4',28,4,8),('H4',29,4,9),('H4',30,4,10),('H4',31,4,11),('H4',32,4,12),('H4',33,5,0),('H4',34,5,1),('H4',35,5,2),('H4',36,5,3),('H4',37,5,4),('H4',38,6,0),('H4',39,6,1),('H4',40,6,2),('H4',41,7,0),('H4',42,7,1),('H4',43,7,2),('H4',44,7,3),('H4',45,7,4),('H4',46,8,0),('H4',47,9,0),('H4',48,9,1),('H4',49,9,2),('H4',50,9,3),('H4',51,10,0),('H4',52,10,1),('H4',53,10,2),('H4',54,10,3),('H4',55,10,4),('H4',56,10,5),('H4',57,10,6),('H4',58,10,7),('H4',59,10,8),('H4',60,11,0),('H4',61,11,1),('H4',62,11,2),('H4',63,11,3),('H4',64,11,4),('H4',65,11,5),('H4',66,11,6),('H4',67,11,7),('H4',68,11,8),('H4',69,11,9),('H4',70,11,10),('H4',71,11,11),('H4',72,11,12),('H4',73,11,13),('H4',74,11,14),('H4',75,11,15),('H4',76,11,16),('H4',77,11,17),('H4',78,11,18),('H4',79,11,19),('H4',80,11,20),('H4',81,11,21),('H4',82,11,22),('H4',83,11,23),('H4',84,11,24),('H4',85,11,25),('H4',86,11,26),('H4',87,11,27),('H4',88,11,28),('H4',89,11,29),('H4',90,11,30),('H4',91,11,31),('H4',92,12,0),('H4',93,12,1),('H4',94,12,2),('H4',95,12,3),('H4',96,12,4),('H4',97,12,5),('H4',98,13,0),('H4',99,13,1),('H4',100,13,2),('H4',101,13,3),('H4',102,13,4),('H4',103,13,5),('H4',104,13,6),('H4',105,13,7),('H4',106,13,8),('H4',107,13,9),('H4',108,13,10),('H4',109,13,11),('H4',110,13,12),('H4',111,14,0),('H4',112,14,1),('H4',113,14,2),('H4',114,14,3),('H4',115,14,4),('H4',116,14,5),('H4',117,14,6),('H4',118,14,7),('H4',119,14,8),('H4',120,14,9),('H4',121,14,10),('H4',122,14,11),('H4',123,15,0),('H4',124,15,1),('H4',125,15,2),('H4',126,15,3),('H4',127,16,0),('H4',128,16,1),('H4',129,16,2),('H4',130,17,0),('H4',131,17,1),('H4',132,17,2),('H4',133,17,3),('H4',134,17,4),('H4',135,18,0),('H4',136,18,1),('H4',137,18,2),('H4',138,18,3),('H4',139,19,0),('H4',140,19,1),('H4',141,19,2),('H4',142,19,3),('H4',143,19,4),('H4',144,20,0),('H4',145,20,1),('H4',146,20,2),('H4',147,20,3),('H4',148,20,4),('H4',149,20,5),('H4',150,21,0),('H4',151,21,1),('H4',152,21,2),('H4',153,21,3),('H4',154,21,4),('H4',155,21,5),('H4',156,21,6),('H4',157,21,7),('H4',158,21,8),('H4',159,21,9),('H4',160,22,0),('H4',161,22,1),('H4',162,22,2),('H4',163,22,3),('H4',164,22,4),('H4',165,22,5),('H4',166,23,0),('H4',167,23,1),('H4',168,23,2),('H4',169,23,3),('H4',170,24,0),('H4',171,24,1),('H4',172,24,2),('H4',173,25,0),('H4',174,25,1),('H4',175,25,2),('H4',176,25,3),('H4',177,25,4),('H4',178,25,5),('H4',179,26,0),('H4',180,26,1),('H4',181,26,2),('H4',182,27,0),('H4',183,27,1),('H4',184,27,2),('H4',185,27,3),('H4',186,28,0),('H4',187,28,1),('H4',188,28,2),('H4',189,28,3),('H4',190,29,0),('H4',191,29,1),('H4',192,29,2),('H4',193,29,3),('H4',194,30,0),('H4',195,30,1),('H4',196,30,2),('H4',197,30,3),('H4',198,30,4),('H4',199,30,5),('H4',200,30,6),('H4',201,30,7),('H4',202,30,8),('H4',203,30,9),('H4',204,30,10),('H4',205,30,11),('H4',206,30,12),('H4',207,30,13),('H4',208,30,14),('H4',209,30,15),('H4',210,31,1),('H4',211,31,2),('H4',212,31,3),('H4',213,32,1),('H4',214,32,2),('H4',215,32,3),('H4',216,32,4),('H4',217,32,5),('H4',218,32,6),('H4',219,33,1),('H4',220,33,2),('H4',221,33,3),('H4',222,33,4),('H4',223,34,1),('H4',224,34,2),('H4',225,34,3),('H4',226,34,4),('H4',227,34,5),('H4',228,34,6),('H4',229,35,1),('H4',230,35,2),('H4',231,35,3),('H4',232,36,1),('H4',233,36,2),('H4',234,36,3),('H4',235,37,1),('H4',236,37,2),('H4',237,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,49,3),('H4',306,49,4),('H4',307,49,5),('H4',308,49,6),('H4',309,49,7),('H4',310,49,8),('H4',311,49,9),('H4',312,50,1),('H4',313,50,2),('H4',315,51,1),('H4',316,51,2),('H4',317,52,1),('H4',318,52,2),('H4',319,53,1),('H4',320,53,2),('H4',323,54,1),('H4',324,54,2),('H4',325,50,3),('H4',326,49,1),('H4',327,49,2),('H4',328,49,3),('H4',329,49,4),('H4',330,49,5),('H4',331,49,6),('H4',332,49,7),('H4',333,49,8),('H4',334,49,9),('H4',335,55,1),('H4',336,55,2),('H4',337,56,1),('H4',338,56,2),('H4',339,50,4),('H4',340,50,5),('H4',341,57,1),('H4',348,58,4),('H4',349,58,5),('H4',350,58,6),('H4',351,50,6),('H4',352,50,7),('H4',353,60,1),('H4',354,60,2),('H4',355,60,3),('H4',356,60,4),('H4',357,60,5),('H4',358,60,6),('H4',359,61,1),('H4',360,61,2),('H4',361,62,1),('H4',362,62,2),('H4',363,63,1),('H4',364,63,2),('H4',365,64,1),('H4',366,64,2),('H4',367,65,1),('H4',368,65,2),('H4',369,55,3),('H4',370,55,4),('H4',371,66,1),('H4',372,66,2),('H4',373,55,5),('H4',374,67,1),('H4',375,68,1),('H4',376,68,2),('H4',377,68,3),('H4',378,68,4),('H4',379,69,1),('H4',380,69,2),('H4',381,69,3),('H4',382,70,1),('H4',383,70,2),('H4',384,71,1),('H4',385,71,2),('H4',386,71,3),('H4',387,72,1),('H4',388,72,2),('H4',389,72,3),('H4',390,73,1),('H4',391,73,2),('H4',392,74,1),('H4',393,75,1),('H4',394,75,2),('H4',395,76,1),('H4',396,76,2),('H4',397,76,3),('H4',398,76,4),('H4',399,76,5),('H4',400,76,6),('H4',401,76,7),('H4',402,77,1),('H4',403,78,1),('H4',404,78,2),('H4',405,78,3),('H4',406,79,1),('H4',407,79,2),('H4',408,80,1),('H4',409,80,2),('H4',410,81,1),('H4',411,81,2),('H4',412,82,1),('H4',413,82,2),('H4',414,83,1),('H4',415,83,2),('H4',416,84,1),('H4',417,84,2),('H4',418,85,1),('H4',419,85,2),('H4',420,86,1),('H4',421,86,2),('H4',422,86,3),('H4',423,86,1),('H4',424,86,2),('H4',425,86,3),('H4',426,87,1),('H4',427,87,2),('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,49,3),('H5',306,49,4),('H5',307,49,5),('H5',308,49,6),('H5',309,49,7),('H5',310,49,8),('H5',311,49,9),('H5',312,50,1),('H5',313,50,2),('H5',315,51,1),('H5',316,51,2),('H5',317,52,1),('H5',318,52,2),('H5',319,53,1),('H5',320,53,2),('H5',323,54,1),('H5',324,54,2),('H5',325,50,3),('H5',326,49,1),('H5',327,49,2),('H5',328,49,3),('H5',329,49,4),('H5',330,49,5),('H5',331,49,6),('H5',332,49,7),('H5',333,49,8),('H5',334,49,9),('H5',335,55,1),('H5',336,55,2),('H5',337,56,1),('H5',338,56,2),('H5',339,50,4),('H5',340,50,5),('H5',341,57,1),('H5',348,58,4),('H5',349,58,5),('H5',350,58,6),('H5',351,50,6),('H5',352,50,7),('H5',353,60,1),('H5',354,60,2),('H5',355,60,3),('H5',356,60,4),('H5',357,60,5),('H5',358,60,6),('H5',359,61,1),('H5',360,61,2),('H5',361,62,1),('H5',362,62,2),('H5',363,63,1),('H5',364,63,2),('H5',365,64,1),('H5',366,64,2),('H5',367,65,1),('H5',368,65,2),('H5',369,55,3),('H5',370,55,4),('H5',371,66,1),('H5',372,66,2),('H5',373,55,5),('H5',374,67,1),('H5',375,68,1),('H5',376,68,2),('H5',377,68,3),('H5',378,68,4),('H5',379,69,1),('H5',380,69,2),('H5',381,69,3),('H5',382,70,1),('H5',383,70,2),('H5',384,71,1),('H5',385,71,2),('H5',386,71,3),('H5',387,72,1),('H5',388,72,2),('H5',389,72,3),('H5',390,73,1),('H5',391,73,2),('H5',392,74,1),('H5',393,75,1),('H5',394,75,2),('H5',395,76,1),('H5',396,76,2),('H5',397,76,3),('H5',398,76,4),('H5',399,76,5),('H5',400,76,6),('H5',401,76,7),('H5',402,77,1),('H5',403,78,1),('H5',404,78,2),('H5',405,78,3),('H5',406,79,1),('H5',407,79,2),('H5',408,80,1),('H5',409,80,2),('H5',410,81,1),('H5',411,81,2),('H5',412,82,1),('H5',413,82,2),('H5',414,83,1),('H5',415,83,2),('H5',416,84,1),('H5',417,84,2),('H5',418,85,1),('H5',419,85,2),('H5',420,86,1),('H5',421,86,2),('H5',422,86,3),('H5',423,86,1),('H5',424,86,2),('H5',425,86,3),('H5',426,87,1),('H5',427,87,2),('H7',1,1,0),('H7',2,1,1),('H7',3,1,2),('H7',4,1,3),('H7',5,1,4),('H7',6,1,5),('H7',7,1,6),('H7',8,1,7),('H7',9,1,8),('H7',10,1,9),('H7',11,1,10),('H7',12,2,0),('H7',13,2,1),('H7',14,3,0),('H7',15,3,1),('H7',16,3,2),('H7',17,3,3),('H7',18,3,4),('H7',19,3,5),('H7',20,4,0),('H7',21,4,1),('H7',22,4,2),('H7',23,4,3),('H7',24,4,4),('H7',25,4,5),('H7',26,4,6),('H7',27,4,7),('H7',28,4,8),('H7',29,4,9),('H7',30,4,10),('H7',31,4,11),('H7',32,4,12),('H7',33,5,0),('H7',34,5,1),('H7',35,5,2),('H7',36,5,3),('H7',37,5,4),('H7',38,6,0),('H7',39,6,1),('H7',40,6,2),('H7',41,7,0),('H7',42,7,1),('H7',43,7,2),('H7',44,7,3),('H7',45,7,4),('H7',46,8,0),('H7',47,9,0),('H7',48,9,1),('H7',49,9,2),('H7',50,9,3),('H7',51,10,0),('H7',52,10,1),('H7',53,10,2),('H7',54,10,3),('H7',55,10,4),('H7',56,10,5),('H7',57,10,6),('H7',58,10,7),('H7',59,10,8),('H7',60,11,0),('H7',61,11,1),('H7',62,11,2),('H7',63,11,3),('H7',64,11,4),('H7',65,11,5),('H7',66,11,6),('H7',67,11,7),('H7',68,11,8),('H7',69,11,9),('H7',70,11,10),('H7',71,11,11),('H7',72,11,12),('H7',73,11,13),('H7',74,11,14),('H7',75,11,15),('H7',76,11,16),('H7',77,11,17),('H7',78,11,18),('H7',79,11,19),('H7',80,11,20),('H7',81,11,21),('H7',82,11,22),('H7',83,11,23),('H7',84,11,24),('H7',85,11,25),('H7',86,11,26),('H7',87,11,27),('H7',88,11,28),('H7',89,11,29),('H7',90,11,30),('H7',91,11,31),('H7',92,12,0),('H7',93,12,1),('H7',94,12,2),('H7',95,12,3),('H7',96,12,4),('H7',97,12,5),('H7',98,13,0),('H7',99,13,1),('H7',100,13,2),('H7',101,13,3),('H7',102,13,4),('H7',103,13,5),('H7',104,13,6),('H7',105,13,7),('H7',106,13,8),('H7',107,13,9),('H7',108,13,10),('H7',109,13,11),('H7',110,13,12),('H7',111,14,0),('H7',112,14,1),('H7',113,14,2),('H7',114,14,3),('H7',115,14,4),('H7',116,14,5),('H7',117,14,6),('H7',118,14,7),('H7',119,14,8),('H7',120,14,9),('H7',121,14,10),('H7',122,14,11),('H7',123,15,0),('H7',124,15,1),('H7',125,15,2),('H7',126,15,3),('H7',127,16,0),('H7',128,16,1),('H7',129,16,2),('H7',130,17,0),('H7',131,17,1),('H7',132,17,2),('H7',133,17,3),('H7',134,17,4),('H7',135,18,0),('H7',136,18,1),('H7',137,18,2),('H7',138,18,3),('H7',139,19,0),('H7',140,19,1),('H7',141,19,2),('H7',142,19,3),('H7',143,19,4),('H7',144,20,0),('H7',145,20,1),('H7',146,20,2),('H7',147,20,3),('H7',148,20,4),('H7',149,20,5),('H7',150,21,0),('H7',151,21,1),('H7',152,21,2),('H7',153,21,3),('H7',154,21,4),('H7',155,21,5),('H7',156,21,6),('H7',157,21,7),('H7',158,21,8),('H7',159,21,9),('H7',160,22,0),('H7',161,22,1),('H7',162,22,2),('H7',163,22,3),('H7',164,22,4),('H7',165,22,5),('H7',166,23,0),('H7',167,23,1),('H7',168,23,2),('H7',169,23,3),('H7',170,24,0),('H7',171,24,1),('H7',172,24,2),('H7',173,25,0),('H7',174,25,1),('H7',175,25,2),('H7',176,25,3),('H7',177,25,4),('H7',178,25,5),('H7',179,26,0),('H7',180,26,1),('H7',181,26,2),('H7',182,27,0),('H7',183,27,1),('H7',184,27,2),('H7',185,27,3),('H7',186,28,0),('H7',187,28,1),('H7',188,28,2),('H7',189,28,3),('H7',190,29,0),('H7',191,29,1),('H7',192,29,2),('H7',193,29,3),('H7',194,30,0),('H7',195,30,1),('H7',196,30,2),('H7',197,30,3),('H7',198,30,4),('H7',199,30,5),('H7',200,30,6),('H7',201,30,7),('H7',202,30,8),('H7',203,30,9),('H7',204,30,10),('H7',205,30,11),('H7',206,30,12),('H7',207,30,13),('H7',208,30,14),('H7',209,30,15),('H7',210,31,1),('H7',211,31,2),('H7',212,31,3),('H7',213,32,1),('H7',214,32,2),('H7',215,32,3),('H7',216,32,4),('H7',217,32,5),('H7',218,32,6),('H7',219,33,1),('H7',220,33,2),('H7',221,33,3),('H7',222,33,4),('H7',223,34,1),('H7',224,34,2),('H7',225,34,3),('H7',226,34,4),('H7',227,34,5),('H7',228,34,6),('H7',229,35,1),('H7',230,35,2),('H7',231,35,3),('H7',232,36,1),('H7',233,36,2),('H7',234,36,3),('H7',235,37,1),('H7',236,37,2),('H7',237,37,3),('H7',238,37,4),('H7',239,38,1),('H7',240,38,2),('H7',241,38,3),('H7',242,38,4),('H7',243,39,1),('H7',244,39,2),('H7',245,39,3),('H7',246,39,4),('H7',247,40,1),('H7',248,40,2),('H7',249,40,3),('H7',250,40,4),('H7',251,40,5),('H7',252,40,6),('H7',253,40,7),('H7',254,40,8),('H7',255,40,9),('H7',256,40,10),('H7',257,40,11),('H7',258,41,1),('H7',259,41,2),('H7',260,41,3),('H7',261,41,4),('H7',262,41,5),('H7',263,41,6),('H7',264,41,7),('H7',265,41,8),('H7',266,41,9),('H7',267,42,1),('H7',268,42,2),('H7',269,42,3),('H7',270,42,4),('H7',271,43,1),('H7',272,43,2),('H7',273,43,3),('H7',274,43,4),('H7',275,44,1),('H7',276,44,2),('H7',277,44,3),('H7',278,44,4),('H7',279,44,5),('H7',280,44,6),('H7',281,44,7),('H7',282,44,8),('H7',283,44,9),('H7',284,44,10),('H7',285,44,11),('H7',286,45,1),('H7',287,45,2),('H7',288,12,1),('H7',289,46,1),('H7',290,46,2),('H7',291,46,3),('H7',292,46,4),('H7',293,46,5),('H7',294,46,6),('H7',295,2,1),('H7',296,47,1),('H7',297,47,2),('H7',298,47,3),('H7',299,48,1),('H7',300,48,2),('H7',303,49,1),('H7',304,49,2),('H7',305,49,3),('H7',306,49,4),('H7',307,49,5),('H7',308,49,6),('H7',309,49,7),('H7',310,49,8),('H7',311,49,9),('H7',312,50,1),('H7',313,50,2),('H7',315,51,1),('H7',316,51,2),('H7',317,52,1),('H7',318,52,2),('H7',319,53,1),('H7',320,53,2),('H7',323,54,1),('H7',324,54,2),('H7',325,50,3),('H7',326,49,1),('H7',327,49,2),('H7',328,49,3),('H7',329,49,4),('H7',330,49,5),('H7',331,49,6),('H7',332,49,7),('H7',333,49,8),('H7',334,49,9),('H7',335,55,1),('H7',336,55,2),('H7',337,56,1),('H7',338,56,2),('H7',339,50,4),('H7',340,50,5),('H7',341,57,1),('H7',348,58,4),('H7',349,58,5),('H7',350,58,6),('H7',351,50,6),('H7',352,50,7),('H7',353,60,1),('H7',354,60,2),('H7',355,60,3),('H7',356,60,4),('H7',357,60,5),('H7',358,60,6),('H7',359,61,1),('H7',360,61,2),('H7',361,62,1),('H7',362,62,2),('H7',363,63,1),('H7',364,63,2),('H7',365,64,1),('H7',366,64,2),('H7',367,65,1),('H7',368,65,2),('H7',369,55,3),('H7',370,55,4),('H7',371,66,1),('H7',372,66,2),('H7',373,55,5),('H7',374,67,1),('H7',375,68,1),('H7',376,68,2),('H7',377,68,3),('H7',378,68,4),('H7',379,69,1),('H7',380,69,2),('H7',381,69,3),('H7',382,70,1),('H7',383,70,2),('H7',384,71,1),('H7',385,71,2),('H7',386,71,3),('H7',387,72,1),('H7',388,72,2),('H7',389,72,3),('H7',390,73,1),('H7',391,73,2),('H7',392,74,1),('H7',393,75,1),('H7',394,75,2),('H7',395,76,1),('H7',396,76,2),('H7',397,76,3),('H7',398,76,4),('H7',399,76,5),('H7',400,76,6),('H7',401,76,7),('H7',402,77,1),('H7',403,78,1),('H7',404,78,2),('H7',405,78,3),('H7',406,79,1),('H7',407,79,2),('H7',408,80,1),('H7',409,80,2),('H7',410,81,1),('H7',411,81,2),('H7',412,82,1),('H7',413,82,2),('H7',414,83,1),('H7',415,83,2),('H7',416,84,1),('H7',417,84,2),('H7',418,85,1),('H7',419,85,2),('H7',420,86,1),('H7',421,86,2),('H7',422,86,3),('H7',423,86,1),('H7',424,86,2),('H7',425,86,3),('H7',426,87,1),('H7',427,87,2),('H8',1,1,0),('H8',2,1,1),('H8',3,1,2),('H8',4,1,3),('H8',5,1,4),('H8',6,1,5),('H8',7,1,6),('H8',8,1,7),('H8',9,1,8),('H8',10,1,9),('H8',11,1,10),('H8',12,2,0),('H8',13,2,1),('H8',14,3,0),('H8',15,3,1),('H8',16,3,2),('H8',17,3,3),('H8',18,3,4),('H8',19,3,5),('H8',20,4,0),('H8',21,4,1),('H8',22,4,2),('H8',23,4,3),('H8',24,4,4),('H8',25,4,5),('H8',26,4,6),('H8',27,4,7),('H8',28,4,8),('H8',29,4,9),('H8',30,4,10),('H8',31,4,11),('H8',32,4,12),('H8',33,5,0),('H8',34,5,1),('H8',35,5,2),('H8',36,5,3),('H8',37,5,4),('H8',38,6,0),('H8',39,6,1),('H8',40,6,2),('H8',41,7,0),('H8',42,7,1),('H8',43,7,2),('H8',44,7,3),('H8',45,7,4),('H8',46,8,0),('H8',47,9,0),('H8',48,9,1),('H8',49,9,2),('H8',50,9,3),('H8',51,10,0),('H8',52,10,1),('H8',53,10,2),('H8',54,10,3),('H8',55,10,4),('H8',56,10,5),('H8',57,10,6),('H8',58,10,7),('H8',59,10,8),('H8',60,11,0),('H8',61,11,1),('H8',62,11,2),('H8',63,11,3),('H8',64,11,4),('H8',65,11,5),('H8',66,11,6),('H8',67,11,7),('H8',68,11,8),('H8',69,11,9),('H8',70,11,10),('H8',71,11,11),('H8',72,11,12),('H8',73,11,13),('H8',74,11,14),('H8',75,11,15),('H8',76,11,16),('H8',77,11,17),('H8',78,11,18),('H8',79,11,19),('H8',80,11,20),('H8',81,11,21),('H8',82,11,22),('H8',83,11,23),('H8',84,11,24),('H8',85,11,25),('H8',86,11,26),('H8',87,11,27),('H8',88,11,28),('H8',89,11,29),('H8',90,11,30),('H8',91,11,31),('H8',92,12,0),('H8',93,12,1),('H8',94,12,2),('H8',95,12,3),('H8',96,12,4),('H8',97,12,5),('H8',98,13,0),('H8',99,13,1),('H8',100,13,2),('H8',101,13,3),('H8',102,13,4),('H8',103,13,5),('H8',104,13,6),('H8',105,13,7),('H8',106,13,8),('H8',107,13,9),('H8',108,13,10),('H8',109,13,11),('H8',110,13,12),('H8',111,14,0),('H8',112,14,1),('H8',113,14,2),('H8',114,14,3),('H8',115,14,4),('H8',116,14,5),('H8',117,14,6),('H8',118,14,7),('H8',119,14,8),('H8',120,14,9),('H8',121,14,10),('H8',122,14,11),('H8',123,15,0),('H8',124,15,1),('H8',125,15,2),('H8',126,15,3),('H8',127,16,0),('H8',128,16,1),('H8',129,16,2),('H8',130,17,0),('H8',131,17,1),('H8',132,17,2),('H8',133,17,3),('H8',134,17,4),('H8',135,18,0),('H8',136,18,1),('H8',137,18,2),('H8',138,18,3),('H8',139,19,0),('H8',140,19,1),('H8',141,19,2),('H8',142,19,3),('H8',143,19,4),('H8',144,20,0),('H8',145,20,1),('H8',146,20,2),('H8',147,20,3),('H8',148,20,4),('H8',149,20,5),('H8',150,21,0),('H8',151,21,1),('H8',152,21,2),('H8',153,21,3),('H8',154,21,4),('H8',155,21,5),('H8',156,21,6),('H8',157,21,7),('H8',158,21,8),('H8',159,21,9),('H8',160,22,0),('H8',161,22,1),('H8',162,22,2),('H8',163,22,3),('H8',164,22,4),('H8',165,22,5),('H8',166,23,0),('H8',167,23,1),('H8',168,23,2),('H8',169,23,3),('H8',170,24,0),('H8',171,24,1),('H8',172,24,2),('H8',173,25,0),('H8',174,25,1),('H8',175,25,2),('H8',176,25,3),('H8',177,25,4),('H8',178,25,5),('H8',179,26,0),('H8',180,26,1),('H8',181,26,2),('H8',182,27,0),('H8',183,27,1),('H8',184,27,2),('H8',185,27,3),('H8',186,28,0),('H8',187,28,1),('H8',188,28,2),('H8',189,28,3),('H8',190,29,0),('H8',191,29,1),('H8',192,29,2),('H8',193,29,3),('H8',194,30,0),('H8',195,30,1),('H8',196,30,2),('H8',197,30,3),('H8',198,30,4),('H8',199,30,5),('H8',200,30,6),('H8',201,30,7),('H8',202,30,8),('H8',203,30,9),('H8',204,30,10),('H8',205,30,11),('H8',206,30,12),('H8',207,30,13),('H8',208,30,14),('H8',209,30,15),('H8',210,31,1),('H8',211,31,2),('H8',212,31,3),('H8',213,32,1),('H8',214,32,2),('H8',215,32,3),('H8',216,32,4),('H8',217,32,5),('H8',218,32,6),('H8',219,33,1),('H8',220,33,2),('H8',221,33,3),('H8',222,33,4),('H8',223,34,1),('H8',224,34,2),('H8',225,34,3),('H8',226,34,4),('H8',227,34,5),('H8',228,34,6),('H8',229,35,1),('H8',230,35,2),('H8',231,35,3),('H8',232,36,1),('H8',233,36,2),('H8',234,36,3),('H8',235,37,1),('H8',236,37,2),('H8',237,37,3),('H8',238,37,4),('H8',239,38,1),('H8',240,38,2),('H8',241,38,3),('H8',242,38,4),('H8',243,39,1),('H8',244,39,2),('H8',245,39,3),('H8',246,39,4),('H8',247,40,1),('H8',248,40,2),('H8',249,40,3),('H8',250,40,4),('H8',251,40,5),('H8',252,40,6),('H8',253,40,7),('H8',254,40,8),('H8',255,40,9),('H8',256,40,10),('H8',257,40,11),('H8',258,41,1),('H8',259,41,2),('H8',260,41,3),('H8',261,41,4),('H8',262,41,5),('H8',263,41,6),('H8',264,41,7),('H8',265,41,8),('H8',266,41,9),('H8',267,42,1),('H8',268,42,2),('H8',269,42,3),('H8',270,42,4),('H8',271,43,1),('H8',272,43,2),('H8',273,43,3),('H8',274,43,4),('H8',275,44,1),('H8',276,44,2),('H8',277,44,3),('H8',278,44,4),('H8',279,44,5),('H8',280,44,6),('H8',281,44,7),('H8',282,44,8),('H8',283,44,9),('H8',284,44,10),('H8',285,44,11),('H8',286,45,1),('H8',287,45,2),('H8',288,12,1),('H8',289,46,1),('H8',290,46,2),('H8',291,46,3),('H8',292,46,4),('H8',293,46,5),('H8',294,46,6),('H8',295,2,1),('H8',296,47,1),('H8',297,47,2),('H8',298,47,3),('H8',299,48,1),('H8',300,48,2),('H8',303,49,1),('H8',304,49,2),('H8',305,49,3),('H8',306,49,4),('H8',307,49,5),('H8',308,49,6),('H8',309,49,7),('H8',310,49,8),('H8',311,49,9),('H8',312,50,1),('H8',313,50,2),('H8',315,51,1),('H8',316,51,2),('H8',317,52,1),('H8',318,52,2),('H8',319,53,1),('H8',320,53,2),('H8',323,54,1),('H8',324,54,2),('H8',325,50,3),('H8',326,49,1),('H8',327,49,2),('H8',328,49,3),('H8',329,49,4),('H8',330,49,5),('H8',331,49,6),('H8',332,49,7),('H8',333,49,8),('H8',334,49,9),('H8',335,55,1),('H8',336,55,2),('H8',337,56,1),('H8',338,56,2),('H8',339,50,4),('H8',340,50,5),('H8',341,57,1),('H8',348,58,4),('H8',349,58,5),('H8',350,58,6),('H8',351,50,6),('H8',352,50,7),('H8',353,60,1),('H8',354,60,2),('H8',355,60,3),('H8',356,60,4),('H8',357,60,5),('H8',358,60,6),('H8',359,61,1),('H8',360,61,2),('H8',361,62,1),('H8',362,62,2),('H8',363,63,1),('H8',364,63,2),('H8',365,64,1),('H8',366,64,2),('H8',367,65,1),('H8',368,65,2),('H8',369,55,3),('H8',370,55,4),('H8',371,66,1),('H8',372,66,2),('H8',373,55,5),('H8',374,67,1),('H8',375,68,1),('H8',376,68,2),('H8',377,68,3),('H8',378,68,4),('H8',379,69,1),('H8',380,69,2),('H8',381,69,3),('H8',382,70,1),('H8',383,70,2),('H8',384,71,1),('H8',385,71,2),('H8',386,71,3),('H8',387,72,1),('H8',388,72,2),('H8',389,72,3),('H8',390,73,1),('H8',391,73,2),('H8',392,74,1),('H8',393,75,1),('H8',394,75,2),('H8',395,76,1),('H8',396,76,2),('H8',397,76,3),('H8',398,76,4),('H8',399,76,5),('H8',400,76,6),('H8',401,76,7),('H8',402,77,1),('H8',403,78,1),('H8',404,78,2),('H8',405,78,3),('H8',406,79,1),('H8',407,79,2),('H8',408,80,1),('H8',409,80,2),('H8',410,81,1),('H8',411,81,2),('H8',412,82,1),('H8',413,82,2),('H8',414,83,1),('H8',415,83,2),('H8',416,84,1),('H8',417,84,2),('H8',418,85,1),('H8',419,85,2),('H8',420,86,1),('H8',421,86,2),('H8',422,86,3),('H8',423,86,1),('H8',424,86,2),('H8',425,86,3),('H8',426,87,1),('H8',427,87,2),('H9',1,1,0),('H9',2,1,1),('H9',3,1,2),('H9',4,1,3),('H9',5,1,4),('H9',6,1,5),('H9',7,1,6),('H9',8,1,7),('H9',9,1,8),('H9',10,1,9),('H9',11,1,10),('H9',12,2,0),('H9',13,2,1),('H9',14,3,0),('H9',15,3,1),('H9',16,3,2),('H9',17,3,3),('H9',18,3,4),('H9',19,3,5),('H9',20,4,0),('H9',21,4,1),('H9',22,4,2),('H9',23,4,3),('H9',24,4,4),('H9',25,4,5),('H9',26,4,6),('H9',27,4,7),('H9',28,4,8),('H9',29,4,9),('H9',30,4,10),('H9',31,4,11),('H9',32,4,12),('H9',33,5,0),('H9',34,5,1),('H9',35,5,2),('H9',36,5,3),('H9',37,5,4),('H9',38,6,0),('H9',39,6,1),('H9',40,6,2),('H9',41,7,0),('H9',42,7,1),('H9',43,7,2),('H9',44,7,3),('H9',45,7,4),('H9',46,8,0),('H9',47,9,0),('H9',48,9,1),('H9',49,9,2),('H9',50,9,3),('H9',51,10,0),('H9',52,10,1),('H9',53,10,2),('H9',54,10,3),('H9',55,10,4),('H9',56,10,5),('H9',57,10,6),('H9',58,10,7),('H9',59,10,8),('H9',60,11,0),('H9',61,11,1),('H9',62,11,2),('H9',63,11,3),('H9',64,11,4),('H9',65,11,5),('H9',66,11,6),('H9',67,11,7),('H9',68,11,8),('H9',69,11,9),('H9',70,11,10),('H9',71,11,11),('H9',72,11,12),('H9',73,11,13),('H9',74,11,14),('H9',75,11,15),('H9',76,11,16),('H9',77,11,17),('H9',78,11,18),('H9',79,11,19),('H9',80,11,20),('H9',81,11,21),('H9',82,11,22),('H9',83,11,23),('H9',84,11,24),('H9',85,11,25),('H9',86,11,26),('H9',87,11,27),('H9',88,11,28),('H9',89,11,29),('H9',90,11,30),('H9',91,11,31),('H9',92,12,0),('H9',93,12,1),('H9',94,12,2),('H9',95,12,3),('H9',96,12,4),('H9',97,12,5),('H9',98,13,0),('H9',99,13,1),('H9',100,13,2),('H9',101,13,3),('H9',102,13,4),('H9',103,13,5),('H9',104,13,6),('H9',105,13,7),('H9',106,13,8),('H9',107,13,9),('H9',108,13,10),('H9',109,13,11),('H9',110,13,12),('H9',111,14,0),('H9',112,14,1),('H9',113,14,2),('H9',114,14,3),('H9',115,14,4),('H9',116,14,5),('H9',117,14,6),('H9',118,14,7),('H9',119,14,8),('H9',120,14,9),('H9',121,14,10),('H9',122,14,11),('H9',123,15,0),('H9',124,15,1),('H9',125,15,2),('H9',126,15,3),('H9',127,16,0),('H9',128,16,1),('H9',129,16,2),('H9',130,17,0),('H9',131,17,1),('H9',132,17,2),('H9',133,17,3),('H9',134,17,4),('H9',135,18,0),('H9',136,18,1),('H9',137,18,2),('H9',138,18,3),('H9',139,19,0),('H9',140,19,1),('H9',141,19,2),('H9',142,19,3),('H9',143,19,4),('H9',144,20,0),('H9',145,20,1),('H9',146,20,2),('H9',147,20,3),('H9',148,20,4),('H9',149,20,5),('H9',150,21,0),('H9',151,21,1),('H9',152,21,2),('H9',153,21,3),('H9',154,21,4),('H9',155,21,5),('H9',156,21,6),('H9',157,21,7),('H9',158,21,8),('H9',159,21,9),('H9',160,22,0),('H9',161,22,1),('H9',162,22,2),('H9',163,22,3),('H9',164,22,4),('H9',165,22,5),('H9',166,23,0),('H9',167,23,1),('H9',168,23,2),('H9',169,23,3),('H9',170,24,0),('H9',171,24,1),('H9',172,24,2),('H9',173,25,0),('H9',174,25,1),('H9',175,25,2),('H9',176,25,3),('H9',177,25,4),('H9',178,25,5),('H9',179,26,0),('H9',180,26,1),('H9',181,26,2),('H9',182,27,0),('H9',183,27,1),('H9',184,27,2),('H9',185,27,3),('H9',186,28,0),('H9',187,28,1),('H9',188,28,2),('H9',189,28,3),('H9',190,29,0),('H9',191,29,1),('H9',192,29,2),('H9',193,29,3),('H9',194,30,0),('H9',195,30,1),('H9',196,30,2),('H9',197,30,3),('H9',198,30,4),('H9',199,30,5),('H9',200,30,6),('H9',201,30,7),('H9',202,30,8),('H9',203,30,9),('H9',204,30,10),('H9',205,30,11),('H9',206,30,12),('H9',207,30,13),('H9',208,30,14),('H9',209,30,15),('H9',210,31,1),('H9',211,31,2),('H9',212,31,3),('H9',213,32,1),('H9',214,32,2),('H9',215,32,3),('H9',216,32,4),('H9',217,32,5),('H9',218,32,6),('H9',219,33,1),('H9',220,33,2),('H9',221,33,3),('H9',222,33,4),('H9',223,34,1),('H9',224,34,2),('H9',225,34,3),('H9',226,34,4),('H9',227,34,5),('H9',228,34,6),('H9',229,35,1),('H9',230,35,2),('H9',231,35,3),('H9',232,36,1),('H9',233,36,2),('H9',234,36,3),('H9',235,37,1),('H9',236,37,2),('H9',237,37,3),('H9',238,37,4),('H9',239,38,1),('H9',240,38,2),('H9',241,38,3),('H9',242,38,4),('H9',243,39,1),('H9',244,39,2),('H9',245,39,3),('H9',246,39,4),('H9',247,40,1),('H9',248,40,2),('H9',249,40,3),('H9',250,40,4),('H9',251,40,5),('H9',252,40,6),('H9',253,40,7),('H9',254,40,8),('H9',255,40,9),('H9',256,40,10),('H9',257,40,11),('H9',258,41,1),('H9',259,41,2),('H9',260,41,3),('H9',261,41,4),('H9',262,41,5),('H9',263,41,6),('H9',264,41,7),('H9',265,41,8),('H9',266,41,9),('H9',267,42,1),('H9',268,42,2),('H9',269,42,3),('H9',270,42,4),('H9',271,43,1),('H9',272,43,2),('H9',273,43,3),('H9',274,43,4),('H9',275,44,1),('H9',276,44,2),('H9',277,44,3),('H9',278,44,4),('H9',279,44,5),('H9',280,44,6),('H9',281,44,7),('H9',282,44,8),('H9',283,44,9),('H9',284,44,10),('H9',285,44,11),('H9',286,45,1),('H9',287,45,2),('H9',288,12,1),('H9',289,46,1),('H9',290,46,2),('H9',291,46,3),('H9',292,46,4),('H9',293,46,5),('H9',294,46,6),('H9',295,2,1),('H9',296,47,1),('H9',297,47,2),('H9',298,47,3),('H9',299,48,1),('H9',300,48,2),('H9',303,49,1),('H9',304,49,2),('H9',305,49,3),('H9',306,49,4),('H9',307,49,5),('H9',308,49,6),('H9',309,49,7),('H9',310,49,8),('H9',311,49,9),('H9',312,50,1),('H9',313,50,2),('H9',315,51,1),('H9',316,51,2),('H9',317,52,1),('H9',318,52,2),('H9',319,53,1),('H9',320,53,2),('H9',323,54,1),('H9',324,54,2),('H9',325,50,3),('H9',326,49,1),('H9',327,49,2),('H9',328,49,3),('H9',329,49,4),('H9',330,49,5),('H9',331,49,6),('H9',332,49,7),('H9',333,49,8),('H9',334,49,9),('H9',335,55,1),('H9',336,55,2),('H9',337,56,1),('H9',338,56,2),('H9',339,50,4),('H9',340,50,5),('H9',341,57,1),('H9',348,58,4),('H9',349,58,5),('H9',350,58,6),('H9',351,50,6),('H9',352,50,7),('H9',353,60,1),('H9',354,60,2),('H9',355,60,3),('H9',356,60,4),('H9',357,60,5),('H9',358,60,6),('H9',359,61,1),('H9',360,61,2),('H9',361,62,1),('H9',362,62,2),('H9',363,63,1),('H9',364,63,2),('H9',365,64,1),('H9',366,64,2),('H9',367,65,1),('H9',368,65,2),('H9',369,55,3),('H9',370,55,4),('H9',371,66,1),('H9',372,66,2),('H9',373,55,5),('H9',374,67,1),('H9',375,68,1),('H9',376,68,2),('H9',377,68,3),('H9',378,68,4),('H9',379,69,1),('H9',380,69,2),('H9',381,69,3),('H9',382,70,1),('H9',383,70,2),('H9',384,71,1),('H9',385,71,2),('H9',386,71,3),('H9',387,72,1),('H9',388,72,2),('H9',389,72,3),('H9',390,73,1),('H9',391,73,2),('H9',392,74,1),('H9',394,75,2),('H9',395,76,1),('H9',396,76,2),('H9',397,76,3),('H9',398,76,4),('H9',399,76,5),('H9',400,76,6),('H9',401,76,7),('H9',402,77,1),('H9',403,78,1),('H9',404,78,2),('H9',405,78,3),('H9',406,79,1),('H9',407,79,2),('H9',408,80,1),('H9',409,80,2),('H9',410,81,1),('H9',411,81,2),('H9',412,82,1),('H9',413,82,2),('H9',414,83,1),('H9',415,83,2),('H9',416,84,1),('H9',417,84,2),('H9',418,85,1),('H9',419,85,2),('H9',420,86,1),('H9',421,86,2),('H9',422,86,3),('H9',423,86,1),('H9',424,86,2),('H9',425,86,3),('H9',426,87,1),('H9',427,87,2);
/*!40000 ALTER TABLE `vtiger_role2picklist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_role2profile`
--

DROP TABLE IF EXISTS `vtiger_role2profile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role2profile` (
  `roleid` varchar(255) NOT NULL,
  `profileid` int(11) NOT NULL,
  PRIMARY KEY (`roleid`,`profileid`),
  KEY `role2profile_roleid_profileid_idx` (`roleid`,`profileid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 ('H10',11),('H2',12),('H3',13),('H4',7),('H5',8),('H7',6),('H8',9),('H9',10);
/*!40000 ALTER TABLE `vtiger_role2profile` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_role_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_role_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (10);
/*!40000 ALTER TABLE `vtiger_role_seq` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_rollupcomments_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rollupcomments_settings` (
  `rollupid` int(19) NOT NULL AUTO_INCREMENT,
  `userid` int(19) NOT NULL,
  `tabid` int(19) NOT NULL,
  `rollup_status` int(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rollupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_rollupcomments_settings`
--

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

--
-- Table structure for table `vtiger_rowheight`
--

DROP TABLE IF EXISTS `vtiger_rowheight`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rowheight` (
  `rowheightid` int(11) NOT NULL AUTO_INCREMENT,
  `rowheight` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`rowheightid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_rowheight`
--

LOCK TABLES `vtiger_rowheight` WRITE;
/*!40000 ALTER TABLE `vtiger_rowheight` DISABLE KEYS */;
INSERT INTO `vtiger_rowheight` VALUES (1,'wide',0,1),(2,'medium',1,1),(3,'narrow',2,1);
/*!40000 ALTER TABLE `vtiger_rowheight` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_rowheight_seq`
--

DROP TABLE IF EXISTS `vtiger_rowheight_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rowheight_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_rowheight_seq`
--

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

--
-- Table structure for table `vtiger_rss`
--

DROP TABLE IF EXISTS `vtiger_rss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_rss` (
  `rssid` int(19) NOT NULL,
  `rssurl` varchar(200) NOT NULL DEFAULT '',
  `rsstitle` varchar(200) DEFAULT NULL,
  `rsstype` int(10) DEFAULT '0',
  `starred` int(1) DEFAULT '0',
  PRIMARY KEY (`rssid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_rss`
--

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

--
-- Table structure for table `vtiger_sales_stage`
--

DROP TABLE IF EXISTS `vtiger_sales_stage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sales_stage` (
  `sales_stage_id` int(19) NOT NULL AUTO_INCREMENT,
  `sales_stage` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`sales_stage_id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sales_stage_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesmanactivityrel` (
  `smid` int(19) NOT NULL DEFAULT '0',
  `activityid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salesmanactivityrel`
--

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

--
-- Table structure for table `vtiger_salesmanattachmentsrel`
--

DROP TABLE IF EXISTS `vtiger_salesmanattachmentsrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesmanattachmentsrel` (
  `smid` int(19) NOT NULL DEFAULT '0',
  `attachmentsid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salesmanattachmentsrel`
--

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

--
-- Table structure for table `vtiger_salesmanticketrel`
--

DROP TABLE IF EXISTS `vtiger_salesmanticketrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesmanticketrel` (
  `smid` int(19) NOT NULL DEFAULT '0',
  `id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salesmanticketrel`
--

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

--
-- Table structure for table `vtiger_salesorder`
--

DROP TABLE IF EXISTS `vtiger_salesorder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesorder` (
  `salesorderid` int(19) NOT NULL DEFAULT '0',
  `subject` varchar(100) DEFAULT NULL,
  `potentialid` int(19) DEFAULT NULL,
  `customerno` varchar(100) DEFAULT NULL,
  `salesorder_no` varchar(100) DEFAULT NULL,
  `quoteid` int(19) DEFAULT NULL,
  `vendorterms` varchar(100) DEFAULT NULL,
  `contactid` int(19) DEFAULT NULL,
  `vendorid` int(19) 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(19) DEFAULT NULL,
  `terms_conditions` text,
  `purchaseorder` varchar(200) DEFAULT NULL,
  `sostatus` varchar(200) DEFAULT NULL,
  `currency_id` int(19) NOT NULL DEFAULT '1',
  `conversion_rate` decimal(10,3) NOT NULL DEFAULT '1.000',
  `enable_recurring` int(11) DEFAULT '0',
  `compound_taxes_info` text,
  `pre_tax_total` decimal(25,8) DEFAULT NULL,
  `s_h_percent` int(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `region_id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salesorder`
--

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

--
-- Table structure for table `vtiger_salesordercf`
--

DROP TABLE IF EXISTS `vtiger_salesordercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salesordercf` (
  `salesorderid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salesordercf`
--

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

--
-- Table structure for table `vtiger_salutationtype`
--

DROP TABLE IF EXISTS `vtiger_salutationtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salutationtype` (
  `salutationid` int(19) NOT NULL AUTO_INCREMENT,
  `salutationtype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`salutationid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salutationtype`
--

LOCK TABLES `vtiger_salutationtype` WRITE;
/*!40000 ALTER TABLE `vtiger_salutationtype` DISABLE KEYS */;
INSERT INTO `vtiger_salutationtype` VALUES (2,'Mr.',1,161,1,NULL),(3,'Ms.',1,162,2,NULL),(4,'Mrs.',1,163,3,NULL),(5,'Dr.',1,164,4,NULL),(6,'Prof.',1,165,5,NULL);
/*!40000 ALTER TABLE `vtiger_salutationtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_salutationtype_seq`
--

DROP TABLE IF EXISTS `vtiger_salutationtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_salutationtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_salutationtype_seq`
--

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

--
-- Table structure for table `vtiger_scheduled_reports`
--

DROP TABLE IF EXISTS `vtiger_scheduled_reports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_scheduled_reports` (
  `reportid` int(11) NOT NULL,
  `recipients` text,
  `schedule` text,
  `format` varchar(10) DEFAULT NULL,
  `next_trigger_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`reportid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_scheduled_reports`
--

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

--
-- Table structure for table `vtiger_schedulereports`
--

DROP TABLE IF EXISTS `vtiger_schedulereports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_schedulereports` (
  `reportid` int(10) DEFAULT NULL,
  `scheduleid` int(3) 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 NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `fileformat` varchar(10) DEFAULT 'CSV'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_schedulereports`
--

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

--
-- Table structure for table `vtiger_seactivityrel`
--

DROP TABLE IF EXISTS `vtiger_seactivityrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seactivityrel` (
  `crmid` int(19) NOT NULL,
  `activityid` int(19) 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=utf8;
/*!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,14),(7,15);
/*!40000 ALTER TABLE `vtiger_seactivityrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_seactivityrel_seq`
--

DROP TABLE IF EXISTS `vtiger_seactivityrel_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seactivityrel_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_seactivityrel_seq`
--

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

--
-- Table structure for table `vtiger_seattachmentsrel`
--

DROP TABLE IF EXISTS `vtiger_seattachmentsrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seattachmentsrel` (
  `crmid` int(19) NOT NULL DEFAULT '0',
  `attachmentsid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_seattachmentsrel`
--

LOCK TABLES `vtiger_seattachmentsrel` WRITE;
/*!40000 ALTER TABLE `vtiger_seattachmentsrel` DISABLE KEYS */;
INSERT INTO `vtiger_seattachmentsrel` VALUES (1238,1239),(1238,1240),(1238,1241);
/*!40000 ALTER TABLE `vtiger_seattachmentsrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selectcolumn`
--

DROP TABLE IF EXISTS `vtiger_selectcolumn`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selectcolumn` (
  `queryid` int(19) NOT NULL,
  `columnindex` int(11) 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=utf8;
/*!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:V'),(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:V'),(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:V'),(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:V');
/*!40000 ALTER TABLE `vtiger_selectcolumn` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selectquery`
--

DROP TABLE IF EXISTS `vtiger_selectquery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selectquery` (
  `queryid` int(19) NOT NULL,
  `startindex` int(19) DEFAULT '0',
  `numofobjects` int(19) DEFAULT '0',
  PRIMARY KEY (`queryid`),
  KEY `selectquery_queryid_idx` (`queryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selectquery_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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_selling_center`
--

DROP TABLE IF EXISTS `vtiger_selling_center`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_center` (
  `selling_centerid` int(11) NOT NULL AUTO_INCREMENT,
  `selling_center` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`selling_centerid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_center`
--

LOCK TABLES `vtiger_selling_center` WRITE;
/*!40000 ALTER TABLE `vtiger_selling_center` DISABLE KEYS */;
INSERT INTO `vtiger_selling_center` VALUES (1,'HRG',1,353,1,NULL),(2,'CER',1,354,2,NULL),(3,'BUH',1,355,3,NULL),(4,'LAAS',1,356,4,NULL),(5,'BER',1,357,5,NULL),(6,'BRO',1,358,6,NULL);
/*!40000 ALTER TABLE `vtiger_selling_center` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selling_center_seq`
--

DROP TABLE IF EXISTS `vtiger_selling_center_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_center_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_center_seq`
--

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

--
-- Table structure for table `vtiger_selling_groupstatus`
--

DROP TABLE IF EXISTS `vtiger_selling_groupstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_groupstatus` (
  `selling_groupstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `selling_groupstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`selling_groupstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_groupstatus`
--

LOCK TABLES `vtiger_selling_groupstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_selling_groupstatus` DISABLE KEYS */;
INSERT INTO `vtiger_selling_groupstatus` VALUES (1,'A All Calls',1,361,1,NULL),(2,'Test Calls',1,362,2,NULL);
/*!40000 ALTER TABLE `vtiger_selling_groupstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selling_groupstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_selling_groupstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_groupstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_groupstatus_seq`
--

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

--
-- Table structure for table `vtiger_selling_iccidtype`
--

DROP TABLE IF EXISTS `vtiger_selling_iccidtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_iccidtype` (
  `selling_iccidtypeid` int(11) NOT NULL AUTO_INCREMENT,
  `selling_iccidtype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`selling_iccidtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_iccidtype`
--

LOCK TABLES `vtiger_selling_iccidtype` WRITE;
/*!40000 ALTER TABLE `vtiger_selling_iccidtype` DISABLE KEYS */;
INSERT INTO `vtiger_selling_iccidtype` VALUES (1,'Automatic',1,365,1,NULL),(2,'Manual',1,366,2,NULL);
/*!40000 ALTER TABLE `vtiger_selling_iccidtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selling_iccidtype_seq`
--

DROP TABLE IF EXISTS `vtiger_selling_iccidtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_iccidtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_iccidtype_seq`
--

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

--
-- Table structure for table `vtiger_selling_simtype`
--

DROP TABLE IF EXISTS `vtiger_selling_simtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_simtype` (
  `selling_simtypeid` int(11) NOT NULL AUTO_INCREMENT,
  `selling_simtype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`selling_simtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_simtype`
--

LOCK TABLES `vtiger_selling_simtype` WRITE;
/*!40000 ALTER TABLE `vtiger_selling_simtype` DISABLE KEYS */;
INSERT INTO `vtiger_selling_simtype` VALUES (1,'PrePaid',1,359,1,NULL),(2,'PostPaid',1,360,2,NULL);
/*!40000 ALTER TABLE `vtiger_selling_simtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selling_simtype_seq`
--

DROP TABLE IF EXISTS `vtiger_selling_simtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_simtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_simtype_seq`
--

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

--
-- Table structure for table `vtiger_selling_type`
--

DROP TABLE IF EXISTS `vtiger_selling_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_type` (
  `selling_typeid` int(11) NOT NULL AUTO_INCREMENT,
  `selling_type` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`selling_typeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_type`
--

LOCK TABLES `vtiger_selling_type` WRITE;
/*!40000 ALTER TABLE `vtiger_selling_type` DISABLE KEYS */;
INSERT INTO `vtiger_selling_type` VALUES (1,'Cash',1,363,1,NULL),(2,'Promotion',1,364,2,NULL);
/*!40000 ALTER TABLE `vtiger_selling_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_selling_type_seq`
--

DROP TABLE IF EXISTS `vtiger_selling_type_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_selling_type_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_selling_type_seq`
--

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

--
-- Table structure for table `vtiger_sellinginventory`
--

DROP TABLE IF EXISTS `vtiger_sellinginventory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellinginventory` (
  `sellinginventoryid` int(19) NOT NULL,
  `related_cashierinventory` varchar(50) DEFAULT NULL,
  `selling_accountid` varchar(50) DEFAULT NULL,
  `selling_onhand` int(11) DEFAULT NULL,
  `selling_qty` int(11) DEFAULT NULL,
  `selling_amount` decimal(25,2) DEFAULT NULL,
  `selling_commission` decimal(25,8) DEFAULT NULL,
  `selling_cash` decimal(25,2) DEFAULT NULL,
  `selling_description` text,
  `tags` varchar(1) DEFAULT NULL,
  `firstname` varchar(100) DEFAULT NULL,
  `lastname` varchar(100) DEFAULT NULL,
  `emailid` varchar(100) DEFAULT NULL,
  `phoneno` varchar(15) DEFAULT NULL,
  `contactid` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`sellinginventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellinginventory`
--

LOCK TABLES `vtiger_sellinginventory` WRITE;
/*!40000 ALTER TABLE `vtiger_sellinginventory` DISABLE KEYS */;
INSERT INTO `vtiger_sellinginventory` VALUES (6,'3','TEST123456789',11,21,500.00,24.00000000,400.00,'testttttt1234','',NULL,NULL,NULL,NULL,NULL),(309,'308','',10,20,450.00,22.00000000,0.00,'','','','','','',''),(409,'406','',2,2,0.00,0.00000000,0.00,'','','','','','',''),(410,'408','',1,1,0.00,0.00000000,0.00,'','','','','','',''),(416,'415','',3,1,0.00,0.00000000,0.00,'','','','','','',''),(422,'421','',5,3,0.00,0.00000000,0.00,'','','','','','',''),(428,'427','',3,2,0.00,0.00000000,0.00,'','','','','','',''),(433,'432','',5,1,0.00,0.00000000,0.00,'','','','','','',''),(439,'438','',3,1,0.00,0.00000000,0.00,'','','','','','',''),(445,'444','',10,5,0.00,0.00000000,0.00,'','','','','','',''),(458,'457','',5,3,0.00,0.00000000,0.00,'','','','','','',''),(473,'472','',8,5,5.00,1.00000000,2.00,'','','','','','',''),(595,'594','',5,2,2.00,0.00000000,0.00,'','','mike','smith','mike@g.com','','596'),(741,'739','',5,3,3.00,0.00000000,0.00,'','','','','','',''),(742,'739','',5,3,3.00,0.00000000,0.00,'','','','','','',''),(905,'','',0,5,0.00,0.00000000,0.00,'','','test','teerrr','tesss@g.com','tesss@g.com','906'),(1192,'1190','',1,1,1.00,0.00000000,0.00,'','','Testsapna','Testsapna','Testsapna@gm.com','252642000910','1193'),(1199,'1190','',1,1,1.00,0.00000000,0.00,'','','Testsapna','Testsapna','Testsapna@gm.com','252642000910','1193'),(1203,'1190','',1,1,1.00,0.00000000,0.00,'','','sapnatest','sapnatest1','sapn@g.com','252642000910','1204'),(1207,'1190','',1,1,1.00,0.00000000,0.00,'','','sapnatest','sapnatest1','sapn@g.com','252642000910','1204'),(1210,'1190','',1,1,1.00,0.00000000,0.00,'','','sapnatest','sapnatest1','sapn@g.com','252642000910',''),(1211,'1190','',1,1,1.00,0.00000000,0.00,'','','sapnatest','sapnatest1','sapn@g.com','252642000910',''),(1213,'1190','',1,1,1.00,0.00000000,0.00,'','','','','','',''),(1215,'1190','',1,1,1.00,0.00000000,0.00,'','','test','Smith','sapn@g.com','252642000910',''),(1217,'1190','',1,1,1.00,0.00000000,0.00,'','','Mike','Smith','sapnatest@g.com','',''),(1225,'1223','ACC1014343434',10,1,25.00,0.00000000,0.00,'','','sara','saratest','sara@gm.com','252642000911','1226');
/*!40000 ALTER TABLE `vtiger_sellinginventory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellinginventorycf`
--

DROP TABLE IF EXISTS `vtiger_sellinginventorycf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellinginventorycf` (
  `sellinginventoryid` int(19) NOT NULL,
  PRIMARY KEY (`sellinginventoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellinginventorycf`
--

LOCK TABLES `vtiger_sellinginventorycf` WRITE;
/*!40000 ALTER TABLE `vtiger_sellinginventorycf` DISABLE KEYS */;
INSERT INTO `vtiger_sellinginventorycf` VALUES (6),(309),(409),(410),(416),(422),(428),(433),(439),(445),(458),(473),(595),(741),(742),(905),(1192),(1199),(1203),(1207),(1210),(1211),(1213),(1215),(1217),(1225);
/*!40000 ALTER TABLE `vtiger_sellinginventorycf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellingreactivation`
--

DROP TABLE IF EXISTS `vtiger_sellingreactivation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingreactivation` (
  `sellingreactivationid` int(19) NOT NULL,
  `related_contact` varchar(50) DEFAULT NULL,
  `selling_reactivationno` varchar(50) DEFAULT NULL,
  `selling_ISDNNo` decimal(25,0) DEFAULT NULL,
  `selling_center` varchar(100) DEFAULT NULL,
  `selling_simtype` varchar(100) DEFAULT NULL,
  `selling_descriptioniccd` varchar(100) DEFAULT NULL,
  `selling_groupstatus` varchar(100) DEFAULT NULL,
  `selling_type` varchar(100) DEFAULT NULL,
  `selling_iccidtype` varchar(100) DEFAULT NULL,
  `selling_remarks` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `selling_IMSINo` decimal(25,0) DEFAULT NULL,
  `related_simgenerate` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`sellingreactivationid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingreactivation`
--

LOCK TABLES `vtiger_sellingreactivation` WRITE;
/*!40000 ALTER TABLE `vtiger_sellingreactivation` DISABLE KEYS */;
INSERT INTO `vtiger_sellingreactivation` VALUES (512,NULL,'',252642000893,'','','637026400149005','','','Manual','','',637026400149002,'508'),(528,NULL,'',252642000899,'','PrePaid','637026400149011','A All Calls','Cash','Manual','','',637026400149010,'521'),(552,NULL,'',252642000904,'','PrePaid','637026400149017','','Cash','','','',637026400149015,'544'),(570,NULL,'',252642000921,'','PrePaid','637026400149022','','','Manual','','',637026400149021,'563'),(574,NULL,'',252642000921,'','PrePaid','637026400149022','','','Manual','','',637026400149021,'563'),(578,NULL,'',252642000921,'','PrePaid','637026400149022','','','Manual','','',637026400149021,'563'),(582,NULL,'',252642000921,'','PrePaid','637026400149022','','','Manual','','',637026400149021,'563'),(586,NULL,'',252642000921,'','PrePaid','637026400149022','','','Manual','','',637026400149021,'563');
/*!40000 ALTER TABLE `vtiger_sellingreactivation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellingreactivationcf`
--

DROP TABLE IF EXISTS `vtiger_sellingreactivationcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingreactivationcf` (
  `sellingreactivationid` int(19) NOT NULL,
  PRIMARY KEY (`sellingreactivationid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingreactivationcf`
--

LOCK TABLES `vtiger_sellingreactivationcf` WRITE;
/*!40000 ALTER TABLE `vtiger_sellingreactivationcf` DISABLE KEYS */;
INSERT INTO `vtiger_sellingreactivationcf` VALUES (512),(528),(552),(570),(574),(578),(582),(586);
/*!40000 ALTER TABLE `vtiger_sellingreactivationcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellingsim_gender`
--

DROP TABLE IF EXISTS `vtiger_sellingsim_gender`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingsim_gender` (
  `sellingsim_genderid` int(11) NOT NULL AUTO_INCREMENT,
  `sellingsim_gender` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`sellingsim_genderid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingsim_gender`
--

LOCK TABLES `vtiger_sellingsim_gender` WRITE;
/*!40000 ALTER TABLE `vtiger_sellingsim_gender` DISABLE KEYS */;
INSERT INTO `vtiger_sellingsim_gender` VALUES (1,'Male',1,382,1,NULL),(2,'Female',1,383,2,NULL);
/*!40000 ALTER TABLE `vtiger_sellingsim_gender` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellingsim_gender_seq`
--

DROP TABLE IF EXISTS `vtiger_sellingsim_gender_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingsim_gender_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingsim_gender_seq`
--

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

--
-- Table structure for table `vtiger_sellingsim_paymenttype`
--

DROP TABLE IF EXISTS `vtiger_sellingsim_paymenttype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingsim_paymenttype` (
  `sellingsim_paymenttypeid` int(11) NOT NULL AUTO_INCREMENT,
  `sellingsim_paymenttype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`sellingsim_paymenttypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingsim_paymenttype`
--

LOCK TABLES `vtiger_sellingsim_paymenttype` WRITE;
/*!40000 ALTER TABLE `vtiger_sellingsim_paymenttype` DISABLE KEYS */;
INSERT INTO `vtiger_sellingsim_paymenttype` VALUES (1,'Cash',1,384,1,NULL),(2,'Promotion',1,385,2,NULL),(3,'Discount',1,386,3,NULL);
/*!40000 ALTER TABLE `vtiger_sellingsim_paymenttype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellingsim_paymenttype_seq`
--

DROP TABLE IF EXISTS `vtiger_sellingsim_paymenttype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingsim_paymenttype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingsim_paymenttype_seq`
--

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

--
-- Table structure for table `vtiger_sellingsimcard`
--

DROP TABLE IF EXISTS `vtiger_sellingsimcard`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingsimcard` (
  `sellingsimcardid` int(19) NOT NULL,
  `related_simdivision` varchar(50) DEFAULT NULL,
  `related_simgenerate` varchar(50) DEFAULT NULL,
  `selling_simcardno` varchar(50) DEFAULT NULL,
  `selling_onhand` int(11) DEFAULT NULL,
  `selling_qty` int(11) DEFAULT NULL,
  `selling_amount` decimal(25,2) DEFAULT NULL,
  `selling_description` text,
  `firstname` varchar(100) DEFAULT NULL,
  `lastname` varchar(100) DEFAULT NULL,
  `emailid` varchar(100) DEFAULT NULL,
  `phoneno` varchar(15) DEFAULT NULL,
  `contactid` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `sellingsim_imsi` decimal(25,0) DEFAULT NULL,
  `sellingsim_isdn` decimal(25,0) DEFAULT NULL,
  `sellingsim_thirdname` varchar(100) DEFAULT NULL,
  `sellingsim_fourthname` varchar(100) DEFAULT NULL,
  `sellingsim_dob` date DEFAULT NULL,
  `sellingsim_address` varchar(255) DEFAULT NULL,
  `sellingsim_gender` varchar(100) DEFAULT NULL,
  `sellingsim_paymenttype` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`sellingsimcardid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingsimcard`
--

LOCK TABLES `vtiger_sellingsimcard` WRITE;
/*!40000 ALTER TABLE `vtiger_sellingsimcard` DISABLE KEYS */;
INSERT INTO `vtiger_sellingsimcard` VALUES (479,NULL,'477','',0,1,0.00,'','sapna12','sap','sapn@g.com','0','','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(481,NULL,'477','',0,1,0.00,'','sapnatest','sapnatest1','sapnatest@g.com','0','','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(483,NULL,'477','',0,1,0.00,'','sapnatest','sapnatest1','sapnatest@g.com','0','','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(485,NULL,'477','',0,1,0.00,'','sapnatest','sapnatest1','sapnatest@g.com','0','','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(487,NULL,'477','',0,1,0.00,'','sapnatest','sapnatest1','sapnatest@g.com','0','','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(489,NULL,'477','',0,1,0.00,'','sapnatest','sapnatest1','sapnatest@g.com','0','490','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(493,NULL,'508','',0,1,0.00,'','newsap1','newsap1','newsap@g.com','0','496','',637026400149002,252642000893,NULL,NULL,NULL,NULL,NULL,NULL),(524,NULL,'521','',0,1,0.00,'','Mike','Smith','mike12@g.com','0','527','',637026400149010,252642000899,NULL,NULL,NULL,NULL,NULL,NULL),(548,NULL,'543','',NULL,NULL,NULL,'','Mobile1','','mobile1@g.com','0','551','',637026400149014,252642000903,NULL,NULL,NULL,NULL,NULL,NULL),(557,NULL,'556','',NULL,NULL,NULL,'','newmobile1','','newmobile1@g.com','0','560','',63702640014918,252642000907,NULL,NULL,NULL,NULL,NULL,NULL),(564,NULL,'563','',NULL,NULL,NULL,'','joe','john','john12@g.com','0','567','',637026400149021,252642000921,NULL,NULL,NULL,NULL,NULL,NULL),(639,NULL,'636','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(642,NULL,'636','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(647,NULL,'636','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(649,NULL,'636','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(651,NULL,'636','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(653,NULL,'636','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(655,NULL,'636','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(657,NULL,'636','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(659,NULL,'636','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(661,NULL,'636','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(663,NULL,'636','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(665,NULL,'636','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','7894561230','','',637026400149071,252642000971,NULL,NULL,NULL,NULL,NULL,NULL),(668,NULL,'637','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','9517538520','','',637026400149072,252642000972,NULL,NULL,NULL,NULL,NULL,NULL),(671,NULL,'637','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','9517538520','','',637026400149072,252642000972,NULL,NULL,NULL,NULL,NULL,NULL),(674,NULL,'637','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','9517538520','','',637026400149072,252642000972,NULL,NULL,NULL,NULL,NULL,NULL),(677,NULL,'637','',NULL,NULL,NULL,'','Mike','smith','mike12@g.com','9517538520','','',637026400149072,252642000972,NULL,NULL,NULL,NULL,NULL,NULL),(695,NULL,'692','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','9517538520','','',637026400149073,252642000973,NULL,NULL,NULL,NULL,NULL,NULL),(700,NULL,'693','',NULL,NULL,NULL,'','test','smith','test12@g.com','9517538521','705','',637026400149074,252642000974,NULL,NULL,NULL,NULL,NULL,NULL),(728,NULL,'721','',NULL,NULL,NULL,'','Sapna','Test','sapnatest@g.com','7894561230','737','',892526400041804,252642000804,NULL,NULL,NULL,NULL,NULL,NULL),(803,NULL,'790','',NULL,NULL,NULL,'','Testsap','sap1','testsap12@g.com','9517538520','812','',892526400041804,252642000804,NULL,NULL,NULL,NULL,NULL,NULL),(831,NULL,'824','',NULL,NULL,NULL,'','MIke','Smith','mikesmith@g.com','9517538520','840','',892526400041504,252642000571,NULL,NULL,NULL,NULL,NULL,NULL),(868,NULL,'862','',NULL,NULL,NULL,'','mike','smith','mike12@g.com','9517538521','877','',23901100239011,252642000011,NULL,NULL,NULL,NULL,NULL,NULL),(879,NULL,'865','',NULL,NULL,NULL,'testtt1234tryryfdfdfdtututu','sapnatest','test1','sapn@g.com','9517538520','888','',23901100239014,252642000014,NULL,NULL,NULL,NULL,NULL,NULL),(892,NULL,'864','',NULL,NULL,NULL,'','tste2','test2','test2@g.com','8520036000','899','',23901100239013,252642000013,NULL,NULL,NULL,NULL,NULL,NULL),(966,NULL,'959','',NULL,NULL,NULL,'','Sapn','test','sapna12@g.com','7894561230','975','',892526400239010,252642000910,NULL,NULL,NULL,NULL,NULL,NULL),(977,NULL,'960','',NULL,NULL,NULL,'','sapnate12','test313','tesss@g.com','252642000911','986','',892526400239011,252642000911,NULL,NULL,NULL,NULL,NULL,NULL),(989,NULL,'961','',NULL,NULL,NULL,'','mike','smith','mikesmith@g.com','252642000912','998','',892526400239012,252642000912,NULL,NULL,NULL,NULL,NULL,NULL),(1011,NULL,'1003','',NULL,NULL,NULL,'','Sim2','Sim2','Sim2@g.com','7894561230','1020','',637026400149011,252642000902,NULL,NULL,NULL,NULL,NULL,NULL),(1022,NULL,'1007','',NULL,NULL,NULL,'','Sim3','Sim3','Sim3@g.com','9517538520','1031','',637026400149013,252642000904,NULL,NULL,NULL,NULL,NULL,NULL),(1046,NULL,'1042','',NULL,NULL,NULL,'','Mike','Smith','mike12@g.com','7894561230','1055','',637026400149016,252642000907,NULL,NULL,NULL,NULL,NULL,NULL),(1118,NULL,'1100','',NULL,NULL,NULL,'','Sample','Testing','test@g.com',NULL,'1127','',6370264001405101,652100801,'','',NULL,'','',''),(1129,NULL,'1110','',NULL,NULL,NULL,'','Test','Data','data@g.com',NULL,'1138','',6370264001405111,652100811,'','',NULL,'','',''),(1176,NULL,'1173','',NULL,NULL,NULL,'','sapnatest','sapnatest','sapnatest@g.com',NULL,'1185','',637026400149018,252642000909,'','',NULL,'','','');
/*!40000 ALTER TABLE `vtiger_sellingsimcard` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sellingsimcardcf`
--

DROP TABLE IF EXISTS `vtiger_sellingsimcardcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sellingsimcardcf` (
  `sellingsimcardid` int(19) NOT NULL,
  PRIMARY KEY (`sellingsimcardid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sellingsimcardcf`
--

LOCK TABLES `vtiger_sellingsimcardcf` WRITE;
/*!40000 ALTER TABLE `vtiger_sellingsimcardcf` DISABLE KEYS */;
INSERT INTO `vtiger_sellingsimcardcf` VALUES (479),(481),(483),(485),(487),(489),(493),(524),(548),(557),(564),(639),(642),(647),(649),(651),(653),(655),(657),(659),(661),(663),(665),(668),(671),(674),(677),(695),(700),(728),(803),(831),(868),(879),(892),(966),(977),(989),(1011),(1022),(1046),(1118),(1129),(1176);
/*!40000 ALTER TABLE `vtiger_sellingsimcardcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_senotesrel`
--

DROP TABLE IF EXISTS `vtiger_senotesrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_senotesrel` (
  `crmid` int(19) NOT NULL DEFAULT '0',
  `notesid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_senotesrel`
--

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

--
-- Table structure for table `vtiger_seproductsrel`
--

DROP TABLE IF EXISTS `vtiger_seproductsrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seproductsrel` (
  `crmid` int(19) NOT NULL DEFAULT '0',
  `productid` int(19) NOT NULL DEFAULT '0',
  `setype` varchar(30) NOT NULL,
  `quantity` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_seproductsrel`
--

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

--
-- Table structure for table `vtiger_service`
--

DROP TABLE IF EXISTS `vtiger_service`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_service` (
  `serviceid` int(11) NOT NULL,
  `service_no` varchar(100) NOT NULL,
  `servicename` varchar(50) NOT NULL,
  `servicecategory` varchar(200) DEFAULT NULL,
  `qty_per_unit` decimal(11,2) DEFAULT '0.00',
  `unit_price` decimal(25,8) DEFAULT NULL,
  `sales_start_date` date DEFAULT NULL,
  `sales_end_date` date DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `discontinued` int(1) NOT NULL DEFAULT '0',
  `service_usageunit` varchar(200) DEFAULT NULL,
  `website` varchar(100) DEFAULT NULL,
  `taxclass` varchar(200) DEFAULT NULL,
  `currency_id` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_service`
--

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

--
-- Table structure for table `vtiger_service_usageunit`
--

DROP TABLE IF EXISTS `vtiger_service_usageunit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_service_usageunit` (
  `service_usageunitid` int(11) NOT NULL AUTO_INCREMENT,
  `service_usageunit` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`service_usageunitid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_service_usageunit`
--

LOCK TABLES `vtiger_service_usageunit` WRITE;
/*!40000 ALTER TABLE `vtiger_service_usageunit` DISABLE KEYS */;
INSERT INTO `vtiger_service_usageunit` VALUES (1,'Hours',1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_service_usageunit_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_service_usageunit_seq`
--

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

--
-- Table structure for table `vtiger_servicecategory`
--

DROP TABLE IF EXISTS `vtiger_servicecategory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecategory` (
  `servicecategoryid` int(11) NOT NULL AUTO_INCREMENT,
  `servicecategory` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`servicecategoryid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_servicecategory`
--

LOCK TABLES `vtiger_servicecategory` WRITE;
/*!40000 ALTER TABLE `vtiger_servicecategory` DISABLE KEYS */;
INSERT INTO `vtiger_servicecategory` VALUES (2,'Support',1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecategory_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_servicecategory_seq`
--

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

--
-- Table structure for table `vtiger_servicecf`
--

DROP TABLE IF EXISTS `vtiger_servicecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecf` (
  `serviceid` int(19) NOT NULL DEFAULT '0',
  PRIMARY KEY (`serviceid`),
  CONSTRAINT `fk_serviceid_vtiger_servicecf` FOREIGN KEY (`serviceid`) REFERENCES `vtiger_service` (`serviceid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_servicecf`
--

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

--
-- Table structure for table `vtiger_servicecontracts`
--

DROP TABLE IF EXISTS `vtiger_servicecontracts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecontracts` (
  `servicecontractsid` int(11) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `sc_related_to` int(11) DEFAULT NULL,
  `tracking_unit` varchar(100) DEFAULT NULL,
  `total_units` decimal(5,2) DEFAULT NULL,
  `used_units` decimal(5,2) DEFAULT NULL,
  `subject` varchar(100) DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `planned_duration` varchar(256) DEFAULT NULL,
  `actual_duration` varchar(256) DEFAULT NULL,
  `contract_status` varchar(200) DEFAULT NULL,
  `priority` varchar(200) DEFAULT NULL,
  `contract_type` varchar(200) DEFAULT NULL,
  `progress` decimal(5,2) DEFAULT NULL,
  `contract_no` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  KEY `fk_crmid_vtiger_servicecontracts` (`servicecontractsid`),
  CONSTRAINT `fk_crmid_vtiger_servicecontracts` FOREIGN KEY (`servicecontractsid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_servicecontracts`
--

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

--
-- Table structure for table `vtiger_servicecontractscf`
--

DROP TABLE IF EXISTS `vtiger_servicecontractscf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_servicecontractscf` (
  `servicecontractsid` int(11) NOT NULL,
  PRIMARY KEY (`servicecontractsid`),
  CONSTRAINT `fk_servicecontractsid_vtiger_servicecontractscf` FOREIGN KEY (`servicecontractsid`) REFERENCES `vtiger_servicecontracts` (`servicecontractsid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_servicecontractscf`
--

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

--
-- Table structure for table `vtiger_seticketsrel`
--

DROP TABLE IF EXISTS `vtiger_seticketsrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_seticketsrel` (
  `crmid` int(19) NOT NULL DEFAULT '0',
  `ticketid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_seticketsrel`
--

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

--
-- Table structure for table `vtiger_settings_blocks`
--

DROP TABLE IF EXISTS `vtiger_settings_blocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_blocks` (
  `blockid` int(19) NOT NULL,
  `label` varchar(250) DEFAULT NULL,
  `sequence` int(19) DEFAULT NULL,
  PRIMARY KEY (`blockid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_settings_blocks`
--

LOCK TABLES `vtiger_settings_blocks` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_blocks` DISABLE KEYS */;
INSERT INTO `vtiger_settings_blocks` VALUES (1,'LBL_USER_MANAGEMENT',1),(4,'LBL_OTHER_SETTINGS',10),(5,'LBL_MODULE_MANAGER',2),(6,'LBL_INTEGRATION',8),(7,'LBL_AUTOMATION',3),(8,'LBL_CONFIGURATION',4),(9,'LBL_MARKETING_SALES',5),(10,'LBL_INVENTORY',6),(11,'LBL_MY_PREFERENCES',7),(12,'LBL_EXTENSIONS',9);
/*!40000 ALTER TABLE `vtiger_settings_blocks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_settings_blocks_seq`
--

DROP TABLE IF EXISTS `vtiger_settings_blocks_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_blocks_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_settings_blocks_seq`
--

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

--
-- Table structure for table `vtiger_settings_field`
--

DROP TABLE IF EXISTS `vtiger_settings_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_field` (
  `fieldid` int(19) NOT NULL,
  `blockid` int(19) DEFAULT NULL,
  `name` varchar(250) DEFAULT NULL,
  `iconpath` varchar(300) DEFAULT NULL,
  `description` text,
  `linkto` text,
  `sequence` int(19) DEFAULT NULL,
  `active` int(19) DEFAULT '0',
  `pinned` int(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_settings_field`
--

LOCK TABLES `vtiger_settings_field` WRITE;
/*!40000 ALTER TABLE `vtiger_settings_field` DISABLE KEYS */;
INSERT INTO `vtiger_settings_field` VALUES (1,1,'LBL_USERS','ico-users.gif','LBL_USER_DESCRIPTION','index.php?module=Users&parent=Settings&view=List',1,0,1),(2,1,'LBL_ROLES','ico-roles.gif','LBL_ROLE_DESCRIPTION','index.php?module=Roles&parent=Settings&view=Index',2,0,0),(3,1,'LBL_PROFILES','ico-profile.gif','LBL_PROFILE_DESCRIPTION','index.php?module=Profiles&parent=Settings&view=List',3,0,0),(4,1,'USERGROUPLIST','ico-groups.gif','LBL_GROUP_DESCRIPTION','index.php?module=Groups&parent=Settings&view=List',5,0,0),(5,1,'LBL_SHARING_ACCESS','shareaccess.gif','LBL_SHARING_ACCESS_DESCRIPTION','index.php?module=SharingAccess&parent=Settings&view=Index',4,0,0),(7,1,'LBL_LOGIN_HISTORY_DETAILS','set-IcoLoginHistory.gif','LBL_LOGIN_HISTORY_DESCRIPTION','index.php?module=LoginHistory&parent=Settings&view=List',6,0,0),(8,5,'VTLIB_LBL_MODULE_MANAGER','vtlib_modmng.gif','VTLIB_LBL_MODULE_MANAGER_DESCRIPTION','index.php?module=ModuleManager&parent=Settings&view=List',1,0,1),(9,8,'LBL_PICKLIST_EDITOR','picklist.gif','LBL_PICKLIST_DESCRIPTION','index.php?parent=Settings&module=Picklist&view=Index',6,0,1),(10,8,'LBL_PICKLIST_DEPENDENCY','picklistdependency.gif','LBL_PICKLIST_DEPENDENCY_DESCRIPTION','index.php?parent=Settings&module=PickListDependency&view=List',7,0,0),(11,8,'LBL_MENU_EDITOR','menueditor.png','LBL_MENU_DESC','index.php?module=MenuEditor&parent=Settings&view=Index',8,0,0),(14,8,'LBL_COMPANY_DETAILS','company.gif','LBL_COMPANY_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=CompanyDetails',1,0,0),(15,8,'LBL_MAIL_SERVER_SETTINGS','ogmailserver.gif','LBL_MAIL_SERVER_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=OutgoingServerDetail',4,0,0),(16,8,'LBL_CURRENCY_SETTINGS','currency.gif','LBL_CURRENCY_DESCRIPTION','index.php?parent=Settings&module=Currency&view=List',3,0,0),(17,10,'LBL_TAX_SETTINGS','taxConfiguration.gif','LBL_TAX_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=TaxIndex',1,0,0),(18,4,'LBL_SYSTEM_INFO','system.gif','LBL_SYSTEM_DESCRIPTION','index.php?module=Settings&submodule=Server&view=ProxyConfig',6,1,0),(20,4,'LBL_DEFAULT_MODULE_VIEW','set-IcoTwoTabConfig.gif','LBL_DEFAULT_MODULE_VIEW_DESC','index.php?module=Settings&action=DefModuleView&parenttab=Settings',2,0,0),(21,10,'INVENTORYTERMSANDCONDITIONS','terms.gif','LBL_INV_TANDC_DESCRIPTION','index.php?parent=Settings&module=Vtiger&view=TermsAndConditionsEdit',2,0,0),(22,5,'LBL_CUSTOMIZE_MODENT_NUMBER','settingsInvNumber.gif','LBL_CUSTOMIZE_MODENT_NUMBER_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=CustomRecordNumbering',4,0,0),(23,4,'LBL_MAIL_SCANNER','mailScanner.gif','LBL_MAIL_SCANNER_DESCRIPTION','index.php?parent=Settings&module=MailConverter&view=List',5,0,0),(24,7,'LBL_LIST_WORKFLOWS','settingsWorkflow.png','LBL_LIST_WORKFLOWS_DESCRIPTION','index.php?module=Workflows&parent=Settings&view=List',3,0,1),(25,8,'Configuration Editor','migrate.gif','LBL_CONFIG_EDITOR_DESCRIPTION','index.php?module=Vtiger&parent=Settings&view=ConfigEditorDetail',5,0,0),(26,7,'Scheduler','Cron.png','Allows you to Configure Cron Task','index.php?module=CronTasks&parent=Settings&view=List',2,0,0),(28,4,'ModTracker','set-IcoLoginHistory.gif','LBL_MODTRACKER_DESCRIPTION','index.php?module=ModTracker&action=BasicSettings&parenttab=Settings&formodule=ModTracker',9,0,0),(30,8,'LBL_CUSTOMER_PORTAL','portal_icon.png','PORTAL_EXTENSION_DESCRIPTION','index.php?module=CustomerPortal&parent=Settings&view=Index',2,0,0),(31,7,'Webforms','modules/Webforms/img/Webform.png','LBL_WEBFORMS_DESCRIPTION','index.php?module=Webforms&parent=Settings&view=List',1,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,1,1),(34,9,'LBL_OPPORTUNITY_MAPPING','NULL','NULL','index.php?parent=Settings&module=Potentials&view=MappingDetail',2,1,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,'API Settings',NULL,'API Settings','index.php?module=APISettings&parent=Settings&view=Index',2,0,0);
/*!40000 ALTER TABLE `vtiger_settings_field` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `vtiger_settings_field_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_settings_field_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_settings_field_seq`
--

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

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

DROP TABLE IF EXISTS `vtiger_sharedcalendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sharedcalendar` (
  `userid` int(19) NOT NULL,
  `sharedid` int(19) NOT NULL,
  PRIMARY KEY (`userid`,`sharedid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sharedcalendar`
--

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

--
-- Table structure for table `vtiger_shareduserinfo`
--

DROP TABLE IF EXISTS `vtiger_shareduserinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shareduserinfo` (
  `userid` int(19) NOT NULL DEFAULT '0',
  `shareduserid` int(19) NOT NULL DEFAULT '0',
  `color` varchar(50) DEFAULT NULL,
  `visible` int(19) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_shareduserinfo`
--

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

--
-- Table structure for table `vtiger_shippingtaxinfo`
--

DROP TABLE IF EXISTS `vtiger_shippingtaxinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shippingtaxinfo` (
  `taxid` int(3) NOT NULL,
  `taxname` varchar(50) DEFAULT NULL,
  `taxlabel` varchar(50) DEFAULT NULL,
  `percentage` decimal(7,3) DEFAULT NULL,
  `deleted` int(1) 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=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shippingtaxinfo_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_shippingtaxinfo_seq`
--

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

--
-- Table structure for table `vtiger_shorturls`
--

DROP TABLE IF EXISTS `vtiger_shorturls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_shorturls` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(50) DEFAULT NULL,
  `handler_path` varchar(400) DEFAULT NULL,
  `handler_class` varchar(100) DEFAULT NULL,
  `handler_function` varchar(100) DEFAULT NULL,
  `handler_data` varchar(255) DEFAULT NULL,
  `onetime` int(5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_shorturls`
--

LOCK TABLES `vtiger_shorturls` WRITE;
/*!40000 ALTER TABLE `vtiger_shorturls` DISABLE KEYS */;
INSERT INTO `vtiger_shorturls` VALUES (1,'61b8479028e2c2.11379828','modules/Emails/handlers/Tracker.php','Emails_Tracker_Handler','process','{\"record\":14,\"parentId\":\"2\",\"method\":\"open\"}',0),(2,'61b8479031dcf1.81039902','modules/Emails/handlers/Tracker.php','Emails_Tracker_Handler','process','{\"record\":15,\"parentId\":\"7\",\"method\":\"open\"}',0);
/*!40000 ALTER TABLE `vtiger_shorturls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sim_cardtype`
--

DROP TABLE IF EXISTS `vtiger_sim_cardtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sim_cardtype` (
  `sim_cardtypeid` int(11) NOT NULL AUTO_INCREMENT,
  `sim_cardtype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`sim_cardtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sim_cardtype`
--

LOCK TABLES `vtiger_sim_cardtype` WRITE;
/*!40000 ALTER TABLE `vtiger_sim_cardtype` DISABLE KEYS */;
INSERT INTO `vtiger_sim_cardtype` VALUES (1,'New SimCard',1,315,1,'#ffffff'),(2,'SimCard Reprogramming',1,316,2,'#ffffff');
/*!40000 ALTER TABLE `vtiger_sim_cardtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_sim_cardtype_seq`
--

DROP TABLE IF EXISTS `vtiger_sim_cardtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sim_cardtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sim_cardtype_seq`
--

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

--
-- Table structure for table `vtiger_simcard`
--

DROP TABLE IF EXISTS `vtiger_simcard`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simcard` (
  `simcardid` int(19) NOT NULL,
  `sim_cardtype` varchar(100) DEFAULT NULL,
  `card_qtyonhand` int(11) DEFAULT NULL,
  `card_qty` int(11) DEFAULT NULL,
  `card_uprice` decimal(25,8) DEFAULT NULL,
  `card_orderdt` date DEFAULT NULL,
  `simcard_number` decimal(25,0) DEFAULT NULL,
  `card_bigserial` varchar(50) DEFAULT NULL,
  `card_endserial` varchar(50) DEFAULT NULL,
  `card_biccd` decimal(25,8) DEFAULT NULL,
  `card_eiccd` decimal(25,8) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `simcard_orderstatus` varchar(100) DEFAULT NULL,
  `linktoinventoryorder` varchar(100) DEFAULT NULL,
  `simcard_balance` int(11) DEFAULT NULL,
  `simdivision_no` varchar(24) DEFAULT NULL,
  `prefix_iccid` decimal(25,0) DEFAULT NULL,
  `suffix_iccid` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`simcardid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simcard`
--

LOCK TABLES `vtiger_simcard` WRITE;
/*!40000 ALTER TABLE `vtiger_simcard` DISABLE KEYS */;
INSERT INTO `vtiger_simcard` VALUES (4,'New SimCard',2,10,450.00000000,'2021-12-08',7894464646113,'Test123','Test123',12234354556.00000000,43545561223.00000000,'',NULL,NULL,NULL,'SIMDIV1',NULL,NULL),(51,'New SimCard',0,3,30.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','50',NULL,'SIMDIV2',NULL,NULL),(113,'New SimCard',5,10,25.00000000,NULL,0,'','',0.00000000,0.00000000,'','New','112',NULL,'SIMDIV3',NULL,NULL),(128,'New SimCard',30,30,60.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','84',NULL,'SIMDIV4',NULL,NULL),(162,'New SimCard',50,20,35.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','161',NULL,'SIMDIV5',NULL,NULL),(184,'New SimCard',50,100,35.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','183',NULL,'SIMDIV6',NULL,NULL),(287,'New SimCard',50,100,35.00000000,NULL,0,'','',0.00000000,0.00000000,'','New','286',NULL,'SIMDIV7',NULL,NULL),(293,'New SimCard',50,10,35.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','292',NULL,'SIMDIV8',NULL,NULL),(305,'New SimCard',0,10,35.00000000,NULL,0,'','',0.00000000,0.00000000,'','New','288',NULL,'SIMDIV9',NULL,NULL),(449,'New SimCard',15,6,50.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','448',NULL,'SIMDIV10',NULL,NULL),(461,'New SimCard',18,9,25.00000000,NULL,0,'','',0.00000000,0.00000000,'','Created','460',NULL,'SIMDIV11',NULL,NULL),(474,'New SimCard',10,2,25.00000000,NULL,NULL,'637026400149002','637026400149003',252642000893.00000000,252642000894.00000000,'','Created','460',10,'SIMDIV12',NULL,NULL),(507,'New SimCard',10,2,25.00000000,NULL,NULL,'637026400149002','637026400149003',252642000893.00000000,252642000894.00000000,'','Created','460',10,'SIMDIV13',NULL,NULL),(520,'New SimCard',2,1,50.00000000,NULL,NULL,'637026400149010','637026400149010',252642000899.00000000,252642000899.00000000,'','Created','519',2,'SIMDIV14',NULL,NULL),(522,'SimCard Reprogramming',2,1,50.00000000,NULL,NULL,'637026400149011','637026400149011',252642000900.00000000,252642000900.00000000,'','Created','519',2,'SIMDIV15',NULL,NULL),(535,'New SimCard',2,1,60.00000000,NULL,NULL,'637026400149012','637026400149012',252642000901.00000000,252642000901.00000000,'','Created','534',0,'SIMDIV16',NULL,NULL),(537,'SimCard Reprogramming',2,1,60.00000000,NULL,NULL,'637026400149013','637026400149013',252642000902.00000000,252642000902.00000000,'','Created','534',-1,'SIMDIV17',NULL,NULL),(542,'New SimCard',5,2,80.00000000,NULL,NULL,'637026400149014','637026400149015',252642000903.00000000,252642000904.00000000,'','Created','541',3,'SIMDIV18',NULL,NULL),(545,'SimCard Reprogramming',3,2,80.00000000,NULL,NULL,'637026400149016','637026400149017',252642000905.00000000,252642000906.00000000,'','Created','541',1,'SIMDIV19',NULL,NULL),(555,'New SimCard',1,1,80.00000000,NULL,NULL,'63702640014918','63702640014918',252642000907.00000000,252642000907.00000000,'','Created','541',0,'SIMDIV20',NULL,NULL),(562,'New SimCard',4,1,80.00000000,NULL,NULL,'637026400149021','637026400149021',252642000921.00000000,252642000921.00000000,'','Created','561',3,'SIMDIV21',NULL,NULL),(568,'SimCard Reprogramming',3,1,80.00000000,NULL,NULL,'637026400149022','637026400149022',252642000922.00000000,252642000922.00000000,'','Created','561',2,'SIMDIV22',NULL,NULL),(607,'New SimCard',25,10,1.00000000,NULL,NULL,'637026400149023','637026400149032',252642000923.00000000,252642000932.00000000,'','Created','606',25,'SIMDIV23',NULL,NULL),(621,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149070','637026400149071',252642000970.00000000,252642000971.00000000,'','New','620',10,'SIMDIV24',NULL,NULL),(622,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','Created','620',10,'SIMDIV25',NULL,NULL),(625,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','New','620',10,'SIMDIV26',NULL,NULL),(626,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','Created','620',10,'SIMDIV27',NULL,NULL),(629,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','New','620',10,'SIMDIV28',NULL,NULL),(631,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','New','620',10,'SIMDIV29',NULL,NULL),(632,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','New','620',10,'SIMDIV30',NULL,NULL),(635,'New SimCard',10,2,1.00000000,NULL,NULL,'637026400149071','637026400149072',252642000971.00000000,252642000972.00000000,'','Created','620',8,'SIMDIV31',NULL,NULL),(682,'New SimCard',2,2,2.00000000,NULL,NULL,'637026400149073','637026400149074',252642000973.00000000,252642000974.00000000,'','Created','681',2,'SIMDIV32',NULL,NULL),(691,'New SimCard',5,2,15.00000000,NULL,NULL,'637026400149073','637026400149074',252642000973.00000000,252642000974.00000000,'','Created','690',3,'SIMDIV33',NULL,NULL),(720,'New SimCard',10,5,1.00000000,NULL,NULL,'892526400041804','892526400041808',252642000804.00000000,252642000808.00000000,'','Created','719',7,'SIMDIV34',NULL,NULL),(746,'New SimCard',10,5,2.00000000,NULL,NULL,'892526400041804','892526400041808',252642000804.00000000,252642000808.00000000,'','Created','745',7,'SIMDIV35',NULL,NULL),(756,'New SimCard',20,10,2.00000000,NULL,NULL,'8925264','',0.00000000,0.00000000,'','Created','755',20,'SIMDIV36',NULL,NULL),(767,'New SimCard',20,10,2.00000000,NULL,NULL,'892526400041804','892526400041813',252642000804.00000000,252642000813.00000000,'','Created','755',20,'SIMDIV37',NULL,NULL),(778,'New SimCard',20,10,2.00000000,NULL,NULL,'892526400041804','892526400041813',252642000804.00000000,252642000813.00000000,'','Created','755',20,'SIMDIV38',NULL,NULL),(789,'New SimCard',20,10,2.00000000,NULL,NULL,'892526400041804','892526400041813',252642000804.00000000,252642000813.00000000,'','Created','755',10,'SIMDIV39',NULL,NULL),(813,'SimCard Reprogramming',10,5,2.00000000,NULL,NULL,'892526400041904','892526400041908',252642000904.00000000,252642000908.00000000,'','Created','755',5,'SIMDIV40',NULL,NULL),(823,'New SimCard',10,5,2.00000000,NULL,NULL,'892526400041504','892526400041508',252642000571.00000000,252642000575.00000000,'','Created','822',7,'SIMDIV41',NULL,NULL),(841,'SimCard Reprogramming',5,5,2.00000000,NULL,NULL,'892526400041604','892526400041608',252642000671.00000000,252642000675.00000000,'','Created','822',5,'SIMDIV42',NULL,NULL),(856,'New SimCard',10,4,2.00000000,NULL,NULL,NULL,'892526400239014',252642000014.00000000,252642000017.00000000,'','Created','855',4,'SIMDIV43',8925264,'00239010'),(861,'New SimCard',10,4,2.00000000,NULL,NULL,NULL,'892526400239014',252642000011.00000000,252642000014.00000000,'','Created','855',0,'SIMDIV44',8925264,'00239011'),(900,'SimCard Reprogramming',6,2,2.00000000,NULL,NULL,NULL,'892526400149016',252642000015.00000000,252642000016.00000000,'','Created','855',0,'SIMDIV45',8925264,'00149015'),(928,'New SimCard',10,5,1.00000000,NULL,NULL,NULL,'892526400149019',252642000015.00000000,252642000019.00000000,'','Created','927',0,'SIMDIV46',8925264,'00149015'),(944,'New SimCard',20,2,2.00000000,NULL,NULL,NULL,'892526400149011',252642000910.00000000,252642000911.00000000,'','Created','943',2,'SIMDIV47',892526400,'149010'),(948,'New SimCard',20,6,2.00000000,NULL,NULL,NULL,'892526400239015',252642000910.00000000,252642000915.00000000,'','Created','943',3,'SIMDIV48',892526400,'239010'),(958,'New SimCard',10,5,2.00000000,NULL,NULL,NULL,'892526400239014',252642000910.00000000,252642000914.00000000,'','Created','957',1,'SIMDIV49',892526400,'239010'),(1002,'New SimCard',4,2,2.00000000,NULL,NULL,NULL,'637026400149012',252642000902.00000000,252642000903.00000000,'','Created','1001',0,'SIMDIV50',637026400,'149011'),(1006,'New SimCard',2,2,2.00000000,NULL,NULL,NULL,'637026400149014',252642000904.00000000,252642000905.00000000,'','Created','1001',0,'SIMDIV51',637026400,'149013'),(1035,'New SimCard',2,2,1.00000000,NULL,NULL,NULL,'637026400149016',252642000906.00000000,252642000907.00000000,'','Created','1034',1,'SIMDIV52',637026400,'149015'),(1041,'New SimCard',2,2,1.00000000,NULL,NULL,NULL,'637026400149017',252642000907.00000000,252642000908.00000000,'','Created','1040',0,'SIMDIV53',637026400,'149016'),(1099,'New SimCard',20,15,NULL,NULL,NULL,NULL,'6370264001405115',652100801.00000000,652100815.00000000,'','Created','1098',3,'SIMDIV54',637026400,'1405101'),(1139,'SimCard Reprogramming',5,3,NULL,NULL,NULL,NULL,'6370264001420144',0.00000000,0.00000000,'','Created','1098',1,'SIMDIV55',637026400,'1420142'),(1172,'New SimCard',1,1,NULL,NULL,NULL,NULL,'637026400149018',252642000909.00000000,252642000909.00000000,'','Created','1171',0,'SIMDIV56',637026400,'149018');
/*!40000 ALTER TABLE `vtiger_simcard` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simcard_orderstatus`
--

DROP TABLE IF EXISTS `vtiger_simcard_orderstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simcard_orderstatus` (
  `simcard_orderstatusid` int(11) NOT NULL AUTO_INCREMENT,
  `simcard_orderstatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`simcard_orderstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simcard_orderstatus`
--

LOCK TABLES `vtiger_simcard_orderstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_simcard_orderstatus` DISABLE KEYS */;
INSERT INTO `vtiger_simcard_orderstatus` VALUES (1,'New',1,337,1,NULL),(2,'Created',1,338,2,NULL);
/*!40000 ALTER TABLE `vtiger_simcard_orderstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simcard_orderstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_simcard_orderstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simcard_orderstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simcard_orderstatus_seq`
--

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

--
-- Table structure for table `vtiger_simcardcf`
--

DROP TABLE IF EXISTS `vtiger_simcardcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simcardcf` (
  `simcardid` int(19) NOT NULL,
  PRIMARY KEY (`simcardid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simcardcf`
--

LOCK TABLES `vtiger_simcardcf` WRITE;
/*!40000 ALTER TABLE `vtiger_simcardcf` DISABLE KEYS */;
INSERT INTO `vtiger_simcardcf` VALUES (4),(51),(113),(128),(162),(184),(287),(293),(305),(449),(461),(474),(507),(520),(522),(535),(537),(542),(545),(555),(562),(568),(607),(621),(622),(625),(626),(629),(631),(632),(635),(682),(691),(720),(746),(756),(767),(778),(789),(813),(823),(841),(856),(861),(900),(928),(944),(948),(958),(1002),(1006),(1035),(1041),(1099),(1139),(1172);
/*!40000 ALTER TABLE `vtiger_simcardcf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simcarddistribute`
--

DROP TABLE IF EXISTS `vtiger_simcarddistribute`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simcarddistribute` (
  `simcarddistributeid` int(19) NOT NULL,
  `related_simdivision` varchar(100) DEFAULT NULL,
  `dis_qtyonhand` int(11) DEFAULT NULL,
  `distribute_qty` int(11) DEFAULT NULL,
  `distribute_balance` int(11) DEFAULT NULL,
  `dis_bigserial` varchar(50) DEFAULT NULL,
  `simdistributeno` varchar(50) DEFAULT NULL,
  `dis_endserial` varchar(50) DEFAULT NULL,
  `dis_bisdn` varchar(50) DEFAULT NULL,
  `dis_eisdn` varchar(50) DEFAULT NULL,
  `distribute_cashiernm` varchar(100) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `distributestatus` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`simcarddistributeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simcarddistribute`
--

LOCK TABLES `vtiger_simcarddistribute` WRITE;
/*!40000 ALTER TABLE `vtiger_simcarddistribute` DISABLE KEYS */;
INSERT INTO `vtiger_simcarddistribute` VALUES (638,'635',2,2,2,'637026400149071','DIS1','637026400149072','252642000971','252642000972','Eid Yusuf','',NULL),(685,'682',2,2,2,'637026400149073','DIS2','637026400149074','252642000973','252642000974','Eid Yusuf','',NULL),(686,'682',2,2,2,'637026400149073','DIS3','637026400149074','252642000973','252642000974','Eid Yusuf','',NULL),(687,'682',2,2,2,'637026400149073','DIS4','637026400149074','252642000973','252642000974','Eid Yusuf','',NULL),(694,'691',2,2,0,'637026400149073','DIS5','637026400149074','252642000973','252642000974','Eid Yusuf','','Receive'),(726,'720',5,3,5,'892526400041804','DIS6','892526400041806','252642000804','252642000806','Eid Yusuf','','Receive'),(752,'746',5,3,5,'892526400041804','DIS7','892526400041806','252642000804','252642000806','Eid Yusuf','','New'),(800,'789',10,5,4,'892526400041804','DIS8','892526400041808','252642000804','252642000808','Eid Yusuf','','Receive'),(801,'789',5,5,5,'892526400041809','DIS9','892526400041813','252642000809','252642000813','Abdul Barawe','','Receive'),(819,'813',5,5,5,'892526400041904','DIS10','892526400041908','252642000904','252642000908','Eid Yusuf','','Receive'),(829,'823',5,3,4,'892526400041504','DIS11','892526400041506','252642000571','252642000573','Eid Yusuf','','Receive'),(866,'861',4,2,-2,'23901100239011','DIS12','23901100239012','252642000011','252642000012','Eid Yusuf','','Receive'),(890,'861',2,2,2,'23901100239013','DIS13','23901100239014','252642000013','252642000014','Eid Yusuf','','Receive'),(903,'900',2,2,2,'892526400149015','DIS14','892526400149016','252642000015','252642000016','Eid Yusuf','','Receive'),(938,'928',5,3,3,'892526400149015','DIS15','892526400149017','252642000015','252642000017','Eid Yusuf','','Receive'),(940,'928',2,2,2,'892526400149018','DIS16','892526400149019','252642000018','252642000019','Abdul Barawe','','New'),(947,'944',2,2,2,'892526400149010','DIS17','892526400149011','252642000910','252642000911','Eid Yusuf','','New'),(955,'948',6,3,3,'892526400239010','DIS18','892526400239012','252642000910','252642000912','Eid Yusuf','','New'),(964,'958',5,2,0,'892526400239010','DIS19','892526400239011','252642000910','252642000911','Eid Yusuf','','Receive'),(987,'958',3,2,1,'892526400239012','DIS20','892526400239013','252642000912','252642000913','Eid Yusuf','','Receive'),(1005,'1002',2,2,1,'637026400149011','DIS21','637026400149012','252642000902','252642000903','Eid Yusuf','','Receive'),(1009,'1006',2,2,1,'637026400149013','DIS22','637026400149014','252642000904','252642000905','Abdul Barawe','','Receive'),(1038,'1035',2,1,1,'637026400149015','DIS23','637026400149015','252642000906','252642000906','Eid Yusuf','','Receive'),(1044,'1041',2,2,0,'637026400149016','DIS24','637026400149017','252642000907','252642000908','Eid Yusuf','','Receive'),(1115,'1099',15,10,9,'6370264001405101','DIS25','6370264001405110','652100801','652100810','Eid Yusuf','','Receive'),(1116,'1099',5,2,1,'6370264001405111','DIS26','6370264001405112','652100811','652100812','Abdul Barawe','','Receive'),(1143,'1139',3,2,2,'6370264001420142','DIS27','6370264001420143','0','1','Eid Yusuf','','Receive'),(1174,'1172',1,1,0,'637026400149018','DIS28','637026400149018','252642000909','252642000909','Eid Yusuf','','Receive');
/*!40000 ALTER TABLE `vtiger_simcarddistribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simcarddistributecf`
--

DROP TABLE IF EXISTS `vtiger_simcarddistributecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simcarddistributecf` (
  `simcarddistributeid` int(19) NOT NULL,
  PRIMARY KEY (`simcarddistributeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simcarddistributecf`
--

LOCK TABLES `vtiger_simcarddistributecf` WRITE;
/*!40000 ALTER TABLE `vtiger_simcarddistributecf` DISABLE KEYS */;
INSERT INTO `vtiger_simcarddistributecf` VALUES (638),(685),(686),(687),(694),(726),(752),(800),(801),(819),(829),(866),(890),(903),(938),(940),(947),(955),(964),(987),(1005),(1009),(1038),(1044),(1115),(1116),(1143),(1174);
/*!40000 ALTER TABLE `vtiger_simcarddistributecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simgenerate`
--

DROP TABLE IF EXISTS `vtiger_simgenerate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simgenerate` (
  `simgenerateid` int(19) NOT NULL,
  `simtype` varchar(100) DEFAULT NULL,
  `simgenerate_no` varchar(24) DEFAULT NULL,
  `card_orderdt` date DEFAULT NULL,
  `simcard_number` decimal(25,0) DEFAULT NULL,
  `card_uprice` decimal(25,8) DEFAULT NULL,
  `card_qty` int(11) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `simgenerate_status` varchar(100) DEFAULT NULL,
  `simcard_imsino` decimal(25,0) DEFAULT NULL,
  `simgenerate_simtype` varchar(100) DEFAULT NULL,
  `isassigned` varchar(3) DEFAULT NULL,
  `assignedstatus` varchar(100) DEFAULT NULL,
  `simiccid` varchar(100) DEFAULT NULL,
  `sim_prefix` varchar(100) DEFAULT NULL,
  `sim_suffix` varchar(100) DEFAULT NULL,
  `sim_pin1` varchar(100) DEFAULT NULL,
  `sim_pin2` varchar(100) DEFAULT NULL,
  `sim_puk1` varchar(100) DEFAULT NULL,
  `sim_puk2` varchar(100) DEFAULT NULL,
  `related_simcarddistribute` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`simgenerateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simgenerate`
--

LOCK TABLES `vtiger_simgenerate` WRITE;
/*!40000 ALTER TABLE `vtiger_simgenerate` DISABLE KEYS */;
INSERT INTO `vtiger_simgenerate` VALUES (35,'4','SIMCARD1','2021-12-19',7879799999,420.00000000,2,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(52,'51','SIMCARD2','2022-01-11',1111100000,150.00000000,1,'','Receive',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(53,'51','SIMCARD3','2022-01-11',1111100000,150.00000000,1,'','Cancel',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(54,'51','SIMCARD4','2022-01-11',1111100000,150.00000000,1,'','Receive',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(129,'128','SIMCARD5','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(130,'128','SIMCARD6','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(131,'128','SIMCARD7','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(132,'128','SIMCARD8','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(133,'128','SIMCARD9','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(134,'128','SIMCARD10','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(135,'128','SIMCARD11','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(136,'128','SIMCARD12','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(137,'128','SIMCARD13','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(138,'128','SIMCARD14','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(139,'128','SIMCARD15','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(140,'128','SIMCARD16','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(141,'128','SIMCARD17','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(142,'128','SIMCARD18','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(143,'128','SIMCARD19','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(144,'128','SIMCARD20','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(145,'128','SIMCARD21','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(146,'128','SIMCARD22','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(147,'128','SIMCARD23','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(148,'128','SIMCARD24','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(149,'128','SIMCARD25','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(150,'128','SIMCARD26','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(151,'128','SIMCARD27','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(152,'128','SIMCARD28','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(153,'128','SIMCARD29','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(154,'128','SIMCARD30','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(155,'128','SIMCARD31','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(156,'128','SIMCARD32','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(157,'128','SIMCARD33','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(158,'128','SIMCARD34','2022-01-25',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(163,'162','SIMCARD35','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(164,'162','SIMCARD36','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(165,'162','SIMCARD37','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(166,'162','SIMCARD38','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(167,'162','SIMCARD39','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(168,'162','SIMCARD40','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(169,'162','SIMCARD41','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(170,'162','SIMCARD42','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(171,'162','SIMCARD43','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(172,'162','SIMCARD44','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(173,'162','SIMCARD45','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(174,'162','SIMCARD46','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(175,'162','SIMCARD47','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(176,'162','SIMCARD48','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(177,'162','SIMCARD49','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(178,'162','SIMCARD50','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(179,'162','SIMCARD51','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(180,'162','SIMCARD52','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(181,'162','SIMCARD53','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(182,'162','SIMCARD54','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(185,'184','SIMCARD55','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(186,'184','SIMCARD56','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(187,'184','SIMCARD57','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(188,'184','SIMCARD58','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(189,'184','SIMCARD59','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(190,'184','SIMCARD60','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(191,'184','SIMCARD61','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(192,'184','SIMCARD62','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(193,'184','SIMCARD63','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(194,'184','SIMCARD64','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(195,'184','SIMCARD65','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(196,'184','SIMCARD66','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(197,'184','SIMCARD67','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(198,'184','SIMCARD68','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(199,'184','SIMCARD69','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(200,'184','SIMCARD70','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(201,'184','SIMCARD71','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(202,'184','SIMCARD72','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(203,'184','SIMCARD73','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(204,'184','SIMCARD74','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(205,'184','SIMCARD75','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(206,'184','SIMCARD76','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(207,'184','SIMCARD77','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(208,'184','SIMCARD78','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(209,'184','SIMCARD79','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(210,'184','SIMCARD80','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(211,'184','SIMCARD81','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(212,'184','SIMCARD82','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(213,'184','SIMCARD83','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(214,'184','SIMCARD84','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(215,'184','SIMCARD85','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(216,'184','SIMCARD86','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(217,'184','SIMCARD87','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(218,'184','SIMCARD88','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(219,'184','SIMCARD89','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(220,'184','SIMCARD90','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(221,'184','SIMCARD91','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(222,'184','SIMCARD92','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(223,'184','SIMCARD93','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(224,'184','SIMCARD94','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(225,'184','SIMCARD95','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(226,'184','SIMCARD96','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(227,'184','SIMCARD97','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(228,'184','SIMCARD98','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(229,'184','SIMCARD99','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(230,'184','SIMCARD100','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(231,'184','SIMCARD101','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(232,'184','SIMCARD102','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(233,'184','SIMCARD103','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(234,'184','SIMCARD104','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(235,'184','SIMCARD105','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(236,'184','SIMCARD106','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(237,'184','SIMCARD107','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(238,'184','SIMCARD108','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(239,'184','SIMCARD109','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(240,'184','SIMCARD110','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(241,'184','SIMCARD111','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(242,'184','SIMCARD112','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(243,'184','SIMCARD113','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(244,'184','SIMCARD114','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(245,'184','SIMCARD115','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(246,'184','SIMCARD116','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(247,'184','SIMCARD117','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(248,'184','SIMCARD118','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(249,'184','SIMCARD119','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(250,'184','SIMCARD120','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(251,'184','SIMCARD121','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(252,'184','SIMCARD122','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(253,'184','SIMCARD123','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(254,'184','SIMCARD124','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(255,'184','SIMCARD125','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(256,'184','SIMCARD126','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(257,'184','SIMCARD127','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(258,'184','SIMCARD128','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(259,'184','SIMCARD129','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(260,'184','SIMCARD130','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(261,'184','SIMCARD131','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(262,'184','SIMCARD132','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(263,'184','SIMCARD133','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(264,'184','SIMCARD134','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(265,'184','SIMCARD135','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(266,'184','SIMCARD136','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(267,'184','SIMCARD137','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(268,'184','SIMCARD138','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(269,'184','SIMCARD139','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(270,'184','SIMCARD140','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(271,'184','SIMCARD141','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(272,'184','SIMCARD142','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(273,'184','SIMCARD143','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(274,'184','SIMCARD144','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(275,'184','SIMCARD145','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(276,'184','SIMCARD146','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(277,'184','SIMCARD147','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(278,'184','SIMCARD148','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(279,'184','SIMCARD149','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(280,'184','SIMCARD150','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(281,'184','SIMCARD151','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(282,'184','SIMCARD152','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(283,'184','SIMCARD153','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(284,'184','SIMCARD154','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(285,'184','SIMCARD155',NULL,0,50.00000000,100,'','Receive',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(294,'293','SIMCARD156','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(295,'293','SIMCARD157','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(296,'293','SIMCARD158','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(297,'293','SIMCARD159','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(298,'293','SIMCARD160','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(299,'293','SIMCARD161','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(300,'293','SIMCARD162','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(301,'293','SIMCARD163','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(302,'293','SIMCARD164','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(303,'293','SIMCARD165','2022-01-27',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(450,'449','SIMCARD166','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(451,'449','SIMCARD167','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(452,'449','SIMCARD168','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(453,'449','SIMCARD169','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(454,'449','SIMCARD170','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(455,'449','SIMCARD171','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(462,'461','SIMCARD172','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(463,'461','SIMCARD173','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(464,'461','SIMCARD174','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(465,'461','SIMCARD175','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(466,'461','SIMCARD176','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(467,'461','SIMCARD177','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(468,'461','SIMCARD178','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(469,'461','SIMCARD179','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(470,'461','SIMCARD180','2022-02-09',1111100000,150.00000000,1,'','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(475,'474','SIMCARD181','2022-02-15',252642000893,0.00000000,1,'','Receive',637026400149002,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(476,'474','SIMCARD182','2022-02-15',252642000893,0.00000000,1,'','Receive',637026400149002,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(477,'474','SIMCARD183','2022-02-15',252642000893,0.00000000,1,'','Receive',637026400149002,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(478,'474','SIMCARD184','2022-02-15',252642000894,0.00000000,1,'','Receive',637026400149003,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(508,'507','SIMCARD185','2022-02-15',252642000893,0.00000000,1,'','New',637026400149002,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(509,'507','SIMCARD186','2022-02-15',252642000894,0.00000000,1,'','New',637026400149003,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(521,'520','SIMCARD187','2022-02-16',252642000899,0.00000000,1,'','Receive',637026400149010,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(523,'522','SIMCARD188','2022-02-16',252642000900,0.00000000,1,'','Receive',637026400149011,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(536,'535','SIMCARD189','2022-02-16',252642000901,0.00000000,1,'','Receive',637026400149012,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(538,'537','SIMCARD190','2022-02-16',252642000902,0.00000000,1,'','Receive',637026400149013,'SimCard Reprogramming',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(543,'542','SIMCARD191','2022-02-16',252642000903,0.00000000,1,'','Activate',637026400149014,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(544,'542','SIMCARD192','2022-02-16',252642000904,0.00000000,1,'','Receive',637026400149015,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(546,'545','SIMCARD193','2022-02-16',252642000905,0.00000000,1,'','Receive',637026400149016,'SimCard Reprogramming',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(547,'545','SIMCARD194','2022-02-16',252642000906,0.00000000,1,'','Receive',637026400149017,'SimCard Reprogramming',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(556,'555','SIMCARD195','2022-02-16',252642000907,0.00000000,1,'','Activate',63702640014918,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(563,'562','SIMCARD196','2022-02-17',252642000921,0.00000000,1,'','Activate',637026400149021,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(569,'568','SIMCARD197','2022-02-17',252642000922,0.00000000,1,'','Receive',637026400149022,'SimCard Reprogramming',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(608,'607','SIMCARD198','2022-02-17',252642000923,0.00000000,1,'','New',637026400149023,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(609,'607','SIMCARD199','2022-02-17',252642000924,0.00000000,1,'','New',637026400149024,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(610,'607','SIMCARD200','2022-02-17',252642000926,0.00000000,1,'','New',637026400149026,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(611,'607','SIMCARD201','2022-02-17',252642000929,0.00000000,1,'','New',637026400149029,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(612,'607','SIMCARD202','2022-02-17',252642000933,0.00000000,1,'','New',637026400149033,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(613,'607','SIMCARD203','2022-02-17',252642000938,0.00000000,1,'','New',637026400149038,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(614,'607','SIMCARD204','2022-02-17',252642000944,0.00000000,1,'','New',637026400149044,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(615,'607','SIMCARD205','2022-02-17',252642000951,0.00000000,1,'','New',637026400149051,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(616,'607','SIMCARD206','2022-02-17',252642000959,0.00000000,1,'','New',637026400149059,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(617,'607','SIMCARD207','2022-02-17',252642000968,0.00000000,1,'','New',637026400149068,'New SimCard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(623,'622','SIMCARD208','2022-02-18',252642000971,0.00000000,1,'','Fail',637026400149071,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(624,'622','SIMCARD209','2022-02-18',252642000972,0.00000000,1,'','New',637026400149072,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(627,'626','SIMCARD210','2022-02-18',252642000971,0.00000000,1,'','Fail',637026400149071,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(628,'626','SIMCARD211','2022-02-18',252642000972,0.00000000,1,'','New',637026400149072,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(630,'','SIMCARD212',NULL,4342424234,1.00000000,1,'','New',4242424242,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(633,'632','SIMCARD213','2022-02-18',252642000971,0.00000000,1,'','Fail',637026400149071,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(634,'632','SIMCARD214','2022-02-18',252642000972,0.00000000,1,'','New',637026400149072,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(636,'635','SIMCARD215','2022-02-18',252642000971,0.00000000,1,'','Fail',637026400149071,'New SimCard','1','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(637,'635','SIMCARD216','2022-02-18',252642000972,0.00000000,1,'','Receive',637026400149072,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(683,'682','SIMCARD217','2022-02-21',252642000973,0.00000000,1,'','New',637026400149073,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(684,'682','SIMCARD218','2022-02-21',252642000974,0.00000000,1,'','New',637026400149074,'New SimCard','0','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(692,'691','SIMCARD219','2022-02-21',252642000973,0.00000000,1,'','Activate',637026400149073,'New SimCard','1','Activate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(693,'691','SIMCARD220','2022-02-21',252642000974,0.00000000,1,'','Receive',637026400149074,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(721,'720','SIMCARD221','2022-02-21',252642000804,0.00000000,1,'','Fail',892526400041804,'New SimCard','1','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(722,'720','SIMCARD222','2022-02-21',252642000805,0.00000000,1,'','Receive',892526400041805,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(723,'720','SIMCARD223','2022-02-21',252642000806,0.00000000,1,'','Receive',892526400041806,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(724,'720','SIMCARD224','2022-02-21',252642000807,0.00000000,1,'','New',892526400041807,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(725,'720','SIMCARD225','2022-02-21',252642000808,0.00000000,1,'','New',892526400041808,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(747,'746','SIMCARD226','2022-02-21',252642000804,0.00000000,1,'','Fail',892526400041804,'New SimCard','1','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(748,'746','SIMCARD227','2022-02-21',252642000805,0.00000000,1,'','New',892526400041805,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(749,'746','SIMCARD228','2022-02-21',252642000806,0.00000000,1,'','New',892526400041806,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(750,'746','SIMCARD229','2022-02-21',252642000807,0.00000000,1,'','New',892526400041807,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(751,'746','SIMCARD230','2022-02-21',252642000808,0.00000000,1,'','New',892526400041808,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(757,'756','SIMCARD231','2022-02-21',0,0.00000000,1,'','New',8925264,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(758,'756','SIMCARD232','2022-02-21',1,0.00000000,1,'','New',8925265,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(759,'756','SIMCARD233','2022-02-21',2,0.00000000,1,'','New',8925266,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(760,'756','SIMCARD234','2022-02-21',3,0.00000000,1,'','New',8925267,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(761,'756','SIMCARD235','2022-02-21',4,0.00000000,1,'','New',8925268,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(762,'756','SIMCARD236','2022-02-21',5,0.00000000,1,'','New',8925269,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(763,'756','SIMCARD237','2022-02-21',6,0.00000000,1,'','New',8925270,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(764,'756','SIMCARD238','2022-02-21',7,0.00000000,1,'','New',8925271,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(765,'756','SIMCARD239','2022-02-21',8,0.00000000,1,'','New',8925272,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(766,'756','SIMCARD240','2022-02-21',9,0.00000000,1,'','New',8925273,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(768,'767','SIMCARD241','2022-02-21',252642000804,0.00000000,1,'','Fail',892526400041804,'New SimCard','0','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(769,'767','SIMCARD242','2022-02-21',252642000805,0.00000000,1,'','New',892526400041805,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(770,'767','SIMCARD243','2022-02-21',252642000806,0.00000000,1,'','New',892526400041806,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(771,'767','SIMCARD244','2022-02-21',252642000807,0.00000000,1,'','New',892526400041807,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(772,'767','SIMCARD245','2022-02-21',252642000808,0.00000000,1,'','New',892526400041808,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(773,'767','SIMCARD246','2022-02-21',252642000809,0.00000000,1,'','New',892526400041809,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(774,'767','SIMCARD247','2022-02-21',252642000810,0.00000000,1,'','New',892526400041810,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(775,'767','SIMCARD248','2022-02-21',252642000811,0.00000000,1,'','New',892526400041811,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(776,'767','SIMCARD249','2022-02-21',252642000812,0.00000000,1,'','New',892526400041812,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(777,'767','SIMCARD250','2022-02-21',252642000813,0.00000000,1,'','New',892526400041813,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(779,'778','SIMCARD251','2022-02-21',252642000804,0.00000000,1,'','Fail',892526400041804,'New SimCard','0','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(780,'778','SIMCARD252','2022-02-21',252642000805,0.00000000,1,'','New',892526400041805,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(781,'778','SIMCARD253','2022-02-21',252642000806,0.00000000,1,'','New',892526400041806,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(782,'778','SIMCARD254','2022-02-21',252642000807,0.00000000,1,'','New',892526400041807,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(783,'778','SIMCARD255','2022-02-21',252642000808,0.00000000,1,'','New',892526400041808,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(784,'778','SIMCARD256','2022-02-21',252642000809,0.00000000,1,'','New',892526400041809,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(785,'778','SIMCARD257','2022-02-21',252642000810,0.00000000,1,'','New',892526400041810,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(786,'778','SIMCARD258','2022-02-21',252642000811,0.00000000,1,'','New',892526400041811,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(787,'778','SIMCARD259','2022-02-21',252642000812,0.00000000,1,'','New',892526400041812,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(788,'778','SIMCARD260','2022-02-21',252642000813,0.00000000,1,'','New',892526400041813,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(790,'789','SIMCARD261','2022-02-21',252642000804,0.00000000,1,'','Fail',892526400041804,'New SimCard','1','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(791,'789','SIMCARD262','2022-02-21',252642000805,0.00000000,1,'','Receive',892526400041805,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(792,'789','SIMCARD263','2022-02-21',252642000806,0.00000000,1,'','Receive',892526400041806,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(793,'789','SIMCARD264','2022-02-21',252642000807,0.00000000,1,'','Receive',892526400041807,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(794,'789','SIMCARD265','2022-02-21',252642000808,0.00000000,1,'','Receive',892526400041808,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(795,'789','SIMCARD266','2022-02-21',252642000809,0.00000000,1,'','Receive',892526400041809,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(796,'789','SIMCARD267','2022-02-21',252642000810,0.00000000,1,'','Receive',892526400041810,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(797,'789','SIMCARD268','2022-02-21',252642000811,0.00000000,1,'','Receive',892526400041811,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(798,'789','SIMCARD269','2022-02-21',252642000812,0.00000000,1,'','Receive',892526400041812,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(799,'789','SIMCARD270','2022-02-21',252642000813,0.00000000,1,'','Receive',892526400041813,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(814,'813','SIMCARD271','2022-02-21',252642000904,0.00000000,1,'','Receive',892526400041904,'SimCard Reprogramming','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(815,'813','SIMCARD272','2022-02-21',252642000905,0.00000000,1,'','Receive',892526400041905,'SimCard Reprogramming','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(816,'813','SIMCARD273','2022-02-21',252642000906,0.00000000,1,'','Receive',892526400041906,'SimCard Reprogramming','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(817,'813','SIMCARD274','2022-02-21',252642000907,0.00000000,1,'','Receive',892526400041907,'SimCard Reprogramming','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(818,'813','SIMCARD275','2022-02-21',252642000908,0.00000000,1,'','Receive',892526400041908,'SimCard Reprogramming','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(824,'823','SIMCARD276','2022-02-22',252642000571,0.00000000,1,'','Fail',892526400041504,'New SimCard','1','Fail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(825,'823','SIMCARD277','2022-02-22',252642000572,0.00000000,1,'','Receive',892526400041505,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(826,'823','SIMCARD278','2022-02-22',252642000573,0.00000000,1,'','Receive',892526400041506,'New SimCard','1','Created',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(827,'823','SIMCARD279','2022-02-22',252642000574,0.00000000,1,'','New',892526400041507,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(828,'823','SIMCARD280','2022-02-22',252642000575,0.00000000,1,'','New',892526400041508,'New SimCard','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(842,'841','SIMCARD281','2022-02-22',252642000671,0.00000000,1,'','New',892526400041604,'SimCard Reprogramming','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(843,'841','SIMCARD282','2022-02-22',252642000672,0.00000000,1,'','New',892526400041605,'SimCard Reprogramming','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(844,'841','SIMCARD283','2022-02-22',252642000673,0.00000000,1,'','New',892526400041606,'SimCard Reprogramming','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(845,'841','SIMCARD284','2022-02-22',252642000674,0.00000000,1,'','New',892526400041607,'SimCard Reprogramming','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(846,'841','SIMCARD285','2022-02-22',252642000675,0.00000000,1,'','New',892526400041608,'SimCard Reprogramming','0','New',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(857,'856','SIMCARD286','2022-02-23',252642000014,0.00000000,1,'','New',0,'New SimCard','0','New','','','','','','','',NULL),(858,'856','SIMCARD287','2022-02-23',252642000015,0.00000000,1,'','New',1,'New SimCard','0','New','','','','','','','',NULL),(859,'856','SIMCARD288','2022-02-23',252642000016,0.00000000,1,'','New',2,'New SimCard','0','New','','','','','','','',NULL),(860,'856','SIMCARD289','2022-02-23',252642000017,0.00000000,1,'','New',3,'New SimCard','0','New','','','','','','','',NULL),(862,'861','SIMCARD290','2022-02-23',252642000011,0.00000000,1,'','Fail',23901100239011,'New SimCard','1','Fail','','','','','','','',NULL),(863,'861','SIMCARD291','2022-02-23',252642000012,0.00000000,1,'','Fail',23901100239012,'New SimCard','1','Fail','','','','','','','',NULL),(864,'861','SIMCARD292','2022-02-23',252642000013,0.00000000,1,'','Fail',23901100239013,'New SimCard','1','Fail','','','','','','','',NULL),(865,'861','SIMCARD293','2022-02-23',252642000014,0.00000000,1,'','Receive',23901100239014,'New SimCard','1','Created','','','','','','','',NULL),(901,'900','SIMCARD294','2022-02-23',252642000015,0.00000000,1,'','Receive',892526400149015,'SimCard Reprogramming','1','Created','','','','','','','',NULL),(902,'900','SIMCARD295','2022-02-23',252642000016,0.00000000,1,'','Receive',892526400149016,'SimCard Reprogramming','1','Created','','','','','','','',NULL),(929,'928','SIMCARD296','2022-02-24',252642000015,0.00000000,1,'','Receive',892526400149015,'New SimCard','1','Created','','','','','','','',NULL),(930,'928','SIMCARD297','2022-02-24',252642000016,0.00000000,1,'','Receive',892526400149016,'New SimCard','1','Created','','','','','','','',NULL),(931,'928','SIMCARD298','2022-02-24',252642000017,0.00000000,1,'','Receive',892526400149017,'New SimCard','1','Created','','','','','','','',NULL),(932,'928','SIMCARD299','2022-02-24',252642000018,0.00000000,1,'','New',892526400149018,'New SimCard','1','Created','','','','','','','',NULL),(933,'928','SIMCARD300','2022-02-24',252642000019,0.00000000,1,'','New',892526400149019,'New SimCard','1','Created','','','','','','','',NULL),(945,'944','SIMCARD301','2022-02-24',252642000910,0.00000000,1,'','New',892526400149010,'New SimCard','0','New','','','','','','','',''),(946,'944','SIMCARD302','2022-02-24',252642000911,0.00000000,1,'','New',892526400149011,'New SimCard','0','New','','','','','','','',''),(949,'948','SIMCARD303','2022-02-24',252642000910,0.00000000,1,'','New',892526400239010,'New SimCard','1','Created','','','','','','','','955'),(950,'948','SIMCARD304','2022-02-24',252642000911,0.00000000,1,'','Fail',892526400239011,'New SimCard','1','Fail','','','','','','','','955'),(951,'948','SIMCARD305','2022-02-24',252642000912,0.00000000,1,'','Fail',892526400239012,'New SimCard','1','Fail','','','','','','','','955'),(952,'948','SIMCARD306','2022-02-24',252642000913,0.00000000,1,'','New',892526400239013,'New SimCard','0','New','','','','','','','',''),(953,'948','SIMCARD307','2022-02-24',252642000914,0.00000000,1,'','New',892526400239014,'New SimCard','0','New','','','','','','','',''),(954,'948','SIMCARD308','2022-02-24',252642000915,0.00000000,1,'','New',892526400239015,'New SimCard','0','New','','','','','','','',''),(959,'958','SIMCARD309','2022-02-24',252642000910,0.00000000,1,'','Fail',892526400239010,'New SimCard','1','Fail','','','','','','','','964'),(960,'958','SIMCARD310','2022-02-24',252642000911,0.00000000,1,'','Fail',892526400239011,'New SimCard','1','Fail','','','','','','','','964'),(961,'958','SIMCARD311','2022-02-24',252642000912,0.00000000,1,'','Fail',892526400239012,'New SimCard','1','Fail','','','','','','','','987'),(962,'958','SIMCARD312','2022-02-24',252642000913,0.00000000,1,'','Receive',892526400239013,'New SimCard','1','Created','','','','','','','','987'),(963,'958','SIMCARD313','2022-02-24',252642000914,0.00000000,1,'','New',892526400239014,'New SimCard','0','New','','','','','','','',''),(1003,'1002','SIMCARD314','2022-02-24',252642000902,0.00000000,1,'','Fail',637026400149011,'New SimCard','1','Fail','','','','','','','','1005'),(1004,'1002','SIMCARD315','2022-02-24',252642000903,0.00000000,1,'','Receive',637026400149012,'New SimCard','1','Created','','','','','','','','1005'),(1007,'1006','SIMCARD316','2022-02-24',252642000904,0.00000000,1,'','Activate',637026400149013,'New SimCard','1','Activate','','','','','','','','1009'),(1008,'1006','SIMCARD317','2022-02-24',252642000905,0.00000000,1,'','Receive',637026400149014,'New SimCard','1','Created','','','','','','','','1009'),(1036,'1035','SIMCARD318','2022-02-24',252642000906,0.00000000,1,'','Receive',637026400149015,'New SimCard','1','Created','','','','','','','','1038'),(1037,'1035','SIMCARD319','2022-02-24',252642000907,0.00000000,1,'','Activate',637026400149016,'New SimCard','1','Activate','','','','','','','',''),(1042,'1041','SIMCARD320','2022-02-24',252642000907,0.00000000,1,'','Activate',637026400149016,'New SimCard','1','Activate','','','','','','','','1044'),(1043,'1041','SIMCARD321','2022-02-24',252642000908,0.00000000,1,'','Receive',637026400149017,'New SimCard','1','Created','','','','','','','','1044'),(1100,'1099','SIMCARD322','2022-03-07',652100801,0.00000000,1,'','Fail',6370264001405101,'New SimCard','1','Fail','','','','','','','','1115'),(1101,'1099','SIMCARD323','2022-03-07',652100802,0.00000000,1,'','Receive',6370264001405102,'New SimCard','1','Created','','','','','','','','1115'),(1102,'1099','SIMCARD324','2022-03-07',652100803,0.00000000,1,'','Receive',6370264001405103,'New SimCard','1','Created','','','','','','','','1115'),(1103,'1099','SIMCARD325','2022-03-07',652100804,0.00000000,1,'','Receive',6370264001405104,'New SimCard','1','Created','','','','','','','','1115'),(1104,'1099','SIMCARD326','2022-03-07',652100805,0.00000000,1,'','Receive',6370264001405105,'New SimCard','1','Created','','','','','','','','1115'),(1105,'1099','SIMCARD327','2022-03-07',652100806,0.00000000,1,'','Receive',6370264001405106,'New SimCard','1','Created','','','','','','','','1115'),(1106,'1099','SIMCARD328','2022-03-07',652100807,0.00000000,1,'','Receive',6370264001405107,'New SimCard','1','Created','','','','','','','','1115'),(1107,'1099','SIMCARD329','2022-03-07',652100808,0.00000000,1,'','Receive',6370264001405108,'New SimCard','1','Created','','','','','','','','1115'),(1108,'1099','SIMCARD330','2022-03-07',652100809,0.00000000,1,'','Receive',6370264001405109,'New SimCard','1','Created','','','','','','','','1115'),(1109,'1099','SIMCARD331','2022-03-07',652100810,0.00000000,1,'','Receive',6370264001405110,'New SimCard','1','Created','','','','','','','','1115'),(1110,'1099','SIMCARD332','2022-03-07',652100811,0.00000000,1,'','Fail',6370264001405111,'New SimCard','1','Fail','','','','','','','','1116'),(1111,'Ordinary Number','SIMCARD333','2022-03-07',252642000901,0.00000000,1,'','Fail',637026400149010,'New SimCard','1','Fail','','','','','','','','1044'),(1112,'1099','SIMCARD334','2022-03-07',652100813,0.00000000,1,'','New',6370264001405113,'New SimCard','0','New','','','','','','','',''),(1113,'1099','SIMCARD335','2022-03-07',652100814,0.00000000,1,'','New',6370264001405114,'New SimCard','0','New','','','','','','','',''),(1114,'1099','SIMCARD336','2022-03-07',652100815,0.00000000,1,'','New',6370264001405115,'New SimCard','0','New','','','','','','','',''),(1140,'1139','SIMCARD337','2022-03-07',0,0.00000000,1,'','Receive',6370264001420142,'SimCard Reprogramming','1','Created','','','','','','','','1143'),(1141,'1139','SIMCARD338','2022-03-07',1,0.00000000,1,'','Receive',6370264001420143,'SimCard Reprogramming','1','Created','','','','','','','','1143'),(1142,'1139','SIMCARD339','2022-03-07',2,0.00000000,1,'','New',6370264001420144,'SimCard Reprogramming','0','New','','','','','','','',''),(1173,'1172','SIMCARD340','2022-03-22',252642000909,0.00000000,1,'','Activate',637026400149018,'New SimCard','1','Activate','','','','','','','','1174');
/*!40000 ALTER TABLE `vtiger_simgenerate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simgenerate_simtype`
--

DROP TABLE IF EXISTS `vtiger_simgenerate_simtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simgenerate_simtype` (
  `simgenerate_simtypeid` int(11) NOT NULL AUTO_INCREMENT,
  `simgenerate_simtype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`simgenerate_simtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simgenerate_simtype`
--

LOCK TABLES `vtiger_simgenerate_simtype` WRITE;
/*!40000 ALTER TABLE `vtiger_simgenerate_simtype` DISABLE KEYS */;
INSERT INTO `vtiger_simgenerate_simtype` VALUES (1,'New SimCard',1,371,1,NULL),(2,'SimCard Reprogramming',1,372,2,NULL);
/*!40000 ALTER TABLE `vtiger_simgenerate_simtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simgenerate_simtype_seq`
--

DROP TABLE IF EXISTS `vtiger_simgenerate_simtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simgenerate_simtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simgenerate_simtype_seq`
--

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

--
-- Table structure for table `vtiger_simgenerate_status`
--

DROP TABLE IF EXISTS `vtiger_simgenerate_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simgenerate_status` (
  `simgenerate_statusid` int(11) NOT NULL AUTO_INCREMENT,
  `simgenerate_status` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`simgenerate_statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simgenerate_status`
--

LOCK TABLES `vtiger_simgenerate_status` WRITE;
/*!40000 ALTER TABLE `vtiger_simgenerate_status` DISABLE KEYS */;
INSERT INTO `vtiger_simgenerate_status` VALUES (1,'Receive',1,335,1,NULL),(2,'Cancel',1,336,2,NULL),(3,'New',1,369,3,'#ffffff'),(4,'Activate',1,370,4,'#ffffff'),(5,'Fail',1,373,5,'#ffffff');
/*!40000 ALTER TABLE `vtiger_simgenerate_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simgenerate_status_seq`
--

DROP TABLE IF EXISTS `vtiger_simgenerate_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simgenerate_status_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simgenerate_status_seq`
--

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

--
-- Table structure for table `vtiger_simgeneratecf`
--

DROP TABLE IF EXISTS `vtiger_simgeneratecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simgeneratecf` (
  `simgenerateid` int(19) NOT NULL,
  PRIMARY KEY (`simgenerateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simgeneratecf`
--

LOCK TABLES `vtiger_simgeneratecf` WRITE;
/*!40000 ALTER TABLE `vtiger_simgeneratecf` DISABLE KEYS */;
INSERT INTO `vtiger_simgeneratecf` VALUES (35),(52),(53),(54),(129),(130),(131),(132),(133),(134),(135),(136),(137),(138),(139),(140),(141),(142),(143),(144),(145),(146),(147),(148),(149),(150),(151),(152),(153),(154),(155),(156),(157),(158),(163),(164),(165),(166),(167),(168),(169),(170),(171),(172),(173),(174),(175),(176),(177),(178),(179),(180),(181),(182),(185),(186),(187),(188),(189),(190),(191),(192),(193),(194),(195),(196),(197),(198),(199),(200),(201),(202),(203),(204),(205),(206),(207),(208),(209),(210),(211),(212),(213),(214),(215),(216),(217),(218),(219),(220),(221),(222),(223),(224),(225),(226),(227),(228),(229),(230),(231),(232),(233),(234),(235),(236),(237),(238),(239),(240),(241),(242),(243),(244),(245),(246),(247),(248),(249),(250),(251),(252),(253),(254),(255),(256),(257),(258),(259),(260),(261),(262),(263),(264),(265),(266),(267),(268),(269),(270),(271),(272),(273),(274),(275),(276),(277),(278),(279),(280),(281),(282),(283),(284),(285),(294),(295),(296),(297),(298),(299),(300),(301),(302),(303),(450),(451),(452),(453),(454),(455),(462),(463),(464),(465),(466),(467),(468),(469),(470),(475),(476),(477),(478),(508),(509),(521),(523),(536),(538),(543),(544),(546),(547),(556),(563),(569),(608),(609),(610),(611),(612),(613),(614),(615),(616),(617),(623),(624),(627),(628),(630),(633),(634),(636),(637),(683),(684),(692),(693),(721),(722),(723),(724),(725),(747),(748),(749),(750),(751),(757),(758),(759),(760),(761),(762),(763),(764),(765),(766),(768),(769),(770),(771),(772),(773),(774),(775),(776),(777),(779),(780),(781),(782),(783),(784),(785),(786),(787),(788),(790),(791),(792),(793),(794),(795),(796),(797),(798),(799),(814),(815),(816),(817),(818),(824),(825),(826),(827),(828),(842),(843),(844),(845),(846),(857),(858),(859),(860),(862),(863),(864),(865),(901),(902),(929),(930),(931),(932),(933),(945),(946),(949),(950),(951),(952),(953),(954),(959),(960),(961),(962),(963),(1003),(1004),(1007),(1008),(1036),(1037),(1042),(1043),(1100),(1101),(1102),(1103),(1104),(1105),(1106),(1107),(1108),(1109),(1110),(1111),(1112),(1113),(1114),(1140),(1141),(1142),(1173);
/*!40000 ALTER TABLE `vtiger_simgeneratecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simpackage`
--

DROP TABLE IF EXISTS `vtiger_simpackage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simpackage` (
  `simpackageid` int(19) NOT NULL,
  `packagename` varchar(100) DEFAULT NULL,
  `packageprice` int(11) DEFAULT NULL,
  `packagetype` varchar(100) DEFAULT NULL,
  `packageid` int(11) DEFAULT NULL,
  `packagedesc` text,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`simpackageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simpackage`
--

LOCK TABLES `vtiger_simpackage` WRITE;
/*!40000 ALTER TABLE `vtiger_simpackage` DISABLE KEYS */;
INSERT INTO `vtiger_simpackage` VALUES (1231,'Sim Package ($5)',5,'Ordinary Number',0,'',''),(1234,'VIP Qalin ($10)',10,'VIP Number',0,'','');
/*!40000 ALTER TABLE `vtiger_simpackage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simpackagecf`
--

DROP TABLE IF EXISTS `vtiger_simpackagecf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simpackagecf` (
  `simpackageid` int(19) NOT NULL,
  PRIMARY KEY (`simpackageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simpackagecf`
--

LOCK TABLES `vtiger_simpackagecf` WRITE;
/*!40000 ALTER TABLE `vtiger_simpackagecf` DISABLE KEYS */;
INSERT INTO `vtiger_simpackagecf` VALUES (1231),(1234);
/*!40000 ALTER TABLE `vtiger_simpackagecf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simpackagename`
--

DROP TABLE IF EXISTS `vtiger_simpackagename`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simpackagename` (
  `simpackagenameid` int(11) NOT NULL AUTO_INCREMENT,
  `simpackagename` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`simpackagenameid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simpackagename`
--

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

--
-- Table structure for table `vtiger_simpackagename_seq`
--

DROP TABLE IF EXISTS `vtiger_simpackagename_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simpackagename_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simpackagename_seq`
--

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

--
-- Table structure for table `vtiger_simtype`
--

DROP TABLE IF EXISTS `vtiger_simtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simtype` (
  `simtypeid` int(11) NOT NULL AUTO_INCREMENT,
  `simtype` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`simtypeid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simtype`
--

LOCK TABLES `vtiger_simtype` WRITE;
/*!40000 ALTER TABLE `vtiger_simtype` DISABLE KEYS */;
INSERT INTO `vtiger_simtype` VALUES (1,'Ordinary Number',1,418,1,NULL),(2,'VIP Number',1,419,2,NULL);
/*!40000 ALTER TABLE `vtiger_simtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_simtype_seq`
--

DROP TABLE IF EXISTS `vtiger_simtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_simtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_simtype_seq`
--

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

--
-- Table structure for table `vtiger_smsnotifier`
--

DROP TABLE IF EXISTS `vtiger_smsnotifier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifier` (
  `smsnotifierid` int(19) NOT NULL,
  `message` text,
  `status` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`smsnotifierid`),
  CONSTRAINT `fk_crmid_vtiger_smsnotifier` FOREIGN KEY (`smsnotifierid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_smsnotifier`
--

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

--
-- Table structure for table `vtiger_smsnotifier_servers`
--

DROP TABLE IF EXISTS `vtiger_smsnotifier_servers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifier_servers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `password` varchar(255) DEFAULT NULL,
  `isactive` int(1) DEFAULT NULL,
  `providertype` varchar(50) DEFAULT NULL,
  `username` varchar(255) DEFAULT NULL,
  `parameters` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_smsnotifier_servers`
--

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

--
-- Table structure for table `vtiger_smsnotifier_status`
--

DROP TABLE IF EXISTS `vtiger_smsnotifier_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifier_status` (
  `smsnotifierid` int(19) DEFAULT NULL,
  `tonumber` varchar(20) DEFAULT NULL,
  `status` varchar(10) DEFAULT NULL,
  `smsmessageid` varchar(50) DEFAULT NULL,
  `needlookup` int(1) DEFAULT '1',
  `statusid` int(11) NOT NULL AUTO_INCREMENT,
  `statusmessage` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`statusid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_smsnotifier_status`
--

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

--
-- Table structure for table `vtiger_smsnotifiercf`
--

DROP TABLE IF EXISTS `vtiger_smsnotifiercf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_smsnotifiercf` (
  `smsnotifierid` int(19) NOT NULL,
  PRIMARY KEY (`smsnotifierid`),
  CONSTRAINT `fk_smsnotifierid_vtiger_smsnotifiercf` FOREIGN KEY (`smsnotifierid`) REFERENCES `vtiger_smsnotifier` (`smsnotifierid`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_smsnotifiercf`
--

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

--
-- Table structure for table `vtiger_soapservice`
--

DROP TABLE IF EXISTS `vtiger_soapservice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_soapservice` (
  `id` int(19) DEFAULT NULL,
  `type` varchar(25) DEFAULT NULL,
  `sessionid` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_soapservice`
--

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

--
-- Table structure for table `vtiger_sobillads`
--

DROP TABLE IF EXISTS `vtiger_sobillads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sobillads` (
  `sobilladdressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sobillads`
--

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

--
-- Table structure for table `vtiger_soshipads`
--

DROP TABLE IF EXISTS `vtiger_soshipads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_soshipads` (
  `soshipaddressid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_soshipads`
--

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

--
-- Table structure for table `vtiger_sostatus`
--

DROP TABLE IF EXISTS `vtiger_sostatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sostatus` (
  `sostatusid` int(19) NOT NULL AUTO_INCREMENT,
  `sostatus` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`sostatusid`),
  UNIQUE KEY `sostatus_sostatus_idx` (`sostatus`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sostatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sostatushistory` (
  `historyid` int(19) NOT NULL AUTO_INCREMENT,
  `salesorderid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sostatushistory`
--

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

--
-- Table structure for table `vtiger_sqltimelog`
--

DROP TABLE IF EXISTS `vtiger_sqltimelog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_sqltimelog` (
  `id` int(11) DEFAULT NULL,
  `type` varchar(10) DEFAULT NULL,
  `data` text,
  `started` decimal(20,6) DEFAULT NULL,
  `ended` decimal(20,6) DEFAULT NULL,
  `loggedon` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_sqltimelog`
--

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

--
-- Table structure for table `vtiger_start_hour`
--

DROP TABLE IF EXISTS `vtiger_start_hour`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_start_hour` (
  `start_hourid` int(11) NOT NULL AUTO_INCREMENT,
  `start_hour` varchar(200) NOT NULL,
  `sortorderid` int(11) DEFAULT NULL,
  `presence` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`start_hourid`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_start_hour`
--

LOCK TABLES `vtiger_start_hour` WRITE;
/*!40000 ALTER TABLE `vtiger_start_hour` DISABLE KEYS */;
INSERT INTO `vtiger_start_hour` VALUES (1,'00:00',0,1),(2,'01:00',1,1),(3,'02:00',2,1),(4,'03:00',3,1),(5,'04:00',4,1),(6,'05:00',5,1),(7,'06:00',6,1),(8,'07:00',7,1),(9,'08:00',8,1),(10,'09:00',9,1),(11,'10:00',10,1),(12,'11:00',11,1),(13,'12:00',12,1),(14,'13:00',13,1),(15,'14:00',14,1),(16,'15:00',15,1),(17,'16:00',16,1),(18,'17:00',17,1),(19,'18:00',18,1),(20,'19:00',19,1),(21,'20:00',20,1),(22,'21:00',21,1),(23,'22:00',22,1),(24,'23:00',23,1);
/*!40000 ALTER TABLE `vtiger_start_hour` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_start_hour_seq`
--

DROP TABLE IF EXISTS `vtiger_start_hour_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_start_hour_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_start_hour_seq`
--

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

--
-- Table structure for table `vtiger_status`
--

DROP TABLE IF EXISTS `vtiger_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_status` (
  `statusid` int(19) NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  PRIMARY KEY (`statusid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_status`
--

LOCK TABLES `vtiger_status` WRITE;
/*!40000 ALTER TABLE `vtiger_status` DISABLE KEYS */;
INSERT INTO `vtiger_status` VALUES (1,'Active',0,1),(2,'Inactive',1,1);
/*!40000 ALTER TABLE `vtiger_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_status_seq`
--

DROP TABLE IF EXISTS `vtiger_status_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_status_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_systems` (
  `id` int(19) NOT NULL,
  `server` varchar(100) DEFAULT NULL,
  `server_port` int(19) DEFAULT NULL,
  `server_username` varchar(100) DEFAULT NULL,
  `server_password` varchar(255) DEFAULT NULL,
  `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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_systems`
--

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

--
-- Table structure for table `vtiger_tab`
--

DROP TABLE IF EXISTS `vtiger_tab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tab` (
  `tabid` int(19) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `presence` int(19) NOT NULL DEFAULT '1',
  `tabsequence` int(10) DEFAULT NULL,
  `tablabel` varchar(100) DEFAULT NULL,
  `modifiedby` int(19) DEFAULT NULL,
  `modifiedtime` int(19) DEFAULT NULL,
  `customized` int(19) DEFAULT NULL,
  `ownedby` int(19) DEFAULT NULL,
  `isentitytype` int(11) NOT NULL DEFAULT '1',
  `trial` int(1) 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(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tab`
--

LOCK TABLES `vtiger_tab` WRITE;
/*!40000 ALTER TABLE `vtiger_tab` DISABLE KEYS */;
INSERT INTO `vtiger_tab` VALUES (1,'Dashboard',0,12,'Dashboards',NULL,NULL,0,1,0,0,NULL,'Analytics',NULL,1,1,1),(2,'Potentials',1,7,'Potentials',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(3,'Home',0,1,'Home',NULL,NULL,0,1,0,0,NULL,NULL,NULL,1,1,1),(4,'Contacts',0,6,'Contacts',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(6,'Accounts',1,5,'Accounts',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,0,1),(7,'Leads',1,4,'Leads',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(8,'Documents',1,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,1,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',1,-1,'Faq',NULL,NULL,0,1,1,0,NULL,'Support',NULL,1,1,1),(16,'Events',2,-1,'Events',NULL,NULL,0,0,1,0,NULL,NULL,NULL,1,1,1),(18,'Vendors',1,-1,'Vendors',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(19,'PriceBooks',1,-1,'PriceBooks',NULL,NULL,0,1,1,0,NULL,'Inventory',NULL,1,1,1),(20,'Quotes',1,-1,'Quotes',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(21,'PurchaseOrder',1,-1,'PurchaseOrder',NULL,NULL,0,0,1,0,NULL,'Inventory',NULL,1,1,1),(22,'SalesOrder',1,-1,'SalesOrder',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(23,'Invoice',1,-1,'Invoice',NULL,NULL,0,0,1,0,NULL,'Sales',NULL,1,1,1),(24,'Rss',1,-1,'Rss',NULL,NULL,0,1,0,0,NULL,'Tools',NULL,1,1,1),(25,'Reports',0,-1,'Reports',NULL,NULL,0,1,0,0,NULL,'Analytics',NULL,1,1,1),(26,'Campaigns',1,-1,'Campaigns',NULL,NULL,0,0,1,0,NULL,'Marketing',NULL,1,1,1),(27,'Portal',1,-1,'Portal',NULL,NULL,0,1,0,0,NULL,'Tools',NULL,1,1,1),(28,'Webmails',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,'WSAPP',0,-1,'WSAPP',NULL,NULL,1,0,0,0,'3.4.4','',NULL,1,1,1),(31,'MailManager',1,-1,'MailManager',NULL,NULL,1,0,0,0,'1.9','Tools',NULL,1,1,1),(32,'Import',0,-1,'Import',NULL,NULL,1,0,0,0,'1.7','',NULL,1,1,1),(33,'Mobile',0,-1,'Mobile',NULL,NULL,1,0,0,0,'2.0','',NULL,1,1,1),(34,'ModTracker',0,-1,'ModTracker',NULL,NULL,0,0,0,0,'1.2','',NULL,1,1,1),(35,'Services',1,-1,'Services',NULL,NULL,0,0,1,0,'2.6','Inventory',NULL,1,1,1),(36,'ServiceContracts',1,-1,'Service Contracts',NULL,NULL,0,0,1,0,'2.4','Support',NULL,1,1,1),(37,'PBXManager',1,-1,'PBXManager',NULL,NULL,1,0,1,0,'2.2','Tools',NULL,1,1,1),(38,'ModComments',0,-1,'Comments',NULL,NULL,0,0,1,0,'2.1','',NULL,1,1,1),(39,'Google',0,-1,'Google',NULL,NULL,0,0,0,0,'1.5','',NULL,1,1,1),(40,'ProjectMilestone',0,-1,'ProjectMilestone',NULL,NULL,0,0,1,0,'3.0','Support',NULL,1,1,1),(41,'ProjectTask',0,-1,'ProjectTask',NULL,NULL,0,0,1,0,'3.1','Support',NULL,1,1,1),(42,'Project',0,-1,'Project',NULL,NULL,0,0,1,0,'3.3','Support',NULL,1,1,1),(43,'EmailTemplates',0,-1,'Email Templates',NULL,NULL,1,0,0,0,'1.0','Tools',NULL,1,1,1),(44,'CustomerPortal',0,-1,'CustomerPortal',NULL,NULL,0,0,0,0,'1.4','',NULL,1,1,1),(45,'Webforms',0,-1,'Webforms',NULL,NULL,0,0,0,0,'1.6','',NULL,1,1,1),(46,'RecycleBin',0,-1,'Recycle Bin',NULL,NULL,0,0,0,0,'1.5','Tools',NULL,1,1,1),(47,'Assets',1,-1,'Assets',NULL,NULL,0,0,1,0,'2.0','Inventory',NULL,1,1,1),(48,'SMSNotifier',1,-1,'SMSNotifier',NULL,NULL,0,0,1,0,'2.1','Sales',NULL,1,1,1),(49,'ExtensionStore',0,-1,'Extension Store',NULL,NULL,1,0,0,0,'1.2',NULL,NULL,1,1,1),(50,'InventoryOrder',0,-1,'InventoryOrder',NULL,NULL,1,0,1,0,'0','INVENTORY','custom',0,1,1),(51,'SimCard',0,-1,'SimCard',NULL,NULL,1,0,1,0,'0','INVENTORY','custom',0,1,1),(52,'AgentPayment',0,-1,'AgentPayment',NULL,NULL,1,0,1,0,'0','MARKETING','custom',0,1,1),(53,'SellingInventory',0,-1,'SellingInventory',NULL,NULL,1,0,1,0,'0','MARKETING','custom',0,1,1),(54,'SimGenerate',0,-1,'SimGenerate',NULL,NULL,1,0,1,0,'0','INVENTORY','custom',0,1,1),(55,'UserJournal',0,-1,'UserJournal',NULL,NULL,1,0,1,0,'0','MARKETING','custom',0,1,1),(56,'CustomReport',0,-1,'CustomReport',NULL,NULL,1,0,1,0,'0','TOOLS','custom',0,1,1),(57,'OtherInventory',0,-1,'OtherInventory',NULL,NULL,1,0,1,0,'0','INVENTORY','custom',0,1,1),(58,'CashierInventory',0,-1,'CashierInventory',NULL,NULL,1,0,1,0,'0','MARKETING','custom',0,1,1),(59,'APILog',0,-1,'APILog',NULL,NULL,1,0,1,0,'0','Tools','custom',0,1,1),(60,'SellingSimcard',0,-1,'SellingSimcard',NULL,NULL,1,0,1,0,'0','Marketing','custom',0,1,1),(61,'SellingReactivation',0,-1,'SellingReactivation',NULL,NULL,1,0,1,0,'0','Marketing','custom',0,1,1),(62,'PurchaseInventory',0,-1,'PurchaseInventory',NULL,NULL,1,0,1,0,'0','Marketing','custom',0,1,1),(63,'SimcardDistribute',0,-1,'SimcardDistribute',NULL,NULL,1,0,1,0,'0','Inventory','custom',0,1,1),(64,'DailyCheckup',0,-1,'DailyCheckup',NULL,NULL,1,0,1,0,'0','Tools','custom',0,1,1),(65,'PlaceOrder',0,-1,'PlaceOrder',NULL,NULL,1,0,1,0,'','PlaceOrder','custom',0,1,1),(66,'SimPackage',0,-1,'SimPackage',NULL,NULL,1,0,1,0,'0','Inventory','custom',0,1,1),(67,'AddonService',0,-1,'AddonService',NULL,NULL,1,0,1,0,'0','Inventory','custom',0,1,1),(68,'Coupon',0,-1,'Coupon',NULL,NULL,1,0,1,0,'0','Inventory','custom',0,1,1),(69,'NewNumber',0,-1,'NewNumber',NULL,NULL,1,0,1,0,'0','Sales','custom',0,1,1),(70,'AddonsTransaction',0,-1,'AddonsTransaction',NULL,NULL,1,0,1,0,'0','Sales','custom',0,1,1);
/*!40000 ALTER TABLE `vtiger_tab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_tab_info`
--

DROP TABLE IF EXISTS `vtiger_tab_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tab_info` (
  `tabid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tab_info`
--

LOCK TABLES `vtiger_tab_info` WRITE;
/*!40000 ALTER TABLE `vtiger_tab_info` DISABLE KEYS */;
INSERT INTO `vtiger_tab_info` VALUES (30,'vtiger_min_version','6.0.0rc'),(31,'vtiger_min_version','6.0.0RC'),(32,'vtiger_min_version','6.0.0rc'),(32,'vtiger_max_version','7.*'),(33,'vtiger_min_version','6.0.0rc'),(34,'vtiger_min_version','6.0.0rc'),(35,'vtiger_min_version','6.0.0rc'),(35,'vtiger_max_version','7.*'),(36,'vtiger_min_version','6.0.0rc'),(37,'vtiger_min_version','6.0.0'),(37,'vtiger_max_version','7.*'),(38,'vtiger_min_version','6.0.0rc'),(38,'vtiger_max_version','7.*'),(39,'vtiger_min_version','6.0.0rc'),(39,'vtiger_max_version','7.*'),(40,'vtiger_min_version','6.0.0rc'),(40,'vtiger_max_version','7.*'),(41,'vtiger_min_version','6.0.0rc'),(42,'vtiger_min_version','6.0.0rc'),(43,'vtiger_min_version','6.0.0rc'),(43,'vtiger_max_version','7.*'),(44,'vtiger_min_version','6.0.0rc'),(44,'vtiger_max_version','7.*'),(45,'vtiger_min_version','6.0.0rc'),(45,'vtiger_max_version','7.*'),(46,'vtiger_min_version','6.0.0rc'),(46,'vtiger_max_version','7.*'),(47,'vtiger_min_version','6.0.0rc'),(47,'vtiger_max_version','7.*'),(48,'vtiger_min_version','6.0.0'),(48,'vtiger_max_version','7.*'),(49,'vtiger_min_version','6.0.0'),(49,'vtiger_max_version','6.*'),(59,'vtiger_min_version','7.4.0'),(60,'vtiger_min_version','7.4.0'),(61,'vtiger_min_version','7.4.0'),(62,'vtiger_min_version','7.4.0'),(63,'vtiger_min_version','7.4.0'),(64,'vtiger_min_version','7.4.0'),(65,'vtiger_min_version','7.4.0'),(66,'vtiger_min_version','7.4.0'),(67,'vtiger_min_version','7.4.0'),(68,'vtiger_min_version','7.4.0'),(69,'vtiger_min_version','7.4.0'),(70,'vtiger_min_version','7.4.0');
/*!40000 ALTER TABLE `vtiger_tab_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_taskpriority`
--

DROP TABLE IF EXISTS `vtiger_taskpriority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskpriority` (
  `taskpriorityid` int(19) NOT NULL AUTO_INCREMENT,
  `taskpriority` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`taskpriorityid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_taskpriority`
--

LOCK TABLES `vtiger_taskpriority` WRITE;
/*!40000 ALTER TABLE `vtiger_taskpriority` DISABLE KEYS */;
INSERT INTO `vtiger_taskpriority` VALUES (1,'High',1,170,0,NULL),(2,'Medium',1,171,1,NULL),(3,'Low',1,172,2,NULL);
/*!40000 ALTER TABLE `vtiger_taskpriority` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_taskpriority_seq`
--

DROP TABLE IF EXISTS `vtiger_taskpriority_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskpriority_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_taskpriority_seq`
--

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

--
-- Table structure for table `vtiger_taskstatus`
--

DROP TABLE IF EXISTS `vtiger_taskstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskstatus` (
  `taskstatusid` int(19) NOT NULL AUTO_INCREMENT,
  `taskstatus` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`taskstatusid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_taskstatus`
--

LOCK TABLES `vtiger_taskstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_taskstatus` DISABLE KEYS */;
INSERT INTO `vtiger_taskstatus` VALUES (1,'Not Started',0,173,0,NULL),(2,'In Progress',0,174,1,NULL),(3,'Completed',0,175,2,NULL),(4,'Pending Input',0,176,3,NULL),(5,'Deferred',0,177,4,NULL),(6,'Planned',0,178,5,NULL);
/*!40000 ALTER TABLE `vtiger_taskstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_taskstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_taskstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taskstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_taskstatus_seq`
--

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

--
-- Table structure for table `vtiger_taxclass`
--

DROP TABLE IF EXISTS `vtiger_taxclass`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taxclass` (
  `taxclassid` int(19) NOT NULL AUTO_INCREMENT,
  `taxclass` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`taxclassid`),
  UNIQUE KEY `taxclass_carrier_idx` (`taxclass`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_taxclass`
--

LOCK TABLES `vtiger_taxclass` WRITE;
/*!40000 ALTER TABLE `vtiger_taxclass` DISABLE KEYS */;
INSERT INTO `vtiger_taxclass` VALUES (1,'SalesTax',0,1),(2,'Vat',1,1);
/*!40000 ALTER TABLE `vtiger_taxclass` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_taxclass_seq`
--

DROP TABLE IF EXISTS `vtiger_taxclass_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taxclass_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_taxclass_seq`
--

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

--
-- Table structure for table `vtiger_taxregions`
--

DROP TABLE IF EXISTS `vtiger_taxregions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_taxregions` (
  `regionid` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  PRIMARY KEY (`regionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcategories` (
  `ticketcategories_id` int(19) NOT NULL AUTO_INCREMENT,
  `ticketcategories` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '0',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ticketcategories_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketcategories`
--

LOCK TABLES `vtiger_ticketcategories` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketcategories` DISABLE KEYS */;
INSERT INTO `vtiger_ticketcategories` VALUES (1,'Big Problem',1,179,0,NULL),(2,'Small Problem',1,180,1,NULL),(3,'Other Problem',1,181,2,NULL);
/*!40000 ALTER TABLE `vtiger_ticketcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ticketcategories_seq`
--

DROP TABLE IF EXISTS `vtiger_ticketcategories_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcategories_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketcategories_seq`
--

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

--
-- Table structure for table `vtiger_ticketcf`
--

DROP TABLE IF EXISTS `vtiger_ticketcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcf` (
  `ticketid` int(19) 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=utf8;
/*!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 (1056,'0'),(1057,'0'),(1058,'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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketcomments` (
  `commentid` int(19) NOT NULL AUTO_INCREMENT,
  `ticketid` int(19) DEFAULT NULL,
  `comments` text,
  `ownerid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketcomments`
--

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

--
-- Table structure for table `vtiger_ticketpriorities`
--

DROP TABLE IF EXISTS `vtiger_ticketpriorities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketpriorities` (
  `ticketpriorities_id` int(19) NOT NULL AUTO_INCREMENT,
  `ticketpriorities` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '0',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ticketpriorities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketpriorities`
--

LOCK TABLES `vtiger_ticketpriorities` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketpriorities` DISABLE KEYS */;
INSERT INTO `vtiger_ticketpriorities` VALUES (1,'Low',1,182,0,NULL),(2,'Normal',1,183,1,NULL),(3,'High',1,184,2,NULL),(4,'Urgent',1,185,3,NULL);
/*!40000 ALTER TABLE `vtiger_ticketpriorities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ticketpriorities_seq`
--

DROP TABLE IF EXISTS `vtiger_ticketpriorities_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketpriorities_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketpriorities_seq`
--

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

--
-- Table structure for table `vtiger_ticketseverities`
--

DROP TABLE IF EXISTS `vtiger_ticketseverities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketseverities` (
  `ticketseverities_id` int(19) NOT NULL AUTO_INCREMENT,
  `ticketseverities` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '0',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ticketseverities_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketseverities`
--

LOCK TABLES `vtiger_ticketseverities` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketseverities` DISABLE KEYS */;
INSERT INTO `vtiger_ticketseverities` VALUES (1,'Minor',1,186,0,NULL),(2,'Major',1,187,1,NULL),(3,'Feature',1,188,2,NULL),(4,'Critical',1,189,3,NULL);
/*!40000 ALTER TABLE `vtiger_ticketseverities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ticketseverities_seq`
--

DROP TABLE IF EXISTS `vtiger_ticketseverities_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketseverities_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketseverities_seq`
--

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

--
-- Table structure for table `vtiger_ticketstatus`
--

DROP TABLE IF EXISTS `vtiger_ticketstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketstatus` (
  `ticketstatus_id` int(19) NOT NULL AUTO_INCREMENT,
  `ticketstatus` varchar(200) DEFAULT NULL,
  `presence` int(1) NOT NULL DEFAULT '0',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ticketstatus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketstatus`
--

LOCK TABLES `vtiger_ticketstatus` WRITE;
/*!40000 ALTER TABLE `vtiger_ticketstatus` DISABLE KEYS */;
INSERT INTO `vtiger_ticketstatus` VALUES (1,'Open',0,190,0,NULL),(2,'In Progress',0,191,1,NULL),(3,'Wait For Response',0,192,2,NULL),(4,'Closed',0,193,3,NULL);
/*!40000 ALTER TABLE `vtiger_ticketstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ticketstatus_seq`
--

DROP TABLE IF EXISTS `vtiger_ticketstatus_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ticketstatus_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ticketstatus_seq`
--

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

--
-- Table structure for table `vtiger_time_zone`
--

DROP TABLE IF EXISTS `vtiger_time_zone`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_time_zone` (
  `time_zoneid` int(19) NOT NULL AUTO_INCREMENT,
  `time_zone` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`time_zoneid`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_time_zone`
--

LOCK TABLES `vtiger_time_zone` WRITE;
/*!40000 ALTER TABLE `vtiger_time_zone` DISABLE KEYS */;
INSERT INTO `vtiger_time_zone` VALUES (1,'Pacific/Midway',1,1),(2,'Pacific/Samoa',0,1),(3,'Pacific/Honolulu',2,1),(4,'America/Anchorage',3,1),(5,'America/Los_Angeles',5,1),(6,'America/Tijuana',4,1),(7,'America/Denver',6,1),(8,'America/Chihuahua',8,1),(9,'America/Mazatlan',7,1),(10,'America/Phoenix',9,1),(11,'America/Regina',10,1),(12,'America/Tegucigalpa',14,1),(13,'America/Chicago',13,1),(14,'America/Mexico_City',12,1),(15,'America/Monterrey',11,1),(16,'America/New_York',18,1),(17,'America/Bogota',19,1),(18,'America/Lima',16,1),(19,'America/Rio_Branco',15,1),(20,'America/Indiana/Indianapolis',17,1),(21,'America/Caracas',20,1),(22,'America/Halifax',25,1),(23,'America/Manaus',22,1),(24,'America/Santiago',21,1),(25,'America/La_Paz',23,1),(26,'America/Cuiaba',24,1),(27,'America/Asuncion',26,1),(28,'America/St_Johns',27,1),(29,'America/Argentina/Buenos_Aires',30,1),(30,'America/Sao_Paulo',31,1),(31,'America/Godthab',29,1),(32,'America/Montevideo',28,1),(33,'Atlantic/South_Georgia',32,1),(34,'Atlantic/Azores',34,1),(35,'Atlantic/Cape_Verde',33,1),(36,'Europe/London',37,1),(37,'UTC',36,1),(38,'Africa/Monrovia',38,1),(39,'Africa/Casablanca',35,1),(40,'Europe/Belgrade',40,1),(41,'Europe/Sarajevo',42,1),(42,'Europe/Brussels',41,1),(43,'Africa/Algiers',43,1),(44,'Europe/Amsterdam',39,1),(45,'Europe/Minsk',52,1),(46,'Africa/Cairo',47,1),(47,'Europe/Helsinki',49,1),(48,'Europe/Athens',45,1),(49,'Europe/Istanbul',50,1),(50,'Asia/Jerusalem',51,1),(51,'Asia/Amman',44,1),(52,'Asia/Beirut',46,1),(53,'Africa/Windhoek',53,1),(54,'Africa/Harare',48,1),(55,'Asia/Kuwait',55,1),(56,'Asia/Baghdad',54,1),(57,'Africa/Nairobi',57,1),(58,'Asia/Tehran',58,1),(59,'Asia/Tbilisi',61,1),(60,'Europe/Moscow',56,1),(61,'Asia/Muscat',59,1),(62,'Asia/Baku',60,1),(63,'Asia/Yerevan',62,1),(64,'Asia/Karachi',63,1),(65,'Asia/Tashkent',64,1),(66,'Asia/Kolkata',65,1),(67,'Asia/Colombo',66,1),(68,'Asia/Katmandu',67,1),(69,'Asia/Dhaka',69,1),(70,'Asia/Almaty',68,1),(71,'Asia/Yekaterinburg',70,1),(72,'Asia/Rangoon',71,1),(73,'Asia/Novosibirsk',73,1),(74,'Asia/Bangkok',72,1),(75,'Asia/Brunei',74,1),(76,'Asia/Krasnoyarsk',75,1),(77,'Asia/Ulaanbaatar',79,1),(78,'Asia/Kuala_Lumpur',76,1),(79,'Asia/Taipei',78,1),(80,'Australia/Perth',77,1),(81,'Asia/Irkutsk',80,1),(82,'Asia/Seoul',81,1),(83,'Asia/Tokyo',82,1),(84,'Australia/Darwin',84,1),(85,'Australia/Adelaide',83,1),(86,'Australia/Canberra',86,1),(87,'Australia/Brisbane',85,1),(88,'Australia/Hobart',88,1),(89,'Asia/Vladivostok',89,1),(90,'Pacific/Guam',87,1),(91,'Asia/Yakutsk',90,1),(92,'Pacific/Fiji',93,1),(93,'Asia/Kamchatka',94,1),(94,'Pacific/Auckland',92,1),(95,'Asia/Magadan',95,1),(96,'Pacific/Tongatapu',96,1),(97,'Etc/GMT-11',91,1);
/*!40000 ALTER TABLE `vtiger_time_zone` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_time_zone_seq`
--

DROP TABLE IF EXISTS `vtiger_time_zone_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_time_zone_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_time_zone_seq`
--

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

--
-- Table structure for table `vtiger_tmp_read_group_rel_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_read_group_rel_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_group_rel_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `relatedtabid` int(11) NOT NULL,
  `sharedgroupid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`sharedgroupid`),
  KEY `tmp_read_group_rel_sharing_per_userid_sharedgroupid_tabid` (`userid`,`sharedgroupid`,`tabid`),
  CONSTRAINT `fk_4_vtiger_tmp_read_group_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_read_group_rel_sharing_per`
--

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

--
-- Table structure for table `vtiger_tmp_read_group_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_read_group_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_group_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `sharedgroupid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`sharedgroupid`),
  KEY `tmp_read_group_sharing_per_userid_sharedgroupid_idx` (`userid`,`sharedgroupid`),
  CONSTRAINT `fk_3_vtiger_tmp_read_group_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_read_group_sharing_per`
--

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

--
-- Table structure for table `vtiger_tmp_read_user_rel_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_read_user_rel_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_user_rel_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `relatedtabid` int(11) NOT NULL,
  `shareduserid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`shareduserid`),
  KEY `tmp_read_user_rel_sharing_per_userid_shared_reltabid_idx` (`userid`,`shareduserid`,`relatedtabid`),
  CONSTRAINT `fk_4_vtiger_tmp_read_user_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_read_user_rel_sharing_per`
--

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

--
-- Table structure for table `vtiger_tmp_read_user_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_read_user_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_read_user_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `shareduserid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`shareduserid`),
  KEY `tmp_read_user_sharing_per_userid_shareduserid_idx` (`userid`,`shareduserid`),
  CONSTRAINT `fk_3_vtiger_tmp_read_user_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_read_user_sharing_per`
--

LOCK TABLES `vtiger_tmp_read_user_sharing_per` WRITE;
/*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` DISABLE KEYS */;
INSERT INTO `vtiger_tmp_read_user_sharing_per` VALUES (6,50,1),(6,51,8),(6,51,11),(6,51,12),(6,50,17),(7,50,1),(7,51,8),(7,51,11),(7,51,12),(7,50,17),(9,50,1),(9,51,8),(9,51,11),(9,51,12),(9,50,17);
/*!40000 ALTER TABLE `vtiger_tmp_read_user_sharing_per` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_tmp_write_group_rel_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_write_group_rel_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_group_rel_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `relatedtabid` int(11) NOT NULL,
  `sharedgroupid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`sharedgroupid`),
  KEY `tmp_write_group_rel_sharing_per_userid_sharedgroupid_tabid_idx` (`userid`,`sharedgroupid`,`tabid`),
  CONSTRAINT `fk_4_vtiger_tmp_write_group_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_write_group_rel_sharing_per`
--

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

--
-- Table structure for table `vtiger_tmp_write_group_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_write_group_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_group_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `sharedgroupid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`sharedgroupid`),
  KEY `tmp_write_group_sharing_per_UK1` (`userid`,`sharedgroupid`),
  CONSTRAINT `fk_3_vtiger_tmp_write_group_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_write_group_sharing_per`
--

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

--
-- Table structure for table `vtiger_tmp_write_user_rel_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_write_user_rel_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_user_rel_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `relatedtabid` int(11) NOT NULL,
  `shareduserid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`relatedtabid`,`shareduserid`),
  KEY `tmp_write_user_rel_sharing_per_userid_sharduserid_tabid_idx` (`userid`,`shareduserid`,`tabid`),
  CONSTRAINT `fk_4_vtiger_tmp_write_user_rel_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_write_user_rel_sharing_per`
--

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

--
-- Table structure for table `vtiger_tmp_write_user_sharing_per`
--

DROP TABLE IF EXISTS `vtiger_tmp_write_user_sharing_per`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tmp_write_user_sharing_per` (
  `userid` int(11) NOT NULL,
  `tabid` int(11) NOT NULL,
  `shareduserid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`tabid`,`shareduserid`),
  KEY `tmp_write_user_sharing_per_userid_shareduserid_idx` (`userid`,`shareduserid`),
  CONSTRAINT `fk_3_vtiger_tmp_write_user_sharing_per` FOREIGN KEY (`userid`) REFERENCES `vtiger_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tmp_write_user_sharing_per`
--

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

--
-- Table structure for table `vtiger_tracker`
--

DROP TABLE IF EXISTS `vtiger_tracker`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tracker` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` varchar(36) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tracker`
--

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

--
-- Table structure for table `vtiger_tracking_unit`
--

DROP TABLE IF EXISTS `vtiger_tracking_unit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tracking_unit` (
  `tracking_unitid` int(11) NOT NULL AUTO_INCREMENT,
  `tracking_unit` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(11) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT '0',
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`tracking_unitid`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tracking_unit`
--

LOCK TABLES `vtiger_tracking_unit` WRITE;
/*!40000 ALTER TABLE `vtiger_tracking_unit` DISABLE KEYS */;
INSERT INTO `vtiger_tracking_unit` VALUES (2,'Hours',1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_tracking_unit_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_tracking_unit_seq`
--

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

--
-- Table structure for table `vtiger_troubletickets`
--

DROP TABLE IF EXISTS `vtiger_troubletickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_troubletickets` (
  `ticketid` int(19) 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(11) DEFAULT NULL,
  `hours` decimal(25,8) DEFAULT NULL,
  `days` decimal(25,8) DEFAULT NULL,
  `contact_id` int(19) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  `contact_mobileno` varchar(20) DEFAULT NULL,
  `contact_center` varchar(20) DEFAULT NULL,
  `contact_balgroup` varchar(20) DEFAULT NULL,
  `contact_disgroup` varchar(20) DEFAULT NULL,
  `contact_cancelbarring` varchar(2) DEFAULT NULL,
  `contact_cancelforwarding` varchar(2) DEFAULT NULL,
  `contact_increasespeed` varchar(2) DEFAULT NULL,
  `contact_imsi` varchar(2) DEFAULT NULL,
  `contact_callwaiting` varchar(2) DEFAULT NULL,
  `opening_4g` varchar(2) DEFAULT NULL,
  `increasedownload_upload` varchar(2) DEFAULT NULL,
  `increasedata` varchar(100) DEFAULT NULL,
  `disconnectcall` varchar(2) DEFAULT NULL,
  `openallcall` varchar(2) DEFAULT NULL,
  `disconnect_outgoingcall` varchar(2) DEFAULT NULL,
  `disconnect_incomingcall` varchar(2) 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=utf8;
/*!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 (1056,'TT1',NULL,'0','0','','','','','','',NULL,NULL,0.00000000,0.00000000,1031,'','252644220171','','','','1','0','0','0','0','0','0','5GB','0','0','0','0'),(1057,'TT2',NULL,'0','0','','','','','','',NULL,NULL,0.00000000,0.00000000,1055,'','252642000003','','','','0','0','0','0','0','0','1','5GB','1','0','0','0'),(1058,'TT3',NULL,'0','0','','','','','','',NULL,NULL,0.00000000,0.00000000,1055,'','252642000003','','','','0','0','0','0','0','0','1','5GB','1','0','0','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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_usageunit` (
  `usageunitid` int(19) NOT NULL AUTO_INCREMENT,
  `usageunit` varchar(200) NOT NULL,
  `presence` int(1) NOT NULL DEFAULT '1',
  `picklist_valueid` int(19) NOT NULL DEFAULT '0',
  `sortorderid` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`usageunitid`),
  UNIQUE KEY `usageunit_usageunit_idx` (`usageunit`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_usageunit`
--

LOCK TABLES `vtiger_usageunit` WRITE;
/*!40000 ALTER TABLE `vtiger_usageunit` DISABLE KEYS */;
INSERT INTO `vtiger_usageunit` VALUES (1,'Box',1,194,0,NULL),(2,'Carton',1,195,1,NULL),(3,'Dozen',1,196,2,NULL),(4,'Each',1,197,3,NULL),(5,'Hours',1,198,4,NULL),(6,'Impressions',1,199,5,NULL),(7,'Lb',1,200,6,NULL),(8,'M',1,201,7,NULL),(9,'Pack',1,202,8,NULL),(10,'Pages',1,203,9,NULL),(11,'Pieces',1,204,10,NULL),(12,'Quantity',1,205,11,NULL),(13,'Reams',1,206,12,NULL),(14,'Sheet',1,207,13,NULL),(15,'Spiral Binder',1,208,14,NULL),(16,'Sq Ft',1,209,15,NULL);
/*!40000 ALTER TABLE `vtiger_usageunit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_usageunit_seq`
--

DROP TABLE IF EXISTS `vtiger_usageunit_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_usageunit_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_usageunit_seq`
--

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

--
-- Table structure for table `vtiger_user2mergefields`
--

DROP TABLE IF EXISTS `vtiger_user2mergefields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_user2mergefields` (
  `userid` int(11) DEFAULT NULL,
  `tabid` int(19) DEFAULT NULL,
  `fieldid` int(19) DEFAULT NULL,
  `visible` int(2) DEFAULT NULL,
  KEY `userid_tabid_idx` (`userid`,`tabid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_user2mergefields`
--

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

--
-- Table structure for table `vtiger_user2role`
--

DROP TABLE IF EXISTS `vtiger_user2role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_user2role` (
  `userid` int(11) NOT NULL,
  `roleid` varchar(255) 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=utf8;
/*!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 (16,'H10'),(1,'H2'),(17,'H2'),(6,'H3'),(7,'H3'),(9,'H3'),(13,'H4'),(14,'H5'),(15,'H7'),(10,'H8'),(8,'H9'),(11,'H9'),(12,'H9');
/*!40000 ALTER TABLE `vtiger_user2role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_user_module_preferences`
--

DROP TABLE IF EXISTS `vtiger_user_module_preferences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_user_module_preferences` (
  `userid` int(19) NOT NULL,
  `tabid` int(19) NOT NULL,
  `default_cvid` int(19) 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=utf8;
/*!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_userjournal`
--

DROP TABLE IF EXISTS `vtiger_userjournal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_userjournal` (
  `userjournalid` int(19) NOT NULL,
  `userjournal_no` varchar(24) DEFAULT NULL,
  `journaldt` date DEFAULT NULL,
  `lastreference` varchar(50) DEFAULT NULL,
  `total_debit` decimal(25,4) DEFAULT NULL,
  `total_credit` decimal(25,4) DEFAULT NULL,
  `tags` varchar(1) DEFAULT NULL,
  PRIMARY KEY (`userjournalid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_userjournal`
--

LOCK TABLES `vtiger_userjournal` WRITE;
/*!40000 ALTER TABLE `vtiger_userjournal` DISABLE KEYS */;
INSERT INTO `vtiger_userjournal` VALUES (36,'','2021-12-13','HR45612',1523.4200,1600.5000,'');
/*!40000 ALTER TABLE `vtiger_userjournal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_userjournalcf`
--

DROP TABLE IF EXISTS `vtiger_userjournalcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_userjournalcf` (
  `userjournalid` int(19) NOT NULL,
  PRIMARY KEY (`userjournalid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_userjournalcf`
--

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

--
-- Table structure for table `vtiger_users`
--

DROP TABLE IF EXISTS `vtiger_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_name` varchar(255) 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(19) NOT NULL DEFAULT '1',
  `description` text,
  `date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `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(11) 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(1) 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,
  `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(11) DEFAULT NULL,
  `defaultcalendarview` varchar(100) DEFAULT NULL,
  `item_center` 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=18 DEFAULT CHARSET=utf8;
/*!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$kdCdiPfv6ILX0SnoKeW6H.kQ5PM1YOUc0xdmc1k7LHaO9vIb.4XhW','#E6FAD8','v','Administrator','','on',2,'','2022-01-11 09:17:25',NULL,NULL,'','','','','','','','info@varianceinfotech.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'dd-mm-yyyy','12','00:00','23:00','1','This Week','Today','',0,'$2y$10$kdCdiPfv6ILX0SnoKeW6H.kQ5PM1YOUc0xdmc1k7LHaO9vIb.4XhW','1','1 Minute',NULL,'PHASH','x0Vb4B6s8zqo6E6Y','alphagrey','en_us','Asia/Kolkata','123,456,789','.',',','$1.0','v Administrator','','2','1','Sunday','5','5','public','Summary','0','','Planned','Call',0,'MyCalendar','BUH - Buuhoodle'),(6,'Adnan','$2y$10$MqmyZR/vzMBj5qib20QBROIKQLCiBr1uWGsLXpkmTpRQ3FYnaGyk6','#E6FAD8','Adnan','Muhumed','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','642000002','','','','adnan.dahir@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$MqmyZR/vzMBj5qib20QBROIKQLCiBr1uWGsLXpkmTpRQ3FYnaGyk6','0','',NULL,'PHASH','dl7otuNYnfqo1kER','softed','en_us','UTC','123,456,789','.',',','$1.0','Adnan Muhumed','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','HRG - Hargesya'),(7,'Mohamud','$2y$10$FhVt1YBA.dNn0/f/e1Uzi.NyTAHLAA8qrdvg6jn3qzX9X3yJ3s6tC','#E6FAD8','Mohamud','Farax','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','642000000','','','','mfaarax@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$FhVt1YBA.dNn0/f/e1Uzi.NyTAHLAA8qrdvg6jn3qzX9X3yJ3s6tC','0','',NULL,'PHASH','LUVgtK6aBiJzPs6','softed','en_us','UTC','123,456,789','.',',','$1.0','Mohamud Farax','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','BRO - Burco'),(8,'Eid','$2y$10$/59/BFuuKkbYn4arB0paAun2ONchdKiAZGhmUTqyENhvhSzideGRC','#E6FAD8','Eid','Yusuf','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','642000004','','','','Eid@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$/59/BFuuKkbYn4arB0paAun2ONchdKiAZGhmUTqyENhvhSzideGRC','0','',NULL,'PHASH','eWWVwABVIMoNvU66','softed','en_us','UTC','123,456,789','.',',','$1.0','Eid Yusuf','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','CER - Ceerigaabo'),(9,'Abdilahi','$2y$10$gBO7qwAUe9.PchMRxuvaPeK/2hcdy/Z7Ll9SteEYK.HEhLnfbxh3.','#E6FAD8','Abdilahi','IIman','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','642000006','','','','iiman@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$gBO7qwAUe9.PchMRxuvaPeK/2hcdy/Z7Ll9SteEYK.HEhLnfbxh3.','0','',NULL,'PHASH','KDiZFQCZAhv4Hayn','softed','en_us','UTC','123,456,789','.',',','$1.0','Abdilahi IIman','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'',NULL),(10,'Mohamed','$2y$10$rsANH8J.3cWOenHfwCjSjuspbnwEnfzMgcAbZN4.8mlrzX35zWPem','#E6FAD8','Mohamed','Farax','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','642000005','','','','bile@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$rsANH8J.3cWOenHfwCjSjuspbnwEnfzMgcAbZN4.8mlrzX35zWPem','0','',NULL,'PHASH','tuHPAKU8WTwCoHfW','softed','en_us','UTC','123,456,789','.',',','$1.0','Mohamed Farax','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','CER - Ceerigaabo'),(11,'Abdul','$2y$10$RZBIv.pqJhpCjHB8bS3ETe4qMRKolbDoMarv6.N2wu5S3RJNTtOnq','#E6FAD8','Abdul','Barawe','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','642000009','','','','brawe@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$RZBIv.pqJhpCjHB8bS3ETe4qMRKolbDoMarv6.N2wu5S3RJNTtOnq','0','',NULL,'PHASH','fEgsikIfSTosTQC','softed','en_us','UTC','123,456,789','.',',','$1.0','Abdul Barawe','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','CER - Ceerigaabo'),(12,'m.omar','$2y$10$YmarNR3bm4Ctq2Gvh150Nu3dZGRD9MhmpQ.wgX9Rupw7QM23Jtrjm','#E6FAD8','Mohamed','Omar','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','','','','','omar@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$YmarNR3bm4Ctq2Gvh150Nu3dZGRD9MhmpQ.wgX9Rupw7QM23Jtrjm','0','',NULL,'PHASH','2BkAU3VYOAXGXsLg','softed','en_us','UTC','123,456,789','.',',','$1.0','Mohamed Omar','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','WAJ - Wajaale'),(13,'Lid','$2y$10$2FRV2i69U.9398gdyYz68OLLZorZiN087y7b0YOsu5IqTAEhDsP4a','#E6FAD8','Ibrahim','Osman','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','','','','','lid@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$2FRV2i69U.9398gdyYz68OLLZorZiN087y7b0YOsu5IqTAEhDsP4a','0','',NULL,'PHASH','R58Ng41O8QND0TdI','softed','en_us','UTC','123,456,789','.',',','$1.0','Ibrahim Osman','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','HRG - Hargeisa'),(14,'Muuse','$2y$10$jH5t9Ohcw9vPtXo4BPlmD.PaZFJUUYYEY/KzuAY6WMxFkY7ZmAVre','#E6FAD8','Muuse','Abdi','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','','','','','Muuse@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$jH5t9Ohcw9vPtXo4BPlmD.PaZFJUUYYEY/KzuAY6WMxFkY7ZmAVre','0','',NULL,'PHASH','bF2Rh5W1RGX4Joun','softed','en_us','UTC','123,456,789','.',',','$1.0','Muuse Abdi','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','GAB - Gabilay'),(15,'barawa','$2y$10$K7RqIbj8dqL31AovH4I/SOCjP8HikSHDQwzXzhOr2D7jGKdyHtAkK','#E6FAD8','Abdulaziz','barawa','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','','','','','barawa@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$K7RqIbj8dqL31AovH4I/SOCjP8HikSHDQwzXzhOr2D7jGKdyHtAkK','0','',NULL,'PHASH','uEtnxtFZkAvS15hC','softed','en_us','UTC','123,456,789','.',',','$1.0','Abdulaziz barawa','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','BRM - Borama'),(16,'xirsi','$2y$10$BctofZucfwcepTiKs0S.A.X6r/0txZ4rmMfz6NxVN13r9cmYDC7fy','#E6FAD8','Xili','Ali Hassan','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','','','','','xirsi@gmail.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$BctofZucfwcepTiKs0S.A.X6r/0txZ4rmMfz6NxVN13r9cmYDC7fy','0','',NULL,'PHASH','KVYgK2FG4RxVWga7','softed','en_us','UTC','123,456,789','.',',','$1.0','Xili Ali Hassan','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','LAAS - Laasaanood'),(17,'Saed','$2y$10$EtrOfU9Em0duy6c9YW.WWuqle9DVlIPwg2XhIaNWkOsk7NbUYdaV.','#E6FAD8','Saed ismail','Hashi','','off',2,'','2022-02-22 10:51:41',NULL,NULL,'','','','','','','','saed@sol-telco.com','','','Active','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,'yyyy-mm-dd','12','09:00','','','Today','Today','',0,'$2y$10$EtrOfU9Em0duy6c9YW.WWuqle9DVlIPwg2XhIaNWkOsk7NbUYdaV.','0','',NULL,'PHASH','68uAWjFVLAnxUSQj','softed','en_us','UTC','123,456,789','.',',','$1.0','Saed ismail Hashi','','2','0','Sunday','5','5','public','Summary','0','medium',NULL,NULL,0,'','HRG - Hargeisa');
/*!40000 ALTER TABLE `vtiger_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_users2group`
--

DROP TABLE IF EXISTS `vtiger_users2group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users2group` (
  `groupid` int(19) NOT NULL,
  `userid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_users2group`
--

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

--
-- Table structure for table `vtiger_users_last_import`
--

DROP TABLE IF EXISTS `vtiger_users_last_import`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users_last_import` (
  `id` int(36) 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(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`assigned_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_users_last_import`
--

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

--
-- Table structure for table `vtiger_users_seq`
--

DROP TABLE IF EXISTS `vtiger_users_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (17);
/*!40000 ALTER TABLE `vtiger_users_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_vendor`
--

DROP TABLE IF EXISTS `vtiger_vendor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_vendor` (
  `vendorid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_vendor`
--

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

--
-- Table structure for table `vtiger_vendorcf`
--

DROP TABLE IF EXISTS `vtiger_vendorcf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_vendorcf` (
  `vendorid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_vendorcf`
--

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

--
-- Table structure for table `vtiger_vendorcontactrel`
--

DROP TABLE IF EXISTS `vtiger_vendorcontactrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_vendorcontactrel` (
  `vendorid` int(19) NOT NULL DEFAULT '0',
  `contactid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_vendorcontactrel`
--

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

--
-- Table structure for table `vtiger_version`
--

DROP TABLE IF EXISTS `vtiger_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_version` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `old_version` varchar(30) DEFAULT NULL,
  `current_version` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!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.4.0','7.4.0');
/*!40000 ALTER TABLE `vtiger_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_version_seq`
--

DROP TABLE IF EXISTS `vtiger_version_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_version_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_version_seq`
--

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

--
-- Table structure for table `vtiger_visibility`
--

DROP TABLE IF EXISTS `vtiger_visibility`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_visibility` (
  `visibilityid` int(19) NOT NULL AUTO_INCREMENT,
  `visibility` varchar(200) NOT NULL,
  `sortorderid` int(19) NOT NULL DEFAULT '0',
  `presence` int(1) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_visibility`
--

LOCK TABLES `vtiger_visibility` WRITE;
/*!40000 ALTER TABLE `vtiger_visibility` DISABLE KEYS */;
INSERT INTO `vtiger_visibility` VALUES (1,'Private',0,1,NULL),(2,'Public',1,1,NULL);
/*!40000 ALTER TABLE `vtiger_visibility` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_visibility_seq`
--

DROP TABLE IF EXISTS `vtiger_visibility_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_visibility_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_visibility_seq`
--

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

--
-- Table structure for table `vtiger_webform_file_fields`
--

DROP TABLE IF EXISTS `vtiger_webform_file_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_webform_file_fields` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `webformid` int(19) NOT NULL,
  `fieldname` varchar(100) NOT NULL,
  `fieldlabel` varchar(100) NOT NULL,
  `required` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_vtiger_webforms` (`webformid`),
  CONSTRAINT `fk_vtiger_webforms` FOREIGN KEY (`webformid`) REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_webform_file_fields`
--

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

--
-- Table structure for table `vtiger_webforms`
--

DROP TABLE IF EXISTS `vtiger_webforms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_webforms` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `publicid` varchar(100) NOT NULL,
  `enabled` int(1) NOT NULL DEFAULT '1',
  `targetmodule` varchar(50) NOT NULL,
  `description` text,
  `ownerid` int(19) NOT NULL,
  `returnurl` varchar(250) DEFAULT NULL,
  `captcha` int(1) NOT NULL DEFAULT '0',
  `roundrobin` int(1) NOT NULL DEFAULT '0',
  `roundrobin_userid` varchar(256) DEFAULT NULL,
  `roundrobin_logic` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `webformname` (`name`),
  UNIQUE KEY `publicid` (`id`),
  KEY `webforms_webforms_id_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_webforms`
--

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

--
-- Table structure for table `vtiger_webforms_field`
--

DROP TABLE IF EXISTS `vtiger_webforms_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_webforms_field` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `webformid` int(19) NOT NULL,
  `fieldname` varchar(50) NOT NULL,
  `neutralizedfield` varchar(50) NOT NULL,
  `defaultvalue` text,
  `required` int(10) NOT NULL DEFAULT '0',
  `sequence` int(10) DEFAULT NULL,
  `hidden` int(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `webforms_webforms_field_idx` (`id`),
  KEY `fk_1_vtiger_webforms_field` (`webformid`),
  KEY `fk_2_vtiger_webforms_field` (`fieldname`),
  CONSTRAINT `fk_1_vtiger_webforms_field` FOREIGN KEY (`webformid`) REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_3_vtiger_webforms_field` FOREIGN KEY (`fieldname`) REFERENCES `vtiger_field` (`fieldname`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_webforms_field`
--

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

--
-- Table structure for table `vtiger_wordtemplates`
--

DROP TABLE IF EXISTS `vtiger_wordtemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wordtemplates` (
  `templateid` int(19) NOT NULL,
  `filename` varchar(100) NOT NULL,
  `module` varchar(30) NOT NULL,
  `date_entered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `parent_type` varchar(50) NOT NULL,
  `data` longblob,
  `description` text,
  `filesize` varchar(50) NOT NULL,
  `filetype` varchar(20) NOT NULL,
  `deleted` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`templateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wordtemplates`
--

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

--
-- Table structure for table `vtiger_ws_entity`
--

DROP TABLE IF EXISTS `vtiger_ws_entity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(25) NOT NULL,
  `handler_path` varchar(255) NOT NULL,
  `handler_class` varchar(64) NOT NULL,
  `ismodule` int(3) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_entity`
--

LOCK TABLES `vtiger_ws_entity` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity` VALUES (1,'Campaigns','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(2,'Invoice','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(3,'SalesOrder','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(4,'PurchaseOrder','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(5,'Quotes','include/Webservices/LineItem/VtigerInventoryOperation.php','VtigerInventoryOperation',1),(6,'Faq','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(7,'Vendors','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(8,'PriceBooks','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(9,'Calendar','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(10,'Leads','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(11,'Accounts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(12,'Contacts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(13,'Potentials','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(14,'Products','include/Webservices/VtigerProductOperation.php','VtigerProductOperation',1),(15,'Documents','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(16,'Emails','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(17,'HelpDesk','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(18,'Events','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(19,'Users','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(20,'Groups','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(21,'Currency','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(22,'DocumentFolders','include/Webservices/VtigerActorOperation.php','VtigerActorOperation',0),(23,'CompanyDetails','include/Webservices/VtigerCompanyDetails.php','VtigerCompanyDetails',0),(24,'Services','include/Webservices/VtigerProductOperation.php','VtigerProductOperation',1),(25,'ServiceContracts','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(26,'PBXManager','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(27,'ModComments','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,'Assets','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(32,'SMSNotifier','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,'InventoryOrder','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(37,'SimCard','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(38,'AgentPayment','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(39,'SellingInventory','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(40,'SimGenerate','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(41,'UserJournal','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(42,'CustomReport','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(43,'OtherInventory','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(44,'CashierInventory','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(45,'APILog','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(46,'SellingSimcard','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(47,'SellingReactivation','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(48,'PurchaseInventory','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(49,'SimcardDistribute','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(50,'DailyCheckup','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(51,'PlaceOrder','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(52,'SimPackage','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(53,'AddonService','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(54,'Coupon','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(55,'NewNumber','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1),(56,'AddonsTransaction','include/Webservices/VtigerModuleOperation.php','VtigerModuleOperation',1);
/*!40000 ALTER TABLE `vtiger_ws_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_entity_fieldtype`
--

DROP TABLE IF EXISTS `vtiger_ws_entity_fieldtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_fieldtype` (
  `fieldtypeid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_entity_fieldtype`
--

LOCK TABLES `vtiger_ws_entity_fieldtype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_fieldtype` VALUES (1,'vtiger_attachmentsfolder','createdby','reference'),(2,'vtiger_organizationdetails','logoname','file'),(3,'vtiger_organizationdetails','phone','phone'),(4,'vtiger_organizationdetails','fax','phone'),(5,'vtiger_organizationdetails','website','url'),(6,'vtiger_inventoryproductrel','productid','reference'),(7,'vtiger_inventoryproductrel','id','reference'),(8,'vtiger_inventoryproductrel','incrementondel','autogenerated'),(9,'vtiger_producttaxrel','productid','reference'),(10,'vtiger_producttaxrel','taxid','reference');
/*!40000 ALTER TABLE `vtiger_ws_entity_fieldtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_entity_fieldtype_seq`
--

DROP TABLE IF EXISTS `vtiger_ws_entity_fieldtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_fieldtype_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_entity_fieldtype_seq`
--

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

--
-- Table structure for table `vtiger_ws_entity_name`
--

DROP TABLE IF EXISTS `vtiger_ws_entity_name`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_name` (
  `entity_id` int(11) NOT NULL,
  `name_fields` varchar(50) NOT NULL,
  `index_field` varchar(50) NOT NULL,
  `table_name` varchar(50) NOT NULL,
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_entity_name`
--

LOCK TABLES `vtiger_ws_entity_name` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_name` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_name` VALUES (20,'groupname','groupid','vtiger_groups'),(21,'currency_name','id','vtiger_currency_info'),(22,'foldername','folderid','vtiger_attachmentsfolder'),(23,'organizationname','groupid','vtiger_organizationdetails'),(34,'taxlabel','taxid','vtiger_inventorytaxinfo');
/*!40000 ALTER TABLE `vtiger_ws_entity_name` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_entity_referencetype`
--

DROP TABLE IF EXISTS `vtiger_ws_entity_referencetype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_referencetype` (
  `fieldtypeid` int(19) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_entity_referencetype`
--

LOCK TABLES `vtiger_ws_entity_referencetype` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_referencetype` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_referencetype` VALUES (5,'Users'),(6,'Products'),(7,'Invoice'),(7,'PurchaseOrder'),(7,'Quotes'),(7,'SalesOrder'),(9,'Products'),(10,'Tax');
/*!40000 ALTER TABLE `vtiger_ws_entity_referencetype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_entity_seq`
--

DROP TABLE IF EXISTS `vtiger_ws_entity_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (56);
/*!40000 ALTER TABLE `vtiger_ws_entity_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_entity_tables`
--

DROP TABLE IF EXISTS `vtiger_ws_entity_tables`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_entity_tables` (
  `webservice_entity_id` int(11) NOT NULL,
  `table_name` varchar(50) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_entity_tables`
--

LOCK TABLES `vtiger_ws_entity_tables` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_entity_tables` DISABLE KEYS */;
INSERT INTO `vtiger_ws_entity_tables` VALUES (20,'vtiger_groups'),(21,'vtiger_currency_info'),(22,'vtiger_attachmentsfolder'),(23,'vtiger_organizationdetails'),(33,'vtiger_inventoryproductrel'),(34,'vtiger_inventorytaxinfo'),(35,'vtiger_producttaxrel');
/*!40000 ALTER TABLE `vtiger_ws_entity_tables` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_fieldinfo`
--

DROP TABLE IF EXISTS `vtiger_ws_fieldinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_fieldinfo` (
  `id` varchar(64) NOT NULL,
  `property_name` varchar(32) DEFAULT NULL,
  `property_value` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_fieldinfo`
--

LOCK TABLES `vtiger_ws_fieldinfo` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_fieldinfo` DISABLE KEYS */;
INSERT INTO `vtiger_ws_fieldinfo` VALUES ('vtiger_organizationdetails.organization_id','upload.path','1');
/*!40000 ALTER TABLE `vtiger_ws_fieldinfo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_fieldtype`
--

DROP TABLE IF EXISTS `vtiger_ws_fieldtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_fieldtype` (
  `fieldtypeid` int(19) 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=41 DEFAULT CHARSET=utf8;
/*!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');
/*!40000 ALTER TABLE `vtiger_ws_fieldtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_operation`
--

DROP TABLE IF EXISTS `vtiger_ws_operation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_operation` (
  `operationid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL,
  `handler_path` varchar(255) NOT NULL,
  `handler_method` varchar(64) NOT NULL,
  `type` varchar(8) NOT NULL,
  `prelogin` int(3) NOT NULL,
  PRIMARY KEY (`operationid`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_operation`
--

LOCK TABLES `vtiger_ws_operation` WRITE;
/*!40000 ALTER TABLE `vtiger_ws_operation` DISABLE KEYS */;
INSERT INTO `vtiger_ws_operation` VALUES (1,'login','include/Webservices/Login.php','vtws_login','POST',1),(2,'retrieve','include/Webservices/Retrieve.php','vtws_retrieve','GET',0),(3,'create','include/Webservices/Create.php','vtws_create','POST',0),(4,'update','include/Webservices/Update.php','vtws_update','POST',0),(5,'delete','include/Webservices/Delete.php','vtws_delete','POST',0),(6,'sync','include/Webservices/GetUpdates.php','vtws_sync','GET',0),(7,'query','include/Webservices/Query.php','vtws_query','GET',0),(8,'logout','include/Webservices/Logout.php','vtws_logout','POST',0),(9,'listtypes','include/Webservices/ModuleTypes.php','vtws_listtypes','GET',0),(10,'getchallenge','include/Webservices/AuthToken.php','vtws_getchallenge','GET',1),(11,'describe','include/Webservices/DescribeObject.php','vtws_describe','GET',0),(12,'extendsession','include/Webservices/ExtendSession.php','vtws_extendSession','POST',1),(13,'convertlead','include/Webservices/ConvertLead.php','vtws_convertlead','POST',0),(14,'revise','include/Webservices/Revise.php','vtws_revise','POST',0),(15,'changePassword','include/Webservices/ChangePassword.php','vtws_changePassword','POST',0),(16,'deleteUser','include/Webservices/DeleteUser.php','vtws_deleteUser','POST',0),(17,'wsapp_register','modules/WSAPP/api/ws/Register.php','wsapp_register','POST',0),(18,'wsapp_deregister','modules/WSAPP/api/ws/DeRegister.php','wsapp_deregister','POST',0),(19,'wsapp_get','modules/WSAPP/api/ws/Get.php','wsapp_get','POST',0),(20,'wsapp_put','modules/WSAPP/api/ws/Put.php','wsapp_put','POST',0),(21,'wsapp_map','modules/WSAPP/api/ws/Map.php','wsapp_map','POST',0),(22,'mobile.fetchallalerts','modules/Mobile/api/wsapi.php','mobile_ws_fetchAllAlerts','POST',0),(23,'mobile.alertdetailswithmessage','modules/Mobile/api/wsapi.php','mobile_ws_alertDetailsWithMessage','POST',0),(24,'mobile.fetchmodulefilters','modules/Mobile/api/wsapi.php','mobile_ws_fetchModuleFilters','POST',0),(25,'mobile.fetchrecord','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecord','POST',0),(26,'mobile.fetchrecordwithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_fetchRecordWithGrouping','POST',0),(27,'mobile.filterdetailswithcount','modules/Mobile/api/wsapi.php','mobile_ws_filterDetailsWithCount','POST',0),(28,'mobile.listmodulerecords','modules/Mobile/api/wsapi.php','mobile_ws_listModuleRecords','POST',0),(29,'mobile.saverecord','modules/Mobile/api/wsapi.php','mobile_ws_saveRecord','POST',0),(30,'mobile.syncModuleRecords','modules/Mobile/api/wsapi.php','mobile_ws_syncModuleRecords','POST',0),(31,'mobile.query','modules/Mobile/api/wsapi.php','mobile_ws_query','POST',0),(32,'mobile.querywithgrouping','modules/Mobile/api/wsapi.php','mobile_ws_queryWithGrouping','POST',0),(33,'retrieve_inventory','include/Webservices/LineItem/RetrieveInventory.php','vtws_retrieve_inventory','GET',0),(34,'relatedtypes','include/Webservices/RelatedTypes.php','vtws_relatedtypes','GET',0),(35,'retrieve_related','include/Webservices/RetrieveRelated.php','vtws_retrieve_related','GET',0),(36,'query_related','include/Webservices/QueryRelated.php','vtws_query_related','GET',0),(37,'add_related','include/Webservices/AddRelated.php','vtws_add_related','POST',0);
/*!40000 ALTER TABLE `vtiger_ws_operation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_operation_parameters`
--

DROP TABLE IF EXISTS `vtiger_ws_operation_parameters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_operation_parameters` (
  `operationid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL,
  `type` varchar(64) NOT NULL,
  `sequence` int(11) NOT NULL,
  PRIMARY KEY (`operationid`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
/*!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,'accountName','String',3),(13,'assignedTo','String',2),(13,'avoidPotential','Boolean',4),(13,'leadId','String',1),(13,'potential','Encoded',5),(14,'element','Encoded',1),(15,'confirmPassword','String',4),(15,'id','String',1),(15,'newPassword','String',3),(15,'oldPassword','String',2),(16,'id','String',1),(16,'newOwnerId','String',2),(17,'synctype','string',2),(17,'type','string',1),(18,'key','string',2),(18,'type','string',1),(19,'key','string',1),(19,'module','string',2),(19,'token','string',3),(20,'element','encoded',2),(20,'key','string',1),(21,'element','encoded',2),(21,'key','string',1),(23,'alertid','string',1),(24,'module','string',1),(25,'record','string',1),(26,'record','string',1),(27,'filterid','string',1),(28,'elements','encoded',1),(29,'module','string',1),(29,'record','string',2),(29,'values','encoded',3),(30,'module','string',1),(30,'page','string',3),(30,'syncToken','string',2),(31,'module','string',1),(31,'page','string',3),(31,'query','string',2),(32,'module','string',1),(32,'page','string',3),(32,'query','string',2),(33,'id','String',1),(34,'elementType','string',1),(35,'id','string',1),(35,'relatedLabel','string',3),(35,'relatedType','string',2),(36,'id','string',2),(36,'query','string',1),(36,'relatedLabel','string',3),(37,'relatedRecordId','string',2),(37,'relationIdLabel','string',3),(37,'sourceRecordId','string',1);
/*!40000 ALTER TABLE `vtiger_ws_operation_parameters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_operation_seq`
--

DROP TABLE IF EXISTS `vtiger_ws_operation_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_operation_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (37);
/*!40000 ALTER TABLE `vtiger_ws_operation_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_referencetype`
--

DROP TABLE IF EXISTS `vtiger_ws_referencetype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_referencetype` (
  `fieldtypeid` int(19) 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=utf8;
/*!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,'Leads'),(34,'Potentials'),(35,'Users'),(36,'Accounts'),(36,'Contacts'),(37,'Currency'),(38,'DocumentFolders');
/*!40000 ALTER TABLE `vtiger_ws_referencetype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_ws_userauthtoken`
--

DROP TABLE IF EXISTS `vtiger_ws_userauthtoken`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_ws_userauthtoken` (
  `userid` int(19) NOT NULL,
  `token` varchar(36) NOT NULL,
  `expiretime` int(19) NOT NULL,
  PRIMARY KEY (`userid`,`expiretime`),
  UNIQUE KEY `userid_idx` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_ws_userauthtoken`
--

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

--
-- Table structure for table `vtiger_wsapp`
--

DROP TABLE IF EXISTS `vtiger_wsapp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp` (
  `appid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `appkey` varchar(255) DEFAULT NULL,
  `type` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`appid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp`
--

LOCK TABLES `vtiger_wsapp` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp` DISABLE KEYS */;
INSERT INTO `vtiger_wsapp` VALUES (1,'vtigerCRM','61b2fc5c6004b','user');
/*!40000 ALTER TABLE `vtiger_wsapp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_wsapp_handlerdetails`
--

DROP TABLE IF EXISTS `vtiger_wsapp_handlerdetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_handlerdetails` (
  `type` varchar(200) NOT NULL,
  `handlerclass` varchar(100) DEFAULT NULL,
  `handlerpath` varchar(300) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp_handlerdetails`
--

LOCK TABLES `vtiger_wsapp_handlerdetails` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_handlerdetails` DISABLE KEYS */;
INSERT INTO `vtiger_wsapp_handlerdetails` VALUES ('Outlook','OutlookHandler','modules/WSAPP/Handlers/OutlookHandler.php'),('vtigerCRM','vtigerCRMHandler','modules/WSAPP/Handlers/vtigerCRMHandler.php'),('vtigerSyncLib','WSAPP_VtigerSyncEventHandler','modules/WSAPP/synclib/handlers/VtigerSyncEventHandler.php'),('Google_vtigerHandler','Google_Vtiger_Handler','modules/Google/handlers/Vtiger.php'),('Google_vtigerSyncHandler','Google_VtigerSync_Handler','modules/Google/handlers/VtigerSync.php');
/*!40000 ALTER TABLE `vtiger_wsapp_handlerdetails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vtiger_wsapp_logs_basic`
--

DROP TABLE IF EXISTS `vtiger_wsapp_logs_basic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_logs_basic` (
  `id` int(25) NOT NULL AUTO_INCREMENT,
  `extensiontabid` int(19) DEFAULT NULL,
  `module` varchar(50) NOT NULL,
  `sync_datetime` datetime NOT NULL,
  `app_create_count` int(11) DEFAULT NULL,
  `app_update_count` int(11) DEFAULT NULL,
  `app_delete_count` int(11) DEFAULT NULL,
  `app_skip_count` int(11) DEFAULT NULL,
  `vt_create_count` int(11) DEFAULT NULL,
  `vt_update_count` int(11) DEFAULT NULL,
  `vt_delete_count` int(11) DEFAULT NULL,
  `vt_skip_count` int(11) DEFAULT NULL,
  `userid` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp_logs_basic`
--

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

--
-- Table structure for table `vtiger_wsapp_logs_details`
--

DROP TABLE IF EXISTS `vtiger_wsapp_logs_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_logs_details` (
  `id` int(25) NOT NULL,
  `app_create_ids` mediumtext,
  `app_update_ids` mediumtext,
  `app_delete_ids` mediumtext,
  `app_skip_info` mediumtext,
  `vt_create_ids` mediumtext,
  `vt_update_ids` mediumtext,
  `vt_delete_ids` mediumtext,
  `vt_skip_info` mediumtext,
  KEY `vtiger_wsapp_logs_basic_ibfk_1` (`id`),
  CONSTRAINT `vtiger_wsapp_logs_basic_ibfk_1` FOREIGN KEY (`id`) REFERENCES `vtiger_wsapp_logs_basic` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp_logs_details`
--

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

--
-- Table structure for table `vtiger_wsapp_queuerecords`
--

DROP TABLE IF EXISTS `vtiger_wsapp_queuerecords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_queuerecords` (
  `syncserverid` int(19) DEFAULT NULL,
  `details` varchar(300) DEFAULT NULL,
  `flag` varchar(100) DEFAULT NULL,
  `appid` int(19) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp_queuerecords`
--

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

--
-- Table structure for table `vtiger_wsapp_recordmapping`
--

DROP TABLE IF EXISTS `vtiger_wsapp_recordmapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_recordmapping` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `serverid` varchar(10) DEFAULT NULL,
  `clientid` varchar(255) DEFAULT NULL,
  `clientmodifiedtime` datetime DEFAULT NULL,
  `appid` int(11) DEFAULT NULL,
  `servermodifiedtime` datetime DEFAULT NULL,
  `serverappid` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp_recordmapping`
--

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

--
-- Table structure for table `vtiger_wsapp_sync_state`
--

DROP TABLE IF EXISTS `vtiger_wsapp_sync_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vtiger_wsapp_sync_state` (
  `id` int(19) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `stateencodedvalues` varchar(300) NOT NULL,
  `userid` int(19) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vtiger_wsapp_sync_state`
--

LOCK TABLES `vtiger_wsapp_sync_state` WRITE;
/*!40000 ALTER TABLE `vtiger_wsapp_sync_state` DISABLE KEYS */;
/*!40000 ALTER TABLE `vtiger_wsapp_sync_state` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2022-05-06 10:40:13

Youez - 2016 - github.com/yon3zu
LinuXploit