/home/rokasa/dbs
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: robisear_erpuganda -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-log /*!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 utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `accounttype` -- DROP TABLE IF EXISTS `accounttype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `accounttype` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `companyid` varchar(10) NOT NULL, `userid` varchar(10) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `accounttype` -- LOCK TABLES `accounttype` WRITE; /*!40000 ALTER TABLE `accounttype` DISABLE KEYS */; INSERT INTO `accounttype` VALUES (1,'Asset','BS','1','415','Asset'),(2,'Liability','BS','1','415','Liability'),(3,'Equity','BS','1','415','Equity'),(4,'Income','PL','1','415','Income'),(5,'Expense','PL','1','415','Expense'); /*!40000 ALTER TABLE `accounttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `activityloggs` -- DROP TABLE IF EXISTS `activityloggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `activityloggs` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `actiondone` text NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activityloggs` -- LOCK TABLES `activityloggs` WRITE; /*!40000 ALTER TABLE `activityloggs` DISABLE KEYS */; INSERT INTO `activityloggs` VALUES (1,'1','2025-03-27 17:15:05','Admin Deleted item with id 1 from supervisor table at 2025-03-27 17:15:05','154.227.131.188',1),(2,'1','2025-03-27 17:15:05','Admin Deleted item with id 1 from supervisor table at 2025-03-27 17:15:05','154.227.131.188',1),(3,'13','2025-04-16 10:38:38','CRISPUS Changed the price of MEDIUM POINT OF SALE to: buyingprice =15 ,sellingprice =3000000, qty= 0.00, items with id 5 . in Main level at 2025-04-16 10:38:38','154.227.130.178',1); /*!40000 ALTER TABLE `activityloggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adjustmentcodes` -- DROP TABLE IF EXISTS `adjustmentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `adjustmentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `adjustmentcodes` -- LOCK TABLES `adjustmentcodes` WRITE; /*!40000 ALTER TABLE `adjustmentcodes` DISABLE KEYS */; INSERT INTO `adjustmentcodes` VALUES (1,'Cargo Transit Out','01',NULL,'Y','1'),(2,'Cargo Transit In','02',NULL,'Y','2'),(3,'Adjustment In','03',NULL,'Y','3'),(4,'Adjustment Out','04',NULL,'Y','4'),(5,'Discarding','05',NULL,'Y','5'),(6,'Processing Raw','06',NULL,'Y','6'),(7,'Processing Result','07',NULL,'Y','7'); /*!40000 ALTER TABLE `adjustmentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admintable` -- DROP TABLE IF EXISTS `admintable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `admintable` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(20) DEFAULT NULL, `surname` varchar(50) NOT NULL, `firstname` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `campus` varchar(30) NOT NULL, `college` varchar(30) NOT NULL, `department` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `token` text NOT NULL, `email` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `idno` varchar(40) NOT NULL, `updatedat` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admintable` -- LOCK TABLES `admintable` WRITE; /*!40000 ALTER TABLE `admintable` DISABLE KEYS */; INSERT INTO `admintable` VALUES (1,'admin','Robisearch321','dd','ddd','222222222','','','','','','admqin@gmail.com','','active','2222222','2016-11-07 04:32:35'); /*!40000 ALTER TABLE `admintable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advance` -- DROP TABLE IF EXISTS `advance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tenantid` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `closedate` varchar(30) NOT NULL, `startdate` varchar(30) NOT NULL, `paid` decimal(10,0) DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `plotno` varchar(50) DEFAULT NULL, `houseno` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; INSERT INTO `advance` VALUES (1,'4 ','','5000','','active','2025-02-13 11:50:54am','1','1','0','2025-02-14 23:59:59','2025-02-13 00:00:00',NULL,1,'','11739436625'); /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) DEFAULT NULL, `branchid` varchar(20) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; INSERT INTO `advancepayment` VALUES (1,'2025-01-16 09:00:16','1','1','2337','-2337','payment received',NULL,'1'),(2,'2025-02-13 11:45:14','1','1','120','-120','payment received',NULL,'1'); /*!40000 ALTER TABLE `advancepayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `agent` ( `id` int(40) NOT NULL, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountno` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `idno` (`idno`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alerts` -- DROP TABLE IF EXISTS `alerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alerts` ( `id` int(100) NOT NULL AUTO_INCREMENT, `contact` text NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `duedate` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `deliverystatus` varchar(10) NOT NULL DEFAULT 'new', `name` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `groupname` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alerts` -- LOCK TABLES `alerts` WRITE; /*!40000 ALTER TABLE `alerts` DISABLE KEYS */; /*!40000 ALTER TABLE `alerts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allcurrencies` -- DROP TABLE IF EXISTS `allcurrencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allcurrencies` ( `id` int(10) NOT NULL AUTO_INCREMENT, `country` varchar(100) NOT NULL, `currency` varchar(20) NOT NULL, `code` varchar(20) NOT NULL, `symbol` varchar(10) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allcurrencies` -- LOCK TABLES `allcurrencies` WRITE; /*!40000 ALTER TABLE `allcurrencies` DISABLE KEYS */; INSERT INTO `allcurrencies` VALUES (1,'Albania','Albanian lek','ALL','L',1),(2,'Argentina','Argentine peso','ARS','$',1),(3,'Armenia','Armenian dram','AMD','?',1),(4,'Australia','Australian dollar','AUD','$',1),(5,'Azerbaijan','Azerbaijani manat','AZN','?',1),(6,'Belarus','Belarusian rubel','BYN','Rbl',1),(7,'Bolivia','Boliviano','BOB','Bs.',1),(8,'Botswana','Botswana pula','BWP','P',1),(9,'Bulgaria','Bulgarian lev','BGN','??.',1),(10,'Brazil','Brazilian real','BRL','R$',1),(11,'Cambodia','Cambodian riel','KHR','?',1),(12,'Canada','Canadian dollar','CAD','$',1),(13,'China','Chinese yuan (Renmin','CNY','?',1),(14,'Colombia','Colombian peso','COP','$',1),(15,'Costa Rica','Costa Rican col?n','CRC','?',1),(16,'Croatia','Croatian kuna','HRK','kn',1),(17,'Cuba','Cuban peso','CUP','$',1),(18,'Czech Republic','Czech koruna','CZK','K?',1),(19,'Denmark','Danish krone','DKK','kr.',1),(20,'Dominican Republic','Dominican peso','DOP','$',1),(21,'Egypt','Egyptian pound','EGP','E?',1),(22,'El Salvador','El Salvador col?n','SVC','?',1),(23,'European Union','Euro','EUR','?',1),(24,'Fiji','Fijian dollar','FJD','FJ$',1),(25,'Ghana','Ghanaian cedi','GHS','GH?',1),(26,'Guatemala','Guatemalan quetzal','GTQ','Q',1),(27,'Guinea','Guinean franc','GNF','FG',1),(28,'Guyana','Guyanese dollar','GYD','$',1),(29,'Hong Kong','Hong Kong dollar','HKD','$',1),(30,'Honduras','Honduran lempira','HNL','L',1),(31,'Hungary','Hungarian forint','HUF','Ft',1),(32,'India','Indian rupee','INR','?',1),(33,'Iceland','Icelandic kr?na','ISK','kr',1),(34,'Iran','Iranian rial','IRR','?',1),(35,'Israel','Israeli shekel','ILS','?',1),(36,'Japan','Japanese yen','JPY','?',1),(37,'Kazakhstan','Kazakhstani tenge','KZT','?',1),(38,'Kenya','Kenyan shilling','KES','Ksh',1),(39,'Kuwait','Kuwaiti dinar','KWD','?.?',1),(40,'Malawi','Malawian kwacha','MWK','MK',1),(41,'Malaysia','Malaysian ringgit','MYR','RM',1),(42,'Mexico','Mexican peso','MXN','$',1),(43,'Morocco','Moroccan dirham','MAD','MAD',1),(44,'Namibia','Namibian dollar','NAD','N$',1),(45,'Nepal','Nepalese rupee','NPR','Rs.',1),(46,'New Zealand','New Zealand dollar','NZD','$',1),(47,'Norway','Norwegian krone','NOK','kr',1),(48,'Oman','Omani rial','OMR','?.?.',1),(49,'Pakistan','Pakistani rupee','PKR','Rs',1),(50,'Peru','Sol','PEN','S/',1),(51,'Philippines','Philippine peso','PHP','?',1),(52,'Poland','Polish z?oty','PLN','z?',1),(53,'Qatar','Qatari riyal','QAR','QR',1),(54,'Romania','Romanian leu','RON','L',1),(55,'Russia','Russian ruble','RUB','?',1),(56,'Saudi Arabia','Saudi riyal','SAR','?.?',1),(57,'Serbia','Serbian dinar','RSD','din',1),(58,'Seychelles','Seychellois rupee','SCR','?',1),(59,'Singapore','Singapore dollar','SGD','$',1),(60,'Solomon Islands','Solomon Islands doll','SBD','Si$',1),(61,'Somalia','Somali shilling','SOS','Sh.so',1),(62,'South Africa','South African rand','ZAR','R',1),(63,'Sri Lanka','Sri Lankan rupee','LKR','Re',1),(64,'Sweden','Swedish krona','SEK','kr',1),(65,'Switzerland','Swiss franc','CHF','CHf.',1),(66,'Syria','Syrian pound','SYP','?S',1),(67,'Taiwan','New Taiwan dollar','TWD','NT$',1),(68,'Thailand','Thai baht','THB','?',1),(69,'Trinidad and Tobago','Trinidad and Tobago ','TTD','TT$',1),(70,'Turkey','Turkish lira','TRY','?',1),(71,'Ukraine','Ukrainian hryvnia','UAH','?',1),(72,'United Kingdom','Pound sterling','GBP','?',1),(73,'United States','United States dollar','USD','$',1),(74,'Uruguay','Uruguayan Peso','UYU','$',1),(75,'Uzbekistan','Uzbekistani sum','UZS','so?m',1),(76,'Venezuela','Venezuelan bol?var','VED','Bs.',1),(77,'Vietnam','Vietnamese dong','VND','?',1),(78,'Yemen','Yemeni rial','YER','?',1),(79,'Zimbabwe','Zimbabwean dollar','ZWL','$',1); /*!40000 ALTER TABLE `allcurrencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alldocuments` -- DROP TABLE IF EXISTS `alldocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alldocuments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `img_id` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `date` varchar(50) DEFAULT NULL, `documentname` text DEFAULT NULL, `companyid` varchar(100) NOT NULL DEFAULT '1', `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alldocuments` -- LOCK TABLES `alldocuments` WRITE; /*!40000 ALTER TABLE `alldocuments` DISABLE KEYS */; INSERT INTO `alldocuments` VALUES (1,'2025-05-261748251297.png','77298391748250498',61,NULL,NULL,'1',1); /*!40000 ALTER TABLE `alldocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allpayments` -- DROP TABLE IF EXISTS `allpayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allpayments` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `plotno` varchar(50) NOT NULL, `landlord` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `advance` varchar(20) NOT NULL, `direct` varchar(20) NOT NULL, `balance` varchar(20) NOT NULL, `mpesa` varchar(20) NOT NULL, `cash` varchar(20) NOT NULL, `card` varchar(20) NOT NULL, `cheque` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `year` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allpayments` -- LOCK TABLES `allpayments` WRITE; /*!40000 ALTER TABLE `allpayments` DISABLE KEYS */; /*!40000 ALTER TABLE `allpayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcement` -- DROP TABLE IF EXISTS `announcement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `announcement` ( `id` int(50) NOT NULL, `title` text NOT NULL, `target` varchar(50) NOT NULL, `message` text NOT NULL, `dateposted` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `type` varchar(50) NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `memberid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `announcement` -- LOCK TABLES `announcement` WRITE; /*!40000 ALTER TABLE `announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `approvals` -- DROP TABLE IF EXISTS `approvals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `approvals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `level` varchar(5) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` varchar(20) NOT NULL, `applicationid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `approvals` -- LOCK TABLES `approvals` WRITE; /*!40000 ALTER TABLE `approvals` DISABLE KEYS */; INSERT INTO `approvals` VALUES (1,'','','2025-01-23 06:09:40','Approved','1','','1','11736407271',1),(2,'','','2025-01-23 06:17:32','TemporaryApproved','1','','1','11737601984',8),(3,'','','2025-01-23 06:18:36','Approved','1','','1','11737601984',8),(4,'','','2025-01-23 06:44:41','Rejected','1','','1','11737600589',6),(5,'','','2025-01-23 06:44:54','Approved','1','','1','11737600589',6),(6,'','','2025-04-07 09:14:12','Approved','21','','1','EXP-131743674973',1),(7,'','','2025-04-22 16:44:40','Returned','13','','1','EXP-151745214883',2),(8,'','','2025-04-22 17:00:11','Approved','13','','1','EXP-151745215505',3),(9,'','','2025-04-25 16:23:01','Approved','13','','1','EXP-141745587031',6),(10,'','','2025-05-20 09:40:10','Approved','13','','1','EXP-141747722336',8),(11,'','','2025-05-23 12:38:19','Approved','13','','1','EXP-611747992829',9),(12,'','The advance was given to me on the 8th of May','2025-05-26 12:00:29','Yes','61','','1','EXP-611748249525',10),(13,'','The advance was given to me on the 8th of May','2025-05-26 12:00:37','Yes','61','','1','EXP-611748249525',10),(14,'','','2025-05-26 14:37:13','Approved','13','','1','EXP-611748249525',10),(15,'','','2025-05-26 14:37:21','Approved','13','','1','EXP-611748250417',11),(16,'','','2025-05-26 14:37:31','Approved','13','','1','EXP-141748250234',12),(17,'','','2025-05-29 18:13:54','Returned','13','','1','EXP-151748529692',14),(18,'','','2025-06-03 09:54:52','Approved','13','','1','EXP-151748529692',14),(19,'','','2025-06-25 08:46:13','Approved','13','','1','EXP-151750829885',16),(20,'','','2025-06-25 08:58:19','Approved','13','','1','EXP-151750828864',15),(21,'','','2025-06-25 10:28:18','Approved','13','','1','EXP-141750832599',17),(22,'','','2025-06-30 10:12:14','Returned','13','','1','EXP-151751266900',20),(23,'','','2025-06-30 10:15:58','Approved','13','','1','EXP-151751266900',20),(24,'','','2025-06-30 16:26:00','Returned','13','','1','EXP-151750874882',18),(25,'','','2025-06-30 16:37:25','Returned','13','','1','EXP-151750874882',18); /*!40000 ALTER TABLE `approvals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `asignrooms` -- DROP TABLE IF EXISTS `asignrooms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `asignrooms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) DEFAULT NULL, `houseno` varchar(100) DEFAULT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `memberid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `exactdate` varchar(50) NOT NULL, `floor` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `asignrooms` -- LOCK TABLES `asignrooms` WRITE; /*!40000 ALTER TABLE `asignrooms` DISABLE KEYS */; /*!40000 ALTER TABLE `asignrooms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assessment` -- DROP TABLE IF EXISTS `assessment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assessment` ( `id` int(20) NOT NULL AUTO_INCREMENT, `invoice` varchar(50) NOT NULL, `registrationno` varchar(50) NOT NULL, `claimno` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `color` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `repairer` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `instructionsby` varchar(50) NOT NULL, `instructions` text NOT NULL, `preaccident` text NOT NULL, `garagedetails` text NOT NULL, `latentdameges` text NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(30) NOT NULL, `deliverymode` text NOT NULL, `date` varchar(30) NOT NULL, `assessmentdate` varchar(20) NOT NULL, `insuredname` varchar(30) NOT NULL, `colour` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` varchar(5) NOT NULL DEFAULT '0', `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','robisearchltd@2023','C:\\xampp\\mysql\\bin\\','C:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bankcodes` -- DROP TABLE IF EXISTS `bankcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bankcodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bankcodes` -- LOCK TABLES `bankcodes` WRITE; /*!40000 ALTER TABLE `bankcodes` DISABLE KEYS */; INSERT INTO `bankcodes` VALUES (1,'MAYFAIR BANK LIMITED','1','MAYFAIR BANK LIMITED','Y','1'),(2,'M-PAYMENT','2','M-PAYMENT','Y','2'),(3,'KENYA POST OFFICE SAVINGS BANK','3','KENYA POST OFFICE SAVINGS BANK','Y','3'),(4,'FIRST COMMUNITY BANKS LIMITED','4','FIRST COMMUNITY BANKS LIMITED','Y','4'),(5,'GULF AFRICAN BANK LTD','5','GULF AFRICAN BANK LTD','Y','5'),(6,'FAMILY BANK LTD','6','FAMILY BANK LTD','Y','6'),(7,'EQUITY BANK LIMITED','7','EQUITY BANK LIMITED','Y','7'),(8,'SIDIAN BANK LIMITED','8','SIDIAN BANK LIMITED','Y','8'),(9,'DIAMOND TRUST BANK LIMITED','9','DIAMOND TRUST BANK LIMITED','Y','9'),(10,'HOUSING FINANCE BANK','10','HOUSING FINANCE BANK','Y','10'),(11,'SBM BANK (KENYA) LIMITED','11','SBM BANK (KENYA) LIMITED','Y','11'),(12,'DEVELOPMENT BANK OF KENYA LIMITED','12','DEVELOPMENT BANK OF KENYA LIMITED','Y','12'),(13,'I&M BANK LIMITED','13','I&M BANK LIMITED','Y','13'),(14,'GUARDIAN BANK LIMITED','14','GUARDIAN BANK LIMITED','Y','14'),(15,'VICTORIA COMMERCIAL BANK LIMITED','15','VICTORIA COMMERCIAL BANK LIMITED','Y','15'),(16,'GUARANTY TRUST BANK KENYA LIMITED','16','GUARANTY TRUST BANK KENYA LIMITED','Y','16'),(17,'JAMII BORA BANK','17','JAMII BORA BANK','Y','17'),(18,'PARAMOUNT UNIVERSAL BANK LIMITED','18','PARAMOUNT UNIVERSAL BANK LIMITED','Y','18'),(19,'EQUATORIAL COMMERCIAL HOLDING LIMITED','19','EQUATORIAL COMMERCIAL HOLDING LIMITED','Y','19'),(20,'GIRO COMMERCIAL BANK LIMITED','20','GIRO COMMERCIAL BANK LIMITED','Y','20'),(21,'NIC BANK LIMITED','21','NIC BANK LIMITED','Y','21'),(22,'IMPERIAL BANK LIMITED','22','IMPERIAL BANK LIMITED','Y','22'),(23,'CFC STANBIC BANK KENYA LIMITED','23','CFC STANBIC BANK KENYA LIMITED','Y','23'),(24,'CHASE BANK LIMITED','24','CHASE BANK LIMITED','Y','24'),(25,'ACCESS BANK (KENYA) PLC','25','ACCESS BANK (KENYA) PLC','Y','25'),(26,'CREDIT BANK LIMITED','26','CREDIT BANK LIMITED','Y','26'),(27,'CONSOLIDATED BANK OF KENYA LIMITED','27','CONSOLIDATED BANK OF KENYA LIMITED','Y','27'),(28,'DUBAI BANK KENYA LIMITED','28','DUBAI BANK KENYA LIMITED','Y','28'),(29,'BANK OF AFRICA KENYA LIMITED','29','BANK OF AFRICA KENYA LIMITED','Y','29'),(30,'MIDDLE EAST BANK KENYA LIMITED','30','MIDDLE EAST BANK KENYA LIMITED','Y','30'),(31,'HABIB BANK A.G. ZURICH','31','HABIB BANK A.G. ZURICH','Y','31'),(32,'CITIBANK N.A.','32','CITIBANK N.A.','Y','32'),(33,'ORIENTAL COMMERCIAL BANK LIMITED','33','ORIENTAL COMMERCIAL BANK LIMITED','Y','33'),(34,'NATIONAL BANK OF KENYA LTD','34','NATIONAL BANK OF KENYA LTD','Y','34'),(35,'PRIME BANK LIMITED','35','PRIME BANK LIMITED','Y','35'),(36,'CENTRAL BANK OF KENYA','36','CENTRAL BANK OF KENYA','Y','36'),(37,'HABIB BANK LIMITED','37','HABIB BANK LIMITED','Y','37'),(38,'COMMERCIAL BANK OF AFRICA LIMITED','38','COMMERCIAL BANK OF AFRICA LIMITED','Y','38'),(39,'BANK OF BARODA KENYA LIMITED','39','BANK OF BARODA KENYA LIMITED','Y','39'),(40,'BANK OF INDIA','40','BANK OF INDIA','Y','40'),(41,'ABSA BANK KENYA PLC','41','ABSA BANK KENYA PLC','Y','41'),(42,'STANDARD CHARTERED BANK KENYA LIMITED','42','STANDARD CHARTERED BANK KENYA LIMITED','Y','42'),(43,'KENYA COMMERCIAL BANK LTD','43','KENYA COMMERCIAL BANK LTD','Y','43'),(44,'AFRICAN BANKING CORP BANK LTD','44','AFRICAN BANKING CORP BANK LTD','Y','44'),(45,'ECO BANK LIMITED','45','ECO BANK LIMITED','Y','45'),(46,'UBA KENYA BANK LTD','46','UBA KENYA BANK LTD','Y','46'),(47,'CO-OPERATIVE BANK OF KENYA LIMITED','47','CO-OPERATIVE BANK OF KENYA LIMITED','Y','47'); /*!40000 ALTER TABLE `bankcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banks` -- DROP TABLE IF EXISTS `banks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `banks` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banks` -- LOCK TABLES `banks` WRITE; /*!40000 ALTER TABLE `banks` DISABLE KEYS */; INSERT INTO `banks` VALUES (1,'','0.00','','2025-01-09 11:28:56','ROBERT',1030,'1','1','2025-01-09 11:56:40','BANK-11736412988'); /*!40000 ALTER TABLE `banks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batchlist` -- DROP TABLE IF EXISTS `batchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `batchlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; INSERT INTO `batchlist` VALUES (1,'P.O','1','2025-01-09 10:08:54','11736406513','11736405923',1,1,1,''),(2,'P.O','1','2025-01-09 10:10:39','11736406629','11736405923',1,1,1,''),(3,'P.O','1','2025-02-05 16:42:52','11738762970','11736405923',1,1,1,''),(4,'S.O','1','2025-02-05 16:44:08','11738763045','111736850381',1,1,1,''),(5,'P.O','1','2025-02-13 10:07:56','11739430471','11736405923',1,1,1,''),(6,'P.O','1','2025-03-13 17:38:05','11741876681','11741876437',1,1,1,''),(7,'S.O','1','2025-03-22 11:51:38','11742633497','111742627873',1,1,1,''),(8,'S.O','1','2025-03-22 13:32:47','11742639565','111742639540',1,1,1,''),(9,'S.O','13','2025-04-16 12:22:46','131744795364','131744788818',1,1,1,''),(10,'S.O','13','2025-04-23 14:35:17','131745408114','1311745407836',1,1,1,''); /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `beds` -- DROP TABLE IF EXISTS `beds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `beds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `roomid` varchar(20) NOT NULL, `plotno` varchar(20) DEFAULT NULL, `description` text NOT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `beds` -- LOCK TABLES `beds` WRITE; /*!40000 ALTER TABLE `beds` DISABLE KEYS */; /*!40000 ALTER TABLE `beds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blog` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blogs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookroom` -- DROP TABLE IF EXISTS `bookroom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bookroom` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `mytable` varchar(20) NOT NULL, `salesperson` varchar(20) DEFAULT NULL, `receiptno` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL DEFAULT '', `bedid` int(11) DEFAULT 1, `bedname` varchar(100) NOT NULL, `currency` varchar(20) DEFAULT NULL, `updatedid` int(20) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencychnage` decimal(10,4) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bookroom` -- LOCK TABLES `bookroom` WRITE; /*!40000 ALTER TABLE `bookroom` DISABLE KEYS */; /*!40000 ALTER TABLE `bookroom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `currency` varchar(20) NOT NULL DEFAULT 'KES', `logo` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'Uganda branch','<H1 style=\"margin:0px;\">ROBISEARCH LTD( SAMPLE) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','2025-03-27 14:39:50','active','1','','1','<B> INVOICE TERMS</B></BR>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2. Good once sold are not returnable<br>\r\n3. Ownership of the above good will be vested in Dimetrica limited until fully paid\r\n\r\n','KES','2023-08-101691646451.jpeg'); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branchlist` -- DROP TABLE IF EXISTS `branchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branchlist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfId` varchar(50) NOT NULL, `bhfNm` text NOT NULL, `bhfSttsCd` varchar(50) NOT NULL DEFAULT 'active', `prvncNm` text NOT NULL, `dstrtNm` text NOT NULL, `sctrNm` varchar(50) NOT NULL, `locDesc` varchar(50) DEFAULT NULL, `mgrNm` varchar(50) NOT NULL DEFAULT 'KES', `mgrTelNo` varchar(50) NOT NULL, `mgrEmail` text NOT NULL, `hqYn` text NOT NULL, `branchid` varchar(50) DEFAULT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branchlist` -- LOCK TABLES `branchlist` WRITE; /*!40000 ALTER TABLE `branchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `branchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `brands` -- DROP TABLE IF EXISTS `brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `brands` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `description` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `website` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `brands` -- LOCK TABLES `brands` WRITE; /*!40000 ALTER TABLE `brands` DISABLE KEYS */; INSERT INTO `brands` VALUES (1,'1','JKUAT','Our partner in ICT Field','karenmakena3@gmail.com','0702400635','','http://www.jkuat.ac.ke/','2016-12-13 06:47:33am','',0),(2,'1','SimbaNet','Our partner in in Nikague App','','','','https://www.simbanet.net/','','',0); /*!40000 ALTER TABLE `brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `budget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL DEFAULT 'new', `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkdispatch` -- LOCK TABLES `bulkdispatch` WRITE; /*!40000 ALTER TABLE `bulkdispatch` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkhouse` -- DROP TABLE IF EXISTS `bulkhouse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkhouse` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `phone` varchar(40) NOT NULL, `roomtype` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `exactdate` varchar(50) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `name` text NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkhouse` -- LOCK TABLES `bulkhouse` WRITE; /*!40000 ALTER TABLE `bulkhouse` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkhouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkreservation` -- DROP TABLE IF EXISTS `bulkreservation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkreservation` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkreservation` -- LOCK TABLES `bulkreservation` WRITE; /*!40000 ALTER TABLE `bulkreservation` DISABLE KEYS */; INSERT INTO `bulkreservation` VALUES (1,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:36:05','','1','0','Cleared','Cash','',0.00,0.00,'0','11734683765','0','2','0','0','0','0','','0','0','0','0','2','ict',0.00,0,1,1,NULL,0.00,0.00,0.00),(2,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:39:02','','1','0','Cleared','Invoice','Q233457',0.00,0.00,'0','11734683942','8000','4','8000','-6000','2000','0','','6000','0','0','0','4','Business',0.00,0,1,1,NULL,1103.45,0.00,6896.55),(3,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:51:07','','1','0','Cleared','Cash','',0.00,0.00,'0','11734684667','8000','3','8000','-8000','0','0','','8000','0','0','0','3','ict',0.00,0,1,1,NULL,1103.45,0.00,6896.55),(4,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 07:28:53','','1','6000','Cleared','Cash','Q233457',0.00,0.00,'0','11738038533','6000','88','6000','0','0','0','','0','0','0','0','88','Business',0.00,0,1,1,NULL,813.56,101.69,5084.75),(5,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 07:30:05','','1','0','Cleared','Cash','',0.00,0.00,'0','11738038605','0','7','0','0','0','0','','0','0','0','0','7','Business',0.00,0,1,1,NULL,0.00,0.00,0.00),(6,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 09:12:45','','1','8000','Cleared','Cash','',0.00,0.00,'0','11738044765','8000','4','8000','0','0','0','','0','0','0','0','4','Business',0.00,0,1,1,NULL,1084.75,135.59,6779.66),(7,'Group','Group','','6','',' ','2025-01-29 10:00:00','new','1','2025-01-28 09:20:45','','1','0','Cleared','Cash','',0.00,0.00,'0','11738045245','0','4','0','0','0','0','','0','0','0','0','4','ict',0.00,0,1,1,NULL,0.00,0.00,0.00),(8,'Group','Group','','4','',' ','2025-02-07 10:00:00','new','1','2025-02-06 18:08:02','','1','0','Cleared','Cash','',0.00,0.00,'0','11738854482','0','4','0','0','0','0','','0','0','0','0','4','Business',0.00,0,1,1,NULL,0.00,0.00,0.00); /*!40000 ALTER TABLE `bulkreservation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `category` -- LOCK TABLES `category` WRITE; /*!40000 ALTER TABLE `category` DISABLE KEYS */; INSERT INTO `category` VALUES (1,'Everyone','','2023-12-29 07:55:55','active','1','','1'),(2,'OTHERS','','2021-08-23 03:04:54pm','active','1','','1'),(3,'HARDWARES','HARDWARES','2025-04-10 01:10:23pm','active','13','','1'); /*!40000 ALTER TABLE `category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `charges` -- DROP TABLE IF EXISTS `charges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `charges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `priority` int(11) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, `branchid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; INSERT INTO `charges` VALUES (1,'RENT','','','2018-05-30 14:28:37','','',0,1,NULL),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1,NULL),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1,NULL),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1,NULL),(5,'WATER','','','2018-06-27 11:33:55','','',0,1,NULL),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1,NULL),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1,NULL),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1,NULL),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1,NULL),(10,'POWER','','','2018-08-04 10:42:10','','',0,1,NULL),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1,NULL),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1,NULL),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1,NULL),(14,'PROJECTOR','','','2023-04-28 08:21:52','','',0,1,NULL),(15,'LAUNDRY','LAUNDRY','','2023-04-28 08:22:20','','',0,1,NULL),(16,'ROOM TRANSFER','200','','2023-04-30 06:16:29','','',2,1,NULL),(17,'BED 1','0','','2023-05-11 11:10:44','','',1,1,NULL),(18,'SERVICE CH DEPOSIT','0','','2023-05-11 11:10:51','','',0,1,NULL),(19,'SERVICE CHARGE','0','','2023-09-01 11:09:35','','',1,1,NULL); /*!40000 ALTER TABLE `charges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `checkin` -- DROP TABLE IF EXISTS `checkin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `checkin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `visitorid` int(60) NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, `idno` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `business` varchar(100) NOT NULL, `vehicleno` varchar(100) NOT NULL, `vehiclecolor` varchar(100) NOT NULL, `vehiclemodel` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `checkindate` varchar(100) NOT NULL, `checkoutdate` varchar(100) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `checkin` -- LOCK TABLES `checkin` WRITE; /*!40000 ALTER TABLE `checkin` DISABLE KEYS */; INSERT INTO `checkin` VALUES (1,'','A2','2025-03-13','Closed','1','','1','General','',1,'2025-03-13 14:13:25',1,'1','','254718667391','','director@robisearch.com','23434212','ROBERT','robisearch','KDB634T','WHITE','NISSAN','Main Gate','2025-03-13 14:11:44','2025-03-13 14:13:25',''),(2,'','NA','2025-03-13','Active','1','','1','General','',0,'',2,'1','','254700139073','','mercymwendwa643@gmail.com','23434212','JAMES','UON','KDW3455','WHITE','NISSAN','Main Gate','2025-03-13 14:13:40','',''),(3,'','R00M7','2025-03-13','Closed','1','','1','General','',1,'2025-03-13 14:22:54',3,'1','','254700139076','','gabmureithi50@gmail.com','234342127','TOM','UON','TXE467','WHITE','NISSAN','Main Gate','2025-03-13 14:20:46','2025-03-13 14:22:54',''),(4,'','ROO9','2025-03-13','Active','1','','1','General','',0,'',1,'1','','254718667391','','director@robisearch.com','23434212','ROBERT','robisearch','KDB634T','WHITE','NISSAN','Main Gate','2025-03-13 14:23:21','',''),(5,'0','ROBERT OUMA','2025-03-20','Active','1','','1','General','1',0,'',4,'1','','254718667394','','gabmureithi50@gmail.com','23434212','ROBERT','UON','KDB634R','','','Main Gate','2025-03-20 04:52:05','',''),(6,'1','test','2025-03-20','Active','1','','1','General','1',0,'',3,'1','','254700139076','11742436277','gabmureithi50@gmail.com','234342127','TOM','UON','TXE467','WHITE','NISSAN','Main Gate','2025-03-20 05:04:29','','1'); /*!40000 ALTER TABLE `checkin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cheque` -- DROP TABLE IF EXISTS `cheque`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `cheque` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `business` varchar(100) NOT NULL, `type` varchar(15) NOT NULL, `chequenumber` varchar(70) NOT NULL, `exactdate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cheque` -- LOCK TABLES `cheque` WRITE; /*!40000 ALTER TABLE `cheque` DISABLE KEYS */; /*!40000 ALTER TABLE `cheque` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `collection` -- DROP TABLE IF EXISTS `collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; INSERT INTO `collection` VALUES (1,'2025-04-16 12:27:40','131744788818','975000','cheque','2025000','13','1',1010,'2025-04-16 12:28:48','payment','MPESA',30,1),(2,'2025-04-23 14:35:52','1311745407836','600000','mpesa','1200000','13','1',1010,'2025-04-23 14:36:46','payment','119314305634',31,1),(3,'2025-03-05 14:36:47','1311745407836','600000','mpesa','600000','13','1',1010,'2025-04-23 14:37:42','payment','118950452464',31,1); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) DEFAULT '1', `type` varchar(30) NOT NULL, `messageid` varchar(30) DEFAULT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `serial` varchar(200) NOT NULL, `name` text NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; INSERT INTO `complain` VALUES (1,'APRIL 2025 GRILLING','ATTAINED 30.97%\r\nNOTES\r\n1.Ensure you meet 1000 clients monthly and recruit 30 resellers monthly\r\n2.Create urgency in your potential clients\r\n3.Be serious in your job and manage your time well\r\n4.Ensure this month every week you have a deal\r\n5.Work on your communication skills\r\n6.Work on office cleaning i.e the windowa','2025-05-03','New','13','','1','Core Task','15',0,'','','',''),(2,'APRIL 2025 GRILLING','1.Attained 26,43%\r\nnotes\r\n.Ensure you meet daily calls target\r\nCreate urgency in your communication\r\nBe a role model to the other groups\r\nEnsure punctality','2025-05-03','New','13','','1','Core Task','14',0,'','','',''); /*!40000 ALTER TABLE `complain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complaindata` -- DROP TABLE IF EXISTS `complaindata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complaindata` ( `id` int(30) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complaindata` -- LOCK TABLES `complaindata` WRITE; /*!40000 ALTER TABLE `complaindata` DISABLE KEYS */; /*!40000 ALTER TABLE `complaindata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `computers` -- DROP TABLE IF EXISTS `computers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `computers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `computers` -- LOCK TABLES `computers` WRITE; /*!40000 ALTER TABLE `computers` DISABLE KEYS */; INSERT INTO `computers` VALUES (1,'ROBISEARCH LTD','e44','2023-02-13 07:08:17','Closed','1','2023-02-13 07:13:34','1','3','B0-22-7A-ED-77-F6','2023-02-24','2023-02-10','',0,NULL,'New Installation','new','','',1); /*!40000 ALTER TABLE `computers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'),(5,'Housing Levy',1.50,'active',1,1,'Housing Levy'),(6,'Housing Levy Relief',15.00,'active',1,1,'Housing Levy Relief'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countrycodes` -- DROP TABLE IF EXISTS `countrycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `countrycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countrycodes` -- LOCK TABLES `countrycodes` WRITE; /*!40000 ALTER TABLE `countrycodes` DISABLE KEYS */; INSERT INTO `countrycodes` VALUES (1,'ASCENSION ISLAND ','AC',NULL,'Y'),(2,'ANDORRA','AD',NULL,'Y'),(3,'UNITED ARAB EMIRATES ','AE',NULL,'Y'),(4,'ANTIGUA AND BARBUDA','AG',NULL,'Y'),(5,'ANGUILLA','AI',NULL,'Y'),(6,'ALBANIA ','AL',NULL,'Y'),(7,'ARMENIA','AM',NULL,'Y'),(8,'NETHERLANDS ANTILLES ','AN',NULL,'Y'),(9,'ANGOLA','AO',NULL,'Y'),(10,'ANTARCTICA','AQ',NULL,'Y'),(11,'ARGENTINA','AR',NULL,'Y'),(12,'AMERICAN SAMOA','AS',NULL,'Y'),(13,'AUSTRIA','AT',NULL,'Y'),(14,'AUSTRALIA','AU',NULL,'Y'),(15,'ARUBA','AW',NULL,'Y'),(16,'ALAND ISLANDS','AX',NULL,'Y'),(17,'AZERBAIJAN','AZ',NULL,'Y'),(18,'BOSNIA AND HERZEGOVINA ','BA',NULL,'Y'),(19,'BARBADOS ','BB',NULL,'Y'),(20,'BANGLADESH ','BD',NULL,'Y'),(21,'BELGIUM ','BE',NULL,'Y'),(22,'BURKINA FASO ','BF',NULL,'Y'),(23,'BULGARIA ','BG',NULL,'Y'),(24,'BAHRAIN','BH',NULL,'Y'),(25,'BURUNDI ','BI',NULL,'Y'),(26,'BENIN ','BJ',NULL,'Y'),(27,'BERMUDA ','BM',NULL,'Y'),(28,'BRUNEI DARUSSALAM ','BN',NULL,'Y'),(29,'BOLIVIA ','BO',NULL,'Y'),(30,'BRAZIL ','BR',NULL,'Y'),(31,'BAHAMAS ','BS',NULL,'Y'),(32,'BHUTAN ','BT',NULL,'Y'),(33,'BOUVET ISLAND ','BV',NULL,'Y'),(34,'BOTSWANA ','BW',NULL,'Y'),(35,'BELARUS ','BY',NULL,'Y'),(36,'BELIZE ','BZ',NULL,'Y'),(37,'CANADA ','CA',NULL,'Y'),(38,'COCOS (KEELING) ISLANDS ','CC',NULL,'Y'),(39,'CONGO, DEMOCRATIC REPUBLIC ','CD',NULL,'Y'),(40,'CENTRAL AFRICAN REPUBLIC ','CF',NULL,'Y'),(41,'CONGO ','CG',NULL,'Y'),(42,'SWITZERLAND ','CH',NULL,'Y'),(43,'COTE D\'IVOIRE (IVORY COAST) ','CI',NULL,'Y'),(44,'COOK ISLANDS ','CK',NULL,'Y'),(45,'CHILE ','CL',NULL,'Y'),(46,'CAMEROON ','CM',NULL,'Y'),(47,'CHINA ','CN',NULL,'Y'),(48,'COLOMBIA ','CO',NULL,'Y'),(49,'COSTA RICA ','CR',NULL,'Y'),(50,'CZECHOSLOVAKIA (FORMER) ','CS',NULL,'Y'),(51,'CUBA ','CU',NULL,'Y'),(52,'CAPE VERDE ','CV',NULL,'Y'),(53,'CHRISTMAS ISLAND ','CX',NULL,'Y'),(54,'CYPRUS ','CY',NULL,'Y'),(55,'CZECH REPUBLIC ','CZ',NULL,'Y'),(56,'GERMANY ','DE',NULL,'Y'),(57,'DJIBOUTI ','DJ',NULL,'Y'),(58,'DENMARK ','DK',NULL,'Y'),(59,'DOMINICA ','DM',NULL,'Y'),(60,'DOMINICAN REPUBLIC ','DO',NULL,'Y'),(61,'ALGERIA','DZ',NULL,'Y'),(62,'ECUADOR ','EC',NULL,'Y'),(63,'ESTONIA ','EE',NULL,'Y'),(64,'EGYPT ','EG',NULL,'Y'),(65,'WESTERN SAHARA ','EH',NULL,'Y'),(66,'ERITREA ','ER',NULL,'Y'),(67,'SPAIN ','ES',NULL,'Y'),(68,'ETHIOPIA ','ET',NULL,'Y'),(69,'EUROPEAN UNION ','EU',NULL,'Y'),(70,'FINLAND ','FI',NULL,'Y'),(71,'FIJI ','FJ',NULL,'Y'),(72,'FALKLAND ISLANDS (MALVINAS) ','FK',NULL,'Y'),(73,'MICRONESIA ','FM',NULL,'Y'),(74,'FAROE ISLANDS ','FO',NULL,'Y'),(75,'FRANCE ','FR',NULL,'Y'),(76,'FRANCE, METROPOLITAN ','FX',NULL,'Y'),(77,'GABON ','GA',NULL,'Y'),(78,'GREAT BRITAIN (UK) ','GB',NULL,'Y'),(79,'GRENADA ','GD',NULL,'Y'),(80,'GEORGIA ','GE',NULL,'Y'),(81,'FRENCH GUIANA ','GF',NULL,'Y'),(82,'GUERNSEY ','GG',NULL,'Y'),(83,'GHANA ','GH',NULL,'Y'),(84,'GIBRALTAR ','GI',NULL,'Y'),(85,'GREENLAND ','GL',NULL,'Y'),(86,'GAMBIA ','GM',NULL,'Y'),(87,'GUINEA ','GN',NULL,'Y'),(88,'GUADELOUPE ','GP',NULL,'Y'),(89,'EQUATORIAL GUINEA ','GQ',NULL,'Y'),(90,'GREECE ','GR',NULL,'Y'),(91,'S. GEORGIA AND S. SANDWICH ISLS. ','GS',NULL,'Y'),(92,'GUATEMALA ','GT',NULL,'Y'),(93,'GUAM ','GU',NULL,'Y'),(94,'GUINEA BISSAU ','GW',NULL,'Y'),(95,'GUYANA ','GY',NULL,'Y'),(96,'HONG KONG ','HK',NULL,'Y'),(97,'HEARD AND MCDONALD ISLANDS ','HM',NULL,'Y'),(98,'HONDURAS ','HN',NULL,'Y'),(99,'CROATIA (HRVATSKA) ','HR',NULL,'Y'),(100,'HAITI ','HT',NULL,'Y'),(101,'HUNGARY ','HU',NULL,'Y'),(102,'INDONESIA ','ID',NULL,'Y'),(103,'IRELAND ','IE',NULL,'Y'),(104,'ISRAEL ','IL',NULL,'Y'),(105,'ISLE OF MAN ','IM',NULL,'Y'),(106,'INDIA ','IN',NULL,'Y'),(107,'BRITISH INDIAN OCEAN TERRITORY ','IO',NULL,'Y'),(108,'IRAQ ','IQ',NULL,'Y'),(109,'IRAN ','IR',NULL,'Y'),(110,'ICELAND ','IS',NULL,'Y'),(111,'ITALY ','IT',NULL,'Y'),(112,'JERSEY ','JE',NULL,'Y'),(113,'JAMAICA ','JM',NULL,'Y'),(114,'JORDAN ','JO',NULL,'Y'),(115,'JAPAN ','JP',NULL,'Y'),(116,'KENYA ','KE',NULL,'Y'),(117,'KYRGYZSTAN ','KG',NULL,'Y'),(118,'CAMBODIA ','KH',NULL,'Y'),(119,'KIRIBATI ','KI',NULL,'Y'),(120,'COMOROS ','KM',NULL,'Y'),(121,'SAINT KITTS AND NEVIS ','KN',NULL,'Y'),(122,'NORTH KOREA','KP',NULL,'Y'),(123,'SOUTH KOREA','KR',NULL,'Y'),(124,'KUWAIT ','KW',NULL,'Y'),(125,'CAYMAN ISLANDS ','KY',NULL,'Y'),(126,'KAZAKHSTAN ','KZ',NULL,'Y'),(127,'LAOS ','LA',NULL,'Y'),(128,'LEBANON ','LB',NULL,'Y'),(129,'SAINT LUCIA ','LC',NULL,'Y'),(130,'LIECHTENSTEIN ','LI',NULL,'Y'),(131,'SRI LANKA ','LK',NULL,'Y'),(132,'LIBERIA ','LR',NULL,'Y'),(133,'LESOTHO ','LS',NULL,'Y'),(134,'LITHUANIA ','LT',NULL,'Y'),(135,'LUXEMBOURG ','LU',NULL,'Y'),(136,'LATVIA ','LV',NULL,'Y'),(137,'LIBYA ','LY',NULL,'Y'),(138,'MOROCCO ','MA',NULL,'Y'),(139,'MONACO ','MC',NULL,'Y'),(140,'MOLDOVA ','MD',NULL,'Y'),(141,'MONTENEGRO ','ME',NULL,'Y'),(142,'MADAGASCAR ','MG',NULL,'Y'),(143,'MARSHALL ISLANDS ','MH',NULL,'Y'),(144,'F.Y.R.O.M. (MACEDONIA) ','MK',NULL,'Y'),(145,'MALI ','ML',NULL,'Y'),(146,'MYANMAR ','MM',NULL,'Y'),(147,'MONGOLIA ','MN',NULL,'Y'),(148,'MACAU ','MO',NULL,'Y'),(149,'NORTHERN MARIANA ISLANDS ','MP',NULL,'Y'),(150,'MARTINIQUE ','MQ',NULL,'Y'),(151,'MAURITANIA ','MR',NULL,'Y'),(152,'MONTSERRAT ','MS',NULL,'Y'),(153,'MALTA ','MT',NULL,'Y'),(154,'MAURITIUS ','MU',NULL,'Y'),(155,'MALDIVES ','MV',NULL,'Y'),(156,'MALAWI ','MW',NULL,'Y'),(157,'MEXICO ','MX',NULL,'Y'),(158,'MALAYSIA ','MY',NULL,'Y'),(159,'MOZAMBIQUE ','MZ',NULL,'Y'),(160,'NAMIBIA ','NA',NULL,'Y'),(161,'NEW CALEDONIA ','NC',NULL,'Y'),(162,'NIGER ','NE',NULL,'Y'),(163,'NORFOLK ISLAND ','NF',NULL,'Y'),(164,'NIGERIA ','NG',NULL,'Y'),(165,'NICARAGUA ','NI',NULL,'Y'),(166,'NETHERLANDS ','NL',NULL,'Y'),(167,'NORWAY ','NO',NULL,'Y'),(168,'NEPAL ','NP',NULL,'Y'),(169,'NAURU ','NR',NULL,'Y'),(170,'NEUTRAL ZONE ','NT',NULL,'Y'),(171,'NIUE ','NU',NULL,'Y'),(172,'NEW ZEALAND (AOTEAROA) ','NZ',NULL,'Y'),(173,'OMAN ','OM',NULL,'Y'),(174,'PANAMA ','PA',NULL,'Y'),(175,'PERU ','PE',NULL,'Y'),(176,'FRENCH POLYNESIA ','PF',NULL,'Y'),(177,'PAPUA NEW GUINEA ','PG',NULL,'Y'),(178,'PHILIPPINES ','PH',NULL,'Y'),(179,'PAKISTAN ','PK',NULL,'Y'),(180,'POLAND ','PL',NULL,'Y'),(181,'ST. PIERRE AND MIQUELON ','PM',NULL,'Y'),(182,'PITCAIRN ','PN',NULL,'Y'),(183,'PUERTO RICO ','PR',NULL,'Y'),(184,'PALESTINIAN TERRITORY, OCCUPIED ','PS',NULL,'Y'),(185,'PORTUGAL ','PT',NULL,'Y'),(186,'PALAU ','PW',NULL,'Y'),(187,'PARAGUAY ','PY',NULL,'Y'),(188,'QATAR ','QA',NULL,'Y'),(189,'REUNION ','RE',NULL,'Y'),(190,'ROMANIA ','RO',NULL,'Y'),(191,'SERBIA ','RS',NULL,'Y'),(192,'RUSSIAN FEDERATION ','RU',NULL,'Y'),(193,'RWANDA ','RW',NULL,'Y'),(194,'SAUDI ARABIA ','SA',NULL,'Y'),(195,'SOLOMON ISLANDS ','SB',NULL,'Y'),(196,'SEYCHELLES ','SC',NULL,'Y'),(197,'SUDAN ','SD',NULL,'Y'),(198,'SWEDEN ','SE',NULL,'Y'),(199,'SINGAPORE ','SG',NULL,'Y'),(200,'ST. HELENA ','SH',NULL,'Y'),(201,'SLOVENIA ','SI',NULL,'Y'),(202,'SVALBARD & JAN MAYEN ISLANDS ','SJ',NULL,'Y'),(203,'SLOVAK REPUBLIC ','SK',NULL,'Y'),(204,'SIERRA LEONE ','SL',NULL,'Y'),(205,'SAN MARINO ','SM',NULL,'Y'),(206,'SENEGAL ','SN',NULL,'Y'),(207,'SOMALIA ','SO',NULL,'Y'),(208,'SURINAME ','SR',NULL,'Y'),(209,'SAO TOME AND PRINCIPE ','ST',NULL,'Y'),(210,'USSR (FORMER) ','SU',NULL,'Y'),(211,'EL SALVADOR ','SV',NULL,'Y'),(212,'SYRIA ','SY',NULL,'Y'),(213,'SWAZILAND ','SZ',NULL,'Y'),(214,'TURKS AND CAICOS ISLANDS ','TC',NULL,'Y'),(215,'CHAD ','TD',NULL,'Y'),(216,'FRENCH SOUTHERN TERRITORIES ','TF',NULL,'Y'),(217,'TOGO ','TG',NULL,'Y'),(218,'THAILAND ','TH',NULL,'Y'),(219,'TAJIKISTAN ','TJ',NULL,'Y'),(220,'TOKELAU ','TK',NULL,'Y'),(221,'TURKMENISTAN ','TM',NULL,'Y'),(222,'TUNISIA ','TN',NULL,'Y'),(223,'TONGA ','TO',NULL,'Y'),(224,'EAST TIMOR ','TP',NULL,'Y'),(225,'TURKEY ','TR',NULL,'Y'),(226,'TRINIDAD AND TOBAGO ','TT',NULL,'Y'),(227,'TUVALU ','TV',NULL,'Y'),(228,'TAIWAN ','TW',NULL,'Y'),(229,'TANZANIA ','TZ',NULL,'Y'),(230,'UKRAINE ','UA',NULL,'Y'),(231,'UGANDA ','UG',NULL,'Y'),(232,'UNITED KINGDOM ','UK',NULL,'Y'),(233,'US MINOR OUTLYING ISLANDS ','UM',NULL,'Y'),(234,'UNITED STATES ','US',NULL,'Y'),(235,'URUGUAY ','UY',NULL,'Y'),(236,'UZBEKISTAN ','UZ',NULL,'Y'),(237,'VATICAN CITY STATE (HOLY SEE) ','VA',NULL,'Y'),(238,'SAINT VINCENT & THE GRENADINES ','VC',NULL,'Y'),(239,'VENEZUELA ','VE',NULL,'Y'),(240,'BRITISH VIRGIN ISLANDS ','VG',NULL,'Y'),(241,'VIRGIN ISLANDS (U.S.) ','VI',NULL,'Y'),(242,'VIET NAM ','VN',NULL,'Y'),(243,'VANUATU ','VU',NULL,'Y'),(244,'WALLIS AND FUTUNA ISLANDS ','WF',NULL,'Y'),(245,'SAMOA ','WS',NULL,'Y'),(246,'YEMEN ','YE',NULL,'Y'),(247,'MAYOTTE ','YT',NULL,'Y'),(248,'SERBIA AND MONTENEGRO (FORMER) ','YU',NULL,'Y'),(249,'SOUTH AFRICA ','ZA',NULL,'Y'),(250,'ZAMBIA ','ZM',NULL,'Y'),(251,'(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ','ZR',NULL,'Y'),(252,'ZIMBABWE','ZW',NULL,'Y'); /*!40000 ALTER TABLE `countrycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(20) NOT NULL DEFAULT 1, `basecurrency` varchar(30) NOT NULL, `baseamount` varchar(30) NOT NULL, `tocurrency` varchar(30) NOT NULL, `toamount` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (17,'USD','','2023-07-23 15:56:01','active','9','','1',1,'USD','1','','1'),(18,'TZS','','2023-07-23 15:57:10','active','9','','1',1,'USD','1','','2500'),(29,'EUR','','2023-09-28 09:06:17','active','1','','1',1,'EUR','1','','1'),(30,'GBP','','2023-09-28 09:06:28','active','1','','1',1,'GBP','1','','1'),(31,'KES','','2023-09-28 09:06:42','active','1','','1',1,'KES','1','','1'),(32,'TZS','','2023-09-28 09:07:01','active','1','','1',1,'TZS','1','','1'),(33,'KES','','2023-10-24 11:52:59','active','9','','1',1,'USD','1','','150'),(34,'EUR','','2023-10-29 10:31:44','active','9','','1',1,'USD','1','','0.94'),(35,'GBP','','2023-10-29 10:32:02','active','9','','1',1,'USD','1','','0.83'),(36,'USD','','2023-10-30 14:52:36','active','9','','1',1,'KES','1','','0.0067'),(37,'USD','','2023-11-06 12:36:08','active','9','','1',1,'TZS','1','','0.0004'),(39,'UG','','2025-03-10 22:20:16','active','1','','1',1,'KES','1','','28'); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currencycodes` -- DROP TABLE IF EXISTS `currencycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currencycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `symbol` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currencycodes` -- LOCK TABLES `currencycodes` WRITE; /*!40000 ALTER TABLE `currencycodes` DISABLE KEYS */; INSERT INTO `currencycodes` VALUES (1,'United Arab Emirates dirham','AED',NULL,'Y','AED','1'),(2,'Afghan afghani','AFN',NULL,'Y','AFN','2'),(3,'Albanian lek','ALL',NULL,'Y','ALL','3'),(4,'Armenian dram','AMD',NULL,'Y','AMD','4'),(5,'Netherlands Antillean guilder','ANG',NULL,'Y','ANG','5'),(6,'Angolan kwanza','AOA',NULL,'Y','AOA','6'),(7,'Argentine peso','ARS',NULL,'Y','ARS','7'),(8,'Australian dollar','AUD',NULL,'Y','AUD','8'),(9,'Aruban florin','AWG',NULL,'Y','AWG','9'),(10,'Azerbaijani manat','AZN',NULL,'Y','AZN','10'),(11,'Bosnia and Herzegovina convertible mark','BAM',NULL,'Y','BAM','11'),(12,'Barbados dollar','BBD',NULL,'Y','BBD','12'),(13,'Bangladeshi taka','BDT',NULL,'Y','BDT','13'),(14,'Bulgarian lev','BGN',NULL,'Y','BGN','14'),(15,'Bahraini dinar','BHD',NULL,'Y','BHD','15'),(16,'Burundian franc','BIF',NULL,'Y','BIF','16'),(17,'Bermudian dollar','BMD',NULL,'Y','BMD','17'),(18,'Brunei dollar','BND',NULL,'Y','BND','18'),(19,'Boliviano','BOB',NULL,'Y','BOB','19'),(20,'Bolivian Mvdol (funds code)','BOV',NULL,'Y','BOV','20'),(21,'Brazilian real','BRL',NULL,'Y','BRL','21'),(22,'Bahamian dollar','BSD',NULL,'Y','BSD','22'),(23,'Bhutanese ngultrum','BTN',NULL,'Y','BTN','23'),(24,'Botswana pula','BWP',NULL,'Y','BWP','24'),(25,'New Belarusian ruble','BYN',NULL,'Y','BYN','25'),(26,'Belarusian ruble','BYR',NULL,'Y','BYR','26'),(27,'Belize dollar','BZD',NULL,'Y','BZD','27'),(28,'Canadian dollar','CAD',NULL,'Y','CAD','28'),(29,'Congolese franc','CDF',NULL,'Y','CDF','29'),(30,'WIR Euro (complementary currency)','CHE',NULL,'Y','CHE','30'),(31,'Swiss franc','CHF',NULL,'Y','CHF','31'),(32,'WIR Franc (complementary currency)','CHW',NULL,'Y','CHW','32'),(33,'Unidad de Fomento (funds code)','CLF',NULL,'Y','CLF','33'),(34,'Chilean peso','CLP',NULL,'Y','CLP','34'),(35,'Chinese yuan','CNY',NULL,'Y','CNY','35'),(36,'Colombian peso','COP',NULL,'Y','COP','36'),(37,'Unidad de Valor Real (UVR) (funds code)','COU',NULL,'Y','COU','37'),(38,'Costa Rican colon','CRC',NULL,'Y','CRC','38'),(39,'Cuban convertible peso','CUC',NULL,'Y','CUC','39'),(40,'Cuban peso','CUP',NULL,'Y','CUP','40'),(41,'Cape Verde escudo','CVE',NULL,'Y','CVE','41'),(42,'Czech koruna','CZK',NULL,'Y','CZK','42'),(43,'Djiboutian franc','DJF',NULL,'Y','DJF','43'),(44,'Danish krone','DKK',NULL,'Y','DKK','44'),(45,'Dominican peso','DOP',NULL,'Y','DOP','45'),(46,'Algerian dinar','DZD',NULL,'Y','DZD','46'),(47,'Egyptian pound','EGP',NULL,'Y','EGP','47'),(48,'Eritrean nakfa','ERN',NULL,'Y','ERN','48'),(49,'Ethiopian birr','ETB',NULL,'Y','ETB','49'),(50,'Euro','EUR',NULL,'Y','EUR','50'),(51,'Fiji dollar','FJD',NULL,'Y','FJD','51'),(52,'Falkland Islands pound','FKP',NULL,'Y','FKP','52'),(53,'Pound sterling','GBP',NULL,'Y','GBP','53'),(54,'Georgian lari','GEL',NULL,'Y','GEL','54'),(55,'Ghanaian cedi','GHS',NULL,'Y','GHS','55'),(56,'Gibraltar pound','GIP',NULL,'Y','GIP','56'),(57,'Gambian dalasi','GMD',NULL,'Y','GMD','57'),(58,'Guinean franc','GNF',NULL,'Y','GNF','58'),(59,'Guatemalan quetzal','GTQ',NULL,'Y','GTQ','59'),(60,'Guyanese dollar','GYD',NULL,'Y','GYD','60'),(61,'Hong Kong dollar','HKD',NULL,'Y','HKD','61'),(62,'Honduran lempira','HNL',NULL,'Y','HNL','62'),(63,'Croatian kuna','HRK',NULL,'Y','HRK','63'),(64,'Haitian gourde','HTG',NULL,'Y','HTG','64'),(65,'Hungarian forint','HUF',NULL,'Y','HUF','65'),(66,'Indonesian rupiah','IDR',NULL,'Y','IDR','66'),(67,'Israeli new shekel','ILS',NULL,'Y','ILS','67'),(68,'Indian rupee','INR',NULL,'Y','INR','68'),(69,'Iraqi dinar','IQD',NULL,'Y','IQD','69'),(70,'Iranian rial','IRR',NULL,'Y','IRR','70'),(71,'Icelandic króna','ISK',NULL,'Y','ISK','71'),(72,'Jamaican dollar','JMD',NULL,'Y','JMD','72'),(73,'Jordanian dinar','JOD',NULL,'Y','JOD','73'),(74,'Japanese yen','JPY',NULL,'Y','JPY','74'),(75,'Kenyan shilling','KES',NULL,'Y','KES','75'),(76,'Kyrgyzstani som','KGS',NULL,'Y','KGS','76'),(77,'Cambodian riel','KHR',NULL,'Y','KHR','77'),(78,'Comoro franc','KMF',NULL,'Y','KMF','78'),(79,'North Korean won','KPW',NULL,'Y','KPW','79'),(80,'South Korean won','KRW',NULL,'Y','KRW','80'),(81,'Kuwaiti dinar','KWD',NULL,'Y','KWD','81'),(82,'Cayman Islands dollar','KYD',NULL,'Y','KYD','82'),(83,'Kazakhstani tenge','KZT',NULL,'Y','KZT','83'),(84,'Lao kip','LAK',NULL,'Y','LAK','84'),(85,'Lebanese pound','LBP',NULL,'Y','LBP','85'),(86,'Sri Lankan rupee','LKR',NULL,'Y','LKR','86'),(87,'Liberian dollar','LRD',NULL,'Y','LRD','87'),(88,'Lesotho loti','LSL',NULL,'Y','LSL','88'),(89,'Libyan dinar','LYD',NULL,'Y','LYD','89'),(90,'Moroccan dirham','MAD',NULL,'Y','MAD','90'),(91,'Moldovan leu','MDL',NULL,'Y','MDL','91'),(92,'Malagasy ariary','MGA',NULL,'Y','MGA','92'),(93,'Macedonian denar','MKD',NULL,'Y','MKD','93'),(94,'Myanmar kyat','MMK',NULL,'Y','MMK','94'),(95,'Mongolian tögrög','MNT',NULL,'Y','MNT','95'),(96,'Macanese pataca','MOP',NULL,'Y','MOP','96'),(97,'Mauritanian ouguiya','MRO',NULL,'Y','MRO','97'),(98,'Mauritian rupee','MUR',NULL,'Y','MUR','98'),(99,'Maldivian rufiyaa','MVR',NULL,'Y','MVR','99'),(100,'Malawian kwacha','MWK',NULL,'Y','MWK','100'),(101,'Mexican peso','MXN',NULL,'Y','MXN','101'),(102,'Mexican Unidad de Inversion (UDI) (funds code)','MXV',NULL,'Y','MXV','102'),(103,'Malaysian ringgit','MYR',NULL,'Y','MYR','103'),(104,'Mozambican metical','MZN',NULL,'Y','MZN','104'),(105,'Namibian dollar','NAD',NULL,'Y','NAD','105'),(106,'Nigerian naira','NGN',NULL,'Y','NGN','106'),(107,'Nicaraguan córdoba','NIO',NULL,'Y','NIO','107'),(108,'Norwegian krone','NOK',NULL,'Y','NOK','108'),(109,'Nepalese rupee','NPR',NULL,'Y','NPR','109'),(110,'New Zealand dollar','NZD',NULL,'Y','NZD','110'),(111,'Omani rial','OMR',NULL,'Y','OMR','111'),(112,'Panamanian balboa','PAB',NULL,'Y','PAB','112'),(113,'Peruvian Sol','PEN',NULL,'Y','PEN','113'),(114,'Papua New Guinean kina','PGK',NULL,'Y','PGK','114'),(115,'Philippine peso','PHP',NULL,'Y','PHP','115'),(116,'Pakistani rupee','PKR',NULL,'Y','PKR','116'),(117,'Polish zloty','PLN',NULL,'Y','PLN','117'),(118,'Paraguayan guaraní','PYG',NULL,'Y','PYG','118'),(119,'Qatari riyal','QAR',NULL,'Y','QAR','119'),(120,'Romanian leu','RON',NULL,'Y','RON','120'),(121,'Serbian dinar','RSD',NULL,'Y','RSD','121'),(122,'Russian ruble','RUB',NULL,'Y','RUB','122'),(123,'Rwandan franc','RWF',NULL,'Y','RWF','123'),(124,'Saudi riyal','SAR',NULL,'Y','SAR','124'),(125,'Solomon Islands dollar','SBD',NULL,'Y','SBD','125'),(126,'Seychelles rupee','SCR',NULL,'Y','SCR','126'),(127,'Sudanese pound','SDG',NULL,'Y','SDG','127'),(128,'Swedish krona/kronor','SEK',NULL,'Y','SEK','128'),(129,'Singapore dollar','SGD',NULL,'Y','SGD','129'),(130,'Saint Helena pound','SHP',NULL,'Y','SHP','130'),(131,'Sierra Leonean leone','SLL',NULL,'Y','SLL','131'),(132,'Somali shilling','SOS',NULL,'Y','SOS','132'),(133,'Surinamese dollar','SRD',NULL,'Y','SRD','133'),(134,'South Sudanese pound','SSP',NULL,'Y','SSP','134'),(135,'São Tomé and Príncipe dobra','STD',NULL,'Y','STD','135'),(136,'Salvadoran colón','SVC',NULL,'Y','SVC','136'),(137,'Syrian pound','SYP',NULL,'Y','SYP','137'),(138,'Swazi lilangeni','SZL',NULL,'Y','SZL','138'),(139,'Thai baht','THB',NULL,'Y','THB','139'),(140,'Tajikistani somoni','TJS',NULL,'Y','TJS','140'),(141,'Turkmenistani manat','TMT',NULL,'Y','TMT','141'),(142,'Tunisian dinar','TND',NULL,'Y','TND','142'),(143,'Tongan pa?anga','TOP',NULL,'Y','TOP','143'),(144,'Turkish lira','TRY',NULL,'Y','TRY','144'),(145,'Trinidad and Tobago dollar','TTD',NULL,'Y','TTD','145'),(146,'New Taiwan dollar','TWD',NULL,'Y','TWD','146'),(147,'Tanzanian shilling','TZS',NULL,'Y','TZS','147'),(148,'Ukrainian hryvnia','UAH',NULL,'Y','UAH','148'),(149,'Ugandan shilling','UGX',NULL,'Y','UGX','149'),(150,'United States dollar','USD',NULL,'Y','USD','150'),(151,'United States dollar (next day) (funds code)','USN',NULL,'Y','USN','151'),(152,'Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)','UYI',NULL,'Y','UYI','152'),(153,'Uruguayan peso','UYU',NULL,'Y','UYU','153'),(154,'Uzbekistan som','UZS',NULL,'Y','UZS','154'),(155,'Venezuelan bolívar','VEF',NULL,'Y','VEF','155'),(156,'Vietnamese dong','VND',NULL,'Y','VND','156'),(157,'Vanuatu vatu','VUV',NULL,'Y','VUV','157'),(158,'Samoan tala','WST',NULL,'Y','WST','158'),(159,'CFA franc BEAC','XAF',NULL,'Y','XAF','159'),(160,'Silver (one troy ounce)','XAG',NULL,'Y','XAG','160'),(161,'Gold (one troy ounce)','XAU',NULL,'Y','XAU','161'),(162,'European Composite Unit (EURCO) (bond market unit)','XBA',NULL,'Y','XBA','162'),(163,'European Monetary Unit (E.M.U.-6) (bond market unit)','XBB',NULL,'Y','XBB','163'),(164,'European Unit of Account 9 (E.U.A.-9) (bond market unit)','XBC',NULL,'Y','XBC','164'),(165,'European Unit of Account 17 (E.U.A.-17) (bond market unit)','XBD',NULL,'Y','XBD','165'),(166,'East Caribbean dollar','XCD',NULL,'Y','XCD','166'),(167,'Special drawing rights','XDR',NULL,'Y','XDR','167'),(168,'CFA franc BCEAO','XOF',NULL,'Y','XOF','168'),(169,'Palladium (one troy ounce)','XPD',NULL,'Y','XPD','169'),(170,'CFP franc (franc Pacifique)','XPF',NULL,'Y','XPF','170'),(171,'Platinum (one troy ounce)','XPT',NULL,'Y','XPT','171'),(172,'SUCRE','XSU',NULL,'Y','XSU','172'),(173,'Code reserved for testing purposes','XTS',NULL,'Y','XTS','173'),(174,'ADB Unit of Account','XUA',NULL,'Y','XUA','174'),(175,'No currency','XXX',NULL,'Y','XXX','175'),(176,'Yemeni rial','YER',NULL,'Y','YER','176'),(177,'South African rand','ZAR',NULL,'Y','ZAR','177'),(178,'Zambian kwacha','ZMW',NULL,'Y','ZMW','178'),(179,'Zimbabwean dollar A/10','ZWL',NULL,'Y','ZWL','179'); /*!40000 ALTER TABLE `currencycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customedproductcategory` -- DROP TABLE IF EXISTS `customedproductcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customedproductcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customedproductcategory` -- LOCK TABLES `customedproductcategory` WRITE; /*!40000 ALTER TABLE `customedproductcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `customedproductcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer` -- DROP TABLE IF EXISTS `customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `surname` varchar(50) NOT NULL, `username` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `business` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `createddate` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `website` varchar(100) NOT NULL, `dob` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `box` varchar(50) NOT NULL, `source` varchar(50) DEFAULT NULL, `town` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `apiaccount_id` varchar(30) NOT NULL DEFAULT '1', `recoverpassword` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `companyid` int(10) NOT NULL DEFAULT 1, `service` text NOT NULL, `usertype` varchar(50) DEFAULT NULL, `smstype` int(10) NOT NULL DEFAULT 2, `refer` text NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customer` -- LOCK TABLES `customer` WRITE; /*!40000 ALTER TABLE `customer` DISABLE KEYS */; /*!40000 ALTER TABLE `customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customerfiscalyear` -- DROP TABLE IF EXISTS `customerfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customerfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `category` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customerfiscalyear` -- LOCK TABLES `customerfiscalyear` WRITE; /*!40000 ALTER TABLE `customerfiscalyear` DISABLE KEYS */; INSERT INTO `customerfiscalyear` VALUES (1,'','active','2022-00-00 00:00:00','2021-00-00 00:00:00',1,1,'\r\n<div style=\"border:1px solid',3333.00,44444.00,0,'1',0,'member'); /*!40000 ALTER TABLE `customerfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customersupplierbalance` -- DROP TABLE IF EXISTS `customersupplierbalance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customersupplierbalance` ( `id` int(40) NOT NULL AUTO_INCREMENT, `description` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `customerid` int(11) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customersupplierbalance` -- LOCK TABLES `customersupplierbalance` WRITE; /*!40000 ALTER TABLE `customersupplierbalance` DISABLE KEYS */; /*!40000 ALTER TABLE `customersupplierbalance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycharges` -- DROP TABLE IF EXISTS `dailycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycharges` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'checkin', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `transactioncode` varchar(50) NOT NULL, `name` varchar(20) NOT NULL, `chargeid` varchar(20) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `cost` varchar(20) NOT NULL, `createdat` varchar(30) NOT NULL, `discountedtotal` varchar(20) DEFAULT NULL, `idno` varchar(20) DEFAULT NULL, `phone` varchar(50) DEFAULT NULL, `checkin` varchar(30) DEFAULT NULL, `checkout` varchar(30) DEFAULT NULL, `roomtype` varchar(20) DEFAULT NULL, `bedid` varchar(20) DEFAULT NULL, `bedname` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycharges` -- LOCK TABLES `dailycharges` WRITE; /*!40000 ALTER TABLE `dailycharges` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycollections` -- DROP TABLE IF EXISTS `dailycollections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycollections` ( `id` int(40) NOT NULL AUTO_INCREMENT, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `name` varchar(30) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `controller` varchar(30) NOT NULL, `expense` varchar(30) NOT NULL, `cash` varchar(30) NOT NULL, `discount` varchar(30) NOT NULL, `entrydate` varchar(30) NOT NULL, `contact` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `tax` decimal(10,2) NOT NULL, `sort` decimal(10,2) NOT NULL, `sortmoney` decimal(10,2) NOT NULL, `transactiondate` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `openingbalance` decimal(10,2) NOT NULL, `closingbalance` decimal(10,2) NOT NULL, `cashcollected` decimal(10,2) NOT NULL, `totalsales` decimal(10,2) NOT NULL, `debt` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(5) DEFAULT 1, `invoice` varchar(50) NOT NULL, `buyingprice` varchar(20) NOT NULL, `ttbrice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=961 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; INSERT INTO `deals` VALUES (1,'Restaurant Business ','Pos','256705540928','Physical Marketing','141743083586','','0.00','2025-03-27 16:53:06','2025-06-19 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-03-27 16:53:06','1','NOT YET READY','14',1),(2,'Fashions ','Website','+25673332177','Physical Marketing','151743083596','','0.00','2025-03-27 16:53:16','2025-06-18 12:00:00','','0.00','Followup 4','Not Picking','','15','2025-03-27 16:53:16','1','can not pass','15',1),(3,'Telnets ug','General systems','256701415036','cold call','141743165853','','0.00','2025-03-29 15:44:13','2025-05-30 12:00:00','','0.00','Followup 4','Interested','','14','2025-03-28 15:44:13','1','Still looking for the money.\r\nHe will call back after 3 weeks','14',1),(4,'Nicomart','General systems','0701332516','cold call','141743166124','','0.00','2025-03-28 15:48:44','2025-05-03 12:00:00','','0.00','Followup 4','Not Ordered','','14','2025-03-28 15:48:44','1','Still not ready','14',1),(5,'Umartech shop','Pos','0703657447','cold call','141743244071','','0.00','2025-03-28 13:27:51','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-03-29 13:27:51','1','Still setting up the branch. He will contact us as soon as he finishes','14',1),(6,'Abubakli fashions ','Pos','+256701941688','Physical Marketing','151743244919','','0.00','2025-03-29 13:41:59','2025-07-10 11:00:00','','0.00','Followup 5','Not Interested','','15','2025-03-29 13:41:59','1','tell me any tym','15',1),(7,'Julius','Website','256772060801','cold call','141743245302','','0.00','2025-03-29 13:48:22','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-03-29 13:48:22','1','','14',1),(8,'Godfrey fashions ','E-commerce','+256706049743','Physical Marketing','Physical Marketing','','0','2025-04-09 00:00:00','2025-05-28 14:15:00','High','0','Followup 4','Interested','','15','2025-04-07 17:21:17','1','still looking for the 50% to start','',1),(9,'Rizla computers','E-commerce','256704008562','Physical Marketing','141743603096','','0.00','2025-04-02 17:11:36','2025-05-22 12:00:00','','0.00','Followup 3','Not Interested','','14','2025-04-02 17:11:36','1','','14',1),(10,'Gilbert','Pos','256771011662','Physical Marketing','141743689823','','0.00','2025-04-03 17:17:03','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-03 17:17:03','1','Still setting up the hospital. Will communicate when they are ready to open','14',1),(11,'Mk computers','E-commerce','Mk','Physical Marketing','151743776212','','0.00','2025-04-04 17:16:52','2025-07-09 11:15:00','','0.00','Followup 6','Call Later','','15','2025-04-04 17:16:52','1','still looking for money','15',1),(12,'Fashions ','E-commerce','Deborah','Physical Marketing','151743853123','','0.00','2025-04-05 14:38:43','2025-04-23 12:00:00','','0.00','Followup 1','Not Interested','Not closed','15','2025-04-05 14:38:43','1','She told that she a person who made for her at 600000','15',1),(13,'','Pos','Gilbert','cold call','151744036030','','0.00','2025-04-07 17:27:10','2025-05-16 14:45:00','','0.00','Followup 3','Interested','','15','2025-04-07 17:27:10','1','he said is still on that issue and soon will let me know.','15',1),(14,'Kibao Enterprises ltd','General systems','256755589461','cold call','141744270941','','0.00','2025-04-10 10:42:21','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 10:42:21','1','No response yet','14',1),(15,'The 611 Hotel','General systems','256782944509','cold call','141744271122','','0.00','2025-04-10 10:45:22','2025-05-22 12:00:00','','0.00','Followup 1','Not Picking','','14','2025-04-10 10:45:22','1','NOT PICKING','14',1),(16,'Las Vegas Gardens ','General systems','256772695607','cold call','141744271238','','0.00','2025-04-10 10:47:18','2025-05-03 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-10 10:47:18','1','Already received details on WhatsApp','14',1),(17,'Sir Jose Hotel','General systems','256772500322','cold call','141744271378','','0.00','2025-04-10 10:49:38','2025-05-03 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-10 10:49:38','1','Received information on Whatsapp','14',1),(18,'Protea Hotel','General systems','256774845428/ 256312555000','cold call','141744271746','MarriottSkyz (talked to Abel)','0.00','2025-04-10 10:55:46','2025-05-03 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-10 10:55:46','1','Received information on email','14',1),(19,'Kabira Country Club','General systems','256752711080','cold call','141744272261','','0.00','2025-04-10 11:04:21','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 11:04:21','1','Still occupied. Hasn\'t scheduled the meeting','14',1),(20,'Best Western Plus Anthena Hotel','General systems','256787854050/ 256393208809','cold call','141744272596','','0.00','2025-04-10 11:09:56','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 11:09:56','1','Contact still not going through','14',1),(21,'Imperial Royale Hotel','General systems','256772417016','cold call','141744272846','','0.00','2025-04-10 11:14:06','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 11:14:06','1','No response yet','14',1),(22,'Mellin international Hotel ','General systems','25677345974','cold call','141744272977','','0.00','2025-04-10 11:16:17','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 11:16:17','1','No response yet','14',1),(23,'Nanjing Hotel','General systems','2567066266666','cold call','141744273084','','0.00','2025-04-10 11:18:04','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 11:18:04','1','No response','14',1),(24,'Victory Supermarket ','General systems','256700861237','cold call','141744275551','','0.00','2025-04-10 11:59:11','2025-04-11 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-10 11:59:11','1','Not interested','14',1),(25,'Paris Corner Supermarket ','General systems','256772457359','cold call','141744276859','','0.00','2025-04-10 12:20:59','2025-05-22 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-10 12:20:59','1','','14',1),(26,'Destiny ','Pos','256756287763','cold call','141744279458','','0.00','2025-04-10 13:04:18','2025-04-11 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-10 13:04:18','1','Interested in a different service we don\'t offer','14',1),(27,'Splendid supermarket Bweyogerere','General systems','256702570178','cold call','141744283308','','0.00','2025-04-10 14:08:28','2025-04-11 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-10 14:08:28','1','Not interested but will will refer in case one is in need','14',1),(28,'Namakwekwe main market','General systems','256702680393','cold call','141744284141','','0.00','2025-04-10 14:22:21','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 14:22:21','1','No response','14',1),(29,'Gracious shopping center ','General systems','256702970026','cold call','141744285657','','0.00','2025-04-10 14:47:37','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-10 14:47:37','1','No response yet','14',1),(30,'Lexortmart supermarket ','General systems','256703527617','cold call','141744287692','','0.00','2025-04-10 15:21:32','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-10 15:21:32','1','','14',1),(31,'Gabsam Supermarket ','General systems','256703630297','cold call','141744288729','','0.00','2025-04-10 15:38:49','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-10 15:38:49','1','','14',1),(32,'Kirimi supermarket ','General systems','256704607258','cold call','141744360043','','0.00','2025-04-11 11:27:23','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-11 11:27:23','1','No response yet','14',1),(33,'Easy shopping Mart','General systems','256706201212','cold call','141744362500','','0.00','2025-04-11 12:08:20','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-11 12:08:20','1','No response yet','14',1),(34,'T& T supermarket ','General systems','256706632074','cold call','141744363455','','0.00','2025-04-11 12:24:15','2025-05-03 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-11 12:24:15','1','No response yet','14',1),(35,'Eden Jinja city mart','Website','25672583683','cold call','141744616889','','0.00','2025-04-14 10:48:09','2025-05-03 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-14 10:48:09','1','Not yet ready','14',1),(36,'Packmax stores','General systems','256752900351','cold call','141744616975','','0.00','2025-04-14 10:49:35','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-14 10:49:35','1','No response yet','14',1),(37,'Taata Owen supermarket ','Pos','256752735255','cold call','141744637539','','0.00','2025-04-14 16:32:19','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-14 16:32:19','1','Not ready','14',1),(38,'Peacemega Nyamitanga','General systems','256780306377','cold call','cold call','','0','2025-04-14 00:00:00','2025-05-03 12:00:00','High','0','Followup 3','Not Ordered','','14','2025-04-14 16:46:43','1','Will revert when in need','',1),(39,'Noah shopping Center ','General systems','256770988811','cold call','141744638529','','0.00','2025-04-14 16:48:49','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-14 16:48:49','1','No response yet','14',1),(40,'Benco supermarket ','Pos','256755848194','cold call','141744638652','','0.00','2025-04-14 16:50:52','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-14 16:50:52','1','No response yet','14',1),(41,'Genex Supermarket ','Pos','256772409975','cold call','141744706987','','0.00','2025-04-15 11:49:47','2025-05-22 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-15 11:49:47','1','NO REPONSE','14',1),(42,'Big Deal shoppers','General systems','256772658554','cold call','141744709891','','0.00','2025-04-15 12:38:11','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-15 12:38:11','1','Not yet ready.','14',1),(43,'Costco supermarket ','General systems','25677448935','cold call','141744722305','','0.00','2025-04-15 16:05:05','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-15 16:05:05','1','He will reach out when he is has finished setting up is plan.','14',1),(44,'The master supermarket ','General systems','256777003353','cold call','141744791285','','0.00','2025-04-16 11:14:45','2025-05-03 12:00:00','','0.00','Followup 3','Not Ordered','','14','2025-04-16 11:14:45','1','No response yet','14',1),(45,'Quick save supermarket ','General systems','256779586488','cold call','141744791383','','0.00','2025-04-16 11:16:23','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-16 11:16:23','1','No response yet.','14',1),(46,'Didiz Catering and Grocery service ','General systems','256785137291','cold call','141744791475','','0.00','2025-04-16 11:17:55','2025-04-30 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-16 11:17:55','1','No response yet','14',1),(47,'African supermarket ','General systems','256786367276','cold call','141744795340','','0.00','2025-04-16 12:22:20','2025-04-30 12:00:00','','0.00','Followup 2','Not Interested','','14','2025-04-16 12:22:20','1','No response yet','14',1),(48,'Nature\'s Aroma Organics & procedure ','General systems','256787514681','cold call','141744795474','','0.00','2025-04-16 12:24:34','2025-04-30 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-16 12:24:34','1','No response yet','14',1),(49,'Mwiino supermarket ','General systems','256789785055','cold call','141744795571','','0.00','2025-04-16 12:26:11','2025-04-30 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-16 12:26:11','1','No response yet','14',1),(50,'Clinxpharm','Pos','256703415481','cold call','cold call','','0','2025-04-22 00:00:00','2025-04-30 12:00:00','High','0','Followup 1','Not Ordered','','14','2025-04-17 15:30:59','1','had the demo and the POS package information. still going through the information, will revert.','',1),(51,'Medico Pharmacy ','General systems','256704903754','cold call','141745326350','','0.00','2025-04-22 15:52:30','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-22 15:52:30','1','Received product information, no response yet.','14',1),(52,'Top Medical','General systems','256704980746','cold call','141745326504','','0.00','2025-04-22 15:55:04','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-22 15:55:04','1','Received product information, no response yet','14',1),(53,'MM pharmacy ','General systems','256706001002','cold call','141745326594','','0.00','2025-04-22 15:56:34','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-22 15:56:34','1','not yet online but products information was received','14',1),(54,'Moriah pharmacy ','General systems','256709710289','cold call','141745326678','','0.00','2025-04-22 15:57:58','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-22 15:57:58','1','contact on what\'s app','14',1),(55,'Gilead pharmacy ','General systems','256757026307','cold call','141745397997','','0.00','2025-04-23 11:46:37','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-23 11:46:37','1','Received information details on WhatsApp','14',1),(56,'Dr.Brian','Pos','256708178626','cold call','141745407117','','0.00','2025-04-23 14:18:37','2025-05-22 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-23 14:18:37','1','','14',1),(57,'Lemajo Pharmacy ','General systems','256779223361','cold call','141745500156','','0.00','2025-04-24 16:09:16','2025-04-25 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:09:16','1','Share details on WhatsApp','14',1),(58,'Happy Pills','General systems','256782334899','cold call','141745500248','','0.00','2025-04-24 16:10:48','2025-04-24 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:10:48','1','Share details on WhatsApp','14',1),(59,'Cheap pharmacy ','General systems','256784617772','cold call','141745500418','','0.00','2025-04-24 16:13:38','2025-04-24 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:13:38','1','Share details of the solutions we offer','14',1),(60,'Famu care','General systems','256705942756','cold call','141745500606','','0.00','2025-04-24 16:16:46','2025-04-24 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:16:46','1','Share information of the solutions on WhatsApp','14',1),(61,'Sky pharmacy ','General systems','256760995699','cold call','141745500743','','0.00','2025-04-24 16:19:03','2025-04-24 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:19:03','1','Share information of the solutions on WhatsApp','14',1),(62,'Alisha and co u ltd','Pos','256759462646','cold call','141745500870','.','0.00','2025-04-24 16:21:10','2025-04-24 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:21:10','1','Share details of the solutions on WhatsApp','14',1),(63,'Last chance','General systems','25677395081','cold call','141745500980','','0.00','2025-04-24 16:23:00','2025-04-25 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:23:00','1','Share details on WhatsApp','14',1),(64,'Parents pharmacy ','General systems','256782606481','cold call','141745501132','','0.00','2025-04-24 16:25:32','2025-04-25 12:00:00','','0.00','new','Not Ordered','','14','2025-04-24 16:25:32','1','Share information on Whatsapp','14',1),(65,'Sims pharmacy ltd','General systems','256701121295','cold call','141745838728','','0.00','2025-04-28 14:12:08','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 14:12:08','1','Share details on WhatsApp','14',1),(66,'Access Global pharmacy ','General systems','256752927385','cold call','141745838813','','0.00','2025-04-28 14:13:33','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 14:13:33','1','Share details on WhatsApp','14',1),(67,'Berlin Pharmacy ','General systems','256700666337','cold call','141745838923','','0.00','2025-04-28 14:15:23','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 14:15:23','1','Share details on WhatsApp','14',1),(68,'Olive pharmacy ','General systems','2567p2400816','cold call','141745838999','','0.00','2025-04-28 14:16:39','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 14:16:39','1','Share details on WhatsApp','14',1),(69,'Goalman Supermarket ','General systems','256703792323','cold call','141745839089','','0.00','2025-04-28 14:18:09','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-28 14:18:09','1','Received product information on WhatsApp','14',1),(70,'Clinison Medical','General systems','256703264229 / 256704007172','cold call','141745849766','','0.00','2025-04-28 17:16:06','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-28 17:16:06','1','Receive information on his email has requested.','14',1),(71,'','General systems','+256751884844','cold call','151745849860','','0.00','2025-04-28 17:17:40','2025-05-08 12:30:00','','0.00','Followup 4','Not Interested','','15','2025-04-28 17:17:40','1','soon reaching on for the 50% of the solution','15',1),(72,'I know you need it','General systems','256759447558','cold call','141745849884','','0.00','2025-04-28 17:18:04','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:18:04','1','Share details on WhatsApp','14',1),(73,'Zee pharmaceuticals','General systems','256755281728','cold call','141745850211','','0.00','2025-04-28 17:23:31','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:23:31','1','Share details on WhatsApp','14',1),(74,'Carefort pharmacy ','General systems','25670110118','cold call','141745850308','','0.00','2025-04-28 17:25:08','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:25:08','1','Share details on WhatsApp','14',1),(75,'Dopro pharmacy ','General systems','256702168707','cold call','141745850393','','0.00','2025-04-28 17:26:33','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:26:33','1','Share details on WhatsApp','14',1),(76,'Ecopharm','General systems','25670905489','cold call','141745850481','','0.00','2025-04-28 17:28:01','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:28:01','1','Share details on WhatsApp','14',1),(77,'Emma breeze pharmacy ','General systems','256700128683','cold call','141745850557','','0.00','2025-04-28 17:29:17','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:29:17','1','Share details on WhatsApp','14',1),(78,'Easart pharmacy ','General systems','256758727950','cold call','141745850675','','0.00','2025-04-28 17:31:15','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:31:15','1','Share details on WhatsApp.','14',1),(79,'Friecca pharmacy','General systems','256703208691','cold call','141745850758','','0.00','2025-04-28 17:32:38','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:32:38','1','Share details on WhatsApp','14',1),(80,'Gibmak pharmacy ','General systems','256774112739','cold call','141745850853','','0.00','2025-04-28 17:34:13','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:34:13','1','Share details on WhatsApp','14',1),(81,'Health care ltd','General systems','256701256112','cold call','141745850993','','0.00','2025-04-28 17:36:33','2025-04-28 12:00:00','','0.00','new','Not Ordered','','14','2025-04-28 17:36:33','1','Share details on WhatsApp','14',1),(82,'zeridah pharmacy ','General systems','256701469877','cold call','141745851345','','0.00','2025-04-28 17:42:25','2025-04-28 12:00:00','','0.00','new','Not Interested','','14','2025-04-28 17:42:25','1','Already has a system running','14',1),(83,'Totez pharmacy ','General systems','256704004762','cold call','141745851447','','0.00','2025-04-28 17:44:07','2025-04-30 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-28 17:44:07','1','didn\'t pick the call again','14',1),(84,'Queening pharmacy ','General systems','25675742780','cold call','141745852055','','0.00','2025-04-28 17:54:15','2025-04-28 12:00:00','','0.00','new','Not Interested','','14','2025-04-28 17:54:15','1','Still a small business and can\'t afford the system now.','14',1),(85,'Ntimba pharmacy ','General systems','256702285631','cold call','141745852220','','0.00','2025-04-28 17:57:00','2025-04-29 12:00:00','','0.00','Followup 2','Not Ordered','','14','2025-04-28 17:57:00','1','still busy, can\'t talk','14',1),(86,'Aaron pharmacuticals','General systems','256755200555','cold call','141745852441','','0.00','2025-04-28 18:00:41','2025-04-28 12:00:00','','0.00','new','Not Interested','','14','2025-04-28 18:00:41','1','Not interested','14',1),(87,'BAW pharmacy ','General systems','','cold call','141745852608','','0.00','2025-04-28 18:03:28','2025-04-28 12:00:00','','0.00','new','Not Interested','','14','2025-04-28 18:03:28','1','Not interested right now but will contact incase of need','14',1),(88,'Gelbra Medicine','General systems','256704918560','cold call','141745853038','','0.00','2025-04-28 18:10:38','2025-04-29 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-28 18:10:38','1','call ended','14',1),(89,'Henber pharmacy ','General systems','256750702052','cold call','141745910540','','0.00','2025-04-29 10:09:00','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 10:09:00','1','Share information on WhatsApp','14',1),(90,'I AM PHARMACY ','General systems','256701475644','cold call','141745911171','','0.00','2025-04-29 10:19:31','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 10:19:31','1','Share information on Whatsapp','14',1),(91,'JIMSAR PHARMACY','Biometric','256754042134','cold call','141745913568','','0.00','2025-04-29 10:59:28','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 10:59:28','1','Already received information on WhatsApp, still going through it.','14',1),(92,'JOLILAB PARMACY','General systems','25670491288','cold call','141745913644','','0.00','2025-04-29 11:00:44','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 11:00:44','1','Received product information on WhatsApp','14',1),(93,'LEAD CARE PHARMACY LTD (JINJA)','General systems','256757754257','cold call','141745914251','','0.00','2025-04-29 11:10:51','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 11:10:51','1','will contact incase they need any of our services','14',1),(94,'LEE HEALTH PHARMACY','General systems','256758916588','cold call','141745914430','','0.00','2025-04-29 11:13:50','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 11:13:50','1','Share information on whatsapp','14',1),(95,'LIFESERVE PHARMACY','General systems','256744863786','cold call','141745915070','','0.00','2025-04-29 11:24:30','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 11:24:30','1','','14',1),(96,'LISA PHARMACEUTICALS','General systems','256702684684','cold call','141745915292','','0.00','2025-04-29 11:28:12','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 11:28:12','1','share information on WhatsApp','14',1),(97,'LUKA PHARMACY MITYANA','General systems','256700398634','cold call','141745915552','','0.00','2025-04-29 11:32:32','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 11:32:32','1','Product information was shared but not yet received since he has not yet logged in WhatsApp','14',1),(98,'MAXCAL PHARMACY','General systems','256706767312','cold call','141745915998','KYALIWAJJALA','0.00','2025-04-29 11:39:58','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 11:39:58','1','forward the information on WhatsApp','14',1),(99,'MELAIN PHARMACY','General systems','256753048787','cold call','141745916655','','0.00','2025-04-29 11:50:55','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 11:50:55','1','busy but can share information on WhatsApp','14',1),(100,'METRALCO PHARMACY','General systems','256754803099','cold call','141745916855','','0.00','2025-04-29 11:54:15','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 11:54:15','1','Busy share information on WhatsApp','14',1),(101,'MOTI PHARMA (U) LTD','General systems','256705944840','cold call','141745917242','','0.00','2025-04-29 12:00:42','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 12:00:42','1','Received product information on WhatsApp','14',1),(102,'MADALI PHARMACY','General systems','256700313391','cold call','141745917665','','0.00','2025-04-29 12:07:45','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 12:07:45','1','Received information on WhatsApp','14',1),(103,'NOOR PHARMACY','General systems','256702494284','cold call','141745918557','','0.00','2025-04-29 12:22:37','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 12:22:37','1','Received product information on WhatsApp','14',1),(104,'ORANGE COUNTY PHARMACY','General systems','256701931906','cold call','141745919200','','0.00','2025-04-29 12:33:20','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 12:33:20','1','Already received products information on WhatsApp','14',1),(105,'PLATINUM PLUS PHARMACY','General systems','256709743111','cold call','141745919795','','0.00','2025-04-29 12:43:15','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 12:43:15','1','share information on WhatsApp','14',1),(106,'PLUS PHARMACY','General systems','256752374339','cold call','141745920213','','0.00','2025-04-29 12:50:13','2025-04-30 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-29 12:50:13','1','Received products information on WhatsApp','14',1),(107,'RAZ PHARMACEUTICAL LTD','General systems','25704552245','cold call','141745927656','','0.00','2025-04-29 14:54:16','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 14:54:16','1','Listened and ended the call with no response','14',1),(108,'RIYADH PHARMACY','General systems','256753053785','cold call','141745928256','','0.00','2025-04-29 15:04:16','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 15:04:16','1','Busy, share details on WhatsApp','14',1),(109,'ROCK PHARMACY','General systems','256759913390','cold call','141745928485','','0.00','2025-04-29 15:08:05','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 15:08:05','1','Received product information on WhatsApp.','14',1),(110,'RORILA PHARMACY','Pos','256704168342','cold call','141745930079','','0.00','2025-04-29 15:34:39','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 15:34:39','1','Received Product information on Whatsapp','14',1),(111,'SAFELINK PHARMACY','General systems','256750000018','cold call','141745930595','','0.00','2025-04-29 15:43:15','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 15:43:15','1','Busy','14',1),(112,'SAFESCRIPT PHARMACY','General systems','256700934547','cold call','141745930891','','0.00','2025-04-29 15:48:11','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 15:48:11','1','received product information on What\'sapp','14',1),(113,'SALEM PHARMACY','General systems','2567446785192','cold call','141745931258','','0.00','2025-04-29 15:54:18','2025-04-30 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-29 15:54:18','1','Wrong contact shared','14',1),(114,'SEK PHARMACY','General systems','256704263643','cold call','141745931485','','0.00','2025-04-29 15:58:05','2025-04-29 12:00:00','','0.00','new','Not Ordered','','14','2025-04-29 15:58:05','1','Not feeling well, in hospital.','14',1),(115,'SHREEJI PHARMACEUTICALS ','General systems','256755253129','cold call','141745931895','','0.00','2025-04-29 16:04:55','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 16:04:55','1','Busy don\'t have time to listen','14',1),(116,'SIMA PHARMACY Ltd','General systems','25701121295','cold call','141745932230','','0.00','2025-04-29 16:10:30','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 16:10:30','1','Received products information on WhatsApp','14',1),(117,'SONET MEDICAL LIMITED','General systems','256703591239','cold call','141745932488','','0.00','2025-04-29 16:14:48','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-29 16:14:48','1','Received information shared on What\'s app','14',1),(118,'STAR PHARMACY','General systems','256757400817','cold call','141745933614','','0.00','2025-04-29 16:33:34','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 16:33:34','1','Picked but ended the call without finishing the conversion.','14',1),(119,'THOLICON PHARMACY','General systems','256755958763','cold call','141745934626','','0.00','2025-04-29 16:50:26','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 16:50:26','1','Attending to clients right now, doesn\'t have time.','14',1),(120,'ULTIOSA PHARMACY GGANDA BRANCH','General systems','256752824900','cold call','141745934868','','0.00','2025-04-29 16:54:28','2025-04-29 12:00:00','','0.00','new','Not Interested','','14','2025-04-29 16:54:28','1','Busy, can\'t talk','14',1),(121,'VERSE PHARMACY','General systems','256702140063','cold call','141745998126','','0.00','2025-04-30 10:28:46','2025-04-30 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-04-30 10:28:46','1','Contact not on WhatsApp','14',1),(122,'WELLMAN\'S PHARMACY','General systems','256700869575','cold call','141745998735','','0.00','2025-04-30 10:38:55','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-30 10:38:55','1','Received product information on WhatsApp','14',1),(123,'WELLWISE PHARMACY','General systems','256700922749','cold call','141745998932','','0.00','2025-04-30 10:42:12','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-30 10:42:12','1','Received products information WhatsApp','14',1),(124,'Z$A PHARMACY (U) LTD','General systems','256701493179','cold call','141745999679','','0.00','2025-04-30 10:54:39','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-30 10:54:39','1','Already received information on WhatsApp','14',1),(125,'WEALTH LIFE PHARMACY','Pos','25670986379','cold call','141746002637','','0.00','2025-04-30 11:43:57','2025-04-30 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-04-30 11:43:57','1','Already received the information on WhatsApp still going through it.','14',1),(126,'Premious','General systems','256702199626','cold call','141746188204','','0.00','2025-05-02 15:16:44','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:16:44','1','Share information on Whatsapp','14',1),(127,'J.P pharmacy Iganga','General systems','256757544799','cold call','141746188587','','0.00','2025-05-02 15:23:07','2025-05-02 12:00:00','','0.00','new','Not Interested','','14','2025-05-02 15:23:07','1','Ended the call while talking to him','14',1),(128,'Magan pharmacy ','General systems','256706921155','cold call','141746188661','','0.00','2025-05-02 15:24:21','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:24:21','1','Abit busy but share on Whatsapp','14',1),(129,'Bacton','General systems','256707838888','cold call','141746188739','','0.00','2025-05-02 15:25:39','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:25:39','1','Share on Whatsapp','14',1),(130,'Livestream ','General systems','256757450025','cold call','141746188808','','0.00','2025-05-02 15:26:48','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:26:48','1','Share information on Whatsapp','14',1),(131,'Frolive pharmacy ','General systems','256700464167','cold call','141746190207','','0.00','2025-05-02 15:50:07','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:50:07','1','Share information on Whatsapp','14',1),(132,'Nsamba drug store','General systems','256706620991','cold call','141746190349','','0.00','2025-05-02 15:52:29','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:52:29','1','Picked but his side of the call wasn\'t clear and he ended the call','14',1),(133,'Katejam pharmacy ','General systems','256709588042','cold call','141746190422','','0.00','2025-05-02 15:53:42','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:53:42','1','Busy but share on Whatsapp','14',1),(134,'Romaro pharmacy ','General systems','256752510108','cold call','141746190523','','0.00','2025-05-02 15:55:23','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:55:23','1','Share all the details on WhatsApp','14',1),(135,'Maaldcare pharmacy ','General systems','256707657430','cold call','141746190693','','0.00','2025-05-02 15:58:13','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 15:58:13','1','Share information on Whatsapp','14',1),(136,'Entebbe Girls Secondary School','General systems','256702005405','cold call','141746190821','','0.00','2025-05-02 16:00:21','2025-05-02 12:00:00','','0.00','new','Not Ordered','','14','2025-05-02 16:00:21','1','Will check out Robisearch website and also share details on WhatsApp','14',1),(137,'Entebbe Parents Secondary ','General systems','256752630101','cold call','141746433195','','0.00','2025-05-05 11:19:55','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 11:19:55','1','Busy and not interested','14',1),(138,'Shekinah International School ','General systems','256755469134','cold call','141746433268','','0.00','2025-05-05 11:21:08','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 11:21:08','1','Busy, share on Whatsapp','14',1),(139,'Rainbow Christian school ','General systems','256704926399','cold call','141746433340','','0.00','2025-05-05 11:22:20','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 11:22:20','1','','14',1),(140,'St. John college schools Entebbe Campus ','General systems','256700885690','cold call','141746433729','','0.00','2025-05-05 11:28:49','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 11:28:49','1','In a meeting, share on Whatsapp','14',1),(141,'Promise High School ','Biometric','256779216325','cold call','141746434713','','0.00','2025-05-05 11:45:13','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-05 11:45:13','1','','14',1),(142,'Apple pre & primary school ','General systems','256758669018','cold call','141746435688','','0.00','2025-05-05 12:01:28','2025-05-09 10:30:00','','0.00','new','Call Later','','14','2025-05-05 12:01:28','1','Prefers a physical demo of our solutions','14',1),(143,'The great Olives pre','General systems','256757503095','cold call','141746437236','School','0.00','2025-05-05 12:27:16','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 12:27:16','1','Prefers we share them on WhatsApp so that she can go through them','14',1),(144,'Nakiwogo Primary School ','General systems','256752877819','cold call','141746438203','','0.00','2025-05-05 12:43:23','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 12:43:23','1','Appreciate for sharing information and will revert in case of need in future','14',1),(145,'St. Agnes Primary School ','General systems','256704274169','cold call','141746438323','','0.00','2025-05-05 12:45:23','2025-05-05 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-05 12:45:23','1','Share proposals with pricing on WhatsApp','14',1),(146,'The great Olives Pre','General systems','256701235003','cold call','141746452159','School','0.00','2025-05-05 16:35:59','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 16:35:59','1','Share information on Whatsapp','14',1),(147,'St. John Vianney secondary ','General systems','256702181598','cold call','141746452710','','0.00','2025-05-05 16:45:10','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 16:45:10','1','Busy but share information on Whatsapp','14',1),(148,'Gilgal Primary school','General systems','256702946177','cold call','141746452830','','0.00','2025-05-05 16:47:10','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 16:47:10','1','Share details on WhatsApp','14',1),(149,'Kampala international School ','General systems','256752711909','cold call','141746452952','','0.00','2025-05-05 16:49:12','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 16:49:12','1','In a meeting but share on Whatsapp','14',1),(150,'Leotard Ballet Uganda ','Biometric','25675794540','cold call','141746453085','','0.00','2025-05-05 16:51:25','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 16:51:25','1','Share information on Biometric time attendance and ERP on WhatsApp','14',1),(151,'School','E-commerce','256756424572','cold call','141746453415','','0.00','2025-05-05 16:56:55','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 16:56:55','1','Share proposal forms for digital marketing and website design on WhatsApp','14',1),(152,'KRAFTS High School ','General systems','256759403178','cold call','141746453676','','0.00','2025-05-05 17:01:16','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:01:16','1','Share details on WhatsApp','14',1),(153,'Ashraf Islamic school','General systems','25702000543','cold call','141746453755','','0.00','2025-05-05 17:02:35','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:02:35','1','Share details on WhatsApp','14',1),(154,'Front Nursery and primary school ','General systems','256754013374','cold call','141746453909','','0.00','2025-05-05 17:05:09','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:05:09','1','Share information on Whatsapp','14',1),(155,'e Study institute ','General systems','25678753578','cold call','141746453986','','0.00','2025-05-05 17:06:26','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:06:26','1','Share information on Whatsapp','14',1),(156,'Kampala Secondary School ','General systems','256705141953','cold call','141746454363','','0.00','2025-05-05 17:12:43','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:12:43','1','Share details on WhatsApp','14',1),(157,'Luzira Secondary ','General systems','256704180901','cold call','141746454444','','0.00','2025-05-05 17:14:04','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:14:04','1','','14',1),(158,'Emma High school ','General systems','256702541474','cold call','141746454649','','0.00','2025-05-05 17:17:29','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:17:29','1','Organize for a physical meeting and demo.','14',1),(159,'Millie\'s International School ','General systems','25675528037','cold call','141746454755','','0.00','2025-05-05 17:19:15','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:19:15','1','Have a already someone in charge and not interested','14',1),(160,'Hana International School Ug.','General systems','256702139459','cold call','141746454825','','0.00','2025-05-05 17:20:25','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:20:25','1','Not interested','14',1),(161,'Acacia International Schools','General systems','256752403961','cold call','141746455183','','0.00','2025-05-05 17:26:23','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:26:23','1','Share details on their email ( procurement@acaciaschools.org)','14',1),(162,'Kampala Parents School ','General systems','256752711914','cold call','141746455331','','0.00','2025-05-05 17:28:51','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:28:51','1','Busy and someone is handling their Ict solutions','14',1),(163,'Hills International School Kampala ','General systems','256752744557','cold call','141746455500','','0.00','2025-05-05 17:31:40','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:31:40','1','Not interested in the products right now.','14',1),(164,'Windsor International School ','General systems','256709144217','cold call','141746455582','','0.00','2025-05-05 17:33:02','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:33:02','1','Not in need of any of our products','14',1),(165,'Jinja Little Angels','General systems','256753985139','cold call','141746455760','','0.00','2025-05-05 17:36:00','2025-05-05 12:00:00','','0.00','new','Not Ordered','','14','2025-05-05 17:36:00','1','Will be checking with the bosses and then get back to us','14',1),(166,'Nyakasura School ','General systems','25675355736','cold call','141746455843','','0.00','2025-05-05 17:37:23','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:37:23','1','Don\'t need any of our products','14',1),(167,'Jojam Aviation ','General systems','256745434968','cold call','141746455987','','0.00','2025-05-05 17:39:47','2025-05-05 12:00:00','','0.00','new','Not Interested','','14','2025-05-05 17:39:47','1','Have people handling it.','14',1),(168,'Namungoona parents secondary school ','General systems','25800299','cold call','141746528028','','0.00','2025-05-06 13:40:28','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:40:28','1','Share on Whatsapp','14',1),(169,'Nsambya secondary school ','General systems','256703606500','cold call','141746528232','','0.00','2025-05-06 13:43:52','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:43:52','1','Share details on email ( nabwiirejuliet@yahoo.com)','14',1),(170,'Cherubs International Christian Academy ','General systems','256740342888','cold call','141746528402','','0.00','2025-05-06 13:46:42','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:46:42','1','Share details on WhatsApp','14',1),(171,'Sandy Castle International School ','General systems','25675527820','cold call','141746528712','','0.00','2025-05-06 13:51:52','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:51:52','1','In a meeting, share on Whatsapp','14',1),(172,'School','General systems','256752998618','cold call','141746528790','','0.00','2025-05-06 13:53:10','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:53:10','1','Share on Whatsapp','14',1),(173,'Musa Tourist guide ','General systems','256707131338','cold call','141746528881','','0.00','2025-05-06 13:54:41','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:54:41','1','In a meeting, share on Whatsapp','14',1),(174,'Pax junior school','General systems','256700938498','cold call','141746528966','','0.00','2025-05-06 13:56:06','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:56:06','1','Will go through the solutions on WhatsApp','14',1),(175,'Raphela Junior school','General systems','256701420982','cold call','141746529156','','0.00','2025-05-06 13:59:16','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 13:59:16','1','Share our profile and what we\'re planning for her business on WhatsApp','14',1),(176,'All Nations school','General systems','256700616919','cold call','141746529267','','0.00','2025-05-06 14:01:07','2025-05-06 12:00:00','','0.00','new','Not Interested','','14','2025-05-06 14:01:07','1','Not interested in any of our products right now','14',1),(177,'St. Kizito High school Namugogo','General systems','256706602720','cold call','141746529398','','0.00','2025-05-06 14:03:18','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:03:18','1','Share on Whatsapp','14',1),(178,'Peachy Pedal Home school','General systems','256783895455','cold call','141746529570','','0.00','2025-05-06 14:06:10','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:06:10','1','Share on Whatsapp, can\'t talk','14',1),(179,'School','General systems','256758540765','cold call','141746529700','','0.00','2025-05-06 14:08:20','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:08:20','1','Doesn\'t have a smart phone right now to receive information.But will call once he gets one.','14',1),(180,'Have Digs School','General systems','256704636628','cold call','141746529804','','0.00','2025-05-06 14:10:04','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:10:04','1','In a meeting, share on Whatsapp','14',1),(181,'Namugogo Parents School.','General systems','256703072573','cold call','141746529935','','0.00','2025-05-06 14:12:15','2025-05-06 12:00:00','','0.00','new','Not Interested','','14','2025-05-06 14:12:15','1','Not in need now but will save the number for future needs','14',1),(182,'Fair ways primary school','General systems','256752530200','cold call','141746530052','','0.00','2025-05-06 14:14:12','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:14:12','1','Busy share on Whatsapp','14',1),(183,'Kireka Grammar Junior school','General systems','256704900943','cold call','141746530170','','0.00','2025-05-06 14:16:10','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:16:10','1','Share on Whatsapp','14',1),(184,'Community Kindergarten and primary school ','General systems','266752566588','cold call','141746530301','','0.00','2025-05-06 14:18:21','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 14:18:21','1','Busy in a meeting. Share on Whatsapp','14',1),(185,'Namugogo Girls primary school ','General systems','25675000006','cold call','141746540544','','0.00','2025-05-06 17:09:04','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:09:04','1','Share information on Whatsapp','14',1),(186,'Glenn\'s Piano','General systems','256701989631','cold call','141746540641','','0.00','2025-05-06 17:10:41','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:10:41','1','Doesn\'t have time but share on Whatsapp','14',1),(187,'Orchids Kindergarten ','General systems','256754991646','cold call','141746540716','','0.00','2025-05-06 17:11:56','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:11:56','1','Share information on Whatsapp','14',1),(188,'Fontane International School ','General systems','256708930943','cold call','141746540823','','0.00','2025-05-06 17:13:43','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:13:43','1','Still engaged but share on Whatsapp','14',1),(189,'Bbaale Secondary School kira','General systems','256776531353','cold call','141746540905','','0.00','2025-05-06 17:15:05','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:15:05','1','Busy, share on Whatsapp','14',1),(190,'Senior high school ','General systems','256702901696','cold call','141746540986','','0.00','2025-05-06 17:16:26','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:16:26','1','Share on Whatsapp','14',1),(191,'High school ','General systems','256701127042','cold call','141746541050','','0.00','2025-05-06 17:17:30','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:17:30','1','Share on Whatsapp','14',1),(192,'School','General systems','256703214122','cold call','141746541125','','0.00','2025-05-06 17:18:45','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:18:45','1','Can\'t talk now but share on Whatsapp','14',1),(193,'School','General systems','2567526262606','cold call','141746541213','','0.00','2025-05-06 17:20:13','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:20:13','1','Share on Whatsapp','14',1),(194,'Secondary School ','General systems','256702486128','cold call','141746541353','','0.00','2025-05-06 17:22:33','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:22:33','1','Share video demo and other solutions','14',1),(195,'Primary school','General systems','256704970161','cold call','141746541480','','0.00','2025-05-06 17:24:40','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:24:40','1','Share transport','14',1),(196,'Kindergarten ','General systems','256702380087','cold call','141746541556','','0.00','2025-05-06 17:25:56','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:25:56','1','','14',1),(197,'Vocational school','General systems','256702049025','cold call','141746541653','','0.00','2025-05-06 17:27:33','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:27:33','1','Share information on Whatsapp','14',1),(198,'University ','General systems','256701526488','cold call','141746541782','','0.00','2025-05-06 17:29:42','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:29:42','1','Busy but share details on WhatsApp','14',1),(199,'Higher secondary school ','General systems','256772425893','cold call','141746541848','','0.00','2025-05-06 17:30:48','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:30:48','1','Share details on WhatsApp','14',1),(200,'Transportation ','General systems','25703170899','cold call','141746541920','','0.00','2025-05-06 17:32:00','2025-05-06 12:00:00','','0.00','new','Not Ordered','','14','2025-05-06 17:32:00','1','Share information on Whatsapp','14',1),(201,'Kireka SDA primary ','General systems','256751820269','cold call','141746626171','','0.00','2025-05-07 16:56:11','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 16:56:11','1','Share on Whatsapp','14',1),(202,'Mityana Business institute ','General systems','256772560110','cold call','141746626773','','0.00','2025-05-07 17:06:13','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:06:13','1','Share on Whatsapp','14',1),(203,'Safi junior school ','General systems','256708495691','cold call','141746626874','','0.00','2025-05-07 17:07:54','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:07:54','1','Share on Whatsapp','14',1),(204,'Mwesigwa Junior school kassnyula ','General systems','256755485910','cold call','141746627157','','0.00','2025-05-07 17:12:37','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:12:37','1','Share on Whatsapp','14',1),(205,'Bishops senior school mukono','General systems','256701176676','cold call','141746627262','','0.00','2025-05-07 17:14:22','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:14:22','1','Share details on WhatsApp','14',1),(206,'St. Stephens Secondary school','General systems','256752816800','cold call','141746627458','','0.00','2025-05-07 17:17:38','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:17:38','1','Share on Whatsapp','14',1),(207,'Talents College ','General systems','256703933118','cold call','141746627550','','0.00','2025-05-07 17:19:10','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:19:10','1','Share on Whatsapp','14',1),(208,'Panorama secondary school Mukono','General systems','266701766274','cold call','141746627639','','0.00','2025-05-07 17:20:39','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:20:39','1','Share details on WhatsApp','14',1),(209,'Madonna High school ','General systems','256700439550','cold call','141746627728','','0.00','2025-05-07 17:22:08','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:22:08','1','Share on Whatsapp','14',1),(210,'Parents Hope junior school ','General systems','256750632902','cold call','141746627826','','0.00','2025-05-07 17:23:46','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:23:46','1','Share on Whatsapp','14',1),(211,'Happy times junior school ','General systems','25670540645','cold call','141746627888','','0.00','2025-05-07 17:24:48','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:24:48','1','Share details on WhatsApp','14',1),(212,'Kids are junior school ','General systems','256703947611','cold call','141746627962','','0.00','2025-05-07 17:26:02','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:26:02','1','Busy, share on Whatsapp','14',1),(213,'Mukono Islamic secondary school ','General systems','256706801597','cold call','141746628032','','0.00','2025-05-07 17:27:12','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:27:12','1','Share on Whatsapp','14',1),(214,'Bishops East Primary school','General systems','256701385282','cold call','141746628150','','0.00','2025-05-07 17:29:10','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:29:10','1','Don\'t have any business but will contact when he gets any','14',1),(215,'St. Lawrence sss sonde','General systems','26776834114','cold call','141746628339','','0.00','2025-05-07 17:32:19','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:32:19','1','Share on Whatsapp','14',1),(216,'St. Elizabeth\'s institute of health professionals ','General systems','256701328204','cold call','141746628436','','0.00','2025-05-07 17:33:56','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:33:56','1','Share on Whatsapp','14',1),(217,'Nansana st. Joseph ','General systems','256704889130','cold call','141746628511','','0.00','2025-05-07 17:35:11','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:35:11','1','Share details on WhatsApp','14',1),(218,'Green Light Islamic secondary school Nansana','General systems','256709747989','cold call','141746628635','','0.00','2025-05-07 17:37:15','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:37:15','1','Share details on WhatsApp','14',1),(219,'Little Birds school ','General systems','256702351348','cold call','141746628720','','0.00','2025-05-07 17:38:40','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:38:40','1','Share details on WhatsApp','14',1),(220,'Nansana Muslim primary school ','General systems','256755078894','cold call','141746628836','','0.00','2025-05-07 17:40:36','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:40:36','1','Share on Whatsapp','14',1),(221,'Nansana progressive ','General systems','256708103305','cold call','141746628965','','0.00','2025-05-07 17:42:45','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:42:45','1','Share on Whatsapp','14',1),(222,'Little stars nursery &day care nansana','General systems','256702776993','cold call','141746629069','','0.00','2025-05-07 17:44:29','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:44:29','1','Share details on WhatsApp','14',1),(223,'Creamlight Junior school Nansana ','General systems','256704158236','cold call','141746629193','','0.00','2025-05-07 17:46:33','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:46:33','1','Share on Whatsapp','14',1),(224,'Kampala kids school ','General systems','256756550663','cold call','141746629270','','0.00','2025-05-07 17:47:50','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:47:50','1','Share details on WhatsApp','14',1),(225,'School ','General systems','256703107519 26670537963','cold call','141746629354','','0.00','2025-05-07 17:49:14','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:49:14','1','Share details on WhatsApp','14',1),(226,'Gems Day','General systems','256758692036','cold call','141746629437','care & Kindergarten','0.00','2025-05-07 17:50:37','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:50:37','1','Share details on WhatsApp','14',1),(227,'Queens college ss','General systems','256702133428','cold call','141746629510','','0.00','2025-05-07 17:51:50','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:51:50','1','Shared details on WhatsApp','14',1),(228,'St. Michael and Thomas junior school ','General systems','256705709651','cold call','141746629601','','0.00','2025-05-07 17:53:21','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:53:21','1','Share details on WhatsApp','14',1),(229,'Shekinah Manifest Christian International and school','General systems','256706610951','cold call','141746629765','','0.00','2025-05-07 17:56:05','2025-05-07 12:00:00','','0.00','new','Not Interested','','14','2025-05-07 17:56:05','1','Contented with the system they have. Not looking to purchase a any new ones','14',1),(230,'Brilliant school wamala','General systems','256705345408','cold call','141746629855','','0.00','2025-05-07 17:57:35','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 17:57:35','1','Share details on WhatsApp','14',1),(231,'C&D Nursery ','General systems','256755734380','cold call','141746630012','primay school','0.00','2025-05-07 18:00:12','2025-05-07 12:00:00','','0.00','new','Don\'t Call me again','','14','2025-05-07 18:00:12','1','Wrong number, don\'t have any business but will refer if someone wants any of our products','14',1),(232,'Mandala daycare Kindergarten & primary ','General systems','256703126153','cold call','cold call','','0','2025-05-07 00:00:00','2025-05-08 00:00:00','High','0','new','Not Ordered','','14','2025-05-07 18:11:14','1','Busy in field but call tomorrow at 9am','',1),(233,'Kids Ark Primary school ','General systems','25675619309','cold call','141746630780','','0.00','2025-05-07 18:13:00','2025-05-07 12:00:00','','0.00','new','Not Interested','','14','2025-05-07 18:13:00','1','Listened and ended the call','14',1),(234,'Hawa Secondary School ','General systems','256701130378','cold call','141746630882','','0.00','2025-05-07 18:14:42','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:14:42','1','Share on Whatsapp','14',1),(235,'Trust Nursery& Primary school ','General systems','256758322219','cold call','141746631052','Wamala','0.00','2025-05-07 18:17:32','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:17:32','1','Share details on WhatsApp','14',1),(236,'Limat Angels School ','General systems','256752553987','cold call','141746631109','','0.00','2025-05-07 18:18:29','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:18:29','1','Share details on WhatsApp','14',1),(237,'Bastion High school ','General systems','256779271945','cold call','141746631171','','0.00','2025-05-07 18:19:31','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:19:31','1','','14',1),(238,'God\'s Way High school ','General systems','256753391837','cold call','141746631282','','0.00','2025-05-07 18:21:22','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:21:22','1','Share details on WhatsApp','14',1),(239,'Samson Memorial Secondary School ','General systems','256700679221','cold call','141746631370','','0.00','2025-05-07 18:22:50','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:22:50','1','Share details on WhatsApp','14',1),(240,'Little Stars Tenderness Primary school ','General systems','2567048203','cold call','141746631636','','0.00','2025-05-07 18:27:16','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:27:16','1','Share details on WhatsApp','14',1),(241,'Njeru Parents Primary School (Mr. Henry)','General systems','256784457108','cold call','141746632228','','0.00','2025-05-07 18:37:08','2025-05-09 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-07 18:37:08','1','Received information on whatsapp','14',1),(242,'Naweziumea Secondary School ','General systems','256705298215','cold call','141746632371','','0.00','2025-05-07 18:39:31','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:39:31','1','Share details on WhatsApp','14',1),(243,'Hanak International Preschool','General systems','256757777000','cold call','141746632475','','0.00','2025-05-07 18:41:15','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:41:15','1','Share details on WhatsApp','14',1),(244,'Kyaku Chen Junior School','General systems','256705608336','cold call','141746632544','','0.00','2025-05-07 18:42:24','2025-05-07 12:00:00','','0.00','new','Not Ordered','','14','2025-05-07 18:42:24','1','Share details on WhatsApp','14',1),(245,'Bela Nursery school ','General systems','256705718400','cold call','141746632636','','0.00','2025-05-07 18:43:56','2025-05-26 09:30:00','','0.00','Followup 1','Call Later','','14','2025-05-07 18:43:56','1','COMING ON MONDAY NEXT WEEK REMIND HIM IN THE MORNING','14',1),(246,'Al','General systems','256753563199','cold call','141746684146','Khamis Nursery and primary school','0.00','2025-05-08 09:02:26','2025-05-09 12:00:00','','0.00','Followup 1','Not Ordered','Did not respond to the calls','14','2025-05-08 09:02:26','1','','14',1),(247,'University Hill Primary School ','General systems','256772695534','cold call','141746684212','','0.00','2025-05-08 09:03:32','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:03:32','1','Share details on WhatsApp','14',1),(248,'Great Thinkers School','General systems','256701116991','cold call','141746684339','','0.00','2025-05-08 09:05:39','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 09:05:39','1','Not interested in any of our services','14',1),(249,'Christian Foundation School Totoro Uganda','General systems','256702938076','cold call','141746684416','','0.00','2025-05-08 09:06:56','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:06:56','1','Share details on WhatsApp','14',1),(250,'Kimbilio High School ','General systems','256754844080','cold call','141746684482','','0.00','2025-05-08 09:08:02','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:08:02','1','Share details on WhatsApp','14',1),(251,'School','General systems','25678262t309','cold call','141746684532','','0.00','2025-05-08 09:08:52','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:08:52','1','Share details on WhatsApp','14',1),(252,'ARUA PUBLIC SECONDARY SCHOOL','General systems','256702246705','cold call','141746685263','','0.00','2025-05-08 09:21:03','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:21:03','1','IN A MEETING, SHARE ON WHATSAPP','14',1),(253,'CITY GATES SCHOOL','General systems','+256775075442','cold call','141746685583','ARUA','0.00','2025-05-08 09:26:23','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:26:23','1','BUSY, SHARE ON WHATSAPP','14',1),(254,'ARUA HILL PRIMARY SCHOOL','General systems','256772919317','cold call','141746686330','','0.00','2025-05-08 09:38:50','2025-05-08 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-08 09:38:50','1','STILL CAUGHT UP WITH WORK','14',1),(255,'EVEREST SECONDARY SCHOOL','General systems','+256775018083','cold call','141746686570','ARUA CAMPUS','0.00','2025-05-08 09:42:50','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:42:50','1','SHARE THEM ON WHATSAPP','14',1),(256,'FLAMINIO VOCATIONAL TRAINING CENTRE','General systems','256788062260','cold call','141746687027','','0.00','2025-05-08 09:50:27','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:50:27','1','SHARE ON WHATSAPP','14',1),(257,'GOOD DAY NURSERY SCHOOL','General systems','+256789163227','cold call','141746687264','','0.00','2025-05-08 09:54:24','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:54:24','1','IN A BUSY PLACE CAN\'T CONCETRATE, SHARE ON WHATSAPP','14',1),(258,'SCHOOL','General systems','256782175667','cold call','141746687512','','0.00','2025-05-08 09:58:32','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 09:58:32','1','BUSY, SHARE ON WHATSAPP','14',1),(259,'PUZZLE INTEGRATED SCHOOL','General systems','256779203579','cold call','141746687857','','0.00','2025-05-08 10:04:17','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:04:17','1','SHARE ON WHATSAPP','14',1),(260,'U','General systems','+256774993433','cold call','141746688180','CAN INTERNATIONAL SCHOOL','0.00','2025-05-08 10:09:40','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 10:09:40','1','HAVE A TEAM RESPONSIBLE FOR THAT ALREADY','14',1),(261,'MARRYLAND INTERNATIONAL SCHOOL','General systems','256780609060','cold call','141746689121','','0.00','2025-05-08 10:25:21','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:25:21','1','IN MEETING SHARE ON WHATSAPP','14',1),(262,'GREENSTARS HIGH SCHOOL','General systems','+256772415463','cold call','141746689368','','0.00','2025-05-08 10:29:28','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:29:28','1','BUSY, SHARE EVERYTHING ON WHATSAPP','14',1),(263,'MARRYLAND HIGH SCHOOL','General systems','256784671606','cold call','141746689681','KIGUNGU CAMPUS','0.00','2025-05-08 10:34:41','2025-05-08 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-08 10:34:41','1','RECIEVED DETAILS ON WHATSAPP.','14',1),(264,'VICTORIA MONTESSORI SCHOOL','General systems','+256772619865','cold call','141746690103','','0.00','2025-05-08 10:41:43','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:41:43','1','SHARE ON WHATSAPP','14',1),(265,'VICTORIAN HIGH SCHOOL','General systems','+256772012468','cold call','141746690350','ENTEBBE','0.00','2025-05-08 10:45:50','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:45:50','1','IN THE MIDDLE OF SOMETHING, SHARE ON WHATSAPP','14',1),(266,'ENTEMBBE CENTRAL SECONDARY SCHOOL','General systems','+256726293745','cold call','141746690643','','0.00','2025-05-08 10:50:43','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:50:43','1','BUSY SHARE ON WHATSAPP','14',1),(267,'JOVEN HIGH SCHOOL','General systems','+256772681131','cold call','141746690843','ENTEBBE','0.00','2025-05-08 10:54:03','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:54:03','1','ENGAGED RIGHT NOW, SHARE ON WHATSAPP','14',1),(268,'ENTEBBE BRIGHT SECONDARY SCHOOL','General systems','+256785054251','cold call','141746691053','','0.00','2025-05-08 10:57:33','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 10:57:33','1','NOT INTERESTED','14',1),(269,'DIMENSION SCHOOL JUNIOR SCHOOL','General systems','+256788239868','cold call','141746691986','','0.00','2025-05-08 11:13:06','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:13:06','1','SHARE ON WHATSAPP','14',1),(270,'KISSYFUR INTERNATIONAL KINDERGARTEN, ENTEBBE','General systems','+256774997017','cold call','141746692262','','0.00','2025-05-08 11:17:42','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:17:42','1','CHECKING WITH HER BOSS THEN GET BACK TO ME','14',1),(271,'CRANE HIGH SCHOOL ','General systems','+256772424159','cold call','141746692476','','0.00','2025-05-08 11:21:16','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 11:21:16','1','NOT INSTRESTED','14',1),(272,'NEW EBENEZER NURSERY AND PRIMARY SCHOOL','General systems','256772463253','cold call','141746692755','','0.00','2025-05-08 11:25:55','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:25:55','1','WRONG NUMBER, DON\'T HAVE ANY BUSINESS BUT WILL CONTACT IN CASE OF NEED','14',1),(273,'LAKE VIEW KITINDA C/U HIGH SCHOOL','General systems','+256785316026','cold call','141746693351','','0.00','2025-05-08 11:35:51','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:35:51','1','BUSY, SHARE ON WHATSAPP','14',1),(274,'JOY HIGH SCHOOL','General systems','+25678787324554','cold call','141746693773','','0.00','2025-05-08 11:42:53','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 11:42:53','1','WRONG NUMBER, NOT INTRESED','14',1),(275,'TOM AND JERRY INFANT AND PRIMARY SCHOOL','General systems','+256775442875','cold call','141746693840','','0.00','2025-05-08 11:44:00','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:44:00','1','','14',1),(276,'DAS AVIATION SCHOOL','General systems','+256776159598','cold call','141746694085','','0.00','2025-05-08 11:48:05','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:48:05','1','ABIT BUSY, SHARE ON WHATSAPP','14',1),(277,'RUBY INTERNATIONAL CHRISTIAN CENTRE','General systems','+256773805845','cold call','141746694621','','0.00','2025-05-08 11:57:01','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 11:57:01','1','BUSY SHARE ON WHATSAPP','14',1),(278,'ST. SAVIO JUNIOR SCHOOL','General systems','+256782905950','cold call','141746695536','','0.00','2025-05-08 12:12:16','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 12:12:16','1','HAVE A SYSTEM IN PLACE ALREADY','14',1),(279,'ST. PAUL\'S SENIOR SECONDARY SCHOOL','General systems','+256760927947','cold call','141746697081','','0.00','2025-05-08 12:38:01','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 12:38:01','1','SHARE ON WHATSAPP','14',1),(280,'VIRIKA SCHOOL OF NURSING AND MIDWIFERY','General systems','+256772686875','cold call','141746697566','','0.00','2025-05-08 12:46:06','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 12:46:06','1','SHARE ON WHATSAPP','14',1),(281,'GLORY TO GLORY NURSING SCHOOL','General systems','+256774868525','cold call','141746697933','','0.00','2025-05-08 12:52:13','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 12:52:13','1','SHARE DETAILS ON WHATSAPP','14',1),(282,'IBAALE STAGE','General systems','+256785491913','cold call','141746698175','','0.00','2025-05-08 12:56:15','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 12:56:15','1','WITH A CLIENT, SHARE ON WHATSAPP','14',1),(283,'WENDI DRIVING SCHOOL','General systems','+256772369517','cold call','141746700260','','0.00','2025-05-08 13:31:00','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 13:31:00','1','SHARE ON WANTSAPP','14',1),(284,'CITY INSTITUTE OF TOURISM AND BUSINESS','General systems','+256772911527','cold call','141746700738','','0.00','2025-05-08 13:38:58','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 13:38:58','1','SHARE SOLUTIONS ON WHATSAPP','14',1),(285,'SCHOOL','General systems','+256782993543','cold call','141746701047','','0.00','2025-05-08 13:44:07','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 13:44:07','1','SHARE ON WHATSAPP','14',1),(286,'ST.JOHN PAUL II COLLEGE GULU','General systems','+256772450927','cold call','141746704611','','0.00','2025-05-08 14:43:31','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 14:43:31','1','DON\'T NEED ANY','14',1),(287,'KINDER PLANET INTERNATIONAL SCHOOL','General systems','+256787591981','cold call','141746704968','','0.00','2025-05-08 14:49:28','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 14:49:28','1','BUSY AT THE MOMENT, SHARE ON WHATSAPP','14',1),(288,'GULU COLLEGE OF HEALTH SCIENCES MAIN CAMPUS','General systems','+256782563217','cold call','141746705559','','0.00','2025-05-08 14:59:19','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 14:59:19','1','IN A MEETING, SHARE ON WHATSAPP','14',1),(289,'EAGLE NURSERY AND PRIMARY SCHOOL','General systems','+256772348268','cold call','141746706053','','0.00','2025-05-08 15:07:33','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 15:07:33','1','ALREADY HAVE BUT STILL SHARE ON WHATSAPP','14',1),(290,'JESUS IS THE TRUTH NURSERY AND PRIMARY SCHOOL','General systems','+256782040691','cold call','141746709074','','0.00','2025-05-08 15:57:54','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 15:57:54','1','WRONG NUMBER AND LANGUAGE CHALLENGE','14',1),(291,'ST. JAMES SECONDARY SCHOOL','General systems','+256772317393','cold call','141746710472','','0.00','2025-05-08 16:21:12','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 16:21:12','1','IN A MEETING RIGHT NOW','14',1),(292,'JINJA CENTRAL SCHOOL','General systems','+256772501610','cold call','141746710745','','0.00','2025-05-08 16:25:45','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 16:25:45','1','AT A BURIAL, SHARE ON WHATSAPP','14',1),(293,'JINJA PROGRESSIVE ACADEMY(JIPRA) THE EASTERN GIANT','General systems','+256772525763','cold call','141746711065','','0.00','2025-05-08 16:31:05','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 16:31:05','1','AT A FOOTBALL MATCH, SHARE ON WHATSAPP','14',1),(294,'JINJA COLLEGE','General systems','+256772680281','cold call','141746711829','','0.00','2025-05-08 16:43:49','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 16:43:49','1','DON\'T HAVE TIME NOW BUT CAN SHARE ON WHATSAPP','14',1),(295,'SUMMIT NURSERY AND PRIMARY SCHOOL','General systems','+256772408948','cold call','141746712137','','0.00','2025-05-08 16:48:57','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 16:48:57','1','IN A MEETING, SHARE ON WHATSAPP','14',1),(296,'ST. BENEDICT NURSERY SCHOOL','General systems','+256787240191','cold call','141746712484','','0.00','2025-05-08 16:54:44','2025-05-08 12:00:00','','0.00','new','Not Interested','','14','2025-05-08 16:54:44','1','NOT IN NEED NOW BUT WILL CONTACT INCASE OF NEED','14',1),(297,'FUNKY TOTOZ JUNIOR SCHOOL','Biometric','+256772301885','cold call','141746714574','','0.00','2025-05-08 17:29:34','2025-05-09 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-08 17:29:34','1','Received the quotation and the necessary information','14',1),(298,'MASESSE SEED SECONDARY SCHOOL','General systems','+25678289784','cold call','141746714695','','0.00','2025-05-08 17:31:35','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 17:31:35','1','WILL FIRST SHARE WITH BOARD OF DIRECTORS THEN GET BACK TO ME','14',1),(299,'RIPPLES OF HOPE SCHOOL','General systems','+256779226187','cold call','141746714883','','0.00','2025-05-08 17:34:43','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 17:34:43','1','IN A NOISY PLACE, CAN\'T HERE. SHARE ON WHATSAPP','14',1),(300,'JUMBO KIDS NURSERY AND PRIMARY SCHOOL','General systems','+256772351880','cold call','141746714985','','0.00','2025-05-08 17:36:25','2025-05-08 12:00:00','','0.00','new','Not Ordered','','14','2025-05-08 17:36:25','1','CAN\'T CONCETRATE, SHARE ON WHATAPP','14',1),(301,'SHAREBILITY UGANDA','General systems','+256776960740','cold call','141746774575','','0.00','2025-05-09 10:09:35','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 10:09:35','1','SHARE THE WEBSITE AND INFORMATION ON WHATSAPP','14',1),(302,'STANDARD HIGH SCHOOL','General systems','+256772428034','cold call','141746775432','','0.00','2025-05-09 10:23:52','2025-05-09 12:00:00','','0.00','new','Not Interested','','14','2025-05-09 10:23:52','1','DON\'T ANY SOLUTIONS','14',1),(303,'GALAXY INTERNATIONAL SCHOOL','General systems','+256781468000','cold call','141746776995','','0.00','2025-05-09 10:49:55','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 10:49:55','1','BUSY, WILL GET BACK TO ME','14',1),(304,'KIDS WOLRD INTERNATIONAL SCHOOL UGANDA','General systems','+256782688894','cold call','141746777107','','0.00','2025-05-09 10:51:47','2025-05-09 12:00:00','','0.00','new','Not Interested','','14','2025-05-09 10:51:47','1','HAS A COMPANY IN CHARGE OF ALL THEIR ICT ISSUES','14',1),(305,'KABOJJA JUNIOR SCHOOL','General systems','+256772424444','cold call','141746777703','','0.00','2025-05-09 11:01:43','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 11:01:43','1','ENGAGED, ITS BETTER TO GO TO SCHOOL','14',1),(306,'CRESTED SECONDARY SCHOOL','General systems','+256772500739','cold call','141746777915','','0.00','2025-05-09 11:05:15','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 11:05:15','1','DRIVING, SHARE DETAILS ON WHATSAPP','14',1),(307,'UGANDA MATRTYRS PRIMARY SCHOOL','General systems','+256772309404','cold call','141746778210','LUBAGA','0.00','2025-05-09 11:10:10','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 11:10:10','1','BUSINESS IS NOT THERE NOW, WILL CONTACT WHEN ITS REVAMPED','14',1),(308,'CREAMSON PRIMARY SCHOOL KASESE AGA','E-commerce','+256785210170/ +256758203205','cold call','141746779731','UGANDA','0.00','2025-05-09 11:35:31','2025-05-19 12:00:00','','0.00','Followup 1','Not Ordered','texted on WhatsApp, no response yet','14','2025-05-09 11:35:31','1','','14',1),(309,'KASESE HIGH SCHOOL','General systems','+256782586260','cold call','141746780838','','0.00','2025-05-09 11:53:58','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 11:53:58','1','NOT INTRESTED','14',1),(310,'GLORIOUS PREPARATORY SCHOOL','General systems','+256772854342','cold call','141746780931','','0.00','2025-05-09 11:55:31','2025-05-09 12:00:00','','0.00','new','Not Interested','','14','2025-05-09 11:55:31','1','NOT INTERESTED','14',1),(311,'KASESE HUMANIST PRIMARY SCHOOL','General systems','+256785195561','cold call','141746782466','','0.00','2025-07-11 12:21:06','2025-06-11 12:00:00','','0.00','Followup 1','Call Later','CALL IN THE MIDDLE OF THE TERM','14','2025-05-09 12:21:06','1','','14',1),(312,'KINYAMASEKE TOWN COUNCIL, WARD, PIDA CELL','General systems','+256784180480','cold call','141746782848','','0.00','2025-05-09 12:27:28','2025-05-09 12:00:00','','0.00','new','Not Interested','','14','2025-05-09 12:27:28','1','WRONG NUMBER, LANGUAGE CHALLENGE','14',1),(313,'KIRA SECONDARY SCHOOL','General systems','+256772821799','cold call','141746783629','NAMUGONGO','0.00','2025-05-09 12:40:29','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 12:40:29','1','IN A MEETING, SHARE ON WHATSAPP','14',1),(314,'MIDLAND JUNIOR SCHOOL','General systems','+256702606066/ +256782619588','cold call','141746784755','KIRA','0.00','2025-05-09 12:59:15','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 12:59:15','1','SHARED THE CONTACT OF THE RIGHT PERSON TO TALK TO','14',1),(315,'KIRA PRIMARY SCHOOL','Biometric','+256789557249','cold call','141746785181','','0.00','2025-05-09 13:06:21','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 13:06:21','1','WILL CALL WHEN THEY CAN A FORD TO PURCHASE IT','14',1),(316,'BETHA NURSERY AND PRIMARY SCHOOL ','General systems','+256787826442','cold call','141746785514','KIRA MULAWA','0.00','2025-05-09 13:11:54','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 13:11:54','1','BUSY, SHARE ON WHATSAPP','14',1),(317,'HAGGAY KINDERGARTEN AND PRIMARY SCHOOL','General systems','+256784105047','cold call','141746785919','MULWA BUWATE','0.00','2025-05-09 13:18:39','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 13:18:39','1','SHARE ON WHATSAPP','14',1),(318,'KIMAJE PARENTS SCHHOL\'S SCHOOL','General systems','+256772446698','cold call','141746789719','','0.00','2025-05-09 14:21:59','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 14:21:59','1','SAVED THE CONTACT FOR INCASE OF NEED','14',1),(319,'DAYSPRING','General systems','+25677238914','cold call','141746789796','','0.00','2025-05-09 14:23:16','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 14:23:16','1','SHARE SOLUTIONS BASED FOR A SCHOOL ONLY','14',1),(320,'ST. ANTHONY INTEGRATED KIRA','General systems','+256784468310','cold call','141746789893','','0.00','2025-05-09 14:24:53','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 14:24:53','1','SHARE ON WHATSAPP, STILL BUSY','14',1),(321,'OAK INTERNATIONAL CHRISTIAN SCHOOOL','General systems','+256783368459','cold call','141746790213','','0.00','2025-05-09 14:30:13','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 14:30:13','1','SHARE BROCHURE ON WHATSAPP','14',1),(322,'LANA LANGUAGE CENTRE','General systems','+256788048919','cold call','141746790577','','0.00','2025-05-09 14:36:17','2025-05-09 12:00:00','','0.00','new','Not Interested','','14','2025-05-09 14:36:17','1','NOT INTRESTED IN ANY OF OUR PRODUCTS','14',1),(323,'PRINCETON PREPARATORY SCHOOL','General systems','+256772593050','cold call','141746790903','','0.00','2025-05-09 14:41:43','2025-05-09 12:00:00','','0.00','new','Not Interested','','14','2025-05-09 14:41:43','1','NOT ITERESTED, MAYBE IN FUTURE WILL CONTACT US','14',1),(324,'NILE BAIN INTERNATIONAL SCHOOL','General systems','+256772416647','cold call','141746791629','','0.00','2025-05-09 14:53:49','2025-05-26 12:00:00','','0.00','new','Interested','','14','2025-05-09 14:53:49','1','WILL COME AND HAVE A LOOK OF OUR SYSTEMS AND SEE IF THEY CAN WORK FOR HIS BUSINESS','14',1),(325,'KIWATULE PARENTS PTREPARATORY SCHOOL','General systems','+256772499105','cold call','141746792101','','0.00','2025-05-09 15:01:41','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 15:01:41','1','GOING TO SHARE THE CONTACT WITH THE HEADTEACHER TO CONTACT US','14',1),(326,'KIDS PALACE NURSERY AND PRIMARY SCHOOL','General systems','+256772676428','cold call','141746792273','','0.00','2025-05-09 15:04:33','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 15:04:33','1','GOING FOR A MEETING, SHARE ON WHATSAPP','14',1),(327,'OLEA ACADEMY KUNGU','General systems','+256775979776','cold call','141746792678','','0.00','2025-05-09 15:11:18','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 15:11:18','1','WILL PASS ON THE MESSAGE TO THE BOSS AND CONTACT INCASE OF NEED','14',1),(328,'TRUVINE INTERNATIONAL CHRISTIAN ACADEMY','General systems','+256783800551','cold call','141746792928','','0.00','2025-05-09 15:15:28','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 15:15:28','1','BUSY, SHARE ON WHATSAPP','14',1),(329,'NEW JERUSALEM MIXED DAY AND BOARDING','General systems','+256785921675','cold call','141746795446','','0.00','2025-05-09 15:57:26','2025-05-09 12:00:00','','0.00','new','Not Ordered','','14','2025-05-09 15:57:26','1','SHARE ON WHATSAPP','14',1),(330,'','Biometric','Peteraisu','Physical Marketing','151746796774','','0.00','2025-05-09 16:19:34','2025-05-30 12:00:00','','0.00','new','Interested','','15','2025-05-09 16:19:34','1','he is waiting for the boss to come back from japan','15',1),(331,'KIDS UNIVERSITY NURSERY SCHOOL','General systems','+256782067030','cold call','141746858559','BULINDO UGANDA','0.00','2025-05-10 09:29:19','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 09:29:19','1','WILL CONTACT INCASE THEY ARE IN NEED','14',1),(332,'IQRA NURSERY AND PRIMARY SCHOOL','General systems','+256772532203','cold call','141746858763','SEETA BAJJO','0.00','2025-05-10 09:32:43','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 09:32:43','1','SHARE DETAILS ON WHATSAPP','14',1),(333,'SCHOOL','General systems','256756106468','cold call','cold call','','0','2025-05-09 00:00:00','2025-05-10 12:00:00','High','0','Followup 2','Not Ordered','Not responding to the calls','14','2025-05-10 09:55:15','1','','',1),(334,'P.A.G TECHNICAL SCHOOL','General systems','+256777417803','cold call','141746861364','','0.00','2025-05-10 10:16:04','2025-05-10 12:00:00','','0.00','new','Not Interested','','14','2025-05-10 10:16:04','1','NOT INTRESTED','14',1),(335,'LIRA INSTITUTE OF HEALTH AND MANAGEMENT SCIENCE','General systems','+256775313038','cold call','141746861568','','0.00','2025-05-10 10:19:28','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 10:19:28','1','DRIVING NOW, BUT SHARE ON WHATSAPP','14',1),(336,'NISSI HIGH SCHOOL','General systems','+256782809251','cold call','141746861688','LIRA CITY','0.00','2025-05-10 10:21:28','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 10:21:28','1','WANTS TO TAKE ANOTHER LOOK AT THEM, SHARE ON WHATSAPP','14',1),(337,'ST. LAWRENCE NURSERY AND PRIMARY SCHOOL','General systems','+256782376411','cold call','141746861802','','0.00','2025-05-10 10:23:22','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 10:23:22','1','SHARE DETAILS ON WHATSAPP','14',1),(338,'TOWER PRIMARY SCHOOL','General systems','+25678638110','cold call','141746861925','','0.00','2025-05-10 10:25:25','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 10:25:25','1','SHARE ON WHATSAPP','14',1),(339,'MBALE TOWN VIEW PRIMARY SCHOOL','General systems','+256773079694','cold call','141746862135','','0.00','2025-05-10 10:28:55','2025-05-10 12:00:00','','0.00','new','Not Ordered','','14','2025-05-10 10:28:55','1','WILL CALL BACK IN CASE OF NEED','14',1),(340,'SCHOOL','Biometric','+256772526769','cold call','141746862245','','0.00','2025-05-10 10:30:45','2025-05-10 12:00:00','','0.00','Followup 1','Not Ordered','FOLLOWING UP ON WHATSAPP FOR FEEDBACK','14','2025-05-10 10:30:45','1','A QUOTATION ALREADY RECIEVED ON WHATSAPP','14',1),(341,'ERISA PRIMARY SCHOOL','General systems','+256774469026','cold call','141747033612','','0.00','2025-05-12 10:06:52','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 10:06:52','1','HAVE AN ICT COMPANY SUPPORTING THEM. MAYBE IN FUTURE WHEN THEY NEED ANOTHER THEY WILL CONTACT ROBISEARCH','14',1),(342,'HADASSAH PRIMARY SCHOOL','Website','+256783620700','cold call','141747036704','','0.00','2025-05-12 10:58:24','2025-05-19 12:00:00','','0.00','Followup 1','Not Ordered','Quotation shared , no response yet','14','2025-05-12 10:58:24','1','','14',1),(343,'MBALE JUNIOR SCHOOOL','General systems','+25677168599','cold call','141747037201','','0.00','2025-05-12 11:06:41','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 11:06:41','1','CURRENTLY NOT IN NEED BUT SHARE ON WHATSAPP FOR FUTURE REFRESS','14',1),(344,'MBALE SCHOOL OF HYGIENE','General systems','+256787066428','cold call','141747037691','','0.00','2025-05-12 11:14:51','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 11:14:51','1','BUSY SHARE ON WHATSAPP','14',1),(345,'MBALE HEALTH SCIENCES','Biometric','+25681635889','cold call','141747038436','','0.00','2025-05-12 11:27:16','2025-05-19 12:00:00','','0.00','Followup 1','Not Ordered','No response yet','14','2025-05-12 11:27:16','1','','14',1),(346,'PRIMARY SCHOOL','General systems','+256772657925','cold call','141747039149','','0.00','2025-05-12 11:39:09','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 11:39:09','1','BUSY AND ENDED THE CALL','14',1),(347,'HIGHER SECONDARY SCHOOL','General systems','+256772425893','cold call','141747039495','','0.00','2025-05-12 11:44:55','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 11:44:55','1','HIS NETWORK IS NOT CLEAR, SHARE ON WHATSAPP','14',1),(348,'PRIMARY SCHOOL','General systems','+256784008017','cold call','141747039926','','0.00','2025-05-12 11:52:06','2025-05-19 12:00:00','','0.00','Followup 1','Not Ordered','shared on whatsapp','14','2025-05-12 11:52:06','1','','14',1),(349,'single sex secondary school','General systems','+256772866465','cold call','141747040615','','0.00','2025-05-12 12:03:35','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 12:03:35','1','Not interested','14',1),(350,'SCHOOL','General systems','+256789410435','cold call','141747040927','','0.00','2025-05-12 12:08:47','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 12:08:47','1','WANT TO LOOK AT THE BROCHURE THEN REVERT','14',1),(351,'MBARARA DISCOVERY INSITUTE','General systems','+256774319091','cold call','141747043902','','0.00','2025-05-12 12:58:22','2025-05-12 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-12 12:58:22','1','RECIEVED QUOTATION ON WHATSAPP','14',1),(352,'SCHOOL','General systems','+256772526168','cold call','141747058490','','0.00','2025-05-12 17:01:30','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:01:30','1','SHARE DETAILS ON WHATSAPP','14',1),(353,'MUSIC SCHOOL','General systems','+256782789454','cold call','141747058650','','0.00','2025-05-12 17:04:10','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:04:10','1','SENDING THE CONTACT ON WHICH TO SHARE INFORMATION ON.','14',1),(354,'DRIVING SCHOOL','General systems','+256775278732','cold call','141747058713','','0.00','2025-05-12 17:05:13','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:05:13','1','SHARE DETAILS ON WHATSAPP','14',1),(355,'SCHOOL','General systems','+256772879870','cold call','141747058884','','0.00','2025-05-12 17:08:04','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 17:08:04','1','NOT INTRESTED','14',1),(356,'SEKANYONYI SECONDARY SCHOOL','General systems','+2567824278','cold call','141747059044','','0.00','2025-05-12 17:10:44','2025-05-12 12:00:00','','0.00','new','Don\'t Call me again','','14','2025-05-12 17:10:44','1','WRONG NUMBER, LANGUANGE BARRIER','14',1),(357,'SEROMA CHRISTIAN HIGH SCHOOL','General systems','+256772581025','cold call','141747059175','','0.00','2025-05-12 17:12:55','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 17:12:55','1','NOT INTRESTED','14',1),(358,'PALM NURSERY AND JUNIOR ACADEMY ','General systems','+256788555488','cold call','141747059309','','0.00','2025-05-12 17:15:09','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:15:09','1','ENGANGED SHARE DETAILS ON WHATSAPP','14',1),(359,'URITHI INTERNATIONAL CHRISTIAN SCHOOL','General systems','+256785038368','cold call','141747059549','','0.00','2025-05-12 17:19:09','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:19:09','1','IN A TRAINING, SHARE DETAILS ON WHATSAPP','14',1),(360,'CORNERSTONE NURSERY AND PRIMARY SCHOOL','General systems','+256786809463','cold call','141747059697','','0.00','2025-05-12 17:21:37','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:21:37','1','SHARE COMPANY PROFILE ON WHATSAPP','14',1),(361,'NEW HARIZON SECONDARY VOCATIONAL SCHOOL','General systems','+256776861120','cold call','141747059810','','0.00','2025-05-12 17:23:30','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-12 17:23:30','1','Received details on whatsapp','14',1),(362,'MOTHER\'S PRIDE PRIMARY AND NURSERY SCHOOL','General systems','+256779582368','cold call','141747060000','MUKONO','0.00','2025-05-12 17:26:40','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 17:26:40','1','NOT IN NEED','14',1),(363,'YOUNG WORLD LEARNING CENTRE','General systems','+256782365965','cold call','141747060158','','0.00','2025-05-12 17:29:18','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:29:18','1','SHARE ON WHATSAPP FOR FURTHER REVIEW','14',1),(364,'DELLENAH PRIMARY AND NURSERY SCHOOL','General systems','+256776180538','cold call','141747060298','','0.00','2025-05-12 17:31:38','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:31:38','1','WILL SHARE THE COMPANY COMPANY CONTACT WITH SOMEONE IN CHARGE','14',1),(365,'PHERRY JUNIOR','General systems','+256772466368','cold call','141747060405','','0.00','2025-05-12 17:33:25','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-12 17:33:25','1','ALREACEIVED DETAILS ON WHATSAPP','14',1),(366,'SEETA CENTRAL NURSERY AND PRIMARY SCHOOL','General systems','+256776550341','cold call','141747060519','','0.00','2025-05-12 17:35:19','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:35:19','1','IN A NOISY PLACE, SHARE ON WHATSAPP','14',1),(367,'MUKONO JUNIOR SCHOOL','General systems','+256776423368','cold call','141747060625','BAJJO','0.00','2025-05-12 17:37:05','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 17:37:05','1','NOT INTRESTED','14',1),(368,'AMITY SECONDARY SCHOOL','General systems','+256778699193','cold call','141747060818','','0.00','2025-05-12 17:40:18','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:40:18','1','GOING TO TALK THE BOSS ABOUT THE BIOMETRIC TIME ATTENDANCE','14',1),(369,'SKYWAYS JUNIOR SCHOOL','General systems','+256779443297','cold call','141747060905','','0.00','2025-05-12 17:41:45','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 17:41:45','1','COVERED AND NOT INTRESTED','14',1),(370,'NANSANA PARENTS ACADEMY ','General systems','+256772369678','cold call','141747061079','','0.00','2025-05-12 17:44:39','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:44:39','1','WILL SEE HOW THE TERM WILL BEGIN, WILL CONTACT WHEN READY TO PURCHASE ONE OF OUR SOLUTIONS','14',1),(371,'SCHOOL','General systems','+256750988992','cold call','141747061145','','0.00','2025-05-12 17:45:45','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:45:45','1','DRIVING, SHARE ON WHATSAPP','14',1),(372,'NANSANA JUNIOR AND SECONDARY SCHOOL','General systems','+25672434944','cold call','141747061302','','0.00','2025-05-12 17:48:22','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:48:22','1','FIND TIME AND GO TO THE SCHOOL AND TALK TO THEM PHYSICALLY','14',1),(373,'KIS NURSERY AND PRIMARY SCHOOL KAGOMA','General systems','+256784326567','cold call','141747061444','','0.00','2025-05-12 17:50:44','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:50:44','1','CAN\'T HEAR PROPERY, SHARE ON WHATSAPP','14',1),(374,'BETHANY HIGH SCHOOL','General systems','+256772472068','cold call','141747061613','','0.00','2025-05-12 17:53:33','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:53:33','1','SHARE ON WHATSAPP THEN WILL CONNECT US THE RIGHT PERSON','14',1),(375,'VISION COMPREHENSIVE NURSERY AND PRIMARY SCHOOL','General systems','+256775454868','cold call','141747061725','','0.00','2025-05-12 17:55:25','2025-05-12 12:00:00','','0.00','new','Not Interested','','14','2025-05-12 17:55:25','1','WILL CONTACT INCASE OF NEED','14',1),(376,'HOMETEK HIGH SCHOOL','General systems','+256752744355','cold call','141747061853','','0.00','2025-05-12 17:57:33','2025-05-12 12:00:00','','0.00','new','Not Ordered','','14','2025-05-12 17:57:33','1','DON\'T NEED ANY SOLUTIONS RIGHT NOW BUT SHARE DETAILS ON WHATSAPP THAT INCASE OF , HE WILL CONTACT US','14',1),(377,'Edward perfum','E-commerce','+256702196060','Physical Marketing','151747284765','','0.00','2025-05-15 07:52:45','2025-06-05 11:45:00','','0.00','new','Interested','','15','2025-05-15 07:52:45','1','he wants digital marketing','15',1),(378,'Le Gourmet Delicatessen','General systems','256761061843','cold call','141747295590','','0.00','2025-05-15 10:53:10','2025-05-15 12:00:00','','0.00','new','Not Interested','','14','2025-05-15 10:53:10','1','Not interested, already have an ICTct company supporting them','14',1),(379,'BLUE NILE DISTILLERIES Ltd','General systems','+256782942042','cold call','141747295798','','0.00','2025-05-15 10:56:38','2025-05-15 12:00:00','','0.00','new','Not Interested','','14','2025-05-15 10:56:38','1','WRONG NUMBER, LANGUAGE BARRIER','14',1),(380,'JUUKO\'S WINE','General systems','+256700753799','cold call','141747296321','','0.00','2025-05-15 11:05:21','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:05:21','1','WILL SHARE WITH THE DIRECTORS, BUT SHARE COMPANY DETAILS ON WHATSAPP','14',1),(381,'KAFUNDA WINE STORE AND SPIRITS, MAKINDYE','General systems','25670075373799','cold call','141747297261','','0.00','2025-05-15 11:21:01','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:21:01','1','WILL SHARE WITH OTHER DIRECTORS BUT SHARE INFORMATION ON WHATSAPP FOR EASY REFRENCE','14',1),(382,'NEC AND T WINES, BUKOTO','General systems','+25670518030','cold call','141747297346','','0.00','2025-05-15 11:22:26','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:22:26','1','SHARE INFORMATION ON WHATSAPP','14',1),(383,'EPIC WINES AND SPIRITS','General systems','+256705271594','cold call','141747297446','','0.00','2025-05-15 11:24:06','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:24:06','1','SHARE DETAILS ON WHATSAPP SO THAT ITS EASY TO SHARE WITH THE BOSS','14',1),(384,'DAM TRADERS','General systems','+256705542078','cold call','141747297898','','0.00','2025-05-15 11:31:38','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:31:38','1','SAVING THE CONTACT FOR WHEN THE BOSS IS AROUND, THEY WILL CALL','14',1),(385,'THE LIQUOR SHADE','General systems','+256772344100/ +256704344100','cold call','141747298018','','0.00','2025-05-15 11:33:38','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:33:38','1','JUST WOKEN UP AND NOT FEELING WELL, SHARE ON WHATSAPP','14',1),(386,'WINES, SPIRITS AND DRINKS CENTER','General systems','+256706339899','cold call','141747298903','','0.00','2025-05-15 11:48:23','2025-06-12 12:00:00','','0.00','Followup 1','Call Later','CALL OR TEXT LATER','14','2025-05-15 11:48:23','1','','14',1),(387,'PREMIUM LIQUOR STORE LUGOGO','General systems','+256706440777','cold call','141747299146','','0.00','2025-05-15 11:52:26','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 11:52:26','1','DRIVING, SHARE ON WHATSAPP','14',1),(388,'WINES AND SPIRITS IN KAMPALA','General systems','+256709101779','cold call','141747300161','','0.00','2025-05-15 12:09:21','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 12:09:21','1','WILL CONTACT INCASE OF NEED','14',1),(389,'ZARA WINES AND SPIRITS, ALL HOME MADE','General systems','+256752175799','cold call','141747300240','','0.00','2025-05-15 12:10:40','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 12:10:40','1','SHARE SOLUTIONS ON WHATSAPP','14',1),(390,'WINES OF THE WORLD UGANDA','General systems','+256757357755','cold call','141747300325','','0.00','2025-05-15 12:12:05','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 12:12:05','1','SHARE THE SOLUTIONS ON WHATSAPP','14',1),(391,'AMBAR INTERNATIONAL CO. LTD','General systems','+25772532742','cold call','141747300970','','0.00','2025-05-15 12:22:50','2025-05-15 12:00:00','','0.00','new','Not Interested','','14','2025-05-15 12:22:50','1','WILL CONTACT INCASE SHE NEEDS ANY','14',1),(392,'MANSNOTDRUNK','Pos','+256773991990','cold call','141747302512','','0.00','2025-05-15 12:48:32','2025-06-06 12:00:00','','0.00','Followup 2','Interested','PROPOSAL FORM AND IMPLEMENTATION PLAN WAS SENT TO HIS SHARED EMAIL.','14','2025-05-15 12:48:32','1','DEMO CONDUCTED, REQUESTED FOR THE PROPOSAL FORM AND IMPLEMENTATION PLAN','14',1),(393,'TJ\'S WINES AND SPIRITS','General systems','+256785343677','cold call','141747304703','','0.00','2025-05-15 13:25:03','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 13:25:03','1','SICK CANNOT CONCETRATE, SHARE ON WHATSAPP','14',1),(394,'VL WINES AND SPIRITS','General systems','+256700153222','cold call','141747305803','VICLAND LTD','0.00','2025-05-15 13:43:23','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 13:43:23','1','BUSY RIGHT NOW, SHARE ON WHATSAPP','14',1),(395,'BUSHPIG BACKPACKERS KAMPALA','General systems','+256772285234','cold call','141747307555','','0.00','2025-05-15 14:12:35','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-15 14:12:35','1','RECEIVED DETAILS ON WHATSAPP','14',1),(396,'K&L WINES AND SPIRITS STORE','General systems','+256783453443','cold call','141747310158','','0.00','2025-05-15 14:55:58','2025-05-19 12:00:00','','0.00','Followup 1','Not Ordered','didn\'t pick','14','2025-05-15 14:55:58','1','','14',1),(397,'GALAXY WINES AND SPIRITS','General systems','+256787944134','cold call','141747310527','','0.00','2025-05-15 15:02:07','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 15:02:07','1','STILL BUSY CAN\'T LISTEN BUT SHARE ON WHASAPP','14',1),(398,'SECURITY COMPANY','General systems','+256754916789','cold call','141747311225','','0.00','2025-05-15 15:13:45','2025-05-15 10:45:00','','0.00','new','Not Ordered','','14','2025-05-15 15:13:45','1','DON\'T NEED ANY AT THE MOMENT. BUT WILL SAVE THE CONTACT FOR FUTUTURE REFRECE','14',1),(399,'TEBANYIIGA WINES AND SPRITS','General systems','+256708296511','cold call','141747312330','','0.00','2025-05-15 15:32:10','2025-05-19 12:00:00','','0.00','Followup 1','Not Ordered','No response yet','14','2025-05-15 15:32:10','1','','14',1),(400,'HOUSE 45 BAR LOUNGE','General systems','+256779174204','cold call','141747313628','','0.00','2025-05-15 15:53:48','2025-05-15 12:00:00','','0.00','new','Not Interested','','14','2025-05-15 15:53:48','1','NOT INTRESTED','14',1),(401,'GUTUJJA BAR AND LODGES KIBOGA','General systems','+256782927588','cold call','141747316032','','0.00','2025-05-15 16:33:52','2025-05-26 09:45:00','','0.00','new','Interested','','14','2025-05-15 16:33:52','1','INTRESED IN WEBSITE REVAMPPING AND DIGITAL MARKETING','14',1),(402,'WINE DYNASTY','General systems','+256705052994','cold call','141747316820','','0.00','2025-05-15 16:47:00','2025-05-15 12:00:00','','0.00','new','Not Ordered','','14','2025-05-15 16:47:00','1','BUSY WITH WORK , CAN\'T CONCETRATE. SHARE THE THE SOLUTIONS ON WHATSAPP','14',1),(403,'ELAN WINES AND SPIRITS ','General systems','+256753466508','cold call','141747381218','','0.00','2025-05-16 10:40:18','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 10:40:18','1','SHARE ON WHATSAPP SO THAT HE CAN SHARE WITH HE BOSS IN HE EVENING','14',1),(404,'JANENAKINTU SWEET WINES','General systems','+256773021927','cold call','141747381735','','0.00','2025-05-16 10:48:55','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 10:48:55','1','WILL CALL OR WHATAAPP WHEN SHE NEEDS THE SOLUTIONS','14',1),(405,'ANITA\'S LIQUOR STORE','General systems','+256773278805','cold call','141747382063','','0.00','2025-05-16 10:54:23','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 10:54:23','1','SHARE THE LINK OF THE WEBSITE SO THAT SHE COM CHECK IT OUT','14',1),(406,'IVAN KIKONI\'S SHOP','General systems','+256781710106','cold call','141747383039','','0.00','2025-05-16 11:10:39','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 11:10:39','1','SHARE IMAGES ON WHATSAPP','14',1),(407,'KYENSHAMA HOME OF DRINKS','Pos','+256782840584','cold call','141747384171','','0.00','2025-05-16 11:29:31','2025-06-05 12:00:00','','0.00','Followup 1','Call Later','GIVE HIM SOME TIME THEN GET BACK TO HIM.','14','2025-05-16 11:29:31','1','','14',1),(408,'ASANTE COFFEE SHOP LUWEERO','General systems','+256776237780','cold call','141747390078','','0.00','2025-05-16 13:07:58','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:07:58','1','SHARE DETAILS ON WHATSAPP','14',1),(409,'E','General systems','+256777041620','cold call','141747390205','SPORTS KAGUGO','0.00','2025-05-16 13:10:05','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:10:05','1','SHARE DETAILS ON WHATSAPP','14',1),(410,'LUSH LIQUOR LAND','General systems','+256777796600','cold call','141747390329','','0.00','2025-05-16 13:12:09','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:12:09','1','BUSINESS NOT RUNNING BUT SHARE ON WHATSAPP FOR FUTURE REFENCE','14',1),(411,'THE LIQUOR LAND','General systems','+256701853020','cold call','141747390447','','0.00','2025-05-16 13:14:07','2025-05-16 12:00:00','','0.00','new','Not Interested','','14','2025-05-16 13:14:07','1','ALREADY HAS MOST OF THE SOLUTIONS BUT WILL CONTACT IF THERE\'S ANYONE IN NEED OF ANY','14',1),(412,'MAGLO TRADERS','General systems','+256703114532','cold call','141747391495','','0.00','2025-05-16 13:31:35','2025-05-16 12:00:00','','0.00','new','Not Interested','','14','2025-05-16 13:31:35','1','NOT INTERESED','14',1),(413,'BIG SHOW LIQUOR STORE','General systems','+256779244226','cold call','141747392553','','0.00','2025-05-16 13:49:13','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:49:13','1','BUSY, SHARE ON WHTASSP','14',1),(414,'BLACKSHEEP LIQUOR STORE','General systems','+256701906896','cold call','141747392706','','0.00','2025-05-16 13:51:46','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:51:46','1','DRIVING, SHARE ON WHTASAPP','14',1),(415,'MUNNO WINES AND SPIRITS','General systems','+256701935589','cold call','141747392819','','0.00','2025-05-16 13:53:39','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:53:39','1','BUSY, SHARE ON WHATS','14',1),(416,'WINE PARK','General systems','+256751786392','cold call','141747392910','','0.00','2025-05-16 13:55:10','2025-05-16 12:00:00','','0.00','new','Not Ordered','','14','2025-05-16 13:55:10','1','SHARE ON WHATSAPP','14',1),(417,'VICKYS WINES AND SPIRITS','General systems','+256771851021','cold call','141747465033','','0.00','2025-05-17 09:57:13','2025-05-17 12:00:00','','0.00','new','Not Interested','','14','2025-05-17 09:57:13','1','NOT INTRESTED','14',1),(418,'SM SPIRITS AND WINES','General systems','+256775928333','cold call','141747465252','','0.00','2025-05-17 10:00:52','2025-05-17 12:00:00','','0.00','new','Not Interested','','14','2025-05-17 10:00:52','1','NOT IN NEED','14',1),(419,'ESTONNA LIQUORS','General systems','+256700828413','cold call','141747465439','','0.00','2025-05-17 10:03:59','2025-05-17 12:00:00','','0.00','new','Not Ordered','','14','2025-05-17 10:03:59','1','','14',1),(420,'SHRINKERS WINES COLLECTION','General systems','+256772849749','cold call','141747465626','','0.00','2025-05-17 10:07:06','2025-05-17 12:00:00','','0.00','new','Not Ordered','','14','2025-05-17 10:07:06','1','WILL CALL WHEN SHE\'S READY','14',1),(421,'ROYAL PARK GARDEN','General systems','+256751128070','cold call','141747638097','','0.00','2025-05-19 10:01:37','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 10:01:37','1','ENDED THE CALL IN THE MIDDLE OF THE CONVERSATION','14',1),(422,'ANTHONY\'S WINES AND SPIRITS DEPOT','General systems','+256755016925','cold call','141747641103','','0.00','2025-05-19 10:51:43','2025-06-11 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 10:51:43','1','WANTS A POS THAT IS INTEGRATED WITH URA SYSTEM','14',1),(423,'PLATINUM WINES AND SPIRITS','General systems','+256781142122/ +256781142122','cold call','141747642326','','0.00','2025-05-19 11:12:06','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 11:12:06','1','BUSY, SHARE ON WHATSAPP','14',1),(424,'K. CLUB SPORTS BAR','General systems','+256758076509','cold call','141747642549','','0.00','2025-05-19 11:15:49','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 11:15:49','1','NOT INTERESTED','14',1),(425,'Mr. Liquor wine store','General systems','+256772836353','cold call','141747647027','','0.00','2025-05-19 12:30:27','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 12:30:27','1','not interested','14',1),(426,'MISS WYNE BEER AND WINES','General systems','+256773442899','cold call','141747647121','','0.00','2025-05-19 12:32:01','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 12:32:01','1','IN A TAXI, CAN\'T HEAR WELL. SHARE ON WHATSAPP','14',1),(427,'DF CAFE','General systems','+256773629140','cold call','141747647178','','0.00','2025-05-19 12:32:58','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 12:32:58','1','BUSY','14',1),(428,'HEALER WINES AND SPIRITS SHOP','General systems','+256773853348','cold call','141747647266','','0.00','2025-05-19 12:34:26','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 12:34:26','1','NOT INTERESTED','14',1),(429,'KARUKA AGENCIES','General systems','+256774600805','cold call','141747654178','','0.00','2025-05-19 14:29:38','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 14:29:38','1','ALREADY HAS AN ICT PERSON HANDLING ALL HIS ISSUES','14',1),(430,'SUPERMACY LIQUOR STORE','General systems','256775387370','cold call','141747656351','','0.00','2025-05-19 15:05:51','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 15:05:51','1','DRIVING SHARE ON WHATSAPP','14',1),(431,'ZIGZAG DRIPS LIQOUR STORE','General systems','256777296067','cold call','141747656515','','0.00','2025-05-19 15:08:35','2025-08-19 12:00:00','','0.00','new','Call Later','','14','2025-05-19 15:08:35','1','HIS BUSINESS IS JUST STARTING BUT CHECK ON HIM AFTER 3 MONTHS','14',1),(432,'AMAZON PARK KASOKOSO','General systems','+256777670466','cold call','141747657550','','0.00','2025-05-19 15:25:50','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 15:25:50','1','SHARE BROCHURES ON WHATSAPP','14',1),(433,'ABASABYANA LIQOUR STORES','General systems','256778298470','cold call','141747657895','','0.00','2025-05-19 15:31:35','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-19 15:31:35','1','Received details on whatsapp','14',1),(434,'TORORO','General systems','256778841833','cold call','141747663114','','0.00','2025-05-19 16:58:34','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 16:58:34','1','WILL PASS BY INCASE HE NEEDS ANY OF THE SOLUTIONS','14',1),(435,'DILAN EVENTS WINES AND SPIRITES','General systems','256779894766','cold call','141747663215','','0.00','2025-05-19 17:00:15','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-19 17:00:15','1','RECIEVED THE DETAILS ON WHATSAPP','14',1),(436,'TINO JOY','General systems','256780713997','cold call','141747663286','','0.00','2025-05-19 17:01:26','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 17:01:26','1','SHARE ON WHATSAPP FOR REFRENCE','14',1),(437,'Appiontments collections','Pos','+256756933088','cold call','151747663326','','0.00','2025-05-19 17:02:06','2025-07-10 11:00:00','','0.00','Followup 4','Not Picking','','15','2025-05-19 17:02:06','1','','15',1),(438,'BUKUMBA WINES AND SPIRITS SHOP','General systems','25682490901','cold call','141747663370','','0.00','2025-05-19 17:02:50','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 17:02:50','1','WILL CONTACT INCASE OF NEED','14',1),(439,'SPOT 10 LIQUOR STORE','General systems','+256782577207','cold call','141747663440','','0.00','2025-05-19 17:04:00','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 17:04:00','1','NOT INTERESTED','14',1),(440,'USALUKETA WINES SHOP','General systems','256783157843','cold call','141747663504','','0.00','2025-05-19 17:05:04','2025-05-19 12:00:00','','0.00','new','Not Interested','','14','2025-05-19 17:05:04','1','NOT IN NEED RIGHT NOW','14',1),(441,'THE SPOT','General systems','256784936043','cold call','141747663596','','0.00','2025-05-19 17:06:36','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 17:06:36','1','BUSY, SHARE ON WHATSAPP','14',1),(442,'THE OASIS WINE AND SPIRITS','General systems','256787091152','cold call','141747663707','','0.00','2025-05-19 17:08:27','2025-05-19 12:00:00','','0.00','new','Not Ordered','','14','2025-05-19 17:08:27','1','SHARE ON WHATSAPP, CAN\'T CONCETRATE AT THE MOMENT','14',1),(443,'EVOLVE LIQUORS AND SODAS','General systems','256786437001','cold call','141747822294','','0.00','2025-05-21 13:11:34','2025-05-29 12:00:00','','0.00','Followup 1','Call Later','ALREADY SHARED THE DOCUMENTS AS REQUESTED','14','2025-05-21 13:11:34','1','','14',1),(444,'ASSY\'S LIQUOR MART','General systems','256788373190','cold call','141747824971','','0.00','2025-05-21 13:56:11','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 13:56:11','1','WILL CONTACT WHEN IN NEED','14',1),(445,'PAULIMAR LOUNGE MARACHA','General systems','2565788881862','cold call','141747825093','','0.00','2025-05-21 13:58:13','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 13:58:13','1','NOT INTERESTED','14',1),(446,'DA COMPUS GARDEN KALONGO','General systems','+256789813396','cold call','141747825618','','0.00','2025-05-21 14:06:58','2025-05-21 12:00:00','','0.00','new','Not Ordered','','14','2025-05-21 14:06:58','1','BUSY, SHARE ON WHATSAPP','14',1),(447,'ASEM WINES AND SPIRITS','General systems','256703009073/ 25678575138','cold call','141747825763','','0.00','2025-05-21 14:09:23','2025-05-22 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-05-21 14:09:23','1','','14',1),(448,'MAGARITA WINES SHOP','General systems','256752543241','cold call','141747825859','','0.00','2025-05-21 14:10:59','2025-05-21 12:00:00','','0.00','new','Not Ordered','','14','2025-05-21 14:10:59','1','WILL CALL WHEN HE\'S READY TO START','14',1),(449,'UNCLE GIMME\'S','General systems','26772584023','cold call','141747825983','','0.00','2025-05-21 14:13:03','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 14:13:03','1','NOT INTERESTED','14',1),(450,'LONGSTICK PUB','General systems','256772649100','cold call','141747826052','','0.00','2025-05-21 14:14:12','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 14:14:12','1','NOT INTERESTED','14',1),(451,'KARUMA RESORT','General systems','256774647929','cold call','141747826452','','0.00','2025-05-21 14:20:52','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 14:20:52','1','WILL REFER THOSE THAT NEED OUR SERVICES','14',1),(452,'AMICUS LIQOUR STORE','General systems','256777061435','cold call','141747826544','','0.00','2025-05-21 14:22:24','2025-05-21 12:00:00','','0.00','new','Not Ordered','','14','2025-05-21 14:22:24','1','SHARE DETAILS ON WHATSAPP','14',1),(453,'PERIMITA BEER AND DRINKS SHOP','General systems','25677712806','cold call','141747826694','','0.00','2025-05-21 14:24:54','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 14:24:54','1','NOT INTERESTED','14',1),(454,'OLIVMARK INVESTMENTS LTD','General systems','256782174717','cold call','141747826849','','0.00','2025-05-21 14:27:29','2025-05-29 10:15:00','','0.00','Followup 1','Interested','','14','2025-05-21 14:27:29','1','INTERESTED IN A POS PLANING TO PURCHASE IT AT THE END OF THE MONTH OR EARLY NEXT MONTH','14',1),(455,'THE PANTRY','General systems','256782236699','cold call','141747827021','','0.00','2025-05-21 14:30:21','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 14:30:21','1','NOT INTERESTED','14',1),(456,'BAKUMBA WINES AND SPIRITS SHOP','General systems','56782490901','cold call','141747827142','','0.00','2025-05-21 14:32:22','2025-05-21 12:00:00','','0.00','new','Not Interested','','14','2025-05-21 14:32:22','1','NOT INTERESTED','14',1),(457,'JUPECHO SUPER SHOP','General systems','256782547831','cold call','141747832273','','0.00','2025-05-21 15:57:53','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-21 15:57:53','1','RECIEVED DETAILS ON WHATSAPP','14',1),(458,'H & R CITY WINES AND SPIRITS','General systems','256782621404','cold call','141747832385','','0.00','2025-05-21 15:59:45','2025-05-29 12:00:00','','0.00','Followup 1','Not Ordered','FOLLOWUP WITH A TEXT','14','2025-05-21 15:59:45','1','','14',1),(459,'QUICK DRINKS UG','Website','+256782824085','cold call','141747832613','','0.00','2025-05-21 16:03:33','2025-05-21 12:00:00','','0.00','new','Call Later','','14','2025-05-21 16:03:33','1','GET BACK TO HIM AFTER INQURING WHETHER OUR WEBSITE CAN ALLOW RECIEVING PAYMENTS FROM PAYPAL, STRIPE ETC','14',1),(460,'REA WINES AND SPIRITS','General systems','256705399756','cold call','141747832743','','0.00','2025-05-21 16:05:43','2025-05-22 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-05-21 16:05:43','1','RECEIVED DETAILS ON WHATSAPP','14',1),(461,'NKIZZA LOCAL DRINKS','General systems','256772174626','cold call','cold call','','0','2025-05-21 00:00:00','2025-06-05 00:00:00','High','0','new','Interested','','14','2025-05-22 11:30:32','1','INTRESTED IN CAMERAS, WILL VISIT ROBISEARCH OFFICE AS SOON HE HAS FINISHED HIS CAR LOAN AND HAS GOT THE THE MONEY','',1),(462,'A- LIST LIQUOR GALLERY','Pos','256706403403','cold call','cold call','LIST LIQUOR GALLERY','0','2025-05-20 00:00:00','2025-05-29 00:00:00','High','0','new','Interested','','14','2025-05-22 10:26:17','1','WILL GO THROUGH THE DOCUMENTS SHARED ON WHATSAPP WHEN IS ABLE TO MAKE TIME THEN MAKE A CHOICE.','',1),(463,'Contact 1','General systems','+256700132588','cold call','141747994074','','0.00','2025-05-23 12:54:34','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 12:54:34','1','Busy, share on WhatsApp','14',1),(464,'Contact2','General systems','256700181890','cold call','141747994366','','0.00','2025-05-23 12:59:26','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 12:59:26','1','will contact incase of need','14',1),(465,'contact 3','Biometric','256700384502','cold call','141747994842','','0.00','2025-05-23 13:07:22','2025-05-23 12:00:00','','0.00','new','Don\'t Call me again','','14','2025-05-23 13:07:22','1','will talk to the people concerned and they will call back to inquire more about the biomentric system','14',1),(466,'contact 4','General systems','256700470555','cold call','141747995179','','0.00','2025-05-23 13:12:59','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 13:12:59','1','share them on the company email then they will look through.','14',1),(467,'KISUBI HOSPITAL/ Mr. Edward','General systems','256700541667/ 256702040213','cold call','141747995844','','0.00','2025-05-23 13:24:04','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 13:24:04','1','Share with them on the hospital email and Mr. Edward\'s Whatsapp','14',1),(468,'256701118791','General systems','256701118791','cold call','141747996547','','0.00','2025-05-23 13:35:47','2025-05-23 12:00:00','','0.00','new','Not Interested','','14','2025-05-23 13:35:47','1','Busy','14',1),(469,'256701126721','General systems','256701126721','cold call','141747996946','','0.00','2025-05-23 13:42:26','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 13:42:26','1','Go talk to the people at the Head office','14',1),(470,'256701411627','General systems','256701411627','cold call','141747997283','','0.00','2025-05-23 13:48:03','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 13:48:03','1','Traveling , share on whatsapp','14',1),(471,'256701419512','General systems','256701419512','cold call','141747997495','','0.00','2025-05-23 13:51:35','2025-05-23 12:00:00','','0.00','new','Not Interested','','14','2025-05-23 13:51:35','1','Busy and ended the call','14',1),(472,'256701428769','General systems','256701428769','cold call','141747997796','','0.00','2025-05-23 13:56:36','2025-05-23 12:00:00','','0.00','new','Not Interested','','14','2025-05-23 13:56:36','1','Busy, share on whatsapp','14',1),(473,'256701848984','General systems','256701848984','cold call','141747998563','','0.00','2025-05-23 14:09:23','2025-05-23 12:00:00','','0.00','new','Not Interested','','14','2025-05-23 14:09:23','1','ended the call mid conversation','14',1),(474,'256701860746','General systems','256701860746','cold call','141747998933','','0.00','2025-05-23 14:15:33','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 14:15:33','1','Busy, share on whatsapp','14',1),(475,'256702200388','General systems','256702200388','cold call','141747999839','','0.00','2025-05-23 14:30:39','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 14:30:39','1','will call in case he needs any','14',1),(476,'256702464642','General systems','256702464642','cold call','141748001082','','0.00','2025-05-23 14:51:22','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 14:51:22','1','will talk to the manager when she comes back and they will call back','14',1),(477,'256702647749','General systems','256702647749','cold call','141748001755','','0.00','2025-05-23 15:02:35','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 15:02:35','1','his is just starting and small will think about it when it has grown','14',1),(478,'256702838165','General systems','256702838165','cold call','141748002002','','0.00','2025-05-23 15:06:42','2025-05-23 12:00:00','','0.00','new','Not Interested','','14','2025-05-23 15:06:42','1','he is comfortable with the system he has maybe will call back when he wants to change.','14',1),(479,'256702853375','General systems','256702853375','cold call','141748002621','','0.00','2025-05-23 15:17:01','2025-05-29 12:00:00','','0.00','new','Call Later','','14','2025-05-23 15:17:01','1','Share all the solutions with their pricing on whatsapp then we will talk after him reviewing everything.','14',1),(480,'256702900166','General systems','256702900166','cold call','141748003015','','0.00','2025-05-23 15:23:35','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 15:23:35','1','share on whatsapp','14',1),(481,'256702923623','General systems','256702923623','cold call','141748003708','','0.00','2025-05-23 15:35:08','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 15:35:08','1','Share them on WhatsApp then we will talk after.','14',1),(482,'256702929292','General systems','256702929292','cold call','141748004588','','0.00','2025-05-23 15:49:48','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 15:49:48','1','Has systems already and doesn\'t need any.','14',1),(483,'256703416087','General systems','256703416087','cold call','141748008730','','0.00','2025-05-23 16:58:50','2025-05-23 12:00:00','','0.00','new','Not Ordered','','14','2025-05-23 16:58:50','1','not the right person to talk to. going to share the market manager\'s number','14',1),(484,' ','General systems','256703677500','cold call','141748337883','','0.00','2025-05-27 12:24:43','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 12:24:43','1','FORWARDING THE UMBER TO THE PERSON IN CHARGE TO CALL BCK','14',1),(485,'256703696388','General systems','256703696388','cold call','141748338159','','0.00','2025-05-27 12:29:19','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 12:29:19','1','CALLING BACK SHORTLY , STILL BUSY','14',1),(486,'256703943313','General systems','256703943313','cold call','141748338731','','0.00','2025-05-27 12:38:51','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 12:38:51','1','WILL CONTACT INCASE OF NEED','14',1),(487,'256704083765','General systems','256704083765','cold call','141748339338','','0.00','2025-05-27 12:48:58','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 12:48:58','1','Ended the call','14',1),(488,'256704201145','General systems','256704201145','cold call','141748339799','','0.00','2025-05-27 12:56:39','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 12:56:39','1','will forward to the boss and the boss will give us a call','14',1),(489,'256704601057','General systems','256704601057','cold call','141748340361','','0.00','2025-05-27 13:06:01','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 13:06:01','1','will call incase in need','14',1),(490,'256704653080','General systems','256704653080','cold call','141748340756','','0.00','2025-05-27 13:12:36','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 13:12:36','1','Call ended','14',1),(491,'256704660000','General systems','256704660000','cold call','141748340912','','0.00','2025-05-27 13:15:12','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 13:15:12','1','still busy, will call back after two hours','14',1),(492,'256704665652','General systems','256704665652','cold call','141748341416','','0.00','2025-05-27 13:23:36','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 13:23:36','1','Ended the call','14',1),(493,'256704925010','General systems','256704925010','cold call','141748342200','','0.00','2025-05-27 13:36:40','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 13:36:40','1','busy','14',1),(494,'256705205699','General systems','256705205699','cold call','141748343721','','0.00','2025-05-27 14:02:01','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 14:02:01','1','busy','14',1),(495,'256705275685','General systems','256705275685','cold call','141748344188','','0.00','2025-05-27 14:09:48','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 14:09:48','1','share on mail','14',1),(496,'256705297856','General systems','256705297856','cold call','141748344391','','0.00','2025-05-27 14:13:11','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 14:13:11','1','share on whatsapp','14',1),(497,'SCHOOL','General systems','256705800199','cold call','141748346098','','0.00','2025-05-27 14:41:38','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 14:41:38','1','SHARE ON WHATSAPP ,','14',1),(498,'256705842214','General systems','256705842214','cold call','141748346743','','0.00','2025-05-27 14:52:23','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 14:52:23','1','WILL CALL INCASE THEY ARE IN NEED OF THE SERVICES','14',1),(499,'256705987785','General systems','256705987785','cold call','141748347025','','0.00','2025-05-27 14:57:05','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 14:57:05','1','ITS BETTER TO PASS BY THE CLINIC AND TALK TO THOSE IN CHARGE','14',1),(500,'256705996450','General systems','256705996450','cold call','141748348601','','0.00','2025-05-27 15:23:21','2025-05-27 12:00:00','','0.00','new','Ordered','','14','2025-05-27 15:23:21','1','BUSY SHARE ON WHTASPP','14',1),(501,'256706100800','General systems','256706100800','cold call','141748348948','','0.00','2025-05-27 15:29:08','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 15:29:08','1','ALREADY HAVE WHAT THEY NEED','14',1),(502,'256706292929','General systems','256706292929','cold call','141748349198','','0.00','2025-05-27 15:33:18','2025-05-27 12:00:00','','0.00','new','Ordered','','14','2025-05-27 15:33:18','1','SHARE ON WHATSAPP','14',1),(503,'256706344347','General systems','256706344347','cold call','141748350255','','0.00','2025-05-27 15:50:55','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 15:50:55','1','BUSINESS IS STILL SMALL, BUT SHARE ON WHATSAPP FOR FUTURE REFRENCE','14',1),(504,'256706402627','General systems','256706402627','cold call','141748350432','','0.00','2025-05-27 15:53:52','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 15:53:52','1','IN A LECTURE BUT SHARE ON WHATSAPP','14',1),(505,'256706434504','General systems','256706434504','cold call','141748350806','','0.00','2025-05-27 16:00:06','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 16:00:06','1','HAS ONE ALREADY MAYBE WILL CONTACT IN CASE SHE\'S READY TO CHANGE A SERVICE PROVIDER','14',1),(506,'256706567940','General systems','256706567940','cold call','141748351211','','0.00','2025-05-27 16:06:51','2025-05-27 12:00:00','','0.00','new','Not Picking','','14','2025-05-27 16:06:51','1','NOT PICKING','14',1),(507,'256706741082','General systems','256706741082','cold call','141748351437','','0.00','2025-05-27 16:10:37','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 16:10:37','1','NOT INTERESTED','14',1),(508,'256706830437','General systems','256706830437','cold call','141748351617','','0.00','2025-05-27 16:13:37','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 16:13:37','1','NOT INTERESTED','14',1),(509,'256706863722','General systems','256706863722','cold call','141748352151','','0.00','2025-05-27 16:22:31','2025-05-27 12:00:00','','0.00','new','Not Ordered','','14','2025-05-27 16:22:31','1','WILL CONTACT INCASE OF NEED BUT ALSO SHARE ON WHATSAPP','14',1),(510,'256706910001','General systems','256706910001','cold call','141748352853','','0.00','2025-05-27 16:34:13','2025-05-27 12:00:00','','0.00','new','Not Interested','','14','2025-05-27 16:34:13','1','NOT INTERESTED','14',1),(511,'256706955606','General systems','256706955606','cold call','141748353747','','0.00','2025-05-27 16:49:07','2025-05-27 12:00:00','','0.00','new','Not Picking','','14','2025-05-27 16:49:07','1','NOT PICKING','14',1),(512,'256707246744','General systems','256707246744','cold call','141748414941','','0.00','2025-05-28 09:49:01','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 09:49:01','1','not picking','14',1),(513,'256708188219','General systems','256708188219','cold call','141748415217','','0.00','2025-05-28 09:53:37','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 09:53:37','1','not picking','14',1),(514,'256708285465','General systems','256708285465','cold call','141748415453','','0.00','2025-05-28 09:57:33','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 09:57:33','1','In a meeting','14',1),(515,'256708711901','General systems','256708711901','cold call','141748416051','','0.00','2025-05-28 10:07:31','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 10:07:31','1','not interested','14',1),(516,'256708753578','General systems','256708753578','cold call','141748417281','','0.00','2025-05-28 10:28:01','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 10:28:01','1','not picking','14',1),(517,'256708863283','General systems','256708863283','cold call','141748417666','','0.00','2025-05-28 10:34:26','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 10:34:26','1','will contact incase of need to change a service provider.','14',1),(518,'256708944114','General systems','256708944114','cold call','141748418061','','0.00','2025-05-28 10:41:01','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 10:41:01','1','NO TIME, SHARE ON WHATSAPP','14',1),(519,'256709625487','General systems','256709625487','cold call','141748418265','','0.00','2025-05-28 10:44:25','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 10:44:25','1','NOT PICKING','14',1),(520,'256709699818','General systems','256709699818','cold call','141748418408','','0.00','2025-05-28 10:46:48','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 10:46:48','1','ON ANOTHERLINE','14',1),(521,'256709784312','General systems','256709784312','cold call','141748418710','','0.00','2025-05-28 10:51:50','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 10:51:50','1','NOT INTEREESTED','14',1),(522,'HOPITAL','General systems','256709996699','cold call','141748419076','','0.00','2025-05-28 10:57:56','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 10:57:56','1','ALREADY CONTENTED BUT SHARE ON WHATSAPP FOR FUTURE REFRENCE','14',1),(523,'256740100558','General systems','256740100558','cold call','141748419671','','0.00','2025-05-28 11:07:51','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 11:07:51','1','SHARE ALSO ON WHATSAPP','14',1),(524,'256740550550','General systems','256740550550','cold call','141748419818','','0.00','2025-05-28 11:10:18','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 11:10:18','1','NOT PICKING','14',1),(525,'256740831439','General systems','256740831439','cold call','141748420143','','0.00','2025-05-28 11:15:43','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 11:15:43','1','NOT INTERESTED','14',1),(526,'256740911911','General systems','256740911911','cold call','141748420403','','0.00','2025-05-28 11:20:03','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 11:20:03','1','THEY DON\'T TALK ABOUT BUSINESS ISSUES ONLINE. VISIT THE BUSINESS.','14',1),(527,'256741070682','General systems','256741070682','cold call','141748420885','','0.00','2025-05-28 11:28:05','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 11:28:05','1','BUSY, SHARE ON WHATSAPP','14',1),(528,'256741428434','General systems','256741428434','cold call','141748421083','','0.00','2025-05-28 11:31:23','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 11:31:23','1','NOT PICKING','14',1),(529,'256741449071','General systems','256741449071','cold call','141748422024','','0.00','2025-05-28 11:47:04','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 11:47:04','1','PUT ON WHATSAPP, THEY WILL CALL WHEN THEY NEED ANY.','14',1),(530,'256742019940','General systems','256742019940','cold call','141748423034','','0.00','2025-05-28 12:03:54','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 12:03:54','1','NOT PICKING','14',1),(531,'256744036703','General systems','256744036703','cold call','141748423444','','0.00','2025-05-28 12:10:44','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 12:10:44','1','NOT PICKING','14',1),(532,'256746417334','General systems','256746417334','cold call','141748423633','','0.00','2025-05-28 12:13:53','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 12:13:53','1','NOT INTERESTED','14',1),(533,'256750048774','General systems','256750048774','cold call','141748424793','','0.00','2025-05-28 12:33:13','2025-05-28 12:00:00','','0.00','new','Interested','','14','2025-05-28 12:33:13','1','INTRESTED IN SOLAR CAMERA','14',1),(534,'256750304022','General systems','256750304022','cold call','141748425894','','0.00','2025-05-28 12:51:34','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 12:51:34','1','Not needed at the moment','14',1),(535,'256750539681','General systems','256750539681','cold call','141748426064','','0.00','2025-05-28 12:54:24','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 12:54:24','1','not picking','14',1),(536,'256750578241','General systems','256750578241','cold call','141748426176','','0.00','2025-05-28 12:56:16','2025-05-28 12:00:00','','0.00','new','Not Picking','','14','2025-05-28 12:56:16','1','not picking','14',1),(537,'256750731494','General systems','256750731494','cold call','141748426740','','0.00','2025-05-28 13:05:40','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 13:05:40','1','his is going to call back','14',1),(538,'256750748770','General systems','256750748770','cold call','141748431727','','0.00','2025-05-28 14:28:47','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 14:28:47','1','busy, share on whatsapp','14',1),(539,'256750882876','General systems','256750882876','cold call','141748432130','','0.00','2025-05-28 14:35:30','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 14:35:30','1','will contact incase of need','14',1),(540,'256750903932','General systems','256750903932','cold call','141748432861','','0.00','2025-05-28 14:47:41','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 14:47:41','1','will contact incase of need','14',1),(541,'256750939905','General systems','256750939905','cold call','141748433116','','0.00','2025-05-28 14:51:56','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 14:51:56','1','Not interested','14',1),(542,'256751178921','General systems','256751178921','cold call','141748433341','','0.00','2025-05-28 14:55:41','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 14:55:41','1','share on whatsapp','14',1),(543,'256751359596','General systems','256751359596','cold call','141748433913','','0.00','2025-05-28 15:05:13','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 15:05:13','1','business still small, maybe in future when it grows.','14',1),(544,'256751388060','General systems','256751388060','cold call','141748434183','','0.00','2025-05-28 15:09:43','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 15:09:43','1','share on WhatsApp ten will contact after reviewing','14',1),(545,'256751523232','General systems','256751523232','cold call','141748434467','','0.00','2025-05-28 15:14:27','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 15:14:27','1','share on whatsapp','14',1),(546,'256751674984','General systems','256751674984','cold call','141748435180','','0.00','2025-05-28 15:26:20','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 15:26:20','1','share on whatsapp','14',1),(547,'256751836126','General systems','256751836126','cold call','141748435772','','0.00','2025-05-28 15:36:12','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 15:36:12','1','visit the business and share','14',1),(548,'256751999175','General systems','256751999175','cold call','141748436914','','0.00','2025-05-28 15:55:14','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 15:55:14','1','the Ict team is not around.','14',1),(549,'256752024330','General systems','256752024330','cold call','141748437472','','0.00','2025-05-28 16:04:32','2025-05-28 12:00:00','','0.00','new','Not Interested','','14','2025-05-28 16:04:32','1','ENDED THE CALL','14',1),(550,'256752024333','General systems','256752024333','cold call','141748438385','','0.00','2025-05-28 16:19:45','2025-05-28 12:00:00','','0.00','new','Not Ordered','','14','2025-05-28 16:19:45','1','FIND TIME ON A MONDAY A GO TO THE HOSPITAL AND TALK TO THEM','14',1),(551,'256752060605','General systems','256752060605','cold call','141748501875','','0.00','2025-05-29 09:57:55','2025-05-29 12:00:00','','0.00','new','Not Interested','','14','2025-05-29 09:57:55','1','not interested','14',1),(552,'256704761744','General systems','256704761744','cold call','141748502069','','0.00','2025-05-29 10:01:09','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 10:01:09','1','share on whatsapp','14',1),(553,'256752272271','General systems','256752272271','cold call','141748502938','','0.00','2025-05-29 10:15:38','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 10:15:38','1','busy, share on whatsapp','14',1),(554,'256752309026','General systems','256752309026','cold call','141748503064','','0.00','2025-05-29 10:17:44','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 10:17:44','1','not picking','14',1),(555,'256752314455','General systems','256752314455','cold call','141748503170','','0.00','2025-05-29 10:19:30','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 10:19:30','1','not picking','14',1),(556,'256752433197','General systems','256752433197','cold call','141748504374','','0.00','2025-05-29 10:39:34','2025-05-29 12:00:00','','0.00','new','Not Interested','','14','2025-05-29 10:39:34','1','not interested','14',1),(557,'256752514514','General systems','256752514514','cold call','141748504512','','0.00','2025-05-29 10:41:52','2025-05-29 12:00:00','','0.00','new','Not Interested','','14','2025-05-29 10:41:52','1','not picking','14',1),(558,'256752519739','General systems','256752519739','cold call','141748504602','','0.00','2025-05-29 10:43:22','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 10:43:22','1','not picking','14',1),(559,'256752545448','General systems','256752545448','cold call','141748504720','','0.00','2025-05-29 10:45:20','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 10:45:20','1','not picking','14',1),(560,'25675253683','General systems','25675253683','cold call','141748517945','','0.00','2025-05-29 14:25:45','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 14:25:45','1','share on whatsapp','14',1),(561,'256752633858','General systems','256752633858','cold call','141748518923','','0.00','2025-05-29 14:42:03','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 14:42:03','1','send on whatsapp so that he can read through','14',1),(562,'256752638001','General systems','256752638001','cold call','141748519507','','0.00','2025-05-29 14:51:47','2025-05-29 12:00:00','','0.00','new','Not Interested','','14','2025-05-29 14:51:47','1','not interested','14',1),(563,'kampala music school','General systems','256752647000','cold call','141748519918','','0.00','2025-05-29 14:58:38','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 14:58:38','1','share on email','14',1),(564,'256752656665','General systems','256752656665/ 26704714949','cold call','141748520701','','0.00','2025-05-29 15:11:41','2025-05-29 12:00:00','','0.00','new','Ordered','','14','2025-05-29 15:11:41','1','not picking','14',1),(565,'256752690002','General systems','256752690002','cold call','141748520938','','0.00','2025-05-29 15:15:38','2025-05-29 12:00:00','','0.00','Followup 1','Ordered','','14','2025-05-29 15:15:38','1','share ERP proposal on email. vineairflightacademy@gmail.com','14',1),(566,'256752708426','General systems','256752708426','cold call','141748521743','','0.00','2025-05-29 15:29:03','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 15:29:03','1','its better to talk to them in person not on phone','14',1),(567,'256752929554','General systems','256752929554','cold call','141748522186','','0.00','2025-05-29 15:36:26','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 15:36:26','1','busy, she will call later','14',1),(568,'256753086848','General systems','256753086848','cold call','141748522377','','0.00','2025-05-29 15:39:37','2025-05-29 12:00:00','','0.00','new','Not Interested','','14','2025-05-29 15:39:37','1','he will share when he is in need of any','14',1),(569,'25753320609','General systems','25753320609','cold call','141748522559','','0.00','2025-05-29 15:42:39','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 15:42:39','1','bad network','14',1),(570,'256754383075','General systems','256754383075','cold call','141748524003','','0.00','2025-05-29 16:06:43','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 16:06:43','1','not picking','14',1),(571,'256754423353','General systems','256754423353','cold call','141748524235','','0.00','2025-05-29 16:10:35','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 16:10:35','1','share on whatsapp','14',1),(572,'256754663466','General systems','256754663466','cold call','141748524438','','0.00','2025-05-29 16:13:58','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 16:13:58','1','not picking','14',1),(573,'256754744807','General systems','256754744807','cold call','141748524552','','0.00','2025-05-29 16:15:52','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 16:15:52','1','not picking','14',1),(574,'256754757051','General systems','256754757051','cold call','141748524755','','0.00','2025-05-29 16:19:15','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 16:19:15','1','not picking','14',1),(575,'SCHOOL','General systems','256755200028/ 256784657421','cold call','141748525461','','0.00','2025-05-29 16:31:01','2025-05-29 12:00:00','','0.00','new','Ordered','','14','2025-05-29 16:31:01','1','share websites on his mtn whatsapp number and also interact from there.','14',1),(576,'256755247149','General systems','256755247149','cold call','141748525709','','0.00','2025-05-29 16:35:09','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 16:35:09','1','share on whatsapp','14',1),(577,'256755278240','General systems','256755278240','cold call','141748525850','','0.00','2025-05-29 16:37:30','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 16:37:30','1','not picking','14',1),(578,'256755280371','General systems','256755280371','cold call','141748526152','','0.00','2025-05-29 16:42:32','2025-05-29 12:00:00','','0.00','new','Not Interested','','14','2025-05-29 16:42:32','1','have a service provider already, will contact in case of need in future','14',1),(579,'256755342727','General systems','256755342727','cold call','141748526630','','0.00','2025-05-29 16:50:30','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 16:50:30','1','sharing the boss\' number shortly','14',1),(580,'256755424435','General systems','256755424435','cold call','141748526887','','0.00','2025-05-29 16:54:47','2025-05-29 12:00:00','','0.00','new','Not Picking','','14','2025-05-29 16:54:47','1','not picking','14',1),(581,'HOPITAL','General systems','256755738145','cold call','141748527200','','0.00','2025-05-29 17:00:00','2025-05-29 12:00:00','','0.00','new','Not Ordered','','14','2025-05-29 17:00:00','1','SHARE ON WHATSAPP','14',1),(582,'256757614014','General systems','256757614014','cold call','141748589943','','0.00','2025-05-30 10:25:43','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 10:25:43','1','share on whatsapp and he will give feedback after going through','14',1),(583,'256757744448','General systems','256757744448','cold call','141748590158','','0.00','2025-05-30 10:29:18','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 10:29:18','1','don\'t need it','14',1),(584,'256757779156','General systems','256757779156','cold call','141748591231','','0.00','2025-05-30 10:47:11','2025-05-30 12:00:00','','0.00','new','Ordered','','14','2025-05-30 10:47:11','1','share information also on whatsapp','14',1),(585,'256757844897','General systems','256757844897','cold call','141748591356','','0.00','2025-05-30 10:49:16','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 10:49:16','1','not picking','14',1),(586,'2560758032501','General systems','2560758032501','cold call','141748592607','','0.00','2025-05-30 11:10:07','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 11:10:07','1','not picking','14',1),(587,'256758164124','General systems','256758164124','cold call','141748593391','','0.00','2025-05-30 11:23:11','2025-05-30 12:00:00','','0.00','new','Interested','','14','2025-05-30 11:23:11','1','He has a client that he will refer to us for the hospital management system','14',1),(588,'256758525131','General systems','256758525131','cold call','141748594932','','0.00','2025-05-30 11:48:52','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 11:48:52','1','not picking','14',1),(589,'256758549501','General systems','256758549501','cold call','141748595252','','0.00','2025-05-30 11:54:12','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 11:54:12','1','appreciated the information shared','14',1),(590,'256758699906','General systems','256758699906','cold call','141748597097','','0.00','2025-05-30 12:24:57','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 12:24:57','1','with a client, will get back to me','14',1),(591,'256758709161','General systems','256758709161','cold call','141748597217','','0.00','2025-05-30 12:26:57','2025-06-14 12:00:00','','0.00','Followup 1','Not Interested','','14','2025-05-30 12:26:57','1','','14',1),(592,'St. Joseph Hospital','General systems','256759039795','cold call','141748597400','','0.00','2025-05-30 12:30:00','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 12:30:00','1','busy, not interested','14',1),(593,'256759088429','General systems','256759088429','cold call','141748597626','','0.00','2025-05-30 12:33:46','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 12:33:46','1','Not looking for any right now','14',1),(594,'256759145694','General systems','256759145694','cold call','141748597799','','0.00','2025-05-30 12:36:39','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 12:36:39','1','not picking','14',1),(595,'26759223344','General systems','26759223344','cold call','141748598227','','0.00','2025-05-30 12:43:47','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 12:43:47','1','not interested','14',1),(596,'256759400666','General systems','256759400666','cold call','141748599114','','0.00','2025-05-30 12:58:34','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 12:58:34','1','not picking','14',1),(597,'256759503869/ 256705274620','General systems','256759503869/ 256705274620','cold call','141748599884','','0.00','2025-05-30 13:11:24','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 13:11:24','1','not interested','14',1),(598,'SCHOOL','General systems','256759511984','cold call','141748604063','','0.00','2025-05-30 14:21:03','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 14:21:03','1','share on email','14',1),(599,'256759591811','General systems','256759591811','cold call','141748604389','','0.00','2025-05-30 14:26:29','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 14:26:29','1','already have someone','14',1),(600,'256759599863','General systems','256759599863','cold call','141748604846','','0.00','2025-05-30 14:34:06','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 14:34:06','1','Listened and he will get back to me','14',1),(601,'256759612721','General systems','256759612721','cold call','141748605265','','0.00','2025-05-30 14:41:05','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 14:41:05','1','will contact incase of need','14',1),(602,'256759757138','General systems','256759757138','cold call','141748605554','','0.00','2025-05-30 14:45:54','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 14:45:54','1','will call incase they need the services','14',1),(603,'256759804545','General systems','256759804545','cold call','141748605715','','0.00','2025-05-30 14:48:35','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 14:48:35','1','not interested','14',1),(604,'256759812918','General systems','256759812918','cold call','141748605976','','0.00','2025-05-30 14:52:56','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 14:52:56','1','share on WhatsApp and he will look through','14',1),(605,'256759828016','General systems','256759828016','cold call','141748606197','','0.00','2025-05-30 14:56:37','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 14:56:37','1','share on whatsapp','14',1),(606,'256759948200','General systems','256759948200','cold call','141748607230','','0.00','2025-05-30 15:13:50','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 15:13:50','1','not interested, he is also owns a software company','14',1),(607,'Bugolobi Medical Centre','General systems','256760069622','cold call','141748607629','','0.00','2025-05-30 15:20:29','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 15:20:29','1','share on email','14',1),(608,'256760166665','General systems','256760166665','cold call','141748607752','','0.00','2025-05-30 15:22:32','2025-05-30 12:00:00','','0.00','new','Not Interested','','14','2025-05-30 15:22:32','1','in a meeting, not interested','14',1),(609,'256761189507','General systems','256761189507','cold call','141748607902','','0.00','2025-05-30 15:25:02','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 15:25:02','1','not picking','14',1),(610,'256761885794','General systems','256761885794','cold call','141748608287','','0.00','2025-05-30 15:31:27','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 15:31:27','1','not picking','14',1),(611,'Gombe Medical services','General systems','256762666777','cold call','141748608986','','0.00','2025-05-30 15:43:06','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 15:43:06','1','share on email','14',1),(612,'256765320650','General systems','256765320650','cold call','141748609172','','0.00','2025-05-30 15:46:12','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 15:46:12','1','not picking','14',1),(613,'256771026689','General systems','256771026689','cold call','141748610639','','0.00','2025-05-30 16:10:39','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 16:10:39','1','not picking','14',1),(614,'256771646981','General systems','256771646981','cold call','141748611096','','0.00','2025-05-30 16:18:16','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 16:18:16','1','share on whatsapp','14',1),(615,'256771658239','General systems','256771658239','cold call','141748611446','','0.00','2025-05-30 16:24:06','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 16:24:06','1','not picking','14',1),(616,'256771801902','General systems','256771801902','cold call','141748611766','','0.00','2025-05-30 16:29:26','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 16:29:26','1','will forward our contact to the ict team and they will contact me','14',1),(617,'256772221148','General systems','256772221148','cold call','141748612396','','0.00','2025-05-30 16:39:56','2025-05-30 12:00:00','','0.00','new','Not Picking','','14','2025-05-30 16:39:56','1','not picking','14',1),(618,'256772221945','General systems','256772221945','cold call','141748612697','','0.00','2025-05-30 16:44:57','2025-05-30 12:00:00','','0.00','new','Not Ordered','','14','2025-05-30 16:44:57','1','in meeting, share on whatsapp','14',1),(619,'256701781120','General systems','256701781120','cold call','141748859450','','0.00','2025-06-02 13:17:30','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 13:17:30','1','','14',1),(620,'256702009279','General systems','256702009279','cold call','141748859550','','0.00','2025-06-02 13:19:10','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 13:19:10','1','information well received','14',1),(621,'256702123600','General systems','256702123600','cold call','141748859637','','0.00','2025-06-02 13:20:37','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 13:20:37','1','not interested','14',1),(622,'25670262775','E-commerce','25670262775','cold call','141748859704','','0.00','2025-06-02 13:21:44','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 13:21:44','1','not picking','14',1),(623,'256702213568','General systems','256702213568','cold call','141748859757','','0.00','2025-06-02 13:22:37','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 13:22:37','1','not picking','14',1),(624,'256702249620','General systems','256702249620','cold call','141748859856','','0.00','2025-06-02 13:24:16','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 13:24:16','1','not interested','14',1),(625,'2502249620','General systems','2502249620','cold call','141748860414','','0.00','2025-06-02 13:33:34','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 13:33:34','1','Busy, will contact incase he needs any','14',1),(626,'256702353857','General systems','256702353857','cold call','141748861538','','0.00','2025-06-02 13:52:18','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 13:52:18','1','not picking','14',1),(627,'','General systems','256702620464','cold call','141748861638','','0.00','2025-06-02 13:53:58','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 13:53:58','1','','14',1),(628,'256703141953','General systems','256703141953','cold call','141748861837','','0.00','2025-06-02 13:57:17','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 13:57:17','1','busy','14',1),(629,'256703151714','General systems','256703151714','cold call','141748861967','','0.00','2025-06-02 13:59:27','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 13:59:27','1','will call incase of need','14',1),(630,'256703361367','General systems','256703361367','cold call','141748862086','','0.00','2025-06-02 14:01:26','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:01:26','1','not picking','14',1),(631,'256703514339','General systems','256703514339','cold call','141748862182','','0.00','2025-06-02 14:03:02','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 14:03:02','1','not interested','14',1),(632,'256703611388','General systems','256703611388','cold call','141748862327','','0.00','2025-06-02 14:05:27','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 14:05:27','1','not interested','14',1),(633,'25670408641','General systems','25670408641','cold call','141748862470','','0.00','2025-06-02 14:07:50','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 14:07:50','1','will contact incase of need','14',1),(634,'256704744677','E-commerce','256704744677','cold call','141748862650','','0.00','2025-06-02 14:10:50','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:10:50','1','not picking','14',1),(635,'256704895614','General systems','256704895614','cold call','141748862838','','0.00','2025-06-02 14:13:58','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 14:13:58','1','information well received','14',1),(636,'256752117111','General systems','256752117111','cold call','141748863624','','0.00','2025-06-02 14:27:04','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:27:04','1','not picking','14',1),(637,'256753341766','General systems','256753341766','cold call','141748863800','','0.00','2025-06-02 14:30:00','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:30:00','1','256753341766','14',1),(638,'256754007007','General systems','256754007007','cold call','141748864159','','0.00','2025-06-02 14:35:59','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 14:35:59','1','will communicate incase of need','14',1),(639,'256754945447','General systems','256754945447','cold call','141748864406','','0.00','2025-06-02 14:40:06','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 14:40:06','1','will communicate','14',1),(640,'25675500032','General systems','25675500032','cold call','141748864495','','0.00','2025-06-02 14:41:35','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:41:35','1','not going through','14',1),(641,'25675570043','General systems','25675570043','cold call','141748864570','','0.00','2025-06-02 14:42:50','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:42:50','1','not picking','14',1),(642,'256756478477','General systems','256756478477','cold call','141748864691','','0.00','2025-06-02 14:44:51','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 14:44:51','1','busy, he will call later','14',1),(643,'256758446601','General systems','256758446601','cold call','141748864775','','0.00','2025-06-02 14:46:15','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 14:46:15','1','in a meeting','14',1),(644,' 256756059252','General systems','256756059252','cold call','141748865015','','0.00','2025-06-02 14:50:15','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 14:50:15','1','not interested','14',1),(645,'256702441659','General systems','256702441659','cold call','141748865165','','0.00','2025-06-02 14:52:45','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 14:52:45','1','not picking','14',1),(646,'256702594548','General systems','256702594548','cold call','141748865232','','0.00','2025-06-02 14:53:52','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 14:53:52','1','busy','14',1),(647,'256703411199','General systems','256703411199','cold call','141748865311','','0.00','2025-06-02 14:55:11','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 14:55:11','1','not interested','14',1),(648,'256705041411','General systems','256705041411','cold call','141748866592','','0.00','2025-06-02 15:16:32','2025-06-02 12:00:00','','0.00','new','Not Picking','','14','2025-06-02 15:16:32','1','not picking','14',1),(649,'256705344416','General systems','256705344416','cold call','141748866685','','0.00','2025-06-02 15:18:05','2025-06-02 12:00:00','','0.00','new','Not Ordered','','14','2025-06-02 15:18:05','1','will communicate in case of need','14',1),(650,'256705500060','General systems','256705500060','cold call','141748866799','','0.00','2025-06-02 15:19:59','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 15:19:59','1','not interested','14',1),(651,'256705790230','General systems','256705790230','cold call','141748869156','','0.00','2025-06-02 15:59:16','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 15:59:16','1','not interested','14',1),(652,'256706820102','General systems','256706820102','cold call','141748869627','','0.00','2025-06-02 16:07:07','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 16:07:07','1','made busy','14',1),(653,'256709729608','General systems','256709729608','cold call','141748869832','','0.00','2025-06-02 16:10:32','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 16:10:32','1','not interested','14',1),(654,'256744194248','General systems','256744194248','cold call','141748869980','','0.00','2025-06-02 16:13:00','2025-06-02 12:00:00','','0.00','new','Don\'t Call me again','','14','2025-06-02 16:13:00','1','he will call, don\'t call again','14',1),(655,'25675715664','General systems','25675715664','cold call','141748870251','','0.00','2025-06-02 16:17:31','2025-06-02 12:00:00','','0.00','new','Not Interested','','14','2025-06-02 16:17:31','1','not interested','14',1),(656,'256772301885','General systems','256772301885','cold call','141749029128','','0.00','2025-06-04 12:25:28','2025-06-04 12:00:00','','0.00','new','Not Ordered','','14','2025-06-04 12:25:28','1','she will be interested the biometric time attendance and cctv cameras but in future. she will reach out when she is ready.','14',1),(657,'256772310951','General systems','256772310951','cold call','141749029293','','0.00','2025-06-04 12:28:13','2025-06-04 12:00:00','','0.00','new','Not Picking','','14','2025-06-04 12:28:13','1','not picking','14',1),(658,'256772364375','General systems','256772364375','cold call','141749029599','','0.00','2025-06-04 12:33:19','2025-06-04 12:00:00','','0.00','new','Not Picking','','14','2025-06-04 12:33:19','1','not picking','14',1),(659,'256772375885','General systems','256772375885','cold call','141749029795','','0.00','2025-06-04 12:36:35','2025-06-04 12:00:00','','0.00','new','Not Ordered','','14','2025-06-04 12:36:35','1','Busy but share on whatsapp','14',1),(660,'256772400448','General systems','256772400448','cold call','141749625444','','0.00','2025-06-11 10:04:04','2025-06-11 12:00:00','','0.00','new','Not Picking','','14','2025-06-11 10:04:04','1','on another line','14',1),(661,'256772403561','General systems','256772403561','cold call','141749625682','','0.00','2025-06-11 10:08:02','2025-06-11 12:00:00','','0.00','new','Not Ordered','','14','2025-06-11 10:08:02','1','busy, share them on whatsapp','14',1),(662,'256772406702','General systems','256772406702','cold call','141749625943','','0.00','2025-06-11 10:12:23','2025-06-11 12:00:00','','0.00','new','Not Ordered','','14','2025-06-11 10:12:23','1','Busy, share on whatsapp','14',1),(663,'256772456119','General systems','256772456119','cold call','141749647822','','0.00','2025-06-11 16:17:02','2025-06-11 12:00:00','','0.00','new','Not Interested','','14','2025-06-11 16:17:02','1','not interested','14',1),(664,'256772458571','General systems','256772458571','cold call','141749648018','','0.00','2025-06-11 16:20:18','2025-06-11 12:00:00','','0.00','new','Not Interested','','14','2025-06-11 16:20:18','1','don\'t need them at the moment','14',1),(665,'256772459881','General systems','256772459881','cold call','141749648186','','0.00','2025-06-11 16:23:06','2025-06-11 12:00:00','','0.00','new','Not Interested','','14','2025-06-11 16:23:06','1','busy','14',1),(666,'256772460625','General systems','256772460625','cold call','141749648293','','0.00','2025-06-11 16:24:53','2025-06-11 12:00:00','','0.00','new','Not Picking','','14','2025-06-11 16:24:53','1','busy','14',1),(667,'256772466208','General systems','256772466208','cold call','141749648413','','0.00','2025-06-11 16:26:53','2025-06-11 12:00:00','','0.00','new','Not Picking','','14','2025-06-11 16:26:53','1','not picking','14',1),(668,'256772467412','General systems','256772467412','cold call','141749649221','','0.00','2025-06-11 16:40:21','2025-06-14 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-06-11 16:40:21','1','','14',1),(669,'school','General systems','256772473821','cold call','141749710841','kasese','0.00','2025-06-12 09:47:21','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 09:47:21','1','share on WhatsApp then they see if any of our systems can work for them','14',1),(670,'256772478700','General systems','256772478700','cold call','141749710940','','0.00','2025-06-12 09:49:00','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 09:49:00','1','not picking','14',1),(671,'256772482300','General systems','256772482300','cold call','141749711213','','0.00','2025-06-12 09:53:33','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 09:53:33','1','Have an IT department handling that','14',1),(672,'SCHOOL','General systems','256772484153','cold call','141749711587','','0.00','2025-06-12 09:59:47','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 09:59:47','1','He\'s not at the school, but he will share our number with someone who is and hat person will call us.','14',1),(673,'256772498378','General systems','256772498378','cold call','141749712079','','0.00','2025-06-12 10:07:59','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 10:07:59','1','not interested','14',1),(674,'256772554960','General systems','256772554960','cold call','141749713274','','0.00','2025-06-12 10:27:54','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 10:27:54','1','not picking','14',1),(675,'256772555640','General systems','256772555640','cold call','141749713524','','0.00','2025-06-12 10:32:04','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 10:32:04','1','share on WhatsApp','14',1),(676,'256772591988','General systems','256772591988','cold call','141749714862','','0.00','2025-06-12 10:54:22','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 10:54:22','1','saved the number, will contact incase of the need','14',1),(677,'256772629705','General systems','256772629705','cold call','141749715120','','0.00','2025-06-12 10:58:40','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 10:58:40','1','share them on WhatsApp because he\'s busy.','14',1),(678,'256772646696','General systems','256772646696','cold call','141749715337','','0.00','2025-06-12 11:02:17','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 11:02:17','1','He will contact incase of need','14',1),(679,'256772667032','General systems','256772667032','cold call','141749716339','','0.00','2025-06-12 11:18:59','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 11:18:59','1','not interested','14',1),(680,'256772669922','General systems','256772669922','cold call','141749716493','','0.00','2025-06-12 11:21:33','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 11:21:33','1','not interested','14',1),(681,'256772681628','General systems','256772681628','cold call','141749716917','','0.00','2025-06-12 11:28:37','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 11:28:37','1','not picking','14',1),(682,'256772728222','General systems','256772728222','cold call','141749717117','','0.00','2025-06-12 11:31:57','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 11:31:57','1','on another line','14',1),(683,'256772756003','General systems','256772756003','cold call','141749718461','','0.00','2025-06-12 11:54:21','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 11:54:21','1','its better to physically go there and talk to people IN charge than calling.','14',1),(684,'256772793742','General systems','256772793742','cold call','141749718733','','0.00','2025-06-12 11:58:53','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 11:58:53','1','driving, share on WhatsApp','14',1),(685,'256772827962 ','General systems','256772827962','cold call','141749719343','','0.00','2025-06-12 12:09:03','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 12:09:03','1','not picking','14',1),(686,'256772898320','General systems','256772898320','cold call','141749719478','','0.00','2025-06-12 12:11:18','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 12:11:18','1','not picking','14',1),(687,'256772919458','General systems','256772919458','cold call','141749719698','','0.00','2025-06-12 12:14:58','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 12:14:58','1','in a meeting, share on WhatsApp','14',1),(688,'256772956322','General systems','256772956322','cold call','141749719906','','0.00','2025-06-12 12:18:26','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 12:18:26','1','not picking','14',1),(689,'HOPITAL','Pos','256772985959','cold call','141749720723','','0.00','2025-06-12 12:32:03','2025-06-12 12:00:00','','0.00','new','Interested','','14','2025-06-12 12:32:03','1','Going to share with a partner the get back to me','14',1),(690,'256772989754','General systems','256772989754','cold call','141749726547','','0.00','2025-06-12 14:09:07','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 14:09:07','1','Already have an ict company supporting them','14',1),(691,'256772998825','General systems','256772998825','cold call','141749726667','','0.00','2025-06-12 14:11:07','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 14:11:07','1','not picking','14',1),(692,'256773035474','General systems','256773035474','cold call','141749726783','','0.00','2025-06-12 14:13:03','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 14:13:03','1','not picking','14',1),(693,'256773094908','General systems','256773094908','cold call','141749726956','','0.00','2025-06-12 14:15:56','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 14:15:56','1','in a noisy place, share on WhatsApp','14',1),(694,'256773230661','General systems','256773230661','cold call','141749727349','','0.00','2025-06-12 14:22:29','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 14:22:29','1','not intrested','14',1),(695,'256773244225','General systems','256773244225','cold call','141749727539','','0.00','2025-06-12 14:25:39','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 14:25:39','1','not picking','14',1),(696,'256773774703','General systems','256773774703','cold call','141749727734','','0.00','2025-06-12 14:28:54','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 14:28:54','1','not picking','14',1),(697,'256773907000','General systems','256773907000','cold call','141749728274','','0.00','2025-06-12 14:37:54','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 14:37:54','1','not picking','14',1),(698,'256774288868','General systems','256774288868','cold call','141749728638','','0.00','2025-06-12 14:43:58','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 14:43:58','1','share on WhatsApp','14',1),(699,'256774338585','General systems','256774338585','cold call','141749728793','','0.00','2025-06-12 14:46:33','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 14:46:33','1','not picking','14',1),(700,'256774969024','General systems','256774969024','cold call','141749732738','','0.00','2025-06-12 15:52:18','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 15:52:18','1','not interested','14',1),(701,'256774991400','General systems','256774991400','cold call','141749732848','','0.00','2025-06-12 15:54:08','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 15:54:08','1','not picking','14',1),(702,'256775060219','General systems','256775060219','cold call','141749733347','','0.00','2025-06-12 16:02:27','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 16:02:27','1','share on WhatsApp','14',1),(703,'256775156681','General systems','256775156681','cold call','141749733636','','0.00','2025-06-12 16:07:16','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 16:07:16','1','share on WhatsApp, bad network','14',1),(704,'256775372911','Pos','256775372911','cold call','141749734426','','0.00','2025-06-12 16:20:26','2025-06-12 12:00:00','','0.00','new','Interested','','14','2025-06-12 16:20:26','1','interested in a system with balance sheet /accounting.','14',1),(705,'256775413430','General systems','256775413430','cold call','141749734554','','0.00','2025-06-12 16:22:34','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 16:22:34','1','not picking','14',1),(706,'256775935971','General systems','256775935971','cold call','141749734702','','0.00','2025-06-12 16:25:02','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 16:25:02','1','not picking','14',1),(707,'256776030904','General systems','256776030904','cold call','141749735178','','0.00','2025-06-12 16:32:58','2025-06-12 12:00:00','','0.00','new','Not Ordered','','14','2025-06-12 16:32:58','1','share company website on WhatsApp','14',1),(708,'256776060422','General systems','256776060422','cold call','141749735320','','0.00','2025-06-12 16:35:20','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 16:35:20','1','not picking','14',1),(709,'256776061926','General systems','256776061926','cold call','141749735629','','0.00','2025-06-12 16:40:29','2025-06-12 12:00:00','','0.00','new','Not Interested','','14','2025-06-12 16:40:29','1','not interested','14',1),(710,'256776348688','General systems','256776348688','cold call','141749736204','','0.00','2025-06-12 16:50:04','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 16:50:04','1','not picking','14',1),(711,'256776423402','General systems','256776423402','cold call','141749736652','','0.00','2025-06-12 16:57:32','2025-06-12 12:00:00','','0.00','new','Not Picking','','14','2025-06-12 16:57:32','1','not picking','14',1),(712,'256776428975','General systems','256776428975','cold call','141749798452','','0.00','2025-06-13 10:07:32','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 10:07:32','1','not picking','14',1),(713,'256776721008','General systems','256776721008','cold call','141749800196','','0.00','2025-06-13 10:36:36','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 10:36:36','1','not picking','14',1),(714,'256776808401','General systems','256776808401','cold call','141749800491','','0.00','2025-06-13 10:41:31','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 10:41:31','1','share on whatsapp','14',1),(715,'256776929875','General systems','256776929875','cold call','141749800793','','0.00','2025-06-13 10:46:33','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 10:46:33','1','share on WhatsApp so that he can go through','14',1),(716,'256776979097','General systems','256776979097','cold call','141749801147','','0.00','2025-06-13 10:52:27','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 10:52:27','1','still busy with a client but will call back','14',1),(717,'256777205158','General systems','256777205158','cold call','141749801284','','0.00','2025-06-13 10:54:44','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 10:54:44','1','not picking','14',1),(718,'256777222969','General systems','256777222969','cold call','141749801450','','0.00','2025-06-13 10:57:30','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 10:57:30','1','not picking','14',1),(719,'256777587735','General systems','256777587735','cold call','141749802797','','0.00','2025-06-13 11:19:57','2025-06-14 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-06-13 11:19:57','1','','14',1),(720,'256777718824','General systems','256777718824','cold call','141749803037','','0.00','2025-06-13 11:23:57','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 11:23:57','1','Ended the call','14',1),(721,'256777864915','General systems','256777864915','cold call','141749803342','','0.00','2025-06-13 11:29:02','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 11:29:02','1','not interested in any services at the moment','14',1),(722,'256778139879','General systems','256778139879','cold call','141749803566','','0.00','2025-06-13 11:32:46','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 11:32:46','1','manager is not around but will forward the contact to her and she will call back','14',1),(723,'256778328149','General systems','256778328149','cold call','141749803720','','0.00','2025-06-13 11:35:20','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 11:35:20','1','not picking','14',1),(724,'256778984111','General systems','256778984111','cold call','141749804060','','0.00','2025-06-13 11:41:00','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 11:41:00','1','not interested','14',1),(725,'256779409536','General systems','256779409536','cold call','141749804477','','0.00','2025-06-13 11:47:57','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 11:47:57','1','ended the call','14',1),(726,'256779595052','General systems','256779595052','cold call','141749804795','','0.00','2025-06-13 11:53:15','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 11:53:15','1','saving the contact then call incase of need','14',1),(727,'256780178987','General systems','256780178987','cold call','141749805661','','0.00','2025-06-13 12:07:41','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 12:07:41','1','not picking','14',1),(728,'256780260976','General systems','256780260976','cold call','141749805948','','0.00','2025-06-13 12:12:28','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 12:12:28','1','Suggested that we should attend the Wednesday meeting for referral business','14',1),(729,'256780394344','General systems','256780394344','cold call','141749806143','','0.00','2025-06-13 12:15:43','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 12:15:43','1','have an it service provider','14',1),(730,'256780888889','General systems','256780888889','cold call','141749806354','','0.00','2025-06-13 12:19:14','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 12:19:14','1','busy with a patient/ not in need','14',1),(731,'256780889141','General systems','256780889141','cold call','141749806620','','0.00','2025-06-13 12:23:40','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 12:23:40','1','not picking','14',1),(732,'256781030371','General systems','256781030371','cold call','141749807123','','0.00','2025-06-13 12:32:03','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 12:32:03','1','not picking','14',1),(733,'256781255582','General systems','256781255582','cold call','141749807617','','0.00','2025-06-13 12:40:17','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 12:40:17','1','mind need it in future . saving the contact for future reference','14',1),(734,'256782005602','General systems','256782005602','cold call','141749808485','','0.00','2025-06-13 12:54:45','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 12:54:45','1','in a meeting','14',1),(735,'256782031344','General systems','256782031344','cold call','141749808693','','0.00','2025-06-13 12:58:13','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 12:58:13','1','busy','14',1),(736,'256782047845','General systems','256782047845','cold call','141749808930','','0.00','2025-06-13 13:02:10','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 13:02:10','1','share on whatsapp','14',1),(737,'256782173992','General systems','256782173992','cold call','141749813313','','0.00','2025-06-13 14:15:13','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 14:15:13','1','not picking','14',1),(738,'256782177960','General systems','256782177960','cold call','141749813711','','0.00','2025-06-13 14:21:51','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 14:21:51','1','not interested','14',1),(739,'256782305642','General systems','256782305642','cold call','141749813885','','0.00','2025-06-13 14:24:45','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 14:24:45','1','made busy','14',1),(740,'256782333223','General systems','256782333223','cold call','141749814141','','0.00','2025-06-13 14:29:01','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 14:29:01','1','share on email its where the contact was got.','14',1),(741,'256782369449','General systems','256782369449','cold call','141749814318','','0.00','2025-06-13 14:31:58','2025-06-13 12:00:00','','0.00','new','Not Ordered','','14','2025-06-13 14:31:58','1','busy','14',1),(742,'256782369449','General systems','256782373783','cold call','141749814439','','0.00','2025-06-13 14:33:59','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 14:33:59','1','not picking','14',1),(743,'256782378192','General systems','256782378192','cold call','141749814555','','0.00','2025-06-13 14:35:55','2025-06-13 12:00:00','','0.00','new','Not Picking','on another line','14','2025-06-13 14:35:55','1','not picking','14',1),(744,'256782408181','General systems','256782408181','cold call','141749814683','','0.00','2025-06-13 14:38:03','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 14:38:03','1','not picking','14',1),(745,'256782520038','General systems','256782520038','cold call','141749814876','','0.00','2025-06-13 14:41:16','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 14:41:16','1','not interested','14',1),(746,'256782556884','General systems','256782556884','cold call','141749815152','','0.00','2025-06-13 14:45:52','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 14:45:52','1','not interested','14',1),(747,'256782560920','General systems','256782560920','cold call','141749815389','','0.00','2025-06-13 14:49:49','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 14:49:49','1','not picking','14',1),(748,'256782619259','General systems','256782619259','cold call','141749815536','','0.00','2025-06-13 14:52:16','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 14:52:16','1','not picking','14',1),(749,'256782626142','General systems','256782626142','cold call','141749817071','','0.00','2025-06-13 15:17:51','2025-06-13 12:00:00','','0.00','new','Not Picking','','14','2025-06-13 15:17:51','1','not picking','14',1),(750,'256782642223','General systems','256782642223','cold call','141749817431','','0.00','2025-06-13 15:23:51','2025-06-13 12:00:00','','0.00','new','Not Interested','','14','2025-06-13 15:23:51','1','no business','14',1),(751,'256782799787','General systems','256782799787','cold call','141749817666','','0.00','2025-06-13 15:27:46','2025-06-14 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-06-13 15:27:46','1','','14',1),(752,'256782817895','General systems','256782817895','cold call','141749817835','','0.00','2025-06-13 15:30:35','2025-06-14 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-06-13 15:30:35','1','','14',1),(753,'25678285710','General systems','25678285710','cold call','141749823482','','0.00','2025-06-13 17:04:42','2025-06-16 12:00:00','','0.00','Followup 1','Call Later','Had a meeting with him and another follow up on his request will be made on moday','14','2025-06-13 17:04:42','1','','14',1),(754,'2566783111908','General systems','2566783111908','cold call','141750059921','','0.00','2025-06-16 10:45:21','2025-06-16 12:00:00','','0.00','new','Not Interested','','14','2025-06-16 10:45:21','1','Not interested','14',1),(755,'256783369393','General systems','256783369393','cold call','141750060270','','0.00','2025-06-16 10:51:10','2025-06-16 12:00:00','','0.00','new','Not Interested','','14','2025-06-16 10:51:10','1','ended the call','14',1),(756,'256757841601','General systems','256757841601','cold call','141750060933','','0.00','2025-06-16 11:02:13','2025-06-19 10:00:00','','0.00','new','Call Later','','14','2025-06-16 11:02:13','1','prefers a physical meeting. he will find time and pass by for a physical engagement.','14',1),(757,'256783727041','General systems','256783727041','cold call','141750061109','','0.00','2025-06-16 11:05:09','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 11:05:09','1','not picking','14',1),(758,'256783782613','General systems','256783782613','cold call','141750061302','','0.00','2025-06-16 11:08:22','2025-06-16 12:00:00','','0.00','new','Not Interested','','14','2025-06-16 11:08:22','1','in a noisy place, not interested','14',1),(759,'256783988373','General systems','256783988373','cold call','141750061553','','0.00','2025-06-16 11:12:33','2025-06-16 12:00:00','','0.00','new','Call Later','','14','2025-06-16 11:12:33','1','in a noisy place, can\'t hear','14',1),(760,'256784110278','General systems','256784110278','cold call','141750061782','','0.00','2025-06-16 11:16:22','2025-06-16 12:00:00','','0.00','new','Not Interested','','14','2025-06-16 11:16:22','1','not interested','14',1),(761,'256784277673','General systems','256784277673','cold call','141750061953','','0.00','2025-06-16 11:19:13','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 11:19:13','1','not picking','14',1),(762,'256784497593','General systems','256784497593','cold call','141750062119','','0.00','2025-06-16 11:21:59','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 11:21:59','1','not picking','14',1),(763,'256784602973','General systems','256784602973','cold call','141750062642','','0.00','2025-06-16 11:30:42','2025-06-17 12:00:00','','0.00','new','Call Later','','14','2025-06-16 11:30:42','1','busy offloading items, call some other time','14',1),(764,'256784719584','General systems','256784719584','cold call','141750062804','','0.00','2025-06-16 11:33:24','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 11:33:24','1','language challenge','14',1),(765,'256784818922','General systems','256784818922','cold call','141750062934','','0.00','2025-06-16 11:35:34','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 11:35:34','1','not picking','14',1),(766,'256784956855','General systems','256784956855','cold call','141750063372','','0.00','2025-06-16 11:42:52','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 11:42:52','1','share details on whatsapp and email the system that can support a medical center','14',1),(767,'256786753484','General systems','256786753484','cold call','141750065093','','0.00','2025-06-16 12:11:33','2025-06-16 12:00:00','','0.00','new','Not Interested','','14','2025-06-16 12:11:33','1','Not interested but will keep the number incase she ever needs any n the future','14',1),(768,'256786889848','General systems','256786889848','cold call','141750065254','','0.00','2025-06-16 12:14:14','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 12:14:14','1','not picking','14',1),(769,'256786934215','General systems','256786934215','cold call','141750065398','','0.00','2025-06-16 12:16:38','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 12:16:38','1','not picking','14',1),(770,'256786971941','General systems','256786971941','cold call','141750066846','','0.00','2025-06-16 12:40:46','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 12:40:46','1','will find time and pass by the office . Wants to know more about the cctv cameras that capture voices','14',1),(771,'256787099395','General systems','256787099395','cold call','141750067468','','0.00','2025-06-16 12:51:08','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 12:51:08','1','Requested we get in touch on WhatsApp. He is in a noisy place.','14',1),(772,'256787207613','General systems','256787207613','cold call','141750067998','','0.00','2025-06-16 12:59:58','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 12:59:58','1','phone soon shutting down maybe share on whatsapp','14',1),(773,'256787805926','General systems','256787805926','cold call','141750072367','','0.00','2025-06-16 14:12:47','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 14:12:47','1','share on WhatsApp','14',1),(774,'256788205052','General systems','256788205052','cold call','141750072528','','0.00','2025-06-16 14:15:28','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 14:15:28','1','not picking','14',1),(775,'256789081528','General systems','256789081528','cold call','141750073295','','0.00','2025-06-16 14:28:15','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 14:28:15','1','share on WhatsApp','14',1),(776,'256789427946','General systems','256789427946','cold call','141750073530','','0.00','2025-06-16 14:32:10','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 14:32:10','1','not picking','14',1),(777,'256789594583','General systems','256789594583','cold call','141750073803','','0.00','2025-06-16 14:36:43','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 14:36:43','1','not picking','14',1),(778,'256772408837','General systems','256772408837','cold call','141750076023','','0.00','2025-06-16 15:13:43','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 15:13:43','1','share them on whatsapp, he\'s in a meeting.','14',1),(779,'256784473220','General systems','256784473220','cold call','141750077466','','0.00','2025-06-16 15:37:46','2025-06-16 12:00:00','','0.00','new','Not Interested','','14','2025-06-16 15:37:46','1','not interested','14',1),(780,'256716122481','General systems','256716122481','cold call','141750078356','','0.00','2025-06-16 15:52:36','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 15:52:36','1','not picking','14',1),(781,'256776681112','General systems','256776681112','cold call','141750078556','','0.00','2025-06-16 15:55:56','2025-06-16 12:00:00','','0.00','new','Not Picking','','14','2025-06-16 15:55:56','1','not picking','14',1),(782,'256741070778','General systems','256741070778','cold call','141750078967','','0.00','2025-06-16 16:02:47','2025-06-16 12:00:00','','0.00','new','Not Ordered','','14','2025-06-16 16:02:47','1','language challenge','14',1),(783,'256757924585','General systems','256757924585','cold call','141750146159','','0.00','2025-06-17 10:42:39','2025-06-17 12:00:00','','0.00','new','Not Ordered','','14','2025-06-17 10:42:39','1','will contact incase of need','14',1),(784,'256782018737','Pos','256782018737','cold call','141750148785','','0.00','2025-06-17 11:26:25','2025-06-17 12:00:00','','0.00','new','Not Ordered','','14','2025-06-17 11:26:25','1','share pos information on whatsapp','14',1),(785,'+256782188430','General systems','+256782188430','cold call','141750150599','','0.00','2025-06-17 11:56:39','2025-06-17 12:00:00','','0.00','new','Not Picking','','14','2025-06-17 11:56:39','1','not picking','14',1),(786,'256775357251','General systems','256775357251','cold call','141750151094','','0.00','2025-06-17 12:04:54','2025-06-17 12:00:00','','0.00','new','Not Picking','','14','2025-06-17 12:04:54','1','not picking','14',1),(787,'256757357251','General systems','256757357251','cold call','141750151168','','0.00','2025-06-17 12:06:08','2025-06-17 12:00:00','','0.00','new','Not Picking','','14','2025-06-17 12:06:08','1','not picking','14',1),(788,'Liquor store','Pos','256752403318','cold call','141750151925','','0.00','2025-06-17 12:18:45','2025-06-17 12:00:00','','0.00','new','Not Ordered','','14','2025-06-17 12:18:45','1','share information on whatsapp','14',1),(789,'FAINE SUPERMARKET (NTINDA)','General systems','256707520242','cold call','141750153168','','0.00','2025-06-17 12:39:28','2025-06-17 12:00:00','','0.00','new','Not Ordered','','14','2025-06-17 12:39:28','1','We have to go physically and talk to the management','14',1),(790,'256777191001','General systems','256777191001','cold call','141750153346','','0.00','2025-06-17 12:42:26','2025-06-17 12:00:00','','0.00','new','Not Picking','','14','2025-06-17 12:42:26','1','NOT PICKING','14',1),(791,'Midway supermarket, Mukono','General systems','256706270331','cold call','141750161081','','0.00','2025-06-17 14:51:21','2025-06-17 12:00:00','','0.00','new','Not Interested','','14','2025-06-17 14:51:21','1','already have an ict company supporting them maybe in future','14',1),(792,'GREEN CAVE MUKONO','General systems','+256750485546','cold call','141750161397','','0.00','2025-06-17 14:56:37','2025-06-17 12:00:00','','0.00','new','Not Picking','','14','2025-06-17 14:56:37','1','not picking','14',1),(793,'Season 58 wines and spirits','General systems','256754524391','cold call','141750162132','','0.00','2025-06-17 15:08:52','2025-06-17 12:00:00','','0.00','new','Not Ordered','','14','2025-06-17 15:08:52','1','Wants a physical demo','14',1),(794,'sundowner liquor store','General systems','256705259948','cold call','141750162828','','0.00','2025-06-17 15:20:28','2025-06-17 12:00:00','','0.00','new','Not Interested','','14','2025-06-17 15:20:28','1','already called, not interested','14',1),(795,'B$S Liquor','General systems','256772313821','cold call','141750164184','','0.00','2025-06-17 15:43:04','2025-06-17 12:00:00','','0.00','new','Not Interested','','14','2025-06-17 15:43:04','1','not interested','14',1),(796,'256772660455','General systems','256772660455','cold call','141750235805','','0.00','2025-06-18 11:36:45','2025-06-18 12:00:00','','0.00','new','Not Ordered','','14','2025-06-18 11:36:45','1','Busy at the moment but share on WhatsApp , and engage from there','14',1),(797,'SHOOTERS BAR AND GRILL','General systems','256777747778','cold call','141750236313','','0.00','2025-06-18 11:45:13','2025-06-18 12:00:00','','0.00','new','Not Interested','','14','2025-06-18 11:45:13','1','HAVE ONE ALREADY MAYBE INFUTUER WHEN HE NEEDS ANOTHER SERVICE PROVIDER HE WILL CONTACT US.','14',1),(798,'256755863749','General systems','256755863749','cold call','141750236476','','0.00','2025-06-18 11:47:56','2025-06-18 12:00:00','','0.00','new','Not Interested','','14','2025-06-18 11:47:56','1','WRONG PERSON','14',1),(799,'PR SUPERMARKET BANANUKA DRIVER','General systems','256778773090','cold call','141750237598','','0.00','2025-06-18 12:06:38','2025-06-18 12:00:00','','0.00','new','Not Interested','','14','2025-06-18 12:06:38','1','HE IS BUSY','14',1),(800,'256703072415','General systems','256703072415','cold call','141750237884','','0.00','2025-06-18 12:11:24','2025-06-18 12:00:00','','0.00','new','Not Interested','','14','2025-06-18 12:11:24','1','BUSY, NOT INTERESTED','14',1),(801,'NASSER','General systems','256702878718','cold call','141750239274','','0.00','2025-06-18 12:34:34','2025-07-04 12:00:00','','0.00','new','Interested','','14','2025-06-18 12:34:34','1','He will pass by for a demo when he comes to Kampala','14',1),(802,'PORK JOINT','General systems','256760842474','cold call','141750239982','','0.00','2025-06-18 12:46:22','2025-06-18 12:00:00','','0.00','new','Interested','','14','2025-06-18 12:46:22','1','HE WILL CALL BACK/ INTRESTED IN CAMERAS','14',1),(803,'LUXOR BAR AND GRILL Uganda','General systems','256709759705/ 256777040077','cold call','141750240533','','0.00','2025-06-18 12:55:33','2025-06-18 12:00:00','','0.00','new','Not Ordered','','14','2025-06-18 12:55:33','1','share information on whatsapp','14',1),(804,'256700227255','General systems','256700227255','cold call','141750241408','','0.00','2025-06-18 13:10:08','2025-06-18 12:00:00','','0.00','new','Not Interested','','14','2025-06-18 13:10:08','1','not interested','14',1),(805,'256779693688','General systems','256779693688','cold call','141750241682','','0.00','2025-06-18 13:14:42','2025-06-18 12:00:00','','0.00','new','Not Ordered','','14','2025-06-18 13:14:42','1','with a patient share on whatsapp','14',1),(806,'256703157799','General systems','256703157799','cold call','141750244913','','0.00','2025-06-18 14:08:33','2025-06-18 12:00:00','','0.00','new','Not Picking','','14','2025-06-18 14:08:33','1','not picking','14',1),(807,'256772042695','General systems','256772042695','cold call','141750246065','','0.00','2025-06-18 14:27:45','2025-06-18 12:00:00','','0.00','new','Not Ordered','','14','2025-06-18 14:27:45','1','not financially in position to purchase but he will once he gets the money','14',1),(808,'256754171791','General systems','256754171791','cold call','141750246444','','0.00','2025-06-18 14:34:04','2025-06-18 12:00:00','','0.00','new','Not Picking','','14','2025-06-18 14:34:04','1','not picking','14',1),(809,'256701427943','General systems','256701427943','cold call','141750248515','','0.00','2025-06-18 15:08:35','2025-06-18 12:00:00','','0.00','new','Not Ordered','','14','2025-06-18 15:08:35','1','share company profile on whatsapp','14',1),(810,'256782593927','General systems','256782593927','cold call','141750249503','','0.00','2025-06-18 15:25:03','2025-06-18 12:00:00','','0.00','new','Not Interested','','14','2025-06-18 15:25:03','1','ended the call','14',1),(811,'256772648228','General systems','256772648228','cold call','141750252799','','0.00','2025-06-18 16:19:59','2025-06-18 12:00:00','','0.00','new','Not Picking','','14','2025-06-18 16:19:59','1','not picking','14',1),(812,'256702992955','General systems','256702992955','cold call','141750317456','','0.00','2025-06-19 10:17:36','2025-06-19 12:00:00','','0.00','new','Not Picking','','14','2025-06-19 10:17:36','1','not picking','14',1),(813,'256705756005','General systems','256705756005','cold call','141750318000','','0.00','2025-06-19 10:26:40','2025-06-19 12:00:00','','0.00','new','Not Ordered','','14','2025-06-19 10:26:40','1','saving the contact incase she needs any in the future.','14',1),(814,'256746218543','General systems','256746218543','cold call','141750318279','','0.00','2025-06-19 10:31:19','2025-06-19 12:00:00','','0.00','new','Not Interested','','14','2025-06-19 10:31:19','1','not interested','14',1),(815,'256785804135','General systems','256785804135','cold call','141750321203','','0.00','2025-06-19 11:20:03','2025-06-19 12:00:00','','0.00','new','Not Picking','','14','2025-06-19 11:20:03','1','not picking','14',1),(816,'256709647356','General systems','256709647356','cold call','141750321886','','0.00','2025-06-19 11:31:26','2025-06-19 12:00:00','','0.00','new','Not Interested','','14','2025-06-19 11:31:26','1','not interested','14',1),(817,'Kings Wines and spirits','General systems','256789270943','cold call','141750322259','','0.00','2025-06-19 11:37:39','2025-06-19 12:30:00','','0.00','new','Call Later','','14','2025-06-19 11:37:39','1','in a noisy place, call back in an hour.','14',1),(818,'256772530223','General systems','256772530223','cold call','141750322510','','0.00','2025-06-19 11:41:50','2025-06-19 12:00:00','','0.00','new','Not Interested','','14','2025-06-19 11:41:50','1','not picking','14',1),(819,'256763353493','General systems','256763353493','cold call','141750322736','','0.00','2025-06-19 11:45:36','2025-06-19 12:00:00','','0.00','new','Not Interested','','14','2025-06-19 11:45:36','1','not interested','14',1),(820,'256755016861','General systems','256755016861','cold call','141750323154','','0.00','2025-06-19 11:52:34','2025-06-19 12:00:00','','0.00','new','Not Picking','','14','2025-06-19 11:52:34','1','not picking','14',1),(821,'256704223800','General systems','256704223800','cold call','141750325211','','0.00','2025-06-19 12:26:51','2025-06-19 12:00:00','','0.00','new','Not Picking','','14','2025-06-19 12:26:51','1','not picking','14',1),(822,'256777019474','General systems','256777019474','cold call','141750325813','','0.00','2025-06-19 12:36:53','2025-06-19 12:00:00','','0.00','new','Not Ordered','','14','2025-06-19 12:36:53','1','not a good time, share on WhatsApp','14',1),(823,'25771851021','General systems','25771851021','cold call','141750334544','','0.00','2025-06-19 15:02:24','2025-06-19 12:00:00','','0.00','new','Not Interested','','14','2025-06-19 15:02:24','1','wrong number','14',1),(824,'256772506881','General systems','256772506881','cold call','141750335112','','0.00','2025-06-19 15:11:52','2025-06-19 12:00:00','','0.00','new','Not Interested','','14','2025-06-19 15:11:52','1','not interested','14',1),(825,'256780952915','General systems','256780952915','cold call','141750405105','','0.00','2025-06-20 10:38:25','2025-06-20 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 10:38:25','1','share them on WhatsApp','14',1),(826,'256772405122','General systems','256772405122','cold call','141750405950','','0.00','2025-06-20 10:52:30','2025-06-22 12:00:00','','0.00','new','Call Later','','14','2025-06-20 10:52:30','1','call on Monday morning','14',1),(827,'256779491855','General systems','256779491855','cold call','141750407263','','0.00','2025-06-20 11:14:23','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 11:14:23','1','not picking','14',1),(828,'256706744745','General systems','256706744745','cold call','141750407741','','0.00','2025-06-20 11:22:21','2025-06-20 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 11:22:21','1','share on whatsapp','14',1),(829,'256772436763','General systems','256772436763','cold call','141750407957','','0.00','2025-06-20 11:25:57','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 11:25:57','1','not picking','14',1),(830,'256705431863','General systems','256705431863','cold call','141750408128','','0.00','2025-06-20 11:28:48','2025-06-20 12:00:00','','0.00','new','Not Interested','','14','2025-06-20 11:28:48','1','not interested in any.','14',1),(831,'256751890890','General systems','256751890890','cold call','141750408572','','0.00','2025-06-20 11:36:12','2025-06-20 12:00:00','','0.00','new','Not Interested','','14','2025-06-20 11:36:12','1','made busy','14',1),(832,'0752914900','General systems','0752914900','cold call','141750409047','','0.00','2025-06-20 11:44:07','2025-06-20 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 11:44:07','1','sharing the contact of the person to talk to.','14',1),(833,'256752914102','General systems','256752914102','cold call','141750409192','','0.00','2025-06-20 11:46:32','2025-06-24 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 11:46:32','1','Prefer a physical meeting','14',1),(834,'256701091980','General systems','256701091980','cold call','141750409357','','0.00','2025-06-20 11:49:17','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 11:49:17','1','not available','14',1),(835,'256707600588','General systems','256707600588','cold call','141750412062','','0.00','2025-06-20 12:34:22','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 12:34:22','1','not picking','14',1),(836,'256779319949','General systems','256779319949','cold call','141750412234','','0.00','2025-06-20 12:37:14','2025-06-20 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 12:37:14','1','share on whatsapp','14',1),(837,'256752395783','General systems','256752395783','cold call','141750412569','','0.00','2025-06-20 12:42:49','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 12:42:49','1','not picking','14',1),(838,'256770498090','General systems','256770498090','cold call','141750423909','','0.00','2025-06-20 15:51:49','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 15:51:49','1','','14',1),(839,'256751819209','General systems','256751819209','cold call','141750424467','','0.00','2025-06-20 16:01:07','2025-06-20 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 16:01:07','1','appreciated the information','14',1),(840,'256780247449','General systems','256780247449','cold call','141750425287','','0.00','2025-06-20 16:14:47','2025-06-20 12:00:00','','0.00','new','Not Picking','','14','2025-06-20 16:14:47','1','not picking','14',1),(841,'256782774255','General systems','256782774255','cold call','141750425522','','0.00','2025-06-20 16:18:42','2025-06-20 12:00:00','','0.00','new','Not Ordered','','14','2025-06-20 16:18:42','1','Driving, share on whatsapp','14',1),(842,'25675541364','General systems','25675541364','cold call','141750426506','','0.00','2025-06-20 16:35:06','2025-06-20 12:00:00','','0.00','new','Don\'t Call me again','','14','2025-06-20 16:35:06','1','Will give the IT officer our contact and he will call the company','14',1),(843,'256704828058','General systems','256704828058','cold call','141750427186','','0.00','2025-06-20 16:46:26','2025-06-20 12:00:00','','0.00','new','Not Interested','','14','2025-06-20 16:46:26','1','busy','14',1),(844,'256700776225','General systems','256700776225','cold call','141750427567','','0.00','2025-06-20 16:52:47','2025-06-20 12:00:00','','0.00','new','Not Interested','','14','2025-06-20 16:52:47','1','saving the contact, will call incase in need','14',1),(845,'256754434566','General systems','256754434566','cold call','141750668145','','0.00','2025-06-23 11:42:25','2025-06-23 12:00:00','','0.00','new','Not Ordered','','14','2025-06-23 11:42:25','1','not picking','14',1),(846,'256759359557','General systems','256759359557','cold call','141750668361','','0.00','2025-06-23 11:46:01','2025-06-23 12:00:00','','0.00','new','Not Interested','','14','2025-06-23 11:46:01','1','not interested','14',1),(847,'256753429585','General systems','256753429585','cold call','141750668743','','0.00','2025-06-23 11:52:23','2025-06-23 12:00:00','','0.00','new','Not Ordered','','14','2025-06-23 11:52:23','1','will call incase he needs any','14',1),(848,'256751925403','General systems','256751925403','cold call','141750669156','','0.00','2025-06-23 11:59:16','2025-06-23 12:00:00','','0.00','new','Not Interested','','14','2025-06-23 11:59:16','1','not interested','14',1),(849,'256702195642','General systems','256702195642','cold call','141750669335','','0.00','2025-06-23 12:02:15','2025-06-23 12:00:00','','0.00','new','Not Ordered','','14','2025-06-23 12:02:15','1','Share on whatsapp','14',1),(850,'256778054352','General systems','256778054352','cold call','141750669804','','0.00','2025-06-23 12:10:04','2025-06-23 12:00:00','','0.00','new','Not Ordered','','14','2025-06-23 12:10:04','1','share on WhatsApp and he get back on the same','14',1),(851,'256703610551','General systems','256703610551','cold call','141750670513','','0.00','2025-06-23 12:21:53','2025-07-02 12:00:00','','0.00','new','Call Later','','14','2025-06-23 12:21:53','1','He will pass by next week and we talk','14',1),(852,'256702004954','General systems','256702004954','cold call','141750670854','','0.00','2025-06-23 12:27:34','2025-06-23 12:00:00','','0.00','new','Not Ordered','','14','2025-06-23 12:27:34','1','In a noisy place, share on whatsapp','14',1),(853,'256779210302','General systems','256779210302','cold call','141750671259','','0.00','2025-06-23 12:34:19','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 12:34:19','1','not picking','14',1),(854,'256702000200','General systems','256702000200','cold call','141750671460','','0.00','2025-06-23 12:37:40','2025-06-23 12:00:00','','0.00','new','Not Ordered','','14','2025-06-23 12:37:40','1','Will get back incase of need','14',1),(855,'256772501166','General systems','256772501166','cold call','141750671596','','0.00','2025-06-23 12:39:56','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 12:39:56','1','not picking','14',1),(856,'256702638383','General systems','256702638383','cold call','141750671781','','0.00','2025-06-23 12:43:01','2025-06-23 12:00:00','','0.00','new','Not Interested','','14','2025-06-23 12:43:01','1','busy, not interested','14',1),(857,'256312210010','General systems','256312210010','cold call','141750672094','','0.00','2025-06-23 12:48:14','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 12:48:14','1','not picking','14',1),(858,'256751111023','General systems','256751111023','cold call','141750672213','','0.00','2025-06-23 12:50:13','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 12:50:13','1','not picking','14',1),(859,'256771084545','General systems','256771084545','cold call','141750683368','','0.00','2025-06-23 15:56:08','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 15:56:08','1','not picking','14',1),(860,'256754999111','General systems','256754999111','cold call','141750683539','','0.00','2025-06-23 15:58:59','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 15:58:59','1','not picking','14',1),(861,'256771421161','General systems','256771421161','cold call','141750684807','','0.00','2025-06-23 16:20:07','2025-06-23 12:00:00','','0.00','new','Not Picking','','14','2025-06-23 16:20:07','1','not picking','14',1),(862,'256702184273','General systems','256702184273','cold call','141750840433','','0.00','2025-06-25 11:33:53','2025-06-25 12:00:00','','0.00','new','Not Picking','','14','2025-06-25 11:33:53','1','not picking','14',1),(863,'256700572822','General systems','256700572822','cold call','141750841278','','0.00','2025-06-25 11:47:58','2025-06-25 12:00:00','','0.00','new','Not Ordered','','14','2025-06-25 11:47:58','1','Will share the solutions with his father and then will get back to me. Share them on whatsapp','14',1),(864,'256701075150','General systems','256701075150','cold call','141750842362','','0.00','2025-06-25 12:06:02','2025-06-25 12:00:00','','0.00','new','Not Picking','','14','2025-06-25 12:06:02','1','not picking','14',1),(865,'256701051842','General systems','256701051842','cold call','141750842598','','0.00','2025-06-25 12:09:58','2025-06-25 12:00:00','','0.00','new','Not Interested','','14','2025-06-25 12:09:58','1','will contact incase of any need','14',1),(866,'256705006338','Pos','256705006338','cold call','141750843563','','0.00','2025-06-25 12:26:03','2025-06-25 12:00:00','','0.00','new','Interested','','14','2025-06-25 12:26:03','1','Share quotation and other details on whatsapp','14',1),(867,'2567053086848','General systems','2567053086848','cold call','141750845380','','0.00','2025-06-25 12:56:20','2025-06-25 12:00:00','','0.00','new','Not Picking','','14','2025-06-25 12:56:20','1','not picking','14',1),(868,'256771319869','General systems','256771319869','cold call','141750852436','','0.00','2025-06-25 14:53:56','2025-06-25 12:00:00','','0.00','new','Not Picking','','14','2025-06-25 14:53:56','1','not picking','14',1),(869,'25675914900','General systems','25675914900','cold call','141750852719','','0.00','2025-06-25 14:58:39','2025-06-25 12:00:00','','0.00','new','Not Ordered','','14','2025-06-25 14:58:39','1','Share on whatsapp','14',1),(870,'256756667193','General systems','256756667193','cold call','141750853169','','0.00','2025-06-25 15:06:09','2025-06-25 12:00:00','','0.00','new','Not Interested','','14','2025-06-25 15:06:09','1','don\'t need any','14',1),(871,'256774509845','General systems','256774509845','cold call','141750855271','','0.00','2025-06-25 15:41:11','2025-06-25 12:00:00','','0.00','new','Not Picking','','14','2025-06-25 15:41:11','1','not picking','14',1),(872,'256755062063','General systems','256755062063','cold call','141750855634','','0.00','2025-06-25 15:47:14','2025-06-25 12:00:00','','0.00','new','Not Ordered','','14','2025-06-25 15:47:14','1','made busy','14',1),(873,'BADRINATH HARDWARE','General systems','256759802232','cold call','141750856012','','0.00','2025-06-25 15:53:32','2025-06-25 12:00:00','','0.00','new','Interested','','14','2025-06-25 15:53:32','1','SHARE THR SOLUTIONS ON WHATSAPP','14',1),(874,'SPRING PHARMACY','General systems','256753232425','cold call','141750856540','','0.00','2025-06-25 16:02:20','2025-06-25 12:00:00','','0.00','new','Not Ordered','','14','2025-06-25 16:02:20','1','SHARE ON WHATSAPP','14',1),(875,'FIRST PHARMACY WANDEGEYA','General systems','25632600006','cold call','141750856901','','0.00','2025-06-25 16:08:21','2025-06-25 12:00:00','','0.00','new','Not Picking','','14','2025-06-25 16:08:21','1','NOT PICKING','14',1),(876,'DISCOUNT STORE UGANDA','General systems','256704196951','cold call','141750923233','','0.00','2025-06-26 10:33:53','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 10:33:53','1','Share information on email','14',1),(877,'256702711146','General systems','256702711146','cold call','141750923777','','0.00','2025-06-26 10:42:57','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 10:42:57','1','wrong number','14',1),(878,'256777178458','General systems','256777178458','cold call','141750923921','','0.00','2025-06-26 10:45:21','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 10:45:21','1','not picking','14',1),(879,'GARDEN CITY SHOPPING MALL','General systems','256701114006','cold call','141750924136','','0.00','2025-06-26 10:48:56','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 10:48:56','1','WRONG NUMBER','14',1),(880,'256703159735','General systems','256703159735','cold call','141750924302','','0.00','2025-06-26 10:51:42','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 10:51:42','1','NOT PICKING','14',1),(881,'KAMPALA FAIR','General systems','256788405838','cold call','141750924534','','0.00','2025-06-26 10:55:34','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 10:55:34','1','NOT PICKING','14',1),(882,'256705021908','General systems','256705021908','cold call','141750924655','','0.00','2025-06-26 10:57:35','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 10:57:35','1','NOT PICKING','14',1),(883,'256707254279','General systems','256707254279','cold call','141750925050','','0.00','2025-06-26 11:04:10','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 11:04:10','1','NOT PICKING','14',1),(884,'256772348928','General systems','256772348928','cold call','141750926445','','0.00','2025-06-26 11:27:25','2025-06-26 12:00:00','','0.00','new','Interested','','14','2025-06-26 11:27:25','1','INTERESTED IN A SYSTEM THAT CAN MANAGE HIS INVENTORY FOR THE CLEANING PRODUCTS ONLY NOT THE POINT OF SALE','14',1),(885,'256785616476','General systems','256785616476','cold call','141750926733','','0.00','2025-06-26 11:32:13','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 11:32:13','1','BUSY ON THE MOVE','14',1),(886,'256704472422','General systems','256704472422','cold call','141750927302','','0.00','2025-06-26 11:41:42','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 11:41:42','1','SHARE ON WHATSAPP','14',1),(887,'256758843110','General systems','256758843110','cold call','141750928244','','0.00','2025-06-26 11:57:24','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 11:57:24','1','busy, not interested','14',1),(888,'256771946316','General systems','256771946316','cold call','141750928526','','0.00','2025-06-26 12:02:06','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 12:02:06','1','not interested','14',1),(889,'VILLAGE MALL','General systems','256393236726','cold call','141750929406','','0.00','2025-06-26 12:16:46','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 12:16:46','1','APPRECIATED THE INFORMATION, WILL CONTACTINCASE OF NEED.','14',1),(890,'256782329041','General systems','256782329041','cold call','141750929545','','0.00','2025-06-26 12:19:05','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:19:05','1','NOT PICKING','14',1),(891,'KONA','General systems','256753668875','cold call','141750929765','','0.00','2025-06-26 12:22:45','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 12:22:45','1','SHARE ON WHATSAPP','14',1),(892,'256754345813','General systems','256754345813','cold call','141750930226','','0.00','2025-06-26 12:30:26','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:30:26','1','number busy','14',1),(893,'256702026779','General systems','256702026779','cold call','141750930431','','0.00','2025-06-26 12:33:51','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:33:51','1','on another line','14',1),(894,'256759491536','General systems','256759491536','cold call','141750930607','','0.00','2025-06-26 12:36:47','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:36:47','1','not picking','14',1),(895,'256774541159','General systems','256774541159','cold call','141750930967','','0.00','2025-06-26 12:42:47','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 12:42:47','1','busy, not interested','14',1),(896,'256752996276','General systems','256752996276','cold call','141750931219','','0.00','2025-06-26 12:46:59','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 12:46:59','1','not interested','14',1),(897,'256759827026','General systems','256759827026','cold call','141750931348','','0.00','2025-06-26 12:49:08','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:49:08','1','not picking','14',1),(898,'256758132666','General systems','256758132666','cold call','141750931506','','0.00','2025-06-26 12:51:46','2025-06-26 12:00:00','','0.00','new','Not Interested','','14','2025-06-26 12:51:46','1','not interested','14',1),(899,'256786200417','General systems','256786200417','cold call','141750931650','','0.00','2025-06-26 12:54:10','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:54:10','1','not picking','14',1),(900,'MICKY TRIANGLE HOTEL','General systems','256704470011','cold call','141750931936','','0.00','2025-06-26 12:58:56','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 12:58:56','1','not picking','14',1),(901,'256784308810','General systems','256784308810','cold call','141750938449','','0.00','2025-06-26 14:47:29','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 14:47:29','1','busy, she will call back when free','14',1),(902,'256772329590','General systems','256772329590','cold call','141750939008','','0.00','2025-06-26 14:56:48','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 14:56:48','1','not picking','14',1),(903,'256783803173','General systems','256783803173','cold call','141750939409','','0.00','2025-06-26 15:03:29','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 15:03:29','1','Will call when in need','14',1),(904,'256754331417','General systems','256754331417','cold call','141750939996','','0.00','2025-06-26 15:13:16','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 15:13:16','1','not picking','14',1),(905,'256704404024','General systems','256704404024','cold call','141750940521','','0.00','2025-06-26 15:22:01','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 15:22:01','1','not picking','14',1),(906,'256750767569','General systems','256750767569','cold call','141750941365','','0.00','2025-06-26 15:36:05','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 15:36:05','1','share them on whatsapp','14',1),(907,'256787205147','General systems','256787205147','cold call','141750941934','','0.00','2025-06-26 15:45:34','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 15:45:34','1','not picking','14',1),(908,'256756524407','General systems','256756524407','cold call','141750942192','','0.00','2025-06-26 15:49:52','2025-06-26 12:00:00','','0.00','new','Not Ordered','','14','2025-06-26 15:49:52','1','Share also on whtaspp','14',1),(909,'256772431389','General systems','256772431389','cold call','141750942934','','0.00','2025-06-26 16:02:14','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 16:02:14','1','not picking','14',1),(910,'256785191449','General systems','256785191449','cold call','141750944909','','0.00','2025-06-26 16:35:08','2025-06-26 12:00:00','','0.00','new','Not Picking','','14','2025-06-26 16:35:08','1','not picking','14',1),(911,'256774917688','General systems','256774917688','cold call','141751008277','','0.00','2025-06-27 10:11:17','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 10:11:17','1','Will reach out incase of need','14',1),(912,'256752106390','General systems','256752106390','cold call','141751008418','','0.00','2025-06-27 10:13:38','2025-06-27 12:00:00','','0.00','new','Not Interested','','14','2025-06-27 10:13:38','1','wrong number','14',1),(913,'256782240710','General systems','256782240710','cold call','141751008615','','0.00','2025-06-27 10:16:55','2025-06-27 12:00:00','','0.00','new','Not Picking','','14','2025-06-27 10:16:55','1','not picking','14',1),(914,'256751547004','General systems','256751547004','cold call','141751010690','','0.00','2025-06-27 10:51:30','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 10:51:30','1','share on whatsapp','14',1),(915,'256704533636','General systems','256704533636','cold call','141751010850','','0.00','2025-06-27 10:54:10','2025-06-27 12:00:00','','0.00','new','Not Interested','','14','2025-06-27 10:54:10','1','not interested','14',1),(916,'256781622113','General systems','256781622113','cold call','141751011055','','0.00','2025-06-27 10:57:35','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 10:57:35','1','will contact incase he needs any','14',1),(917,'256758926764','General systems','256758926764','cold call','141751011241','','0.00','2025-06-27 11:00:41','2025-06-27 12:00:00','','0.00','new','Not Picking','','14','2025-06-27 11:00:41','1','not picking','14',1),(918,'256780550155','General systems','256780550155','cold call','141751011696','','0.00','2025-06-27 11:08:16','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 11:08:16','1','will contact incase of need','14',1),(919,'256705895967','General systems','256705895967','cold call','141751011935','','0.00','2025-06-27 11:12:15','2025-06-27 12:00:00','','0.00','new','Not Interested','','14','2025-06-27 11:12:15','1','wrong number','14',1),(920,'256392001951','General systems','256392001951','cold call','141751012704','','0.00','2025-06-27 11:25:04','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 11:25:04','1','Share solutions with the head office','14',1),(921,'256392001969','General systems','256392001969','cold call','141751013060','','0.00','2025-06-27 11:31:00','2025-06-27 12:00:00','','0.00','new','Not Interested','','14','2025-06-27 11:31:00','1','Already have a service provider maybe in future','14',1),(922,'QUALITY SUPER MARKET','General systems','256392002017','cold call','141751015652','','0.00','2025-06-27 12:14:12','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 12:14:12','1','Contact Quality Supermarket head branch','14',1),(923,'256700292536','General systems','256700292536','cold call','141751017332','','0.00','2025-06-27 12:42:12','2025-06-27 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 12:42:12','1','will call in case of need','14',1),(924,'256700415028','General systems','256700415028','cold call','141751017509','','0.00','2025-06-27 12:45:09','2025-06-27 12:00:00','','0.00','new','Not Picking','','14','2025-06-27 12:45:09','1','not picking','14',1),(925,'256701067135','Pos','256701067135','cold call','141751025067','','0.00','2025-06-27 14:51:07','2025-07-01 12:00:00','','0.00','new','Call Later','','14','2025-06-27 14:51:07','1','WILL FIND TIME TO MEET','14',1),(926,'PARIS CORNER SUPERMARKET','General systems','256701457359','cold call','141751027505','','0.00','2025-06-27 15:31:45','2025-07-03 12:00:00','','0.00','new','Not Ordered','','14','2025-06-27 15:31:45','1','PREFERS EXPLAINING TO HIM PHYSICALLY','14',1),(927,'256701647578','General systems','256701647578','cold call','141751028711','','0.00','2025-06-27 15:51:51','2025-06-27 12:00:00','','0.00','Followup 1','Not Ordered','','14','2025-06-27 15:51:51','1','Share solutions on whatsapp','14',1),(928,'256701675532','General systems','256701675532','cold call','141751030275','','0.00','2025-06-27 16:17:55','2025-06-27 12:00:00','','0.00','new','Not Picking','','14','2025-06-27 16:17:55','1','not picking','14',1),(929,'25670171945','General systems','25670171945','cold call','141751030389','','0.00','2025-06-27 16:19:49','2025-06-27 12:00:00','','0.00','new','Not Picking','','14','2025-06-27 16:19:49','1','not picking','14',1),(930,'256702180006','General systems','256702180006','cold call','141751030995','','0.00','2025-06-27 16:29:55','2025-06-27 12:00:00','','0.00','new','Not Picking','','14','2025-06-27 16:29:55','1','not picking','14',1),(931,'256702222558','General systems','256702222558','cold call','141751269297','','0.00','2025-06-30 10:41:37','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 10:41:37','1','','14',1),(932,'256702601192','General systems','256702601192','cold call','141751270037','','0.00','2025-06-30 10:53:57','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 10:53:57','1','share details on whatsapp','14',1),(933,'256702958338','General systems','256702958338','cold call','141751270902','','0.00','2025-06-30 11:08:22','2025-06-30 12:00:00','','0.00','new','Not Interested','','14','2025-06-30 11:08:22','1','not interested','14',1),(934,'JAVA HOUSE ','General systems','256703042306','cold call','141751271284','JINJA','0.00','2025-06-30 11:14:44','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 11:14:44','1','VISIT JAVA HOUSE HEAD OFFICE IN BUGOLOBI','14',1),(935,'256703104319','General systems','256703104319','cold call','141751272144','','0.00','2025-06-30 11:29:04','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 11:29:04','1','Share on whatsapp','14',1),(936,'256703168990','General systems','256703168990','cold call','141751272275','','0.00','2025-06-30 11:31:15','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 11:31:15','1','not picking','14',1),(937,'256703309645','General systems','256703309645','cold call','141751272508','','0.00','2025-06-30 11:35:08','2025-06-30 12:00:00','','0.00','new','Not Interested','','14','2025-06-30 11:35:08','1','Not interested','14',1),(938,'256703334879','General systems','256703334879','cold call','141751272630','','0.00','2025-06-30 11:37:10','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 11:37:10','1','not picking','14',1),(939,'25670311199','General systems','25670311199','cold call','141751272790','','0.00','2025-06-30 11:39:50','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 11:39:50','1','not picking','14',1),(940,'256703435549','General systems','256703435549','cold call','141751272921','','0.00','2025-06-30 11:42:01','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 11:42:01','1','not picking','14',1),(941,'256703742587','General systems','256703742587','cold call','141751273933','','0.00','2025-06-30 11:58:53','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 11:58:53','1','Share the solutions on whatsapp','14',1),(942,'256703765495','General systems','256703765495','cold call','141751274105','','0.00','2025-06-30 12:01:45','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 12:01:45','1','busy','14',1),(943,'256703907074','General systems','256703907074','cold call','141751274458','','0.00','2025-06-30 12:07:38','2025-06-30 12:00:00','','0.00','new','Not Interested','','14','2025-06-30 12:07:38','1','she\'s busy','14',1),(944,'256704066254','General systems','256704066254','cold call','141751274598','','0.00','2025-06-30 12:09:58','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 12:09:58','1','not picking','14',1),(945,'256704132288','General systems','256704132288','cold call','141751275585','','0.00','2025-06-30 12:26:25','2025-06-30 16:00:00','','0.00','new','Call Later','','14','2025-06-30 12:26:25','1','He will pass by office today and we discuss further','14',1),(946,'256704208224','General systems','256704208224','cold call','141751276007','','0.00','2025-06-30 12:33:27','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 12:33:27','1','Going to save the number then get back to us','14',1),(947,'256704349141','General systems','256704349141','cold call','141751276103','','0.00','2025-06-30 12:35:03','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 12:35:03','1','on another line','14',1),(948,'256704355554','General systems','256704355554','cold call','141751276661','','0.00','2025-06-30 12:44:21','2025-06-30 12:00:00','','0.00','new','Not Interested','','14','2025-06-30 12:44:21','1','Busy, not interested','14',1),(949,'256704714183','General systems','256704714183','cold call','141751277312','','0.00','2025-06-30 12:55:12','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 12:55:12','1','Will call incase of need','14',1),(950,'256704742395','General systems','256704742395','cold call','141751277418','','0.00','2025-06-30 12:56:58','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 12:56:58','1','not picking','14',1),(951,'256704779319','General systems','256704779319','cold call','141751277915','','0.00','2025-06-30 13:05:15','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 13:05:15','1','Network not clear, going to call back','14',1),(952,'256704840054','General systems','256704840054','cold call','141751283546','','0.00','2025-06-30 14:39:06','2025-06-30 12:00:00','','0.00','new','Not Interested','','14','2025-06-30 14:39:06','1','busy','14',1),(953,'256704901102','General systems','256704901102','cold call','141751283706','','0.00','2025-06-30 14:41:46','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 14:41:46','1','not picking','14',1),(954,'256705994960','General systems','256705994960','cold call','141751284341','','0.00','2025-06-30 14:52:21','2025-06-30 12:00:00','','0.00','new','Not Interested','','14','2025-06-30 14:52:21','1','made busy','14',1),(955,'256706060222','General systems','256706060222','cold call','141751284932','','0.00','2025-06-30 15:02:12','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 15:02:12','1','Share on whatsapp','14',1),(956,'256706290796','General systems','256706290796','cold call','141751285256','','0.00','2025-06-30 15:07:36','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 15:07:36','1','busy','14',1),(957,'256706908667','General systems','256706908667','cold call','141751285442','','0.00','2025-06-30 15:10:42','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 15:10:42','1','not picking','14',1),(958,'256706913596','General systems','256706913596','cold call','141751285863','','0.00','2025-06-30 15:17:43','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 15:17:43','1','Busy, share on whatsapp','14',1),(959,'KYANJA SUPERMARKET','General systems','256707111999','cold call','141751287285','','0.00','2025-06-30 15:41:25','2025-06-30 12:00:00','','0.00','new','Not Ordered','','14','2025-06-30 15:41:25','1','VISIT THEIR HEAD OFFICE IN NTINDA','14',1),(960,'256707487143','General systems','256707487143','cold call','141751287557','','0.00','2025-06-30 15:45:57','2025-06-30 12:00:00','','0.00','new','Not Picking','','14','2025-06-30 15:45:57','1','NOT PICKING','14',1); /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealsfeedback` -- DROP TABLE IF EXISTS `dealsfeedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealsfeedback` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealsfeedback` -- LOCK TABLES `dealsfeedback` WRITE; /*!40000 ALTER TABLE `dealsfeedback` DISABLE KEYS */; /*!40000 ALTER TABLE `dealsfeedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealstatus` -- DROP TABLE IF EXISTS `dealstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealstatus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealstatus` -- LOCK TABLES `dealstatus` WRITE; /*!40000 ALTER TABLE `dealstatus` DISABLE KEYS */; INSERT INTO `dealstatus` VALUES (1,'Interested',1),(2,'Not Interested',1),(3,'Closed',1),(4,'Don\'t Call me again',1),(5,'Ordered',1),(6,'Not Ordered',1),(7,'Not Picking',1),(8,'Call Later',1); /*!40000 ALTER TABLE `dealstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`account`,`code`,`userid`,`branch`) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `debitcredit` -- LOCK TABLES `debitcredit` WRITE; /*!40000 ALTER TABLE `debitcredit` DISABLE KEYS */; INSERT INTO `debitcredit` VALUES (11,'1100','1311745407836','2025-04-23 14:30:36',1800000.00,NULL,'','13','1','Sales order','1','31','sales','','','No',NULL,NULL,''),(12,'4000','1311745407836','2025-04-23 14:30:36',NULL,1800000.00,'','13','1','Sales order','1','31','sales','6','','No',NULL,NULL,''),(13,'1100','1311745407836','2025-04-23 14:35:52',NULL,600000.00,'','13','1','PAYMENTS FROM INDULGE CAKES','1','31','payment','','','No',NULL,NULL,'119314305634'),(14,'1010','1311745407836','2025-04-23 14:35:52',600000.00,NULL,'','13','1','PAYMENTS FROM INDULGE CAKES','1','31','payment','','13174540820601203632533','No',NULL,NULL,'119314305634'),(15,'1100','1311745407836','2025-03-05 14:36:47',NULL,600000.00,'','13','1','PAYMENTS FROM INDULGE CAKES','1','31','payment','','','No',NULL,NULL,'119314305634,118950452464'),(16,'1010','1311745407836','2025-03-05 14:36:47',600000.00,NULL,'','13','1','PAYMENTS FROM INDULGE CAKES','1','31','payment','','13174540826223308302343','No',NULL,NULL,'119314305634,118950452464'),(17,'4000','131744788818','2025-04-16 11:23:08',NULL,3000000.00,'0','13','1','Sales order','1','','','1','','No',NULL,NULL,''),(18,'1100','131744788818','2025-04-16 11:23:08',3000000.00,NULL,'0','13','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(19,'1100','131744788818','2025-04-16 12:27:40',NULL,975000.00,'','13','1','cheque','1','30','payment','','','No',NULL,NULL,'MPESA'),(20,'1010','131744788818','2025-04-16 12:27:40',975000.00,0.00,'','13','1','PAYMWNTS FROM GEORGE FOR MIRONET','1','30','payment','','','No',NULL,NULL,'MPESA'),(21,'1010','EXP-131743674973','2025-04-05 14:40:54',0.00,50000.00,'','13','1','APRIL 2025 AIRTIME','1','','expense','','2','No',NULL,NULL,''),(22,'5563','EXP-131743674973','2025-04-03 13:10:07',50000.00,NULL,'50000','13','1','Expense','','','','','','No',NULL,NULL,''),(23,'4050','JENTRY-131745416807','2025-04-21 17:07:00',0.00,4032.00,'0','13','1','INTEREST RECEIVED FROM AIRTEL MONEY','1','','','','','No',NULL,NULL,'121774185238'),(24,'1010','JENTRY-131745416807','2025-04-21 17:07:00',4032.00,0.00,'0','13','1','INTEREST RECEIVED FROM AIRTEL MONEY','1','','','','','No',NULL,NULL,'121774185238'),(27,'5240','131745417135','2025-04-23 17:06:59',975000.00,NULL,'0','13','1','REFUND TO GEORGE FOR MICRONET COMPUTERS','1','','','3','','No',NULL,NULL,''),(28,'1010','131745417135','2025-04-23 17:06:59',NULL,975000.00,'0','13','1','REFUND TO GEORGE FOR MICRONET COMPUTERS','1','','','3','','No',NULL,NULL,''),(31,'5930','131745417256','2025-04-23 17:08:18',1500.00,NULL,'0','13','1','MPESA CHARGES TO REFUND GEORGE POS MONEY','1','','','4','','No',NULL,NULL,''),(32,'1010','131745417256','2025-04-23 17:08:18',NULL,1500.00,'0','13','1','MPESA CHARGES TO REFUND GEORGE POS MONEY','1','','','4','','No',NULL,NULL,''); /*!40000 ALTER TABLE `debitcredit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `delivery` -- DROP TABLE IF EXISTS `delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `delivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL, `mode` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `delivery` -- LOCK TABLES `delivery` WRITE; /*!40000 ALTER TABLE `delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `department` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `faculty_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `department` -- LOCK TABLES `department` WRITE; /*!40000 ALTER TABLE `department` DISABLE KEYS */; INSERT INTO `department` VALUES (1,'ICT','ICT',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'Sales','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `depositrefunds` -- DROP TABLE IF EXISTS `depositrefunds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `depositrefunds` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(30) NOT NULL DEFAULT 1, `amount` decimal(10,2) NOT NULL, `before` varchar(20) DEFAULT NULL, `after` varchar(20) DEFAULT NULL, `bookingid` int(20) NOT NULL, `tenantid` int(11) NOT NULL, `receiptno` varchar(50) NOT NULL, `transactioncode` varchar(50) NOT NULL, `mode` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `depositrefunds` -- LOCK TABLES `depositrefunds` WRITE; /*!40000 ALTER TABLE `depositrefunds` DISABLE KEYS */; /*!40000 ALTER TABLE `depositrefunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `device` -- DROP TABLE IF EXISTS `device`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `device` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `device` -- LOCK TABLES `device` WRITE; /*!40000 ALTER TABLE `device` DISABLE KEYS */; /*!40000 ALTER TABLE `device` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount` -- DROP TABLE IF EXISTS `discount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `discount` ( `id` int(11) NOT NULL AUTO_INCREMENT, `discount` varchar(50) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `type` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `discount` -- LOCK TABLES `discount` WRITE; /*!40000 ALTER TABLE `discount` DISABLE KEYS */; INSERT INTO `discount` VALUES (1,'1000','BASIC','2023-05-16 14:12:30','active','1','','1',1,'Amount'),(2,'10','PREMIUM DISCOUNT','2023-11-11 07:36:57','active','1','Yes','1',1,'Percentage'),(3,'1000','BASIC','2025-03-17 06:03:30','active','1','No','1',1,'Amount'),(4,'1000','BASIC','2025-03-17 06:13:51','active','1','','1',1,'Amount'); /*!40000 ALTER TABLE `discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `distribution` -- DROP TABLE IF EXISTS `distribution`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `distribution` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `distribution` -- LOCK TABLES `distribution` WRITE; /*!40000 ALTER TABLE `distribution` DISABLE KEYS */; /*!40000 ALTER TABLE `distribution` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `district` -- DROP TABLE IF EXISTS `district`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `district` ( `id` int(30) NOT NULL, `code` varchar(50) NOT NULL, `countyid` varchar(10) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `provincecode` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `district` -- LOCK TABLES `district` WRITE; /*!40000 ALTER TABLE `district` DISABLE KEYS */; /*!40000 ALTER TABLE `district` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `documents` -- DROP TABLE IF EXISTS `documents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `documents` ( `id` int(50) NOT NULL AUTO_INCREMENT, `documentname` varchar(100) NOT NULL, `idno` varchar(50) NOT NULL, `category` varchar(100) NOT NULL, `name` text NOT NULL, `dateposted` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `entrydate` varchar(50) NOT NULL, `img_id` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `mydocuments` text DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `documents` -- LOCK TABLES `documents` WRITE; /*!40000 ALTER TABLE `documents` DISABLE KEYS */; INSERT INTO `documents` VALUES (1,'Document reflecting 2 advance requests, one(5th May) in reference to Apirl Payment that came in on t','','Email evidence.','','2025-05-26 12:21:37','Document reflecting 2 advance requests, one(5th May) in reference to Apirl Payment that came in on the 12th May. And the 2nd(25th May) in reference to May payment that will come in, at the beginning of the Month of June','61','active','2025-05-25','77298391748250498','1','EXP-611748250417',NULL); /*!40000 ALTER TABLE `documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `doorlock` -- DROP TABLE IF EXISTS `doorlock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `doorlock` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, `branchid` int(20) DEFAULT NULL, `guest` varchar(50) NOT NULL, `roomtype` varchar(50) NOT NULL, `roomno` varchar(50) NOT NULL, `guesttype` varchar(50) NOT NULL, `chargetype` varchar(50) NOT NULL, `issuedqty` varchar(50) NOT NULL, `recycledcardqty` varchar(50) NOT NULL, `state` varchar(50) NOT NULL, `checkintime` varchar(50) NOT NULL, `departuretime` varchar(50) NOT NULL, `vouchertype` varchar(50) NOT NULL, `voucherno` varchar(50) NOT NULL, `checkouttime` varchar(50) NOT NULL, `area1` varchar(50) NOT NULL, `area2` varchar(50) NOT NULL, `operator` varchar(50) NOT NULL, `remark` varchar(50) NOT NULL, `familyroom` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `doorlock` -- LOCK TABLES `doorlock` WRITE; /*!40000 ALTER TABLE `doorlock` DISABLE KEYS */; /*!40000 ALTER TABLE `doorlock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `email_accounts` -- DROP TABLE IF EXISTS `email_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `email_accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `smtp_host` varchar(50) NOT NULL, `smtp_port` int(11) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `name` varchar(50) NOT NULL, `server` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `protocol` varchar(30) NOT NULL DEFAULT 'smtp', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `email_accounts` -- LOCK TABLES `email_accounts` WRITE; /*!40000 ALTER TABLE `email_accounts` DISABLE KEYS */; INSERT INTO `email_accounts` VALUES (1,'marketing@mombasacontinental.com','Pass@123','mail.mombasacontinental.com',587,1,465,'ROBISEARCH LTD/TASK MANAGER',1,'','mail/smtp'),(2,'support@robisearch.com','support!@##@!','ssl://mail.robisearch.com',465,1,1,'ROBISEARCH LTD/TASK MANAGER',2,'2019-06-23 05:28:28pm','smtp'),(3,'oukobert@gmail.com','0718667391','ssl://smtp.googlemail.com',465,1,1,'robisearch',1,'2019-11-04 11:00:33am','smtp'); /*!40000 ALTER TABLE `email_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeecharges` -- DROP TABLE IF EXISTS `employeecharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeecharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `statutory` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; INSERT INTO `employeecharges` VALUES (3,'9','NSSF','2025-01-21 18:52:19','Active','1','','1','Deduction','Fixed','Fixed',1.00,1800.00,'',1,'NSSF'),(4,'2005','House Levy','2025-01-21 18:53:04','Active','1','','1','Deduction','Fixed','Fixed',1.00,450.00,'1.5',1,'HOUSE LEVY'),(5,'10','SHIF','2025-01-21 18:53:34','Active','1','','1','Deduction','Fixed','Fixed',1.00,825.00,'2.75',1,'NHIF'),(6,'8','PAYE','2025-01-21 18:55:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,731.25,'',1,'PAYE'),(7,'9','NSSF','2025-01-24 06:20:36','Active','1','','1','Deduction','Fixed','Fixed',1.00,1800.00,'',4,'NSSF'),(8,'8','PAYE','2025-01-24 06:20:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,731.25,'',4,'PAYE'),(9,'10','SHIF','2025-01-24 06:21:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,825.00,'2.75',4,'NHIF'),(10,'2005','House Levy','2025-01-24 06:24:17','Active','1','','1','Deduction','Fixed','Fixed',1.00,450.00,'1.5',4,'HOUSE LEVY'); /*!40000 ALTER TABLE `employeecharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeepayments` -- DROP TABLE IF EXISTS `employeepayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeepayments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `salaryid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeepayments` -- LOCK TABLES `employeepayments` WRITE; /*!40000 ALTER TABLE `employeepayments` DISABLE KEYS */; /*!40000 ALTER TABLE `employeepayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etiminitialization` -- DROP TABLE IF EXISTS `etiminitialization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etiminitialization` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfOpenDt` varchar(50) DEFAULT NULL, `createdate` datetime NOT NULL, `sdcId` varchar(50) DEFAULT '00', `mrcNo` text DEFAULT NULL, `cmcKey` text DEFAULT NULL, `companyid` varchar(50) NOT NULL, `branchid` varchar(50) NOT NULL, `updatedid` varchar(20) NOT NULL DEFAULT 'KES', `updatedby` varchar(20) DEFAULT NULL, `userid` int(11) NOT NULL, `name` text NOT NULL, `bhfid` varchar(50) DEFAULT NULL, `bhfSttsCd` varchar(50) DEFAULT NULL, `url` text NOT NULL, `onlineoffline` varchar(20) NOT NULL, `phone` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `verification` text NOT NULL, `requestdate` varchar(50) NOT NULL, `confirmationdate` varchar(50) NOT NULL, `businesskey` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etiminitialization` -- LOCK TABLES `etiminitialization` WRITE; /*!40000 ALTER TABLE `etiminitialization` DISABLE KEYS */; /*!40000 ALTER TABLE `etiminitialization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etimsactivations` -- DROP TABLE IF EXISTS `etimsactivations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etimsactivations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `bhfid` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) DEFAULT 'New Installation', `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, `tin` text NOT NULL, `sdcId` text NOT NULL, `cmcKey` text NOT NULL, `mrcNo` text NOT NULL, `url` text NOT NULL, `onlineoffline` varchar(50) NOT NULL, `businesskey` text NOT NULL, `code` varchar(50) NOT NULL, `verification` text NOT NULL, `branchid` varchar(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etimsactivations` -- LOCK TABLES `etimsactivations` WRITE; /*!40000 ALTER TABLE `etimsactivations` DISABLE KEYS */; /*!40000 ALTER TABLE `etimsactivations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evaluation` -- DROP TABLE IF EXISTS `evaluation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `evaluation` ( `invoice` varchar(100) NOT NULL, `id` int(20) NOT NULL AUTO_INCREMENT, `serialno` varchar(50) NOT NULL, `insuredname` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `expirydate` varchar(50) NOT NULL, `inspectedby` varchar(50) NOT NULL, `contact` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `instructions` text NOT NULL, `registrationno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `colour` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `fueltype` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `enginerating` varchar(50) NOT NULL, `countryoforigin` varchar(50) NOT NULL, `locationofinspection` varchar(50) NOT NULL, `coachwork` varchar(50) NOT NULL, `mechanical` varchar(50) NOT NULL, `electrical` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `generalcondition` text NOT NULL, `assessedvalue` varchar(50) NOT NULL, `features` text NOT NULL, `anittheft` varchar(50) NOT NULL, `windscreenvalue` varchar(50) NOT NULL, `radiovalue` varchar(50) NOT NULL, `remarks` text NOT NULL, `reportdetails` text NOT NULL, `date` date NOT NULL, `pin` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `evaluation` -- LOCK TABLES `evaluation` WRITE; /*!40000 ALTER TABLE `evaluation` DISABLE KEYS */; /*!40000 ALTER TABLE `evaluation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `events` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `fromdate` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `host` varchar(100) NOT NULL, `participants` text NOT NULL, `location` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'new', `comments` text NOT NULL, `repeated` varchar(50) NOT NULL, `dateposted` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `one` varchar(20) NOT NULL, `two` varchar(20) NOT NULL, `three` varchar(20) DEFAULT NULL, `branchid` int(10) NOT NULL DEFAULT 1, `four` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, `department` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Request','13','50000','AIRTIME FOR APRIL 2025','2025-04-03 13:10:43','CRISPUS MURIUKI','Approved','2025-04-03 13:10:07','','APRIL 2025 BALANCE','0790355472','21','','','1','','','1','EXP-131743674973','n/a','','',0.00,50000.00,'2025-04-23 14:40:54',13,1,'Yes','No','APRIL 2025 BALANCE',0.00,0.00,'','',NULL),(2,'Claim','15','0','For my top up of my salary Shs100,000','2025-04-21 08:56:53','NEHEMIAH NTAWIU','Returned','2025-04-21 08:56:53','','','256704274379','13','','7399221745214883','1','','','1','EXP-151745214883','','','',0.00,0.00,'2025-04-22 16:44:40',13,1,'No','No','',0.00,0.00,'','',NULL),(3,'Claim','15','100000','For my top up of my salary Shs100,000','2025-04-22 16:59:04','NEHEMIAH NTAWIU','Approved','2025-04-21 09:07:15','','Invoice ','256704274379','13','','','1','','','1','EXP-151745215505','n/a','','',0.00,0.00,'2025-04-22 17:00:11',13,1,'No','No','',0.00,0.00,'','',NULL),(4,'Expense','13','975000','REFUND TO GEORGE FOR MICRONET COMPUTERS','2025-04-23 17:06:59','','Closed','2025-04-23 17:06:59','','RO00010','','ROBERT','','7453751745417140','1','','1010','2','131745417135','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',''),(5,'Expense','13','1500','MPESA CHARGES TO REFUND GEORGE POS MONEY','2025-04-23 17:08:18','','Closed','2025-04-23 17:08:18','','MPESA CHARGES','','ROBERT','','2769591745417261','1','','1010','2','131745417256','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',''),(6,'Request','14','13700','For physical demo together with Vian (technician) at 13000 shs','2025-04-25 16:21:42','ELIZABETH NAMUJOGO','Approved','2025-04-25 16:19:33','','','256784972962','13','','','1','','','1','EXP-141745587031','n/a','','',0.00,0.00,'2025-04-25 16:23:01',13,1,'No','No','',0.00,0.00,'','',NULL),(7,'Request','13','30000','AIRTIME FOR MAY 25 ','2025-05-16 11:53:28','CRISPUS MURIUKI','Submitted','2025-05-16 11:51:59','','','0790355472','21','','','1','','','1','EXP-131747385360','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',NULL),(8,'Request','14','30000','Transport for conducting a demo','2025-05-20 09:29:28','ELIZABETH NAMUJOGO','Approved','2025-05-20 09:27:46','','','256784972962','13','','','1','','','1','EXP-141747722336','n/a','','',0.00,0.00,'2025-05-20 09:40:10',13,1,'No','No','',0.00,0.00,'','',NULL),(9,'Request','61','4000','Transport expenses for a demo. ','2025-05-23 12:35:27','Vianney Byarugaba','Approved','2025-05-23 12:35:27','','','+256741702092','13','','2952151747992829','1','','','1','EXP-611747992829','','','',0.00,0.00,'2025-05-23 12:38:19',13,1,'No','No','',0.00,0.00,'','',NULL),(10,'Advance','61','84000','Advance request on 5th May.','2025-05-26 11:57:54','Vianney Byarugaba','Approved','2025-05-05 11:56:11','','','+256784477419','13','','','1','','','1','EXP-611748249525','n/a','','',0.00,0.00,'2025-05-26 14:37:13',13,1,'No','Yes','',0.00,0.00,'','',NULL),(11,'Advance','61','100000','Advance for transport costs.','2025-05-26 12:08:17','Vianney Byarugaba','Approved','2025-05-25 12:08:17','','','+256784477419','13','','1423191748250417','1','','','1','EXP-611748250417','','','',0.00,0.00,'2025-05-26 14:37:21',13,1,'No','No','',0.00,0.00,'','',NULL),(12,'Claim','14','22000','22000 FOR TRANSPORT REFUND FOR A PHYSICAL DEMO IN KYEBANDO','2025-05-26 12:08:19','ELIZABETH NAMUJOGO','Approved','2025-05-26 12:08:19','','','256784972962','13','','543231748250234','1','','','1','EXP-141748250234','','','',0.00,0.00,'2025-05-26 14:37:31',13,1,'No','No','',0.00,0.00,'','',NULL),(13,'Request','15','0','Moving to the Kampala Ugandan hotels to spread our solutions .','2025-05-29 16:48:37','NEHEMIAH NTAAWU','Submitted','2025-05-29 16:48:37','','+256704274379','256704274379','13','','9255411748526171','1','','','1','EXP-151748526171','','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',NULL),(14,'Request','15','27500','Mabirizi to Imperial Hotel 2500\r\nImperial to Serena Hotel 2500\r\nSerena to Sheraton 2500\r\nSheraton to Canary Hotel 4500\r\nCanary to Golden Tulip 4500\r\nGolden Tulip to fairway hotel 2500\r\nFairway to Mabilizi 3500\r\nfood 5000','2025-05-29 18:16:46','NEHEMIAH NTAAWU','Approved','2025-05-29 17:56:13','','','256704274379','13','','','1','','','1','EXP-151748529692','n/a','','',0.00,0.00,'2025-06-03 09:54:52',13,1,'No','No','',0.00,0.00,'','',NULL),(15,'Request','15','17000','Transport of moving back to hotels which requested for our hardware solutions and physical demo to one of my client at Ham tower\r\nFrom Mabirizi to Serena 3000\r\nFom Serena to Golden Tripple 3500\r\nFrom Golden Tripple to Mabirizi 4000\r\nFrom Ham tower to Mabirizi complex 3000\r\nFrom Ham tower to Mabirizi 3500','2025-06-25 08:37:08','NEHEMIAH NTAAWU','Approved','2025-06-25 08:37:08','','+256704274379','256704274379','13','','2812061750828864','1','','','1','EXP-151750828864','','','',0.00,0.00,'2025-06-25 08:58:19',13,1,'No','No','',0.00,0.00,'','',NULL),(16,'Request','15','55000','coming earlier in the office of 28000 and the shopping of 27000 equating to 55000 ','2025-06-25 08:41:26','NEHEMIAH NTAAWU','Approved','2025-06-25 08:41:26','','+256704274379','256704274379','13','','7499541750829885','1','','','1','EXP-151750829885','','','',0.00,0.00,'2025-06-25 08:46:13',13,1,'No','No','',0.00,0.00,'','',NULL),(17,'Request','14','27000','SHOPING OF 27000','2025-06-25 09:24:36','ELIZABETH NAMUJOGO','Approved','2025-06-25 09:24:36','','+256784972962','256784972962','13','','3410681750832599','1','','','1','EXP-141750832599','','','',0.00,0.00,'2025-06-25 10:28:18',13,1,'No','No','',0.00,0.00,'','',NULL),(18,'Request','15','4000','Transport 4000','2025-06-30 16:38:07','NEHEMIAH NTAAWU','Submitted','2025-06-25 21:09:28','','0704274379','256704274379','13','','','1','','','1','EXP-151750874882','n/a','','',0.00,0.00,'2025-06-30 16:37:25',13,1,'No','No','',0.00,0.00,'','',NULL),(19,'Request','15','0','appreciation for carrying of the hardwares from nalokolongo ','2025-06-27 09:49:17','NEHEMIAH NTAAWU','Submitted','2025-06-27 09:49:17','','+256704274379','256704274379','13','','8457251751006831','1','','','1','EXP-151751006831','','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',NULL),(20,'Request','15','30000','Going for a Demo\r\nFrom Kampala to mukono 5000\r\nfrom Mukono to kisoga 2000\r\nFrom Kisoga to mukono 3000\r\nfrom mukono to knmapala 5000\r\nThis transport is for one person\r\n\r\nAM moving with one technician .','2025-06-30 10:14:48','NEHEMIAH NTAAWU','Approved','2025-06-30 10:05:31','','+256704274379','256704274379','13','','','1','','','1','EXP-151751266900','n/a','','',0.00,0.00,'2025-06-30 10:15:58',13,1,'No','No','',0.00,0.00,'','',NULL); /*!40000 ALTER TABLE `expenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fingers` -- DROP TABLE IF EXISTS `fingers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fingers` ( `id` int(100) NOT NULL AUTO_INCREMENT, `admno` varchar(200) NOT NULL, `fingername` varchar(50) NOT NULL, `regdate` varchar(100) NOT NULL, `template` text NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fingers` -- LOCK TABLES `fingers` WRITE; /*!40000 ALTER TABLE `fingers` DISABLE KEYS */; /*!40000 ALTER TABLE `fingers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fiscalyear` -- DROP TABLE IF EXISTS `fiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fiscalyear` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fiscalyear` -- LOCK TABLES `fiscalyear` WRITE; /*!40000 ALTER TABLE `fiscalyear` DISABLE KEYS */; INSERT INTO `fiscalyear` VALUES (1,'2025 Fiscal Year','active','2025-01-01 00:00:00','2025-12-31 23:59:00',1,1,'2025-02-13 11:50:14',0.00,0.00,0); /*!40000 ALTER TABLE `fiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followups` -- DROP TABLE IF EXISTS `followups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `followups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `date` varchar(50) NOT NULL, `followupid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `nextdate` datetime NOT NULL, `feedback` text NOT NULL, `recommendation` text NOT NULL, `challanges` text NOT NULL, `level` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, `finalid` varchar(50) NOT NULL, `dateposted` datetime NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'Deal', `completed` varchar(20) NOT NULL DEFAULT 'no', `dealowner` varchar(20) DEFAULT NULL, `stage` varchar(20) DEFAULT NULL, `allsteps` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1159 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `followups` -- LOCK TABLES `followups` WRITE; /*!40000 ALTER TABLE `followups` DISABLE KEYS */; INSERT INTO `followups` VALUES (1,'2025-03-27 16:53:06','1','14','Call Later','1','2025-04-04 10:00:00','Interested in Pos MACHINE for his restaurant Business ','He will come to the office after setting up the restaurant ','0.00','First Call',1,'141743083586','2025-03-27 16:53:06','Deal','no',NULL,NULL,NULL),(2,'2025-03-27 16:53:16','2','15','Interested','1','2025-04-02 11:45:00','He said that let him think about it for a while . He let us know as soon as possible ','','0.00','First Call',1,'151743083596','2025-03-27 16:53:16','Deal','no',NULL,NULL,NULL),(3,'2025-03-29 15:44:13','3','14','Call Later','1','2025-03-29 10:15:00','Call on Saturday between 10am- 11pm','Interested in the CCTV camera for his school','0.00','First Call',1,'141743165853','2025-03-28 15:44:13','Deal','no',NULL,NULL,NULL),(4,'2025-03-28 15:48:44','4','14','Not Picking','1','2025-03-28 12:30:00','Interested in general systems ','Going to pass by the office today','0.00','First Call',1,'141743166124','2025-03-28 15:48:44','Deal','no',NULL,NULL,NULL),(5,'2025-03-28 13:27:51','5','14','Interested','1','2025-03-29 12:00:00','Send a Whatsapp ','Send information on Whatsapp ','0.00','First Call',1,'141743244071','2025-03-29 13:27:51','Deal','no',NULL,NULL,NULL),(6,'2025-03-29 13:29:35','1','14','Interested','1','2025-03-31 11:15:00','Wants a demo','','','Followup 1',1,'141743083586','2025-03-29 13:29:35','Deal','no',NULL,NULL,NULL),(7,'2025-03-29 13:32:05','3','14','Call Later','1','2025-03-31 10:15:00','Call to share more details','','','Followup 1',1,'141743165853','2025-03-29 13:32:05','Deal','no',NULL,NULL,NULL),(8,'2025-03-29 13:41:59','6','15','Interested','1','2025-04-04 12:00:00','He said that is interested and will let me know any time ','','0.00','First Call',1,'151743244919','2025-03-29 13:41:59','Deal','no',NULL,NULL,NULL),(9,'2025-03-29 13:48:22','7','14','Interested','1','2025-04-02 11:00:00','Call him after Ramadhan','Give him a call after Idi ','0.00','First Call',1,'141743245302','2025-03-29 13:48:22','Deal','no',NULL,NULL,NULL),(10,'2025-03-29 13:48:33','8','15','Not Ordered','1','2025-04-04 12:00:00','He will let me know any time . ','','0.00','First Call',1,'151743245313','2025-03-29 13:48:33','Deal','no',NULL,NULL,NULL),(11,'2025-03-29 13:50:31','4','14','Call Later','1','2025-04-02 11:00:00','Sent him a Whatsapp with our products information','','','Followup 2',1,'141743166124','2025-03-29 13:50:31','Deal','no',NULL,NULL,NULL),(12,'2025-04-02 17:05:41','5','14','Call Later','1','2025-04-02 12:00:00','Will get back to me','','','Followup 1',1,'141743244071','2025-04-02 17:05:41','Deal','no',NULL,NULL,NULL),(13,'2025-04-02 17:11:36','9','14','Call Later','1','2025-04-03 12:00:00','Interested in digital marketing ','Interested in Digital marketing ','0.00','First Call',1,'141743603096','2025-04-02 17:11:36','Deal','no',NULL,NULL,NULL),(14,'2025-04-03 17:12:41','1','14','Call Later','1','2025-04-09 12:00:00','Not picking','','','Followup 2',1,'141743083586','2025-04-03 17:12:41','Deal','no',NULL,NULL,NULL),(15,'2025-04-03 17:13:20','1','14','Call Later','1','2025-04-09 12:00:00','Not picking','','','Followup 2',1,'141743083586','2025-04-03 17:13:20','Deal','no',NULL,NULL,NULL),(16,'2025-04-03 17:14:20','3','14','Call Later','1','2025-05-01 12:00:00','Call back next month','','','Followup 1',1,'141743165853','2025-04-03 17:14:20','Deal','no',NULL,NULL,NULL),(17,'2025-04-03 17:17:03','10','14','Call Later','1','2025-04-10 12:00:00','Want POS the their hospital and hotel once they are all set up','Need POS system ','0.00','First Call',1,'141743689823','2025-04-03 17:17:03','Deal','no',NULL,NULL,NULL),(18,'2025-04-03 17:20:54','8','15','Call Later','1','2025-04-03 12:00:00','He said that after Easter he will let me know','','','Followup 1',1,'151743245313','2025-04-03 17:20:54','Deal','no',NULL,NULL,NULL),(19,'2025-04-04 17:16:52','11','15','Interested','1','2025-04-10 12:00:00','He told me that he is interested and he will call me later ','','0.00','First Call',1,'151743776212','2025-04-04 17:16:52','Deal','no',NULL,NULL,NULL),(20,'2025-04-05 14:38:43','12','15','Interested','1','2025-04-15 12:00:00','She will let me know ','','0.00','First Call',1,'151743853123','2025-04-05 14:38:43','Deal','no',NULL,NULL,NULL),(21,'2025-04-05 14:42:23','2','15','Interested','1','2025-04-05 12:00:00','He has not been around but he told me I wait. He will let me know','','','Followup 1',1,'151743083596','2025-04-05 14:42:23','Deal','no',NULL,NULL,NULL),(22,'2025-04-07 17:25:46','6','15','Interested','1','2025-04-16 12:00:00','He said that he was sick but he will let me know any time','','','Followup 1',1,'151743244919','2025-04-07 17:25:46','Deal','no',NULL,NULL,NULL),(23,'2025-04-07 17:27:10','13','15','Interested','1','2025-04-15 12:00:00','He is interested that will let me know ','','0.00','First Call',1,'151744036030','2025-04-07 17:27:10','Deal','no',NULL,NULL,NULL),(24,'2025-04-10 10:42:21','14','14','Call Later','1','2025-04-14 12:00:00','Share details on what\'s app','','0.00','First Call',1,'141744270941','2025-04-10 10:42:21','Deal','no',NULL,NULL,NULL),(25,'2025-04-10 10:45:22','15','14','Call Later','1','2025-04-23 12:00:00','Out of office for 2weeks','Call after 2weeks','0.00','First Call',1,'141744271122','2025-04-10 10:45:22','Deal','no',NULL,NULL,NULL),(26,'2025-04-10 10:47:18','16','14','Call Later','1','2025-04-15 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141744271238','2025-04-10 10:47:18','Deal','no',NULL,NULL,NULL),(27,'2025-04-10 10:49:38','17','14','Call Later','1','2025-04-16 12:00:00','Share proposal on email ','','0.00','First Call',1,'141744271378','2025-04-10 10:49:38','Deal','no',NULL,NULL,NULL),(28,'2025-04-10 10:55:46','18','14','Call Later','1','2025-04-14 12:00:00','Share details on mail ( salesmgr@phkmarriottskyz.com)','Follow up with a physical appointment ','0.00','First Call',1,'141744271746','2025-04-10 10:55:46','Deal','no',NULL,NULL,NULL),(29,'2025-04-10 11:04:21','19','14','Call Later','1','2025-04-15 12:00:00','Share details on email ( reception@kabiracountryclub.com)','Follow up about the email ','0.00','First Call',1,'141744272261','2025-04-10 11:04:21','Deal','no',NULL,NULL,NULL),(30,'2025-04-10 11:09:56','20','14','Call Later','1','2025-04-11 10:45:00','Go to the Hotel for a physical meeting on friday','','0.00','First Call',1,'141744272596','2025-04-10 11:09:56','Deal','no',NULL,NULL,NULL),(31,'2025-04-10 11:14:06','21','14','Call Later','1','2025-04-15 12:00:00','Share details on WhatsApp ','Share details on WhatsApp ','0.00','First Call',1,'141744272846','2025-04-10 11:14:06','Deal','no',NULL,NULL,NULL),(32,'2025-04-10 11:16:17','22','14','Call Later','1','2025-04-15 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141744272977','2025-04-10 11:16:17','Deal','no',NULL,NULL,NULL),(33,'2025-04-10 11:18:04','23','14','Call Later','1','2025-04-15 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141744273084','2025-04-10 11:18:04','Deal','no',NULL,NULL,NULL),(34,'2025-04-10 11:20:24','9','14','Call Later','1','2025-04-10 12:00:00','Expensive for him','','','Followup 1',1,'141743603096','2025-04-10 11:20:24','Deal','no',NULL,NULL,NULL),(35,'2025-04-10 11:59:11','24','14','Call Later','1','2025-04-10 12:30:00','Call in one hour and ahalf','','0.00','First Call',1,'141744275551','2025-04-10 11:59:11','Deal','no',NULL,NULL,NULL),(36,'2025-04-10 12:20:59','25','14','Call Later','1','2025-04-16 12:00:00','Send details on WhatsApp ','','0.00','First Call',1,'141744276859','2025-04-10 12:20:59','Deal','no',NULL,NULL,NULL),(37,'2025-04-10 13:04:18','26','14','Call Later','1','2025-04-10 12:00:00','Share a quotation on WhatsApp ','','0.00','First Call',1,'141744279458','2025-04-10 13:04:18','Deal','no',NULL,NULL,NULL),(38,'2025-04-10 14:08:28','27','14','Call Later','1','2025-04-11 11:15:00','Busy- call tomorrow ','','0.00','First Call',1,'141744283308','2025-04-10 14:08:28','Deal','no',NULL,NULL,NULL),(39,'2025-04-10 14:22:21','28','14','Call Later','1','2025-04-11 11:15:00','Interested in getting 2 cameras and a monitor ','In a noisy place but will call back','0.00','First Call',1,'141744284141','2025-04-10 14:22:21','Deal','no',NULL,NULL,NULL),(40,'2025-04-10 14:47:37','29','14','Call Later','1','2025-04-16 11:30:00','Interested in cameras with audio','Share details of on WhatsApp ','0.00','First Call',1,'141744285657','2025-04-10 14:47:37','Deal','no',NULL,NULL,NULL),(41,'2025-04-10 15:21:32','30','14','Call Later','1','2025-04-11 09:00:00','Busy, call tomorrow ','','0.00','First Call',1,'141744287692','2025-04-10 15:21:32','Deal','no',NULL,NULL,NULL),(42,'2025-04-10 15:23:20','24','14','Not Picking','1','2025-04-10 12:00:00','','','','Followup 1',1,'141744275551','2025-04-10 15:23:20','Deal','no',NULL,NULL,NULL),(43,'2025-04-10 15:38:49','31','14','Call Later','1','2025-04-16 11:30:00','Will call when he\'s free and at the business and talk in details ','','0.00','First Call',1,'141744288729','2025-04-10 15:38:49','Deal','no',NULL,NULL,NULL),(44,'2025-04-11 10:29:01','26','14','Call Later','1','2025-04-12 12:00:00','Not picking the call','','','Followup 1',1,'141744279458','2025-04-11 10:29:01','Deal','no',NULL,NULL,NULL),(45,'2025-04-11 10:30:19','20','14','Call Later','1','2025-04-11 12:00:00','Contact not going through','','','Followup 1',1,'141744272596','2025-04-11 10:30:19','Deal','no',NULL,NULL,NULL),(46,'2025-04-11 10:33:09','24','14','Not Interested','1','2025-04-11 12:00:00','Not interested','','','Followup 1',1,'141744275551','2025-04-11 10:33:09','Deal','no',NULL,NULL,NULL),(47,'2025-04-11 11:27:23','32','14','Call Later','1','2025-04-11 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141744360043','2025-04-11 11:27:23','Deal','no',NULL,NULL,NULL),(48,'2025-04-11 12:08:20','33','14','Call Later','1','2025-04-11 12:00:00','Share details on WhatsApp ','Share details on WhatsApp ','0.00','First Call',1,'141744362500','2025-04-11 12:08:20','Deal','no',NULL,NULL,NULL),(49,'2025-04-11 12:24:15','34','14','Call Later','1','2025-04-11 12:00:00','Share details on WhatsApp ','Send a Whatsapp ','0.00','First Call',1,'141744363455','2025-04-11 12:24:15','Deal','no',NULL,NULL,NULL),(50,'2025-04-11 15:50:22','26','14','Not Interested','1','2025-04-11 12:00:00','Interested in a different service we don\'t offer','','','Followup 1',1,'141744279458','2025-04-11 15:50:22','Deal','no',NULL,NULL,NULL),(51,'2025-04-11 15:52:49','21','14','Call Later','1','2025-04-15 12:00:00','Received the information .','','','Followup 1',1,'141744272846','2025-04-11 15:52:49','Deal','no',NULL,NULL,NULL),(52,'2025-04-11 15:54:01','27','14','Call Later','1','2025-04-07 12:00:00','Not picking','','','Followup 1',1,'141744283308','2025-04-11 15:54:01','Deal','no',NULL,NULL,NULL),(53,'2025-04-11 15:57:28','27','14','Not Interested','1','2025-04-11 12:00:00','Not interested but will will refer in case one is in need','','','Followup 1',1,'141744283308','2025-04-11 15:57:28','Deal','no',NULL,NULL,NULL),(54,'2025-04-11 15:59:24','28','14','Call Later','1','2025-04-16 10:00:00','Received types of camera information on Whatsapp','','','Followup 1',1,'141744284141','2025-04-11 15:59:24','Deal','no',NULL,NULL,NULL),(55,'2025-04-11 16:01:44','29','14','Call Later','1','2025-04-16 11:45:00','Received shared camera information on Whatsapp','','','Followup 2',1,'141744285657','2025-04-11 16:01:44','Deal','no',NULL,NULL,NULL),(56,'2025-04-11 16:04:34','25','14','Call Later','1','2025-04-16 12:00:00','Received information about our services on WhatsApp','','','Followup 1',1,'141744276859','2025-04-11 16:04:34','Deal','no',NULL,NULL,NULL),(57,'2025-04-11 16:06:03','23','14','Call Later','1','2025-04-16 11:30:00','Received information on Whatsapp','','','Followup 2',1,'141744273084','2025-04-11 16:06:03','Deal','no',NULL,NULL,NULL),(58,'2025-04-11 16:08:30','19','14','Interested','1','2025-04-11 12:00:00','Received the the email as requested','','','Followup 1',1,'141744272261','2025-04-11 16:08:30','Deal','no',NULL,NULL,NULL),(59,'2025-04-11 16:10:17','18','14','Call Later','1','2025-04-16 12:00:00','Received the email that','','','Followup 2',1,'141744271746','2025-04-11 16:10:17','Deal','no',NULL,NULL,NULL),(60,'2025-04-11 16:12:44','22','14','Call Later','1','2025-04-16 12:00:00','Received the information on Whatsapp','','','Followup 2',1,'141744272977','2025-04-11 16:12:44','Deal','no',NULL,NULL,NULL),(61,'2025-04-14 10:42:33','34','14','Call Later','1','2025-04-14 12:00:00','Received details on WhatsApp','','','Followup 1',1,'141744363455','2025-04-14 10:42:33','Deal','no',NULL,NULL,NULL),(62,'2025-04-14 10:43:42','33','14','Call Later','1','2025-04-23 12:00:00','Already received details on WhatsApp','','','Followup 1',1,'141744362500','2025-04-14 10:43:42','Deal','no',NULL,NULL,NULL),(63,'2025-04-14 10:44:30','30','14','Call Later','1','2025-04-15 12:00:00','Not picking','','','Followup 2',1,'141744287692','2025-04-14 10:44:30','Deal','no',NULL,NULL,NULL),(64,'2025-04-14 10:45:29','32','14','Call Later','1','2025-04-15 12:00:00','Shared details on WhatsApp','','','Followup 1',1,'141744360043','2025-04-14 10:45:29','Deal','no',NULL,NULL,NULL),(65,'2025-04-14 10:48:09','35','14','Call Later','1','2025-04-15 12:00:00','Share details on 5','','0.00','First Call',1,'141744616889','2025-04-14 10:48:09','Deal','no',NULL,NULL,NULL),(66,'2025-04-14 10:49:35','36','14','Call Later','1','2025-04-15 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141744616975','2025-04-14 10:49:35','Deal','no',NULL,NULL,NULL),(67,'2025-04-14 10:51:00','10','14','Call Later','1','2025-04-29 12:00:00','Not yet ready. Still setting up','','','Followup 2',1,'141743689823','2025-04-14 10:51:00','Deal','no',NULL,NULL,NULL),(68,'2025-04-14 16:32:19','37','14','Call Later','1','2025-04-15 10:45:00','Share details with their it Specialist ','','0.00','First Call',1,'141744637539','2025-04-14 16:32:19','Deal','no',NULL,NULL,NULL),(69,'2025-04-14 16:33:34','38','14','Call Later','1','2025-04-15 10:15:00','Share details on WhatsApp \r\n','','0.00','First Call',1,'141744637614','2025-04-14 16:33:34','Deal','no',NULL,NULL,NULL),(70,'2025-04-14 16:48:49','39','14','Call Later','1','2025-04-15 10:45:00','Share details on WhatsApp ','','0.00','First Call',1,'141744638529','2025-04-14 16:48:49','Deal','no',NULL,NULL,NULL),(71,'2025-04-14 16:50:52','40','14','Call Later','1','2025-04-15 12:00:00','Share. Details on WhatsApp ','','0.00','First Call',1,'141744638652','2025-04-14 16:50:52','Deal','no',NULL,NULL,NULL),(72,'2025-04-14 16:53:11','11','15','Interested','1','2025-04-14 13:15:00','He said after three weeks','','','Followup 1',1,'151743776212','2025-04-14 16:53:11','Deal','no',NULL,NULL,NULL),(73,'2025-04-15 11:49:47','41','14','Interested','1','2025-04-16 11:45:00','Share details on WhatsApp ','','0.00','First Call',1,'141744706987','2025-04-15 11:49:47','Deal','no',NULL,NULL,NULL),(74,'2025-04-15 12:38:11','42','14','Call Later','1','2025-04-16 11:45:00','Share details on WhatsApp ','','0.00','First Call',1,'141744709891','2025-04-15 12:38:11','Deal','no',NULL,NULL,NULL),(75,'2025-04-15 12:44:29','38','14','Call Later','1','2025-04-22 12:00:00','Details received on WhatsApp','','','Followup 1',1,'cold call','2025-04-15 12:44:29','Deal','no',NULL,NULL,NULL),(76,'2025-04-15 16:05:05','43','14','Call Later','1','2025-04-16 14:15:00','Share details on WhatsApp ','','0.00','First Call',1,'141744722305','2025-04-15 16:05:05','Deal','no',NULL,NULL,NULL),(77,'2025-04-15 16:06:51','19','14','Call Later','1','2025-04-24 12:00:00','Will have a physical meeting when he schedules time','','','Followup 2',1,'141744272261','2025-04-15 16:06:51','Deal','no',NULL,NULL,NULL),(78,'2025-04-15 16:08:02','9','14','Call Later','1','2025-04-29 12:00:00','Can\'t afford it now','','','Followup 2',1,'141743603096','2025-04-15 16:08:02','Deal','no',NULL,NULL,NULL),(79,'2025-04-15 16:09:21','14','14','Call Later','1','2025-04-23 12:00:00','Already received the details on WhatsApp','','','Followup 2',1,'141744270941','2025-04-15 16:09:21','Deal','no',NULL,NULL,NULL),(80,'2025-04-15 16:11:35','7','14','Call Later','1','2025-04-16 12:00:00','Number not a available','','','Followup 2',1,'141743245302','2025-04-15 16:11:35','Deal','no',NULL,NULL,NULL),(81,'2025-04-15 16:13:16','4','14','Call Later','1','2025-04-29 12:00:00','Will revert when ready','','','Followup 2',1,'141743166124','2025-04-15 16:13:16','Deal','no',NULL,NULL,NULL),(82,'2025-04-15 16:14:37','1','14','Call Later','1','2025-04-25 12:00:00','Phone not available','','','Followup 2',1,'141743083586','2025-04-15 16:14:37','Deal','no',NULL,NULL,NULL),(83,'2025-04-15 16:55:02','12','15','Not Interested','1','2025-04-23 12:00:00','She told that she a person who made for her at 600000','Not closed','Price is still a problem .','Followup 1',1,'151743853123','2025-04-15 16:55:02','Deal','no',NULL,NULL,NULL),(84,'2025-04-16 10:20:13','43','14','Call Later','1','2025-04-16 12:00:00','Received the information on Whatsapp and interested pos','','','Followup 1',1,'141744722305','2025-04-16 10:20:13','Deal','no',NULL,NULL,NULL),(85,'2025-04-16 10:22:55','43','14','Call Later','1','2025-04-22 11:45:00','Interested in Pos. We should talk after Easter period','','','Followup 2',1,'141744722305','2025-04-16 10:22:55','Deal','no',NULL,NULL,NULL),(86,'2025-04-16 10:24:50','40','14','Call Later','1','2025-04-23 12:00:00','Shared details on WhatsApp','','','Followup 2',1,'141744638652','2025-04-16 10:24:50','Deal','no',NULL,NULL,NULL),(87,'2025-04-16 10:26:18','39','14','Call Later','1','2025-04-23 12:00:00','Received details on WhatsApp','','','Followup 2',1,'141744638529','2025-04-16 10:26:18','Deal','no',NULL,NULL,NULL),(88,'2025-04-16 10:27:20','37','14','Call Later','1','2025-04-23 11:45:00','Received details on WhatsApp','','','Followup 2',1,'141744637539','2025-04-16 10:27:20','Deal','no',NULL,NULL,NULL),(89,'2025-04-16 10:28:11','36','14','Call Later','1','2025-04-23 12:00:00','Received details on WhatsApp','','','Followup 2',1,'141744616975','2025-04-16 10:28:11','Deal','no',NULL,NULL,NULL),(90,'2025-04-16 10:30:52','35','14','Call Later','1','2025-04-23 11:45:00','Received details on WhatsApp','','','Followup 2',1,'141744616889','2025-04-16 10:30:52','Deal','no',NULL,NULL,NULL),(91,'2025-04-16 11:14:45','44','14','Call Later','1','2025-04-17 11:45:00','Share details on WhatsApp ','','0.00','First Call',1,'141744791285','2025-04-16 11:14:45','Deal','no',NULL,NULL,NULL),(92,'2025-04-16 11:16:23','45','14','Call Later','1','2025-04-17 09:45:00','Share details on WhatsApp ','','0.00','First Call',1,'141744791383','2025-04-16 11:16:23','Deal','no',NULL,NULL,NULL),(93,'2025-04-16 11:17:55','46','14','Call Later','1','2025-04-17 10:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141744791475','2025-04-16 11:17:55','Deal','no',NULL,NULL,NULL),(94,'2025-04-16 12:22:20','47','14','Call Later','1','2025-04-17 11:45:00','','','0.00','First Call',1,'141744795340','2025-04-16 12:22:20','Deal','no',NULL,NULL,NULL),(95,'2025-04-16 12:24:34','48','14','Call Later','1','2025-04-17 09:00:00','Share details on details ','','0.00','First Call',1,'141744795474','2025-04-16 12:24:34','Deal','no',NULL,NULL,NULL),(96,'2025-04-16 12:26:11','49','14','Call Later','1','2025-04-17 10:30:00','Share on WhatsApp ','','0.00','First Call',1,'141744795571','2025-04-16 12:26:11','Deal','no',NULL,NULL,NULL),(97,'2025-04-17 15:22:52','41','14','Interested','1','2025-04-19 10:30:00','Wants a demo','','','Followup 3',1,'141744706987','2025-04-17 15:22:52','Deal','no',NULL,NULL,NULL),(98,'2025-04-17 15:26:49','50','14','Interested','1','2025-04-22 14:15:00','Wants a demo after Easter ','','0.00','First Call',1,'141744892809','2025-04-17 15:26:49','Deal','no',NULL,NULL,NULL),(99,'2025-04-17 17:04:57','11','15','Interested','1','2025-04-30 13:45:00','I wait will let me know','','Dealing to close the deal','Followup 2',1,'151743776212','2025-04-17 17:04:57','Deal','no',NULL,NULL,NULL),(100,'2025-04-17 17:06:17','11','15','Interested','1','2025-04-30 13:45:00','He said I still wait','','Dealing to close the deal','Followup 2',1,'151743776212','2025-04-17 17:06:17','Deal','no',NULL,NULL,NULL),(101,'2025-04-17 17:10:40','8','15','Interested','1','2025-04-30 12:00:00','He will let me know','','','Followup 2',1,'Physical Marketing','2025-04-17 17:10:40','Deal','no',NULL,NULL,NULL),(102,'2025-04-17 17:11:59','2','15','Interested','1','2025-04-30 13:00:00','He said I give him some good time but is need','','','Followup 2',1,'151743083596','2025-04-17 17:11:59','Deal','no',NULL,NULL,NULL),(103,'2025-04-19 15:46:21','41','14','Interested','1','2025-04-24 12:00:00','Negotiated the pricing for the POS .\r\nOrganizing to start','','','Followup 3',1,'141744706987','2025-04-19 15:46:21','Deal','no',NULL,NULL,NULL),(104,'2025-04-22 15:44:26','42','14','Call Later','1','2025-04-29 12:00:00','Received information on Whatsapp','','','Followup 2',1,'141744709891','2025-04-22 15:44:26','Deal','no',NULL,NULL,NULL),(105,'2025-04-22 15:45:10','44','14','Call Later','1','2025-04-29 12:00:00','Shared details on WhatsApp','','','Followup 2',1,'141744791285','2025-04-22 15:45:10','Deal','no',NULL,NULL,NULL),(106,'2025-04-22 15:46:16','45','14','Call Later','1','2025-04-29 12:00:00','Received details on WhatsApp','','','Followup 2',1,'141744791383','2025-04-22 15:46:16','Deal','no',NULL,NULL,NULL),(107,'2025-04-22 15:47:32','46','14','Call Later','1','2025-04-29 12:00:00','Received details on WhatsApp','','','Followup 2',1,'141744791475','2025-04-22 15:47:32','Deal','no',NULL,NULL,NULL),(108,'2025-04-22 15:48:30','47','14','Call Later','1','2025-04-29 12:00:00','Received details on WhatsApp','','','Followup 1',1,'141744795340','2025-04-22 15:48:30','Deal','no',NULL,NULL,NULL),(109,'2025-04-22 15:49:14','48','14','Call Later','1','2025-04-29 12:00:00','Received details on WhatsApp','','','Followup 1',1,'141744795474','2025-04-22 15:49:14','Deal','no',NULL,NULL,NULL),(110,'2025-04-22 15:49:54','49','14','Call Later','1','2025-04-29 12:00:00','Received details on WhatsApp','','','Followup 1',1,'141744795571','2025-04-22 15:49:54','Deal','no',NULL,NULL,NULL),(111,'2025-04-22 15:52:30','51','14','Call Later','1','2025-04-29 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745326350','2025-04-22 15:52:30','Deal','no',NULL,NULL,NULL),(112,'2025-04-22 15:55:04','52','14','Call Later','1','2025-04-23 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745326504','2025-04-22 15:55:04','Deal','no',NULL,NULL,NULL),(113,'2025-04-22 15:56:34','53','14','Call Later','1','2025-04-23 11:45:00','Share details on WhatsApp ','','0.00','First Call',1,'141745326594','2025-04-22 15:56:34','Deal','no',NULL,NULL,NULL),(114,'2025-04-22 15:57:58','54','14','Call Later','1','2025-04-23 11:30:00','Share details on WhatsApp ','','0.00','First Call',1,'141745326678','2025-04-22 15:57:58','Deal','no',NULL,NULL,NULL),(115,'2025-04-23 09:15:04','43','14','Call Later','1','2025-05-05 12:00:00','Still setting up the business but will call when ready.','','','Followup 2',1,'141744722305','2025-04-23 09:15:04','Deal','no',NULL,NULL,NULL),(116,'2025-04-23 11:46:37','55','14','Call Later','1','2025-04-24 11:00:00','Share information about our services on 8','','0.00','First Call',1,'141745397997','2025-04-23 11:46:37','Deal','no',NULL,NULL,NULL),(117,'2025-04-23 11:47:39','50','14','Call Later','1','2025-04-25 14:15:00','Reschedule to this friday','','','Followup 3',1,'cold call','2025-04-23 11:47:39','Deal','no',NULL,NULL,NULL),(118,'2025-04-23 14:18:37','56','14','Call Later','1','2025-05-14 11:15:00','Call him in the second week of May . ','','0.00','First Call',1,'141745407117','2025-04-23 14:18:37','Deal','no',NULL,NULL,NULL),(119,'2025-04-24 16:09:16','57','14','Not Ordered','1','2025-04-25 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745500156','2025-04-24 16:09:16','Deal','no',NULL,NULL,NULL),(120,'2025-04-24 16:10:48','58','14','Not Ordered','1','2025-04-24 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745500248','2025-04-24 16:10:48','Deal','no',NULL,NULL,NULL),(121,'2025-04-24 16:13:38','59','14','Not Ordered','1','2025-04-24 12:00:00','Share details of the solutions we offer ','','0.00','First Call',1,'141745500418','2025-04-24 16:13:38','Deal','no',NULL,NULL,NULL),(122,'2025-04-24 16:16:46','60','14','Not Ordered','1','2025-04-24 12:00:00','Share information of the solutions on WhatsApp ','','0.00','First Call',1,'141745500606','2025-04-24 16:16:46','Deal','no',NULL,NULL,NULL),(123,'2025-04-24 16:19:03','61','14','Not Ordered','1','2025-04-24 12:00:00','Share information of the solutions on WhatsApp ','','0.00','First Call',1,'141745500743','2025-04-24 16:19:03','Deal','no',NULL,NULL,NULL),(124,'2025-04-24 16:21:10','62','14','Not Ordered','1','2025-04-24 12:00:00','Share details of the solutions on WhatsApp ','','0.00','First Call',1,'141745500870','2025-04-24 16:21:10','Deal','no',NULL,NULL,NULL),(125,'2025-04-24 16:23:00','63','14','Not Ordered','1','2025-04-25 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745500980','2025-04-24 16:23:00','Deal','no',NULL,NULL,NULL),(126,'2025-04-24 16:25:32','64','14','Not Ordered','1','2025-04-25 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141745501132','2025-04-24 16:25:32','Deal','no',NULL,NULL,NULL),(127,'2025-04-25 16:16:34','4','14','Interested','1','2025-05-15 12:00:00','The branch for the system the set is not yet ready.','','','Followup 3',1,'141743166124','2025-04-25 16:16:34','Deal','no',NULL,NULL,NULL),(128,'2025-04-28 14:12:08','65','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745838728','2025-04-28 14:12:08','Deal','no',NULL,NULL,NULL),(129,'2025-04-28 14:13:33','66','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745838813','2025-04-28 14:13:33','Deal','no',NULL,NULL,NULL),(130,'2025-04-28 14:15:23','67','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745838923','2025-04-28 14:15:23','Deal','no',NULL,NULL,NULL),(131,'2025-04-28 14:16:39','68','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745838999','2025-04-28 14:16:39','Deal','no',NULL,NULL,NULL),(132,'2025-04-28 14:18:09','69','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745839089','2025-04-28 14:18:09','Deal','no',NULL,NULL,NULL),(133,'2025-04-28 17:06:26','6','15','Interested','1','2025-05-10 12:00:00','he said to will let know','','','Followup 3',1,'151743244919','2025-04-28 17:06:26','Deal','no',NULL,NULL,NULL),(134,'2025-04-28 17:08:30','13','15','Interested','1','2025-05-16 14:45:00','he said is still on that issue and soon will let me know.','','','Followup 3',1,'151744036030','2025-04-28 17:08:30','Deal','no',NULL,NULL,NULL),(135,'2025-04-28 17:16:06','70','14','Call Later','1','2025-05-02 12:00:00','Share details and quotation for six users on email ','','0.00','First Call',1,'141745849766','2025-04-28 17:16:06','Deal','no',NULL,NULL,NULL),(136,'2025-04-28 17:17:40','71','15','Interested','1','2025-05-03 12:00:00','he said i leave the business card will kindly soon let me know what he real wants','','0.00','First Call',1,'151745849860','2025-04-28 17:17:40','Deal','no',NULL,NULL,NULL),(137,'2025-04-28 17:18:04','72','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745849884','2025-04-28 17:18:04','Deal','no',NULL,NULL,NULL),(138,'2025-04-28 17:23:31','73','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850211','2025-04-28 17:23:31','Deal','no',NULL,NULL,NULL),(139,'2025-04-28 17:25:08','74','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850308','2025-04-28 17:25:08','Deal','no',NULL,NULL,NULL),(140,'2025-04-28 17:26:33','75','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850393','2025-04-28 17:26:33','Deal','no',NULL,NULL,NULL),(141,'2025-04-28 17:28:01','76','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850481','2025-04-28 17:28:01','Deal','no',NULL,NULL,NULL),(142,'2025-04-28 17:29:17','77','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850557','2025-04-28 17:29:17','Deal','no',NULL,NULL,NULL),(143,'2025-04-28 17:31:15','78','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp.','','0.00','First Call',1,'141745850675','2025-04-28 17:31:15','Deal','no',NULL,NULL,NULL),(144,'2025-04-28 17:32:38','79','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850758','2025-04-28 17:32:38','Deal','no',NULL,NULL,NULL),(145,'2025-04-28 17:34:13','80','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850853','2025-04-28 17:34:13','Deal','no',NULL,NULL,NULL),(146,'2025-04-28 17:36:33','81','14','Not Ordered','1','2025-04-28 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141745850993','2025-04-28 17:36:33','Deal','no',NULL,NULL,NULL),(147,'2025-04-28 17:42:25','82','14','Not Interested','1','2025-04-28 12:00:00','Already has a system running ','','0.00','First Call',1,'141745851345','2025-04-28 17:42:25','Deal','no',NULL,NULL,NULL),(148,'2025-04-28 17:44:07','83','14','Call Later','1','2025-04-29 12:00:00','Didn\'t pick the calls','','0.00','First Call',1,'141745851447','2025-04-28 17:44:07','Deal','no',NULL,NULL,NULL),(149,'2025-04-28 17:54:15','84','14','Not Interested','1','2025-04-28 12:00:00','Still a small business and can\'t afford the system now.','','0.00','First Call',1,'141745852055','2025-04-28 17:54:15','Deal','no',NULL,NULL,NULL),(150,'2025-04-28 17:57:00','85','14','Call Later','1','2025-04-29 13:00:00','Call tomorrow at 1pm','','0.00','First Call',1,'141745852220','2025-04-28 17:57:00','Deal','no',NULL,NULL,NULL),(151,'2025-04-28 18:00:41','86','14','Not Interested','1','2025-04-28 12:00:00','Not interested ','','0.00','First Call',1,'141745852441','2025-04-28 18:00:41','Deal','no',NULL,NULL,NULL),(152,'2025-04-28 18:03:28','87','14','Not Interested','1','2025-04-28 12:00:00','Not interested right now but will contact incase of need','','0.00','First Call',1,'141745852608','2025-04-28 18:03:28','Deal','no',NULL,NULL,NULL),(153,'2025-04-28 18:10:38','88','14','Call Later','1','2025-04-28 12:00:00','Not picking ','','0.00','First Call',1,'141745853038','2025-04-28 18:10:38','Deal','no',NULL,NULL,NULL),(154,'2025-04-29 10:09:00','89','14','Not Ordered','1','2025-04-29 12:00:00','Share information on WhatsApp ','','0.00','First Call',1,'141745910540','2025-04-29 10:09:00','Deal','no',NULL,NULL,NULL),(155,'2025-04-29 10:19:31','90','14','Not Ordered','1','2025-04-29 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141745911171','2025-04-29 10:19:31','Deal','no',NULL,NULL,NULL),(156,'2025-04-29 10:59:28','91','14','Interested','1','2025-04-29 12:00:00','Share information and sample quotation on WhatsApp for biometric (10 people) and digital marketing.','','0.00','First Call',1,'141745913568','2025-04-29 10:59:28','Deal','no',NULL,NULL,NULL),(157,'2025-04-29 11:00:44','92','14','Not Ordered','1','2025-04-29 12:00:00','Share information on WhatsApp','','0.00','First Call',1,'141745913644','2025-04-29 11:00:44','Deal','no',NULL,NULL,NULL),(158,'2025-04-29 11:10:51','93','14','Not Interested','1','2025-04-29 12:00:00','will contact incase they need any of our services','','0.00','First Call',1,'141745914251','2025-04-29 11:10:51','Deal','no',NULL,NULL,NULL),(159,'2025-04-29 11:13:50','94','14','Not Ordered','1','2025-04-29 12:00:00','Share information on whatsapp','','0.00','First Call',1,'141745914430','2025-04-29 11:13:50','Deal','no',NULL,NULL,NULL),(160,'2025-04-29 11:24:30','95','14','Call Later','1','2025-05-03 03:15:00','He will call over the weekend','call him on Saturday at 3:00pm','0.00','First Call',1,'141745915070','2025-04-29 11:24:30','Deal','no',NULL,NULL,NULL),(161,'2025-04-29 11:28:12','96','14','Not Ordered','1','2025-04-29 12:00:00','share information on WhatsApp','','0.00','First Call',1,'141745915292','2025-04-29 11:28:12','Deal','no',NULL,NULL,NULL),(162,'2025-04-29 11:32:32','97','14','Not Ordered','1','2025-04-29 12:00:00','share information on WhatsApp','','0.00','First Call',1,'141745915552','2025-04-29 11:32:32','Deal','no',NULL,NULL,NULL),(163,'2025-04-29 11:39:58','98','14','Not Ordered','1','2025-04-29 12:00:00','forward the information on WhatsApp ','','0.00','First Call',1,'141745915998','2025-04-29 11:39:58','Deal','no',NULL,NULL,NULL),(164,'2025-04-29 11:50:55','99','14','Not Ordered','1','2025-04-29 12:00:00','busy but can share information on WhatsApp','','0.00','First Call',1,'141745916655','2025-04-29 11:50:55','Deal','no',NULL,NULL,NULL),(165,'2025-04-29 11:54:15','100','14','Not Ordered','1','2025-04-29 12:00:00','Busy share information on WhatsApp','','0.00','First Call',1,'141745916855','2025-04-29 11:54:15','Deal','no',NULL,NULL,NULL),(166,'2025-04-29 12:00:42','101','14','Not Ordered','1','2025-04-29 12:00:00','Busy but share on WhatsApp','','0.00','First Call',1,'141745917242','2025-04-29 12:00:42','Deal','no',NULL,NULL,NULL),(167,'2025-04-29 12:07:45','102','14','Not Ordered','1','2025-04-29 12:00:00','Share information on WhatsApp','','0.00','First Call',1,'141745917665','2025-04-29 12:07:45','Deal','no',NULL,NULL,NULL),(168,'2025-04-29 12:22:37','103','14','Not Ordered','1','2025-04-29 12:00:00','share information on WhatsApp','','0.00','First Call',1,'141745918557','2025-04-29 12:22:37','Deal','no',NULL,NULL,NULL),(169,'2025-04-29 12:33:20','104','14','Not Ordered','1','2025-04-29 12:00:00','share information on WhatsApp','','0.00','First Call',1,'141745919200','2025-04-29 12:33:20','Deal','no',NULL,NULL,NULL),(170,'2025-04-29 12:43:15','105','14','Not Ordered','1','2025-04-29 12:00:00','share information on WhatsApp','','0.00','First Call',1,'141745919795','2025-04-29 12:43:15','Deal','no',NULL,NULL,NULL),(171,'2025-04-29 12:50:13','106','14','Interested','1','2025-04-29 12:00:00','will reach out when needed but share details on WhatsApp also','','0.00','First Call',1,'141745920213','2025-04-29 12:50:13','Deal','no',NULL,NULL,NULL),(172,'2025-04-29 12:58:07','88','14','Not Interested','1','2025-04-29 12:00:00','call ended','','','Followup 1',1,'141745853038','2025-04-29 12:58:07','Deal','no',NULL,NULL,NULL),(173,'2025-04-29 13:07:39','85','14','Call Later','1','2025-04-29 13:30:00','line still busy','','','Followup 1',1,'141745852220','2025-04-29 13:07:39','Deal','no',NULL,NULL,NULL),(174,'2025-04-29 13:11:11','85','14','Not Ordered','1','2025-04-29 12:00:00','still busy, can\'t talk','','','Followup 2',1,'141745852220','2025-04-29 13:11:11','Deal','no',NULL,NULL,NULL),(175,'2025-04-29 14:54:16','107','14','Not Interested','1','2025-04-29 12:00:00','Listened and ended the call with no response','','0.00','First Call',1,'141745927656','2025-04-29 14:54:16','Deal','no',NULL,NULL,NULL),(176,'2025-04-29 15:04:16','108','14','Not Ordered','1','2025-04-29 12:00:00','Busy, share details on WhatsApp','','0.00','First Call',1,'141745928256','2025-04-29 15:04:16','Deal','no',NULL,NULL,NULL),(177,'2025-04-29 15:08:05','109','14','Not Ordered','1','2025-04-29 12:00:00','Share information on WhatsApp','','0.00','First Call',1,'141745928485','2025-04-29 15:08:05','Deal','no',NULL,NULL,NULL),(178,'2025-04-29 15:34:39','110','14','Not Ordered','1','2025-04-29 12:00:00','Has a small medical facility, Share POS information on Whatsapp ','','0.00','First Call',1,'141745930079','2025-04-29 15:34:39','Deal','no',NULL,NULL,NULL),(179,'2025-04-29 15:43:15','111','14','Not Interested','1','2025-04-29 12:00:00','Busy','wasn\'t intrested and not willing to share on whatsapp','0.00','First Call',1,'141745930595','2025-04-29 15:43:15','Deal','no',NULL,NULL,NULL),(180,'2025-04-29 15:48:11','112','14','Not Ordered','1','2025-04-29 12:00:00','Busy but share information on WhatsApp','','0.00','First Call',1,'141745930891','2025-04-29 15:48:11','Deal','no',NULL,NULL,NULL),(181,'2025-04-29 15:54:18','113','14','Not Ordered','1','2025-04-29 12:00:00','can\'t talk Now but share information on WhatsApp','','0.00','First Call',1,'141745931258','2025-04-29 15:54:18','Deal','no',NULL,NULL,NULL),(182,'2025-04-29 15:58:05','114','14','Not Ordered','1','2025-04-29 12:00:00','Not feeling well, in hospital.','','0.00','First Call',1,'141745931485','2025-04-29 15:58:05','Deal','no',NULL,NULL,NULL),(183,'2025-04-29 16:04:55','115','14','Not Interested','1','2025-04-29 12:00:00','Busy don\'t have time to listen','','0.00','First Call',1,'141745931895','2025-04-29 16:04:55','Deal','no',NULL,NULL,NULL),(184,'2025-04-29 16:10:30','116','14','Not Ordered','1','2025-04-29 12:00:00','Share information on WhatsApp','','0.00','First Call',1,'141745932230','2025-04-29 16:10:30','Deal','no',NULL,NULL,NULL),(185,'2025-04-29 16:14:48','117','14','Not Ordered','1','2025-04-29 12:00:00','still busy, share information on WhatsApp.','','0.00','First Call',1,'141745932488','2025-04-29 16:14:48','Deal','no',NULL,NULL,NULL),(186,'2025-04-29 16:33:34','118','14','Not Interested','1','2025-04-29 12:00:00','Picked but ended the call without finishing the conversion.','','0.00','First Call',1,'141745933614','2025-04-29 16:33:34','Deal','no',NULL,NULL,NULL),(187,'2025-04-29 16:50:26','119','14','Not Interested','1','2025-04-29 12:00:00','Attending to clients right now, doesn\'t have time.','','0.00','First Call',1,'141745934626','2025-04-29 16:50:26','Deal','no',NULL,NULL,NULL),(188,'2025-04-29 16:54:28','120','14','Not Interested','1','2025-04-29 12:00:00','Busy, can\'t talk','Ended the call ','0.00','First Call',1,'141745934868','2025-04-29 16:54:28','Deal','no',NULL,NULL,NULL),(189,'2025-04-30 10:28:46','121','14','Not Interested','1','2025-04-30 12:00:00','Busy with client but share on WhatsApp','','0.00','First Call',1,'141745998126','2025-04-30 10:28:46','Deal','no',NULL,NULL,NULL),(190,'2025-04-30 10:38:55','122','14','Not Ordered','1','2025-04-30 12:00:00','Share documents on WhatsApp','','0.00','First Call',1,'141745998735','2025-04-30 10:38:55','Deal','no',NULL,NULL,NULL),(191,'2025-04-30 10:42:12','123','14','Not Ordered','1','2025-04-30 12:00:00','Share information on WhatsApp','','0.00','First Call',1,'141745998932','2025-04-30 10:42:12','Deal','no',NULL,NULL,NULL),(192,'2025-04-30 10:54:39','124','14','Not Ordered','1','2025-04-30 12:00:00','share information on WhatsApp','','0.00','First Call',1,'141745999679','2025-04-30 10:54:39','Deal','no',NULL,NULL,NULL),(193,'2025-04-30 11:43:57','125','14','Interested','1','2025-04-30 12:00:00','share POS information on WhatsApp','','0.00','First Call',1,'141746002637','2025-04-30 11:43:57','Deal','no',NULL,NULL,NULL),(194,'2025-04-30 13:02:56','125','14','Not Ordered','1','2025-04-30 12:00:00','Already received the information on WhatsApp still going through it.','','','Followup 1',1,'141746002637','2025-04-30 13:02:56','Deal','no',NULL,NULL,NULL),(195,'2025-04-30 13:17:00','124','14','Not Ordered','1','2025-04-30 12:00:00','Already received information on WhatsApp','','','Followup 1',1,'141745999679','2025-04-30 13:17:00','Deal','no',NULL,NULL,NULL),(196,'2025-04-30 13:20:07','123','14','Not Ordered','1','2025-04-30 12:00:00','Already received details on WhatsApp','','','Followup 1',1,'141745998932','2025-04-30 13:20:07','Deal','no',NULL,NULL,NULL),(197,'2025-04-30 13:26:05','123','14','Not Ordered','1','2025-04-30 12:00:00','Received products information WhatsApp','','','Followup 1',1,'141745998932','2025-04-30 13:26:05','Deal','no',NULL,NULL,NULL),(198,'2025-04-30 13:27:40','122','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp','','','Followup 1',1,'141745998735','2025-04-30 13:27:40','Deal','no',NULL,NULL,NULL),(199,'2025-04-30 13:29:02','121','14','Not Interested','1','2025-04-30 12:00:00','Contact not on WhatsApp','','','Followup 1',1,'141745998126','2025-04-30 13:29:02','Deal','no',NULL,NULL,NULL),(200,'2025-04-30 13:30:44','117','14','Not Ordered','1','2025-04-30 12:00:00','Received information shared on What\'s app','','','Followup 1',1,'141745932488','2025-04-30 13:30:44','Deal','no',NULL,NULL,NULL),(201,'2025-04-30 13:33:29','113','14','Not Interested','1','2025-04-30 12:00:00','Wrong contact shared','','','Followup 1',1,'141745931258','2025-04-30 13:33:29','Deal','no',NULL,NULL,NULL),(202,'2025-04-30 13:34:51','112','14','Not Ordered','1','2025-04-30 12:00:00','received product information on What\'sapp','','','Followup 1',1,'141745930891','2025-04-30 13:34:51','Deal','no',NULL,NULL,NULL),(203,'2025-04-30 13:36:25','116','14','Not Ordered','1','2025-04-30 12:00:00','Received products information on WhatsApp','','','Followup 1',1,'141745932230','2025-04-30 13:36:25','Deal','no',NULL,NULL,NULL),(204,'2025-04-30 13:37:40','110','14','Not Ordered','1','2025-04-30 12:00:00','Received Product information on Whatsapp','','','Followup 1',1,'141745930079','2025-04-30 13:37:40','Deal','no',NULL,NULL,NULL),(205,'2025-04-30 13:39:22','106','14','Not Interested','1','2025-04-30 12:00:00','Received products information on WhatsApp','','','Followup 1',1,'141745920213','2025-04-30 13:39:22','Deal','no',NULL,NULL,NULL),(206,'2025-04-30 13:41:20','104','14','Not Ordered','1','2025-04-30 12:00:00','Already received products information on WhatsApp','','','Followup 1',1,'141745919200','2025-04-30 13:41:20','Deal','no',NULL,NULL,NULL),(207,'2025-04-30 13:42:31','103','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp','','','Followup 1',1,'141745918557','2025-04-30 13:42:31','Deal','no',NULL,NULL,NULL),(208,'2025-04-30 13:43:47','103','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp','','','Followup 1',1,'141745918557','2025-04-30 13:43:47','Deal','no',NULL,NULL,NULL),(209,'2025-04-30 13:45:27','102','14','Not Ordered','1','2025-04-30 12:00:00','Received information on WhatsApp','','','Followup 1',1,'141745917665','2025-04-30 13:45:27','Deal','no',NULL,NULL,NULL),(210,'2025-04-30 13:50:33','101','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp','','','Followup 1',1,'141745917242','2025-04-30 13:50:33','Deal','no',NULL,NULL,NULL),(211,'2025-04-30 14:07:08','97','14','Not Ordered','1','2025-04-30 12:00:00','Product information was shared but not yet received since he has not yet logged in WhatsApp','','','Followup 1',1,'141745915552','2025-04-30 14:07:08','Deal','no',NULL,NULL,NULL),(212,'2025-04-30 14:10:25','91','14','Not Ordered','1','2025-04-30 12:00:00','Already received information on WhatsApp, still going through it.','','','Followup 1',1,'141745913568','2025-04-30 14:10:25','Deal','no',NULL,NULL,NULL),(213,'2025-04-30 14:19:18','92','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp','','','Followup 1',1,'141745913644','2025-04-30 14:19:18','Deal','no',NULL,NULL,NULL),(214,'2025-04-30 14:28:36','83','14','Not Interested','1','2025-04-30 12:00:00','didn\'t pick the call again','','','Followup 1',1,'141745851447','2025-04-30 14:28:36','Deal','no',NULL,NULL,NULL),(215,'2025-04-30 14:30:58','70','14','Not Ordered','1','2025-04-30 12:00:00','Receive information on his email has requested.','','','Followup 1',1,'141745849766','2025-04-30 14:30:58','Deal','no',NULL,NULL,NULL),(216,'2025-04-30 15:25:19','55','14','Not Ordered','1','2025-04-30 12:00:00','Received information details on WhatsApp','','','Followup 1',1,'141745397997','2025-04-30 15:25:19','Deal','no',NULL,NULL,NULL),(217,'2025-04-30 15:29:47','54','14','Not Ordered','1','2025-04-30 12:00:00','contact on what\'s app','','','Followup 1',1,'141745326678','2025-04-30 15:29:47','Deal','no',NULL,NULL,NULL),(218,'2025-04-30 15:36:58','53','14','Not Ordered','1','2025-04-30 12:00:00','not yet online but products information was received','','','Followup 1',1,'141745326594','2025-04-30 15:36:58','Deal','no',NULL,NULL,NULL),(219,'2025-04-30 15:41:29','52','14','Not Ordered','1','2025-04-30 12:00:00','Received product information, no response yet','','','Followup 1',1,'141745326504','2025-04-30 15:41:29','Deal','no',NULL,NULL,NULL),(220,'2025-04-30 15:45:07','51','14','Not Ordered','1','2025-04-30 12:00:00','Received product information, no response yet.','','','Followup 1',1,'141745326350','2025-04-30 15:45:07','Deal','no',NULL,NULL,NULL),(221,'2025-04-30 15:50:28','50','14','Not Ordered','1','2025-04-30 12:00:00','had the demo and the POS package information. still going through the information, will revert.','','','Followup 1',1,'cold call','2025-04-30 15:50:28','Deal','no',NULL,NULL,NULL),(222,'2025-04-30 15:52:42','49','14','Not Ordered','1','2025-04-30 12:00:00','No response yet','','','Followup 2',1,'141744795571','2025-04-30 15:52:42','Deal','no',NULL,NULL,NULL),(223,'2025-04-30 15:53:47','48','14','Not Ordered','1','2025-04-30 12:00:00','No response yet','','','Followup 2',1,'141744795474','2025-04-30 15:53:47','Deal','no',NULL,NULL,NULL),(224,'2025-04-30 15:54:41','47','14','Not Interested','1','2025-04-30 12:00:00','No response yet','','','Followup 2',1,'141744795340','2025-04-30 15:54:41','Deal','no',NULL,NULL,NULL),(225,'2025-04-30 15:55:46','46','14','Not Ordered','1','2025-04-30 12:00:00','No response yet','','','Followup 2',1,'141744791475','2025-04-30 15:55:46','Deal','no',NULL,NULL,NULL),(226,'2025-04-30 15:56:36','45','14','Not Ordered','1','2025-04-30 12:00:00','No response yet.','','','Followup 1',1,'141744791383','2025-04-30 15:56:36','Deal','no',NULL,NULL,NULL),(227,'2025-04-30 16:06:47','43','14','Not Ordered','1','2025-04-30 12:00:00','He will reach out when he is has finished setting up is plan.','','','Followup 1',1,'141744722305','2025-04-30 16:06:47','Deal','no',NULL,NULL,NULL),(228,'2025-04-30 16:29:27','69','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp','','','Followup 1',1,'141745839089','2025-04-30 16:29:27','Deal','no',NULL,NULL,NULL),(229,'2025-04-30 16:33:16','109','14','Not Ordered','1','2025-04-30 12:00:00','Received product information on WhatsApp.','','','Followup 1',1,'141745928485','2025-04-30 16:33:16','Deal','no',NULL,NULL,NULL),(230,'2025-05-02 15:16:44','126','14','Not Ordered','1','2025-05-02 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746188204','2025-05-02 15:16:44','Deal','no',NULL,NULL,NULL),(231,'2025-05-02 15:23:07','127','14','Not Interested','1','2025-05-02 12:00:00','Ended the call while talking to him','','0.00','First Call',1,'141746188587','2025-05-02 15:23:07','Deal','no',NULL,NULL,NULL),(232,'2025-05-02 15:24:21','128','14','Not Ordered','1','2025-05-02 12:00:00','Abit busy but share on Whatsapp ','','0.00','First Call',1,'141746188661','2025-05-02 15:24:21','Deal','no',NULL,NULL,NULL),(233,'2025-05-02 15:25:39','129','14','Not Ordered','1','2025-05-02 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746188739','2025-05-02 15:25:39','Deal','no',NULL,NULL,NULL),(234,'2025-05-02 15:26:48','130','14','Not Ordered','1','2025-05-02 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746188808','2025-05-02 15:26:48','Deal','no',NULL,NULL,NULL),(235,'2025-05-02 15:50:07','131','14','Not Ordered','1','2025-05-02 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746190207','2025-05-02 15:50:07','Deal','no',NULL,NULL,NULL),(236,'2025-05-02 15:52:29','132','14','Not Ordered','1','2025-05-02 12:00:00','Picked but his side of the call wasn\'t clear and he ended the call ','','0.00','First Call',1,'141746190349','2025-05-02 15:52:29','Deal','no',NULL,NULL,NULL),(237,'2025-05-02 15:53:42','133','14','Not Ordered','1','2025-05-02 12:00:00','Busy but share on Whatsapp ','','0.00','First Call',1,'141746190422','2025-05-02 15:53:42','Deal','no',NULL,NULL,NULL),(238,'2025-05-02 15:55:23','134','14','Not Ordered','1','2025-05-02 12:00:00','Share all the details on WhatsApp ','','0.00','First Call',1,'141746190523','2025-05-02 15:55:23','Deal','no',NULL,NULL,NULL),(239,'2025-05-02 15:58:13','135','14','Not Ordered','1','2025-05-02 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746190693','2025-05-02 15:58:13','Deal','no',NULL,NULL,NULL),(240,'2025-05-02 16:00:21','136','14','Not Ordered','1','2025-05-02 12:00:00','Will check out Robisearch website and also share details on WhatsApp ','','0.00','First Call',1,'141746190821','2025-05-02 16:00:21','Deal','no',NULL,NULL,NULL),(241,'2025-05-03 11:21:45','44','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744791285','2025-05-03 11:21:45','Deal','no',NULL,NULL,NULL),(242,'2025-05-03 11:26:49','42','14','Not Ordered','1','2025-05-03 12:00:00','Not yet ready.','','','Followup 3',1,'141744709891','2025-05-03 11:26:49','Deal','no',NULL,NULL,NULL),(243,'2025-05-03 11:28:26','40','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744638652','2025-05-03 11:28:26','Deal','no',NULL,NULL,NULL),(244,'2025-05-03 11:30:23','39','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744638529','2025-05-03 11:30:23','Deal','no',NULL,NULL,NULL),(245,'2025-05-03 11:32:28','38','14','Not Ordered','1','2025-05-03 12:00:00','Will revert when in need','','','Followup 3',1,'cold call','2025-05-03 11:32:28','Deal','no',NULL,NULL,NULL),(246,'2025-05-03 12:06:55','37','14','Not Ordered','1','2025-05-03 12:00:00','Not ready','','','Followup 3',1,'141744637539','2025-05-03 12:06:55','Deal','no',NULL,NULL,NULL),(247,'2025-05-03 12:07:51','36','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744616975','2025-05-03 12:07:51','Deal','no',NULL,NULL,NULL),(248,'2025-05-03 12:27:15','1','14','Interested','1','2025-05-03 12:00:00','Still stabilizing with staff recruitment. will purchase the POS when he stablizes','','','Followup 5',1,'141743083586','2025-05-03 12:27:15','Deal','no',NULL,NULL,NULL),(249,'2025-05-03 12:29:04','4','14','Not Ordered','1','2025-05-03 12:00:00','Still not ready','','','Followup 4',1,'141743166124','2025-05-03 12:29:04','Deal','no',NULL,NULL,NULL),(250,'2025-05-03 12:37:28','3','14','Interested','1','2025-05-30 12:00:00','Still looking for the money.\r\nHe will call back after 3 weeks','','','Followup 4',1,'141743165853','2025-05-03 12:37:28','Deal','no',NULL,NULL,NULL),(251,'2025-05-03 12:43:10','5','14','Not Ordered','1','2025-05-03 12:00:00','Still setting up the branch. He will contact us as soon as he finishes','','','Followup 3',1,'141743244071','2025-05-03 12:43:10','Deal','no',NULL,NULL,NULL),(252,'2025-05-03 12:46:10','7','14','Call Later','1','2025-05-10 12:00:00','Phone not on','','','Followup 3',1,'141743245302','2025-05-03 12:46:10','Deal','no',NULL,NULL,NULL),(253,'2025-05-03 12:50:00','10','14','Not Ordered','1','2025-05-03 12:00:00','Still setting up the hospital. Will communicate when they are ready to open','','','Followup 3',1,'141743689823','2025-05-03 12:50:00','Deal','no',NULL,NULL,NULL),(254,'2025-05-03 12:50:50','14','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744270941','2025-05-03 12:50:50','Deal','no',NULL,NULL,NULL),(255,'2025-05-03 12:52:40','16','14','Not Ordered','1','2025-05-03 12:00:00','Already received details on WhatsApp','','','Followup 1',1,'141744271238','2025-05-03 12:52:40','Deal','no',NULL,NULL,NULL),(256,'2025-05-03 12:53:38','17','14','Not Ordered','1','2025-05-03 12:00:00','Received information on Whatsapp','','','Followup 1',1,'141744271378','2025-05-03 12:53:38','Deal','no',NULL,NULL,NULL),(257,'2025-05-03 12:54:21','18','14','Not Ordered','1','2025-05-03 12:00:00','Received information on email','','','Followup 1',1,'141744271746','2025-05-03 12:54:21','Deal','no',NULL,NULL,NULL),(258,'2025-05-03 12:56:36','19','14','Not Ordered','1','2025-05-03 12:00:00','Still occupied. Hasn\'t scheduled the meeting','','','Followup 3',1,'141744272261','2025-05-03 12:56:36','Deal','no',NULL,NULL,NULL),(259,'2025-05-03 13:02:17','20','14','Not Ordered','1','2025-05-03 12:00:00','Contact still not going through','','','Followup 3',1,'141744272596','2025-05-03 13:02:17','Deal','no',NULL,NULL,NULL),(260,'2025-05-03 13:03:12','21','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744272846','2025-05-03 13:03:12','Deal','no',NULL,NULL,NULL),(261,'2025-05-03 13:05:11','22','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744272977','2025-05-03 13:05:11','Deal','no',NULL,NULL,NULL),(262,'2025-05-03 13:07:24','23','14','Not Ordered','1','2025-05-03 12:00:00','No response','','','Followup 3',1,'141744273084','2025-05-03 13:07:24','Deal','no',NULL,NULL,NULL),(263,'2025-05-03 13:16:44','28','14','Not Ordered','1','2025-05-03 12:00:00','No response','','','Followup 3',1,'141744284141','2025-05-03 13:16:44','Deal','no',NULL,NULL,NULL),(264,'2025-05-03 13:18:58','29','14','Not Ordered','1','2025-05-03 12:00:00','No response','','','Followup 3',1,'141744285657','2025-05-03 13:18:58','Deal','no',NULL,NULL,NULL),(265,'2025-05-03 13:20:23','29','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744285657','2025-05-03 13:20:23','Deal','no',NULL,NULL,NULL),(266,'2025-05-03 13:25:40','32','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744360043','2025-05-03 13:25:40','Deal','no',NULL,NULL,NULL),(267,'2025-05-03 13:29:33','33','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 3',1,'141744362500','2025-05-03 13:29:33','Deal','no',NULL,NULL,NULL),(268,'2025-05-03 13:31:50','34','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 2',1,'141744363455','2025-05-03 13:31:50','Deal','no',NULL,NULL,NULL),(269,'2025-05-03 13:32:48','35','14','Not Ordered','1','2025-05-03 12:00:00','No response yet','','','Followup 2',1,'141744616889','2025-05-03 13:32:48','Deal','no',NULL,NULL,NULL),(270,'2025-05-03 13:33:17','35','14','Not Ordered','1','2025-05-03 12:00:00','Not yet ready','','','Followup 2',1,'141744616889','2025-05-03 13:33:17','Deal','no',NULL,NULL,NULL),(271,'2025-05-03 16:19:02','2','15','Interested','1','2025-05-03 12:00:00','still looking for the starting money','','','Followup 4',1,'151743083596','2025-05-03 16:19:02','Deal','no',NULL,NULL,NULL),(272,'2025-05-03 16:20:06','2','15','Interested','1','2025-05-03 12:00:00','needs some good time','','','Followup 4',1,'151743083596','2025-05-03 16:20:06','Deal','no',NULL,NULL,NULL),(273,'2025-05-05 11:19:55','137','14','Not Interested','1','2025-05-05 12:00:00','Busy and not interested ','','0.00','First Call',1,'141746433195','2025-05-05 11:19:55','Deal','no',NULL,NULL,NULL),(274,'2025-05-05 11:21:08','138','14','Not Ordered','1','2025-05-05 12:00:00','Busy, share on Whatsapp ','','0.00','First Call',1,'141746433268','2025-05-05 11:21:08','Deal','no',NULL,NULL,NULL),(275,'2025-05-05 11:22:20','139','14','Not Ordered','1','2025-05-05 12:00:00','','Can\'t listen now but share on Whatsapp ','0.00','First Call',1,'141746433340','2025-05-05 11:22:20','Deal','no',NULL,NULL,NULL),(276,'2025-05-05 11:28:49','140','14','Not Ordered','1','2025-05-05 12:00:00','In a meeting, share on Whatsapp ','','0.00','First Call',1,'141746433729','2025-05-05 11:28:49','Deal','no',NULL,NULL,NULL),(277,'2025-05-05 11:45:13','141','14','Interested','1','2025-05-05 12:00:00','Share sample quotation for 10 and 20 people ','','0.00','First Call',1,'141746434713','2025-05-05 11:45:13','Deal','no',NULL,NULL,NULL),(278,'2025-05-05 12:01:28','142','14','Call Later','1','2025-05-09 10:30:00','Prefers a physical demo of our solutions ','Organize to go to the school this week.','0.00','First Call',1,'141746435688','2025-05-05 12:01:28','Deal','no',NULL,NULL,NULL),(279,'2025-05-05 12:27:16','143','14','Not Ordered','1','2025-05-05 12:00:00','Prefers we share them on WhatsApp so that she can go through them','','0.00','First Call',1,'141746437236','2025-05-05 12:27:16','Deal','no',NULL,NULL,NULL),(280,'2025-05-05 12:43:23','144','14','Not Ordered','1','2025-05-05 12:00:00','Appreciate for sharing information and will revert in case of need in future ','','0.00','First Call',1,'141746438203','2025-05-05 12:43:23','Deal','no',NULL,NULL,NULL),(281,'2025-05-05 12:45:23','145','14','Not Picking','1','2025-05-05 12:00:00','Share proposals for the products with prices ','','0.00','First Call',1,'141746438323','2025-05-05 12:45:23','Deal','no',NULL,NULL,NULL),(282,'2025-05-05 12:47:08','145','14','Not Ordered','1','2025-05-05 12:00:00','Share proposals with pricing on WhatsApp','','','Followup 1',1,'141746438323','2025-05-05 12:47:08','Deal','no',NULL,NULL,NULL),(283,'2025-05-05 16:35:59','146','14','Not Ordered','1','2025-05-05 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746452159','2025-05-05 16:35:59','Deal','no',NULL,NULL,NULL),(284,'2025-05-05 16:45:10','147','14','Not Ordered','1','2025-05-05 12:00:00','Busy but share information on Whatsapp ','','0.00','First Call',1,'141746452710','2025-05-05 16:45:10','Deal','no',NULL,NULL,NULL),(285,'2025-05-05 16:47:10','148','14','Not Ordered','1','2025-05-05 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746452830','2025-05-05 16:47:10','Deal','no',NULL,NULL,NULL),(286,'2025-05-05 16:49:12','149','14','Not Ordered','1','2025-05-05 12:00:00','In a meeting but share on Whatsapp ','','0.00','First Call',1,'141746452952','2025-05-05 16:49:12','Deal','no',NULL,NULL,NULL),(287,'2025-05-05 16:51:25','150','14','Not Ordered','1','2025-05-05 12:00:00','Share information on Biometric time attendance and ERP on WhatsApp ','','0.00','First Call',1,'141746453085','2025-05-05 16:51:25','Deal','no',NULL,NULL,NULL),(288,'2025-05-05 16:56:55','151','14','Not Ordered','1','2025-05-05 12:00:00','Share proposal forms for digital marketing and website design on WhatsApp ','','0.00','First Call',1,'141746453415','2025-05-05 16:56:55','Deal','no',NULL,NULL,NULL),(289,'2025-05-05 17:01:16','152','14','Not Ordered','1','2025-05-05 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746453676','2025-05-05 17:01:16','Deal','no',NULL,NULL,NULL),(290,'2025-05-05 17:02:35','153','14','Not Ordered','1','2025-05-05 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746453755','2025-05-05 17:02:35','Deal','no',NULL,NULL,NULL),(291,'2025-05-05 17:05:09','154','14','Not Ordered','1','2025-05-05 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746453909','2025-05-05 17:05:09','Deal','no',NULL,NULL,NULL),(292,'2025-05-05 17:06:26','155','14','Not Ordered','1','2025-05-05 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746453986','2025-05-05 17:06:26','Deal','no',NULL,NULL,NULL),(293,'2025-05-05 17:12:43','156','14','Not Ordered','1','2025-05-05 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746454363','2025-05-05 17:12:43','Deal','no',NULL,NULL,NULL),(294,'2025-05-05 17:14:04','157','14','Not Ordered','1','2025-05-05 12:00:00','','','0.00','First Call',1,'141746454444','2025-05-05 17:14:04','Deal','no',NULL,NULL,NULL),(295,'2025-05-05 17:17:29','158','14','Not Ordered','1','2025-05-09 12:00:00','Organize for a physical meeting and demo.','Schedule the meeting on Friday ','0.00','First Call',1,'141746454649','2025-05-05 17:17:29','Deal','no',NULL,NULL,NULL),(296,'2025-05-05 17:19:15','159','14','Not Interested','1','2025-05-05 12:00:00','Have a already someone in charge and not interested ','','0.00','First Call',1,'141746454755','2025-05-05 17:19:15','Deal','no',NULL,NULL,NULL),(297,'2025-05-05 17:20:25','160','14','Not Interested','1','2025-05-05 12:00:00','Not interested ','','0.00','First Call',1,'141746454825','2025-05-05 17:20:25','Deal','no',NULL,NULL,NULL),(298,'2025-05-05 17:26:23','161','14','Not Ordered','1','2025-05-05 12:00:00','Share details on their email ( procurement@acaciaschools.org)','','0.00','First Call',1,'141746455183','2025-05-05 17:26:23','Deal','no',NULL,NULL,NULL),(299,'2025-05-05 17:28:51','162','14','Not Interested','1','2025-05-05 12:00:00','Busy and someone is handling their Ict solutions ','','0.00','First Call',1,'141746455331','2025-05-05 17:28:51','Deal','no',NULL,NULL,NULL),(300,'2025-05-05 17:31:40','163','14','Not Interested','1','2025-05-05 12:00:00','Not interested in the products right now.','','0.00','First Call',1,'141746455500','2025-05-05 17:31:40','Deal','no',NULL,NULL,NULL),(301,'2025-05-05 17:33:02','164','14','Not Interested','1','2025-05-05 12:00:00','Not in need of any of our products ','','0.00','First Call',1,'141746455582','2025-05-05 17:33:02','Deal','no',NULL,NULL,NULL),(302,'2025-05-05 17:36:00','165','14','Not Ordered','1','2025-05-05 12:00:00','Will be checking with the bosses and then get back to us','','0.00','First Call',1,'141746455760','2025-05-05 17:36:00','Deal','no',NULL,NULL,NULL),(303,'2025-05-05 17:37:23','166','14','Not Interested','1','2025-05-05 12:00:00','Don\'t need any of our products ','','0.00','First Call',1,'141746455843','2025-05-05 17:37:23','Deal','no',NULL,NULL,NULL),(304,'2025-05-05 17:39:47','167','14','Not Interested','1','2025-05-05 12:00:00','Have people handling it.','','0.00','First Call',1,'141746455987','2025-05-05 17:39:47','Deal','no',NULL,NULL,NULL),(305,'2025-05-06 13:40:28','168','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746528028','2025-05-06 13:40:28','Deal','no',NULL,NULL,NULL),(306,'2025-05-06 13:43:52','169','14','Not Ordered','1','2025-05-06 12:00:00','Share details on email ( nabwiirejuliet@yahoo.com)','','0.00','First Call',1,'141746528232','2025-05-06 13:43:52','Deal','no',NULL,NULL,NULL),(307,'2025-05-06 13:46:42','170','14','Not Ordered','1','2025-05-06 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746528402','2025-05-06 13:46:42','Deal','no',NULL,NULL,NULL),(308,'2025-05-06 13:51:52','171','14','Not Ordered','1','2025-05-06 12:00:00','In a meeting, share on Whatsapp ','','0.00','First Call',1,'141746528712','2025-05-06 13:51:52','Deal','no',NULL,NULL,NULL),(309,'2025-05-06 13:53:10','172','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746528790','2025-05-06 13:53:10','Deal','no',NULL,NULL,NULL),(310,'2025-05-06 13:54:41','173','14','Not Ordered','1','2025-05-06 12:00:00','In a meeting, share on Whatsapp ','','0.00','First Call',1,'141746528881','2025-05-06 13:54:41','Deal','no',NULL,NULL,NULL),(311,'2025-05-06 13:56:06','174','14','Not Ordered','1','2025-05-06 12:00:00','Will go through the solutions on WhatsApp ','','0.00','First Call',1,'141746528966','2025-05-06 13:56:06','Deal','no',NULL,NULL,NULL),(312,'2025-05-06 13:59:16','175','14','Not Ordered','1','2025-05-06 12:00:00','Share our profile and what we\'re planning for her business on WhatsApp ','','0.00','First Call',1,'141746529156','2025-05-06 13:59:16','Deal','no',NULL,NULL,NULL),(313,'2025-05-06 14:01:07','176','14','Not Interested','1','2025-05-06 12:00:00','Not interested in any of our products right now ','','0.00','First Call',1,'141746529267','2025-05-06 14:01:07','Deal','no',NULL,NULL,NULL),(314,'2025-05-06 14:03:18','177','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746529398','2025-05-06 14:03:18','Deal','no',NULL,NULL,NULL),(315,'2025-05-06 14:06:10','178','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp, can\'t talk ','','0.00','First Call',1,'141746529570','2025-05-06 14:06:10','Deal','no',NULL,NULL,NULL),(316,'2025-05-06 14:08:20','179','14','Not Ordered','1','2025-05-06 12:00:00','Doesn\'t have a smart phone right now to receive information.But will call once he gets one.','','0.00','First Call',1,'141746529700','2025-05-06 14:08:20','Deal','no',NULL,NULL,NULL),(317,'2025-05-06 14:10:04','180','14','Not Ordered','1','2025-05-06 12:00:00','In a meeting, share on Whatsapp ','','0.00','First Call',1,'141746529804','2025-05-06 14:10:04','Deal','no',NULL,NULL,NULL),(318,'2025-05-06 14:12:15','181','14','Not Interested','1','2025-05-06 12:00:00','Not in need now but will save the number for future needs ','','0.00','First Call',1,'141746529935','2025-05-06 14:12:15','Deal','no',NULL,NULL,NULL),(319,'2025-05-06 14:14:12','182','14','Not Ordered','1','2025-05-06 12:00:00','Busy share on Whatsapp ','','0.00','First Call',1,'141746530052','2025-05-06 14:14:12','Deal','no',NULL,NULL,NULL),(320,'2025-05-06 14:16:10','183','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746530170','2025-05-06 14:16:10','Deal','no',NULL,NULL,NULL),(321,'2025-05-06 14:18:21','184','14','Not Ordered','1','2025-05-06 12:00:00','Busy in a meeting. Share on Whatsapp ','','0.00','First Call',1,'141746530301','2025-05-06 14:18:21','Deal','no',NULL,NULL,NULL),(322,'2025-05-06 17:09:04','185','14','Not Ordered','1','2025-05-06 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746540544','2025-05-06 17:09:04','Deal','no',NULL,NULL,NULL),(323,'2025-05-06 17:10:41','186','14','Not Ordered','1','2025-05-06 12:00:00','Doesn\'t have time but share on Whatsapp ','','0.00','First Call',1,'141746540641','2025-05-06 17:10:41','Deal','no',NULL,NULL,NULL),(324,'2025-05-06 17:11:56','187','14','Not Ordered','1','2025-05-06 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746540716','2025-05-06 17:11:56','Deal','no',NULL,NULL,NULL),(325,'2025-05-06 17:13:43','188','14','Not Ordered','1','2025-05-06 12:00:00','Still engaged but share on Whatsapp ','','0.00','First Call',1,'141746540823','2025-05-06 17:13:43','Deal','no',NULL,NULL,NULL),(326,'2025-05-06 17:15:05','189','14','Not Ordered','1','2025-05-06 12:00:00','Busy, share on Whatsapp ','','0.00','First Call',1,'141746540905','2025-05-06 17:15:05','Deal','no',NULL,NULL,NULL),(327,'2025-05-06 17:16:26','190','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746540986','2025-05-06 17:16:26','Deal','no',NULL,NULL,NULL),(328,'2025-05-06 17:17:30','191','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746541050','2025-05-06 17:17:30','Deal','no',NULL,NULL,NULL),(329,'2025-05-06 17:18:45','192','14','Not Ordered','1','2025-05-06 12:00:00','Can\'t talk now but share on Whatsapp ','','0.00','First Call',1,'141746541125','2025-05-06 17:18:45','Deal','no',NULL,NULL,NULL),(330,'2025-05-06 17:20:13','193','14','Not Ordered','1','2025-05-06 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746541213','2025-05-06 17:20:13','Deal','no',NULL,NULL,NULL),(331,'2025-05-06 17:22:33','194','14','Not Ordered','1','2025-05-06 12:00:00','Share video demo and other solutions ','','0.00','First Call',1,'141746541353','2025-05-06 17:22:33','Deal','no',NULL,NULL,NULL),(332,'2025-05-06 17:24:40','195','14','Not Ordered','1','2025-05-06 12:00:00','Share transport ','','0.00','First Call',1,'141746541480','2025-05-06 17:24:40','Deal','no',NULL,NULL,NULL),(333,'2025-05-06 17:25:56','196','14','Not Ordered','1','2025-05-06 12:00:00','','','0.00','First Call',1,'141746541556','2025-05-06 17:25:56','Deal','no',NULL,NULL,NULL),(334,'2025-05-06 17:27:33','197','14','Not Ordered','1','2025-05-06 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746541653','2025-05-06 17:27:33','Deal','no',NULL,NULL,NULL),(335,'2025-05-06 17:29:42','198','14','Not Ordered','1','2025-05-06 12:00:00','Busy but share details on WhatsApp ','','0.00','First Call',1,'141746541782','2025-05-06 17:29:42','Deal','no',NULL,NULL,NULL),(336,'2025-05-06 17:30:48','199','14','Not Ordered','1','2025-05-06 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746541848','2025-05-06 17:30:48','Deal','no',NULL,NULL,NULL),(337,'2025-05-06 17:32:00','200','14','Not Ordered','1','2025-05-06 12:00:00','Share information on Whatsapp ','','0.00','First Call',1,'141746541920','2025-05-06 17:32:00','Deal','no',NULL,NULL,NULL),(338,'2025-05-07 16:56:11','201','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746626171','2025-05-07 16:56:11','Deal','no',NULL,NULL,NULL),(339,'2025-05-07 17:06:13','202','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746626773','2025-05-07 17:06:13','Deal','no',NULL,NULL,NULL),(340,'2025-05-07 17:07:54','203','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746626874','2025-05-07 17:07:54','Deal','no',NULL,NULL,NULL),(341,'2025-05-07 17:12:37','204','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746627157','2025-05-07 17:12:37','Deal','no',NULL,NULL,NULL),(342,'2025-05-07 17:14:22','205','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746627262','2025-05-07 17:14:22','Deal','no',NULL,NULL,NULL),(343,'2025-05-07 17:17:38','206','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746627458','2025-05-07 17:17:38','Deal','no',NULL,NULL,NULL),(344,'2025-05-07 17:19:10','207','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746627550','2025-05-07 17:19:10','Deal','no',NULL,NULL,NULL),(345,'2025-05-07 17:20:39','208','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746627639','2025-05-07 17:20:39','Deal','no',NULL,NULL,NULL),(346,'2025-05-07 17:22:08','209','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746627728','2025-05-07 17:22:08','Deal','no',NULL,NULL,NULL),(347,'2025-05-07 17:23:46','210','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746627826','2025-05-07 17:23:46','Deal','no',NULL,NULL,NULL),(348,'2025-05-07 17:24:48','211','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746627888','2025-05-07 17:24:48','Deal','no',NULL,NULL,NULL),(349,'2025-05-07 17:26:02','212','14','Not Ordered','1','2025-05-07 12:00:00','Busy, share on Whatsapp ','','0.00','First Call',1,'141746627962','2025-05-07 17:26:02','Deal','no',NULL,NULL,NULL),(350,'2025-05-07 17:27:12','213','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746628032','2025-05-07 17:27:12','Deal','no',NULL,NULL,NULL),(351,'2025-05-07 17:29:10','214','14','Not Ordered','1','2025-05-07 12:00:00','Don\'t have any business but will contact when he gets any','','0.00','First Call',1,'141746628150','2025-05-07 17:29:10','Deal','no',NULL,NULL,NULL),(352,'2025-05-07 17:32:19','215','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746628339','2025-05-07 17:32:19','Deal','no',NULL,NULL,NULL),(353,'2025-05-07 17:33:56','216','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746628436','2025-05-07 17:33:56','Deal','no',NULL,NULL,NULL),(354,'2025-05-07 17:35:11','217','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746628511','2025-05-07 17:35:11','Deal','no',NULL,NULL,NULL),(355,'2025-05-07 17:37:15','218','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746628635','2025-05-07 17:37:15','Deal','no',NULL,NULL,NULL),(356,'2025-05-07 17:38:40','219','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746628720','2025-05-07 17:38:40','Deal','no',NULL,NULL,NULL),(357,'2025-05-07 17:40:36','220','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746628836','2025-05-07 17:40:36','Deal','no',NULL,NULL,NULL),(358,'2025-05-07 17:42:45','221','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746628965','2025-05-07 17:42:45','Deal','no',NULL,NULL,NULL),(359,'2025-05-07 17:44:29','222','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746629069','2025-05-07 17:44:29','Deal','no',NULL,NULL,NULL),(360,'2025-05-07 17:46:33','223','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746629193','2025-05-07 17:46:33','Deal','no',NULL,NULL,NULL),(361,'2025-05-07 17:47:50','224','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746629270','2025-05-07 17:47:50','Deal','no',NULL,NULL,NULL),(362,'2025-05-07 17:49:14','225','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746629354','2025-05-07 17:49:14','Deal','no',NULL,NULL,NULL),(363,'2025-05-07 17:50:37','226','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746629437','2025-05-07 17:50:37','Deal','no',NULL,NULL,NULL),(364,'2025-05-07 17:51:50','227','14','Not Ordered','1','2025-05-07 12:00:00','Shared details on WhatsApp ','','0.00','First Call',1,'141746629510','2025-05-07 17:51:50','Deal','no',NULL,NULL,NULL),(365,'2025-05-07 17:53:21','228','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746629601','2025-05-07 17:53:21','Deal','no',NULL,NULL,NULL),(366,'2025-05-07 17:56:05','229','14','Not Interested','1','2025-05-07 12:00:00','Contented with the system they have. Not looking to purchase a any new ones ','','0.00','First Call',1,'141746629765','2025-05-07 17:56:05','Deal','no',NULL,NULL,NULL),(367,'2025-05-07 17:57:35','230','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746629855','2025-05-07 17:57:35','Deal','no',NULL,NULL,NULL),(368,'2025-05-07 18:00:12','231','14','Don\'t Call me again','1','2025-05-07 12:00:00','Wrong number, don\'t have any business but will refer if someone wants any of our products ','','0.00','First Call',1,'141746630012','2025-05-07 18:00:12','Deal','no',NULL,NULL,NULL),(369,'2025-05-07 18:03:19','232','14','Not Ordered','1','2025-05-07 12:00:00','Busy in field but call tomorrow ','','0.00','First Call',1,'141746630199','2025-05-07 18:03:19','Deal','no',NULL,NULL,NULL),(370,'2025-05-07 18:13:00','233','14','Not Interested','1','2025-05-07 12:00:00','Listened and ended the call ','','0.00','First Call',1,'141746630780','2025-05-07 18:13:00','Deal','no',NULL,NULL,NULL),(371,'2025-05-07 18:14:42','234','14','Not Ordered','1','2025-05-07 12:00:00','Share on Whatsapp ','','0.00','First Call',1,'141746630882','2025-05-07 18:14:42','Deal','no',NULL,NULL,NULL),(372,'2025-05-07 18:17:32','235','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746631052','2025-05-07 18:17:32','Deal','no',NULL,NULL,NULL),(373,'2025-05-07 18:18:29','236','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746631109','2025-05-07 18:18:29','Deal','no',NULL,NULL,NULL),(374,'2025-05-07 18:19:31','237','14','Not Ordered','1','2025-05-07 12:00:00','','','0.00','First Call',1,'141746631171','2025-05-07 18:19:31','Deal','no',NULL,NULL,NULL),(375,'2025-05-07 18:21:22','238','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746631282','2025-05-07 18:21:22','Deal','no',NULL,NULL,NULL),(376,'2025-05-07 18:22:50','239','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746631370','2025-05-07 18:22:50','Deal','no',NULL,NULL,NULL),(377,'2025-05-07 18:27:16','240','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746631636','2025-05-07 18:27:16','Deal','no',NULL,NULL,NULL),(378,'2025-05-07 18:37:08','241','14','Interested','1','2025-05-07 12:00:00','Share details on WhatsApp (Bulk sms, Biometric &CCTV)','','0.00','First Call',1,'141746632228','2025-05-07 18:37:08','Deal','no',NULL,NULL,NULL),(379,'2025-05-07 18:39:31','242','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746632371','2025-05-07 18:39:31','Deal','no',NULL,NULL,NULL),(380,'2025-05-07 18:41:15','243','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746632475','2025-05-07 18:41:15','Deal','no',NULL,NULL,NULL),(381,'2025-05-07 18:42:24','244','14','Not Ordered','1','2025-05-07 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746632544','2025-05-07 18:42:24','Deal','no',NULL,NULL,NULL),(382,'2025-05-07 18:43:56','245','14','Call Later','1','2025-05-13 12:00:00','Coming to office next week ','Follow up with a call ','0.00','First Call',1,'141746632636','2025-05-07 18:43:56','Deal','no',NULL,NULL,NULL),(383,'2025-05-08 09:02:26','246','14','Call Later','1','2025-05-12 10:15:00','Will pass by our office next week ','Call him on Tuesday morning to remind him ','0.00','First Call',1,'141746684146','2025-05-08 09:02:26','Deal','no',NULL,NULL,NULL),(384,'2025-05-08 09:03:32','247','14','Not Ordered','1','2025-05-08 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746684212','2025-05-08 09:03:32','Deal','no',NULL,NULL,NULL),(385,'2025-05-08 09:05:39','248','14','Not Interested','1','2025-05-08 12:00:00','Not interested in any of our services ','','0.00','First Call',1,'141746684339','2025-05-08 09:05:39','Deal','no',NULL,NULL,NULL),(386,'2025-05-08 09:06:56','249','14','Not Ordered','1','2025-05-08 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746684416','2025-05-08 09:06:56','Deal','no',NULL,NULL,NULL),(387,'2025-05-08 09:08:02','250','14','Not Ordered','1','2025-05-08 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746684482','2025-05-08 09:08:02','Deal','no',NULL,NULL,NULL),(388,'2025-05-08 09:08:52','251','14','Not Ordered','1','2025-05-08 12:00:00','Share details on WhatsApp ','','0.00','First Call',1,'141746684532','2025-05-08 09:08:52','Deal','no',NULL,NULL,NULL),(389,'2025-05-08 09:21:03','252','14','Not Ordered','1','2025-05-08 12:00:00','IN A MEETING, SHARE ON WHATSAPP','','0.00','First Call',1,'141746685263','2025-05-08 09:21:03','Deal','no',NULL,NULL,NULL),(390,'2025-05-08 09:26:23','253','14','Not Ordered','1','2025-05-08 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141746685583','2025-05-08 09:26:23','Deal','no',NULL,NULL,NULL),(391,'2025-05-08 09:38:50','254','14','Call Later','1','2025-05-08 12:00:00','WILL PASS BY TODAY AFTERNOON','','0.00','First Call',1,'141746686330','2025-05-08 09:38:50','Deal','no',NULL,NULL,NULL),(392,'2025-05-08 09:42:50','255','14','Not Ordered','1','2025-05-08 12:00:00','SHARE THEM ON WHATSAPP','','0.00','First Call',1,'141746686570','2025-05-08 09:42:50','Deal','no',NULL,NULL,NULL),(393,'2025-05-08 09:50:27','256','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746687027','2025-05-08 09:50:27','Deal','no',NULL,NULL,NULL),(394,'2025-05-08 09:54:24','257','14','Not Ordered','1','2025-05-08 12:00:00','IN A BUSY PLACE CAN\'T CONCETRATE, SHARE ON WHATSAPP','','0.00','First Call',1,'141746687264','2025-05-08 09:54:24','Deal','no',NULL,NULL,NULL),(395,'2025-05-08 09:58:32','258','14','Not Ordered','1','2025-05-08 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141746687512','2025-05-08 09:58:32','Deal','no',NULL,NULL,NULL),(396,'2025-05-08 10:04:17','259','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746687857','2025-05-08 10:04:17','Deal','no',NULL,NULL,NULL),(397,'2025-05-08 10:09:40','260','14','Not Interested','1','2025-05-08 12:00:00','HAVE A TEAM RESPONSIBLE FOR THAT ALREADY','','0.00','First Call',1,'141746688180','2025-05-08 10:09:40','Deal','no',NULL,NULL,NULL),(398,'2025-05-08 10:25:21','261','14','Not Ordered','1','2025-05-08 12:00:00','IN MEETING SHARE ON WHATSAPP','','0.00','First Call',1,'141746689121','2025-05-08 10:25:21','Deal','no',NULL,NULL,NULL),(399,'2025-05-08 10:29:28','262','14','Not Ordered','1','2025-05-08 12:00:00','BUSY, SHARE EVERYTHING ON WHATSAPP','','0.00','First Call',1,'141746689368','2025-05-08 10:29:28','Deal','no',NULL,NULL,NULL),(400,'2025-05-08 10:34:41','263','14','Call Later','1','2025-05-08 02:00:00','BUSY, SHARE ON WHATSAPP THEN CALL AT 2PM TODAY','','0.00','First Call',1,'141746689681','2025-05-08 10:34:41','Deal','no',NULL,NULL,NULL),(401,'2025-05-08 10:41:43','264','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746690103','2025-05-08 10:41:43','Deal','no',NULL,NULL,NULL),(402,'2025-05-08 10:45:50','265','14','Not Ordered','1','2025-05-08 12:00:00','IN THE MIDDLE OF SOMETHING, SHARE ON WHATSAPP','','0.00','First Call',1,'141746690350','2025-05-08 10:45:50','Deal','no',NULL,NULL,NULL),(403,'2025-05-08 10:50:43','266','14','Not Ordered','1','2025-05-08 12:00:00','BUSY SHARE ON WHATSAPP','','0.00','First Call',1,'141746690643','2025-05-08 10:50:43','Deal','no',NULL,NULL,NULL),(404,'2025-05-08 10:54:03','267','14','Not Ordered','1','2025-05-08 12:00:00','ENGAGED RIGHT NOW, SHARE ON WHATSAPP','','0.00','First Call',1,'141746690843','2025-05-08 10:54:03','Deal','no',NULL,NULL,NULL),(405,'2025-05-08 10:57:33','268','14','Not Ordered','1','2025-05-08 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141746691053','2025-05-08 10:57:33','Deal','no',NULL,NULL,NULL),(406,'2025-05-08 11:13:06','269','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP ','','0.00','First Call',1,'141746691986','2025-05-08 11:13:06','Deal','no',NULL,NULL,NULL),(407,'2025-05-08 11:17:42','270','14','Not Ordered','1','2025-05-08 12:00:00','CHECKING WITH HER BOSS THEN GET BACK TO ME','','0.00','First Call',1,'141746692262','2025-05-08 11:17:42','Deal','no',NULL,NULL,NULL),(408,'2025-05-08 11:21:16','271','14','Not Interested','1','2025-05-08 12:00:00','NOT INSTRESTED','','0.00','First Call',1,'141746692476','2025-05-08 11:21:16','Deal','no',NULL,NULL,NULL),(409,'2025-05-08 11:25:55','272','14','Not Ordered','1','2025-05-08 12:00:00','WRONG NUMBER, DON\'T HAVE ANY BUSINESS BUT WILL CONTACT IN CASE OF NEED','','0.00','First Call',1,'141746692755','2025-05-08 11:25:55','Deal','no',NULL,NULL,NULL),(410,'2025-05-08 11:35:51','273','14','Not Ordered','1','2025-05-08 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141746693351','2025-05-08 11:35:51','Deal','no',NULL,NULL,NULL),(411,'2025-05-08 11:42:53','274','14','Not Interested','1','2025-05-08 12:00:00','WRONG NUMBER, NOT INTRESED ','','0.00','First Call',1,'141746693773','2025-05-08 11:42:53','Deal','no',NULL,NULL,NULL),(412,'2025-05-08 11:44:00','275','14','Not Ordered','1','2025-05-08 12:00:00','','','0.00','First Call',1,'141746693840','2025-05-08 11:44:00','Deal','no',NULL,NULL,NULL),(413,'2025-05-08 11:48:05','276','14','Not Ordered','1','2025-05-08 12:00:00','ABIT BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141746694085','2025-05-08 11:48:05','Deal','no',NULL,NULL,NULL),(414,'2025-05-08 11:57:01','277','14','Not Ordered','1','2025-05-08 12:00:00','BUSY SHARE ON WHATSAPP','','0.00','First Call',1,'141746694621','2025-05-08 11:57:01','Deal','no',NULL,NULL,NULL),(415,'2025-05-08 12:12:16','278','14','Not Ordered','1','2025-05-08 12:00:00','HAVE A SYSTEM IN PLACE ALREADY','','0.00','First Call',1,'141746695536','2025-05-08 12:12:16','Deal','no',NULL,NULL,NULL),(416,'2025-05-08 12:38:01','279','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746697081','2025-05-08 12:38:01','Deal','no',NULL,NULL,NULL),(417,'2025-05-08 12:46:06','280','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746697566','2025-05-08 12:46:06','Deal','no',NULL,NULL,NULL),(418,'2025-05-08 12:52:13','281','14','Not Ordered','1','2025-05-08 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141746697933','2025-05-08 12:52:13','Deal','no',NULL,NULL,NULL),(419,'2025-05-08 12:56:15','282','14','Not Ordered','1','2025-05-08 12:00:00','WITH A CLIENT, SHARE ON WHATSAPP','','0.00','First Call',1,'141746698175','2025-05-08 12:56:15','Deal','no',NULL,NULL,NULL),(420,'2025-05-08 13:31:00','283','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WANTSAPP','','0.00','First Call',1,'141746700260','2025-05-08 13:31:00','Deal','no',NULL,NULL,NULL),(421,'2025-05-08 13:38:58','284','14','Not Ordered','1','2025-05-08 12:00:00','SHARE SOLUTIONS ON WHATSAPP','','0.00','First Call',1,'141746700738','2025-05-08 13:38:58','Deal','no',NULL,NULL,NULL),(422,'2025-05-08 13:44:07','285','14','Not Ordered','1','2025-05-08 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746701047','2025-05-08 13:44:07','Deal','no',NULL,NULL,NULL),(423,'2025-05-08 14:43:31','286','14','Not Interested','1','2025-05-08 12:00:00','DON\'T NEED ANY','','0.00','First Call',1,'141746704611','2025-05-08 14:43:31','Deal','no',NULL,NULL,NULL),(424,'2025-05-08 14:49:28','287','14','Not Ordered','1','2025-05-08 12:00:00','BUSY AT THE MOMENT, SHARE ON WHATSAPP','','0.00','First Call',1,'141746704968','2025-05-08 14:49:28','Deal','no',NULL,NULL,NULL),(425,'2025-05-08 14:59:19','288','14','Not Ordered','1','2025-05-08 12:00:00','IN A MEETING, SHARE ON WHATSAPP','','0.00','First Call',1,'141746705559','2025-05-08 14:59:19','Deal','no',NULL,NULL,NULL),(426,'2025-05-08 15:07:33','289','14','Not Ordered','1','2025-05-08 12:00:00','ALREADY HAVE BUT STILL SHARE ON WHATSAPP','','0.00','First Call',1,'141746706053','2025-05-08 15:07:33','Deal','no',NULL,NULL,NULL),(427,'2025-05-08 15:57:54','290','14','Not Ordered','1','2025-05-08 12:00:00','WRONG NUMBER AND LANGUAGE CHALLENGE','','0.00','First Call',1,'141746709074','2025-05-08 15:57:54','Deal','no',NULL,NULL,NULL),(428,'2025-05-08 16:21:12','291','14','Not Interested','1','2025-05-08 12:00:00','IN A MEETING RIGHT NOW','','0.00','First Call',1,'141746710472','2025-05-08 16:21:12','Deal','no',NULL,NULL,NULL),(429,'2025-05-08 16:25:45','292','14','Not Ordered','1','2025-05-08 12:00:00','AT A BURIAL, SHARE ON WHATSAPP','','0.00','First Call',1,'141746710745','2025-05-08 16:25:45','Deal','no',NULL,NULL,NULL),(430,'2025-05-08 16:31:05','293','14','Not Ordered','1','2025-05-08 12:00:00','AT A FOOTBALL MATCH, SHARE ON WHATSAPP','','0.00','First Call',1,'141746711065','2025-05-08 16:31:05','Deal','no',NULL,NULL,NULL),(431,'2025-05-08 16:43:49','294','14','Not Ordered','1','2025-05-08 12:00:00','DON\'T HAVE TIME NOW BUT CAN SHARE ON WHATSAPP','','0.00','First Call',1,'141746711829','2025-05-08 16:43:49','Deal','no',NULL,NULL,NULL),(432,'2025-05-08 16:48:57','295','14','Not Ordered','1','2025-05-08 12:00:00','IN A MEETING, SHARE ON WHATSAPP','','0.00','First Call',1,'141746712137','2025-05-08 16:48:57','Deal','no',NULL,NULL,NULL),(433,'2025-05-08 16:54:44','296','14','Not Interested','1','2025-05-08 12:00:00','NOT IN NEED NOW BUT WILL CONTACT INCASE OF NEED','','0.00','First Call',1,'141746712484','2025-05-08 16:54:44','Deal','no',NULL,NULL,NULL),(434,'2025-05-08 17:29:34','297','14','Interested','1','2025-05-08 12:00:00','SHARE BIOMETRIC QUOTATION FOR 30 PEOPLE','','0.00','First Call',1,'141746714574','2025-05-08 17:29:34','Deal','no',NULL,NULL,NULL),(435,'2025-05-08 17:31:35','298','14','Not Ordered','1','2025-05-08 12:00:00','WILL FIRST SHARE WITH BOARD OF DIRECTORS THEN GET BACK TO ME','','0.00','First Call',1,'141746714695','2025-05-08 17:31:35','Deal','no',NULL,NULL,NULL),(436,'2025-05-08 17:34:43','299','14','Not Ordered','1','2025-05-08 12:00:00','IN A NOISY PLACE, CAN\'T HERE. SHARE ON WHATSAPP','','0.00','First Call',1,'141746714883','2025-05-08 17:34:43','Deal','no',NULL,NULL,NULL),(437,'2025-05-08 17:35:33','2','15','Interested','1','2025-05-28 11:45:00','Said i give some time','','delaying to complete the the deal','Followup 4',1,'151743083596','2025-05-08 17:35:33','Deal','no',NULL,NULL,NULL),(438,'2025-05-08 17:36:25','300','14','Not Ordered','1','2025-05-08 12:00:00','CAN\'T CONCETRATE, SHARE ON WHATAPP','','0.00','First Call',1,'141746714985','2025-05-08 17:36:25','Deal','no',NULL,NULL,NULL),(439,'2025-05-08 17:37:39','8','15','Interested','1','2025-05-28 14:15:00','still looking for the 50% to start','','delaying to complete the deal','Followup 4',1,'Physical Marketing','2025-05-08 17:37:39','Deal','no',NULL,NULL,NULL),(440,'2025-05-08 17:39:45','11','15','Interested','1','2025-05-28 12:00:00','Had family problems but still intrested','','delaying to complete the the deal','Followup 4',1,'151743776212','2025-05-08 17:39:45','Deal','no',NULL,NULL,NULL),(441,'2025-05-08 17:41:36','71','15','Not Interested','1','2025-05-08 12:30:00','soon reaching on for the 50% of the solution','','ever promising','Followup 4',1,'151745849860','2025-05-08 17:41:36','Deal','no',NULL,NULL,NULL),(442,'2025-05-08 17:51:37','263','14','Not Ordered','1','2025-05-08 12:00:00','RECIEVED DETAILS ON WHATSAPP.','','NEVER REPONDED TO THE CALL','Followup 1',1,'141746689681','2025-05-08 17:51:37','Deal','no',NULL,NULL,NULL),(443,'2025-05-08 17:52:49','254','14','Not Ordered','1','2025-05-08 12:00:00','STILL CAUGHT UP WITH WORK','','','Followup 1',1,'141746686330','2025-05-08 17:52:49','Deal','no',NULL,NULL,NULL),(444,'2025-05-09 08:56:11','297','14','Not Ordered','1','2025-05-09 12:00:00','Received the quotation and the necessary information','','','Followup 1',1,'141746714574','2025-05-09 08:56:11','Deal','no',NULL,NULL,NULL),(445,'2025-05-09 08:57:55','241','14','Not Ordered','1','2025-05-09 12:00:00','Received information on whatsapp','','','Followup 1',1,'141746632228','2025-05-09 08:57:55','Deal','no',NULL,NULL,NULL),(446,'2025-05-09 08:59:53','246','14','Not Ordered','1','2025-05-09 12:00:00','','Did not respond to the calls','','Followup 1',1,'141746684146','2025-05-09 08:59:53','Deal','no',NULL,NULL,NULL),(447,'2025-05-09 10:09:35','301','14','Not Ordered','1','2025-05-09 12:00:00','SHARE THE WEBSITE AND INFORMATION ON WHATSAPP','','0.00','First Call',1,'141746774575','2025-05-09 10:09:35','Deal','no',NULL,NULL,NULL),(448,'2025-05-09 10:23:52','302','14','Not Interested','1','2025-05-09 12:00:00','DON\'T ANY SOLUTIONS','','0.00','First Call',1,'141746775432','2025-05-09 10:23:52','Deal','no',NULL,NULL,NULL),(449,'2025-05-09 10:49:55','303','14','Not Ordered','1','2025-05-09 12:00:00','BUSY, WILL GET BACK TO ME','','0.00','First Call',1,'141746776995','2025-05-09 10:49:55','Deal','no',NULL,NULL,NULL),(450,'2025-05-09 10:51:47','304','14','Not Interested','1','2025-05-09 12:00:00','HAS A COMPANY IN CHARGE OF ALL THEIR ICT ISSUES','','0.00','First Call',1,'141746777107','2025-05-09 10:51:47','Deal','no',NULL,NULL,NULL),(451,'2025-05-09 11:01:43','305','14','Not Ordered','1','2025-05-09 12:00:00','ENGAGED, ITS BETTER TO GO TO SCHOOL','','0.00','First Call',1,'141746777703','2025-05-09 11:01:43','Deal','no',NULL,NULL,NULL),(452,'2025-05-09 11:05:15','306','14','Not Ordered','1','2025-05-09 12:00:00','DRIVING, SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141746777915','2025-05-09 11:05:15','Deal','no',NULL,NULL,NULL),(453,'2025-05-09 11:10:10','307','14','Not Ordered','1','2025-05-09 12:00:00','BUSINESS IS NOT THERE NOW, WILL CONTACT WHEN ITS REVAMPED','','0.00','First Call',1,'141746778210','2025-05-09 11:10:10','Deal','no',NULL,NULL,NULL),(454,'2025-05-09 11:35:31','308','14','Interested','1','2025-05-09 12:00:00','NETWORK NOT CLEAR, TEXT ON WHATSAPP','','0.00','First Call',1,'141746779731','2025-05-09 11:35:31','Deal','no',NULL,NULL,NULL),(455,'2025-05-09 11:53:58','309','14','Not Ordered','1','2025-05-09 12:00:00','NOT INTRESTED','','0.00','First Call',1,'141746780838','2025-05-09 11:53:58','Deal','no',NULL,NULL,NULL),(456,'2025-05-09 11:55:31','310','14','Not Interested','1','2025-05-09 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141746780931','2025-05-09 11:55:31','Deal','no',NULL,NULL,NULL),(457,'2025-07-11 12:21:06','311','14','Call Later','1','2025-05-09 12:00:00','WILL CONSULT WITH THE TEAM ABOUT CCTV CAMERAS','','0.00','First Call',1,'141746782466','2025-05-09 12:21:06','Deal','no',NULL,NULL,NULL),(458,'2025-05-09 12:27:28','312','14','Not Interested','1','2025-05-09 12:00:00','WRONG NUMBER, LANGUAGE CHALLENGE','','0.00','First Call',1,'141746782848','2025-05-09 12:27:28','Deal','no',NULL,NULL,NULL),(459,'2025-05-09 12:40:29','313','14','Not Ordered','1','2025-05-09 12:00:00','IN A MEETING, SHARE ON WHATSAPP','','0.00','First Call',1,'141746783629','2025-05-09 12:40:29','Deal','no',NULL,NULL,NULL),(460,'2025-05-09 12:59:15','314','14','Not Ordered','1','2025-05-09 12:00:00','SHARED THE CONTACT OF THE RIGHT PERSON TO TALK TO','CONTACT IS SWITCHED OFF','0.00','First Call',1,'141746784755','2025-05-09 12:59:15','Deal','no',NULL,NULL,NULL),(461,'2025-05-09 13:06:21','315','14','Not Ordered','1','2025-05-09 12:00:00','WILL CALL WHEN THEY CAN A FORD TO PURCHASE IT','','0.00','First Call',1,'141746785181','2025-05-09 13:06:21','Deal','no',NULL,NULL,NULL),(462,'2025-05-09 13:11:54','316','14','Not Ordered','1','2025-05-09 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141746785514','2025-05-09 13:11:54','Deal','no',NULL,NULL,NULL),(463,'2025-05-09 13:18:39','317','14','Not Ordered','1','2025-05-09 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746785919','2025-05-09 13:18:39','Deal','no',NULL,NULL,NULL),(464,'2025-05-09 14:21:59','318','14','Not Ordered','1','2025-05-09 12:00:00','SAVED THE CONTACT FOR INCASE OF NEED','','0.00','First Call',1,'141746789719','2025-05-09 14:21:59','Deal','no',NULL,NULL,NULL),(465,'2025-05-09 14:23:16','319','14','Not Ordered','1','2025-05-09 12:00:00','SHARE SOLUTIONS BASED FOR A SCHOOL ONLY','','0.00','First Call',1,'141746789796','2025-05-09 14:23:16','Deal','no',NULL,NULL,NULL),(466,'2025-05-09 14:24:53','320','14','Not Ordered','1','2025-05-09 12:00:00','SHARE ON WHATSAPP, STILL BUSY','','0.00','First Call',1,'141746789893','2025-05-09 14:24:53','Deal','no',NULL,NULL,NULL),(467,'2025-05-09 14:30:13','321','14','Not Ordered','1','2025-05-09 12:00:00','SHARE BROCHURE ON WHATSAPP','','0.00','First Call',1,'141746790213','2025-05-09 14:30:13','Deal','no',NULL,NULL,NULL),(468,'2025-05-09 14:36:17','322','14','Not Interested','1','2025-05-09 12:00:00','NOT INTRESTED IN ANY OF OUR PRODUCTS','','0.00','First Call',1,'141746790577','2025-05-09 14:36:17','Deal','no',NULL,NULL,NULL),(469,'2025-05-09 14:41:43','323','14','Not Interested','1','2025-05-09 12:00:00','NOT ITERESTED, MAYBE IN FUTURE WILL CONTACT US','','0.00','First Call',1,'141746790903','2025-05-09 14:41:43','Deal','no',NULL,NULL,NULL),(470,'2025-05-09 14:53:49','324','14','Interested','1','2025-05-26 12:00:00','WILL COME AND HAVE A LOOK OF OUR SYSTEMS AND SEE IF THEY CAN WORK FOR HIS BUSINESS','CALL IN 2 WEEKS TIME','0.00','First Call',1,'141746791629','2025-05-09 14:53:49','Deal','no',NULL,NULL,NULL),(471,'2025-05-09 15:01:41','325','14','Not Ordered','1','2025-05-09 12:00:00','GOING TO SHARE THE CONTACT WITH THE HEADTEACHER TO CONTACT US','','0.00','First Call',1,'141746792101','2025-05-09 15:01:41','Deal','no',NULL,NULL,NULL),(472,'2025-05-09 15:04:33','326','14','Not Ordered','1','2025-05-09 12:00:00','GOING FOR A MEETING, SHARE ON WHATSAPP','','0.00','First Call',1,'141746792273','2025-05-09 15:04:33','Deal','no',NULL,NULL,NULL),(473,'2025-05-09 15:11:18','327','14','Not Ordered','1','2025-05-09 12:00:00','WILL PASS ON THE MESSAGE TO THE BOSS AND CONTACT INCASE OF NEED','','0.00','First Call',1,'141746792678','2025-05-09 15:11:18','Deal','no',NULL,NULL,NULL),(474,'2025-05-09 15:15:28','328','14','Not Ordered','1','2025-05-09 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141746792928','2025-05-09 15:15:28','Deal','no',NULL,NULL,NULL),(475,'2025-05-09 15:57:26','329','14','Not Ordered','1','2025-05-09 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746795446','2025-05-09 15:57:26','Deal','no',NULL,NULL,NULL),(476,'2025-05-09 16:19:34','330','15','Interested','1','2025-05-30 12:00:00','he is waiting for the boss to come back from japan','','0.00','First Call',1,'151746796774','2025-05-09 16:19:34','Deal','no',NULL,NULL,NULL),(477,'2025-05-10 09:29:19','331','14','Not Ordered','1','2025-05-10 12:00:00','WILL CONTACT INCASE THEY ARE IN NEED','','0.00','First Call',1,'141746858559','2025-05-10 09:29:19','Deal','no',NULL,NULL,NULL),(478,'2025-05-10 09:32:43','332','14','Not Ordered','1','2025-05-10 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141746858763','2025-05-10 09:32:43','Deal','no',NULL,NULL,NULL),(479,'2025-05-10 09:38:51','333','14','Call Later','1','2025-05-09 12:00:00','WILL SEAT WITH THE MANAGENT WHEN THE TERM BEGINS','','0.00','First Call',1,'141746859131','2025-05-10 09:38:51','Deal','no',NULL,NULL,NULL),(480,'2025-05-10 10:16:04','334','14','Not Interested','1','2025-05-10 12:00:00','NOT INTRESTED','','0.00','First Call',1,'141746861364','2025-05-10 10:16:04','Deal','no',NULL,NULL,NULL),(481,'2025-05-10 10:19:28','335','14','Not Ordered','1','2025-05-10 12:00:00','DRIVING NOW, BUT SHARE ON WHATSAPP','','0.00','First Call',1,'141746861568','2025-05-10 10:19:28','Deal','no',NULL,NULL,NULL),(482,'2025-05-10 10:21:28','336','14','Not Ordered','1','2025-05-10 12:00:00','WANTS TO TAKE ANOTHER LOOK AT THEM, SHARE ON WHATSAPP','','0.00','First Call',1,'141746861688','2025-05-10 10:21:28','Deal','no',NULL,NULL,NULL),(483,'2025-05-10 10:23:22','337','14','Not Ordered','1','2025-05-10 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141746861802','2025-05-10 10:23:22','Deal','no',NULL,NULL,NULL),(484,'2025-05-10 10:25:25','338','14','Not Ordered','1','2025-05-10 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141746861925','2025-05-10 10:25:25','Deal','no',NULL,NULL,NULL),(485,'2025-05-10 10:28:55','339','14','Not Ordered','1','2025-05-10 12:00:00','WILL CALL BACK IN CASE OF NEED','','0.00','First Call',1,'141746862135','2025-05-10 10:28:55','Deal','no',NULL,NULL,NULL),(486,'2025-05-10 10:30:45','340','14','Interested','1','2025-05-10 12:00:00','SHARE A QUOTATION OF 27 USERS ON WHATSAPP','','0.00','First Call',1,'141746862245','2025-05-10 10:30:45','Deal','no',NULL,NULL,NULL),(487,'2025-05-10 10:32:30','340','14','Not Ordered','1','2025-05-10 12:00:00','A QUOTATION ALREADY RECIEVED ON WHATSAPP','FOLLOWING UP ON WHATSAPP FOR FEEDBACK','','Followup 1',1,'141746862245','2025-05-10 10:32:30','Deal','no',NULL,NULL,NULL),(488,'2025-05-10 12:55:02','333','14','Not Ordered','1','2025-05-10 12:00:00','','Not responding to the calls','','Followup 2',1,'cold call','2025-05-10 12:55:02','Deal','no',NULL,NULL,NULL),(489,'2025-05-12 10:06:52','341','14','Not Interested','1','2025-05-12 12:00:00','HAVE AN ICT COMPANY SUPPORTING THEM. MAYBE IN FUTURE WHEN THEY NEED ANOTHER THEY WILL CONTACT ROBISEARCH','','0.00','First Call',1,'141747033612','2025-05-12 10:06:52','Deal','no',NULL,NULL,NULL),(490,'2025-05-12 10:58:24','342','14','Interested','1','2025-05-12 12:00:00','SHARE A QUOTATION FOR WEBSITE DEVELOPMENT','','0.00','First Call',1,'141747036704','2025-05-12 10:58:24','Deal','no',NULL,NULL,NULL),(491,'2025-05-12 11:06:41','343','14','Not Interested','1','2025-05-12 12:00:00','CURRENTLY NOT IN NEED BUT SHARE ON WHATSAPP FOR FUTURE REFRESS','','0.00','First Call',1,'141747037201','2025-05-12 11:06:41','Deal','no',NULL,NULL,NULL),(492,'2025-05-12 11:14:51','344','14','Not Ordered','1','2025-05-12 12:00:00','BUSY SHARE ON WHATSAPP','','0.00','First Call',1,'141747037691','2025-05-12 11:14:51','Deal','no',NULL,NULL,NULL),(493,'2025-05-12 11:27:16','345','14','Call Later','1','2025-05-12 10:30:00','HE IS GOING TO TALK TO THE MANAGEMENT TEAM THEN GET BACK TO ME','CALL HIM TOMOROW MORNING','0.00','First Call',1,'141747038436','2025-05-12 11:27:16','Deal','no',NULL,NULL,NULL),(494,'2025-05-12 11:39:09','346','14','Not Interested','1','2025-05-12 12:00:00','BUSY AND ENDED THE CALL ','','0.00','First Call',1,'141747039149','2025-05-12 11:39:09','Deal','no',NULL,NULL,NULL),(495,'2025-05-12 11:44:55','347','14','Not Ordered','1','2025-05-12 12:00:00','HIS NETWORK IS NOT CLEAR, SHARE ON WHATSAPP','','0.00','First Call',1,'141747039495','2025-05-12 11:44:55','Deal','no',NULL,NULL,NULL),(496,'2025-05-12 11:52:06','348','14','Call Later','1','2025-05-12 12:00:00','A BIT BUSY SHARE THEM ON WHATSAPP','','0.00','First Call',1,'141747039926','2025-05-12 11:52:06','Deal','no',NULL,NULL,NULL),(497,'2025-05-12 12:03:35','349','14','Not Interested','1','2025-05-12 12:00:00','Not interested','','0.00','First Call',1,'141747040615','2025-05-12 12:03:35','Deal','no',NULL,NULL,NULL),(498,'2025-05-12 12:08:47','350','14','Not Ordered','1','2025-05-12 12:00:00','WANT TO LOOK AT THE BROCHURE THEN REVERT','','0.00','First Call',1,'141747040927','2025-05-12 12:08:47','Deal','no',NULL,NULL,NULL),(499,'2025-05-12 12:58:22','351','14','Interested','1','2025-05-12 12:00:00','SHARE QUOTATION FOR DESKTOP FULLSET','','0.00','First Call',1,'141747043902','2025-05-12 12:58:22','Deal','no',NULL,NULL,NULL),(500,'2025-05-12 16:55:43','351','14','Not Ordered','1','2025-05-12 12:00:00','RECIEVED QUOTATION ON WHATSAPP','','','Followup 1',1,'141747043902','2025-05-12 16:55:43','Deal','no',NULL,NULL,NULL),(501,'2025-05-12 17:01:30','352','14','Not Ordered','1','2025-05-12 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747058490','2025-05-12 17:01:30','Deal','no',NULL,NULL,NULL),(502,'2025-05-12 17:04:10','353','14','Not Ordered','1','2025-05-12 12:00:00','SENDING THE CONTACT ON WHICH TO SHARE INFORMATION ON.','','0.00','First Call',1,'141747058650','2025-05-12 17:04:10','Deal','no',NULL,NULL,NULL),(503,'2025-05-12 17:05:13','354','14','Not Ordered','1','2025-05-12 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747058713','2025-05-12 17:05:13','Deal','no',NULL,NULL,NULL),(504,'2025-05-12 17:08:04','355','14','Not Interested','1','2025-05-12 12:00:00','NOT INTRESTED','','0.00','First Call',1,'141747058884','2025-05-12 17:08:04','Deal','no',NULL,NULL,NULL),(505,'2025-05-12 17:10:44','356','14','Don\'t Call me again','1','2025-05-12 12:00:00','WRONG NUMBER, LANGUANGE BARRIER','','0.00','First Call',1,'141747059044','2025-05-12 17:10:44','Deal','no',NULL,NULL,NULL),(506,'2025-05-12 17:12:55','357','14','Not Interested','1','2025-05-12 12:00:00','NOT INTRESTED','','0.00','First Call',1,'141747059175','2025-05-12 17:12:55','Deal','no',NULL,NULL,NULL),(507,'2025-05-12 17:15:09','358','14','Not Ordered','1','2025-05-12 12:00:00','ENGANGED SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747059309','2025-05-12 17:15:09','Deal','no',NULL,NULL,NULL),(508,'2025-05-12 17:19:09','359','14','Not Ordered','1','2025-05-12 12:00:00','IN A TRAINING, SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747059549','2025-05-12 17:19:09','Deal','no',NULL,NULL,NULL),(509,'2025-05-12 17:21:37','360','14','Not Ordered','1','2025-05-12 12:00:00','SHARE COMPANY PROFILE ON WHATSAPP ','','0.00','First Call',1,'141747059697','2025-05-12 17:21:37','Deal','no',NULL,NULL,NULL),(510,'2025-05-12 17:23:30','361','14','Not Ordered','1','2025-05-12 12:00:00','SHARE DETAILS ON WHASAPP','','0.00','First Call',1,'141747059810','2025-05-12 17:23:30','Deal','no',NULL,NULL,NULL),(511,'2025-05-12 17:26:40','362','14','Not Interested','1','2025-05-12 12:00:00','NOT IN NEED','','0.00','First Call',1,'141747060000','2025-05-12 17:26:40','Deal','no',NULL,NULL,NULL),(512,'2025-05-12 17:29:18','363','14','Not Ordered','1','2025-05-12 12:00:00','SHARE ON WHATSAPP FOR FURTHER REVIEW','','0.00','First Call',1,'141747060158','2025-05-12 17:29:18','Deal','no',NULL,NULL,NULL),(513,'2025-05-12 17:31:38','364','14','Not Ordered','1','2025-05-12 12:00:00','WILL SHARE THE COMPANY COMPANY CONTACT WITH SOMEONE IN CHARGE','','0.00','First Call',1,'141747060298','2025-05-12 17:31:38','Deal','no',NULL,NULL,NULL),(514,'2025-05-12 17:33:25','365','14','Not Ordered','1','2025-05-12 12:00:00','CAN\'T CONCETRATE , SHARE ON WHATSAPP','','0.00','First Call',1,'141747060405','2025-05-12 17:33:25','Deal','no',NULL,NULL,NULL),(515,'2025-05-12 17:35:19','366','14','Not Ordered','1','2025-05-12 12:00:00','IN A NOISY PLACE, SHARE ON WHATSAPP','','0.00','First Call',1,'141747060519','2025-05-12 17:35:19','Deal','no',NULL,NULL,NULL),(516,'2025-05-12 17:37:05','367','14','Not Interested','1','2025-05-12 12:00:00','NOT INTRESTED','','0.00','First Call',1,'141747060625','2025-05-12 17:37:05','Deal','no',NULL,NULL,NULL),(517,'2025-05-12 17:40:18','368','14','Not Ordered','1','2025-05-12 12:00:00','GOING TO TALK THE BOSS ABOUT THE BIOMETRIC TIME ATTENDANCE','','0.00','First Call',1,'141747060818','2025-05-12 17:40:18','Deal','no',NULL,NULL,NULL),(518,'2025-05-12 17:41:45','369','14','Not Interested','1','2025-05-12 12:00:00','COVERED AND NOT INTRESTED','','0.00','First Call',1,'141747060905','2025-05-12 17:41:45','Deal','no',NULL,NULL,NULL),(519,'2025-05-12 17:44:39','370','14','Not Ordered','1','2025-05-12 12:00:00','WILL SEE HOW THE TERM WILL BEGIN, WILL CONTACT WHEN READY TO PURCHASE ONE OF OUR SOLUTIONS','','0.00','First Call',1,'141747061079','2025-05-12 17:44:39','Deal','no',NULL,NULL,NULL),(520,'2025-05-12 17:45:45','371','14','Not Ordered','1','2025-05-12 12:00:00','DRIVING, SHARE ON WHATSAPP','','0.00','First Call',1,'141747061145','2025-05-12 17:45:45','Deal','no',NULL,NULL,NULL),(521,'2025-05-12 17:48:22','372','14','Not Ordered','1','2025-05-12 12:00:00','FIND TIME AND GO TO THE SCHOOL AND TALK TO THEM PHYSICALLY','','0.00','First Call',1,'141747061302','2025-05-12 17:48:22','Deal','no',NULL,NULL,NULL),(522,'2025-05-12 17:50:44','373','14','Not Ordered','1','2025-05-12 12:00:00','CAN\'T HEAR PROPERY, SHARE ON WHATSAPP','','0.00','First Call',1,'141747061444','2025-05-12 17:50:44','Deal','no',NULL,NULL,NULL),(523,'2025-05-12 17:53:33','374','14','Not Ordered','1','2025-05-12 12:00:00','SHARE ON WHATSAPP THEN WILL CONNECT US THE RIGHT PERSON','','0.00','First Call',1,'141747061613','2025-05-12 17:53:33','Deal','no',NULL,NULL,NULL),(524,'2025-05-12 17:55:25','375','14','Not Interested','1','2025-05-12 12:00:00','WILL CONTACT INCASE OF NEED','','0.00','First Call',1,'141747061725','2025-05-12 17:55:25','Deal','no',NULL,NULL,NULL),(525,'2025-05-12 17:57:33','376','14','Not Ordered','1','2025-05-12 12:00:00','DON\'T NEED ANY SOLUTIONS RIGHT NOW BUT SHARE DETAILS ON WHATSAPP THAT INCASE OF , HE WILL CONTACT US','','0.00','First Call',1,'141747061853','2025-05-12 17:57:33','Deal','no',NULL,NULL,NULL),(526,'2025-05-15 07:52:45','377','15','Interested','1','2025-06-05 11:45:00','he wants digital marketing','','0.00','First Call',1,'151747284765','2025-05-15 07:52:45','Deal','no',NULL,NULL,NULL),(527,'2025-05-15 10:53:10','378','14','Not Interested','1','2025-05-15 12:00:00','Not interested, already have an ICTct company supporting them','','0.00','First Call',1,'141747295590','2025-05-15 10:53:10','Deal','no',NULL,NULL,NULL),(528,'2025-05-15 10:56:38','379','14','Not Interested','1','2025-05-15 12:00:00','WRONG NUMBER, LANGUAGE BARRIER','','0.00','First Call',1,'141747295798','2025-05-15 10:56:38','Deal','no',NULL,NULL,NULL),(529,'2025-05-15 11:05:21','380','14','Not Ordered','1','2025-05-15 12:00:00','WILL SHARE WITH THE DIRECTORS, BUT SHARE COMPANY DETAILS ON WHATSAPP','','0.00','First Call',1,'141747296321','2025-05-15 11:05:21','Deal','no',NULL,NULL,NULL),(530,'2025-05-15 11:21:01','381','14','Not Ordered','1','2025-05-15 12:00:00','WILL SHARE WITH OTHER DIRECTORS BUT SHARE INFORMATION ON WHATSAPP FOR EASY REFRENCE','','0.00','First Call',1,'141747297261','2025-05-15 11:21:01','Deal','no',NULL,NULL,NULL),(531,'2025-05-15 11:22:26','382','14','Not Ordered','1','2025-05-15 12:00:00','SHARE INFORMATION ON WHATSAPP','','0.00','First Call',1,'141747297346','2025-05-15 11:22:26','Deal','no',NULL,NULL,NULL),(532,'2025-05-15 11:24:06','383','14','Not Ordered','1','2025-05-15 12:00:00','SHARE DETAILS ON WHATSAPP SO THAT ITS EASY TO SHARE WITH THE BOSS','','0.00','First Call',1,'141747297446','2025-05-15 11:24:06','Deal','no',NULL,NULL,NULL),(533,'2025-05-15 11:31:38','384','14','Not Ordered','1','2025-05-15 12:00:00','SAVING THE CONTACT FOR WHEN THE BOSS IS AROUND, THEY WILL CALL','','0.00','First Call',1,'141747297898','2025-05-15 11:31:38','Deal','no',NULL,NULL,NULL),(534,'2025-05-15 11:33:38','385','14','Not Ordered','1','2025-05-15 12:00:00','JUST WOKEN UP AND NOT FEELING WELL, SHARE ON WHATSAPP','','0.00','First Call',1,'141747298018','2025-05-15 11:33:38','Deal','no',NULL,NULL,NULL),(535,'2025-05-15 11:48:23','386','14','Call Later','1','2025-05-31 09:45:00','INTRESTED BUT CANNOT AFFORD IT NOW. WILL TALK WITH HIS PEOPLE GET THEIR RESPONSE','','0.00','First Call',1,'141747298903','2025-05-15 11:48:23','Deal','no',NULL,NULL,NULL),(536,'2025-05-15 11:52:26','387','14','Not Ordered','1','2025-05-15 12:00:00','DRIVING, SHARE ON WHATSAPP','','0.00','First Call',1,'141747299146','2025-05-15 11:52:26','Deal','no',NULL,NULL,NULL),(537,'2025-05-15 12:09:21','388','14','Not Ordered','1','2025-05-15 12:00:00','WILL CONTACT INCASE OF NEED','','0.00','First Call',1,'141747300161','2025-05-15 12:09:21','Deal','no',NULL,NULL,NULL),(538,'2025-05-15 12:10:40','389','14','Not Ordered','1','2025-05-15 12:00:00','SHARE SOLUTIONS ON WHATSAPP','','0.00','First Call',1,'141747300240','2025-05-15 12:10:40','Deal','no',NULL,NULL,NULL),(539,'2025-05-15 12:12:05','390','14','Not Ordered','1','2025-05-15 12:00:00','SHARE THE SOLUTIONS ON WHATSAPP','','0.00','First Call',1,'141747300325','2025-05-15 12:12:05','Deal','no',NULL,NULL,NULL),(540,'2025-05-15 12:22:50','391','14','Not Interested','1','2025-05-15 12:00:00','WILL CONTACT INCASE SHE NEEDS ANY','','0.00','First Call',1,'141747300970','2025-05-15 12:22:50','Deal','no',NULL,NULL,NULL),(541,'2025-05-15 12:48:32','392','14','Interested','1','2025-05-15 12:00:00','SHEDULE A DEMO ON FRIDAY','','0.00','First Call',1,'141747302512','2025-05-15 12:48:32','Deal','no',NULL,NULL,NULL),(542,'2025-05-15 13:25:03','393','14','Not Ordered','1','2025-05-15 12:00:00','SICK CANNOT CONCETRATE, SHARE ON WHATSAPP','','0.00','First Call',1,'141747304703','2025-05-15 13:25:03','Deal','no',NULL,NULL,NULL),(543,'2025-05-15 13:43:23','394','14','Not Ordered','1','2025-05-15 12:00:00','BUSY RIGHT NOW, SHARE ON WHATSAPP','','0.00','First Call',1,'141747305803','2025-05-15 13:43:23','Deal','no',NULL,NULL,NULL),(544,'2025-05-15 14:12:35','395','14','Not Ordered','1','2025-05-15 12:00:00','BUSY SHARE ON WHATSAPP','','0.00','First Call',1,'141747307555','2025-05-15 14:12:35','Deal','no',NULL,NULL,NULL),(545,'2025-05-15 14:55:58','396','14','Call Later','1','2025-05-16 09:00:00','IN THE FIELD, CALL TOMORROW','','0.00','First Call',1,'141747310158','2025-05-15 14:55:58','Deal','no',NULL,NULL,NULL),(546,'2025-05-15 15:02:07','397','14','Not Ordered','1','2025-05-15 12:00:00','STILL BUSY CAN\'T LISTEN BUT SHARE ON WHASAPP','','0.00','First Call',1,'141747310527','2025-05-15 15:02:07','Deal','no',NULL,NULL,NULL),(547,'2025-05-15 15:13:45','398','14','Not Ordered','1','2025-05-15 10:45:00','DON\'T NEED ANY AT THE MOMENT. BUT WILL SAVE THE CONTACT FOR FUTUTURE REFRECE','','0.00','First Call',1,'141747311225','2025-05-15 15:13:45','Deal','no',NULL,NULL,NULL),(548,'2025-05-15 15:32:10','399','14','Call Later','1','2025-05-15 12:00:00','WILL RESEARCH MORE ABOUT IT THEN GET BACK TO ME','','0.00','First Call',1,'141747312330','2025-05-15 15:32:10','Deal','no',NULL,NULL,NULL),(549,'2025-05-15 15:53:48','400','14','Not Interested','1','2025-05-15 12:00:00','NOT INTRESTED','ENDED THE CALL','0.00','First Call',1,'141747313628','2025-05-15 15:53:48','Deal','no',NULL,NULL,NULL),(550,'2025-05-15 16:33:52','401','14','Interested','1','2025-05-26 09:45:00','INTRESED IN WEBSITE REVAMPPING AND DIGITAL MARKETING','','0.00','First Call',1,'141747316032','2025-05-15 16:33:52','Deal','no',NULL,NULL,NULL),(551,'2025-05-15 16:47:00','402','14','Not Ordered','1','2025-05-15 12:00:00','BUSY WITH WORK , CAN\'T CONCETRATE. SHARE THE THE SOLUTIONS ON WHATSAPP','','0.00','First Call',1,'141747316820','2025-05-15 16:47:00','Deal','no',NULL,NULL,NULL),(552,'2025-05-16 10:40:18','403','14','Not Ordered','1','2025-05-16 12:00:00','SHARE ON WHATSAPP SO THAT HE CAN SHARE WITH HE BOSS IN HE EVENING','','0.00','First Call',1,'141747381218','2025-05-16 10:40:18','Deal','no',NULL,NULL,NULL),(553,'2025-05-16 10:48:55','404','14','Not Ordered','1','2025-05-16 12:00:00','WILL CALL OR WHATAAPP WHEN SHE NEEDS THE SOLUTIONS','','0.00','First Call',1,'141747381735','2025-05-16 10:48:55','Deal','no',NULL,NULL,NULL),(554,'2025-05-16 10:54:23','405','14','Not Ordered','1','2025-05-16 12:00:00','SHARE THE LINK OF THE WEBSITE SO THAT SHE COM CHECK IT OUT','','0.00','First Call',1,'141747382063','2025-05-16 10:54:23','Deal','no',NULL,NULL,NULL),(555,'2025-05-16 11:10:39','406','14','Not Ordered','1','2025-05-16 12:00:00','SHARE IMAGES ON WHATSAPP','','0.00','First Call',1,'141747383039','2025-05-16 11:10:39','Deal','no',NULL,NULL,NULL),(556,'2025-05-16 11:29:31','407','14','Call Later','1','2025-05-22 12:00:00','HE IS INTRESTSED BUT NOT FINANCIALLY PREPARED BUT HE IS THINKING ABOUT IT.','','0.00','First Call',1,'141747384171','2025-05-16 11:29:31','Deal','no',NULL,NULL,NULL),(557,'2025-05-16 13:07:58','408','14','Not Ordered','1','2025-05-16 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747390078','2025-05-16 13:07:58','Deal','no',NULL,NULL,NULL),(558,'2025-05-16 13:10:05','409','14','Not Ordered','1','2025-05-16 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747390205','2025-05-16 13:10:05','Deal','no',NULL,NULL,NULL),(559,'2025-05-16 13:12:09','410','14','Not Ordered','1','2025-05-16 12:00:00','BUSINESS NOT RUNNING BUT SHARE ON WHATSAPP FOR FUTURE REFENCE','','0.00','First Call',1,'141747390329','2025-05-16 13:12:09','Deal','no',NULL,NULL,NULL),(560,'2025-05-16 13:14:07','411','14','Not Interested','1','2025-05-16 12:00:00','ALREADY HAS MOST OF THE SOLUTIONS BUT WILL CONTACT IF THERE\'S ANYONE IN NEED OF ANY','','0.00','First Call',1,'141747390447','2025-05-16 13:14:07','Deal','no',NULL,NULL,NULL),(561,'2025-05-16 13:31:35','412','14','Not Interested','1','2025-05-16 12:00:00','NOT INTERESED','ENDED THE CALL','0.00','First Call',1,'141747391495','2025-05-16 13:31:35','Deal','no',NULL,NULL,NULL),(562,'2025-05-16 13:49:13','413','14','Not Ordered','1','2025-05-16 12:00:00','BUSY, SHARE ON WHTASSP','','0.00','First Call',1,'141747392553','2025-05-16 13:49:13','Deal','no',NULL,NULL,NULL),(563,'2025-05-16 13:51:46','414','14','Not Ordered','1','2025-05-16 12:00:00','DRIVING, SHARE ON WHTASAPP','','0.00','First Call',1,'141747392706','2025-05-16 13:51:46','Deal','no',NULL,NULL,NULL),(564,'2025-05-16 13:53:39','415','14','Not Ordered','1','2025-05-16 12:00:00','BUSY, SHARE ON WHATS','','0.00','First Call',1,'141747392819','2025-05-16 13:53:39','Deal','no',NULL,NULL,NULL),(565,'2025-05-16 13:55:10','416','14','Not Ordered','1','2025-05-16 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141747392910','2025-05-16 13:55:10','Deal','no',NULL,NULL,NULL),(566,'2025-05-17 09:57:13','417','14','Not Interested','1','2025-05-17 12:00:00','NOT INTRESTED','','0.00','First Call',1,'141747465033','2025-05-17 09:57:13','Deal','no',NULL,NULL,NULL),(567,'2025-05-17 10:00:52','418','14','Not Interested','1','2025-05-17 12:00:00','NOT IN NEED','','0.00','First Call',1,'141747465252','2025-05-17 10:00:52','Deal','no',NULL,NULL,NULL),(568,'2025-05-17 10:03:59','419','14','Not Ordered','1','2025-05-17 12:00:00','','SHARE ON WHATSAPP SO THAT SHE DOESNOT FORGET','0.00','First Call',1,'141747465439','2025-05-17 10:03:59','Deal','no',NULL,NULL,NULL),(569,'2025-05-17 10:07:06','420','14','Not Ordered','1','2025-05-17 12:00:00','WILL CALL WHEN SHE\'S READY','','0.00','First Call',1,'141747465626','2025-05-17 10:07:06','Deal','no',NULL,NULL,NULL),(570,'2025-05-19 09:38:42','392','14','Call Later','1','2025-05-19 01:00:00','','Demo was rescheduled to Monday','','Followup 2',1,'141747302512','2025-05-19 09:38:42','Deal','no',NULL,NULL,NULL),(571,'2025-05-19 09:39:35','399','14','Not Ordered','1','2025-05-19 12:00:00','','No response yet','','Followup 1',1,'141747312330','2025-05-19 09:39:35','Deal','no',NULL,NULL,NULL),(572,'2025-05-19 09:40:22','6','15','Interested','1','2025-05-31 12:00:00','he has ben sick but soon wil let me know soon','','delaying to complete the the deal','Followup 4',1,'151743244919','2025-05-19 09:40:22','Deal','no',NULL,NULL,NULL),(573,'2025-05-19 09:40:38','396','14','Not Ordered','1','2025-05-19 12:00:00','','didn\'t pick','','Followup 1',1,'141747310158','2025-05-19 09:40:38','Deal','no',NULL,NULL,NULL),(574,'2025-05-19 09:41:33','348','14','Not Ordered','1','2025-05-19 12:00:00','','shared on whatsapp','','Followup 1',1,'141747039926','2025-05-19 09:41:33','Deal','no',NULL,NULL,NULL),(575,'2025-05-19 09:42:32','345','14','Not Ordered','1','2025-05-19 12:00:00','','No response yet','','Followup 1',1,'141747038436','2025-05-19 09:42:32','Deal','no',NULL,NULL,NULL),(576,'2025-05-19 09:43:39','342','14','Not Ordered','1','2025-05-19 12:00:00','','Quotation shared , no response yet','','Followup 1',1,'141747036704','2025-05-19 09:43:39','Deal','no',NULL,NULL,NULL),(577,'2025-05-19 09:45:30','308','14','Not Ordered','1','2025-05-19 12:00:00','','texted on WhatsApp, no response yet','','Followup 1',1,'141746779731','2025-05-19 09:45:30','Deal','no',NULL,NULL,NULL),(578,'2025-05-19 10:01:37','421','14','Not Interested','1','2025-05-19 12:00:00','ENDED THE CALL IN THE MIDDLE OF THE CONVERSATION','','0.00','First Call',1,'141747638097','2025-05-19 10:01:37','Deal','no',NULL,NULL,NULL),(579,'2025-05-19 10:51:43','422','14','Not Interested','1','2025-06-11 12:00:00','WANTS A POS THAT IS INTEGRATED WITH URA SYSTEM','CALL WHEN OUR SYSTEM IS INTEGRATED','0.00','First Call',1,'141747641103','2025-05-19 10:51:43','Deal','no',NULL,NULL,NULL),(580,'2025-05-19 11:12:06','423','14','Not Ordered','1','2025-05-19 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141747642326','2025-05-19 11:12:06','Deal','no',NULL,NULL,NULL),(581,'2025-05-19 11:15:49','424','14','Not Interested','1','2025-05-19 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747642549','2025-05-19 11:15:49','Deal','no',NULL,NULL,NULL),(582,'2025-05-19 12:30:27','425','14','Not Ordered','1','2025-05-19 12:00:00','not interested','','0.00','First Call',1,'141747647027','2025-05-19 12:30:27','Deal','no',NULL,NULL,NULL),(583,'2025-05-19 12:32:01','426','14','Not Ordered','1','2025-05-19 12:00:00','IN A TAXI, CAN\'T HEAR WELL. SHARE ON WHATSAPP','','0.00','First Call',1,'141747647121','2025-05-19 12:32:01','Deal','no',NULL,NULL,NULL),(584,'2025-05-19 12:32:58','427','14','Not Interested','1','2025-05-19 12:00:00','BUSY','','0.00','First Call',1,'141747647178','2025-05-19 12:32:58','Deal','no',NULL,NULL,NULL),(585,'2025-05-19 12:34:26','428','14','Not Interested','1','2025-05-19 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747647266','2025-05-19 12:34:26','Deal','no',NULL,NULL,NULL),(586,'2025-05-19 14:29:38','429','14','Not Interested','1','2025-05-19 12:00:00','ALREADY HAS AN ICT PERSON HANDLING ALL HIS ISSUES','','0.00','First Call',1,'141747654178','2025-05-19 14:29:38','Deal','no',NULL,NULL,NULL),(587,'2025-05-19 15:05:51','430','14','Not Ordered','1','2025-05-19 12:00:00','DRIVING SHARE ON WHATSAPP','','0.00','First Call',1,'141747656351','2025-05-19 15:05:51','Deal','no',NULL,NULL,NULL),(588,'2025-05-19 15:08:35','431','14','Call Later','1','2025-08-19 12:00:00','HIS BUSINESS IS JUST STARTING BUT CHECK ON HIM AFTER 3 MONTHS','','0.00','First Call',1,'141747656515','2025-05-19 15:08:35','Deal','no',NULL,NULL,NULL),(589,'2025-05-19 15:25:50','432','14','Not Ordered','1','2025-05-19 12:00:00','SHARE BROCHURES ON WHATSAPP','','0.00','First Call',1,'141747657550','2025-05-19 15:25:50','Deal','no',NULL,NULL,NULL),(590,'2025-05-19 15:31:35','433','14','Not Ordered','1','2025-05-19 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141747657895','2025-05-19 15:31:35','Deal','no',NULL,NULL,NULL),(591,'2025-05-19 16:58:34','434','14','Not Ordered','1','2025-05-19 12:00:00','WILL PASS BY INCASE HE NEEDS ANY OF THE SOLUTIONS','','0.00','First Call',1,'141747663114','2025-05-19 16:58:34','Deal','no',NULL,NULL,NULL),(592,'2025-05-19 17:00:15','435','14','Not Ordered','1','2025-05-19 12:00:00','IN A MEETING, SHARE ON WHATSAPP','','0.00','First Call',1,'141747663215','2025-05-19 17:00:15','Deal','no',NULL,NULL,NULL),(593,'2025-05-19 17:01:26','436','14','Not Ordered','1','2025-05-19 12:00:00','SHARE ON WHATSAPP FOR REFRENCE','','0.00','First Call',1,'141747663286','2025-05-19 17:01:26','Deal','no',NULL,NULL,NULL),(594,'2025-05-19 17:02:06','437','15','Interested','1','2025-05-31 11:45:00','she is intrested and she is soon letting as ','','0.00','First Call',1,'151747663326','2025-05-19 17:02:06','Deal','no',NULL,NULL,NULL),(595,'2025-05-19 17:02:50','438','14','Not Ordered','1','2025-05-19 12:00:00','WILL CONTACT INCASE OF NEED','','0.00','First Call',1,'141747663370','2025-05-19 17:02:50','Deal','no',NULL,NULL,NULL),(596,'2025-05-19 17:04:00','439','14','Not Interested','1','2025-05-19 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747663440','2025-05-19 17:04:00','Deal','no',NULL,NULL,NULL),(597,'2025-05-19 17:05:04','440','14','Not Interested','1','2025-05-19 12:00:00','NOT IN NEED RIGHT NOW','','0.00','First Call',1,'141747663504','2025-05-19 17:05:04','Deal','no',NULL,NULL,NULL),(598,'2025-05-19 17:06:36','441','14','Not Ordered','1','2025-05-19 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141747663596','2025-05-19 17:06:36','Deal','no',NULL,NULL,NULL),(599,'2025-05-19 17:08:27','442','14','Not Ordered','1','2025-05-19 12:00:00','SHARE ON WHATSAPP, CAN\'T CONCETRATE AT THE MOMENT','','0.00','First Call',1,'141747663707','2025-05-19 17:08:27','Deal','no',NULL,NULL,NULL),(600,'2025-05-20 16:38:18','392','14','Interested','1','2025-06-06 12:00:00','DEMO CONDUCTED, REQUESTED FOR THE PROPOSAL FORM AND IMPLEMENTATION PLAN','PROPOSAL FORM AND IMPLEMENTATION PLAN WAS SENT TO HIS SHARED EMAIL.','','Followup 2',1,'141747302512','2025-05-20 16:38:18','Deal','no',NULL,NULL,NULL),(601,'2025-05-21 13:11:34','443','14','Interested','1','2025-05-21 12:00:00','SHARE QUOTATION FOR POS, PROPOSAL FORM FOR DIGITAL MARKETING AND OTHER INFORMATIONS.','','0.00','First Call',1,'141747822294','2025-05-21 13:11:34','Deal','no',NULL,NULL,NULL),(602,'2025-05-21 13:56:11','444','14','Not Interested','1','2025-05-21 12:00:00','WILL CONTACT WHEN IN NEED','','0.00','First Call',1,'141747824971','2025-05-21 13:56:11','Deal','no',NULL,NULL,NULL),(603,'2025-05-21 13:58:13','445','14','Not Interested','1','2025-05-21 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747825093','2025-05-21 13:58:13','Deal','no',NULL,NULL,NULL),(604,'2025-05-21 14:06:58','446','14','Not Ordered','1','2025-05-21 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141747825618','2025-05-21 14:06:58','Deal','no',NULL,NULL,NULL),(605,'2025-05-21 14:09:23','447','14','Not Interested','1','2025-05-21 12:00:00','BUSY SHARE ON WHATSAPP','','0.00','First Call',1,'141747825763','2025-05-21 14:09:23','Deal','no',NULL,NULL,NULL),(606,'2025-05-21 14:10:59','448','14','Not Ordered','1','2025-05-21 12:00:00','WILL CALL WHEN HE\'S READY TO START','','0.00','First Call',1,'141747825859','2025-05-21 14:10:59','Deal','no',NULL,NULL,NULL),(607,'2025-05-21 14:13:03','449','14','Not Interested','1','2025-05-21 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747825983','2025-05-21 14:13:03','Deal','no',NULL,NULL,NULL),(608,'2025-05-21 14:14:12','450','14','Not Interested','1','2025-05-21 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747826052','2025-05-21 14:14:12','Deal','no',NULL,NULL,NULL),(609,'2025-05-21 14:20:52','451','14','Not Interested','1','2025-05-21 12:00:00','WILL REFER THOSE THAT NEED OUR SERVICES','','0.00','First Call',1,'141747826452','2025-05-21 14:20:52','Deal','no',NULL,NULL,NULL),(610,'2025-05-21 14:22:24','452','14','Not Ordered','1','2025-05-21 12:00:00','SHARE DETAILS ON WHATSAPP','','0.00','First Call',1,'141747826544','2025-05-21 14:22:24','Deal','no',NULL,NULL,NULL),(611,'2025-05-21 14:24:54','453','14','Not Interested','1','2025-05-21 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747826694','2025-05-21 14:24:54','Deal','no',NULL,NULL,NULL),(612,'2025-05-21 14:27:29','454','14','Not Ordered','1','2025-05-21 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141747826849','2025-05-21 14:27:29','Deal','no',NULL,NULL,NULL),(613,'2025-05-21 14:30:21','455','14','Not Interested','1','2025-05-21 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747827021','2025-05-21 14:30:21','Deal','no',NULL,NULL,NULL),(614,'2025-05-21 14:32:22','456','14','Not Interested','1','2025-05-21 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141747827142','2025-05-21 14:32:22','Deal','no',NULL,NULL,NULL),(615,'2025-05-21 15:57:53','457','14','Not Ordered','1','2025-05-21 12:00:00','IN A MEETING SHARE ON WHATSAPP','','0.00','First Call',1,'141747832273','2025-05-21 15:57:53','Deal','no',NULL,NULL,NULL),(616,'2025-05-21 15:59:45','458','14','Not Ordered','1','2025-05-21 12:00:00','ITS A BAD TIME, SHARE ON WHATSAPP','','0.00','First Call',1,'141747832385','2025-05-21 15:59:45','Deal','no',NULL,NULL,NULL),(617,'2025-05-21 16:03:33','459','14','Call Later','1','2025-05-21 12:00:00','GET BACK TO HIM AFTER INQURING WHETHER OUR WEBSITE CAN ALLOW RECIEVING PAYMENTS FROM PAYPAL, STRIPE ETC','INQUIRE FROM THE MANAGER','0.00','First Call',1,'141747832613','2025-05-21 16:03:33','Deal','no',NULL,NULL,NULL),(618,'2025-05-21 16:05:43','460','14','Not Ordered','1','2025-05-21 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141747832743','2025-05-21 16:05:43','Deal','no',NULL,NULL,NULL),(619,'2025-05-21 16:09:24','461','14','Interested','1','2025-06-04 12:00:00','INTRESTED IN CAMERAS, WILL VISIT ROBISEARCH OFFICE AS SOON HE HAS FINISHED HIS CARE LOAN AND HAS GOT THE THE MONEY','','0.00','First Call',1,'141747832964','2025-05-21 16:09:24','Deal','no',NULL,NULL,NULL),(620,'2025-05-22 10:09:56','443','14','Call Later','1','2025-05-29 12:00:00','','ALREADY SHARED THE DOCUMENTS AS REQUESTED','','Followup 1',1,'141747822294','2025-05-22 10:09:56','Deal','no',NULL,NULL,NULL),(621,'2025-05-22 10:13:02','407','14','Call Later','1','2025-06-05 12:00:00','','GIVE HIM SOME TIME THEN GET BACK TO HIM.','','Followup 1',1,'141747384171','2025-05-22 10:13:02','Deal','no',NULL,NULL,NULL),(622,'2025-05-22 10:23:24','462','14','Interested','1','2025-05-22 12:00:00','WILL GO THROUGH THE DOCUMENTS SHARED ON WHATSAPP WHEN IS ABLE TO MAKE TIME THEN MAKE A CHOICE.','HELD A PHYSIVCAL DEMO WITH HER ALREADY FOLLOWING UP TO CLOSE.','0.00','First Call',1,'141747898604','2025-05-22 10:23:24','Deal','no',NULL,NULL,NULL),(623,'2025-05-22 10:35:28','458','14','Not Ordered','1','2025-05-29 12:00:00','','FOLLOWUP WITH A TEXT','','Followup 1',1,'141747832385','2025-05-22 10:35:28','Deal','no',NULL,NULL,NULL),(624,'2025-05-22 10:37:11','457','14','Not Ordered','1','2025-05-22 12:00:00','RECIEVED DETAILS ON WHATSAPP','','','Followup 1',1,'141747832273','2025-05-22 10:37:11','Deal','no',NULL,NULL,NULL),(625,'2025-05-22 10:39:38','435','14','Not Ordered','1','2025-05-22 12:00:00','RECIEVED THE DETAILS ON WHATSAPP','','','Followup 1',1,'141747663215','2025-05-22 10:39:38','Deal','no',NULL,NULL,NULL),(626,'2025-05-22 10:57:32','454','14','Interested','1','2025-05-29 10:15:00','INTERESTED IN A POS PLANING TO PURCHASE IT AT THE END OF THE MONTH OR EARLY NEXT MONTH','','','Followup 1',1,'141747826849','2025-05-22 10:57:32','Deal','no',NULL,NULL,NULL),(627,'2025-05-22 11:04:12','433','14','Not Ordered','1','2025-05-22 12:00:00','Received details on whatsapp','','','Followup 1',1,'141747657895','2025-05-22 11:04:12','Deal','no',NULL,NULL,NULL),(628,'2025-05-22 11:06:15','395','14','Not Ordered','1','2025-05-22 12:00:00','RECEIVED DETAILS ON WHATSAPP','','','Followup 1',1,'141747307555','2025-05-22 11:06:15','Deal','no',NULL,NULL,NULL),(629,'2025-05-22 11:19:57','361','14','Not Ordered','1','2025-05-22 12:00:00','Received details on whatsapp','','','Followup 1',1,'141747059810','2025-05-22 11:19:57','Deal','no',NULL,NULL,NULL),(630,'2025-05-22 11:27:25','365','14','Not Ordered','1','2025-05-22 12:00:00','ALREACEIVED DETAILS ON WHATSAPP','','','Followup 1',1,'141747060405','2025-05-22 11:27:25','Deal','no',NULL,NULL,NULL),(631,'2025-05-22 11:39:20','447','14','Not Interested','1','2025-05-22 12:00:00','','','SHARED INCORRECT NUMBER','Followup 1',1,'141747825763','2025-05-22 11:39:20','Deal','no',NULL,NULL,NULL),(632,'2025-05-22 11:44:58','460','14','Not Ordered','1','2025-05-22 12:00:00','RECEIVED DETAILS ON WHATSAPP','','','Followup 1',1,'141747832743','2025-05-22 11:44:58','Deal','no',NULL,NULL,NULL),(633,'2025-05-22 11:52:58','386','14','Call Later','1','2025-06-12 12:00:00','','CALL OR TEXT LATER','','Followup 1',1,'141747298903','2025-05-22 11:52:58','Deal','no',NULL,NULL,NULL),(634,'2025-05-22 11:54:45','311','14','Call Later','1','2025-06-11 12:00:00','','CALL IN THE MIDDLE OF THE TERM','','Followup 1',1,'141746782466','2025-05-22 11:54:45','Deal','no',NULL,NULL,NULL),(635,'2025-05-22 12:02:48','245','14','Call Later','1','2025-05-26 09:30:00','COMING ON MONDAY NEXT WEEK REMIND HIM IN THE MORNING','','','Followup 1',1,'141746632636','2025-05-22 12:02:48','Deal','no',NULL,NULL,NULL),(636,'2025-05-22 12:13:34','95','14','Not Ordered','1','2025-05-22 12:00:00','','','CALLED BUT PHONE MADE BUSY','Followup 1',1,'141745915070','2025-05-22 12:13:34','Deal','no',NULL,NULL,NULL),(637,'2025-05-22 12:16:03','56','14','Not Ordered','1','2025-05-22 12:00:00','','','NOT RESPONDING TO CALLS OR TEXTS','Followup 2',1,'141745407117','2025-05-22 12:16:03','Deal','no',NULL,NULL,NULL),(638,'2025-05-22 12:18:09','41','14','Not Ordered','1','2025-05-22 12:00:00','NO REPONSE','','NOT RESPONING TO TEXTS AND CALLS','Followup 3',1,'141744706987','2025-05-22 12:18:09','Deal','no',NULL,NULL,NULL),(639,'2025-05-22 12:21:01','31','14','Not Ordered','1','2025-05-22 12:00:00','','','CALL NOT GOING THROUGH','Followup 1',1,'141744288729','2025-05-22 12:21:01','Deal','no',NULL,NULL,NULL),(640,'2025-05-22 12:23:01','30','14','Not Ordered','1','2025-05-22 12:00:00','','','NOT PICKING','Followup 1',1,'141744287692','2025-05-22 12:23:01','Deal','no',NULL,NULL,NULL),(641,'2025-05-22 12:23:33','30','14','Not Ordered','1','2025-05-22 12:00:00','','','NOT PICKING','Followup 1',1,'141744287692','2025-05-22 12:23:33','Deal','no',NULL,NULL,NULL),(642,'2025-05-22 12:25:07','25','14','Not Ordered','1','2025-05-22 12:00:00','','','NO RESPONSE YET','Followup 2',1,'141744276859','2025-05-22 12:25:07','Deal','no',NULL,NULL,NULL),(643,'2025-05-22 12:26:10','15','14','Not Picking','1','2025-05-22 12:00:00','NOT PICKING','','','Followup 1',1,'141744271122','2025-05-22 12:26:10','Deal','no',NULL,NULL,NULL),(644,'2025-05-22 12:27:07','9','14','Not Interested','1','2025-05-22 12:00:00','','','TOO EXPENSIVE FOR HIM','Followup 3',1,'141743603096','2025-05-22 12:27:07','Deal','no',NULL,NULL,NULL),(645,'2025-05-22 12:28:48','1','14','Not Ordered','1','2025-06-19 12:00:00','NOT YET READY','','','Followup 3',1,'141743083586','2025-05-22 12:28:48','Deal','no',NULL,NULL,NULL),(646,'2025-05-22 12:31:06','7','14','Not Ordered','1','2025-05-22 12:00:00','','','PHONE OFF','Followup 1',1,'141743245302','2025-05-22 12:31:06','Deal','no',NULL,NULL,NULL),(647,'2025-05-22 14:34:00','141','14','Not Ordered','1','2025-05-22 12:00:00','','','no response on WhatsApp yet','Followup 1',1,'141746434713','2025-05-22 14:34:00','Deal','no',NULL,NULL,NULL),(648,'2025-05-23 12:54:34','463','14','Not Ordered','1','2025-05-23 12:00:00','Busy, share on WhatsApp','','0.00','First Call',1,'141747994074','2025-05-23 12:54:34','Deal','no',NULL,NULL,NULL),(649,'2025-05-23 12:59:26','464','14','Not Ordered','1','2025-05-23 12:00:00','will contact incase of need','','0.00','First Call',1,'141747994366','2025-05-23 12:59:26','Deal','no',NULL,NULL,NULL),(650,'2025-05-23 13:07:22','465','14','Don\'t Call me again','1','2025-05-23 12:00:00','will talk to the people concerned and they will call back to inquire more about the biomentric system','He refused a call back','0.00','First Call',1,'141747994842','2025-05-23 13:07:22','Deal','no',NULL,NULL,NULL),(651,'2025-05-23 13:12:59','466','14','Not Ordered','1','2025-05-23 12:00:00','share them on the company email then they will look through.','','0.00','First Call',1,'141747995179','2025-05-23 13:12:59','Deal','no',NULL,NULL,NULL),(652,'2025-05-23 13:24:04','467','14','Not Ordered','1','2025-05-23 12:00:00','Share with them on the hospital email and Mr. Edward\'s Whatsapp','','0.00','First Call',1,'141747995844','2025-05-23 13:24:04','Deal','no',NULL,NULL,NULL),(653,'2025-05-23 13:35:47','468','14','Not Interested','1','2025-05-23 12:00:00','Busy','','0.00','First Call',1,'141747996547','2025-05-23 13:35:47','Deal','no',NULL,NULL,NULL),(654,'2025-05-23 13:42:26','469','14','Not Ordered','1','2025-05-23 12:00:00','Go talk to the people at the Head office ','','0.00','First Call',1,'141747996946','2025-05-23 13:42:26','Deal','no',NULL,NULL,NULL),(655,'2025-05-23 13:48:03','470','14','Not Ordered','1','2025-05-23 12:00:00','Traveling , share on whatsapp','','0.00','First Call',1,'141747997283','2025-05-23 13:48:03','Deal','no',NULL,NULL,NULL),(656,'2025-05-23 13:51:35','471','14','Not Interested','1','2025-05-23 12:00:00','Busy and ended the call','','0.00','First Call',1,'141747997495','2025-05-23 13:51:35','Deal','no',NULL,NULL,NULL),(657,'2025-05-23 13:56:36','472','14','Not Interested','1','2025-05-23 12:00:00','Busy, share on whatsapp','','0.00','First Call',1,'141747997796','2025-05-23 13:56:36','Deal','no',NULL,NULL,NULL),(658,'2025-05-23 14:09:23','473','14','Not Interested','1','2025-05-23 12:00:00','ended the call mid conversation','','0.00','First Call',1,'141747998563','2025-05-23 14:09:23','Deal','no',NULL,NULL,NULL),(659,'2025-05-23 14:15:33','474','14','Not Ordered','1','2025-05-23 12:00:00','Busy, share on whatsapp','','0.00','First Call',1,'141747998933','2025-05-23 14:15:33','Deal','no',NULL,NULL,NULL),(660,'2025-05-23 14:30:39','475','14','Not Ordered','1','2025-05-23 12:00:00','will call in case he needs any','','0.00','First Call',1,'141747999839','2025-05-23 14:30:39','Deal','no',NULL,NULL,NULL),(661,'2025-05-23 14:51:22','476','14','Not Ordered','1','2025-05-23 12:00:00','will talk to the manager when she comes back and they will call back','','0.00','First Call',1,'141748001082','2025-05-23 14:51:22','Deal','no',NULL,NULL,NULL),(662,'2025-05-23 15:02:35','477','14','Not Ordered','1','2025-05-23 12:00:00','his is just starting and small will think about it when it has grown ','','0.00','First Call',1,'141748001755','2025-05-23 15:02:35','Deal','no',NULL,NULL,NULL),(663,'2025-05-23 15:06:42','478','14','Not Interested','1','2025-05-23 12:00:00','he is comfortable with the system he has maybe will call back when he wants to change.','','0.00','First Call',1,'141748002002','2025-05-23 15:06:42','Deal','no',NULL,NULL,NULL),(664,'2025-05-23 15:17:01','479','14','Call Later','1','2025-05-29 12:00:00','Share all the solutions with their pricing on whatsapp then we will talk after him reviewing everything.','','0.00','First Call',1,'141748002621','2025-05-23 15:17:01','Deal','no',NULL,NULL,NULL),(665,'2025-05-23 15:23:35','480','14','Not Ordered','1','2025-05-23 12:00:00','share on whatsapp','','0.00','First Call',1,'141748003015','2025-05-23 15:23:35','Deal','no',NULL,NULL,NULL),(666,'2025-05-23 15:35:08','481','14','Not Ordered','1','2025-05-23 12:00:00','Share them on WhatsApp then we will talk after.','','0.00','First Call',1,'141748003708','2025-05-23 15:35:08','Deal','no',NULL,NULL,NULL),(667,'2025-05-23 15:49:48','482','14','Not Ordered','1','2025-05-23 12:00:00','Has systems already and doesn\'t need any. ','','0.00','First Call',1,'141748004588','2025-05-23 15:49:48','Deal','no',NULL,NULL,NULL),(668,'2025-05-23 16:58:50','483','14','Not Ordered','1','2025-05-23 12:00:00','not the right person to talk to. going to share the market manager\'s number','','0.00','First Call',1,'141748008730','2025-05-23 16:58:50','Deal','no',NULL,NULL,NULL),(669,'2025-05-27 12:24:43','484','14','Not Ordered','1','2025-05-27 12:00:00','FORWARDING THE UMBER TO THE PERSON IN CHARGE TO CALL BCK','','0.00','First Call',1,'141748337883','2025-05-27 12:24:43','Deal','no',NULL,NULL,NULL),(670,'2025-05-27 12:29:19','485','14','Not Ordered','1','2025-05-27 12:00:00','CALLING BACK SHORTLY , STILL BUSY','','0.00','First Call',1,'141748338159','2025-05-27 12:29:19','Deal','no',NULL,NULL,NULL),(671,'2025-05-27 12:38:51','486','14','Not Ordered','1','2025-05-27 12:00:00','WILL CONTACT INCASE OF NEED','','0.00','First Call',1,'141748338731','2025-05-27 12:38:51','Deal','no',NULL,NULL,NULL),(672,'2025-05-27 12:48:58','487','14','Not Interested','1','2025-05-27 12:00:00','Ended the call','','0.00','First Call',1,'141748339338','2025-05-27 12:48:58','Deal','no',NULL,NULL,NULL),(673,'2025-05-27 12:56:39','488','14','Not Ordered','1','2025-05-27 12:00:00','will forward to the boss and the boss will give us a call','','0.00','First Call',1,'141748339799','2025-05-27 12:56:39','Deal','no',NULL,NULL,NULL),(674,'2025-05-27 13:06:01','489','14','Not Ordered','1','2025-05-27 12:00:00','will call incase in need','','0.00','First Call',1,'141748340361','2025-05-27 13:06:01','Deal','no',NULL,NULL,NULL),(675,'2025-05-27 13:12:36','490','14','Not Interested','1','2025-05-27 12:00:00','Call ended','','0.00','First Call',1,'141748340756','2025-05-27 13:12:36','Deal','no',NULL,NULL,NULL),(676,'2025-05-27 13:15:12','491','14','Not Ordered','1','2025-05-27 12:00:00','still busy, will call back after two hours','','0.00','First Call',1,'141748340912','2025-05-27 13:15:12','Deal','no',NULL,NULL,NULL),(677,'2025-05-27 13:23:36','492','14','Not Interested','1','2025-05-27 12:00:00','Ended the call','','0.00','First Call',1,'141748341416','2025-05-27 13:23:36','Deal','no',NULL,NULL,NULL),(678,'2025-05-27 13:36:40','493','14','Not Interested','1','2025-05-27 12:00:00','busy','','0.00','First Call',1,'141748342200','2025-05-27 13:36:40','Deal','no',NULL,NULL,NULL),(679,'2025-05-27 14:02:01','494','14','Not Interested','1','2025-05-27 12:00:00','busy','','0.00','First Call',1,'141748343721','2025-05-27 14:02:01','Deal','no',NULL,NULL,NULL),(680,'2025-05-27 14:09:48','495','14','Not Ordered','1','2025-05-27 12:00:00','share on mail','','0.00','First Call',1,'141748344188','2025-05-27 14:09:48','Deal','no',NULL,NULL,NULL),(681,'2025-05-27 14:13:11','496','14','Not Ordered','1','2025-05-27 12:00:00','share on whatsapp','','0.00','First Call',1,'141748344391','2025-05-27 14:13:11','Deal','no',NULL,NULL,NULL),(682,'2025-05-27 14:41:38','497','14','Not Ordered','1','2025-05-27 12:00:00','SHARE ON WHATSAPP , ','','0.00','First Call',1,'141748346098','2025-05-27 14:41:38','Deal','no',NULL,NULL,NULL),(683,'2025-05-27 14:52:23','498','14','Not Ordered','1','2025-05-27 12:00:00','WILL CALL INCASE THEY ARE IN NEED OF THE SERVICES','','0.00','First Call',1,'141748346743','2025-05-27 14:52:23','Deal','no',NULL,NULL,NULL),(684,'2025-05-27 14:57:05','499','14','Not Ordered','1','2025-05-27 12:00:00','ITS BETTER TO PASS BY THE CLINIC AND TALK TO THOSE IN CHARGE','','0.00','First Call',1,'141748347025','2025-05-27 14:57:05','Deal','no',NULL,NULL,NULL),(685,'2025-05-27 15:23:21','500','14','Ordered','1','2025-05-27 12:00:00','BUSY SHARE ON WHTASPP','','0.00','First Call',1,'141748348601','2025-05-27 15:23:21','Deal','no',NULL,NULL,NULL),(686,'2025-05-27 15:29:08','501','14','Not Interested','1','2025-05-27 12:00:00','ALREADY HAVE WHAT THEY NEED','','0.00','First Call',1,'141748348948','2025-05-27 15:29:08','Deal','no',NULL,NULL,NULL),(687,'2025-05-27 15:33:18','502','14','Ordered','1','2025-05-27 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141748349198','2025-05-27 15:33:18','Deal','no',NULL,NULL,NULL),(688,'2025-05-27 15:50:55','503','14','Not Ordered','1','2025-05-27 12:00:00','BUSINESS IS STILL SMALL, BUT SHARE ON WHATSAPP FOR FUTURE REFRENCE','','0.00','First Call',1,'141748350255','2025-05-27 15:50:55','Deal','no',NULL,NULL,NULL),(689,'2025-05-27 15:53:52','504','14','Not Ordered','1','2025-05-27 12:00:00','IN A LECTURE BUT SHARE ON WHATSAPP','','0.00','First Call',1,'141748350432','2025-05-27 15:53:52','Deal','no',NULL,NULL,NULL),(690,'2025-05-27 16:00:06','505','14','Not Ordered','1','2025-05-27 12:00:00','HAS ONE ALREADY MAYBE WILL CONTACT IN CASE SHE\'S READY TO CHANGE A SERVICE PROVIDER','','0.00','First Call',1,'141748350806','2025-05-27 16:00:06','Deal','no',NULL,NULL,NULL),(691,'2025-05-27 16:06:51','506','14','Not Picking','1','2025-05-27 12:00:00','NOT PICKING','','0.00','First Call',1,'141748351211','2025-05-27 16:06:51','Deal','no',NULL,NULL,NULL),(692,'2025-05-27 16:10:37','507','14','Not Interested','1','2025-05-27 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141748351437','2025-05-27 16:10:37','Deal','no',NULL,NULL,NULL),(693,'2025-05-27 16:13:37','508','14','Not Interested','1','2025-05-27 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141748351617','2025-05-27 16:13:37','Deal','no',NULL,NULL,NULL),(694,'2025-05-27 16:22:31','509','14','Not Ordered','1','2025-05-27 12:00:00','WILL CONTACT INCASE OF NEED BUT ALSO SHARE ON WHATSAPP ','','0.00','First Call',1,'141748352151','2025-05-27 16:22:31','Deal','no',NULL,NULL,NULL),(695,'2025-05-27 16:34:13','510','14','Not Interested','1','2025-05-27 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141748352853','2025-05-27 16:34:13','Deal','no',NULL,NULL,NULL),(696,'2025-05-27 16:49:07','511','14','Not Picking','1','2025-05-27 12:00:00','NOT PICKING','','0.00','First Call',1,'141748353747','2025-05-27 16:49:07','Deal','no',NULL,NULL,NULL),(697,'2025-05-28 09:49:01','512','14','Not Picking','1','2025-05-28 12:00:00','not picking','','0.00','First Call',1,'141748414941','2025-05-28 09:49:01','Deal','no',NULL,NULL,NULL),(698,'2025-05-28 09:53:37','513','14','Not Picking','1','2025-05-28 12:00:00','not picking','','0.00','First Call',1,'141748415217','2025-05-28 09:53:37','Deal','no',NULL,NULL,NULL),(699,'2025-05-28 09:57:33','514','14','Not Ordered','1','2025-05-28 12:00:00','In a meeting','','0.00','First Call',1,'141748415453','2025-05-28 09:57:33','Deal','no',NULL,NULL,NULL),(700,'2025-05-28 10:07:31','515','14','Not Interested','1','2025-05-28 12:00:00','not interested','','0.00','First Call',1,'141748416051','2025-05-28 10:07:31','Deal','no',NULL,NULL,NULL),(701,'2025-05-28 10:28:01','516','14','Not Picking','1','2025-05-28 12:00:00','not picking','','0.00','First Call',1,'141748417281','2025-05-28 10:28:01','Deal','no',NULL,NULL,NULL),(702,'2025-05-28 10:34:26','517','14','Not Interested','1','2025-05-28 12:00:00','will contact incase of need to change a service provider.','','0.00','First Call',1,'141748417666','2025-05-28 10:34:26','Deal','no',NULL,NULL,NULL),(703,'2025-05-28 10:41:01','518','14','Not Ordered','1','2025-05-28 12:00:00','NO TIME, SHARE ON WHATSAPP','','0.00','First Call',1,'141748418061','2025-05-28 10:41:01','Deal','no',NULL,NULL,NULL),(704,'2025-05-28 10:44:25','519','14','Not Picking','1','2025-05-28 12:00:00','NOT PICKING','','0.00','First Call',1,'141748418265','2025-05-28 10:44:25','Deal','no',NULL,NULL,NULL),(705,'2025-05-28 10:46:48','520','14','Not Picking','1','2025-05-28 12:00:00','ON ANOTHERLINE','','0.00','First Call',1,'141748418408','2025-05-28 10:46:48','Deal','no',NULL,NULL,NULL),(706,'2025-05-28 10:51:50','521','14','Not Interested','1','2025-05-28 12:00:00','NOT INTEREESTED','','0.00','First Call',1,'141748418710','2025-05-28 10:51:50','Deal','no',NULL,NULL,NULL),(707,'2025-05-28 10:57:56','522','14','Not Interested','1','2025-05-28 12:00:00','ALREADY CONTENTED BUT SHARE ON WHATSAPP FOR FUTURE REFRENCE','','0.00','First Call',1,'141748419076','2025-05-28 10:57:56','Deal','no',NULL,NULL,NULL),(708,'2025-05-28 11:07:51','523','14','Not Ordered','1','2025-05-28 12:00:00','SHARE ALSO ON WHATSAPP','','0.00','First Call',1,'141748419671','2025-05-28 11:07:51','Deal','no',NULL,NULL,NULL),(709,'2025-05-28 11:10:18','524','14','Not Interested','1','2025-05-28 12:00:00','NOT PICKING','','0.00','First Call',1,'141748419818','2025-05-28 11:10:18','Deal','no',NULL,NULL,NULL),(710,'2025-05-28 11:15:43','525','14','Not Interested','1','2025-05-28 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141748420143','2025-05-28 11:15:43','Deal','no',NULL,NULL,NULL),(711,'2025-05-28 11:20:03','526','14','Not Ordered','1','2025-05-28 12:00:00','THEY DON\'T TALK ABOUT BUSINESS ISSUES ONLINE. VISIT THE BUSINESS.','','0.00','First Call',1,'141748420403','2025-05-28 11:20:03','Deal','no',NULL,NULL,NULL),(712,'2025-05-28 11:28:05','527','14','Not Ordered','1','2025-05-28 12:00:00','BUSY, SHARE ON WHATSAPP','','0.00','First Call',1,'141748420885','2025-05-28 11:28:05','Deal','no',NULL,NULL,NULL),(713,'2025-05-28 11:31:23','528','14','Not Picking','1','2025-05-28 12:00:00','NOT PICKING','','0.00','First Call',1,'141748421083','2025-05-28 11:31:23','Deal','no',NULL,NULL,NULL),(714,'2025-05-28 11:47:04','529','14','Not Ordered','1','2025-05-28 12:00:00','PUT ON WHATSAPP, THEY WILL CALL WHEN THEY NEED ANY.','','0.00','First Call',1,'141748422024','2025-05-28 11:47:04','Deal','no',NULL,NULL,NULL),(715,'2025-05-28 12:03:54','530','14','Not Picking','1','2025-05-28 12:00:00','NOT PICKING','','0.00','First Call',1,'141748423034','2025-05-28 12:03:54','Deal','no',NULL,NULL,NULL),(716,'2025-05-28 12:10:44','531','14','Not Picking','1','2025-05-28 12:00:00','NOT PICKING','','0.00','First Call',1,'141748423444','2025-05-28 12:10:44','Deal','no',NULL,NULL,NULL),(717,'2025-05-28 12:13:53','532','14','Not Interested','1','2025-05-28 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141748423633','2025-05-28 12:13:53','Deal','no',NULL,NULL,NULL),(718,'2025-05-28 12:33:13','533','14','Interested','1','2025-05-28 12:00:00','INTRESTED IN SOLAR CAMERA','','0.00','First Call',1,'141748424793','2025-05-28 12:33:13','Deal','no',NULL,NULL,NULL),(719,'2025-05-28 12:51:34','534','14','Not Interested','1','2025-05-28 12:00:00','Not needed at the moment','','0.00','First Call',1,'141748425894','2025-05-28 12:51:34','Deal','no',NULL,NULL,NULL),(720,'2025-05-28 12:54:24','535','14','Not Picking','1','2025-05-28 12:00:00','not picking','','0.00','First Call',1,'141748426064','2025-05-28 12:54:24','Deal','no',NULL,NULL,NULL),(721,'2025-05-28 12:56:16','536','14','Not Picking','1','2025-05-28 12:00:00','not picking','','0.00','First Call',1,'141748426176','2025-05-28 12:56:16','Deal','no',NULL,NULL,NULL),(722,'2025-05-28 13:05:40','537','14','Not Ordered','1','2025-05-28 12:00:00','his is going to call back','','0.00','First Call',1,'141748426740','2025-05-28 13:05:40','Deal','no',NULL,NULL,NULL),(723,'2025-05-28 14:28:47','538','14','Not Ordered','1','2025-05-28 12:00:00','busy, share on whatsapp','','0.00','First Call',1,'141748431727','2025-05-28 14:28:47','Deal','no',NULL,NULL,NULL),(724,'2025-05-28 14:35:30','539','14','Not Ordered','1','2025-05-28 12:00:00','will contact incase of need','','0.00','First Call',1,'141748432130','2025-05-28 14:35:30','Deal','no',NULL,NULL,NULL),(725,'2025-05-28 14:47:41','540','14','Not Ordered','1','2025-05-28 12:00:00','will contact incase of need','','0.00','First Call',1,'141748432861','2025-05-28 14:47:41','Deal','no',NULL,NULL,NULL),(726,'2025-05-28 14:51:56','541','14','Not Interested','1','2025-05-28 12:00:00','Not interested','','0.00','First Call',1,'141748433116','2025-05-28 14:51:56','Deal','no',NULL,NULL,NULL),(727,'2025-05-28 14:55:41','542','14','Not Ordered','1','2025-05-28 12:00:00','share on whatsapp','','0.00','First Call',1,'141748433341','2025-05-28 14:55:41','Deal','no',NULL,NULL,NULL),(728,'2025-05-28 15:05:13','543','14','Not Interested','1','2025-05-28 12:00:00','business still small, maybe in future when it grows.','','0.00','First Call',1,'141748433913','2025-05-28 15:05:13','Deal','no',NULL,NULL,NULL),(729,'2025-05-28 15:09:43','544','14','Not Ordered','1','2025-05-28 12:00:00','share on WhatsApp ten will contact after reviewing','','0.00','First Call',1,'141748434183','2025-05-28 15:09:43','Deal','no',NULL,NULL,NULL),(730,'2025-05-28 15:14:27','545','14','Not Ordered','1','2025-05-28 12:00:00','share on whatsapp','','0.00','First Call',1,'141748434467','2025-05-28 15:14:27','Deal','no',NULL,NULL,NULL),(731,'2025-05-28 15:26:20','546','14','Not Ordered','1','2025-05-28 12:00:00','share on whatsapp','','0.00','First Call',1,'141748435180','2025-05-28 15:26:20','Deal','no',NULL,NULL,NULL),(732,'2025-05-28 15:36:12','547','14','Not Ordered','1','2025-05-28 12:00:00','visit the business and share','','0.00','First Call',1,'141748435772','2025-05-28 15:36:12','Deal','no',NULL,NULL,NULL),(733,'2025-05-28 15:55:14','548','14','Not Ordered','1','2025-05-28 12:00:00','the Ict team is not around.','','0.00','First Call',1,'141748436914','2025-05-28 15:55:14','Deal','no',NULL,NULL,NULL),(734,'2025-05-28 16:04:32','549','14','Not Interested','1','2025-05-28 12:00:00','ENDED THE CALL','','0.00','First Call',1,'141748437472','2025-05-28 16:04:32','Deal','no',NULL,NULL,NULL),(735,'2025-05-28 16:19:45','550','14','Not Ordered','1','2025-05-28 12:00:00','FIND TIME ON A MONDAY A GO TO THE HOSPITAL AND TALK TO THEM','','0.00','First Call',1,'141748438385','2025-05-28 16:19:45','Deal','no',NULL,NULL,NULL),(736,'2025-05-29 09:57:55','551','14','Not Interested','1','2025-05-29 12:00:00','not interested','','0.00','First Call',1,'141748501875','2025-05-29 09:57:55','Deal','no',NULL,NULL,NULL),(737,'2025-05-29 10:01:09','552','14','Not Ordered','1','2025-05-29 12:00:00','share on whatsapp','','0.00','First Call',1,'141748502069','2025-05-29 10:01:09','Deal','no',NULL,NULL,NULL),(738,'2025-05-29 10:15:38','553','14','Not Ordered','1','2025-05-29 12:00:00','busy, share on whatsapp','','0.00','First Call',1,'141748502938','2025-05-29 10:15:38','Deal','no',NULL,NULL,NULL),(739,'2025-05-29 10:17:44','554','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748503064','2025-05-29 10:17:44','Deal','no',NULL,NULL,NULL),(740,'2025-05-29 10:19:30','555','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748503170','2025-05-29 10:19:30','Deal','no',NULL,NULL,NULL),(741,'2025-05-29 10:39:34','556','14','Not Interested','1','2025-05-29 12:00:00','not interested','','0.00','First Call',1,'141748504374','2025-05-29 10:39:34','Deal','no',NULL,NULL,NULL),(742,'2025-05-29 10:41:52','557','14','Not Interested','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748504512','2025-05-29 10:41:52','Deal','no',NULL,NULL,NULL),(743,'2025-05-29 10:43:22','558','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748504602','2025-05-29 10:43:22','Deal','no',NULL,NULL,NULL),(744,'2025-05-29 10:45:20','559','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748504720','2025-05-29 10:45:20','Deal','no',NULL,NULL,NULL),(745,'2025-05-29 14:25:45','560','14','Not Ordered','1','2025-05-29 12:00:00','share on whatsapp','','0.00','First Call',1,'141748517945','2025-05-29 14:25:45','Deal','no',NULL,NULL,NULL),(746,'2025-05-29 14:42:03','561','14','Not Ordered','1','2025-05-29 12:00:00','send on whatsapp so that he can read through','','0.00','First Call',1,'141748518923','2025-05-29 14:42:03','Deal','no',NULL,NULL,NULL),(747,'2025-05-29 14:51:47','562','14','Not Interested','1','2025-05-29 12:00:00','not interested','','0.00','First Call',1,'141748519507','2025-05-29 14:51:47','Deal','no',NULL,NULL,NULL),(748,'2025-05-29 14:58:38','563','14','Not Ordered','1','2025-05-29 12:00:00','share on email','','0.00','First Call',1,'141748519918','2025-05-29 14:58:38','Deal','no',NULL,NULL,NULL),(749,'2025-05-29 15:11:41','564','14','Ordered','1','2025-05-29 12:00:00','not picking','share information on whatsapp','0.00','First Call',1,'141748520701','2025-05-29 15:11:41','Deal','no',NULL,NULL,NULL),(750,'2025-05-29 15:15:38','565','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748520938','2025-05-29 15:15:38','Deal','no',NULL,NULL,NULL),(751,'2025-05-29 15:23:41','565','14','Ordered','1','2025-05-29 12:00:00','share ERP proposal on email. vineairflightacademy@gmail.com','','','Followup 1',1,'141748520938','2025-05-29 15:23:41','Deal','no',NULL,NULL,NULL),(752,'2025-05-29 15:29:03','566','14','Not Ordered','1','2025-05-29 12:00:00','its better to talk to them in person not on phone','','0.00','First Call',1,'141748521743','2025-05-29 15:29:03','Deal','no',NULL,NULL,NULL),(753,'2025-05-29 15:36:26','567','14','Not Ordered','1','2025-05-29 12:00:00','busy, she will call later','','0.00','First Call',1,'141748522186','2025-05-29 15:36:26','Deal','no',NULL,NULL,NULL),(754,'2025-05-29 15:39:37','568','14','Not Interested','1','2025-05-29 12:00:00','he will share when he is in need of any','','0.00','First Call',1,'141748522377','2025-05-29 15:39:37','Deal','no',NULL,NULL,NULL),(755,'2025-05-29 15:42:39','569','14','Not Ordered','1','2025-05-29 12:00:00','bad network','','0.00','First Call',1,'141748522559','2025-05-29 15:42:39','Deal','no',NULL,NULL,NULL),(756,'2025-05-29 16:06:43','570','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748524003','2025-05-29 16:06:43','Deal','no',NULL,NULL,NULL),(757,'2025-05-29 16:10:35','571','14','Not Ordered','1','2025-05-29 12:00:00','share on whatsapp','','0.00','First Call',1,'141748524235','2025-05-29 16:10:35','Deal','no',NULL,NULL,NULL),(758,'2025-05-29 16:13:58','572','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748524438','2025-05-29 16:13:58','Deal','no',NULL,NULL,NULL),(759,'2025-05-29 16:15:52','573','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748524552','2025-05-29 16:15:52','Deal','no',NULL,NULL,NULL),(760,'2025-05-29 16:19:15','574','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748524755','2025-05-29 16:19:15','Deal','no',NULL,NULL,NULL),(761,'2025-05-29 16:31:01','575','14','Ordered','1','2025-05-29 12:00:00','share websites on his mtn whatsapp number and also interact from there.','','0.00','First Call',1,'141748525461','2025-05-29 16:31:01','Deal','no',NULL,NULL,NULL),(762,'2025-05-29 16:35:09','576','14','Not Ordered','1','2025-05-29 12:00:00','share on whatsapp','','0.00','First Call',1,'141748525709','2025-05-29 16:35:09','Deal','no',NULL,NULL,NULL),(763,'2025-05-29 16:37:30','577','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748525850','2025-05-29 16:37:30','Deal','no',NULL,NULL,NULL),(764,'2025-05-29 16:42:32','578','14','Not Interested','1','2025-05-29 12:00:00','have a service provider already, will contact in case of need in future','','0.00','First Call',1,'141748526152','2025-05-29 16:42:32','Deal','no',NULL,NULL,NULL),(765,'2025-05-29 16:50:30','579','14','Not Ordered','1','2025-05-29 12:00:00','sharing the boss\' number shortly','','0.00','First Call',1,'141748526630','2025-05-29 16:50:30','Deal','no',NULL,NULL,NULL),(766,'2025-05-29 16:54:47','580','14','Not Picking','1','2025-05-29 12:00:00','not picking','','0.00','First Call',1,'141748526887','2025-05-29 16:54:47','Deal','no',NULL,NULL,NULL),(767,'2025-05-29 17:00:00','581','14','Not Ordered','1','2025-05-29 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141748527200','2025-05-29 17:00:00','Deal','no',NULL,NULL,NULL),(768,'2025-05-30 10:25:43','582','14','Not Ordered','1','2025-05-30 12:00:00','share on whatsapp and he will give feedback after going through','','0.00','First Call',1,'141748589943','2025-05-30 10:25:43','Deal','no',NULL,NULL,NULL),(769,'2025-05-30 10:29:18','583','14','Not Interested','1','2025-05-30 12:00:00','don\'t need it','','0.00','First Call',1,'141748590158','2025-05-30 10:29:18','Deal','no',NULL,NULL,NULL),(770,'2025-05-30 10:47:11','584','14','Ordered','1','2025-05-30 12:00:00','share information also on whatsapp','','0.00','First Call',1,'141748591231','2025-05-30 10:47:11','Deal','no',NULL,NULL,NULL),(771,'2025-05-30 10:49:16','585','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748591356','2025-05-30 10:49:16','Deal','no',NULL,NULL,NULL),(772,'2025-05-30 11:10:07','586','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748592607','2025-05-30 11:10:07','Deal','no',NULL,NULL,NULL),(773,'2025-05-30 11:23:11','587','14','Interested','1','2025-05-30 12:00:00','He has a client that he will refer to us for the hospital management system','','0.00','First Call',1,'141748593391','2025-05-30 11:23:11','Deal','no',NULL,NULL,NULL),(774,'2025-05-30 11:48:52','588','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748594932','2025-05-30 11:48:52','Deal','no',NULL,NULL,NULL),(775,'2025-05-30 11:54:12','589','14','Not Ordered','1','2025-05-30 12:00:00','appreciated the information shared','','0.00','First Call',1,'141748595252','2025-05-30 11:54:12','Deal','no',NULL,NULL,NULL),(776,'2025-05-30 12:24:57','590','14','Not Ordered','1','2025-05-30 12:00:00','with a client, will get back to me','','0.00','First Call',1,'141748597097','2025-05-30 12:24:57','Deal','no',NULL,NULL,NULL),(777,'2025-05-30 12:26:57','591','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748597217','2025-05-30 12:26:57','Deal','no',NULL,NULL,NULL),(778,'2025-05-30 12:30:00','592','14','Not Interested','1','2025-05-30 12:00:00','busy, not interested','','0.00','First Call',1,'141748597400','2025-05-30 12:30:00','Deal','no',NULL,NULL,NULL),(779,'2025-05-30 12:33:46','593','14','Not Interested','1','2025-05-30 12:00:00','Not looking for any right now','','0.00','First Call',1,'141748597626','2025-05-30 12:33:46','Deal','no',NULL,NULL,NULL),(780,'2025-05-30 12:36:39','594','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748597799','2025-05-30 12:36:39','Deal','no',NULL,NULL,NULL),(781,'2025-05-30 12:43:47','595','14','Not Interested','1','2025-05-30 12:00:00','not interested','','0.00','First Call',1,'141748598227','2025-05-30 12:43:47','Deal','no',NULL,NULL,NULL),(782,'2025-05-30 12:58:34','596','14','Not Interested','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748599114','2025-05-30 12:58:34','Deal','no',NULL,NULL,NULL),(783,'2025-05-30 13:11:24','597','14','Not Interested','1','2025-05-30 12:00:00','not interested','','0.00','First Call',1,'141748599884','2025-05-30 13:11:24','Deal','no',NULL,NULL,NULL),(784,'2025-05-30 14:21:03','598','14','Not Ordered','1','2025-05-30 12:00:00','share on email','','0.00','First Call',1,'141748604063','2025-05-30 14:21:03','Deal','no',NULL,NULL,NULL),(785,'2025-05-30 14:26:29','599','14','Not Interested','1','2025-05-30 12:00:00','already have someone','','0.00','First Call',1,'141748604389','2025-05-30 14:26:29','Deal','no',NULL,NULL,NULL),(786,'2025-05-30 14:34:06','600','14','Not Ordered','1','2025-05-30 12:00:00','Listened and he will get back to me','','0.00','First Call',1,'141748604846','2025-05-30 14:34:06','Deal','no',NULL,NULL,NULL),(787,'2025-05-30 14:41:05','601','14','Not Ordered','1','2025-05-30 12:00:00','will contact incase of need','','0.00','First Call',1,'141748605265','2025-05-30 14:41:05','Deal','no',NULL,NULL,NULL),(788,'2025-05-30 14:45:54','602','14','Not Interested','1','2025-05-30 12:00:00','will call incase they need the services','','0.00','First Call',1,'141748605554','2025-05-30 14:45:54','Deal','no',NULL,NULL,NULL),(789,'2025-05-30 14:48:35','603','14','Not Interested','1','2025-05-30 12:00:00','not interested','','0.00','First Call',1,'141748605715','2025-05-30 14:48:35','Deal','no',NULL,NULL,NULL),(790,'2025-05-30 14:52:56','604','14','Not Ordered','1','2025-05-30 12:00:00','share on WhatsApp and he will look through','','0.00','First Call',1,'141748605976','2025-05-30 14:52:56','Deal','no',NULL,NULL,NULL),(791,'2025-05-30 14:56:37','605','14','Not Ordered','1','2025-05-30 12:00:00','share on whatsapp','','0.00','First Call',1,'141748606197','2025-05-30 14:56:37','Deal','no',NULL,NULL,NULL),(792,'2025-05-30 15:13:50','606','14','Not Interested','1','2025-05-30 12:00:00','not interested, he is also owns a software company','','0.00','First Call',1,'141748607230','2025-05-30 15:13:50','Deal','no',NULL,NULL,NULL),(793,'2025-05-30 15:20:29','607','14','Not Ordered','1','2025-05-30 12:00:00','share on email','','0.00','First Call',1,'141748607629','2025-05-30 15:20:29','Deal','no',NULL,NULL,NULL),(794,'2025-05-30 15:22:32','608','14','Not Interested','1','2025-05-30 12:00:00','in a meeting, not interested','','0.00','First Call',1,'141748607752','2025-05-30 15:22:32','Deal','no',NULL,NULL,NULL),(795,'2025-05-30 15:25:02','609','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748607902','2025-05-30 15:25:02','Deal','no',NULL,NULL,NULL),(796,'2025-05-30 15:31:27','610','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748608287','2025-05-30 15:31:27','Deal','no',NULL,NULL,NULL),(797,'2025-05-30 15:43:06','611','14','Not Ordered','1','2025-05-30 12:00:00','share on email','','0.00','First Call',1,'141748608986','2025-05-30 15:43:06','Deal','no',NULL,NULL,NULL),(798,'2025-05-30 15:46:12','612','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748609172','2025-05-30 15:46:12','Deal','no',NULL,NULL,NULL),(799,'2025-05-30 16:10:39','613','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748610639','2025-05-30 16:10:39','Deal','no',NULL,NULL,NULL),(800,'2025-05-30 16:18:16','614','14','Not Ordered','1','2025-05-30 12:00:00','share on whatsapp','','0.00','First Call',1,'141748611096','2025-05-30 16:18:16','Deal','no',NULL,NULL,NULL),(801,'2025-05-30 16:24:06','615','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748611446','2025-05-30 16:24:06','Deal','no',NULL,NULL,NULL),(802,'2025-05-30 16:29:26','616','14','Not Ordered','1','2025-05-30 12:00:00','will forward our contact to the ict team and they will contact me','','0.00','First Call',1,'141748611766','2025-05-30 16:29:26','Deal','no',NULL,NULL,NULL),(803,'2025-05-30 16:39:56','617','14','Not Picking','1','2025-05-30 12:00:00','not picking','','0.00','First Call',1,'141748612396','2025-05-30 16:39:56','Deal','no',NULL,NULL,NULL),(804,'2025-05-30 16:44:57','618','14','Not Ordered','1','2025-05-30 12:00:00','in meeting, share on whatsapp','','0.00','First Call',1,'141748612697','2025-05-30 16:44:57','Deal','no',NULL,NULL,NULL),(805,'2025-06-02 13:17:30','619','14','Not Picking','1','2025-06-02 12:00:00','','not picking','0.00','First Call',1,'141748859450','2025-06-02 13:17:30','Deal','no',NULL,NULL,NULL),(806,'2025-06-02 13:19:10','620','14','Not Interested','1','2025-06-02 12:00:00','information well received','','0.00','First Call',1,'141748859550','2025-06-02 13:19:10','Deal','no',NULL,NULL,NULL),(807,'2025-06-02 13:20:37','621','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748859637','2025-06-02 13:20:37','Deal','no',NULL,NULL,NULL),(808,'2025-06-02 13:21:44','622','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748859704','2025-06-02 13:21:44','Deal','no',NULL,NULL,NULL),(809,'2025-06-02 13:22:37','623','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748859757','2025-06-02 13:22:37','Deal','no',NULL,NULL,NULL),(810,'2025-06-02 13:24:16','624','14','Not Ordered','1','2025-06-02 12:00:00','not interested','he will contact when in need','0.00','First Call',1,'141748859856','2025-06-02 13:24:16','Deal','no',NULL,NULL,NULL),(811,'2025-06-02 13:33:34','625','14','Not Interested','1','2025-06-02 12:00:00','Busy, will contact incase he needs any ','','0.00','First Call',1,'141748860414','2025-06-02 13:33:34','Deal','no',NULL,NULL,NULL),(812,'2025-06-02 13:52:18','626','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748861538','2025-06-02 13:52:18','Deal','no',NULL,NULL,NULL),(813,'2025-06-02 13:53:58','627','14','Not Picking','1','2025-06-02 12:00:00','','','0.00','First Call',1,'141748861638','2025-06-02 13:53:58','Deal','no',NULL,NULL,NULL),(814,'2025-06-02 13:57:17','628','14','Not Interested','1','2025-06-02 12:00:00','busy','','0.00','First Call',1,'141748861837','2025-06-02 13:57:17','Deal','no',NULL,NULL,NULL),(815,'2025-06-02 13:59:27','629','14','Not Ordered','1','2025-06-02 12:00:00','will call incase of need','','0.00','First Call',1,'141748861967','2025-06-02 13:59:27','Deal','no',NULL,NULL,NULL),(816,'2025-06-02 14:01:26','630','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748862086','2025-06-02 14:01:26','Deal','no',NULL,NULL,NULL),(817,'2025-06-02 14:03:02','631','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748862182','2025-06-02 14:03:02','Deal','no',NULL,NULL,NULL),(818,'2025-06-02 14:05:27','632','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748862327','2025-06-02 14:05:27','Deal','no',NULL,NULL,NULL),(819,'2025-06-02 14:07:50','633','14','Not Ordered','1','2025-06-02 12:00:00','will contact incase of need','','0.00','First Call',1,'141748862470','2025-06-02 14:07:50','Deal','no',NULL,NULL,NULL),(820,'2025-06-02 14:10:50','634','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748862650','2025-06-02 14:10:50','Deal','no',NULL,NULL,NULL),(821,'2025-06-02 14:13:58','635','14','Not Ordered','1','2025-06-02 12:00:00','information well received','','0.00','First Call',1,'141748862838','2025-06-02 14:13:58','Deal','no',NULL,NULL,NULL),(822,'2025-06-02 14:27:04','636','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748863624','2025-06-02 14:27:04','Deal','no',NULL,NULL,NULL),(823,'2025-06-02 14:30:00','637','14','Not Picking','1','2025-06-02 12:00:00','256753341766','not picking','0.00','First Call',1,'141748863800','2025-06-02 14:30:00','Deal','no',NULL,NULL,NULL),(824,'2025-06-02 14:35:59','638','14','Not Ordered','1','2025-06-02 12:00:00','will communicate incase of need','','0.00','First Call',1,'141748864159','2025-06-02 14:35:59','Deal','no',NULL,NULL,NULL),(825,'2025-06-02 14:40:06','639','14','Not Ordered','1','2025-06-02 12:00:00','will communicate','','0.00','First Call',1,'141748864406','2025-06-02 14:40:06','Deal','no',NULL,NULL,NULL),(826,'2025-06-02 14:41:35','640','14','Not Picking','1','2025-06-02 12:00:00','not going through','','0.00','First Call',1,'141748864495','2025-06-02 14:41:35','Deal','no',NULL,NULL,NULL),(827,'2025-06-02 14:42:50','641','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748864570','2025-06-02 14:42:50','Deal','no',NULL,NULL,NULL),(828,'2025-06-02 14:44:51','642','14','Not Ordered','1','2025-06-02 12:00:00','busy, he will call later','','0.00','First Call',1,'141748864691','2025-06-02 14:44:51','Deal','no',NULL,NULL,NULL),(829,'2025-06-02 14:46:15','643','14','Not Interested','1','2025-06-02 12:00:00','in a meeting','','0.00','First Call',1,'141748864775','2025-06-02 14:46:15','Deal','no',NULL,NULL,NULL),(830,'2025-06-02 14:50:15','644','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748865015','2025-06-02 14:50:15','Deal','no',NULL,NULL,NULL),(831,'2025-06-02 14:52:45','645','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748865165','2025-06-02 14:52:45','Deal','no',NULL,NULL,NULL),(832,'2025-06-02 14:53:52','646','14','Not Ordered','1','2025-06-02 12:00:00',' busy','','0.00','First Call',1,'141748865232','2025-06-02 14:53:52','Deal','no',NULL,NULL,NULL),(833,'2025-06-02 14:55:11','647','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748865311','2025-06-02 14:55:11','Deal','no',NULL,NULL,NULL),(834,'2025-06-02 15:16:32','648','14','Not Picking','1','2025-06-02 12:00:00','not picking','','0.00','First Call',1,'141748866592','2025-06-02 15:16:32','Deal','no',NULL,NULL,NULL),(835,'2025-06-02 15:18:05','649','14','Not Ordered','1','2025-06-02 12:00:00','will communicate in case of need','','0.00','First Call',1,'141748866685','2025-06-02 15:18:05','Deal','no',NULL,NULL,NULL),(836,'2025-06-02 15:19:59','650','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748866799','2025-06-02 15:19:59','Deal','no',NULL,NULL,NULL),(837,'2025-06-02 15:59:16','651','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748869156','2025-06-02 15:59:16','Deal','no',NULL,NULL,NULL),(838,'2025-06-02 16:07:07','652','14','Not Interested','1','2025-06-02 12:00:00','made busy','','0.00','First Call',1,'141748869627','2025-06-02 16:07:07','Deal','no',NULL,NULL,NULL),(839,'2025-06-02 16:10:32','653','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748869832','2025-06-02 16:10:32','Deal','no',NULL,NULL,NULL),(840,'2025-06-02 16:13:00','654','14','Don\'t Call me again','1','2025-06-02 12:00:00','he will call, don\'t call again','','0.00','First Call',1,'141748869980','2025-06-02 16:13:00','Deal','no',NULL,NULL,NULL),(841,'2025-06-02 16:17:31','655','14','Not Interested','1','2025-06-02 12:00:00','not interested','','0.00','First Call',1,'141748870251','2025-06-02 16:17:31','Deal','no',NULL,NULL,NULL),(842,'2025-06-04 12:25:28','656','14','Not Ordered','1','2025-06-04 12:00:00','she will be interested the biometric time attendance and cctv cameras but in future. she will reach out when she is ready.','','0.00','First Call',1,'141749029128','2025-06-04 12:25:28','Deal','no',NULL,NULL,NULL),(843,'2025-06-04 12:28:13','657','14','Not Picking','1','2025-06-04 12:00:00','not picking','','0.00','First Call',1,'141749029293','2025-06-04 12:28:13','Deal','no',NULL,NULL,NULL),(844,'2025-06-04 12:33:19','658','14','Not Picking','1','2025-06-04 12:00:00','not picking','','0.00','First Call',1,'141749029599','2025-06-04 12:33:19','Deal','no',NULL,NULL,NULL),(845,'2025-06-04 12:36:35','659','14','Not Ordered','1','2025-06-04 12:00:00','Busy but share on whatsapp','','0.00','First Call',1,'141749029795','2025-06-04 12:36:35','Deal','no',NULL,NULL,NULL),(846,'2025-06-11 10:04:04','660','14','Not Picking','1','2025-06-11 12:00:00','on another line','','0.00','First Call',1,'141749625444','2025-06-11 10:04:04','Deal','no',NULL,NULL,NULL),(847,'2025-06-11 10:08:02','661','14','Not Ordered','1','2025-06-11 12:00:00','busy, share them on whatsapp','','0.00','First Call',1,'141749625682','2025-06-11 10:08:02','Deal','no',NULL,NULL,NULL),(848,'2025-06-11 10:12:23','2','15','Not Picking','1','2025-06-11 12:00:00','','','','Followup 4',1,'151743083596','2025-06-11 10:12:23','Deal','no',NULL,NULL,NULL),(849,'2025-06-11 10:12:23','662','14','Not Ordered','1','2025-06-11 12:00:00','Busy, share on whatsapp','','0.00','First Call',1,'141749625943','2025-06-11 10:12:23','Deal','no',NULL,NULL,NULL),(850,'2025-06-11 16:17:02','663','14','Not Interested','1','2025-06-11 12:00:00','not interested','','0.00','First Call',1,'141749647822','2025-06-11 16:17:02','Deal','no',NULL,NULL,NULL),(851,'2025-06-11 16:20:18','664','14','Not Interested','1','2025-06-11 12:00:00','don\'t need them at the moment','','0.00','First Call',1,'141749648018','2025-06-11 16:20:18','Deal','no',NULL,NULL,NULL),(852,'2025-06-11 16:23:06','665','14','Not Interested','1','2025-06-11 12:00:00','busy','','0.00','First Call',1,'141749648186','2025-06-11 16:23:06','Deal','no',NULL,NULL,NULL),(853,'2025-06-11 16:24:53','666','14','Not Picking','1','2025-06-11 12:00:00','busy','','0.00','First Call',1,'141749648293','2025-06-11 16:24:53','Deal','no',NULL,NULL,NULL),(854,'2025-06-11 16:26:53','667','14','Not Picking','1','2025-06-11 12:00:00','not picking','','0.00','First Call',1,'141749648413','2025-06-11 16:26:53','Deal','no',NULL,NULL,NULL),(855,'2025-06-11 16:40:21','668','14','Not Picking','1','2025-06-11 12:00:00','not picking','','0.00','First Call',1,'141749649221','2025-06-11 16:40:21','Deal','no',NULL,NULL,NULL),(856,'2025-06-12 09:47:21','669','14','Not Ordered','1','2025-06-12 12:00:00','share on WhatsApp then they see if any of our systems can work for them','','0.00','First Call',1,'141749710841','2025-06-12 09:47:21','Deal','no',NULL,NULL,NULL),(857,'2025-06-12 09:49:00','670','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749710940','2025-06-12 09:49:00','Deal','no',NULL,NULL,NULL),(858,'2025-06-12 09:53:33','671','14','Not Interested','1','2025-06-12 12:00:00','Have an IT department handling that','','0.00','First Call',1,'141749711213','2025-06-12 09:53:33','Deal','no',NULL,NULL,NULL),(859,'2025-06-12 09:59:47','672','14','Not Ordered','1','2025-06-12 12:00:00','He\'s not at the school, but he will share our number with someone who is and hat person will call us.','','0.00','First Call',1,'141749711587','2025-06-12 09:59:47','Deal','no',NULL,NULL,NULL),(860,'2025-06-12 10:07:59','673','14','Not Interested','1','2025-06-12 12:00:00','not interested','','0.00','First Call',1,'141749712079','2025-06-12 10:07:59','Deal','no',NULL,NULL,NULL),(861,'2025-06-12 10:27:54','674','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749713274','2025-06-12 10:27:54','Deal','no',NULL,NULL,NULL),(862,'2025-06-12 10:32:04','675','14','Not Ordered','1','2025-06-12 12:00:00','share on WhatsApp','','0.00','First Call',1,'141749713524','2025-06-12 10:32:04','Deal','no',NULL,NULL,NULL),(863,'2025-06-12 10:54:22','676','14','Not Ordered','1','2025-06-12 12:00:00','saved the number, will contact incase of the need','','0.00','First Call',1,'141749714862','2025-06-12 10:54:22','Deal','no',NULL,NULL,NULL),(864,'2025-06-12 10:58:40','677','14','Not Ordered','1','2025-06-12 12:00:00','share them on WhatsApp because he\'s busy.','','0.00','First Call',1,'141749715120','2025-06-12 10:58:40','Deal','no',NULL,NULL,NULL),(865,'2025-06-12 11:02:17','678','14','Not Interested','1','2025-06-12 12:00:00','He will contact incase of need','','0.00','First Call',1,'141749715337','2025-06-12 11:02:17','Deal','no',NULL,NULL,NULL),(866,'2025-06-12 11:18:59','679','14','Not Interested','1','2025-06-12 12:00:00','not interested','','0.00','First Call',1,'141749716339','2025-06-12 11:18:59','Deal','no',NULL,NULL,NULL),(867,'2025-06-12 11:21:33','680','14','Not Interested','1','2025-06-12 12:00:00','not interested','','0.00','First Call',1,'141749716493','2025-06-12 11:21:33','Deal','no',NULL,NULL,NULL),(868,'2025-06-12 11:28:37','681','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749716917','2025-06-12 11:28:37','Deal','no',NULL,NULL,NULL),(869,'2025-06-12 11:31:57','682','14','Not Picking','1','2025-06-12 12:00:00','on another line','','0.00','First Call',1,'141749717117','2025-06-12 11:31:57','Deal','no',NULL,NULL,NULL),(870,'2025-06-12 11:54:21','683','14','Not Ordered','1','2025-06-12 12:00:00','its better to physically go there and talk to people IN charge than calling.','','0.00','First Call',1,'141749718461','2025-06-12 11:54:21','Deal','no',NULL,NULL,NULL),(871,'2025-06-12 11:58:53','684','14','Not Ordered','1','2025-06-12 12:00:00','driving, share on WhatsApp','','0.00','First Call',1,'141749718733','2025-06-12 11:58:53','Deal','no',NULL,NULL,NULL),(872,'2025-06-12 12:09:03','685','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749719343','2025-06-12 12:09:03','Deal','no',NULL,NULL,NULL),(873,'2025-06-12 12:11:18','686','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749719478','2025-06-12 12:11:18','Deal','no',NULL,NULL,NULL),(874,'2025-06-12 12:14:58','687','14','Not Ordered','1','2025-06-12 12:00:00','in a meeting, share on WhatsApp','','0.00','First Call',1,'141749719698','2025-06-12 12:14:58','Deal','no',NULL,NULL,NULL),(875,'2025-06-12 12:18:26','688','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749719906','2025-06-12 12:18:26','Deal','no',NULL,NULL,NULL),(876,'2025-06-12 12:32:03','689','14','Interested','1','2025-06-12 12:00:00','Going to share with a partner the get back to me','','0.00','First Call',1,'141749720723','2025-06-12 12:32:03','Deal','no',NULL,NULL,NULL),(877,'2025-06-12 14:09:07','690','14','Not Interested','1','2025-06-12 12:00:00','Already have an ict company supporting them','','0.00','First Call',1,'141749726547','2025-06-12 14:09:07','Deal','no',NULL,NULL,NULL),(878,'2025-06-12 14:11:07','691','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749726667','2025-06-12 14:11:07','Deal','no',NULL,NULL,NULL),(879,'2025-06-12 14:13:03','692','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749726783','2025-06-12 14:13:03','Deal','no',NULL,NULL,NULL),(880,'2025-06-12 14:15:56','693','14','Not Ordered','1','2025-06-12 12:00:00','in a noisy place, share on WhatsApp','','0.00','First Call',1,'141749726956','2025-06-12 14:15:56','Deal','no',NULL,NULL,NULL),(881,'2025-06-12 14:22:29','694','14','Not Interested','1','2025-06-12 12:00:00','not intrested','','0.00','First Call',1,'141749727349','2025-06-12 14:22:29','Deal','no',NULL,NULL,NULL),(882,'2025-06-12 14:25:39','695','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749727539','2025-06-12 14:25:39','Deal','no',NULL,NULL,NULL),(883,'2025-06-12 14:28:54','696','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749727734','2025-06-12 14:28:54','Deal','no',NULL,NULL,NULL),(884,'2025-06-12 14:37:54','697','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749728274','2025-06-12 14:37:54','Deal','no',NULL,NULL,NULL),(885,'2025-06-12 14:43:58','698','14','Not Ordered','1','2025-06-12 12:00:00','share on WhatsApp','','0.00','First Call',1,'141749728638','2025-06-12 14:43:58','Deal','no',NULL,NULL,NULL),(886,'2025-06-12 14:46:33','699','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749728793','2025-06-12 14:46:33','Deal','no',NULL,NULL,NULL),(887,'2025-06-12 15:52:18','700','14','Not Interested','1','2025-06-12 12:00:00','not interested','','0.00','First Call',1,'141749732738','2025-06-12 15:52:18','Deal','no',NULL,NULL,NULL),(888,'2025-06-12 15:54:08','701','14','Not Interested','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749732848','2025-06-12 15:54:08','Deal','no',NULL,NULL,NULL),(889,'2025-06-12 16:02:27','702','14','Not Ordered','1','2025-06-12 12:00:00','share on WhatsApp','','0.00','First Call',1,'141749733347','2025-06-12 16:02:27','Deal','no',NULL,NULL,NULL),(890,'2025-06-12 16:07:16','703','14','Not Ordered','1','2025-06-12 12:00:00','share on WhatsApp, bad network','','0.00','First Call',1,'141749733636','2025-06-12 16:07:16','Deal','no',NULL,NULL,NULL),(891,'2025-06-12 16:20:26','704','14','Interested','1','2025-06-12 12:00:00','interested in a system with balance sheet /accounting.','Call him on Monday morning, wants a physical demo at office','0.00','First Call',1,'141749734426','2025-06-12 16:20:26','Deal','no',NULL,NULL,NULL),(892,'2025-06-12 16:22:34','705','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749734554','2025-06-12 16:22:34','Deal','no',NULL,NULL,NULL),(893,'2025-06-12 16:25:02','706','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749734702','2025-06-12 16:25:02','Deal','no',NULL,NULL,NULL),(894,'2025-06-12 16:32:58','707','14','Not Ordered','1','2025-06-12 12:00:00','share company website on WhatsApp','','0.00','First Call',1,'141749735178','2025-06-12 16:32:58','Deal','no',NULL,NULL,NULL),(895,'2025-06-12 16:35:20','708','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749735320','2025-06-12 16:35:20','Deal','no',NULL,NULL,NULL),(896,'2025-06-12 16:40:29','709','14','Not Interested','1','2025-06-12 12:00:00','not interested','','0.00','First Call',1,'141749735629','2025-06-12 16:40:29','Deal','no',NULL,NULL,NULL),(897,'2025-06-12 16:50:04','710','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749736204','2025-06-12 16:50:04','Deal','no',NULL,NULL,NULL),(898,'2025-06-12 16:57:32','711','14','Not Picking','1','2025-06-12 12:00:00','not picking','','0.00','First Call',1,'141749736652','2025-06-12 16:57:32','Deal','no',NULL,NULL,NULL),(899,'2025-06-13 10:07:32','712','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749798452','2025-06-13 10:07:32','Deal','no',NULL,NULL,NULL),(900,'2025-06-13 10:36:36','713','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749800196','2025-06-13 10:36:36','Deal','no',NULL,NULL,NULL),(901,'2025-06-13 10:41:31','714','14','Not Ordered','1','2025-06-13 12:00:00','share on whatsapp','','0.00','First Call',1,'141749800491','2025-06-13 10:41:31','Deal','no',NULL,NULL,NULL),(902,'2025-06-13 10:46:33','715','14','Not Ordered','1','2025-06-13 12:00:00','share on WhatsApp so that he can go through','','0.00','First Call',1,'141749800793','2025-06-13 10:46:33','Deal','no',NULL,NULL,NULL),(903,'2025-06-13 10:52:27','716','14','Not Ordered','1','2025-06-13 12:00:00','still busy with a client but will call back','','0.00','First Call',1,'141749801147','2025-06-13 10:52:27','Deal','no',NULL,NULL,NULL),(904,'2025-06-13 10:54:44','717','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749801284','2025-06-13 10:54:44','Deal','no',NULL,NULL,NULL),(905,'2025-06-13 10:57:30','718','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749801450','2025-06-13 10:57:30','Deal','no',NULL,NULL,NULL),(906,'2025-06-13 11:19:57','719','14','Call Later','1','2025-06-13 12:30:00','call in 2 hours so that she shares the email where to sent information','','0.00','First Call',1,'141749802797','2025-06-13 11:19:57','Deal','no',NULL,NULL,NULL),(907,'2025-06-13 11:23:57','720','14','Not Interested','1','2025-06-13 12:00:00','Ended the call ','','0.00','First Call',1,'141749803037','2025-06-13 11:23:57','Deal','no',NULL,NULL,NULL),(908,'2025-06-13 11:29:02','721','14','Not Interested','1','2025-06-13 12:00:00','not interested in any services at the moment','','0.00','First Call',1,'141749803342','2025-06-13 11:29:02','Deal','no',NULL,NULL,NULL),(909,'2025-06-13 11:32:46','722','14','Not Ordered','1','2025-06-13 12:00:00','manager is not around but will forward the contact to her and she will call back','','0.00','First Call',1,'141749803566','2025-06-13 11:32:46','Deal','no',NULL,NULL,NULL),(910,'2025-06-13 11:35:20','723','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749803720','2025-06-13 11:35:20','Deal','no',NULL,NULL,NULL),(911,'2025-06-13 11:41:00','724','14','Not Interested','1','2025-06-13 12:00:00','not interested','','0.00','First Call',1,'141749804060','2025-06-13 11:41:00','Deal','no',NULL,NULL,NULL),(912,'2025-06-13 11:47:57','725','14','Not Interested','1','2025-06-13 12:00:00','ended the call','','0.00','First Call',1,'141749804477','2025-06-13 11:47:57','Deal','no',NULL,NULL,NULL),(913,'2025-06-13 11:53:15','726','14','Not Ordered','1','2025-06-13 12:00:00','saving the contact then call incase of need','','0.00','First Call',1,'141749804795','2025-06-13 11:53:15','Deal','no',NULL,NULL,NULL),(914,'2025-06-13 12:07:41','727','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749805661','2025-06-13 12:07:41','Deal','no',NULL,NULL,NULL),(915,'2025-06-13 12:12:28','728','14','Not Ordered','1','2025-06-13 12:00:00','Suggested that we should attend the Wednesday meeting for referral business','','0.00','First Call',1,'141749805948','2025-06-13 12:12:28','Deal','no',NULL,NULL,NULL),(916,'2025-06-13 12:15:43','729','14','Not Interested','1','2025-06-13 12:00:00','have an it service provider ','','0.00','First Call',1,'141749806143','2025-06-13 12:15:43','Deal','no',NULL,NULL,NULL),(917,'2025-06-13 12:19:14','730','14','Not Interested','1','2025-06-13 12:00:00','busy with a patient/ not in need','','0.00','First Call',1,'141749806354','2025-06-13 12:19:14','Deal','no',NULL,NULL,NULL),(918,'2025-06-13 12:23:40','731','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749806620','2025-06-13 12:23:40','Deal','no',NULL,NULL,NULL),(919,'2025-06-13 12:32:03','732','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749807123','2025-06-13 12:32:03','Deal','no',NULL,NULL,NULL),(920,'2025-06-13 12:40:17','733','14','Not Ordered','1','2025-06-13 12:00:00','mind need it in future . saving the contact for future reference','','0.00','First Call',1,'141749807617','2025-06-13 12:40:17','Deal','no',NULL,NULL,NULL),(921,'2025-06-13 12:54:45','734','14','Not Ordered','1','2025-06-13 12:00:00','in a meeting','','0.00','First Call',1,'141749808485','2025-06-13 12:54:45','Deal','no',NULL,NULL,NULL),(922,'2025-06-13 12:58:13','735','14','Not Interested','1','2025-06-13 12:00:00','busy','','0.00','First Call',1,'141749808693','2025-06-13 12:58:13','Deal','no',NULL,NULL,NULL),(923,'2025-06-13 13:02:10','736','14','Not Ordered','1','2025-06-13 12:00:00','share on whatsapp','','0.00','First Call',1,'141749808930','2025-06-13 13:02:10','Deal','no',NULL,NULL,NULL),(924,'2025-06-13 14:15:13','737','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749813313','2025-06-13 14:15:13','Deal','no',NULL,NULL,NULL),(925,'2025-06-13 14:21:51','738','14','Not Interested','1','2025-06-13 12:00:00','not interested','','0.00','First Call',1,'141749813711','2025-06-13 14:21:51','Deal','no',NULL,NULL,NULL),(926,'2025-06-13 14:24:45','739','14','Not Interested','1','2025-06-13 12:00:00','made busy','','0.00','First Call',1,'141749813885','2025-06-13 14:24:45','Deal','no',NULL,NULL,NULL),(927,'2025-06-13 14:29:01','740','14','Not Ordered','1','2025-06-13 12:00:00','share on email its where the contact was got.','','0.00','First Call',1,'141749814141','2025-06-13 14:29:01','Deal','no',NULL,NULL,NULL),(928,'2025-06-13 14:31:58','741','14','Not Ordered','1','2025-06-13 12:00:00','busy','','0.00','First Call',1,'141749814318','2025-06-13 14:31:58','Deal','no',NULL,NULL,NULL),(929,'2025-06-13 14:33:59','742','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749814439','2025-06-13 14:33:59','Deal','no',NULL,NULL,NULL),(930,'2025-06-13 14:35:55','743','14','Not Picking','1','2025-06-13 12:00:00','not picking- on another line','','0.00','First Call',1,'141749814555','2025-06-13 14:35:55','Deal','no',NULL,NULL,NULL),(931,'2025-06-13 14:38:03','744','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749814683','2025-06-13 14:38:03','Deal','no',NULL,NULL,NULL),(932,'2025-06-13 14:41:16','745','14','Not Interested','1','2025-06-13 12:00:00','not interested','','0.00','First Call',1,'141749814876','2025-06-13 14:41:16','Deal','no',NULL,NULL,NULL),(933,'2025-06-13 14:45:52','746','14','Not Interested','1','2025-06-13 12:00:00','not interested','','0.00','First Call',1,'141749815152','2025-06-13 14:45:52','Deal','no',NULL,NULL,NULL),(934,'2025-06-13 14:49:49','747','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749815389','2025-06-13 14:49:49','Deal','no',NULL,NULL,NULL),(935,'2025-06-13 14:52:16','748','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749815536','2025-06-13 14:52:16','Deal','no',NULL,NULL,NULL),(936,'2025-06-13 15:17:51','749','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749817071','2025-06-13 15:17:51','Deal','no',NULL,NULL,NULL),(937,'2025-06-13 15:23:51','750','14','Not Interested','1','2025-06-13 12:00:00','no business','','0.00','First Call',1,'141749817431','2025-06-13 15:23:51','Deal','no',NULL,NULL,NULL),(938,'2025-06-13 15:27:46','751','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749817666','2025-06-13 15:27:46','Deal','no',NULL,NULL,NULL),(939,'2025-06-13 15:30:35','752','14','Not Picking','1','2025-06-13 12:00:00','not picking','','0.00','First Call',1,'141749817835','2025-06-13 15:30:35','Deal','no',NULL,NULL,NULL),(940,'2025-06-13 17:04:42','753','14','Call Later','1','2025-06-13 12:00:00','go to his office today','','0.00','First Call',1,'141749823482','2025-06-13 17:04:42','Deal','no',NULL,NULL,NULL),(941,'2025-06-14 10:54:06','753','14','Call Later','1','2025-06-16 12:00:00','','Had a meeting with him and another follow up on his request will be made on moday','','Followup 1',1,'141749823482','2025-06-14 10:54:06','Deal','no',NULL,NULL,NULL),(942,'2025-06-14 10:54:58','752','14','Not Ordered','1','2025-06-14 12:00:00','','','NOT PICKING','Followup 1',1,'141749817835','2025-06-14 10:54:58','Deal','no',NULL,NULL,NULL),(943,'2025-06-14 10:55:49','719','14','Not Ordered','1','2025-06-14 12:00:00','','','did not pick','Followup 1',1,'141749802797','2025-06-14 10:55:49','Deal','no',NULL,NULL,NULL),(944,'2025-06-14 11:00:02','668','14','Not Ordered','1','2025-06-14 12:00:00','','','NEVER REPONDED TO THE CALL','Followup 1',1,'141749649221','2025-06-14 11:00:02','Deal','no',NULL,NULL,NULL),(945,'2025-06-14 11:08:02','591','14','Not Interested','1','2025-06-14 12:00:00','','','','Followup 1',1,'141748597217','2025-06-14 11:08:02','Deal','no',NULL,NULL,NULL),(946,'2025-06-14 11:08:48','751','14','Not Ordered','1','2025-06-14 12:00:00','','','NOT PICKING','Followup 1',1,'141749817666','2025-06-14 11:08:48','Deal','no',NULL,NULL,NULL),(947,'2025-06-16 10:45:21','754','14','Not Interested','1','2025-06-16 12:00:00','Not interested','','0.00','First Call',1,'141750059921','2025-06-16 10:45:21','Deal','no',NULL,NULL,NULL),(948,'2025-06-16 10:51:10','755','14','Not Interested','1','2025-06-16 12:00:00','ended the call','','0.00','First Call',1,'141750060270','2025-06-16 10:51:10','Deal','no',NULL,NULL,NULL),(949,'2025-06-16 11:02:13','756','14','Call Later','1','2025-06-19 10:00:00','prefers a physical meeting. he will find time and pass by for a physical engagement.','Remind him on Thursday','0.00','First Call',1,'141750060933','2025-06-16 11:02:13','Deal','no',NULL,NULL,NULL),(950,'2025-06-16 11:05:09','757','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750061109','2025-06-16 11:05:09','Deal','no',NULL,NULL,NULL),(951,'2025-06-16 11:08:22','758','14','Not Interested','1','2025-06-16 12:00:00','in a noisy place, not interested','','0.00','First Call',1,'141750061302','2025-06-16 11:08:22','Deal','no',NULL,NULL,NULL),(952,'2025-06-16 11:12:33','759','14','Call Later','1','2025-06-16 12:00:00','in a noisy place, can\'t hear','','0.00','First Call',1,'141750061553','2025-06-16 11:12:33','Deal','no',NULL,NULL,NULL),(953,'2025-06-16 11:16:22','760','14','Not Interested','1','2025-06-16 12:00:00','not interested','','0.00','First Call',1,'141750061782','2025-06-16 11:16:22','Deal','no',NULL,NULL,NULL),(954,'2025-06-16 11:19:13','761','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750061953','2025-06-16 11:19:13','Deal','no',NULL,NULL,NULL),(955,'2025-06-16 11:21:59','762','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750062119','2025-06-16 11:21:59','Deal','no',NULL,NULL,NULL),(956,'2025-06-16 11:30:42','763','14','Call Later','1','2025-06-17 12:00:00','busy offloading items, call some other time','','0.00','First Call',1,'141750062642','2025-06-16 11:30:42','Deal','no',NULL,NULL,NULL),(957,'2025-06-16 11:33:24','764','14','Not Ordered','1','2025-06-16 12:00:00','language challenge','','0.00','First Call',1,'141750062804','2025-06-16 11:33:24','Deal','no',NULL,NULL,NULL),(958,'2025-06-16 11:35:34','765','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750062934','2025-06-16 11:35:34','Deal','no',NULL,NULL,NULL),(959,'2025-06-16 11:42:52','766','14','Not Ordered','1','2025-06-16 12:00:00','share details on whatsapp and email the system that can support a medical center','','0.00','First Call',1,'141750063372','2025-06-16 11:42:52','Deal','no',NULL,NULL,NULL),(960,'2025-06-16 12:11:33','767','14','Not Interested','1','2025-06-16 12:00:00','Not interested but will keep the number incase she ever needs any n the future','','0.00','First Call',1,'141750065093','2025-06-16 12:11:33','Deal','no',NULL,NULL,NULL),(961,'2025-06-16 12:14:14','768','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750065254','2025-06-16 12:14:14','Deal','no',NULL,NULL,NULL),(962,'2025-06-16 12:16:38','769','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750065398','2025-06-16 12:16:38','Deal','no',NULL,NULL,NULL),(963,'2025-06-16 12:40:46','770','14','Not Ordered','1','2025-06-16 12:00:00','will find time and pass by the office . Wants to know more about the cctv cameras that capture voices','','0.00','First Call',1,'141750066846','2025-06-16 12:40:46','Deal','no',NULL,NULL,NULL),(964,'2025-06-16 12:51:08','771','14','Not Ordered','1','2025-06-16 12:00:00','Requested we get in touch on WhatsApp. He is in a noisy place.','','0.00','First Call',1,'141750067468','2025-06-16 12:51:08','Deal','no',NULL,NULL,NULL),(965,'2025-06-16 12:59:58','772','14','Not Ordered','1','2025-06-16 12:00:00','phone soon shutting down maybe share on whatsapp','','0.00','First Call',1,'141750067998','2025-06-16 12:59:58','Deal','no',NULL,NULL,NULL),(966,'2025-06-16 14:12:47','773','14','Not Ordered','1','2025-06-16 12:00:00','share on WhatsApp','','0.00','First Call',1,'141750072367','2025-06-16 14:12:47','Deal','no',NULL,NULL,NULL),(967,'2025-06-16 14:15:28','774','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750072528','2025-06-16 14:15:28','Deal','no',NULL,NULL,NULL),(968,'2025-06-16 14:28:15','775','14','Not Ordered','1','2025-06-16 12:00:00','share on WhatsApp','','0.00','First Call',1,'141750073295','2025-06-16 14:28:15','Deal','no',NULL,NULL,NULL),(969,'2025-06-16 14:32:10','776','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750073530','2025-06-16 14:32:10','Deal','no',NULL,NULL,NULL),(970,'2025-06-16 14:36:43','777','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750073803','2025-06-16 14:36:43','Deal','no',NULL,NULL,NULL),(971,'2025-06-16 15:13:43','778','14','Not Ordered','1','2025-06-16 12:00:00','share them on whatsapp, he\'s in a meeting.','','0.00','First Call',1,'141750076023','2025-06-16 15:13:43','Deal','no',NULL,NULL,NULL),(972,'2025-06-16 15:37:46','779','14','Not Interested','1','2025-06-16 12:00:00','not interested','','0.00','First Call',1,'141750077466','2025-06-16 15:37:46','Deal','no',NULL,NULL,NULL),(973,'2025-06-16 15:52:36','780','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750078356','2025-06-16 15:52:36','Deal','no',NULL,NULL,NULL),(974,'2025-06-16 15:55:56','781','14','Not Picking','1','2025-06-16 12:00:00','not picking','','0.00','First Call',1,'141750078556','2025-06-16 15:55:56','Deal','no',NULL,NULL,NULL),(975,'2025-06-16 16:02:47','782','14','Not Ordered','1','2025-06-16 12:00:00','language challenge ','','0.00','First Call',1,'141750078967','2025-06-16 16:02:47','Deal','no',NULL,NULL,NULL),(976,'2025-06-17 10:42:39','783','14','Not Ordered','1','2025-06-17 12:00:00','will contact incase of need','','0.00','First Call',1,'141750146159','2025-06-17 10:42:39','Deal','no',NULL,NULL,NULL),(977,'2025-06-17 11:26:25','784','14','Not Ordered','1','2025-06-17 12:00:00','share pos information on whatsapp','','0.00','First Call',1,'141750148785','2025-06-17 11:26:25','Deal','no',NULL,NULL,NULL),(978,'2025-06-17 11:56:39','785','14','Not Picking','1','2025-06-17 12:00:00','not picking','','0.00','First Call',1,'141750150599','2025-06-17 11:56:39','Deal','no',NULL,NULL,NULL),(979,'2025-06-17 12:04:54','786','14','Not Picking','1','2025-06-17 12:00:00','not picking','','0.00','First Call',1,'141750151094','2025-06-17 12:04:54','Deal','no',NULL,NULL,NULL),(980,'2025-06-17 12:06:08','787','14','Not Picking','1','2025-06-17 12:00:00','not picking','','0.00','First Call',1,'141750151168','2025-06-17 12:06:08','Deal','no',NULL,NULL,NULL),(981,'2025-06-17 12:18:45','788','14','Not Ordered','1','2025-06-17 12:00:00','share information on whatsapp','','0.00','First Call',1,'141750151925','2025-06-17 12:18:45','Deal','no',NULL,NULL,NULL),(982,'2025-06-17 12:39:28','789','14','Not Ordered','1','2025-06-17 12:00:00','We have to go physically and talk to the management','','0.00','First Call',1,'141750153168','2025-06-17 12:39:28','Deal','no',NULL,NULL,NULL),(983,'2025-06-17 12:42:26','790','14','Not Picking','1','2025-06-17 12:00:00','NOT PICKING','','0.00','First Call',1,'141750153346','2025-06-17 12:42:26','Deal','no',NULL,NULL,NULL),(984,'2025-06-17 14:51:21','791','14','Not Interested','1','2025-06-17 12:00:00','already have an ict company supporting them maybe in future','','0.00','First Call',1,'141750161081','2025-06-17 14:51:21','Deal','no',NULL,NULL,NULL),(985,'2025-06-17 14:56:37','792','14','Not Picking','1','2025-06-17 12:00:00','not picking','','0.00','First Call',1,'141750161397','2025-06-17 14:56:37','Deal','no',NULL,NULL,NULL),(986,'2025-06-17 15:08:52','793','14','Not Ordered','1','2025-06-17 12:00:00','Wants a physical demo','','0.00','First Call',1,'141750162132','2025-06-17 15:08:52','Deal','no',NULL,NULL,NULL),(987,'2025-06-17 15:20:28','794','14','Not Interested','1','2025-06-17 12:00:00','already called, not interested','','0.00','First Call',1,'141750162828','2025-06-17 15:20:28','Deal','no',NULL,NULL,NULL),(988,'2025-06-17 15:43:04','795','14','Not Interested','1','2025-06-17 12:00:00','not interested','','0.00','First Call',1,'141750164184','2025-06-17 15:43:04','Deal','no',NULL,NULL,NULL),(989,'2025-06-18 11:11:10','437','15','Not Picking','1','2025-07-10 11:00:00','','','delaying to complete the the deal','Followup 4',1,'151747663326','2025-06-18 11:11:10','Deal','no',NULL,NULL,NULL),(990,'2025-06-18 11:15:31','11','15','Call Later','1','2025-07-09 11:15:00','still looking for money','','delaying to complete the the deal','Followup 6',1,'151743776212','2025-06-18 11:15:31','Deal','no',NULL,NULL,NULL),(991,'2025-06-18 11:17:31','2','15','Not Picking','1','2025-06-18 12:00:00','can not pass','','delaying to complete the deal','Followup 4',1,'151743083596','2025-06-18 11:17:31','Deal','no',NULL,NULL,NULL),(992,'2025-06-18 11:18:29','6','15','Not Interested','1','2025-07-10 11:00:00','tell me any tym','','','Followup 5',1,'151743244919','2025-06-18 11:18:29','Deal','no',NULL,NULL,NULL),(993,'2025-06-18 11:36:45','796','14','Not Ordered','1','2025-06-18 12:00:00','Busy at the moment but share on WhatsApp , and engage from there','','0.00','First Call',1,'141750235805','2025-06-18 11:36:45','Deal','no',NULL,NULL,NULL),(994,'2025-06-18 11:45:13','797','14','Not Interested','1','2025-06-18 12:00:00','HAVE ONE ALREADY MAYBE INFUTUER WHEN HE NEEDS ANOTHER SERVICE PROVIDER HE WILL CONTACT US.','','0.00','First Call',1,'141750236313','2025-06-18 11:45:13','Deal','no',NULL,NULL,NULL),(995,'2025-06-18 11:47:56','798','14','Not Interested','1','2025-06-18 12:00:00','WRONG PERSON','','0.00','First Call',1,'141750236476','2025-06-18 11:47:56','Deal','no',NULL,NULL,NULL),(996,'2025-06-18 12:06:38','799','14','Not Interested','1','2025-06-18 12:00:00','HE IS BUSY','','0.00','First Call',1,'141750237598','2025-06-18 12:06:38','Deal','no',NULL,NULL,NULL),(997,'2025-06-18 12:11:24','800','14','Not Interested','1','2025-06-18 12:00:00','BUSY, NOT INTERESTED','','0.00','First Call',1,'141750237884','2025-06-18 12:11:24','Deal','no',NULL,NULL,NULL),(998,'2025-06-18 12:34:34','801','14','Interested','1','2025-07-04 12:00:00','He will pass by for a demo when he comes to Kampala ','call for follow up in 2 weeks time','0.00','First Call',1,'141750239274','2025-06-18 12:34:34','Deal','no',NULL,NULL,NULL),(999,'2025-06-18 12:46:22','802','14','Interested','1','2025-06-18 12:00:00','HE WILL CALL BACK/ INTRESTED IN CAMERAS','','0.00','First Call',1,'141750239982','2025-06-18 12:46:22','Deal','no',NULL,NULL,NULL),(1000,'2025-06-18 12:55:33','803','14','Not Ordered','1','2025-06-18 12:00:00','share information on whatsapp','','0.00','First Call',1,'141750240533','2025-06-18 12:55:33','Deal','no',NULL,NULL,NULL),(1001,'2025-06-18 13:10:08','804','14','Not Interested','1','2025-06-18 12:00:00','not interested','','0.00','First Call',1,'141750241408','2025-06-18 13:10:08','Deal','no',NULL,NULL,NULL),(1002,'2025-06-18 13:14:42','805','14','Not Ordered','1','2025-06-18 12:00:00','with a patient share on whatsapp','','0.00','First Call',1,'141750241682','2025-06-18 13:14:42','Deal','no',NULL,NULL,NULL),(1003,'2025-06-18 14:08:33','806','14','Not Picking','1','2025-06-18 12:00:00','not picking','','0.00','First Call',1,'141750244913','2025-06-18 14:08:33','Deal','no',NULL,NULL,NULL),(1004,'2025-06-18 14:27:45','807','14','Not Ordered','1','2025-06-18 12:00:00','not financially in position to purchase but he will once he gets the money','','0.00','First Call',1,'141750246065','2025-06-18 14:27:45','Deal','no',NULL,NULL,NULL),(1005,'2025-06-18 14:34:04','808','14','Not Picking','1','2025-06-18 12:00:00','not picking','','0.00','First Call',1,'141750246444','2025-06-18 14:34:04','Deal','no',NULL,NULL,NULL),(1006,'2025-06-18 15:08:35','809','14','Not Ordered','1','2025-06-18 12:00:00','share company profile on whatsapp','','0.00','First Call',1,'141750248515','2025-06-18 15:08:35','Deal','no',NULL,NULL,NULL),(1007,'2025-06-18 15:25:03','810','14','Not Interested','1','2025-06-18 12:00:00','ended the call','','0.00','First Call',1,'141750249503','2025-06-18 15:25:03','Deal','no',NULL,NULL,NULL),(1008,'2025-06-18 16:19:59','811','14','Not Picking','1','2025-06-18 12:00:00','not picking','','0.00','First Call',1,'141750252799','2025-06-18 16:19:59','Deal','no',NULL,NULL,NULL),(1009,'2025-06-19 10:17:36','812','14','Not Picking','1','2025-06-19 12:00:00','not picking','','0.00','First Call',1,'141750317456','2025-06-19 10:17:36','Deal','no',NULL,NULL,NULL),(1010,'2025-06-19 10:26:40','813','14','Not Ordered','1','2025-06-19 12:00:00','saving the contact incase she needs any in the future.','','0.00','First Call',1,'141750318000','2025-06-19 10:26:40','Deal','no',NULL,NULL,NULL),(1011,'2025-06-19 10:31:19','814','14','Not Interested','1','2025-06-19 12:00:00','not interested','','0.00','First Call',1,'141750318279','2025-06-19 10:31:19','Deal','no',NULL,NULL,NULL),(1012,'2025-06-19 11:20:03','815','14','Not Picking','1','2025-06-19 12:00:00','not picking','','0.00','First Call',1,'141750321203','2025-06-19 11:20:03','Deal','no',NULL,NULL,NULL),(1013,'2025-06-19 11:31:26','816','14','Not Interested','1','2025-06-19 12:00:00','not interested','','0.00','First Call',1,'141750321886','2025-06-19 11:31:26','Deal','no',NULL,NULL,NULL),(1014,'2025-06-19 11:37:39','817','14','Call Later','1','2025-06-19 12:30:00','in a noisy place, call back in an hour.','','0.00','First Call',1,'141750322259','2025-06-19 11:37:39','Deal','no',NULL,NULL,NULL),(1015,'2025-06-19 11:41:50','818','14','Not Interested','1','2025-06-19 12:00:00','not picking','','0.00','First Call',1,'141750322510','2025-06-19 11:41:50','Deal','no',NULL,NULL,NULL),(1016,'2025-06-19 11:45:36','819','14','Not Interested','1','2025-06-19 12:00:00','not interested','','0.00','First Call',1,'141750322736','2025-06-19 11:45:36','Deal','no',NULL,NULL,NULL),(1017,'2025-06-19 11:52:34','820','14','Not Picking','1','2025-06-19 12:00:00','not picking','','0.00','First Call',1,'141750323154','2025-06-19 11:52:34','Deal','no',NULL,NULL,NULL),(1018,'2025-06-19 12:26:51','821','14','Not Picking','1','2025-06-19 12:00:00','not picking','','0.00','First Call',1,'141750325211','2025-06-19 12:26:51','Deal','no',NULL,NULL,NULL),(1019,'2025-06-19 12:36:53','822','14','Not Ordered','1','2025-06-19 12:00:00','not a good time, share on WhatsApp','','0.00','First Call',1,'141750325813','2025-06-19 12:36:53','Deal','no',NULL,NULL,NULL),(1020,'2025-06-19 15:02:24','823','14','Not Interested','1','2025-06-19 12:00:00','wrong number','','0.00','First Call',1,'141750334544','2025-06-19 15:02:24','Deal','no',NULL,NULL,NULL),(1021,'2025-06-19 15:11:52','824','14','Not Interested','1','2025-06-19 12:00:00','not interested','','0.00','First Call',1,'141750335112','2025-06-19 15:11:52','Deal','no',NULL,NULL,NULL),(1022,'2025-06-20 10:38:25','825','14','Not Ordered','1','2025-06-20 12:00:00','share them on WhatsApp','','0.00','First Call',1,'141750405105','2025-06-20 10:38:25','Deal','no',NULL,NULL,NULL),(1023,'2025-06-20 10:52:30','826','14','Call Later','1','2025-06-22 12:00:00','call on Monday morning','','0.00','First Call',1,'141750405950','2025-06-20 10:52:30','Deal','no',NULL,NULL,NULL),(1024,'2025-06-20 11:14:23','827','14','Not Picking','1','2025-06-20 12:00:00','not picking','','0.00','First Call',1,'141750407263','2025-06-20 11:14:23','Deal','no',NULL,NULL,NULL),(1025,'2025-06-20 11:22:21','828','14','Not Ordered','1','2025-06-20 12:00:00','share on whatsapp','','0.00','First Call',1,'141750407741','2025-06-20 11:22:21','Deal','no',NULL,NULL,NULL),(1026,'2025-06-20 11:25:57','829','14','Not Picking','1','2025-06-20 12:00:00','not picking','','0.00','First Call',1,'141750407957','2025-06-20 11:25:57','Deal','no',NULL,NULL,NULL),(1027,'2025-06-20 11:28:48','830','14','Not Interested','1','2025-06-20 12:00:00','not interested in any.','','0.00','First Call',1,'141750408128','2025-06-20 11:28:48','Deal','no',NULL,NULL,NULL),(1028,'2025-06-20 11:36:12','831','14','Not Interested','1','2025-06-20 12:00:00','made busy','','0.00','First Call',1,'141750408572','2025-06-20 11:36:12','Deal','no',NULL,NULL,NULL),(1029,'2025-06-20 11:44:07','832','14','Not Ordered','1','2025-06-20 12:00:00','sharing the contact of the person to talk to.','','0.00','First Call',1,'141750409047','2025-06-20 11:44:07','Deal','no',NULL,NULL,NULL),(1030,'2025-06-20 11:46:32','833','14','Not Ordered','1','2025-06-24 12:00:00','Prefer a physical meeting ','Call him next week to organize a physical demo/ meeting','0.00','First Call',1,'141750409192','2025-06-20 11:46:32','Deal','no',NULL,NULL,NULL),(1031,'2025-06-20 11:49:17','834','14','Not Picking','1','2025-06-20 12:00:00','not available','','0.00','First Call',1,'141750409357','2025-06-20 11:49:17','Deal','no',NULL,NULL,NULL),(1032,'2025-06-20 12:34:22','835','14','Not Picking','1','2025-06-20 12:00:00','not picking','','0.00','First Call',1,'141750412062','2025-06-20 12:34:22','Deal','no',NULL,NULL,NULL),(1033,'2025-06-20 12:37:14','836','14','Not Ordered','1','2025-06-20 12:00:00','share on whatsapp','','0.00','First Call',1,'141750412234','2025-06-20 12:37:14','Deal','no',NULL,NULL,NULL),(1034,'2025-06-20 12:42:49','837','14','Not Picking','1','2025-06-20 12:00:00','not picking','','0.00','First Call',1,'141750412569','2025-06-20 12:42:49','Deal','no',NULL,NULL,NULL),(1035,'2025-06-20 15:51:49','838','14','Not Picking','1','2025-06-20 12:00:00','','','0.00','First Call',1,'141750423909','2025-06-20 15:51:49','Deal','no',NULL,NULL,NULL),(1036,'2025-06-20 16:01:07','839','14','Not Ordered','1','2025-06-20 12:00:00','appreciated the information','','0.00','First Call',1,'141750424467','2025-06-20 16:01:07','Deal','no',NULL,NULL,NULL),(1037,'2025-06-20 16:14:47','840','14','Not Picking','1','2025-06-20 12:00:00','not picking','','0.00','First Call',1,'141750425287','2025-06-20 16:14:47','Deal','no',NULL,NULL,NULL),(1038,'2025-06-20 16:18:42','841','14','Not Ordered','1','2025-06-20 12:00:00','Driving, share on whatsapp','','0.00','First Call',1,'141750425522','2025-06-20 16:18:42','Deal','no',NULL,NULL,NULL),(1039,'2025-06-20 16:35:06','842','14','Don\'t Call me again','1','2025-06-20 12:00:00','Will give the IT officer our contact and he will call the company','','0.00','First Call',1,'141750426506','2025-06-20 16:35:06','Deal','no',NULL,NULL,NULL),(1040,'2025-06-20 16:46:26','843','14','Not Interested','1','2025-06-20 12:00:00','busy','','0.00','First Call',1,'141750427186','2025-06-20 16:46:26','Deal','no',NULL,NULL,NULL),(1041,'2025-06-20 16:52:47','844','14','Not Interested','1','2025-06-20 12:00:00','saving the contact, will call incase in need','','0.00','First Call',1,'141750427567','2025-06-20 16:52:47','Deal','no',NULL,NULL,NULL),(1042,'2025-06-23 11:42:25','845','14','Not Ordered','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750668145','2025-06-23 11:42:25','Deal','no',NULL,NULL,NULL),(1043,'2025-06-23 11:46:01','846','14','Not Interested','1','2025-06-23 12:00:00','not interested','','0.00','First Call',1,'141750668361','2025-06-23 11:46:01','Deal','no',NULL,NULL,NULL),(1044,'2025-06-23 11:52:23','847','14','Not Ordered','1','2025-06-23 12:00:00','will call incase he needs any','','0.00','First Call',1,'141750668743','2025-06-23 11:52:23','Deal','no',NULL,NULL,NULL),(1045,'2025-06-23 11:59:16','848','14','Not Interested','1','2025-06-23 12:00:00',' not interested','','0.00','First Call',1,'141750669156','2025-06-23 11:59:16','Deal','no',NULL,NULL,NULL),(1046,'2025-06-23 12:02:15','849','14','Not Ordered','1','2025-06-23 12:00:00','Share on whatsapp','','0.00','First Call',1,'141750669335','2025-06-23 12:02:15','Deal','no',NULL,NULL,NULL),(1047,'2025-06-23 12:10:04','850','14','Not Ordered','1','2025-06-23 12:00:00','share on WhatsApp and he get back on the same','','0.00','First Call',1,'141750669804','2025-06-23 12:10:04','Deal','no',NULL,NULL,NULL),(1048,'2025-06-23 12:21:53','851','14','Call Later','1','2025-07-02 12:00:00','He will pass by next week and we talk','follow up call','0.00','First Call',1,'141750670513','2025-06-23 12:21:53','Deal','no',NULL,NULL,NULL),(1049,'2025-06-23 12:27:34','852','14','Not Ordered','1','2025-06-23 12:00:00','In a noisy place, share on whatsapp','','0.00','First Call',1,'141750670854','2025-06-23 12:27:34','Deal','no',NULL,NULL,NULL),(1050,'2025-06-23 12:34:19','853','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750671259','2025-06-23 12:34:19','Deal','no',NULL,NULL,NULL),(1051,'2025-06-23 12:37:40','854','14','Not Ordered','1','2025-06-23 12:00:00','Will get back incase of need','','0.00','First Call',1,'141750671460','2025-06-23 12:37:40','Deal','no',NULL,NULL,NULL),(1052,'2025-06-23 12:39:56','855','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750671596','2025-06-23 12:39:56','Deal','no',NULL,NULL,NULL),(1053,'2025-06-23 12:43:01','856','14','Not Interested','1','2025-06-23 12:00:00','busy, not interested','','0.00','First Call',1,'141750671781','2025-06-23 12:43:01','Deal','no',NULL,NULL,NULL),(1054,'2025-06-23 12:48:14','857','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750672094','2025-06-23 12:48:14','Deal','no',NULL,NULL,NULL),(1055,'2025-06-23 12:50:13','858','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750672213','2025-06-23 12:50:13','Deal','no',NULL,NULL,NULL),(1056,'2025-06-23 15:56:08','859','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750683368','2025-06-23 15:56:08','Deal','no',NULL,NULL,NULL),(1057,'2025-06-23 15:58:59','860','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750683539','2025-06-23 15:58:59','Deal','no',NULL,NULL,NULL),(1058,'2025-06-23 16:20:07','861','14','Not Picking','1','2025-06-23 12:00:00','not picking','','0.00','First Call',1,'141750684807','2025-06-23 16:20:07','Deal','no',NULL,NULL,NULL),(1059,'2025-06-25 11:33:53','862','14','Not Picking','1','2025-06-25 12:00:00','not picking','','0.00','First Call',1,'141750840433','2025-06-25 11:33:53','Deal','no',NULL,NULL,NULL),(1060,'2025-06-25 11:47:58','863','14','Not Ordered','1','2025-06-25 12:00:00','Will share the solutions with his father and then will get back to me. Share them on whatsapp','','0.00','First Call',1,'141750841278','2025-06-25 11:47:58','Deal','no',NULL,NULL,NULL),(1061,'2025-06-25 12:06:02','864','14','Not Picking','1','2025-06-25 12:00:00','not picking','','0.00','First Call',1,'141750842362','2025-06-25 12:06:02','Deal','no',NULL,NULL,NULL),(1062,'2025-06-25 12:09:58','865','14','Not Interested','1','2025-06-25 12:00:00','will contact incase of any need','','0.00','First Call',1,'141750842598','2025-06-25 12:09:58','Deal','no',NULL,NULL,NULL),(1063,'2025-06-25 12:26:03','866','14','Interested','1','2025-06-25 12:00:00','Share quotation and other details on whatsapp','','0.00','First Call',1,'141750843563','2025-06-25 12:26:03','Deal','no',NULL,NULL,NULL),(1064,'2025-06-25 12:56:20','867','14','Not Picking','1','2025-06-25 12:00:00','not picking','','0.00','First Call',1,'141750845380','2025-06-25 12:56:20','Deal','no',NULL,NULL,NULL),(1065,'2025-06-25 14:53:56','868','14','Not Picking','1','2025-06-25 12:00:00','not picking','','0.00','First Call',1,'141750852436','2025-06-25 14:53:56','Deal','no',NULL,NULL,NULL),(1066,'2025-06-25 14:58:39','869','14','Not Ordered','1','2025-06-25 12:00:00','Share on whatsapp','','0.00','First Call',1,'141750852719','2025-06-25 14:58:39','Deal','no',NULL,NULL,NULL),(1067,'2025-06-25 15:06:09','870','14','Not Interested','1','2025-06-25 12:00:00','don\'t need any','','0.00','First Call',1,'141750853169','2025-06-25 15:06:09','Deal','no',NULL,NULL,NULL),(1068,'2025-06-25 15:41:11','871','14','Not Picking','1','2025-06-25 12:00:00','not picking','','0.00','First Call',1,'141750855271','2025-06-25 15:41:11','Deal','no',NULL,NULL,NULL),(1069,'2025-06-25 15:47:14','872','14','Not Ordered','1','2025-06-25 12:00:00','made busy','','0.00','First Call',1,'141750855634','2025-06-25 15:47:14','Deal','no',NULL,NULL,NULL),(1070,'2025-06-25 15:53:32','873','14','Interested','1','2025-06-25 12:00:00','SHARE THR SOLUTIONS ON WHATSAPP','','0.00','First Call',1,'141750856012','2025-06-25 15:53:32','Deal','no',NULL,NULL,NULL),(1071,'2025-06-25 16:02:20','874','14','Not Ordered','1','2025-06-25 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141750856540','2025-06-25 16:02:20','Deal','no',NULL,NULL,NULL),(1072,'2025-06-25 16:08:21','875','14','Not Picking','1','2025-06-25 12:00:00','NOT PICKING','','0.00','First Call',1,'141750856901','2025-06-25 16:08:21','Deal','no',NULL,NULL,NULL),(1073,'2025-06-26 10:33:53','876','14','Not Ordered','1','2025-06-26 12:00:00','Share information on email','','0.00','First Call',1,'141750923233','2025-06-26 10:33:53','Deal','no',NULL,NULL,NULL),(1074,'2025-06-26 10:42:57','877','14','Not Interested','1','2025-06-26 12:00:00','wrong number','','0.00','First Call',1,'141750923777','2025-06-26 10:42:57','Deal','no',NULL,NULL,NULL),(1075,'2025-06-26 10:45:21','878','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750923921','2025-06-26 10:45:21','Deal','no',NULL,NULL,NULL),(1076,'2025-06-26 10:48:56','879','14','Not Interested','1','2025-06-26 12:00:00','WRONG NUMBER','','0.00','First Call',1,'141750924136','2025-06-26 10:48:56','Deal','no',NULL,NULL,NULL),(1077,'2025-06-26 10:51:42','880','14','Not Picking','1','2025-06-26 12:00:00','NOT PICKING','','0.00','First Call',1,'141750924302','2025-06-26 10:51:42','Deal','no',NULL,NULL,NULL),(1078,'2025-06-26 10:55:34','881','14','Not Picking','1','2025-06-26 12:00:00','NOT PICKING','','0.00','First Call',1,'141750924534','2025-06-26 10:55:34','Deal','no',NULL,NULL,NULL),(1079,'2025-06-26 10:57:35','882','14','Not Picking','1','2025-06-26 12:00:00','NOT PICKING','','0.00','First Call',1,'141750924655','2025-06-26 10:57:35','Deal','no',NULL,NULL,NULL),(1080,'2025-06-26 11:04:10','883','14','Not Picking','1','2025-06-26 12:00:00','NOT PICKING','','0.00','First Call',1,'141750925050','2025-06-26 11:04:10','Deal','no',NULL,NULL,NULL),(1081,'2025-06-26 11:27:25','884','14','Interested','1','2025-06-26 12:00:00','INTERESTED IN A SYSTEM THAT CAN MANAGE HIS INVENTORY FOR THE CLEANING PRODUCTS ONLY NOT THE POINT OF SALE','THE TECHNICIAN IS GOING TO EGAGE HIM','0.00','First Call',1,'141750926445','2025-06-26 11:27:25','Deal','no',NULL,NULL,NULL),(1082,'2025-06-26 11:32:13','885','14','Not Interested','1','2025-06-26 12:00:00','BUSY ON THE MOVE','','0.00','First Call',1,'141750926733','2025-06-26 11:32:13','Deal','no',NULL,NULL,NULL),(1083,'2025-06-26 11:41:42','886','14','Not Ordered','1','2025-06-26 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141750927302','2025-06-26 11:41:42','Deal','no',NULL,NULL,NULL),(1084,'2025-06-26 11:57:24','887','14','Not Interested','1','2025-06-26 12:00:00','busy, not interested','','0.00','First Call',1,'141750928244','2025-06-26 11:57:24','Deal','no',NULL,NULL,NULL),(1085,'2025-06-26 12:02:06','888','14','Not Interested','1','2025-06-26 12:00:00','not interested','','0.00','First Call',1,'141750928526','2025-06-26 12:02:06','Deal','no',NULL,NULL,NULL),(1086,'2025-06-26 12:16:46','889','14','Not Ordered','1','2025-06-26 12:00:00','APPRECIATED THE INFORMATION, WILL CONTACTINCASE OF NEED.','','0.00','First Call',1,'141750929406','2025-06-26 12:16:46','Deal','no',NULL,NULL,NULL),(1087,'2025-06-26 12:19:05','890','14','Not Picking','1','2025-06-26 12:00:00','NOT PICKING','','0.00','First Call',1,'141750929545','2025-06-26 12:19:05','Deal','no',NULL,NULL,NULL),(1088,'2025-06-26 12:22:45','891','14','Not Ordered','1','2025-06-26 12:00:00','SHARE ON WHATSAPP','','0.00','First Call',1,'141750929765','2025-06-26 12:22:45','Deal','no',NULL,NULL,NULL),(1089,'2025-06-26 12:30:26','892','14','Not Picking','1','2025-06-26 12:00:00','number busy','','0.00','First Call',1,'141750930226','2025-06-26 12:30:26','Deal','no',NULL,NULL,NULL),(1090,'2025-06-26 12:33:51','893','14','Not Picking','1','2025-06-26 12:00:00','on another line','','0.00','First Call',1,'141750930431','2025-06-26 12:33:51','Deal','no',NULL,NULL,NULL),(1091,'2025-06-26 12:36:47','894','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750930607','2025-06-26 12:36:47','Deal','no',NULL,NULL,NULL),(1092,'2025-06-26 12:42:47','895','14','Not Interested','1','2025-06-26 12:00:00','busy, not interested','','0.00','First Call',1,'141750930967','2025-06-26 12:42:47','Deal','no',NULL,NULL,NULL),(1093,'2025-06-26 12:46:59','896','14','Not Interested','1','2025-06-26 12:00:00','not interested','','0.00','First Call',1,'141750931219','2025-06-26 12:46:59','Deal','no',NULL,NULL,NULL),(1094,'2025-06-26 12:49:08','897','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750931348','2025-06-26 12:49:08','Deal','no',NULL,NULL,NULL),(1095,'2025-06-26 12:51:46','898','14','Not Interested','1','2025-06-26 12:00:00','not interested','','0.00','First Call',1,'141750931506','2025-06-26 12:51:46','Deal','no',NULL,NULL,NULL),(1096,'2025-06-26 12:54:10','899','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750931650','2025-06-26 12:54:10','Deal','no',NULL,NULL,NULL),(1097,'2025-06-26 12:58:56','900','14','Not Picking','1','2025-06-26 12:00:00','not picking','NOT PICKING','0.00','First Call',1,'141750931936','2025-06-26 12:58:56','Deal','no',NULL,NULL,NULL),(1098,'2025-06-26 14:47:29','901','14','Not Ordered','1','2025-06-26 12:00:00','busy, she will call back when free','','0.00','First Call',1,'141750938449','2025-06-26 14:47:29','Deal','no',NULL,NULL,NULL),(1099,'2025-06-26 14:56:48','902','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750939008','2025-06-26 14:56:48','Deal','no',NULL,NULL,NULL),(1100,'2025-06-26 15:03:29','903','14','Not Ordered','1','2025-06-26 12:00:00','Will call when in need','','0.00','First Call',1,'141750939409','2025-06-26 15:03:29','Deal','no',NULL,NULL,NULL),(1101,'2025-06-26 15:13:16','904','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750939996','2025-06-26 15:13:16','Deal','no',NULL,NULL,NULL),(1102,'2025-06-26 15:22:01','905','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750940521','2025-06-26 15:22:01','Deal','no',NULL,NULL,NULL),(1103,'2025-06-26 15:36:05','906','14','Not Ordered','1','2025-06-26 12:00:00','share them on whatsapp','','0.00','First Call',1,'141750941365','2025-06-26 15:36:05','Deal','no',NULL,NULL,NULL),(1104,'2025-06-26 15:45:34','907','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750941934','2025-06-26 15:45:34','Deal','no',NULL,NULL,NULL),(1105,'2025-06-26 15:49:52','908','14','Not Ordered','1','2025-06-26 12:00:00','Share also on whtaspp','','0.00','First Call',1,'141750942192','2025-06-26 15:49:52','Deal','no',NULL,NULL,NULL),(1106,'2025-06-26 16:02:14','909','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750942934','2025-06-26 16:02:14','Deal','no',NULL,NULL,NULL),(1107,'2025-06-26 16:35:08','910','14','Not Picking','1','2025-06-26 12:00:00','not picking','','0.00','First Call',1,'141750944909','2025-06-26 16:35:08','Deal','no',NULL,NULL,NULL),(1108,'2025-06-27 10:11:17','911','14','Not Ordered','1','2025-06-27 12:00:00','Will reach out incase of need','','0.00','First Call',1,'141751008277','2025-06-27 10:11:17','Deal','no',NULL,NULL,NULL),(1109,'2025-06-27 10:13:38','912','14','Not Interested','1','2025-06-27 12:00:00','wrong number','','0.00','First Call',1,'141751008418','2025-06-27 10:13:38','Deal','no',NULL,NULL,NULL),(1110,'2025-06-27 10:16:55','913','14','Not Picking','1','2025-06-27 12:00:00','not picking','','0.00','First Call',1,'141751008615','2025-06-27 10:16:55','Deal','no',NULL,NULL,NULL),(1111,'2025-06-27 10:51:30','914','14','Not Ordered','1','2025-06-27 12:00:00','share on whatsapp','','0.00','First Call',1,'141751010690','2025-06-27 10:51:30','Deal','no',NULL,NULL,NULL),(1112,'2025-06-27 10:54:10','915','14','Not Interested','1','2025-06-27 12:00:00','not interested','','0.00','First Call',1,'141751010850','2025-06-27 10:54:10','Deal','no',NULL,NULL,NULL),(1113,'2025-06-27 10:57:35','916','14','Not Ordered','1','2025-06-27 12:00:00','will contact incase he needs any','','0.00','First Call',1,'141751011055','2025-06-27 10:57:35','Deal','no',NULL,NULL,NULL),(1114,'2025-06-27 11:00:41','917','14','Not Picking','1','2025-06-27 12:00:00','not picking','','0.00','First Call',1,'141751011241','2025-06-27 11:00:41','Deal','no',NULL,NULL,NULL),(1115,'2025-06-27 11:08:16','918','14','Not Ordered','1','2025-06-27 12:00:00','will contact incase of need','','0.00','First Call',1,'141751011696','2025-06-27 11:08:16','Deal','no',NULL,NULL,NULL),(1116,'2025-06-27 11:12:15','919','14','Not Interested','1','2025-06-27 12:00:00','wrong number','','0.00','First Call',1,'141751011935','2025-06-27 11:12:15','Deal','no',NULL,NULL,NULL),(1117,'2025-06-27 11:25:04','920','14','Not Ordered','1','2025-06-27 12:00:00','Share solutions with the head office','','0.00','First Call',1,'141751012704','2025-06-27 11:25:04','Deal','no',NULL,NULL,NULL),(1118,'2025-06-27 11:31:00','921','14','Not Interested','1','2025-06-27 12:00:00','Already have a service provider maybe in future','','0.00','First Call',1,'141751013060','2025-06-27 11:31:00','Deal','no',NULL,NULL,NULL),(1119,'2025-06-27 12:14:12','922','14','Not Ordered','1','2025-06-27 12:00:00','Contact Quality Supermarket head branch','','0.00','First Call',1,'141751015652','2025-06-27 12:14:12','Deal','no',NULL,NULL,NULL),(1120,'2025-06-27 12:42:12','923','14','Not Ordered','1','2025-06-27 12:00:00','will call in case of need','','0.00','First Call',1,'141751017332','2025-06-27 12:42:12','Deal','no',NULL,NULL,NULL),(1121,'2025-06-27 12:45:09','924','14','Not Picking','1','2025-06-27 12:00:00','not picking','','0.00','First Call',1,'141751017509','2025-06-27 12:45:09','Deal','no',NULL,NULL,NULL),(1122,'2025-06-27 14:51:07','925','14','Call Later','1','2025-07-01 12:00:00','WILL FIND TIME TO MEET','GET BACK TO HIM ON TUESDAY','0.00','First Call',1,'141751025067','2025-06-27 14:51:07','Deal','no',NULL,NULL,NULL),(1123,'2025-06-27 15:31:45','926','14','Not Ordered','1','2025-07-03 12:00:00','PREFERS EXPLAINING TO HIM PHYSICALLY ','SCHEDULE FOR A PHYSICAL MEET UP','0.00','First Call',1,'141751027505','2025-06-27 15:31:45','Deal','no',NULL,NULL,NULL),(1124,'2025-06-27 15:51:51','927','14','Not Interested','1','2025-06-27 12:00:00','NOT INTERESTED','','0.00','First Call',1,'141751028711','2025-06-27 15:51:51','Deal','no',NULL,NULL,NULL),(1125,'2025-06-27 16:02:47','927','14','Not Ordered','1','2025-06-27 12:00:00','Share solutions on whatsapp','','','Followup 1',1,'141751028711','2025-06-27 16:02:47','Deal','no',NULL,NULL,NULL),(1126,'2025-06-27 16:17:55','928','14','Not Picking','1','2025-06-27 12:00:00','not picking','','0.00','First Call',1,'141751030275','2025-06-27 16:17:55','Deal','no',NULL,NULL,NULL),(1127,'2025-06-27 16:19:49','929','14','Not Picking','1','2025-06-27 12:00:00','not picking','','0.00','First Call',1,'141751030389','2025-06-27 16:19:49','Deal','no',NULL,NULL,NULL),(1128,'2025-06-27 16:29:55','930','14','Not Picking','1','2025-06-27 12:00:00','not picking','','0.00','First Call',1,'141751030995','2025-06-27 16:29:55','Deal','no',NULL,NULL,NULL),(1129,'2025-06-30 10:41:37','931','14','Not Picking','1','2025-06-30 12:00:00','','not picking','0.00','First Call',1,'141751269297','2025-06-30 10:41:37','Deal','no',NULL,NULL,NULL),(1130,'2025-06-30 10:53:57','932','14','Not Ordered','1','2025-06-30 12:00:00','share details on whatsapp','','0.00','First Call',1,'141751270037','2025-06-30 10:53:57','Deal','no',NULL,NULL,NULL),(1131,'2025-06-30 11:08:22','933','14','Not Interested','1','2025-06-30 12:00:00','not interested','','0.00','First Call',1,'141751270902','2025-06-30 11:08:22','Deal','no',NULL,NULL,NULL),(1132,'2025-06-30 11:14:44','934','14','Not Ordered','1','2025-06-30 12:00:00','VISIT JAVA HOUSE HEAD OFFICE IN BUGOLOBI','','0.00','First Call',1,'141751271284','2025-06-30 11:14:44','Deal','no',NULL,NULL,NULL),(1133,'2025-06-30 11:29:04','935','14','Not Ordered','1','2025-06-30 12:00:00','Share on whatsapp','','0.00','First Call',1,'141751272144','2025-06-30 11:29:04','Deal','no',NULL,NULL,NULL),(1134,'2025-06-30 11:31:15','936','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751272275','2025-06-30 11:31:15','Deal','no',NULL,NULL,NULL),(1135,'2025-06-30 11:35:08','937','14','Not Interested','1','2025-06-30 12:00:00','Not interested','','0.00','First Call',1,'141751272508','2025-06-30 11:35:08','Deal','no',NULL,NULL,NULL),(1136,'2025-06-30 11:37:10','938','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751272630','2025-06-30 11:37:10','Deal','no',NULL,NULL,NULL),(1137,'2025-06-30 11:39:50','939','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751272790','2025-06-30 11:39:50','Deal','no',NULL,NULL,NULL),(1138,'2025-06-30 11:42:01','940','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751272921','2025-06-30 11:42:01','Deal','no',NULL,NULL,NULL),(1139,'2025-06-30 11:58:53','941','14','Not Ordered','1','2025-06-30 12:00:00','Share the solutions on whatsapp','','0.00','First Call',1,'141751273933','2025-06-30 11:58:53','Deal','no',NULL,NULL,NULL),(1140,'2025-06-30 12:01:45','942','14','Not Picking','1','2025-06-30 12:00:00','busy','','0.00','First Call',1,'141751274105','2025-06-30 12:01:45','Deal','no',NULL,NULL,NULL),(1141,'2025-06-30 12:07:38','943','14','Not Interested','1','2025-06-30 12:00:00','she\'s busy ','','0.00','First Call',1,'141751274458','2025-06-30 12:07:38','Deal','no',NULL,NULL,NULL),(1142,'2025-06-30 12:09:58','944','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751274598','2025-06-30 12:09:58','Deal','no',NULL,NULL,NULL),(1143,'2025-06-30 12:26:25','945','14','Call Later','1','2025-06-30 16:00:00','He will pass by office today and we discuss further','Call him at 4 for follow up','0.00','First Call',1,'141751275585','2025-06-30 12:26:25','Deal','no',NULL,NULL,NULL),(1144,'2025-06-30 12:33:27','946','14','Not Ordered','1','2025-06-30 12:00:00','Going to save the number then get back to us','','0.00','First Call',1,'141751276007','2025-06-30 12:33:27','Deal','no',NULL,NULL,NULL),(1145,'2025-06-30 12:35:03','947','14','Not Picking','1','2025-06-30 12:00:00','on another line','','0.00','First Call',1,'141751276103','2025-06-30 12:35:03','Deal','no',NULL,NULL,NULL),(1146,'2025-06-30 12:44:21','948','14','Not Interested','1','2025-06-30 12:00:00','Busy, not interested','','0.00','First Call',1,'141751276661','2025-06-30 12:44:21','Deal','no',NULL,NULL,NULL),(1147,'2025-06-30 12:55:12','949','14','Not Ordered','1','2025-06-30 12:00:00','Will call incase of need','','0.00','First Call',1,'141751277312','2025-06-30 12:55:12','Deal','no',NULL,NULL,NULL),(1148,'2025-06-30 12:56:58','950','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751277418','2025-06-30 12:56:58','Deal','no',NULL,NULL,NULL),(1149,'2025-06-30 13:05:15','951','14','Not Ordered','1','2025-06-30 12:00:00','Network not clear, going to call back','','0.00','First Call',1,'141751277915','2025-06-30 13:05:15','Deal','no',NULL,NULL,NULL),(1150,'2025-06-30 14:39:06','952','14','Not Interested','1','2025-06-30 12:00:00','busy','','0.00','First Call',1,'141751283546','2025-06-30 14:39:06','Deal','no',NULL,NULL,NULL),(1151,'2025-06-30 14:41:46','953','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751283706','2025-06-30 14:41:46','Deal','no',NULL,NULL,NULL),(1152,'2025-06-30 14:52:21','954','14','Not Interested','1','2025-06-30 12:00:00','made busy','','0.00','First Call',1,'141751284341','2025-06-30 14:52:21','Deal','no',NULL,NULL,NULL),(1153,'2025-06-30 15:02:12','955','14','Not Ordered','1','2025-06-30 12:00:00','Share on whatsapp','','0.00','First Call',1,'141751284932','2025-06-30 15:02:12','Deal','no',NULL,NULL,NULL),(1154,'2025-06-30 15:07:36','956','14','Not Picking','1','2025-06-30 12:00:00','busy','','0.00','First Call',1,'141751285256','2025-06-30 15:07:36','Deal','no',NULL,NULL,NULL),(1155,'2025-06-30 15:10:42','957','14','Not Picking','1','2025-06-30 12:00:00','not picking','','0.00','First Call',1,'141751285442','2025-06-30 15:10:42','Deal','no',NULL,NULL,NULL),(1156,'2025-06-30 15:17:43','958','14','Not Ordered','1','2025-06-30 12:00:00','Busy, share on whatsapp','','0.00','First Call',1,'141751285863','2025-06-30 15:17:43','Deal','no',NULL,NULL,NULL),(1157,'2025-06-30 15:41:25','959','14','Not Ordered','1','2025-06-30 12:00:00','VISIT THEIR HEAD OFFICE IN NTINDA','','0.00','First Call',1,'141751287285','2025-06-30 15:41:25','Deal','no',NULL,NULL,NULL),(1158,'2025-06-30 15:45:57','960','14','Not Picking','1','2025-06-30 12:00:00','NOT PICKING','','0.00','First Call',1,'141751287557','2025-06-30 15:45:57','Deal','no',NULL,NULL,NULL); /*!40000 ALTER TABLE `followups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gatepass` -- DROP TABLE IF EXISTS `gatepass`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `gatepass` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, `idno` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `business` varchar(100) NOT NULL, `vehicleno` varchar(100) NOT NULL, `vehiclecolor` varchar(100) NOT NULL, `vehiclemodel` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `checkindate` varchar(100) NOT NULL, `checkoutdate` varchar(100) NOT NULL, `branchid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gatepass` -- LOCK TABLES `gatepass` WRITE; /*!40000 ALTER TABLE `gatepass` DISABLE KEYS */; /*!40000 ALTER TABLE `gatepass` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glaccounts` -- DROP TABLE IF EXISTS `glaccounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glaccounts` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `bankname` varchar(50) DEFAULT NULL, `openingdate` varchar(50) NOT NULL, `description` int(11) NOT NULL, `accountstatus` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `number` varchar(50) NOT NULL, `currency` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glaccounts` -- LOCK TABLES `glaccounts` WRITE; /*!40000 ALTER TABLE `glaccounts` DISABLE KEYS */; INSERT INTO `glaccounts` VALUES (30,'1','1','1','Control Acc (Cash)','','2018-07-20 13:23:56',1,'','-183735','2020-10-01 13:01:12','1000','1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','-16000','2020-05-10 17:28:13','1010','1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-3852698','2019-07-30 19:18:31','1030','1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','400','2020-01-07 05:46:09','1100',''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','-1500','2019-07-20 23:18:46','1110','1'),(36,'2','1','6','checking account','','2018-07-20 14:14:59',1,'','0','2018-07-20 14:15:36pm','1120','KES'),(37,'351','1','6','Tax Assets','','2018-07-20 14:15:37',1,'','0','2019-07-20 13:01:36','1130',''),(38,'2','1','6','loans & advances','','2018-07-20 14:17:01',1,'','0','2018-07-20 14:18:41pm','1140','KES'),(39,'2','1','6','securities & deposits','','2018-07-20 14:18:42',1,'','0','2018-07-20 14:19:49pm','1150','KES'),(40,'351','1','6','Allowance for doubtful accounts','','2018-07-20 14:19:50',1,'','0','2019-07-20 12:05:22','1160',''),(41,'351','1','6','Prepayments','','2018-07-20 14:37:09',1,'','0','2019-07-20 13:03:33','1170',''),(44,'351','1','6','Salary advances','','2018-07-20 14:42:02',1,'','0','2019-07-20 12:58:57','1200',''),(45,'351','1','7','Land','','2018-07-20 14:43:05',1,'','0','2019-07-20 13:00:33','1500',''),(46,'351','1','7','Motor Vehicle','','2018-07-20 15:05:47',1,'','0','2019-07-20 13:04:35','1510',''),(47,'1','1','27','Softwares','','2018-07-20 15:06:36',4,'','0','2019-10-28 05:41:59','1520',''),(48,'351','1','7','Buildings','','2018-07-20 15:07:38',1,'','0','2019-07-20 13:07:02','1530',''),(49,'351','1','7','Plants & Machinery','','2018-07-20 15:09:21',1,'','0','2019-07-20 13:08:16','1540',''),(50,'351','1','7','Office Equipments','','2018-07-20 15:13:54',1,'','0','2019-07-20 13:09:35','1550',''),(51,'351','1','7','Furnitures & Fixtures','','2018-07-20 15:18:17',1,'','0','2019-07-20 13:10:29','1560',''),(52,'351','1','7','Depreciation ','117','2018-07-20 15:20:15',1,'','0','2019-07-20 13:13:53','1570',''),(53,'351','1','7','Depletable assets','','2018-07-20 15:21:07',1,'','0','2019-07-20 13:30:32','1580','1'),(54,'351','1','7','Leasehold improvements','','2018-07-20 15:22:55',1,'','0','2019-07-20 13:36:59','1590',''),(55,'351','1','7','Accumulated depreciation','','2018-07-20 15:23:48',1,'','0','2019-07-20 13:17:21','1600',''),(57,'351','1','9','Capital ','','2018-07-20 15:43:54',1,'','0','2019-07-20 14:18:04','1800',''),(58,'416','1','29','Office purchases','','2018-07-20 16:02:41',5,'','0','2019-10-16 17:53:18','1850',''),(59,'2','1','8','stock of raw materials','','2018-07-20 16:04:29',1,'','0','2018-07-20 16:07:35pm','1860','KES'),(63,'351','1','14','Loan payable','','2018-07-23 12:06:08',2,'','0','2019-07-20 14:11:32','2000',''),(64,'351','1','14','Dividends payable','','2018-07-23 12:33:51',2,'','0','2019-07-20 15:08:15','2010','1'),(65,'2','1','14','Income tax payable','','2018-07-23 12:35:15',2,'','0','2018-07-23 12:36:09pm','2020','KES'),(66,'351','1','14','Accrued Expenses Payable ','','2018-07-23 12:36:09',2,'','0','2019-07-20 13:33:39','2030','1'),(67,'351','1','14','Payroll Liabilities','','2018-07-23 12:37:11',2,'','0','2019-07-20 13:24:33','2040',''),(68,'351','1','14','Current tax liability','','2018-07-23 12:37:58',2,'','0','2019-07-20 15:10:18','2050','1'),(69,'1','1','14','Customer Deposits ','','2018-07-23 12:38:55 ',2,'','0','2024-02-01 06:08:04','2060',''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04','2070',''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57','2090',''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34','2110','1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30','2120',''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19','2500',''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01','2510',''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14','2520','1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm','2530','KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51','2540',''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm','2550','KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm','3000','KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00','3010',''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm','3020','KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm','3030','KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm','3040','KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29','3050',''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm','3060','KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm','3070','KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm','3080','KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm','3090','KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51','4000',''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04','4010',''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52','5010',''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59','5020',''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16','5500',''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46','5510',''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22','5520',''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59','5530','1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48','5540','1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','50000','2019-07-20 20:26:30','5550',''),(105,'1','1','29','Staff Costs','','2020-07-23 14:36:42',5,'','0','2020-06-30 21:02:43','5560','1'),(106,'351','1','29','Staff Uniforms','105','2018-07-23 14:37:26',5,'','0','2019-07-20 20:43:01','5561','1'),(107,'351','1','29','Staff Welfare ','105','2018-07-23 14:38:50',5,'','0','2019-07-20 20:47:45','5562','1'),(114,'351','1','29','Training Fees','','2018-07-23 14:46:18',5,'','0','2019-07-20 21:00:54','5650','1'),(115,'351','1','29','Marketing expenses','','2018-07-23 14:47:47',5,'','0','2019-07-20 20:59:00','5660',''),(118,'351','1','29','Bid Bond Charges','120','2018-07-23 14:51:10',5,'','0','2019-07-20 21:51:57','5711','1'),(119,'351','1','29','Bank Service Charges ','','2018-07-23 14:54:26',5,'','0','2019-07-20 21:24:05','5700','1'),(120,'351','1','29','Tender expenses','','2018-07-23 14:55:12',5,'','0','2019-07-20 21:49:11','5710',''),(122,'351','1','29','Outsourced Printing & Scanning','','2018-07-23 15:02:34',5,'','0','2019-07-20 21:55:42','5730',''),(123,'351','1','30','Commission on sales','','2018-07-23 15:03:42',5,'','0','2019-07-20 21:56:36','5740','1'),(124,'351','1','29','Accomodation','','2018-07-23 15:04:46',5,'','0','2019-07-20 21:58:04','5750',''),(125,'351','1','29','Professional /Legal expenses','','2018-07-23 15:05:55',5,'','0','2019-07-20 22:28:51','5760','1'),(126,'351','1','28','Postage & Delivery','','2018-07-23 15:06:59',4,'','0','2019-07-20 22:00:51','5770','1'),(127,'1','1','29','Painting','','2018-07-23 15:07:48 ',5,'','0','2024-02-26 12:40:36','5780',''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48','5790',''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47','5800',''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19','4020',''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23','4030','1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00','4040','1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44','4050','1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38','4060','1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26','4070',''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53','4080','1'),(137,'1','1','27','Vehicle Loan','94','2018-07-23 15:16:38 ',4,'','2000000','2023-05-27 12:46:29','4090',''),(139,'351','1','27','Hardware','94','2018-07-23 15:18:10',4,'','0','2019-07-20 16:49:09','4110','1'),(140,'351','1','27','Graphic Design','94','2018-07-23 15:18:56',4,'','0','2019-07-20 16:50:40','4120','1'),(141,'351','1','27','Thermal rolls','94','2018-07-23 15:19:38',4,'','0','2019-07-20 16:54:33','4130','1'),(143,'479','1','1','Paybill','','2018-07-26 12:58:21',1,'','-6666664999','2019-01-18 17:14:27','1020','1'),(144,'351','1','14','Account payable','','2018-06-01',2,'','0','2019-07-23 11:29:59','2130',''),(148,'351','1','1','Director\'s Account','','2018-06-01',1,'','6000','2019-08-22 08:43:26','1040','1'),(151,'351','1','8','Hardware','58','2018-10-30 09:48:11',5,'','0','2019-09-04 10:25:47','1851','1'),(152,'351','1','27','Labour Fees','94','2018-11-01 12:09:21',4,'','0','2019-07-20 16:57:21','4160','1'),(154,'351','1','29','Supplies','156','2018-11-05 16:43:21',5,'','0','2019-07-18 14:43:13','5900','1'),(155,'1','1','29','Branding','156','2018-11-05 16:46:57 ',5,'','0','2024-02-26 12:40:51','5910',''),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56','5920','1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11','4170','1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12','5930','1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','-577','2019-08-22 15:25:29','1050','1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13','5030','1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18','1210',''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38','1220','1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05','1230','1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21','2041','1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21','2042',''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21','2043','1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20','2045',''),(168,'1','1','27','Donations','131','2019-07-20 15:56:24 ',4,'','140800','2023-03-08 12:44:25','4031','1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27','4032',''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32','4033','1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52','4100','1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06','4180','1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30','4190','1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53','4195',''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06','1852','1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30','5531','1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22','5532','1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49','5551','1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42','5563','1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41','5566','1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29','5565','1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43','5250','1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44','5240','1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18','5220','1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13','5200',''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42','5210','1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13','5180','1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34','5170','1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51','5171','1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00','5172','1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26','5960','1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42','5950','1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35','5940','1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','2393.5','2019-07-27 17:14:05','4050','1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19','5040','1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55','1060','1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30','5190','1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11','5720','1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06','5564','1'),(200,'1','1','1','Witholding Account','','2019-10-01 11:49:23 ',1,'','6666659825.5','2021-11-25 16:26:21','1035','1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53','1501',''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53','1502',''),(205,'1','1','1','Bonga points Account','','2021-03-08 15:21:56 ',1,'','2000','2021-09-07 06:35:52','1011','1'),(206,'1','1','29','CARE PURCHASE','','2021-07-19 15:02:30 ',5,'','0','2023-05-27 12:48:58','5171',''),(207,'1','1','27','RENT COLLECTED','','2021-09-17 06:42:46',4,'','0','2021-09-17 06:47:13','4161','1'),(208,'1','1','27','DEPOSIT COLLECTED','','2021-09-17 06:14:47',4,'','0','2021-09-17 06:48:29','4162','1'),(209,'1','1','27','WATER/POWER DEPOSIT','','2021-09-17 06:30:48',4,'','0','2021-09-17 06:48:46','4163',''),(210,'1','1','27','PENALTY','','2021-09-17 06:47:48',4,'','0','2021-09-17 06:49:02','4164',''),(211,'1','1','27','WATER','','2021-09-17 06:04:49',4,'','0','2021-09-17 06:49:27','4165','1'),(212,'1','1','27','PARTIAL PAYMENT','','2021-09-17 06:29:49',4,'','0','2021-09-17 06:49:47','4166','1'),(213,'1','1','29','GARBAGE','','2021-09-17 06:49:49 ',5,'','0','2024-05-06 05:36:16','4167',''),(214,'1','1','27','DAMAGES','','2021-09-17 06:09:50',4,'','0','2021-09-17 06:50:31','4168','1'),(215,'1','1','27','AGREEMENT FORM','','2021-09-17 06:32:50',4,'','0','2021-09-17 06:50:50','4169','1'),(216,'1','1','27','POWER','','2021-09-17 06:51:50',4,'','4000','2021-09-17 06:51:16','4171','1'),(217,'1','1','27','SEWAGE','','2021-09-17 06:17:51',4,'','-47000','2021-09-17 06:51:44','4172','1'),(218,'1','1','27','BED ONLY','','2021-09-17 06:45:51',4,'','7000','2021-09-17 06:52:22','4173','1'),(219,'1','1','27','BED AND BREAKFAST','','2021-09-17 06:24:52',4,'','-55555','2021-09-17 06:52:42','4174','1'),(220,'1','1','28','Foreign Exchange gain/loss','','2023-07-30 07:48:19',4,'','0','2023-07-30 07:21:27','4001','5'); /*!40000 ALTER TABLE `glaccounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glfiscalyear` -- DROP TABLE IF EXISTS `glfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glfiscalyear` -- LOCK TABLES `glfiscalyear` WRITE; /*!40000 ALTER TABLE `glfiscalyear` DISABLE KEYS */; /*!40000 ALTER TABLE `glfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glgroups` -- DROP TABLE IF EXISTS `glgroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glgroups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `groupname` bigint(50) NOT NULL DEFAULT 1, `openingdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glgroups` -- LOCK TABLES `glgroups` WRITE; /*!40000 ALTER TABLE `glgroups` DISABLE KEYS */; INSERT INTO `glgroups` VALUES (1,'2','1','1','Banks',0,''),(6,'2','1','1','Current asset',0,''),(7,'2','1','1','Fixed assets',0,''),(8,'2','1','5','Cost of Good Sold',0,''),(9,'2','1','1','Capital asset',0,''),(14,'2','1','2','Current liabilities',0,''),(15,'2','1','2','Longterm liabilities',0,''),(26,'2','1','3','Equity',0,''),(27,'2','1','4','Income',0,''),(28,'2','1','4','Other income',0,''),(29,'2','1','5','Expenses',0,''),(30,'2','1','5','Other expenses',0,''),(31,'2','1','2','Share Capital',0,''),(32,'2','1','2','Retained Earnings',0,''),(33,'2','1','4','Cash',1,''),(34,'2','1','4','Equity',1,''); /*!40000 ALTER TABLE `glgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grouping` -- DROP TABLE IF EXISTS `grouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `grouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grouping` -- LOCK TABLES `grouping` WRITE; /*!40000 ALTER TABLE `grouping` DISABLE KEYS */; INSERT INTO `grouping` VALUES (1,'34','15','2025-04-29 04:35:50pm','','1','','1','1'),(2,'39','15','2025-05-06 04:42:29pm','','1','','2','1'),(3,'42','15','2025-05-08 05:03:15pm','','1','','2','1'),(4,'43','15','2025-05-08 05:05:18pm','','1','','2','1'); /*!40000 ALTER TABLE `grouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupleavedays` -- DROP TABLE IF EXISTS `groupleavedays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `groupleavedays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `overtime` int(11) DEFAULT NULL COMMENT 'Link to an overtime request', `startdate` date DEFAULT NULL, `enddate` date DEFAULT NULL, `type` int(11) NOT NULL, `days` decimal(10,2) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`group`), KEY `employee` (`employeeno`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupleavedays` -- LOCK TABLES `groupleavedays` WRITE; /*!40000 ALTER TABLE `groupleavedays` DISABLE KEYS */; INSERT INTO `groupleavedays` VALUES (1,NULL,1,NULL,'2023-02-15','2023-04-25',1,90.00,'',1,'2023-02-15 12:36:46pm',0),(14,NULL,6,NULL,'2023-01-27','2023-07-11',2,9.49,'',1,'2023-07-11 07:05:18pm',0),(15,NULL,12,NULL,'2023-08-01','2023-12-31',2,21.00,'',1,'2023-08-31 03:04:22am',0),(16,NULL,1,NULL,'2019-06-11','2023-09-02',2,67.83,'',1,'2023-09-02 08:10:55am',0); /*!40000 ALTER TABLE `groupleavedays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `house` -- DROP TABLE IF EXISTS `house`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `house` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `floor` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `vat` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(30) NOT NULL DEFAULT 1, `vat2` decimal(10,2) NOT NULL, `paymentdetails` text NOT NULL, `meternumber` text NOT NULL, `utility` varchar(20) DEFAULT 'yes', `waterno` varchar(30) NOT NULL, `waterrate` varchar(30) NOT NULL, `watercharge` varchar(30) NOT NULL, `watermonth` varchar(30) NOT NULL, `wateryear` varchar(30) NOT NULL, `electricityno` varchar(30) NOT NULL, `electricityrate` varchar(30) NOT NULL, `electricitycharge` varchar(30) NOT NULL, `electricitymonth` varchar(30) NOT NULL, `electricityyear` varchar(30) NOT NULL, `bowholeno` varchar(30) NOT NULL, `bowholerate` varchar(30) NOT NULL, `bowholecharge` varchar(30) NOT NULL, `bowholemonth` varchar(30) NOT NULL, `bowholeyear` varchar(30) NOT NULL, `beds` varchar(5) DEFAULT NULL, `bedstatus` varchar(20) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `house` -- LOCK TABLES `house` WRITE; /*!40000 ALTER TABLE `house` DISABLE KEYS */; /*!40000 ALTER TABLE `house` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `housekeeping` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `houseno` varchar(30) NOT NULL, `plotno` varchar(20) NOT NULL DEFAULT '0', `approvedby` varchar(20) NOT NULL, `comments` text NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `exactdate` varchar(30) NOT NULL, `type` text NOT NULL, `counter` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `insurance` -- DROP TABLE IF EXISTS `insurance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `insurance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `rate` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `insurance` -- LOCK TABLES `insurance` WRITE; /*!40000 ALTER TABLE `insurance` DISABLE KEYS */; /*!40000 ALTER TABLE `insurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `invoice` -- DROP TABLE IF EXISTS `invoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `invoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `totalamount` varchar(40) NOT NULL, `paid` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `order` int(11) NOT NULL, `priority` int(11) NOT NULL, `coparent` decimal(10,2) NOT NULL, `coparentcommission` decimal(10,2) NOT NULL, `coparentvat` decimal(10,2) NOT NULL, `coparentdate` varchar(30) NOT NULL, `coparentuserid` int(11) NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `invoice` -- LOCK TABLES `invoice` WRITE; /*!40000 ALTER TABLE `invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemclassification` -- DROP TABLE IF EXISTS `itemclassification`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemclassification` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `itm_class_code` varchar(100) DEFAULT NULL, `itm_class_level` varchar(50) NOT NULL, `tax_type_code` varchar(50) DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemclassification` -- LOCK TABLES `itemclassification` WRITE; /*!40000 ALTER TABLE `itemclassification` DISABLE KEYS */; INSERT INTO `itemclassification` VALUES (1,'VAT Act','99000000','1',NULL,'Y'),(2,'Goods','99010000','2',NULL,'Y'),(3,'Exempt Goods (Paragraph 1 - 99)','99011000','3',NULL,'Y'),(4,'Bovine Semen of tariff number 05111000','99011001','4',NULL,'Y'),(5,'Fish eggs and roes of tariff number 0511990110','99011002','4',NULL,'Y'),(6,'Animal semen other than of bovine of tariff number 0511999010','99011003','4',NULL,'Y'),(7,'Soya beans whether or not broken of tariff numbers 12011000 and 12019000','99011004','4',NULL,'Y'),(8,'Groundnuts not roasted or otherwise cooked In shell of tariff number 12024100','99011005','4',NULL,'Y'),(9,'Groundnuts not roasted or otherwise cooked Shelled whether or not broken of tariff number 12024200','99011006','4',NULL,'Y'),(10,'Copra of tariff number 12030000','99011007','4',NULL,'Y'),(11,'Linseed whether or not broken of tariff number 12040000','99011008','4',NULL,'Y'),(12,'Low erucic acid rape or colza seed of tariff number 12051000','99011009','4',NULL,'Y'),(13,'Other rape or colza seed of tariff number 12059000','99011010','4',NULL,'Y'),(14,'Sunflower seeds whether or not broken of tariff number 12060000','99011011','4',NULL,'Y'),(15,'Cotton seeds whether or not broken Seed of tariff numbers 12072100 and 12072900','99011012','4',NULL,'Y'),(16,'Sesamum seeds whether or not broken of tariff number 12074000','99011013','4',NULL,'Y'),(17,'Mustard seeds whether or not broken of tariff number 12075000','99011014','4',NULL,'Y'),(18,'Safflower seeds whether or not broken 12076000','99011015','4',NULL,'Y'),(19,'Other oil seeds and oleaginous fruits whether or not broken of tariff number 12079900','99011016','4',NULL,'Y'),(20,'Sugarcane of tariff number 1212990300;Sugarcane of tariff number 1212990300;Unprocessed produce of plant species camellia sinensis','99011017','4',NULL,'Y'),(21,'Live animals of chapter 1','99011018','4',NULL,'Y'),(22,'Meat and edible offals of chapter 2 excluding those of heading 0209 and 0210','99011019','4',NULL,'Y'),(23,'Fish and crustaceans molluscs and other aquatic invertebrates of chapter 3 excluding those of tariff heading 0305 0306 and 0307','99011020','4',NULL,'Y'),(24,'Unprocessed milk','99011021','4',NULL,'Y'),(25,'Fresh birds eggs in shell','99011022','4',NULL,'Y'),(26,'Edible Vegetables and certain roots and tubers of Chapter 7 excluding those of tariff heading 0711','99011023','4',NULL,'Y'),(27,'Edible fruits and nuts peal of citrus fruits or melon of chapter 8 excluding those of tariff heading 0811 0812 0813 and 0814','99011024','4',NULL,'Y'),(28,'Cereals of chapter 10 excluding seeds of tariff heading 1002 ','99011025','4',NULL,'Y'),(29,'Syringes with or without needles of tarrif no 90183100','99011032','4',NULL,'Y'),(30,'Tubular metal needles and needles for sutures of tariff number 90183200','99011035','4',NULL,'Y'),(31,'Catheters cannulae and the like of tariff number 90183900','99011036','4',NULL,'Y'),(32,'Blood bags','99011037','4',NULL,'Y'),(33,'Blood and fluid infusion sets','99011038','4',NULL,'Y'),(34,'Materials articles and equipment including motor vehicles listed under the first schedule paragraph 39 of the VAT Act.','99011039','4',NULL,'Y'),(35,'Madeup fishing nets of manmade textile material of tariff number 56081100','99011040','4',NULL,'Y'),(36,'Mosquito nets of tariff No 6304990110','99011041','4',NULL,'Y'),(37,'Materials waste residues and by products whether or not in the form of pellets and preparations of a kind used in animal feeding of tariff numbers as listed in Part 1 of the first schedule of VAT Act 2013','99011043','4',NULL,'Y'),(38,'Unprocessed green tea','99011044','4',NULL,'Y'),(39,'Inputs or raw materials supplied to solar equipment manufacturers for manufacture of solar equipment or deep cycle sealed batteries which exclusively use or store solar power ','99011048','4',NULL,'Y'),(40,'Aircraft parts of heading 8803 excluding parts of goods of heading 8801','99011049','4',NULL,'Y'),(41,'Taxable goods imported or purchased for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary responsible for the National Treasury','99011051','4',NULL,'Y'),(42,'Goods imported or purchased locally for use by the local film producers and local filming agents upon recommendation by the Kenya Film Commission subject to approval by CS TNT','99011054','4',NULL,'Y'),(43,'Inputs or raw materials locally purchased or imported by manufacturers of agricultural machinery and implements upon approval by the Cabinet Secretary responsible for industrialization','99011056','4',NULL,'Y'),(44,'All goods including material supplies equipment machinery and motor vehicles for official use by the Kenya Defence Forces and the National Police Service','99011057','4',NULL,'Y'),(45,'Direction finding compasses instruments and appliances for aircraft','99011058','4',NULL,'Y'),(46,'Wheat seeds of tariff numbers 10011100 and 1001990100','99011059','4',NULL,'Y'),(47,'Taxable goods for direct and exclusive use for the construction of tourism facilities recreational parks of fifty acres or more convention and conference facilities upon recommendation by the Cabinet Secretary responsible for matters relating to recreational parks','99011062','4',NULL,'Y'),(48,'Taxable goods equipment and apparatus for the direct and exclusive use for construction of specialized hospitals with a minimum bed capacity of fifty with accommodation facilities upon the recommendation by the Cabinet Secretary responsible for health who shall issue guidelines for the criteria to be used to determine eligibility for the exemption provided that notwithstanding this subparagraph any approval granted by the cabinet Secretary before the commencement thereof in respect of the supply of taxable goods and which is in supply of taxable goods and which is in force at such commencement shall continue to apply of the exempted taxable goods is made in full','99011063','4',NULL,'Y'),(49,'Inputs or raw materials locally purchased or imported by manufacturers of clean cook stoves approved by the CS TNT upon recommendation by the CS responsible for energy','99011066','4',NULL,'Y'),(50,'Super absorbent polymer SAP of tariff number 39069000','99011068','4',NULL,'Y'),(51,'Carrier tissue white 1 ply 14 point 5 GSM 47032100','99011069','4',NULL,'Y'),(52,'IP super soft fluff pulp for fluff 310 treated pulp 488 times 125 mm cellose of tariff number 47032100','99011070','4',NULL,'Y'),(53,'Perforated PE film 15 to 22 gsm of tariff number 3990219000','99011071','4',NULL,'Y'),(54,'Spunbound nonwoven 15 to 25 gsm of tariff number 56031100','99011072','4',NULL,'Y'),(55,'Airlid paper with super absorbent polymer 180gsm67 of tariff number 48030000','99011073','4',NULL,'Y'),(56,'Airlid paper with super absorbent polymer 80gsm67 of tariff number 48030000','99011074','4',NULL,'Y'),(57,'Pressure sensitive adhesive of tariff number 3506990100','99011077','4',NULL,'Y'),(58,'Plain polythene filmLPDE of tariff number 399021199010','99011078','4',NULL,'Y'),(59,'Plain polythene filmPE of tariff number 399021199010','99011079','4',NULL,'Y'),(60,'PE white 25 to 40 gsm release paper of tarrif number 48114900','99011080','4',NULL,'Y'),(61,'ADL 25 to 40 gsm of tariff number 56031100','99011081','4',NULL,'Y'),(62,'Elasticized side tape of tariff number 54024400','99011082','4',NULL,'Y'),(63,'12 to 16 gsm spunbound piyropo nonwoven coverstock 12gsm spunbound PP nonwoven SMS hydrophobic leg cuffs of tariff number 56031100','99011083','4',NULL,'Y'),(64,'Polymetric elastic 2 over 3 strands of tariff number 3990199010','99011084','4',NULL,'Y'),(65,'Any other aircraft spare parts imported by aircraft operators or persons engaged in the business of aircraft maintenance upon recommendation by the competent authority responsible for civil aviation','99011089','4',NULL,'Y'),(66,'Inputs for the manufacture of pesticides upon recommendation by the Cabinet Secretary for the time being responsible for matters relating to agriculture','99011090','4',NULL,'Y'),(67,'Locally assembled motor vehicles for transportation of tourists purchased before clearance through Customs following conditions as specified in the VAT Act 2013 1st Schedule Section A no9901','99011091','4',NULL,'Y'),(68,'The supply of natural water excluding bottled water by a NG, CGor any political subdivision thereof or a person approved by the CS responsible for water development for domestic or for industrial use','99011095','4',NULL,'Y'),(69,'Articles of apparel clothing accessories and equipment specially designed for safety or protective purposes for use in registered hospitals and clinics or by CG or LA in firefighting','99011096','4',NULL,'Y'),(70,'Goods imported by passengers arriving from places outside Kenya as specified in the VAT Act 2013 First Schedule section A no 99','99011099','4',NULL,'Y'),(71,'Exempt Goods (Paragraph 100 - 146)','99011100','3',NULL,'Y'),(72,'Alcoholic or non alcoholic beverages supplied to the Kenya Defence Forces Canteen Organization','99011101','4',NULL,'Y'),(73,'Hearing aids excluding parts and accessories of tariff Number 90214000','99011103','4',NULL,'Y'),(74,'Locally manufactured motherboards','99011105','4',NULL,'Y'),(75,'Inputs for the manufacture of motherboards approved by the Cabinet Secretary responsible for information communication technology','99011106','4',NULL,'Y'),(76,'Plant machinery and equipment used in the construction of a plastics recycling plant','99011107','4',NULL,'Y'),(77,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight provided that this paragra','99011108','4',NULL,'Y'),(78,'Goods imported or purchased locally for the direct and exclusive use in the construction of houses under an affordable housing scheme approved by the CS on the recommendation of the CS responsible for matters relating to housing','99011109','4',NULL,'Y'),(79,'Musical instruments and other musical equipment imported or purchased locally for exclusive use by educational institutions upon recommendation by the Cabinet Secretary responsible for Education','99011110','4',NULL,'Y'),(80,'Maize corn seeds of tariff no 10051000','99011111','4',NULL,'Y'),(81,'Taxable good excl. motor vehicle imported or purchased for direct exclusive use in geothermal, oil, mining prospecting, exploration, product sharing as per the Energy Act 2019, Petroleum Act 2019, the Mining Act 2016 upon recommendation by the CS','99011112','4',NULL,'Y'),(82,'Specialized equipment for the development and generation of solar and wind energy upon recommendation to the commissioner by the cabinet secretary responsible for matters relating to energy ','99011113','4',NULL,'Y'),(83,'Taxable goods supplied to persons that had a contract with the government prior to 25-04-2020 and contract provided for exemption from VAT provided that this exemption shall apply to the unexpired period of contract upon recommendation by CS Energy','99011114','4',NULL,'Y'),(84,'Medical ventilators and the inputs for the manufacture of medical ventilators upon recommendation by the cabinet secretary responsible for matters relating to health ','99011115','4',NULL,'Y'),(85,'Physiotherapy accessories treadmills for cardiology therapy and treatment of tariff number 9506990100 for use by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011116','4',NULL,'Y'),(86,'Dexpanthenol of tariff number 33049900 used for medical nappy rash treatment by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011117','4',NULL,'Y'),(87,'Medicaments of tariff number 30034100 30034200 30034300 30034900 30036000 excluding goods of heading 3002 3005 or 3006 consisting of two or more constituents which have been mixed together for theraputic or prophylactic uses','99011118','4',NULL,'Y'),(88,'Diagnostic or laboratory reagents of tariff number 38220000 on a backing prepared diagnostic or laboratory reagents whether or not on a backing other than those of heading 3002 or 3006 certified reference materials upon approval by CS Health ','99011119','4',NULL,'Y'),(89,'Electrodiagnostic apparatus of tariff numbers 90181100 90181200 90181300 90181400 90181900 90182000 90189000 upon approval by the cabinet secretary responsible for matters relating to health ','99011120','4',NULL,'Y'),(90,'Other instruments and appliances of tariff number 90184100 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011121','4',NULL,'Y'),(91,'Other instruments and appliances including surgical blades of tariff number 90184900 90185000 90189000 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011122','4',NULL,'Y'),(92,'Ozone therapy Oxygen therapy aerosol therapy artificial respiration or other theraputic respiration apapratus upon approval by CS Health ','99011123','4',NULL,'Y'),(93,'Other breathing appliances and gas masks excluding protective masks having neither mechanical parts nor replaceable filters upon approval by CS Health','99011124','4',NULL,'Y'),(94,'Artificial teeth and dental fittings of tariff number 90212100 90212900 and artificial parts of the body of tariff number 90213100 90213900 90215000 and 90219000 upon approval by CS Health','99011125','4',NULL,'Y'),(95,'Apparatus based on the use of x rays whether or not for medical surgical or dental of tariff numbers 90221200 90221300 90221400 and 90221900 upon approval by CS Health','99011126','4',NULL,'Y'),(96,'Apparatus based on the use of alpha beta or gamma radiations whether or not medical surgical or dental of tariff numbers 90222100 90222900 90223000 and 90229000 upon approval by CS Health','99011127','4',NULL,'Y'),(97,'Discs tape solid-state nonvolatile storage devices smart cards and other media for the recording of sound or of other phenomena whether or not recorded of tariff number 85238010 but excluding products of chapter 37 software upon approval by CS Health','99011128','4',NULL,'Y'),(98,'Management support services','80161500','3',NULL,'Y'),(99,'Silk fabrics','11161500','3',NULL,'Y'),(100,'Screws','31161500','3',NULL,'Y'),(101,'Agricultural machinery for planting and seeding','21101600','3',NULL,'Y'),(102,'Amebicides and Trichomonacides and Antiprotozoals','51101600','3',NULL,'Y'),(103,'Mechanical engineering','81101600','3',NULL,'Y'),(104,'Paving equipment','22101600','3',NULL,'Y'),(105,'Integrated circuits','32101600','3',NULL,'Y'),(106,'Broadcast advertising','82101600','3',NULL,'Y'),(107,'Fire services','92101600','3',NULL,'Y'),(108,'Processed and synthetic rubber','13101600','3',NULL,'Y'),(109,'Shirts and blouses','53101600','3',NULL,'Y'),(110,'Chemicals and fertilizers production','73101600','3',NULL,'Y'),(111,'Oil and gas utilities','83101600','3',NULL,'Y'),(112,'Political officials','93101600','3',NULL,'Y'),(113,'Lifting equipment and accessories','24101600','3',NULL,'Y'),(114,'Paper processing machines and accessories','44101600','3',NULL,'Y'),(115,'Aid financing','84101600','3',NULL,'Y'),(116,'Solid and gel fuels','15101600','3',NULL,'Y'),(117,'Product and material transport vehicles','25101600','3',NULL,'Y'),(118,'Printing machinery accessories','45101600','3',NULL,'Y'),(119,'Healthcare provider support persons','85101600','3',NULL,'Y'),(120,'Commercial land parcels','95101600','3',NULL,'Y'),(121,'Ammunition','46101600','3',NULL,'Y'),(122,'Outdoor furniture','56101600','3',NULL,'Y'),(123,'Hazardous material decontamination','76101600','3',NULL,'Y'),(124,'Scientific vocational training services','86101600','3',NULL,'Y'),(125,'Water treatment consumables','47101600','3',NULL,'Y'),(126,'Environmental planning','77101600','3',NULL,'Y'),(127,'Food preparation equipment','48101600','3',NULL,'Y'),(128,'Rail cargo transport','78101600','3',NULL,'Y'),(129,'Lamps and lightbulbs','39101600','3',NULL,'Y'),(130,'Collectibles','49101600','3',NULL,'Y'),(131,'Drilling and operation machinery','20111600','3',NULL,'Y'),(132,'Cement and lime','30111600','3',NULL,'Y'),(133,'Flowering plants','70111600','3',NULL,'Y'),(134,'Temporary personnel services','80111600','3',NULL,'Y'),(135,'Meeting facilities','90111600','3',NULL,'Y'),(136,'Stone','11111600','3',NULL,'Y'),(137,'Aquaculture equipment','21111600','3',NULL,'Y'),(138,'Length and thickness and distance measuring instruments','41111600','3',NULL,'Y'),(139,'Antimetabolites','51111600','3',NULL,'Y'),(140,'Computer programmers','81111600','3',NULL,'Y'),(141,'Household assistance and care','91111600','3',NULL,'Y'),(142,'Non technical writing','82111600','3',NULL,'Y'),(143,'Disarmament','92111600','3',NULL,'Y'),(144,'Shoes','53111600','3',NULL,'Y'),(145,'Mobile communications services','83111600','3',NULL,'Y'),(146,'Political representation and participation','93111600','3',NULL,'Y'),(147,'Novelty paper','14111600','3',NULL,'Y'),(148,'Cash handling supplies','44111600','3',NULL,'Y'),(149,'Clocks','54111600','3',NULL,'Y'),(150,'Audit services','84111600','3',NULL,'Y'),(151,'Safety and rescue water craft','25111600','3',NULL,'Y'),(152,'Projectors and supplies','45111600','3',NULL,'Y'),(153,'Non contagious disease prevention and control','85111600','3',NULL,'Y'),(154,'Open traffic thoroughfares','95111600','3',NULL,'Y'),(155,'Power generators','26111600','3',NULL,'Y'),(156,'Building component cleaning services','76111600','3',NULL,'Y'),(157,'Adult education','86111600','3',NULL,'Y'),(158,'Panel systems','56111600','3',NULL,'Y'),(159,'Ironing equipment','47111600','3',NULL,'Y'),(160,'Forming tools','27111600','3',NULL,'Y'),(161,'Environmental rehabilitation','77111600','3',NULL,'Y'),(162,'Passenger railway transportation','78111600','3',NULL,'Y'),(163,'Exterior lighting fixtures and accessories ','39111600','3',NULL,'Y'),(164,'Bird and fowl food','10121600','3',NULL,'Y'),(165,'Asphalts','30121600','3',NULL,'Y'),(166,'Livestock industry','70121600','3',NULL,'Y'),(167,'Business law services','80121600','3',NULL,'Y'),(168,'Travel document assistance','90121600','3',NULL,'Y'),(169,'Drilling bits','20121600','3',NULL,'Y'),(170,'Studio aids','60121600','3',NULL,'Y'),(171,'Wood','11121600','3',NULL,'Y'),(172,'Monetary systems and issues','81121600','3',NULL,'Y'),(173,'Pipette tips','41121600','3',NULL,'Y'),(174,'Veterinary products','42121600','3',NULL,'Y'),(175,'Table and kitchen linen and accessories','52121600','3',NULL,'Y'),(176,'Engraving','82121600','3',NULL,'Y'),(177,'Detective services','92121600','3',NULL,'Y'),(178,'Textile working machinery and equipment and accessories','23121600','3',NULL,'Y'),(179,'Purses and handbags and bags','53121600','3',NULL,'Y'),(180,'Information centers','83121600','3',NULL,'Y'),(181,'International relations and cooperation','93121600','3',NULL,'Y'),(182,'Desk supplies','44121600','3',NULL,'Y'),(183,'Tissue papers','14121600','3',NULL,'Y'),(184,'Funds transfer and clearance and exchange services','84121600','3',NULL,'Y'),(185,'Camera accessories','45121600','3',NULL,'Y'),(186,'Labels','55121600','3',NULL,'Y'),(187,'Medical doctor specialist services','85121600','3',NULL,'Y'),(188,'Transport buildings and structures','95121600','3',NULL,'Y'),(189,'Electrical cable and accessories','26121600','3',NULL,'Y'),(190,'Nonhazardous waste disposal','76121600','3',NULL,'Y'),(191,'Junior colleges','86121600','3',NULL,'Y'),(192,'Floor machines and accessories','47121600','3',NULL,'Y'),(193,'Soil pollution','77121600','3',NULL,'Y'),(194,'Material handling services','78121600','3',NULL,'Y'),(195,'Circuit protection devices and accessories','39121600','3',NULL,'Y'),(196,'Camping furniture','49121600','3',NULL,'Y'),(197,'Animal containment','10131600','3',NULL,'Y'),(198,'Bricks','30131600','3',NULL,'Y'),(199,'Eggs and egg substitutes','50131600','3',NULL,'Y'),(200,'Land and soil preparation','70131600','3',NULL,'Y'),(201,'Sale of property and building','80131600','3',NULL,'Y'),(202,'Musical instrument sets','60131600','3',NULL,'Y'),(203,'Other animal products','11131600','3',NULL,'Y'),(204,'Anticoagulants','51131600','3',NULL,'Y'),(205,'Pyrotechnics','12131600','3',NULL,'Y'),(206,'Blinds and shades','52131600','3',NULL,'Y'),(207,'Photographers and cinematographers','82131600','3',NULL,'Y'),(208,'Medical staff clothing and related articles','42131600','3',NULL,'Y'),(209,'Faceting equipment and accessories','23131600','3',NULL,'Y'),(210,'Bath and body','53131600','3',NULL,'Y'),(211,'Meat and poultry and seafood processing','73131600','3',NULL,'Y'),(212,'Food and nutrition policy planning and programs','93131600','3',NULL,'Y'),(213,'Industrial freezers','24131600','3',NULL,'Y'),(214,'Life and health and accident insurance','84131600','3',NULL,'Y'),(215,'Charity organizations','94131600','3',NULL,'Y'),(216,'Civilian and commercial rotary wing aircraft','25131600','3',NULL,'Y'),(217,'Moving picture media','45131600','3',NULL,'Y'),(218,'Fission fuel assemblies','15131600','3',NULL,'Y'),(219,'Medical ethics','85131600','3',NULL,'Y'),(220,'Portable commercial and industrial buildings and structures','95131600','3',NULL,'Y'),(221,'Toxic spill cleanup','76131600','3',NULL,'Y'),(222,'Music and drama','86131600','3',NULL,'Y'),(223,'Exhaust structures or screening equipment','26131600','3',NULL,'Y'),(224,'Brooms and mops and brushes and accessories','47131600','3',NULL,'Y'),(225,'Noise pollution','77131600','3',NULL,'Y'),(226,'General goods storage','78131600','3',NULL,'Y'),(227,'Wire protection devices','39131600','3',NULL,'Y'),(228,'Valves','40141600','3',NULL,'Y'),(229,'Crop protection','70141600','3',NULL,'Y'),(230,'Sales and business promotion activities','80141600','3',NULL,'Y'),(231,'Non metallic waste and scrap','11141600','3',NULL,'Y'),(232,'Supply chain management','81141600','3',NULL,'Y'),(233,'Domestic laundry appliances and supplies','52141600','3',NULL,'Y'),(234,'Graphic display services','82141600','3',NULL,'Y'),(235,'Rare earth metals','12141600','3',NULL,'Y'),(236,'Basins and bedpans and urinals and admission kits','42141600','3',NULL,'Y'),(237,'Mass transit system construction services','72141600','3',NULL,'Y'),(238,'Leather preparing machinery and accessories','23141600','3',NULL,'Y'),(239,'Thread and yarn processing','73141600','3',NULL,'Y'),(240,'Population','93141600','3',NULL,'Y'),(241,'Miscellaneous sewing supplies','53141600','3',NULL,'Y'),(242,'Cushioning supplies','24141600','3',NULL,'Y'),(243,'Personal credit agencies','84141600','3',NULL,'Y'),(244,'Prefabricated residential buildings and structures','95141600','3',NULL,'Y'),(245,'Darkroom supplies','45141600','3',NULL,'Y'),(246,'Herbal treatments','85141600','3',NULL,'Y'),(247,'Subcritical assembly equipment','26141600','3',NULL,'Y'),(248,'Students organizations','86141600','3',NULL,'Y'),(249,'Inspection','78141600','3',NULL,'Y'),(250,'Cereal seeds','10151600','3',NULL,'Y'),(251,'Roofing accessories','30151600','3',NULL,'Y'),(252,'Compressors','40151600','3',NULL,'Y'),(253,'Edible animal oils and fats','50151600','3',NULL,'Y'),(254,'Forestry industry','70151600','3',NULL,'Y'),(255,'International trade services','80151600','3',NULL,'Y'),(256,'Threads','11151600','3',NULL,'Y'),(257,'Chains','31151600','3',NULL,'Y'),(258,'Cholinergic blocking agents','51151600','3',NULL,'Y'),(259,'Cartography','81151600','3',NULL,'Y'),(260,'Clinical laboratory instruments','41151600','3',NULL,'Y'),(261,'Dental and subspecialty instruments and devices','42151600','3',NULL,'Y'),(262,'Domestic kitchen tools and utensils','52151600','3',NULL,'Y'),(263,'Specialized communication system services','72151600','3',NULL,'Y'),(264,'Cement and ceramics and glass industry machinery and equipment and supplies','23151600','3',NULL,'Y'),(265,'Packaging services','73151600','3',NULL,'Y'),(266,'Public finance','93151600','3',NULL,'Y'),(267,'Nutrition issues','85151600','3',NULL,'Y'),(268,'Security and control equipment','46151600','3',NULL,'Y'),(269,'Ceiling materials','30161600','3',NULL,'Y'),(270,'Purification','40161600','3',NULL,'Y'),(271,'Flora','70161600','3',NULL,'Y'),(272,'Business facilities oversight','80161600','3',NULL,'Y'),(273,'Wool fabrics','11161600','3',NULL,'Y'),(274,'Bolts','31161600','3',NULL,'Y'),(275,'Other oilfield support services','71161600','3',NULL,'Y'),(276,'Electronic mail and messaging services','81161600','3',NULL,'Y'),(277,'Extracorporeal hemodialysis equipment and supplies','42161600','3',NULL,'Y'),(278,'Audio visual equipment accessories','52161600','3',NULL,'Y'),(279,'Foundry supplies','23161600','3',NULL,'Y'),(280,'Manufacture of transport equipment','73161600','3',NULL,'Y'),(281,'Taxes other than income tax','93161600','3',NULL,'Y'),(282,'Water safety','46161600','3',NULL,'Y'),(283,'Racquet and court sports equipment','49161600','3',NULL,'Y'),(284,'Chemical fertilizers and plant nutrients','10171600','3',NULL,'Y'),(285,'Windows','30171600','3',NULL,'Y'),(286,'Water quality management services','70171600','3',NULL,'Y'),(287,'Publicity and marketing support services','80171600','3',NULL,'Y'),(288,'Bushings','31171600','3',NULL,'Y'),(289,'Laxatives','51171600','3',NULL,'Y'),(290,'Stainless steel alloys','11171600','3',NULL,'Y'),(291,'Ecological science services','81171600','3',NULL,'Y'),(292,'Microbiology devices','41171600','3',NULL,'Y'),(293,'Pigments','12171600','3',NULL,'Y'),(294,'Mobile medical services extricating and immobilizing and transporting products','42171600','3',NULL,'Y'),(295,'Manufacture of precision instruments','73171600','3',NULL,'Y'),(296,'International trade','93171600','3',NULL,'Y'),(297,'Defrosting and defogging systems','25171600','3',NULL,'Y'),(298,'Hospice care','85171600','3',NULL,'Y'),(299,'Surveillance and detection equipment','46171600','3',NULL,'Y'),(300,'Boxing equipment','49171600','3',NULL,'Y'),(301,'Non sanitary residential fixtures','30181600','3',NULL,'Y'),(302,'Thyroid and antithyroid drugs','51181600','3',NULL,'Y'),(303,'Blood pressure units and related products','42181600','3',NULL,'Y'),(304,'Oils','12181600','3',NULL,'Y'),(305,'Food cutting machinery','23181600','3',NULL,'Y'),(306,'Automotive chassis','25181600','3',NULL,'Y'),(307,'Safety footwear','46181600','3',NULL,'Y'),(308,'Panel and paint services','78181600','3',NULL,'Y'),(309,'Ladders and scaffolding accessories','30191600','3',NULL,'Y'),(310,'Abrasive wheels','31191600','3',NULL,'Y'),(311,'Electrolytes','51191600','3',NULL,'Y'),(312,'Medical facility building systems','42191600','3',NULL,'Y'),(313,'Personal communications device accessories or parts','43191600','3',NULL,'Y'),(314,'Space transportation support systems and equipment','25191600','3',NULL,'Y'),(315,'Fire fighting equipment','46191600','3',NULL,'Y'),(316,'Adhesives','31201600','3',NULL,'Y'),(317,'Vaccines and antigens and toxoids','51201600','3',NULL,'Y'),(318,'Medical magnetic resonance imaging MRI products','42201600','3',NULL,'Y'),(319,'Chassis components','43201600','3',NULL,'Y'),(320,'Weight and resistance training equipment','49201600','3',NULL,'Y'),(321,'Paint additives','31211600','3',NULL,'Y'),(322,'Bathroom and bathing aids for the physically challenged','42211600','3',NULL,'Y'),(323,'Weighing machinery excluding balances of a sensitivity of 5 cg or better of tariff number 84233100 including weight operated counting or checking machines weighing machine weights of all kinds upon approval by CS Health','99011129','4',NULL,'Y'),(324,'Fetal Doppler Pocket Wgd002 Pc and pulse oximeter finger held Gima band Pc of tariff number 90181900 upon approval by the cabinet sectretary responsible for matters relating to health ','99011130','4',NULL,'Y'),(325,'Sterilizer Dry Heat Wgd001Grx05A Pc autoclave steam tables tops of tariff number 8419902000 upon approval by the cabinet sectretary responsible for matters relating to health ','99011131','4',NULL,'Y'),(326,'Needle holders and urine bags of tariff heading 399026','99011132','4',NULL,'Y'),(327,'Tourniquets of tariff number 3990269099 for use by licensed hospitals upon approval by the cabinet sectretary responsible for matters relating to health ','99011133','4',NULL,'Y'),(328,'Taxable supplies incl. fish feeding and handling water operations cold storage fish cages pond construction, maintenance, fish processing and handling imported or purchased for direct exclusive use on the recommendation of the relevant State Dept','99011134','4',NULL,'Y'),(329,'Pre fabricated biogas digesters ','99011135','4',NULL,'Y'),(330,'Biogas ','99011136','4',NULL,'Y'),(331,'Sustainable fuel briquettes and pellets for household and commercial use ','99011137','4',NULL,'Y'),(332,'The supply of denatured ethanol of tariff number 22072000','99011138','4',NULL,'Y'),(333,'Tractors other than road tractors for semitrailers','99011139','4',NULL,'Y'),(334,'Plant and machinery of chapter 84 and 85 imported by manufacturers of pharmaceutical products or investors in the manufacture of pharmaceutical products upon the recommendation of CS Health','99011140','4',NULL,'Y'),(335,'Medical oxygen supplied to registered hospitals ','99011141','4',NULL,'Y'),(336,'Urine bags adult diapers artificial breasts colostomy or ileostomy bags for medical use ','99011142','4',NULL,'Y'),(337,'Inputs and raw materials used in the manufacture of passenger motor vehicle ','99011143','4',NULL,'Y'),(338,'Locally manufactured passenger motor vehicles: vehicles for the transportation of passengers whose ex-factory value comprises at least 30 percent of parts designed and manufactured in Kenya by an original equipment manufacturer operating in Kenya.','99011144','4',NULL,'Y'),(339,'Taxable goods inputs and raw materials imported or locally purchased by company under SOFA manufacturing human vaccines with a capital investment of atleast 10Bn shillings subject to approval of CS TNT upon recommendation of CS Health','99011145','4',NULL,'Y'),(340,'Such capital goods the exemption of which the Cabinet Secretary may determine to promote investment in the manufacturing sector provided that the value of such investment is not less than two billion shillings ','99011146','4',NULL,'Y'),(341,'Zero Rated Goods','99012000','3',NULL,'Y'),(342,'Shipstores supplied to international sea or air carriers on international voyage or flight','99012003','4',NULL,'Y'),(343,'The supply of coffee and tea for export to coffee or tea auction centers','99012004','4',NULL,'Y'),(344,'Transportation of passengers by air carriers on international flight','99012005','4',NULL,'Y'),(345,'Goods purchased from duty free shops by passengers departing to places outside Kenya','99012009','4',NULL,'Y'),(346,'Inputs or raw materials either produced locally or imported supplied to pharmaceutical manufacturers in Kenya for manufacturing medicaments as approved from time to time by the Cabinet Secretary in consultation with CS Health','99012011','4',NULL,'Y'),(347,'The supply of ordinary bread','99012013','4',NULL,'Y'),(348,'Milk and cream not concentrated nor containing added sugar or other sweetening matter of tariff numbers 04011000 04012000 04014000 04015000','99012015','4',NULL,'Y'),(349,'All inputs and raw materials whether produced locally or imported supplied to manufacturers of agricultural pest control products upon recommendation by CS Agriculture','99012016','4',NULL,'Y'),(350,'Agricultural pest control products','99012019','4',NULL,'Y'),(351,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight','99012022','4',NULL,'Y'),(352,'The Fertilizers of chapter 31','99012024','4',NULL,'Y'),(353,'Inputs of raw materials locally purchased or imported by manufacturers of fertilizer as approved from time to time by the Cabinet Secretary responsible for Agriculture','99012025','4',NULL,'Y'),(354,'Other Rate Goods (8%)','99013000','3',NULL,'Y'),(355,'Petroleum Products','99013001','4',NULL,'Y'),(356,'Services','99020000','2',NULL,'Y'),(357,'Exempt Service','99021000','3',NULL,'Y'),(358,'Financial Services','99021001','4',NULL,'Y'),(359,'Insurance & reinsurance services ','99021002','4',NULL,'Y'),(360,'Education services ','99021003','4',NULL,'Y'),(361,'Medical veterinary dental Ambulance and nursing services','99021004','4',NULL,'Y'),(362,'Agricultural animal husbandry and horticultural services','99021005','4',NULL,'Y'),(363,'Burial and cremation services','99021006','4',NULL,'Y'),(364,'Transportation of passengers by any means of conveyance excluding international air transport or where the means of conveyance is hired or chartered','99021007','4',NULL,'Y'),(365,'Supply by way of sale renting leasing hiring letting of land or residential premises residential premises means land or a building occupied or capable of being occupied as a residence excluding hotel and holiday accomodation and subject to the provi','99021008','4',NULL,'Y'),(366,'Community social and welfare services provided by National Government County Government or any political subdivision thereof','99021009','4',NULL,'Y'),(367,'Tea and coffee brokerage services','99021010','4',NULL,'Y'),(368,'Services rendered by educational, political, religious, welfare & other philanthropic associations to their members and social welfare services provided by charitable organizations.','99021011','4',NULL,'Y'),(369,'Entertainment Services','99021012','4',NULL,'Y'),(370,'Accommodation and Restaurant Services','99021013','4',NULL,'Y'),(371,'Conference services conducted for educational institutions as part of learning where such institutions are approved by the Ministry for the time being responsible for Education','99021014','4',NULL,'Y'),(372,'Car park services provided by National Government County Government anypolitical subdivision therefore by an employer to his employees on the premises of the employer','99021015','4',NULL,'Y'),(373,'The supply of airtime by any person other than by a provider of cellular mobile telephone services or wireless telephone services','99021016','4',NULL,'Y'),(374,'Betting gaming and lotteries services','99021017','4',NULL,'Y'),(375,'Hiring leasing and chartering of aircrafts excluding helicopters of tariff 88021100 and 88021200','99021018','4',NULL,'Y'),(376,'Taxable services for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary to the National Treasury','99021020','4',NULL,'Y'),(377,'Services imported or procured locally for use by the local film producers or local film agents upon recommendation by the Kenya Film Commission subject to approval by the Cabinet Secretary for the National Treasury','99021021','4',NULL,'Y'),(378,'Supply of sewerage services by the national government a county government any political subdivision thereof or a person approved by the Cabinet Secretary for the time being responsible for water development','99021023','4',NULL,'Y'),(379,'Entry fees into the national parks and national reserves','99021024','4',NULL,'Y'),(380,'The services of tour operators excluding inhouse supplies','99021025','4',NULL,'Y'),(381,'Taxable services for direct and exclusive use for the construction of tourism facilities recreational parks of 50 acres or more convention and conference facilities upon the recommendation by the CS responsible for recreational park','99021026','4',NULL,'Y'),(382,'Taxable services for direct and exclusive use for the construction of specialized hospitals with accommodation facilities upon recommendation by CS Health who shall issue guidelines for the criteria to determine the eligibility for the exemption','99021027','4',NULL,'Y'),(383,'Postal services provide through the supply of postage stamps including rental post boxes or mail bags and subsidiary services thereto','99021029','4',NULL,'Y'),(384,'The transfer of assets and other transactions related to the transfer of asets into real estate investment trusts and asset backed securities','99021033','4',NULL,'Y'),(385,'Zero Rated Service','99022000','3',NULL,'Y'),(386,'The supply of taxable services to international sea or air carriers on international voyage or flight','99022006','4',NULL,'Y'),(387,'Supply of taxable services in respect of goods in transit','99022010','4',NULL,'Y'),(388,'The transportation of goods originating from Kenya to a place outside Kenya','99022020','4',NULL,'Y'),(389,'Transportation of sugarcane from farms to miling factories','99022021','4',NULL,'Y'),(390,'The exportation of taxable services in respect of business process outsourcing ','99022023','4',NULL,'Y'),(391,'Goods or Services','99030000','2',NULL,'Y'),(392,'Exempt Goods or Services','99031000','3',NULL,'Y'),(393,'Zero Rated Goods or Services','99032000','3',NULL,'Y'),(394,'The supply of goods or taxable services to an export processing zone business as specified in the Export Processing Zones Act Cap 517 as being eligible forduty and tax free importation','99032002','4',NULL,'Y'),(395,'Supply to international and regional organizations','99032004','4',NULL,'Y'),(396,'Supply to the War Graves Commission','99032005','4',NULL,'Y'),(397,'Supply to National Red Cross Society and St John Ambulance','99032008','4',NULL,'Y'),(398,'The supply of goods or taxable services to a special economic zone enterprise','99032012','4',NULL,'Y'),(399,'Government Undertaking','99040000','2',NULL,'Y'),(400,'Zero Rated Government Undertaking','99042000','3',NULL,'Y'),(401,'Physical and occupational therapy and rehabilitation products','42250000','2',NULL,'Y'),(402,'Metal forming machinery and accessories','23250000','2',NULL,'Y'),(403,'Structural materials','30260000','2',NULL,'Y'),(404,'Housings and cabinets and casings','31260000','2',NULL,'Y'),(405,'Adrenergic blocking agents','51260000','2',NULL,'Y'),(406,'Postmortem and mortuary equipment and supplies','42260000','2',NULL,'Y'),(407,'Rapid prototyping machinery and accessories','23260000','2',NULL,'Y'),(408,'Diagnoses of endocrine, nutritional and metabolic diseases ','85260000','2',NULL,'Y'),(409,'Machine made parts','31270000','2',NULL,'Y'),(410,'Anaesthetic drugs and related adjuncts and analeptics','51270000','2',NULL,'Y'),(411,'Respiratory and anesthesia and resuscitation products','42270000','2',NULL,'Y'),(412,'Welding and soldering and brazing machinery and accessories and supplies','23270000','2',NULL,'Y'),(413,'Diagnoses of mental and behavioral disorders ','85270000','2',NULL,'Y'),(414,'Stampings and sheet components','31280000','2',NULL,'Y'),(415,'Antibacterials','51280000','2',NULL,'Y'),(416,'Medical cleaning and sterilization products','42280000','2',NULL,'Y'),(417,'Metal treatment machinery','23280000','2',NULL,'Y'),(418,'Antidepressants','51290000','2',NULL,'Y'),(419,'Machined extrusions','31290000','2',NULL,'Y'),(420,'Surgical products','42290000','2',NULL,'Y'),(421,'Industrial machine tools','23290000','2',NULL,'Y'),(422,'Fresh fruits','50300000','2',NULL,'Y'),(423,'Antifungal drugs','51300000','2',NULL,'Y'),(424,'Machined forgings','31300000','2',NULL,'Y'),(425,'Medical training and education supplies','42300000','2',NULL,'Y'),(426,'Wire machinery and equipment','23300000','2',NULL,'Y'),(427,'Organic fresh fruits','50310000','2',NULL,'Y'),(428,'Antihistamines or H1 blockers','51310000','2',NULL,'Y'),(429,'Fabricated pipe assemblies','31310000','2',NULL,'Y'),(430,'Wound care products','42310000','2',NULL,'Y'),(431,'Dried fruit','50320000','2',NULL,'Y'),(432,'Antihyperlipidemic and hypocholesterolemic agents','51320000','2',NULL,'Y'),(433,'Fabricated bar stock assemblies','31320000','2',NULL,'Y'),(434,'Orthopedic surgical implants','42320000','2',NULL,'Y'),(435,'Dried organic fruit','50330000','2',NULL,'Y'),(436,'Antipsychotics','51330000','2',NULL,'Y'),(437,'Fabricated structural assemblies','31330000','2',NULL,'Y'),(438,'Frozen fruit','50340000','2',NULL,'Y'),(439,'Antiviral drugs','51340000','2',NULL,'Y'),(440,'Fabricated sheet assemblies','31340000','2',NULL,'Y'),(441,'Estrogens and progestins and internal contraceptives','51350000','2',NULL,'Y'),(442,'Fabricated tube assemblies','31350000','2',NULL,'Y'),(443,'Compounds and mixtures','12350000','2',NULL,'Y'),(444,'Canned or jarred fruit','50360000','2',NULL,'Y'),(445,'Hypnotics','51360000','2',NULL,'Y'),(446,'Fabricated plate assemblies','31360000','2',NULL,'Y'),(447,'Canned or jarred organic fruit','50370000','2',NULL,'Y'),(448,'Refractories','31370000','2',NULL,'Y'),(449,'Controlled substance analgesics','51370000','2',NULL,'Y'),(450,'Fresh fruit purees','50380000','2',NULL,'Y'),(451,'Nonsteroidal anti inflammatory drugs NSAIDs','51380000','2',NULL,'Y'),(452,'Magnets and magnetic materials','31380000','2',NULL,'Y'),(453,'Diagnoses of certain conditions originating in the perinatal period','85380000','2',NULL,'Y'),(454,'Sympathomimetic or adrenergic drugs','51390000','2',NULL,'Y'),(455,'Machinings','31390000','2',NULL,'Y'),(456,'Fresh vegetables','50400000','2',NULL,'Y'),(457,'Tranquilizers and antimanic and antianxiety drugs','51400000','2',NULL,'Y'),(458,'Gaskets','31400000','2',NULL,'Y'),(459,'Organic fresh vegetables','50410000','2',NULL,'Y'),(460,'Vasodilators','51410000','2',NULL,'Y'),(461,'Seals','31410000','2',NULL,'Y'),(462,'Dried vegetables','50420000','2',NULL,'Y'),(463,'Corticosteroids','51420000','2',NULL,'Y'),(464,'Sintered parts','31420000','2',NULL,'Y'),(465,'Dried organic vegetables','50430000','2',NULL,'Y'),(466,'Antihypertensive drugs','51430000','2',NULL,'Y'),(467,'Frozen vegetables','50440000','2',NULL,'Y'),(468,'Radiopharmaceuticals and contrast media','51440000','2',NULL,'Y'),(469,'Frozen organic vegetables','50450000','2',NULL,'Y'),(470,'Anthelmintics','51450000','2',NULL,'Y'),(471,'Canned or jarred vegetables','50460000','2',NULL,'Y'),(472,'Herbal drugs','51460000','2',NULL,'Y'),(473,'Canned or jarred organic vegetables','50470000','2',NULL,'Y'),(474,'Antiseptics','51470000','2',NULL,'Y'),(475,'Nutritional supplements','50500000','2',NULL,'Y'),(476,'Rapid response kits','57010100','3',NULL,'Y'),(477,'Humanitarian operational services','57020100','3',NULL,'Y'),(478,'Health emergency kits','57030100','3',NULL,'Y'),(479,'Educational kits','57040100','3',NULL,'Y'),(480,'Emergency nutritional kits','57050100','3',NULL,'Y'),(481,'Emergency clothing kits','57060100','3',NULL,'Y'),(482,'Logistics emergency kits','57070100','3',NULL,'Y'),(483,'Emergency IT equipment kits','57080100','3',NULL,'Y'),(484,'Training services for users of agricultural machinery and equipment ','70190100','3',NULL,'Y'),(485,'Emergency latrine facility','57030200','3',NULL,'Y'),(486,'Recreational kits','57040200','3',NULL,'Y'),(487,'Food emergency rations','57050200','3',NULL,'Y'),(488,'Shelter emergency kits','57060200','3',NULL,'Y'),(489,'Water, sanitation and hygiene kits','57030300','3',NULL,'Y'),(490,'Early childhood development','57040300','3',NULL,'Y'),(491,'Food emergency kits','57050300','3',NULL,'Y'),(492,'Office emergency kits','57060300','3',NULL,'Y'),(493,'Personal protective equipment','57030400','3',NULL,'Y'),(494,'Multipurpose emergency kits','57060400','3',NULL,'Y'),(495,'Single family dwelling construction services','72111000','3',NULL,'Y'),(496,'Resins','13111000','3',NULL,'Y'),(497,'New industrial building and warehouse construction services','72121000','3',NULL,'Y'),(498,'Library furnishings','56121000','3',NULL,'Y'),(499,'Power conditioning equipment','39121000','3',NULL,'Y'),(500,'Keyboard instruments','60131000','3',NULL,'Y'),(501,'Electronic component parts and raw materials and accessories','32131000','3',NULL,'Y'),(502,'Toys','60141000','3',NULL,'Y'),(503,'Highway and road construction services','72141000','3',NULL,'Y'),(504,'Body tools','27141000','3',NULL,'Y'),(505,'Boiler and furnace construction and maintenance services','72151000','3',NULL,'Y'),(506,'Oilfield modeling services','71161000','3',NULL,'Y'),(507,'Batch mixers','23191000','3',NULL,'Y'),(508,'Gas liquid contacting systems','23201000','3',NULL,'Y'),(509,'Public safety training equipment','46201000','3',NULL,'Y'),(510,'Airport Maintenance','78201000','3',NULL,'Y'),(511,'Pulses','50221000','3',NULL,'Y'),(512,'Arrival department machinery and equipment','23221000','3',NULL,'Y'),(513,'Log debarkers and accessories','23231000','3',NULL,'Y'),(514,'Electric alternating current AC motors','26101100','3',NULL,'Y'),(515,'Multiple unit dwelling construction services','72111100','3',NULL,'Y'),(516,'Rosins','13111100','3',NULL,'Y'),(517,'Rapid response kits','57111100','3',NULL,'Y'),(518,'Commercial and office building construction services','72121100','3',NULL,'Y'),(519,'Distribution and control centers and accessories','39121100','3',NULL,'Y'),(520,'Live Plant and Animal Material and Accessories and Supplies','10000000','1',NULL,'Y'),(521,'Mining and Well Drilling Machinery and Accessories','20000000','1',NULL,'Y'),(522,'Structures and Building and Construction and Manufacturing Components and Supplies','30000000','1',NULL,'Y'),(523,'Distribution and Conditioning Systems and Equipment and Components','40000000','1',NULL,'Y'),(524,'Food Beverage and Tobacco Products','50000000','1',NULL,'Y'),(525,'Farming and Fishing and Forestry and Wildlife Contracting Services','70000000','1',NULL,'Y'),(526,'Management and Business Professionals and Administrative Services','80000000','1',NULL,'Y'),(527,'Travel and Food and Lodging and Entertainment Services','90000000','1',NULL,'Y'),(528,'Musical Instruments and Games and Toys and Arts and Crafts and Educational Equipment and Materials and Accessories and Supplies','60000000','1',NULL,'Y'),(529,'Mineral and Textile and Inedible Plant and Animal Materials','11000000','1',NULL,'Y'),(530,'Farming and Fishing and Forestry and Wildlife Machinery and Accessories','21000000','1',NULL,'Y'),(531,'Manufacturing Components and Supplies','31000000','1',NULL,'Y'),(532,'Laboratory and Measuring and Observing and Testing Equipment','41000000','1',NULL,'Y'),(533,'Drugs and Pharmaceutical Products','51000000','1',NULL,'Y'),(534,'Mining and oil and gas services','71000000','1',NULL,'Y'),(535,'Engineering and Research and Technology Based Services','81000000','1',NULL,'Y'),(536,'Personal and Domestic Services','91000000','1',NULL,'Y'),(537,'Chemicals including Bio Chemicals and Gas Materials','12000000','1',NULL,'Y'),(538,'Building and Construction Machinery and Accessories','22000000','1',NULL,'Y'),(539,'Electronic Components and Supplies','32000000','1',NULL,'Y'),(540,'Medical Equipment and Accessories and Supplies','42000000','1',NULL,'Y'),(541,'Domestic Appliances and Supplies and Consumer Electronic Products','52000000','1',NULL,'Y'),(542,'Building and Facility Construction and Maintenance Services ','72000000','1',NULL,'Y'),(543,'Editorial and Design and Graphic and Fine Art Services','82000000','1',NULL,'Y'),(544,'National Defense and Public Order and Security and Safety Services','92000000','1',NULL,'Y'),(545,'Resin and Rosin and Rubber and Foam and Film and Elastomeric Materials','13000000','1',NULL,'Y'),(546,'Industrial Manufacturing and Processing Machinery and Accessories','23000000','1',NULL,'Y'),(547,'Information Technology Broadcasting and Telecommunications','43000000','1',NULL,'Y'),(548,'Apparel and Luggage and Personal Care Products','53000000','1',NULL,'Y'),(549,'Industrial Production and Manufacturing Services','73000000','1',NULL,'Y'),(550,'Public Utilities and Public Sector Related Services','83000000','1',NULL,'Y'),(551,'Politics and Civic Affairs Services','93000000','1',NULL,'Y'),(552,'Paper Materials and Products','14000000','1',NULL,'Y'),(553,'Material Handling and Conditioning and Storage Machinery and their Accessories and Supplies','24000000','1',NULL,'Y'),(554,'Office Equipment and Accessories and Supplies','44000000','1',NULL,'Y'),(555,'Timepieces and Jewelry and Gemstone Products','54000000','1',NULL,'Y'),(556,'Financial and Insurance Services','84000000','1',NULL,'Y'),(557,'Organizations and Clubs','94000000','1',NULL,'Y'),(558,'Financial Instruments, Products, Contracts and Agreements','64000000','1',NULL,'Y'),(559,'Fuels and Fuel Additives and Lubricants and Anti corrosive Materials','15000000','1',NULL,'Y'),(560,'Commercial and Military and Private Vehicles and their Accessories and Components','25000000','1',NULL,'Y'),(561,'Printing and Photographic and Audio and Visual Equipment and Supplies','45000000','1',NULL,'Y'),(562,'Published Products','55000000','1',NULL,'Y'),(563,'Healthcare Services','85000000','1',NULL,'Y'),(564,'Land and Buildings and Structures and Thoroughfares','95000000','1',NULL,'Y'),(565,'Power Generation and Distribution Machinery and Accessories','26000000','1',NULL,'Y'),(566,'Defense and Law Enforcement and Security and Safety Equipment and Supplies','46000000','1',NULL,'Y'),(567,'Industrial Cleaning Services','76000000','1',NULL,'Y'),(568,'Education and Training Services','86000000','1',NULL,'Y'),(569,'Furniture and Furnishings','56000000','1',NULL,'Y'),(570,'Tools and General Machinery','27000000','1',NULL,'Y'),(571,'Cleaning Equipment and Supplies','47000000','1',NULL,'Y'),(572,'Environmental Services','77000000','1',NULL,'Y'),(573,'Humanitarian Relief Items, Kits, or Accessories','57000000','1',NULL,'Y'),(574,'Service Industry Machinery and Equipment and Supplies','48000000','1',NULL,'Y'),(575,'Transportation and Storage and Mail Services','78000000','1',NULL,'Y'),(576,'Electrical Systems and Lighting and Components and Accessories and Supplies','39000000','1',NULL,'Y'),(577,'Sports and Recreational Equipment and Supplies and Accessories','49000000','1',NULL,'Y'),(578,'Survival supplies','57010000','2',NULL,'Y'),(579,'Services related to humanitarian relief actions','57020000','2',NULL,'Y'),(580,'Humanitarian health supplies','57030000','2',NULL,'Y'),(581,'Educational or recreational items','57040000','2',NULL,'Y'),(582,'Humanitarian relief food','57050000','2',NULL,'Y'),(583,'Shelter and relief items','57060000','2',NULL,'Y'),(584,'Humanitarian logistics supplies','57070000','2',NULL,'Y'),(585,'Humanitarian IT equipment','57080000','2',NULL,'Y'),(586,'Live animals','10100000','2',NULL,'Y'),(587,'Mining and quarrying machinery and equipment','20100000','2',NULL,'Y'),(588,'Structural components and basic shapes','30100000','2',NULL,'Y'),(589,'Heating and ventilation and air circulation','40100000','2',NULL,'Y'),(590,'Nuts and seeds','50100000','2',NULL,'Y'),(591,'Fisheries and aquaculture','70100000','2',NULL,'Y'),(592,'Management advisory services','80100000','2',NULL,'Y'),(593,'Restaurants and catering','90100000','2',NULL,'Y'),(594,'Developmental and professional teaching aids and materials and accessories and supplies','60100000','2',NULL,'Y'),(595,'Minerals and ores and metals','11100000','2',NULL,'Y'),(596,'Agricultural and forestry and landscape machinery and equipment','21100000','2',NULL,'Y'),(597,'Castings and casting assemblies','31100000','2',NULL,'Y'),(598,'Laboratory and scientific equipment','41100000','2',NULL,'Y'),(599,'Amebicides and trichomonacides and antiprotozoals','51100000','2',NULL,'Y'),(600,'Mining services','71100000','2',NULL,'Y'),(601,'Professional engineering services','81100000','2',NULL,'Y'),(602,'Personal appearance','91100000','2',NULL,'Y'),(603,'Heavy construction machinery and equipment','22100000','2',NULL,'Y'),(604,'Printed circuits and integrated circuits and microassemblies','32100000','2',NULL,'Y'),(605,'Floor coverings','52100000','2',NULL,'Y'),(606,'Building and facility maintenance and repair services','72100000','2',NULL,'Y'),(607,'Advertising','82100000','2',NULL,'Y'),(608,'Public order and safety','92100000','2',NULL,'Y'),(609,'Rubber and elastomers','13100000','2',NULL,'Y'),(610,'Raw materials processing machinery','23100000','2',NULL,'Y'),(611,'Clothing','53100000','2',NULL,'Y'),(612,'Plastic and chemical industries','73100000','2',NULL,'Y'),(613,'Utilities','83100000','2',NULL,'Y'),(614,'Political systems and institutions','93100000','2',NULL,'Y'),(615,'Paper materials','14100000','2',NULL,'Y'),(616,'Material handling machinery and equipment','24100000','2',NULL,'Y'),(617,'Office machines and their supplies and accessories','44100000','2',NULL,'Y'),(618,'Jewelry','54100000','2',NULL,'Y'),(619,'Development finance','84100000','2',NULL,'Y'),(620,'Work related organizations','94100000','2',NULL,'Y'),(621,'Bank offered products ','64100000','2',NULL,'Y'),(622,'Fuels','15100000','2',NULL,'Y'),(623,'Motor vehicles','25100000','2',NULL,'Y'),(624,'Printing and publishing equipment','45100000','2',NULL,'Y'),(625,'Printed media','55100000','2',NULL,'Y'),(626,'Comprehensive health services','85100000','2',NULL,'Y'),(627,'Land parcels','95100000','2',NULL,'Y'),(628,'Power sources','26100000','2',NULL,'Y'),(629,'Light weapons and ammunition','46100000','2',NULL,'Y'),(630,'Accommodation furniture','56100000','2',NULL,'Y'),(631,'Decontamination services','76100000','2',NULL,'Y'),(632,'Vocational training','86100000','2',NULL,'Y'),(633,'Water and wastewater treatment supply and disposal','47100000','2',NULL,'Y'),(634,'Environmental management','77100000','2',NULL,'Y'),(635,'Institutional food services equipment','48100000','2',NULL,'Y'),(636,'Mail and cargo transport','78100000','2',NULL,'Y'),(637,'Lamps and lightbulbs and lamp components','39100000','2',NULL,'Y'),(638,'Collectibles and awards','49100000','2',NULL,'Y'),(639,'Well drilling and operation equipment','20110000','2',NULL,'Y'),(640,'Concrete and cement and plaster','30110000','2',NULL,'Y'),(641,'Meat and poultry products','50110000','2',NULL,'Y'),(642,'Horticulture','70110000','2',NULL,'Y'),(643,'Human resources services','80110000','2',NULL,'Y'),(644,'Hotels and lodging and meeting facilities','90110000','2',NULL,'Y'),(645,'Domestic pet products','10110000','2',NULL,'Y'),(646,'Classroom decoratives and supplies','60110000','2',NULL,'Y'),(647,'Earth and stone','11110000','2',NULL,'Y'),(648,'Fishing and aquaculture equipment','21110000','2',NULL,'Y'),(649,'Extrusions','31110000','2',NULL,'Y'),(650,'Measuring and observing and testing instruments','41110000','2',NULL,'Y'),(651,'Antineoplastic agents','51110000','2',NULL,'Y'),(652,'Oil and gas exploration services','71110000','2',NULL,'Y'),(653,'Computer services','81110000','2',NULL,'Y'),(654,'Domestic and personal assistance','91110000','2',NULL,'Y'),(655,'Discrete semiconductor devices','32110000','2',NULL,'Y'),(656,'Writing and translations','82110000','2',NULL,'Y'),(657,'Military services and national defense','92110000','2',NULL,'Y'),(658,'Residential building construction services','72110000','2',NULL,'Y'),(659,'Petroleum processing machinery','23110000','2',NULL,'Y'),(660,'Footwear','53110000','2',NULL,'Y'),(661,'Wood and paper industries','73110000','2',NULL,'Y'),(662,'Telecommunications media services','83110000','2',NULL,'Y'),(663,'Socio political conditions','93110000','2',NULL,'Y'),(664,'Resins and rosins and other resin derived materials','13110000','2',NULL,'Y'),(665,'Paper products','14110000','2',NULL,'Y'),(666,'Containers and storage','24110000','2',NULL,'Y'),(667,'Office and desk accessories','44110000','2',NULL,'Y'),(668,'Timepieces','54110000','2',NULL,'Y'),(669,'Accounting and bookkeeping services','84110000','2',NULL,'Y'),(670,'Religious organizations','94110000','2',NULL,'Y'),(671,'Securities','64110000','2',NULL,'Y'),(672,'Gaseous fuels and additives','15110000','2',NULL,'Y'),(673,'Marine transport','25110000','2',NULL,'Y'),(674,'Audio and visual presentation and composing equipment','45110000','2',NULL,'Y'),(675,'Electronic reference material','55110000','2',NULL,'Y'),(676,'Disease prevention and control','85110000','2',NULL,'Y'),(677,'Thoroughfares','95110000','2',NULL,'Y'),(678,'Batteries and generators and kinetic power transmission','26110000','2',NULL,'Y'),(679,'Conventional war weapons','46110000','2',NULL,'Y'),(680,'Cleaning and janitorial services','76110000','2',NULL,'Y'),(681,'Alternative educational systems','86110000','2',NULL,'Y'),(682,'Commercial and industrial furniture','56110000','2',NULL,'Y'),(683,'Hand tools','27110000','2',NULL,'Y'),(684,'Industrial laundry and dry cleaning equipment','47110000','2',NULL,'Y'),(685,'Environmental protection','77110000','2',NULL,'Y'),(686,'Passenger transport','78110000','2',NULL,'Y'),(687,'Vending machines','48110000','2',NULL,'Y'),(688,'Lighting Fixtures and Accessories','39110000','2',NULL,'Y'),(689,'Animal feed','10120000','2',NULL,'Y'),(690,'Roads and landscape','30120000','2',NULL,'Y'),(691,'Seafood','50120000','2',NULL,'Y'),(692,'Livestock services','70120000','2',NULL,'Y'),(693,'Legal services','80120000','2',NULL,'Y'),(694,'Travel facilitation','90120000','2',NULL,'Y'),(695,'Arts and crafts equipment and accessories and supplies','60120000','2',NULL,'Y'),(696,'Oil and gas drilling and exploration equipment','20120000','2',NULL,'Y'),(697,'Non edible plant and forestry products','11120000','2',NULL,'Y'),(698,'Laboratory supplies and fixtures','41120000','2',NULL,'Y'),(699,'Antiarrythmics and antianginals and cardioplegics and drugs for heart failure','51120000','2',NULL,'Y'),(700,'Economics','81120000','2',NULL,'Y'),(701,'Well drilling and construction services','71120000','2',NULL,'Y'),(702,'Passive discrete components','32120000','2',NULL,'Y'),(703,'Veterinary equipment and supplies','42120000','2',NULL,'Y'),(704,'Bedclothes and table and kitchen linen and towels','52120000','2',NULL,'Y'),(705,'Reproduction services','82120000','2',NULL,'Y'),(706,'Security and personal safety','92120000','2',NULL,'Y'),(707,'Nonresidential building construction services','72120000','2',NULL,'Y'),(708,'Textile and fabric machinery and accessories','23120000','2',NULL,'Y'),(709,'Luggage and handbags and packs and cases','53120000','2',NULL,'Y'),(710,'Metal and mineral industries','73120000','2',NULL,'Y'),(711,'Information services','83120000','2',NULL,'Y'),(712,'International relations','93120000','2',NULL,'Y'),(713,'Industrial use papers','14120000','2',NULL,'Y'),(714,'Packaging materials','24120000','2',NULL,'Y'),(715,'Office supplies','44120000','2',NULL,'Y'),(716,'Gemstones','54120000','2',NULL,'Y'),(717,'Banking and investment','84120000','2',NULL,'Y'),(718,'Clubs','94120000','2',NULL,'Y'),(719,'Insurable interest contracts','64120000','2',NULL,'Y'),(720,'Lubricants and oils and greases and anti corrosives','15120000','2',NULL,'Y'),(721,'Railway and tramway machinery and equipment','25120000','2',NULL,'Y'),(722,'Photographic or filming or video equipment','45120000','2',NULL,'Y'),(723,'Signage and accessories','55120000','2',NULL,'Y'),(724,'Medical practice','85120000','2',NULL,'Y'),(725,'Permanent buildings and structures','95120000','2',NULL,'Y'),(726,'Electrical wire and cable and harness','26120000','2',NULL,'Y'),(727,'Missiles','46120000','2',NULL,'Y'),(728,'Refuse disposal and treatment','76120000','2',NULL,'Y'),(729,'Educational institutions','86120000','2',NULL,'Y'),(730,'Classroom and instructional and institutional furniture and fixtures','56120000','2',NULL,'Y'),(731,'Janitorial equipment','47120000','2',NULL,'Y'),(732,'Pollution tracking and monitoring and rehabilitation','77120000','2',NULL,'Y'),(733,'Hydraulic machinery and equipment','27120000','2',NULL,'Y'),(734,'Material packing and handling','78120000','2',NULL,'Y'),(735,'Gambling or wagering equipment','48120000','2',NULL,'Y'),(736,'Electrical equipment and components and supplies','39120000','2',NULL,'Y'),(737,'Camping and outdoor equipment and accessories','49120000','2',NULL,'Y'),(738,'Structural building products','30130000','2',NULL,'Y'),(739,'Musical Instruments and parts and accessories','60130000','2',NULL,'Y'),(740,'Dairy products and eggs','50130000','2',NULL,'Y'),(741,'Land and soil preparation and management and protection','70130000','2',NULL,'Y'),(742,'Real estate services','80130000','2',NULL,'Y'),(743,'Performing arts','90130000','2',NULL,'Y'),(744,'Oil and gas drilling and operation materials','20130000','2',NULL,'Y'),(745,'Animal containment and habitats','10130000','2',NULL,'Y'),(746,'Non edible animal products','11130000','2',NULL,'Y'),(747,'Forgings','31130000','2',NULL,'Y'),(748,'Hematolic drugs','51130000','2',NULL,'Y'),(749,'Statistics','81130000','2',NULL,'Y'),(750,'Oil and gas extraction and production enhancement services','71130000','2',NULL,'Y'),(751,'Explosive materials','12130000','2',NULL,'Y'),(752,'Window treatments','52130000','2',NULL,'Y'),(753,'Photographic services','82130000','2',NULL,'Y'),(754,'Electronic hardware and component parts and accessories','32130000','2',NULL,'Y'),(755,'Medical apparel and textiles','42130000','2',NULL,'Y'),(756,'Lapidary machinery and equipment','23130000','2',NULL,'Y'),(757,'Personal care products','53130000','2',NULL,'Y'),(758,'Food and beverage industries','73130000','2',NULL,'Y'),(759,'Humanitarian aid and relief','93130000','2',NULL,'Y'),(760,'Industrial refrigeration','24130000','2',NULL,'Y'),(761,'Civic organizations and associations and movements','94130000','2',NULL,'Y'),(762,'Insurance and retirement services','84130000','2',NULL,'Y'),(763,'Fuel for nuclear reactors','15130000','2',NULL,'Y'),(764,'Aircraft','25130000','2',NULL,'Y'),(765,'Photographic and recording media','45130000','2',NULL,'Y'),(766,'Medical science research and experimentation','85130000','2',NULL,'Y'),(767,'Portable buildings and structures','95130000','2',NULL,'Y'),(768,'Power generation','26130000','2',NULL,'Y'),(769,'Rockets and subsystems','46130000','2',NULL,'Y'),(770,'Toxic and hazardous waste cleanup','76130000','2',NULL,'Y'),(771,'Specialized educational services','86130000','2',NULL,'Y'),(772,'Merchandising furniture and accessories','56130000','2',NULL,'Y'),(773,'Cleaning and janitorial supplies','47130000','2',NULL,'Y'),(774,'Pollutants tracking and monitoring and rehabilitation services','77130000','2',NULL,'Y'),(775,'Pneumatic machinery and equipment','27130000','2',NULL,'Y'),(776,'Storage','78130000','2',NULL,'Y'),(777,'Funeral equipment and materials','48130000','2',NULL,'Y'),(778,'Fishing and hunting equipment','49130000','2',NULL,'Y'),(779,'Electrical wire management devices and accessories and supplies','39130000','2',NULL,'Y'),(780,'Saddlery and harness goods','10140000','2',NULL,'Y'),(781,'Insulation','30140000','2',NULL,'Y'),(782,'Fluid and gas distribution','40140000','2',NULL,'Y'),(783,'Toys and games','60140000','2',NULL,'Y'),(784,'Crop production and management and protection','70140000','2',NULL,'Y'),(785,'Marketing and distribution','80140000','2',NULL,'Y'),(786,'Commercial sports','90140000','2',NULL,'Y'),(787,'Oil and gas operating and production equipment','20140000','2',NULL,'Y'),(788,'Scrap and waste materials','11140000','2',NULL,'Y'),(789,'Moldings','31140000','2',NULL,'Y'),(790,'Central nervous system drugs','51140000','2',NULL,'Y'),(791,'Manufacturing technologies','81140000','2',NULL,'Y'),(792,'Oil and gas restoration and reclamation services','71140000','2',NULL,'Y'),(793,'Domestic appliances','52140000','2',NULL,'Y'),(794,'Graphic design','82140000','2',NULL,'Y'),(795,'Elements and gases','12140000','2',NULL,'Y'),(796,'Patient care and treatment products and supplies','42140000','2',NULL,'Y'),(797,'Electron tube devices and accessories','32140000','2',NULL,'Y'),(798,'Heavy construction services','72140000','2',NULL,'Y'),(799,'Leatherworking repairing machinery and equipment','23140000','2',NULL,'Y'),(800,'Fibers and textiles and fabric industries','73140000','2',NULL,'Y'),(801,'Community and social services','93140000','2',NULL,'Y'),(802,'Sewing supplies and accessories','53140000','2',NULL,'Y'),(803,'Credit agencies','84140000','2',NULL,'Y'),(804,'Packing supplies','24140000','2',NULL,'Y'),(805,'Governmental property right conferrals','64140000','2',NULL,'Y'),(806,'Prefabricated buildings and structures','95140000','2',NULL,'Y'),(807,'Photographic filmmaking supplies','45140000','2',NULL,'Y'),(808,'Alternative and holistic medicine','85140000','2',NULL,'Y'),(809,'Atomic and nuclear energy machinery and equipment','26140000','2',NULL,'Y'),(810,'Launchers','46140000','2',NULL,'Y'),(811,'Educational facilities','86140000','2',NULL,'Y'),(812,'Decorative adornments','56140000','2',NULL,'Y'),(813,'Automotive specialty tools','27140000','2',NULL,'Y'),(814,'Environmental laboratory services','77140000','2',NULL,'Y'),(815,'Transport services','78140000','2',NULL,'Y'),(816,'Watersports equipment','49140000','2',NULL,'Y'),(817,'Seeds and bulbs and seedlings and cuttings','10150000','2',NULL,'Y'),(818,'Exterior finishing materials','30150000','2',NULL,'Y'),(819,'Industrial pumps and compressors','40150000','2',NULL,'Y'),(820,'Edible oils and fats','50150000','2',NULL,'Y'),(821,'Forestry','70150000','2',NULL,'Y'),(822,'Trade policy and services','80150000','2',NULL,'Y'),(823,'Entertainment services','90150000','2',NULL,'Y'),(824,'Fibers and threads and yarns','11150000','2',NULL,'Y'),(825,'Rope and chain and cable and wire and strap','31150000','2',NULL,'Y'),(826,'Autonomic nervous system drugs','51150000','2',NULL,'Y'),(827,'Earth science services','81150000','2',NULL,'Y'),(828,'Oil and gas data management and processing services','71150000','2',NULL,'Y'),(829,'Clinical laboratory and toxicology testing systems, components, and supplies','41150000','2',NULL,'Y'),(830,'Domestic kitchenware and kitchen supplies','52150000','2',NULL,'Y'),(831,'Professional artists and performers','82150000','2',NULL,'Y'),(832,'Dental equipment and supplies','42150000','2',NULL,'Y'),(833,'Automation control devices and components and accessories','32150000','2',NULL,'Y'),(834,'Specialized trade construction and maintenance services','72150000','2',NULL,'Y'),(835,'Industrial process machinery and equipment and supplies','23150000','2',NULL,'Y'),(836,'Manufacturing support services','73150000','2',NULL,'Y'),(837,'Public administration and finance services','93150000','2',NULL,'Y'),(838,'Spacecraft','25150000','2',NULL,'Y'),(839,'Food and nutrition services','85150000','2',NULL,'Y'),(840,'Law enforcement','46150000','2',NULL,'Y'),(841,'Winter sports equipment','49150000','2',NULL,'Y'),(842,'Floriculture and silviculture products','10160000','2',NULL,'Y'),(843,'Interior finishing materials','30160000','2',NULL,'Y'),(844,'Industrial filtering and purification','40160000','2',NULL,'Y'),(845,'Chocolate and sugars and sweeteners and confectionary products','50160000','2',NULL,'Y'),(846,'Wildlife and flora','70160000','2',NULL,'Y'),(847,'Business administration services','80160000','2',NULL,'Y'),(848,'Fabrics and leather materials','11160000','2',NULL,'Y'),(849,'Hardware','31160000','2',NULL,'Y'),(850,'Drugs affecting the respiratory tract','51160000','2',NULL,'Y'),(851,'Oil and gas well project management services','71160000','2',NULL,'Y'),(852,'Information Technology Service Delivery','81160000','2',NULL,'Y'),(853,'Dialysis equipment and supplies','42160000','2',NULL,'Y'),(854,'Consumer electronics','52160000','2',NULL,'Y'),(855,'Additives','12160000','2',NULL,'Y'),(856,'Film and theater production support services','82160000','2',NULL,'Y'),(857,'Foundry machines and equipment and supplies','23160000','2',NULL,'Y'),(858,'Machinery and transport equipment manufacture','73160000','2',NULL,'Y'),(859,'Taxation','93160000','2',NULL,'Y'),(860,'Non motorized cycles','25160000','2',NULL,'Y'),(861,'Medical Surgical Equipment Maintenance Refurbishment and Repair Services','85160000','2',NULL,'Y'),(862,'Public safety and control','46160000','2',NULL,'Y'),(863,'Field and court sports equipment','49160000','2',NULL,'Y'),(864,'Fertilizers and plant nutrients and herbicides','10170000','2',NULL,'Y'),(865,'Pipe piping and pipe fittings','40170000','2',NULL,'Y'),(866,'Doors and windows and glass','30170000','2',NULL,'Y'),(867,'Seasonings and preservatives','50170000','2',NULL,'Y'),(868,'Water resources development and oversight','70170000','2',NULL,'Y'),(869,'Public relations and professional communications services','80170000','2',NULL,'Y'),(870,'Bearings and bushings and wheels and gears','31170000','2',NULL,'Y'),(871,'Drugs affecting the gastrointestinal system','51170000','2',NULL,'Y'),(872,'Alloys','11170000','2',NULL,'Y'),(873,'Biological science services','81170000','2',NULL,'Y'),(874,'Diagnostic and microbiological devices','41170000','2',NULL,'Y'),(875,'Colorants','12170000','2',NULL,'Y'),(876,'Domestic wall treatments','52170000','2',NULL,'Y'),(877,'Mobile medical services products','42170000','2',NULL,'Y'),(878,'Manufacture of electrical goods and precision instruments','73170000','2',NULL,'Y'),(879,'Trade policy and regulation','93170000','2',NULL,'Y'),(880,'Transportation components and systems','25170000','2',NULL,'Y'),(881,'Death and dying support services','85170000','2',NULL,'Y'),(882,'Security surveillance and detection','46170000','2',NULL,'Y'),(883,'Gymnastics and boxing equipment','49170000','2',NULL,'Y'),(884,'Plumbing fixtures','30180000','2',NULL,'Y'),(885,'Bread and bakery products','50180000','2',NULL,'Y'),(886,'Tubes tubing and tube fittings','40180000','2',NULL,'Y'),(887,'Packings glands boots and covers','31180000','2',NULL,'Y'),(888,'Hormones and hormone antagonists','51180000','2',NULL,'Y'),(889,'Metal oxide','11180000','2',NULL,'Y'),(890,'Waxes and oils','12180000','2',NULL,'Y'),(891,'Patient exam and monitoring products','42180000','2',NULL,'Y'),(892,'Industrial food and beverage equipment','23180000','2',NULL,'Y'),(893,'Machining and processing services','73180000','2',NULL,'Y'),(894,'Vehicle bodies and trailers','25180000','2',NULL,'Y'),(895,'Personal safety and protection','46180000','2',NULL,'Y'),(896,'Transportation repair or maintenance services','78180000','2',NULL,'Y'),(897,'Target and table games and equipment','49180000','2',NULL,'Y'),(898,'Pest control products','10190000','2',NULL,'Y'),(899,'Construction and maintenance support equipment','30190000','2',NULL,'Y'),(900,'Prepared and preserved foods','50190000','2',NULL,'Y'),(901,'Agricultural machinery and equipment assembly and installation services','70190000','2',NULL,'Y'),(902,'Grinding and polishing and smoothing materials','31190000','2',NULL,'Y'),(903,'Agents affecting water and electrolytes','51190000','2',NULL,'Y'),(904,'Metal waste scrap and by products','11190000','2',NULL,'Y'),(905,'Solvents','12190000','2',NULL,'Y'),(906,'Medical facility products','42190000','2',NULL,'Y'),(907,'Communications Devices and Accessories','43190000','2',NULL,'Y'),(908,'Mixers and their parts and accessories','23190000','2',NULL,'Y'),(909,'Transportation services equipment','25190000','2',NULL,'Y'),(910,'Fire protection','46190000','2',NULL,'Y'),(911,'Beverages','50200000','2',NULL,'Y'),(912,'Live rose bushes','10200000','2',NULL,'Y'),(913,'Adhesives and sealants','31200000','2',NULL,'Y'),(914,'Immunomodulating drugs','51200000','2',NULL,'Y'),(915,'Medical diagnostic imaging and nuclear medicine products','42200000','2',NULL,'Y'),(916,'Components for information technology or broadcasting or telecommunications','43200000','2',NULL,'Y'),(917,'Mass transfer equipment','23200000','2',NULL,'Y'),(918,'Aerospace systems and components and equipment','25200000','2',NULL,'Y'),(919,'Defense and law enforcement and security and safety training equipment','46200000','2',NULL,'Y'),(920,'Aviation-Related Services And Consultancy','78200000','2',NULL,'Y'),(921,'Fitness equipment','49200000','2',NULL,'Y'),(922,'Tobacco and smoking products and substitutes','50210000','2',NULL,'Y'),(923,'Live plants of high species or variety count flowers','10210000','2',NULL,'Y'),(924,'Paints and primers and finishes','31210000','2',NULL,'Y'),(925,'Independent living aids for the physically challenged','42210000','2',NULL,'Y'),(926,'Computer Equipment and Accessories','43210000','2',NULL,'Y'),(927,'Electronic manufacturing machinery and equipment and accessories','23210000','2',NULL,'Y'),(928,'Diagnoses of infectious and parasitic diseases-part a','85210000','2',NULL,'Y'),(929,'Workplace safety equipment and supplies and training materials','46210000','2',NULL,'Y'),(930,'Other sports','49210000','2',NULL,'Y'),(931,'Cereal and pulse products','50220000','2',NULL,'Y'),(932,'Live plants of low species or variety count flowers','10220000','2',NULL,'Y'),(933,'Dyeing and tanning extracts','31220000','2',NULL,'Y'),(934,'Intravenous and arterial administration products','42220000','2',NULL,'Y'),(935,'Data Voice or Multimedia Network Equipment or Platforms and Accessories','43220000','2',NULL,'Y'),(936,'Chicken processing machinery and equipment','23220000','2',NULL,'Y'),(937,'Military weapon and ammunition disarmament and disposal equipment and related products','46220000','2',NULL,'Y'),(938,'Sports equipment and accessories','49220000','2',NULL,'Y'),(939,'Machined raw stock','31230000','2',NULL,'Y'),(940,'Clinical nutrition','42230000','2',NULL,'Y'),(941,'Software','43230000','2',NULL,'Y'),(942,'Sawmilling and lumber processing machinery and equipment','23230000','2',NULL,'Y'),(943,'Portable Structure Building Components','30240000','2',NULL,'Y'),(944,'Industrial optics','31240000','2',NULL,'Y'),(945,'Drugs affecting the ears, eye, nose and skin','51240000','2',NULL,'Y'),(946,'Orthopedic and prosthetic and sports medicine products','42240000','2',NULL,'Y'),(947,'Metal cutting machinery and accessories','23240000','2',NULL,'Y'),(948,'Recreation and playground and swimming and spa equipment and supplies','49240000','2',NULL,'Y'),(949,'Underground mining structures and materials','30250000','2',NULL,'Y'),(950,'Pneumatic and hydraulic and electric control systems','31250000','2',NULL,'Y'),(951,'Brass instruments','60131100','3',NULL,'Y'),(952,'Games','60141100','3',NULL,'Y'),(953,'Well plugging and abandonment services','71141100','3',NULL,'Y'),(954,'Infrastructure building and surfacing and paving services','72141100','3',NULL,'Y'),(955,'Oilfield data management services','71151100','3',NULL,'Y'),(956,'Plumbing construction services','72151100','3',NULL,'Y'),(957,'Coating services','73181100','3',NULL,'Y'),(958,'Continuous mixers','23191100','3',NULL,'Y'),(959,'Small arms weapons training equipment','46201100','3',NULL,'Y'),(960,'Cereals','50221100','3',NULL,'Y'),(961,'Killing and defeathering department machinery and equipment','23221100','3',NULL,'Y'),(962,'Ophthalmic agents','51241100','3',NULL,'Y'),(963,'Electric direct current DC motors','26101200','3',NULL,'Y'),(964,'Plastic films','13111200','3',NULL,'Y'),(965,'Agricultural building construction services','72121200','3',NULL,'Y'),(966,'Woodwind instruments','60131200','3',NULL,'Y'),(967,'Marine construction services','72141200','3',NULL,'Y'),(968,'Heating and cooling and air conditioning HVAC construction and maintenance services','72151200','3',NULL,'Y'),(969,'Industrial drying equipment','23201200','3',NULL,'Y'),(970,'Dermatologic agents','51241200','3',NULL,'Y'),(971,'Non electric motors','26101300','3',NULL,'Y'),(972,'Foams','13111300','3',NULL,'Y'),(973,'Art and craft cutting products','60121300','3',NULL,'Y'),(974,'Automotive garage and service station construction services','72121300','3',NULL,'Y'),(975,'Electrical boxes and enclosures and fittings and accessories','39121300','3',NULL,'Y'),(976,'String instruments','60131300','3',NULL,'Y'),(977,'Painting and paper hanging services','72151300','3',NULL,'Y'),(978,'Flour and milled products','50221300','3',NULL,'Y'),(979,'Motor or generator components','26101400','3',NULL,'Y'),(980,'Aviation Specific Training','86101400','3',NULL,'Y'),(981,'Language Specific Editorial and Writing Services','82111400','3',NULL,'Y'),(982,'Classroom And Language Laboratory Equipment & Interpretation Systems','45111400','3',NULL,'Y'),(983,'Completion tools and equipment','20121400','3',NULL,'Y'),(984,'Specialized public building construction services','72121400','3',NULL,'Y'),(985,'Cafeteria and lunchroom furnishings','56121400','3',NULL,'Y'),(986,'Electrical lugs plugs and connectors','39121400','3',NULL,'Y'),(987,'Percussion instruments','60131400','3',NULL,'Y'),(988,'Safety and Rescue Aircraft','25131400','3',NULL,'Y'),(989,'Fundraising Services','80141400','3',NULL,'Y'),(990,'Detention facility construction and repair services','72141400','3',NULL,'Y'),(991,'Wall covering construction services','72151400','3',NULL,'Y'),(992,'System Cards','43201400','3',NULL,'Y'),(993,'Metal grinding machines','23241400','3',NULL,'Y'),(994,'Welding machinery','23271400','3',NULL,'Y'),(995,'Livestock','10101500','3',NULL,'Y'),(996,'Cutting equipment','20101500','3',NULL,'Y'),(997,'Angles','30101500','3',NULL,'Y'),(998,'Ventilation','40101500','3',NULL,'Y'),(999,'Fisheries operations','70101500','3',NULL,'Y'),(1000,'Business and corporate management consultation services','80101500','3',NULL,'Y'); /*!40000 ALTER TABLE `itemclassification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemstatuscodes` -- DROP TABLE IF EXISTS `itemstatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemstatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemstatuscodes` -- LOCK TABLES `itemstatuscodes` WRITE; /*!40000 ALTER TABLE `itemstatuscodes` DISABLE KEYS */; INSERT INTO `itemstatuscodes` VALUES (1,'Y',NULL,'Y','Active','1'),(2,'N',NULL,'N','Inactive','2'); /*!40000 ALTER TABLE `itemstatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemtypecodes` -- DROP TABLE IF EXISTS `itemtypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemtypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemtypecodes` -- LOCK TABLES `itemtypecodes` WRITE; /*!40000 ALTER TABLE `itemtypecodes` DISABLE KEYS */; INSERT INTO `itemtypecodes` VALUES (1,'Raw Material','1','Raw Material','Y','1'),(2,'Finished Product','2','Finished Product','Y','2'),(3,'Service','3','Service without stock','',''); /*!40000 ALTER TABLE `itemtypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `journal` ( `id` int(50) NOT NULL AUTO_INCREMENT, `currency` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `journaldate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; INSERT INTO `journal` VALUES (1,'39','','INTEREST RECEIVED','2025-04-21 17:07:00 ','','13','1','2025-04-21 17:07:00 ','JENTRY-131745416807'); /*!40000 ALTER TABLE `journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labels` -- DROP TABLE IF EXISTS `labels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labels` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labels` -- LOCK TABLES `labels` WRITE; /*!40000 ALTER TABLE `labels` DISABLE KEYS */; INSERT INTO `labels` VALUES (1,'','2025-02-22 06:10:11','new','1','','1','6161101604192.00','1',0.0000,0.00,200.00,NULL,'GUARANA ELECTRIC','',0,0); /*!40000 ALTER TABLE `labels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labour` -- DROP TABLE IF EXISTS `labour`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labour` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `qty` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `employeeid` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `rate` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'pay', `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` datetime DEFAULT NULL, `enddate` datetime DEFAULT NULL, `status` varchar(11) DEFAULT NULL, `employee` int(11) DEFAULT NULL, `cause` text DEFAULT NULL, `startdatetype` varchar(12) DEFAULT NULL, `enddatetype` varchar(12) DEFAULT NULL, `duration` decimal(10,2) DEFAULT NULL, `type` int(11) DEFAULT NULL, `description` text DEFAULT NULL COMMENT 'Comments on leave request', `change_type` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` timestamp NULL DEFAULT NULL, `photo` text NOT NULL, `incharge` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `postedtime` varchar(30) NOT NULL, `img_id` text DEFAULT NULL, `comments` text NOT NULL, `manager` int(10) NOT NULL, `companyid` int(11) DEFAULT 1, `branchid` int(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `changed_by` (`updatedby`), KEY `change_date` (`updateddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of changes in leave requests table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leaves` -- LOCK TABLES `leaves` WRITE; /*!40000 ALTER TABLE `leaves` DISABLE KEYS */; /*!40000 ALTER TABLE `leaves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavetypes` -- DROP TABLE IF EXISTS `leavetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavetypes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `gender` varchar(30) NOT NULL, `deduct` varchar(10) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavetypes` -- LOCK TABLES `leavetypes` WRITE; /*!40000 ALTER TABLE `leavetypes` DISABLE KEYS */; INSERT INTO `leavetypes` VALUES (1,'maternity leave','','2019-06-03 01:46:56pm','Female','No',0),(2,'Normal leave','all','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','Both','No',0),(4,'Sick Leave','','2023-02-15 12:24:43pm','Both','No',0); /*!40000 ALTER TABLE `leavetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loggs` -- DROP TABLE IF EXISTS `loggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loggs` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `timein` varchar(50) NOT NULL, `timeout` varchar(50) NOT NULL, `browser` text NOT NULL, `ip` text NOT NULL, `action` varchar(30) DEFAULT 'loggedin', `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=369 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loggs` -- LOCK TABLES `loggs` WRITE; /*!40000 ALTER TABLE `loggs` DISABLE KEYS */; INSERT INTO `loggs` VALUES (1,'admin','1','2025-03-24 13:21:30','2025-03-24 13:22:44','','::1','loggedin',1),(2,'admin','1','2025-03-27 14:32:47','','','154.227.131.188','loggedin',1),(3,'admin','1','2025-03-27 16:02:25','','','154.227.131.188','loggedin',1),(4,'user','14','2025-03-27 16:33:25','','','154.227.131.188','loggedin',1),(5,'user','15','2025-03-27 16:38:15','2025-03-27 16:42:02','','154.227.131.188','loggedin',1),(6,'admin','1','2025-03-27 16:41:19','','','154.227.131.188','loggedin',1),(7,'user','15','2025-03-27 16:42:17','','','154.227.131.188','loggedin',1),(8,'user','14','2025-03-27 16:45:30','','','154.227.131.188','loggedin',1),(9,'user','14','2025-03-27 16:45:42','','','154.227.131.188','loggedin',1),(10,'user','15','2025-03-27 16:47:08','','','154.227.131.188','loggedin',1),(11,'admin','13','2025-03-27 16:49:16','','','154.227.131.188','loggedin',1),(12,'user','15','2025-03-27 17:39:26','','','154.227.131.188','loggedin',1),(13,'user','15','2025-03-27 22:57:15','','','154.227.131.188','loggedin',1),(14,'user','14','2025-03-28 15:35:16','','','41.75.176.95','loggedin',1),(15,'user','15','2025-03-29 13:20:15','','','154.227.131.71','loggedin',1),(16,'user','15','2025-03-29 13:20:18','2025-03-29 13:30:56','','154.227.131.71','loggedin',1),(17,'user','14','2025-03-29 13:24:58','','','154.227.131.71','loggedin',1),(18,'user','15','2025-03-29 13:32:52','','','154.227.131.71','loggedin',1),(19,'user','15','2025-03-29 13:32:53','','','154.227.131.71','loggedin',1),(20,'user','15','2025-03-29 13:36:18','','','154.227.131.71','loggedin',1),(21,'user','14','2025-03-29 13:44:22','','','154.227.131.71','loggedin',1),(22,'user','14','2025-03-29 13:44:27','','','154.227.131.71','loggedin',1),(23,'admin','13','2025-04-01 16:29:53','','','154.227.131.230','loggedin',1),(24,'admin','1','2025-04-01 16:36:10','','','154.227.131.230','loggedin',1),(25,'user','15','2025-04-02 09:05:47','','','154.227.131.230','loggedin',1),(26,'user','15','2025-04-02 09:07:24','','','154.227.131.230','loggedin',1),(27,'admin','13','2025-04-02 11:25:32','','','154.227.131.230','loggedin',1),(28,'user','14','2025-04-02 16:58:13','','','154.227.131.230','loggedin',1),(29,'user','15','2025-04-02 17:09:12','','','154.227.131.230','loggedin',1),(30,'admin','13','2025-04-03 08:29:40','','','154.227.131.230','loggedin',1),(31,'admin','13','2025-04-03 10:53:48','','','154.227.131.230','loggedin',1),(32,'admin','13','2025-04-03 13:09:22','','','154.227.131.230','loggedin',1),(33,'user','15','2025-04-03 17:07:20','','','154.227.131.230','loggedin',1),(34,'user','15','2025-04-03 17:08:17','','','154.227.131.230','loggedin',1),(35,'user','14','2025-04-03 17:09:22','','','41.210.147.156','loggedin',1),(36,'user','14','2025-04-03 17:09:24','','','41.210.147.156','loggedin',1),(37,'user','14','2025-04-03 17:10:39','','','41.210.147.156','loggedin',1),(38,'user','14','2025-04-03 17:10:42','','','41.210.147.156','loggedin',1),(39,'user','15','2025-04-03 17:15:10','','','154.227.131.230','loggedin',1),(40,'admin','13','2025-04-03 17:31:55','','','154.227.131.230','loggedin',1),(41,'user','15','2025-04-04 11:46:08','','','154.227.131.230','loggedin',1),(42,'user','15','2025-04-04 17:13:34','','','154.227.131.230','loggedin',1),(43,'admin','13','2025-04-04 17:17:17','','','154.227.131.230','loggedin',1),(44,'user','21','2025-04-04 18:05:33','','','105.161.37.23','loggedin',1),(45,'user','15','2025-04-05 14:36:51','','','154.227.131.225','loggedin',1),(46,'user','15','2025-04-05 14:40:21','','','154.227.131.225','loggedin',1),(47,'user','21','2025-04-07 09:13:21','2025-04-07 10:25:24','','197.232.142.176','loggedin',1),(48,'user','15','2025-04-07 09:31:45','','','154.227.130.65','loggedin',1),(49,'user','15','2025-04-07 17:18:24','','','154.227.130.65','loggedin',1),(50,'user','21','2025-04-08 07:45:13','2025-04-08 07:45:51','','197.232.142.176','loggedin',1),(51,'user','21','2025-04-08 07:45:59','','','197.232.142.176','loggedin',1),(52,'user','21','2025-04-08 11:47:27','','','197.232.142.176','loggedin',1),(53,'user','14','2025-04-10 10:39:08','','','154.227.130.65','loggedin',1),(54,'user','14','2025-04-10 11:00:48','','','154.227.130.65','loggedin',1),(55,'user','14','2025-04-10 11:57:15','','','154.227.130.65','loggedin',1),(56,'user','14','2025-04-10 12:18:58','','','154.227.130.65','loggedin',1),(57,'user','14','2025-04-10 12:19:00','','','154.227.130.65','loggedin',1),(58,'user','14','2025-04-10 13:02:16','','','154.227.130.65','loggedin',1),(59,'user','14','2025-04-10 13:02:19','','','154.227.130.65','loggedin',1),(60,'admin','13','2025-04-10 13:04:05','','','154.227.130.65','loggedin',1),(61,'user','14','2025-04-10 14:06:41','','','154.227.130.65','loggedin',1),(62,'user','14','2025-04-10 14:19:27','','','154.227.130.65','loggedin',1),(63,'user','14','2025-04-10 14:44:10','','','154.227.130.65','loggedin',1),(64,'user','14','2025-04-10 14:44:23','','','154.227.130.65','loggedin',1),(65,'user','14','2025-04-10 15:18:55','','','154.227.130.65','loggedin',1),(66,'user','14','2025-04-10 15:18:57','','','154.227.130.65','loggedin',1),(67,'user','14','2025-04-10 15:24:43','','','154.227.130.65','loggedin',1),(68,'user','14','2025-04-10 15:34:04','','','154.227.130.65','loggedin',1),(69,'admin','13','2025-04-10 17:06:00','','','154.227.130.65','loggedin',1),(70,'user','15','2025-04-10 17:43:44','','','154.227.130.65','loggedin',1),(71,'user','14','2025-04-11 10:27:44','','','154.227.130.65','loggedin',1),(72,'user','14','2025-04-11 11:25:32','','','154.227.130.65','loggedin',1),(73,'user','14','2025-04-11 12:06:25','','','154.227.130.65','loggedin',1),(74,'user','14','2025-04-11 12:06:27','','','154.227.130.65','loggedin',1),(75,'user','14','2025-04-11 12:22:31','','','154.227.130.65','loggedin',1),(76,'user','14','2025-04-11 15:47:34','','','154.227.130.65','loggedin',1),(77,'user','14','2025-04-11 15:47:35','','','154.227.130.65','loggedin',1),(78,'user','14','2025-04-14 10:41:00','','','154.227.130.178','loggedin',1),(79,'user','14','2025-04-14 16:25:14','','','154.227.130.178','loggedin',1),(80,'user','14','2025-04-14 16:36:18','','','154.227.130.178','loggedin',1),(81,'user','14','2025-04-14 16:36:19','','','154.227.130.178','loggedin',1),(82,'user','15','2025-04-14 16:49:56','','','154.227.130.178','loggedin',1),(83,'user','15','2025-04-14 17:00:54','','','154.227.130.178','loggedin',1),(84,'user','14','2025-04-15 11:47:30','','','154.227.130.178','loggedin',1),(85,'user','14','2025-04-15 11:47:31','','','154.227.130.178','loggedin',1),(86,'user','14','2025-04-15 12:36:10','','','154.227.130.178','loggedin',1),(87,'user','14','2025-04-15 12:36:14','','','154.227.130.178','loggedin',1),(88,'user','14','2025-04-15 16:03:12','','','154.227.130.178','loggedin',1),(89,'user','14','2025-04-15 16:03:14','','','154.227.130.178','loggedin',1),(90,'user','15','2025-04-15 16:49:25','','','154.227.130.178','loggedin',1),(91,'user','15','2025-04-15 17:52:58','','','154.227.130.178','loggedin',1),(92,'user','15','2025-04-15 17:54:35','','','154.227.130.178','loggedin',1),(93,'user','14','2025-04-16 10:18:49','','','154.227.130.178','loggedin',1),(94,'admin','13','2025-04-16 10:33:24','','','154.227.130.178','loggedin',1),(95,'user','14','2025-04-16 11:13:15','','','154.227.130.178','loggedin',1),(96,'user','14','2025-04-16 12:20:41','','','154.227.130.178','loggedin',1),(97,'user','14','2025-04-17 15:19:38','','','154.227.130.178','loggedin',1),(98,'user','15','2025-04-17 17:03:15','','','154.227.130.178','loggedin',1),(99,'user','14','2025-04-19 15:44:25','','','41.75.179.59','loggedin',1),(100,'user','15','2025-04-20 15:07:14','','','135.125.201.219','loggedin',1),(101,'user','15','2025-04-21 08:52:25','','','135.125.232.58','loggedin',1),(102,'user','15','2025-04-21 13:17:56','','','141.95.0.218','loggedin',1),(103,'user','15','2025-04-21 13:17:57','','','141.95.0.218','loggedin',1),(104,'user','14','2025-04-22 15:41:48','','','154.227.130.19','loggedin',1),(105,'admin','13','2025-04-22 16:43:59','','','154.227.130.19','loggedin',1),(106,'user','15','2025-04-22 16:56:55','','','154.227.130.19','loggedin',1),(107,'user','14','2025-04-23 08:50:50','','','154.227.130.19','loggedin',1),(108,'user','14','2025-04-23 09:00:36','','','154.227.130.19','loggedin',1),(109,'user','14','2025-04-23 11:44:36','','','154.227.130.19','loggedin',1),(110,'user','14','2025-04-23 14:15:31','','','154.227.130.19','loggedin',1),(111,'admin','13','2025-04-23 14:25:30','','','154.227.130.19','loggedin',1),(112,'admin','13','2025-04-23 14:28:03','','','154.227.130.19','loggedin',1),(113,'admin','13','2025-04-24 13:53:23','','','154.227.130.19','loggedin',1),(114,'user','14','2025-04-24 16:05:14','','','154.227.130.19','loggedin',1),(115,'user','14','2025-04-25 16:09:56','','','154.227.130.19','loggedin',1),(116,'admin','13','2025-04-25 16:22:36','','','154.227.130.19','loggedin',1),(117,'admin','13','2025-04-26 09:47:08','','','5.181.27.206','loggedin',1),(118,'admin','13','2025-04-26 09:47:09','','','5.181.27.206','loggedin',1),(119,'admin','13','2025-04-26 11:09:42','','','154.227.128.132','loggedin',1),(120,'admin','13','2025-04-26 13:56:34','','','154.227.128.132','loggedin',1),(121,'admin','13','2025-04-26 16:54:21','','','154.227.128.132','loggedin',1),(122,'user','14','2025-04-28 14:10:27','','','154.227.128.200','loggedin',1),(123,'user','14','2025-04-28 14:10:31','','','154.227.128.200','loggedin',1),(124,'user','15','2025-04-28 16:55:23','','','154.227.128.200','loggedin',1),(125,'user','15','2025-04-28 17:03:35','','','154.227.128.200','loggedin',1),(126,'user','14','2025-04-28 17:11:29','','','154.227.128.200','loggedin',1),(127,'admin','13','2025-04-28 17:37:26','','','154.227.128.200','loggedin',1),(128,'user','14','2025-04-28 17:57:48','','','154.227.128.200','loggedin',1),(129,'user','14','2025-04-28 17:57:49','','','154.227.128.200','loggedin',1),(130,'user','15','2025-04-28 22:10:27','','','154.227.128.200','loggedin',1),(131,'user','14','2025-04-29 10:07:21','','','154.227.128.200','loggedin',1),(132,'user','14','2025-04-29 10:07:22','','','154.227.128.200','loggedin',1),(133,'user','14','2025-04-29 10:18:00','','','154.227.128.200','loggedin',1),(134,'user','14','2025-04-29 10:40:49','','','154.227.128.200','loggedin',1),(135,'user','14','2025-04-29 10:48:14','','','154.227.128.200','loggedin',1),(136,'user','14','2025-04-29 10:50:24','2025-04-29 10:50:36','','154.227.128.200','loggedin',1),(137,'user','14','2025-04-29 10:50:40','2025-04-29 10:52:06','','154.227.128.200','loggedin',1),(138,'user','14','2025-04-29 10:52:45','','','154.227.128.200','loggedin',1),(139,'user','14','2025-04-29 14:45:44','','','154.227.128.200','loggedin',1),(140,'user','15','2025-04-29 16:31:21','','','154.227.128.200','loggedin',1),(141,'user','15','2025-04-29 17:04:08','','','154.227.128.200','loggedin',1),(142,'user','15','2025-04-29 21:24:28','','','154.227.128.200','loggedin',1),(143,'user','15','2025-04-29 23:20:35','','','154.227.128.200','loggedin',1),(144,'user','15','2025-04-30 07:08:13','','','154.227.128.200','loggedin',1),(145,'user','14','2025-04-30 10:13:45','','','154.227.128.200','loggedin',1),(146,'user','14','2025-04-30 10:15:05','','','154.227.128.200','loggedin',1),(147,'user','14','2025-04-30 11:42:05','','','154.227.128.200','loggedin',1),(148,'user','14','2025-04-30 15:42:31','','','154.227.128.200','loggedin',1),(149,'user','14','2025-04-30 15:51:37','','','154.227.128.200','loggedin',1),(150,'user','15','2025-04-30 16:38:34','','','154.227.128.200','loggedin',1),(151,'user','15','2025-05-01 07:59:16','','','154.227.128.200','loggedin',1),(152,'user','15','2025-05-01 08:51:32','','','154.227.128.200','loggedin',1),(153,'user','15','2025-05-02 08:38:06','','','154.227.128.200','loggedin',1),(154,'user','15','2025-05-02 09:59:36','','','154.227.128.200','loggedin',1),(155,'user','15','2025-05-02 12:56:35','','','154.227.128.200','loggedin',1),(156,'user','14','2025-05-02 15:15:04','','','154.227.128.200','loggedin',1),(157,'user','14','2025-05-02 15:15:05','','','154.227.128.200','loggedin',1),(158,'user','14','2025-05-02 15:20:12','','','154.227.128.200','loggedin',1),(159,'user','14','2025-05-02 15:47:31','','','154.227.128.200','loggedin',1),(160,'user','14','2025-05-02 15:47:34','','','154.227.128.200','loggedin',1),(161,'user','15','2025-05-02 16:55:12','','','154.227.128.200','loggedin',1),(162,'user','15','2025-05-03 08:45:09','','','154.227.130.9','loggedin',1),(163,'admin','13','2025-05-03 11:09:40','','','154.227.130.9','loggedin',1),(164,'user','14','2025-05-03 11:18:41','','','154.227.130.9','loggedin',1),(165,'user','14','2025-05-03 12:04:53','','','154.227.130.9','loggedin',1),(166,'user','14','2025-05-03 12:05:04','','','154.227.130.9','loggedin',1),(167,'user','14','2025-05-03 12:59:14','','','154.227.130.9','loggedin',1),(168,'user','14','2025-05-03 13:29:56','','','154.227.130.9','loggedin',1),(169,'user','15','2025-05-03 14:56:14','','','154.227.130.9','loggedin',1),(170,'user','15','2025-05-05 10:36:36','','','154.227.129.72','loggedin',1),(171,'user','15','2025-05-05 10:36:36','','','154.227.129.72','loggedin',1),(172,'user','14','2025-05-05 11:17:29','','','154.227.129.72','loggedin',1),(173,'user','14','2025-05-05 11:26:50','','','154.227.129.72','loggedin',1),(174,'admin','13','2025-05-05 11:43:02','','','154.227.129.72','loggedin',1),(175,'user','14','2025-05-05 11:43:08','','','154.227.129.72','loggedin',1),(176,'user','14','2025-05-05 11:57:35','','','154.227.129.72','loggedin',1),(177,'user','14','2025-05-05 12:25:11','','','154.227.129.72','loggedin',1),(178,'user','14','2025-05-05 12:25:12','','','154.227.129.72','loggedin',1),(179,'user','14','2025-05-05 12:35:44','','','154.227.129.72','loggedin',1),(180,'user','14','2025-05-05 12:35:56','','','154.227.129.72','loggedin',1),(181,'user','14','2025-05-05 12:45:49','','','154.227.129.72','loggedin',1),(182,'user','14','2025-05-05 16:10:58','','','154.227.129.72','loggedin',1),(183,'admin','13','2025-05-05 16:33:09','','','162.19.137.113','loggedin',1),(184,'user','14','2025-05-05 16:41:13','','','154.227.129.72','loggedin',1),(185,'user','15','2025-05-05 16:49:02','','','154.227.129.72','loggedin',1),(186,'user','14','2025-05-05 17:11:07','','','154.227.129.72','loggedin',1),(187,'user','14','2025-05-05 17:11:08','','','154.227.129.72','loggedin',1),(188,'user','14','2025-05-05 17:23:37','','','154.227.129.72','loggedin',1),(189,'user','14','2025-05-05 23:02:14','','','154.227.129.72','loggedin',1),(190,'user','14','2025-05-06 13:37:58','','','41.210.147.113','loggedin',1),(191,'admin','13','2025-05-06 13:40:17','2025-05-06 13:40:38','','154.227.128.213','loggedin',1),(192,'user','15','2025-05-06 16:40:30','','','154.227.128.213','loggedin',1),(193,'user','15','2025-05-06 16:40:30','','','154.227.128.213','loggedin',1),(194,'user','14','2025-05-06 17:06:48','','','154.227.128.213','loggedin',1),(195,'admin','13','2025-05-07 10:25:28','','','154.227.128.213','loggedin',1),(196,'user','14','2025-05-07 16:43:19','','','41.210.159.81','loggedin',1),(197,'user','14','2025-05-07 17:04:06','','','154.227.128.213','loggedin',1),(198,'user','14','2025-05-07 17:29:36','','','154.227.128.213','loggedin',1),(199,'user','14','2025-05-07 18:07:58','','','154.227.128.213','loggedin',1),(200,'user','15','2025-05-07 18:08:42','','','154.227.128.213','loggedin',1),(201,'user','14','2025-05-07 18:09:24','','','154.227.128.213','loggedin',1),(202,'user','14','2025-05-07 18:09:25','','','154.227.128.213','loggedin',1),(203,'user','14','2025-05-08 08:59:36','','','154.227.128.213','loggedin',1),(204,'user','14','2025-05-08 08:59:37','','','154.227.128.213','loggedin',1),(205,'user','14','2025-05-08 09:12:15','','','154.227.128.213','loggedin',1),(206,'user','15','2025-05-08 16:47:51','','','154.227.128.213','loggedin',1),(207,'user','15','2025-05-08 17:44:40','','','154.227.128.213','loggedin',1),(208,'user','15','2025-05-08 17:48:04','','','154.227.128.213','loggedin',1),(209,'user','15','2025-05-09 08:11:38','','','154.227.128.213','loggedin',1),(210,'user','15','2025-05-09 08:47:19','','','154.227.128.213','loggedin',1),(211,'user','14','2025-05-09 08:54:37','','','154.227.128.213','loggedin',1),(212,'user','15','2025-05-09 16:03:54','','','154.227.128.213','loggedin',1),(213,'user','15','2025-05-10 09:10:34','','','154.227.128.213','loggedin',1),(214,'user','14','2025-05-10 09:24:23','','','154.227.128.213','loggedin',1),(215,'user','14','2025-05-10 12:54:04','','','154.227.128.213','loggedin',1),(216,'user','14','2025-05-10 13:37:23','','','154.227.128.213','loggedin',1),(217,'user','15','2025-05-10 14:12:49','','','154.227.128.213','loggedin',1),(218,'user','15','2025-05-12 09:07:18','','','154.227.128.213','loggedin',1),(219,'user','14','2025-05-12 09:47:25','','','154.227.128.213','loggedin',1),(220,'admin','13','2025-05-12 10:41:28','','','154.227.128.213','loggedin',1),(221,'user','14','2025-05-12 10:56:57','','','154.227.128.213','loggedin',1),(222,'admin','13','2025-05-12 14:28:46','','','154.227.128.213','loggedin',1),(223,'user','14','2025-05-12 16:50:24','','','154.227.128.213','loggedin',1),(224,'user','14','2025-05-12 16:50:50','','','154.227.128.213','loggedin',1),(225,'user','15','2025-05-12 22:00:49','','','154.227.128.213','loggedin',1),(226,'admin','13','2025-05-13 10:05:05','','','154.227.128.213','loggedin',1),(227,'user','61','2025-05-13 10:09:49','','','154.227.128.213','loggedin',1),(228,'user','15','2025-05-13 18:25:02','','','154.227.128.213','loggedin',1),(229,'user','61','2025-05-14 09:17:16','','','154.227.128.213','loggedin',1),(230,'user','15','2025-05-15 07:49:58','','','154.227.128.213','loggedin',1),(231,'user','15','2025-05-15 09:21:23','','','154.227.128.213','loggedin',1),(232,'user','14','2025-05-15 10:28:20','','','154.227.128.213','loggedin',1),(233,'user','15','2025-05-16 07:41:19','','','154.227.128.213','loggedin',1),(234,'user','14','2025-05-16 08:59:39','','','154.227.128.213','loggedin',1),(235,'user','14','2025-05-16 09:17:12','','','154.227.128.213','loggedin',1),(236,'admin','13','2025-05-16 11:48:57','','','154.227.128.213','loggedin',1),(237,'admin','13','2025-05-16 16:58:19','','','154.227.128.213','loggedin',1),(238,'user','14','2025-05-17 09:49:33','','','154.227.128.117','loggedin',1),(239,'admin','13','2025-05-17 14:15:43','','','154.227.128.117','loggedin',1),(240,'admin','13','2025-05-17 17:08:49','','','154.227.128.117','loggedin',1),(241,'user','15','2025-05-17 18:29:42','','','154.227.128.117','loggedin',1),(242,'user','14','2025-05-19 08:05:06','','','154.227.128.117','loggedin',1),(243,'user','15','2025-05-19 09:25:12','','','154.227.128.117','loggedin',1),(244,'user','15','2025-05-19 16:10:27','','','154.227.128.117','loggedin',1),(245,'user','15','2025-05-20 08:56:09','','','154.227.128.117','loggedin',1),(246,'user','14','2025-05-20 09:25:25','','','154.227.128.117','loggedin',1),(247,'user','15','2025-05-20 09:26:25','','','154.227.128.117','loggedin',1),(248,'admin','13','2025-05-20 09:30:31','','','154.227.128.117','loggedin',1),(249,'user','14','2025-05-20 16:32:22','','','154.227.128.117','loggedin',1),(250,'admin','13','2025-05-20 16:32:49','','','154.227.128.117','loggedin',1),(251,'user','61','2025-05-21 11:26:43','','','154.227.128.117','loggedin',1),(252,'user','14','2025-05-21 13:04:08','','','154.227.128.117','loggedin',1),(253,'user','14','2025-05-21 13:08:52','','','154.227.128.117','loggedin',1),(254,'user','15','2025-05-22 09:13:34','','','154.227.128.117','loggedin',1),(255,'user','15','2025-05-22 09:59:00','','','154.227.128.117','loggedin',1),(256,'user','14','2025-05-22 10:05:55','','','154.227.128.117','loggedin',1),(257,'user','14','2025-05-22 10:37:58','','','154.227.128.117','loggedin',1),(258,'user','14','2025-05-22 14:18:10','','','154.227.128.117','loggedin',1),(259,'user','61','2025-05-23 12:33:28','','','154.227.128.117','loggedin',1),(260,'admin','13','2025-05-23 12:37:46','','','154.227.128.117','loggedin',1),(261,'user','14','2025-05-23 12:49:48','','','154.227.128.117','loggedin',1),(262,'user','15','2025-05-23 16:25:30','','','154.227.128.117','loggedin',1),(263,'user','15','2025-05-24 09:57:10','','','154.227.128.117','loggedin',1),(264,'user','14','2025-05-26 08:51:00','','','154.227.128.117','loggedin',1),(265,'admin','13','2025-05-26 09:40:26','','','154.227.128.117','loggedin',1),(266,'admin','13','2025-05-26 09:40:27','','','154.227.128.117','loggedin',1),(267,'user','61','2025-05-26 11:51:34','','','154.227.128.117','loggedin',1),(268,'user','14','2025-05-26 12:03:42','','','154.227.128.117','loggedin',1),(269,'user','14','2025-05-26 14:15:53','','','154.227.128.117','loggedin',1),(270,'admin','13','2025-05-26 14:36:38','','','154.227.128.117','loggedin',1),(271,'admin','13','2025-05-26 16:51:02','','','154.227.128.117','loggedin',1),(272,'user','14','2025-05-27 11:54:18','','','154.227.128.117','loggedin',1),(273,'admin','13','2025-05-27 17:31:25','','','154.227.128.117','loggedin',1),(274,'user','15','2025-05-27 17:59:42','','','154.227.128.117','loggedin',1),(275,'user','14','2025-05-28 09:20:25','','','154.227.128.117','loggedin',1),(276,'user','15','2025-05-28 10:09:20','','','154.227.128.117','loggedin',1),(277,'admin','13','2025-05-28 12:40:24','','','154.227.128.117','loggedin',1),(278,'user','15','2025-05-28 13:36:06','','','154.227.128.117','loggedin',1),(279,'admin','13','2025-05-28 13:49:05','','','197.239.11.174','loggedin',1),(280,'admin','13','2025-05-28 13:49:06','','','197.239.11.174','loggedin',1),(281,'user','14','2025-05-29 09:46:59','','','154.227.128.117','loggedin',1),(282,'user','14','2025-05-29 09:50:35','','','154.227.128.117','loggedin',1),(283,'user','15','2025-05-29 09:53:32','','','154.227.128.117','loggedin',1),(284,'admin','13','2025-05-29 10:54:06','','','154.227.128.117','loggedin',1),(285,'user','15','2025-05-29 11:20:16','','','154.227.128.117','loggedin',1),(286,'user','15','2025-05-29 13:57:30','','','154.227.128.117','loggedin',1),(287,'user','15','2025-05-29 13:58:20','','','154.227.128.117','loggedin',1),(288,'user','14','2025-05-29 14:24:34','','','154.227.128.117','loggedin',1),(289,'user','14','2025-05-29 15:01:35','','','154.227.128.117','loggedin',1),(290,'user','15','2025-05-29 16:39:45','','','154.227.128.117','loggedin',1),(291,'admin','13','2025-05-29 18:01:27','','','89.41.172.135','loggedin',1),(292,'user','15','2025-05-29 18:14:55','','','154.227.128.117','loggedin',1),(293,'user','14','2025-05-30 10:10:57','','','154.227.128.117','loggedin',1),(294,'user','14','2025-05-30 11:36:17','','','154.227.128.117','loggedin',1),(295,'user','15','2025-05-31 10:39:28','','','154.227.128.117','loggedin',1),(296,'user','14','2025-06-02 13:15:05','','','154.227.128.117','loggedin',1),(297,'admin','13','2025-06-03 09:52:59','','','129.222.147.66','loggedin',1),(298,'user','15','2025-06-04 10:36:45','','','154.227.128.117','loggedin',1),(299,'user','14','2025-06-04 11:42:39','','','154.227.128.117','loggedin',1),(300,'user','15','2025-06-11 09:24:05','','','154.227.131.80','loggedin',1),(301,'user','14','2025-06-11 09:44:27','','','154.227.131.80','loggedin',1),(302,'user','15','2025-06-11 11:09:55','','','164.132.55.13','loggedin',1),(303,'admin','13','2025-06-11 11:28:32','','','202.78.160.4','loggedin',1),(304,'admin','13','2025-06-11 12:56:18','','','102.217.133.61','loggedin',1),(305,'user','14','2025-06-11 15:59:51','','','154.227.131.12','loggedin',1),(306,'user','14','2025-06-12 09:22:07','','','154.227.130.93','loggedin',1),(307,'admin','13','2025-06-12 16:03:25','','','154.227.130.93','loggedin',1),(308,'user','14','2025-06-13 10:04:28','','','154.227.129.133','loggedin',1),(309,'user','14','2025-06-13 10:40:42','','','154.227.129.133','loggedin',1),(310,'admin','13','2025-06-13 14:54:08','','','154.227.129.133','loggedin',1),(311,'admin','13','2025-06-13 17:23:58','','','154.227.129.133','loggedin',1),(312,'user','14','2025-06-14 10:52:22','','','154.227.128.126','loggedin',1),(313,'admin','13','2025-06-16 09:05:28','','','154.227.129.215','loggedin',1),(314,'user','14','2025-06-16 10:24:22','','','154.227.129.215','loggedin',1),(315,'admin','13','2025-06-16 11:52:13','','','154.227.129.215','loggedin',1),(316,'user','14','2025-06-17 10:29:13','','','154.227.129.215','loggedin',1),(317,'user','15','2025-06-18 09:01:46','','','154.227.129.215','loggedin',1),(318,'user','14','2025-06-18 10:21:32','','','154.227.129.215','loggedin',1),(319,'admin','13','2025-06-18 13:35:51','','','154.227.129.215','loggedin',1),(320,'admin','13','2025-06-18 20:28:31','','','154.159.252.239','loggedin',1),(321,'user','15','2025-06-19 09:35:17','','','154.227.129.215','loggedin',1),(322,'user','15','2025-06-19 09:35:52','','','154.227.129.215','loggedin',1),(323,'user','14','2025-06-19 09:50:02','','','154.227.129.215','loggedin',1),(324,'user','15','2025-06-19 10:02:36','','','154.227.129.215','loggedin',1),(325,'user','15','2025-06-19 10:03:20','','','154.227.129.215','loggedin',1),(326,'user','15','2025-06-19 10:03:43','','','154.227.129.215','loggedin',1),(327,'admin','13','2025-06-19 12:39:21','','','154.227.129.215','loggedin',1),(328,'user','14','2025-06-20 10:15:02','','','154.227.128.147','loggedin',1),(329,'user','14','2025-06-20 14:50:04','','','154.227.128.147','loggedin',1),(330,'admin','13','2025-06-20 15:10:58','','','154.227.128.147','loggedin',1),(331,'user','14','2025-06-20 16:32:50','','','154.227.128.147','loggedin',1),(332,'admin','13','2025-06-21 11:17:54','','','154.227.130.105','loggedin',1),(333,'admin','13','2025-06-21 15:22:09','','','154.227.130.105','loggedin',1),(334,'admin','13','2025-06-22 19:54:04','','','37.61.229.126','loggedin',1),(335,'admin','13','2025-06-23 09:46:46','','','154.227.131.126','loggedin',1),(336,'user','15','2025-06-23 09:47:42','','','154.227.131.126','loggedin',1),(337,'user','15','2025-06-23 10:03:00','','','154.227.131.126','loggedin',1),(338,'user','14','2025-06-23 10:41:20','','','154.227.131.126','loggedin',1),(339,'user','14','2025-06-23 12:20:41','','','154.227.131.126','loggedin',1),(340,'admin','13','2025-06-23 14:49:41','','','154.227.131.126','loggedin',1),(341,'user','14','2025-06-23 15:29:56','','','154.227.131.126','loggedin',1),(342,'user','14','2025-06-23 15:30:49','','','154.227.131.126','loggedin',1),(343,'user','15','2025-06-23 17:23:44','','','154.227.131.126','loggedin',1),(344,'user','15','2025-06-24 08:47:51','','','154.227.130.181','loggedin',1),(345,'user','15','2025-06-25 08:08:18','','','154.227.130.147','loggedin',1),(346,'admin','13','2025-06-25 08:20:37','','','154.227.130.147','loggedin',1),(347,'user','14','2025-06-25 09:15:30','','','154.227.130.147','loggedin',1),(348,'admin','13','2025-06-25 10:28:00','','','154.227.130.147','loggedin',1),(349,'admin','13','2025-06-25 13:27:04','','','154.227.130.147','loggedin',1),(350,'admin','13','2025-06-25 13:37:59','','','154.227.130.147','loggedin',1),(351,'user','14','2025-06-25 14:48:24','','','154.227.130.147','loggedin',1),(352,'user','15','2025-06-25 21:07:37','','','102.86.11.231','loggedin',1),(353,'user','15','2025-06-26 08:24:43','','','154.227.131.43','loggedin',1),(354,'admin','13','2025-06-26 09:04:04','','','154.227.131.43','loggedin',1),(355,'user','14','2025-06-26 10:16:03','','','154.227.131.43','loggedin',1),(356,'admin','13','2025-06-26 10:57:57','','','154.227.131.43','loggedin',1),(357,'user','15','2025-06-27 09:05:14','','','154.227.131.43','loggedin',1),(358,'user','14','2025-06-27 09:46:10','','','154.227.131.43','loggedin',1),(359,'user','14','2025-06-27 16:14:54','','','154.227.131.43','loggedin',1),(360,'admin','13','2025-06-28 11:13:37','','','154.227.131.43','loggedin',1),(361,'user','15','2025-06-30 09:57:37','','','154.227.131.43','loggedin',1),(362,'admin','13','2025-06-30 10:10:06','','','154.227.131.43','loggedin',1),(363,'user','15','2025-06-30 10:12:42','','','154.227.131.43','loggedin',1),(364,'user','14','2025-06-30 10:13:42','','','154.227.131.43','loggedin',1),(365,'admin','13','2025-06-30 15:24:58','','','154.227.131.43','loggedin',1),(366,'user','15','2025-06-30 16:24:31','','','154.227.131.43','loggedin',1),(367,'user','15','2025-06-30 16:27:05','','','154.227.131.43','loggedin',1),(368,'user','15','2025-06-30 16:32:16','','','154.227.131.43','loggedin',1); /*!40000 ALTER TABLE `loggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loyalitycards` -- DROP TABLE IF EXISTS `loyalitycards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loyalitycards` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer_id` int(10) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loyalitycards` -- LOCK TABLES `loyalitycards` WRITE; /*!40000 ALTER TABLE `loyalitycards` DISABLE KEYS */; /*!40000 ALTER TABLE `loyalitycards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `maincategory` -- DROP TABLE IF EXISTS `maincategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `maincategory` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `maincategory` -- LOCK TABLES `maincategory` WRITE; /*!40000 ALTER TABLE `maincategory` DISABLE KEYS */; /*!40000 ALTER TABLE `maincategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainmenu` -- DROP TABLE IF EXISTS `mainmenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainmenu` ( `id` varchar(100) NOT NULL, `name` varchar(255) NOT NULL, `icon` varchar(255) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `sort` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainmenu` -- LOCK TABLES `mainmenu` WRITE; /*!40000 ALTER TABLE `mainmenu` DISABLE KEYS */; INSERT INTO `mainmenu` VALUES ('accomodation','Accomodation','','1','user/accomodation','side',8),('assetliability','Assets and Liabilities','','1','user/assetliability','side',7),('banking','Banking','','1','user/banking','side',6),('contact','Contacts','','1','user/contact','side',4),('goodservice','Goods and Services','','1','user/goodservice','side',3),('humanresource','HR','grouping','1','user/viewrequest','side',8),('moneyin','Money In','','1','user/moneyin','side',1),('moneyout','Money out','','1','user/moneyout','side',2),('project','Projects','','1','user/project','side',5),('report','Reports','','1','user/report','side',9),('setting','Settings','','1','user/setting','side',10); /*!40000 ALTER TABLE `mainmenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainservices` -- DROP TABLE IF EXISTS `mainservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainservices` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainservices` -- LOCK TABLES `mainservices` WRITE; /*!40000 ALTER TABLE `mainservices` DISABLE KEYS */; INSERT INTO `mainservices` VALUES (1,'General systems',1),(2,'E-commerce',1),(3,'Biometric',1),(4,'Website',1),(5,'PMS',1),(6,'Bulk sms',1),(7,'Pos',1); /*!40000 ALTER TABLE `mainservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mergedmpesa` -- DROP TABLE IF EXISTS `mergedmpesa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mergedmpesa` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mergedmpesa` -- LOCK TABLES `mergedmpesa` WRITE; /*!40000 ALTER TABLE `mergedmpesa` DISABLE KEYS */; /*!40000 ALTER TABLE `mergedmpesa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message` -- LOCK TABLES `message` WRITE; /*!40000 ALTER TABLE `message` DISABLE KEYS */; /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meterreading` -- DROP TABLE IF EXISTS `meterreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `meterreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `year` varchar(30) NOT NULL, `month` varchar(30) NOT NULL, `opening` varchar(20) NOT NULL, `closing` varchar(30) NOT NULL, `meternumber` varchar(10) NOT NULL, `opendate` varchar(30) NOT NULL, `closedate` varchar(30) NOT NULL, `phone` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `rate` varchar(30) NOT NULL, `charge` varchar(30) NOT NULL, `type` varchar(20) NOT NULL, `updatedby` varchar(20) NOT NULL, `usedqty` varchar(20) NOT NULL, `roomid` int(20) DEFAULT NULL, `roomchargeid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meterreading` -- LOCK TABLES `meterreading` WRITE; /*!40000 ALTER TABLE `meterreading` DISABLE KEYS */; /*!40000 ALTER TABLE `meterreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES ('2014_10_12_000000_create_users_table',1),('2014_10_12_100000_create_password_resets_table',1),('2016_07_02_112357_Product',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modules` ( `name` varchar(255) NOT NULL, `sort` int(10) NOT NULL, `icon` varchar(255) NOT NULL, `id` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `menu` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES ('Accomodation',84,'money','accomodation','1','admin/viewpallmyplots','side','accomodation'),('Accounting(Charts of Accounts)',35,'battery-quarter','accounting','1','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','1','user/startsales','side','banking'),('Assets',49,'paw','assets','1','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','1','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','1','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','1','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','1','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Cheque Management',34,'money','chequemanagemant','1','user/viewcheque','side','banking'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Counter Radio Button',90,'rss-square','counterradiobutton','1','radio','side','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Open and Close Sales',87,'money','openclose','0','user/openclose','side','moneyin'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Quotation',8,'money','quotation','1','user/allquatation','side','moneyin'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/deliveryhome','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Sales Order',86,'money','salesorder','1','user/salesorder','side','moneyin'),('Select User',1,'rss-square','selectuser','0','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','chequemanagemant','Post Cheque',1),('add','complain','Add complain',2),('add','config','add',1),('add','damagedproducts','add',1),('add','deals','add',1),('add','departments','add',1),('add','documents','add',1),('add','ecommerce','Add',1),('add','events','add',1),('add','grouping','add',1),('add','humanresource','Add Expense Request Form',1),('add','income','add',2),('add','incomeexpenses','add',1),('add','incomingstock','add',1),('add','incomingstore','Add incoming',1),('add','journalentry','add',1),('add','labourrecords','add',1),('add','leavemanagement','add',0),('add','lowproducts','add',1),('add','lowstocklist','add',6),('add','loyalitycards','add',1),('add','members','add',1),('add','payroll','add',1),('add','payrollsetup','add',1),('add','peoplecategory','add',1),('add','productlist','Add Products',7),('add','products','add',1),('add','productscategory','add',1),('add','projectsmanagement','Create New Project',2),('add','purchases','add',1),('add','quotation','Add Quotaion',1),('add','recorddelivery','Add Delivery',1),('add','sales','add',1),('add','salesorder','Create Sales Order',1),('add','sendsms','add',1),('add','task','add',1),('add','taskscategory','add',1),('add','users','add',1),('add','viewreturnsales','add',1),('add','wholesale','add',1),('AddAgents','deals','Add Agents',30),('addbatchno','purchases','Add batch No',33),('addcharges','accomodation','Add Room Chaerges',4),('adddailycollection','cashiersales','Add Daily Collection',7),('addexpirydate','purchases','Add Expiry Date',34),('addhouse','accomodation','Add House',1),('addpossiblefeedback','deals','Add Possible feedback',20),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('allowdiscountdropdown','sales','Allow Discount Drop Down',7),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('assignproduction','productlist','Assign Production Items',62),('assignrooms','accomodation','Asign Cleaning rooms',7),('assigntask','task','Assign Task',10),('backdatesales','sales','Back date sales',17),('bioattendance','humanresource','Biometric Attendance',30),('budget','purchases','View Budget',10),('bulk','productlist','Upload bulk stock',1),('bulk','products','bulk',5),('bulkcheckin','accomodation','Bulk Checkin',58),('bulkpriceupdate','productlist','Bulk Price Update',33),('bulkpriceupdate','products','Bulk Price Update',33),('bulkreservation','accomodation','Bulk Reservation',59),('bulkstatuschange','accomodation','Bulk Room Status Change',60),('cancel','accomodation','Cancel Payment/Bookings',3),('card','accomodation','Sale in Visa Card',2),('card','sales','Card Sales',7),('cash','accomodation','Sale in Cash',2),('cash','sales','Sell in Cash',3),('cashiersales','cashiersales','View Sales',5),('change','password','change',1),('changepayment','accomodation','Change payment',9),('changeserialstatus','productlist','Change Serial Status',20),('changestatus','cashiersales','Approve Till Collections',68),('changestatus','recorddelivery','Change Status',6),('changetaxstatus','sales','Change Tax Status',30),('changeuomonsales','sales','Change Unit Of Measurement',33),('checkin','accomodation','View Room window',4),('checkinroom','accomodation','Check in Rooms',2),('checkoutcustomerwithbalance','accomodation','Check out customer with balance',20),('checkoutroom','accomodation','Check out Room',3),('cheque','accomodation','Sale in Cheque/Bank',2),('cheque','sales','Cheque/Bank sales',8),('ClaimDamaged','recorddelivery','Change to Claim Damaged',17),('claimmpesacode','sales','Claim Mpesa Code',67),('ClaimOK','recorddelivery','Cahange to Claim OK',16),('Claimraised','recorddelivery','Change to Claim raised',15),('cleanrooms','accomodation','Clean Rooms',4),('clear','viewreturnsales','Clear Sales',5),('clearallsales','cashiersales','Clear all sales for others',10),('clearpayments','sales','Clear/Add payments',7),('clearsales','accomodation','Clear room sales',40),('clearsalesisdefault','cashiersales','Enable Clear-Sales Page As Default',79),('closebill','sales',' Close Bill',6),('closeexpense','incomeexpenses','Close Expense',3),('config','accomodation','Accommodation Settings',33),('credit','accomodation','Sale in Credit',2),('credit','sales','Credit sales',10),('creditnote','sales','Credit Note',8),('customerregister','accomodation','Customer Register',10),('dailycollections','accomodation','Daily Collections',56),('dailypayments','accomodation','View Daily Payments',10),('dailysales','accomodation',' Daily Sales',1),('dailysalesonly','cashiersales','View Only Daily sales Report',40),('deactivateserialstatus','wholesale','Dont Change Barcord/Serial Status to Used',9),('delete','assets','Delete',5),('delete','bankdeposits','delete',3),('delete','branch','Delete Branch',5),('delete','callcenter','Delete calls',5),('delete','cashiersales','Delete Sales',4),('delete','complain','Delete Complain',11),('delete','config','delete',0),('delete','damagedproducts','delete',3),('delete','deals','delete',3),('delete','documents','delete',3),('delete','ecommerce','delete',3),('delete','events','delete',3),('delete','grouping','delete',3),('delete','humanresource','Delete Expense Request Form',3),('delete','incomingstock','delete',3),('delete','incomingstore','Delete incoming',3),('delete','peoplecategory','delete',3),('delete','productlist','Delete Products',4),('delete','products','delete',3),('delete','productscategory','delete',3),('delete','projectsmanagement','Delete Products',5),('delete','purchases','delete',3),('delete','quotation','Delete',3),('delete','recorddelivery','Delete Delivery',5),('delete','reports','Delete sales',3),('delete','sales','delete',3),('delete','sendsms','delete',3),('delete','task','delete',3),('delete','taskscategory','delete',3),('delete','users','delete',3),('delete','viewreturnsales','delete',3),('delete','wholesale','delete',2),('deleteallroles','users','Delete all Roles',5),('deletebank','accounting','Delete Bank Account',2),('deletedailycollections','cashiersales','Delete Daily Collections',9),('deleteglaccount','accounting','Delete GL Account',4),('deleteorder','products','Delete Order',5),('deletepeople','members','Delete Contacts',5),('deleteproductionitem','productlist','Delete Production Item',63),('Delivered','recorddelivery','Change to Delivered',14),('detailedvatinvoice','income','Show Detailed Vat Invoice',5),('discount','sales','Print Discount',5),('dispatch','products','Dispatch Products',6),('Dispatched','recorddelivery','Change to Dispatched',10),('displaybeforevat','income','Display price before Vat',6),('displaycustomers','sales','Display employees using buttons',5),('displaypreviousbalance','sales','Display Previous Bal on Invoice',65),('dontprint','sales','Display Dont Print Button',15),('dontreceivepartialpayment','income','Do Not Receive partial payment',9),('dontshowbp','reports','Dont Show B.Price',7),('dontshowprofit','reports','Don Not Show Profit',10),('dontshowstock','productlist','Dont show stock',82),('dontshowstock','products','Dont show stock',80),('dontshowstock','sales','Dont show stock balance during sales',30),('dontshowtotal','cashiersales','Do Not Show grand Total',6),('download','callcenter','download calls',4),('download','reports','download',2),('downloaddeals','deals','Download deals',20),('editmpesa','cashiersales','Enter Mpesa Amount Directly',3),('editmpesadate','cashiersales','Edit Mpesa Entry date',5),('editopenclosestock','productlist','Update Closing and Opening stock',10),('editsellingprice','sales','Change Selling Price',7),('editstocktaken','productlist','Change closed and stock taken',9),('entermpesacode','cashiersales','Enter Mpesa Code',3),('entermpesacode','sales','Enter Mpesa Code',40),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('hold','sales','hold sales',7),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('linksalesorders','openclose','Link Order and sales',4),('Logout','sales','Log out After printing',5),('managecustomer','accomodation','Manager Customer',22),('managehotel','accomodation','Manage Hotel',6),('managerental','accomodation','Manage Rental Houses',8),('mergebill','sales','Merge Bill:',32),('meterreading','accomodation','Meter Reading',30),('more','lowstocklist','View more',6),('more','productlist','View Added stock',2),('more','products','more',4),('moresales','sales','Add More Sales',4),('moresales','viewreturnsales','Add more Sales',5),('move','productlist','Move stock/ Break/Distribute',2),('mpesa','accomodation','Sale in mpesa',2),('mpesa','sales','Sale in Mpesa',6),('mpesabalance','sales','Bank /Mpesa Balance',5),('mpesapendingreport','cashiersales','View All Pending Mpesa Report',20),('mpesaverifiedreport','cashiersales','View All Verified Mpesa Report',21),('negativesales','sales','Make Negative sales',60),('negativestockadjustment','productlist','Negative Stock Adjustment',51),('negativestockadjustment','products','Negative Stock Adjustment',51),('Novatsales','config','No Vat Sales',20),('opencloseshift','members','Open and Close Employee Shift',26),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('overalclearingpendingtasks','task','Clear Overal pending tasks for anyone',20),('pendingisdefault','cashiersales','Enable Pending Page As Default',69),('plotexpenses','accomodation','Plot Expenses',63),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postemployeenoteforothers','task','Post Employee Notes for others',20),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('printdelivery','sales','Print delivery',38),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('receiptno','sales','Enter Receipt No Directly',50),('receivedublicatecodes','income','Receive Dublicate Cheque / Transaction codes',8),('receiveoverpayment','income','Receive overpayment',7),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Issue stock from store',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('restrictbillprintingtotwo','sales','Restrict Bill Printing to 2',66),('return','viewreturnsales','Return Sales',4),('returnclearedsales','viewreturnsales','Return Cleared/ Closed Sales',7),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salebelowbprice','sales','Can sell below set b.price',10),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectcurrency','sales','Select Currency',50),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sell','openclose','Sell',1),('sellusingserialonly','wholesale','Sell Using Serial Only',10),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('showsitemmovement','cashiersales','show item movement',80),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('swapsales','sales','Swap Sales',80),('transfer','productlist','Transfer Products',3),('transferdeals','deals','Transfer Deals',30),('transfersms','sendsms','Transfer sms to others',5),('upadate','callcenter','Update',2),('update','assets','Update',2),('update','bankdeposits','update',2),('update','branch','Update Branch',3),('update','complain','Update Complain',6),('update','config','update',2),('update','damagedproducts','update',2),('update','deals','update',2),('update','documents','update',2),('update','ecommerce','Upadate Data',2),('update','events','update',2),('update','grouping','update',2),('update','humanresource','Update Expense Request Form',2),('update','incomeexpenses','update',3),('update','incomingstock','update',2),('update','lowproducts','update',1),('update','loyalitycards','update',2),('update','members','update',2),('update','peoplecategory','update',2),('update','productlist','Update Product',6),('update','products','update',2),('update','productscategory','update',2),('update','profile','update',1),('update','projectsmanagement','Edit Projects',4),('update','purchases','update',2),('update','quotation','Update',2),('update','recorddelivery','Update Delivery',3),('update','reports','update sales',4),('update','sales','update',2),('update','salesorder','Update Sales Order',4),('update','sendsms','update',2),('update','task','update',2),('update','taskscategory','update',2),('update','users','update',2),('update','viewreturnsales','update',2),('update','wholesale','update',4),('updatebuyingprice','purchases','update buying price',4),('updatecharges','accomodation','Update Room Charges',4),('updateclosedexpenses','incomeexpenses','Edit closed expenses',4),('updateclosedinvoice','purchases','update closed invoice',6),('updatedailycollections','cashiersales','Update Daily Collection',9),('updatehouse','accomodation','Update House',5),('updatepaymentmode','sales','Update Payment Mode',7),('updateproductionitem','productlist','Update Production Item',64),('updateqtysales','sales','Update Quantity on sales Window',61),('UpdateRenewal','members','Update Renewal',30),('updateroom','accomodation','Update Room',5),('updatesellingprice','purchases','update selling price',5),('updateserial','purchases','Update Serial',35),('updatestock','productlist','Update Stock (Cl.Stock)',2),('uploadexpenses','incomeexpenses','Upload Expenses',30),('usekeyboard','sales','Use Internal Keyboard',50),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('view','chequemanagemant','View Cheques',2),('view','complain','View Complain',5),('view','displayreport','Display Report',1),('view','humanresource','View Expense Request Form',4),('View','income','View',1),('view','incomingstock','View Incoming store products',2),('view','incomingstore','View Incoming store products',4),('view','lowstocklist','View',6),('view','productlist','View Products',5),('view','projectsmanagement','View Projects',1),('view','quotation','View',5),('view','recorddelivery','View Delivery',2),('view','reports','view',1),('view','salesorder','View Sales Order',3),('View others contact','deals','viewcontact',20),('viewall','deals','View other people\'s deals',5),('viewall','quotation','View others quoation',10),('viewall','reports','View all Branches',6),('viewall','salesorder','View others Sales Order',5),('viewall','task','View other people\'s tasks',2),('viewallcollections','cashiersales','View Others Daily Collection',16),('viewallcounters','cashiersales','View All Counters',20),('viewallcounters','purchases','View All Counters',20),('viewalldocuments','documents','View all Documents',5),('viewallpayroll','humanresource','View Payroll For everyone',5),('viewbills','incomeexpenses','View Bills',6),('viewbprice','productlist','Dont View Bprice',88),('viewbprice','products','Dont View Bprice',88),('viewbuyingprice','sales','view buying price',7),('viewcommission','cashiersales','View Commision',31),('viewcreditors','incomeexpenses','VIew creditors',8),('viewdailycollections','cashiersales','View Daily Collection',8),('viewdebtors','incomeexpenses','View Deptors',7),('viewdirectpurchases','purchases','View Direct Purchase',8),('viewexpense','incomeexpenses','View Expense',6),('viewhouse','accomodation','View House',1),('viewmpesamessages','cashiersales','View Mpesa Messages',40),('vieworders','ecommerce','View Orders',4),('viewothersgeneraltask','task','View Others General Task',9),('viewothersspecifictask','task','View Others Specific Task',7),('viewproduction','productlist','View Production',60),('viewproductsfromallbranches','productlist','View Products From All Branches',30),('viewpurchase','purchases','Purchase Order',9),('viewquotation','purchases','View Quotation',7),('viewreport','openclose','view open and close report',3),('viewreports','accomodation','View Reports',22),('viewroomcleaned','accomodation','View Room Cleaned',33),('viewrooms','accomodation','View All Rooms',1),('viewserials','productlist','View serial Number',20),('viewserials','purchases','View serial Numbers',8),('viewtill','cashiersales','View Till Collections',8),('voucher','accomodation','Sale in Voucher',2),('voucher','sales','Gift Voucher sales',9),('wiewinvoices','incomeexpenses','View all Expenses',5); /*!40000 ALTER TABLE `modulesactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moneydocuments` -- DROP TABLE IF EXISTS `moneydocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `moneydocuments` ( `id` int(50) NOT NULL, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `moneydocuments` -- LOCK TABLES `moneydocuments` WRITE; /*!40000 ALTER TABLE `moneydocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `moneydocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mpesasales` -- DROP TABLE IF EXISTS `mpesasales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mpesasales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mpesasales` -- LOCK TABLES `mpesasales` WRITE; /*!40000 ALTER TABLE `mpesasales` DISABLE KEYS */; INSERT INTO `mpesasales` VALUES (1,1000.00,1,1,'2024-12-23 10:49:29','1',1,'1','SBQ87I2PHE'),(2,10550.00,1,1,'2025-02-13 10:38:59','1',1,'1','TB86AB2CX8'),(3,1260.00,1,1,'2025-03-07 06:25:13','Cleared',1,'MPESA','TBP9DVL2HZ'),(4,5000.00,1,1,'2025-03-07 06:27:42','Cleared',1,'MPESA','TBP2E0KSOG'),(5,1290.00,1,1,'2025-03-07 08:35:21','Cleared',1,'MPESA','TC49CDFCR5'); /*!40000 ALTER TABLE `mpesasales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nation` -- DROP TABLE IF EXISTS `nation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(4) NOT NULL DEFAULT '', `name` varchar(100) NOT NULL DEFAULT '', `description` varchar(40) DEFAULT NULL, `status` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nation` -- LOCK TABLES `nation` WRITE; /*!40000 ALTER TABLE `nation` DISABLE KEYS */; INSERT INTO `nation` VALUES (1,'AC','ASCENSION ISLAND ',NULL,'Y'),(2,'AD','ANDORRA',NULL,'Y'),(3,'AE','UNITED ARAB EMIRATES ',NULL,'Y'),(4,'AG','ANTIGUA AND BARBUDA',NULL,'Y'),(5,'AI','ANGUILLA',NULL,'Y'),(6,'AL','ALBANIA ',NULL,'Y'),(7,'AM','ARMENIA',NULL,'Y'),(8,'AN','NETHERLANDS ANTILLES ',NULL,'Y'),(9,'AO','ANGOLA',NULL,'Y'),(10,'AQ','ANTARCTICA',NULL,'Y'),(11,'AR','ARGENTINA',NULL,'Y'),(12,'AS','AMERICAN SAMOA',NULL,'Y'),(13,'AT','AUSTRIA',NULL,'Y'),(14,'AU','AUSTRALIA',NULL,'Y'),(15,'AW','ARUBA',NULL,'Y'),(16,'AX','ALAND ISLANDS',NULL,'Y'),(17,'AZ','AZERBAIJAN',NULL,'Y'),(18,'BA','BOSNIA AND HERZEGOVINA ',NULL,'Y'),(19,'BB','BARBADOS ',NULL,'Y'),(20,'BD','BANGLADESH ',NULL,'Y'),(21,'BE','BELGIUM ',NULL,'Y'),(22,'BF','BURKINA FASO ',NULL,'Y'),(23,'BG','BULGARIA ',NULL,'Y'),(24,'BH','BAHRAIN',NULL,'Y'),(25,'BI','BURUNDI ',NULL,'Y'),(26,'BJ','BENIN ',NULL,'Y'),(27,'BM','BERMUDA ',NULL,'Y'),(28,'BN','BRUNEI DARUSSALAM ',NULL,'Y'),(29,'BO','BOLIVIA ',NULL,'Y'),(30,'BR','BRAZIL ',NULL,'Y'),(31,'BS','BAHAMAS ',NULL,'Y'),(32,'BT','BHUTAN ',NULL,'Y'),(33,'BV','BOUVET ISLAND ',NULL,'Y'),(34,'BW','BOTSWANA ',NULL,'Y'),(35,'BY','BELARUS ',NULL,'Y'),(36,'BZ','BELIZE ',NULL,'Y'),(37,'CA','CANADA ',NULL,'Y'),(38,'CC','COCOS (KEELING) ISLANDS ',NULL,'Y'),(39,'CD','CONGO, DEMOCRATIC REPUBLIC ',NULL,'Y'),(40,'CF','CENTRAL AFRICAN REPUBLIC ',NULL,'Y'),(41,'CG','CONGO ',NULL,'Y'),(42,'CH','SWITZERLAND ',NULL,'Y'),(43,'CI','COTE D\'IVOIRE (IVORY COAST) ',NULL,'Y'),(44,'CK','COOK ISLANDS ',NULL,'Y'),(45,'CL','CHILE ',NULL,'Y'),(46,'CM','CAMEROON ',NULL,'Y'),(47,'CN','CHINA ',NULL,'Y'),(48,'CO','COLOMBIA ',NULL,'Y'),(49,'CR','COSTA RICA ',NULL,'Y'),(50,'CS','CZECHOSLOVAKIA (FORMER) ',NULL,'Y'),(51,'CU','CUBA ',NULL,'Y'),(52,'CV','CAPE VERDE ',NULL,'Y'),(53,'CX','CHRISTMAS ISLAND ',NULL,'Y'),(54,'CY','CYPRUS ',NULL,'Y'),(55,'CZ','CZECH REPUBLIC ',NULL,'Y'),(56,'DE','GERMANY ',NULL,'Y'),(57,'DJ','DJIBOUTI ',NULL,'Y'),(58,'DK','DENMARK ',NULL,'Y'),(59,'DM','DOMINICA ',NULL,'Y'),(60,'DO','DOMINICAN REPUBLIC ',NULL,'Y'),(61,'DZ','ALGERIA',NULL,'Y'),(62,'EC','ECUADOR ',NULL,'Y'),(63,'EE','ESTONIA ',NULL,'Y'),(64,'EG','EGYPT ',NULL,'Y'),(65,'EH','WESTERN SAHARA ',NULL,'Y'),(66,'ER','ERITREA ',NULL,'Y'),(67,'ES','SPAIN ',NULL,'Y'),(68,'ET','ETHIOPIA ',NULL,'Y'),(69,'EU','EUROPEAN UNION ',NULL,'Y'),(70,'FI','FINLAND ',NULL,'Y'),(71,'FJ','FIJI ',NULL,'Y'),(72,'FK','FALKLAND ISLANDS (MALVINAS) ',NULL,'Y'),(73,'FM','MICRONESIA ',NULL,'Y'),(74,'FO','FAROE ISLANDS ',NULL,'Y'),(75,'FR','FRANCE ',NULL,'Y'),(76,'FX','FRANCE, METROPOLITAN ',NULL,'Y'),(77,'GA','GABON ',NULL,'Y'),(78,'GB','GREAT BRITAIN (UK) ',NULL,'Y'),(79,'GD','GRENADA ',NULL,'Y'),(80,'GE','GEORGIA ',NULL,'Y'),(81,'GF','FRENCH GUIANA ',NULL,'Y'),(82,'GG','GUERNSEY ',NULL,'Y'),(83,'GH','GHANA ',NULL,'Y'),(84,'GI','GIBRALTAR ',NULL,'Y'),(85,'GL','GREENLAND ',NULL,'Y'),(86,'GM','GAMBIA ',NULL,'Y'),(87,'GN','GUINEA ',NULL,'Y'),(88,'GP','GUADELOUPE ',NULL,'Y'),(89,'GQ','EQUATORIAL GUINEA ',NULL,'Y'),(90,'GR','GREECE ',NULL,'Y'),(91,'GS','S. GEORGIA AND S. SANDWICH ISLS. ',NULL,'Y'),(92,'GT','GUATEMALA ',NULL,'Y'),(93,'GU','GUAM ',NULL,'Y'),(94,'GW','GUINEA BISSAU ',NULL,'Y'),(95,'GY','GUYANA ',NULL,'Y'),(96,'HK','HONG KONG ',NULL,'Y'),(97,'HM','HEARD AND MCDONALD ISLANDS ',NULL,'Y'),(98,'HN','HONDURAS ',NULL,'Y'),(99,'HR','CROATIA (HRVATSKA) ',NULL,'Y'),(100,'HT','HAITI ',NULL,'Y'),(101,'HU','HUNGARY ',NULL,'Y'),(102,'ID','INDONESIA ',NULL,'Y'),(103,'IE','IRELAND ',NULL,'Y'),(104,'IL','ISRAEL ',NULL,'Y'),(105,'IM','ISLE OF MAN ',NULL,'Y'),(106,'IN','INDIA ',NULL,'Y'),(107,'IO','BRITISH INDIAN OCEAN TERRITORY ',NULL,'Y'),(108,'IQ','IRAQ ',NULL,'Y'),(109,'IR','IRAN ',NULL,'Y'),(110,'IS','ICELAND ',NULL,'Y'),(111,'IT','ITALY ',NULL,'Y'),(112,'JE','JERSEY ',NULL,'Y'),(113,'JM','JAMAICA ',NULL,'Y'),(114,'JO','JORDAN ',NULL,'Y'),(115,'JP','JAPAN ',NULL,'Y'),(116,'KE','KENYA ',NULL,'Y'),(117,'KG','KYRGYZSTAN ',NULL,'Y'),(118,'KH','CAMBODIA ',NULL,'Y'),(119,'KI','KIRIBATI ',NULL,'Y'),(120,'KM','COMOROS ',NULL,'Y'),(121,'KN','SAINT KITTS AND NEVIS ',NULL,'Y'),(122,'KP','NORTH KOREA',NULL,'Y'),(123,'KR','SOUTH KOREA',NULL,'Y'),(124,'KW','KUWAIT ',NULL,'Y'),(125,'KY','CAYMAN ISLANDS ',NULL,'Y'),(126,'KZ','KAZAKHSTAN ',NULL,'Y'),(127,'LA','LAOS ',NULL,'Y'),(128,'LB','LEBANON ',NULL,'Y'),(129,'LC','SAINT LUCIA ',NULL,'Y'),(130,'LI','LIECHTENSTEIN ',NULL,'Y'),(131,'LK','SRI LANKA ',NULL,'Y'),(132,'LR','LIBERIA ',NULL,'Y'),(133,'LS','LESOTHO ',NULL,'Y'),(134,'LT','LITHUANIA ',NULL,'Y'),(135,'LU','LUXEMBOURG ',NULL,'Y'),(136,'LV','LATVIA ',NULL,'Y'),(137,'LY','LIBYA ',NULL,'Y'),(138,'MA','MOROCCO ',NULL,'Y'),(139,'MC','MONACO ',NULL,'Y'),(140,'MD','MOLDOVA ',NULL,'Y'),(141,'ME','MONTENEGRO ',NULL,'Y'),(142,'MG','MADAGASCAR ',NULL,'Y'),(143,'MH','MARSHALL ISLANDS ',NULL,'Y'),(144,'MK','F.Y.R.O.M. (MACEDONIA) ',NULL,'Y'),(145,'ML','MALI ',NULL,'Y'),(146,'MM','MYANMAR ',NULL,'Y'),(147,'MN','MONGOLIA ',NULL,'Y'),(148,'MO','MACAU ',NULL,'Y'),(149,'MP','NORTHERN MARIANA ISLANDS ',NULL,'Y'),(150,'MQ','MARTINIQUE ',NULL,'Y'),(151,'MR','MAURITANIA ',NULL,'Y'),(152,'MS','MONTSERRAT ',NULL,'Y'),(153,'MT','MALTA ',NULL,'Y'),(154,'MU','MAURITIUS ',NULL,'Y'),(155,'MV','MALDIVES ',NULL,'Y'),(156,'MW','MALAWI ',NULL,'Y'),(157,'MX','MEXICO ',NULL,'Y'),(158,'MY','MALAYSIA ',NULL,'Y'),(159,'MZ','MOZAMBIQUE ',NULL,'Y'),(160,'NA','NAMIBIA ',NULL,'Y'),(161,'NC','NEW CALEDONIA ',NULL,'Y'),(162,'NE','NIGER ',NULL,'Y'),(163,'NF','NORFOLK ISLAND ',NULL,'Y'),(164,'NG','NIGERIA ',NULL,'Y'),(165,'NI','NICARAGUA ',NULL,'Y'),(166,'NL','NETHERLANDS ',NULL,'Y'),(167,'NO','NORWAY ',NULL,'Y'),(168,'NP','NEPAL ',NULL,'Y'),(169,'NR','NAURU ',NULL,'Y'),(170,'NT','NEUTRAL ZONE ',NULL,'Y'),(171,'NU','NIUE ',NULL,'Y'),(172,'NZ','NEW ZEALAND (AOTEAROA) ',NULL,'Y'),(173,'OM','OMAN ',NULL,'Y'),(174,'PA','PANAMA ',NULL,'Y'),(175,'PE','PERU ',NULL,'Y'),(176,'PF','FRENCH POLYNESIA ',NULL,'Y'),(177,'PG','PAPUA NEW GUINEA ',NULL,'Y'),(178,'PH','PHILIPPINES ',NULL,'Y'),(179,'PK','PAKISTAN ',NULL,'Y'),(180,'PL','POLAND ',NULL,'Y'),(181,'PM','ST. PIERRE AND MIQUELON ',NULL,'Y'),(182,'PN','PITCAIRN ',NULL,'Y'),(183,'PR','PUERTO RICO ',NULL,'Y'),(184,'PS','PALESTINIAN TERRITORY, OCCUPIED ',NULL,'Y'),(185,'PT','PORTUGAL ',NULL,'Y'),(186,'PW','PALAU ',NULL,'Y'),(187,'PY','PARAGUAY ',NULL,'Y'),(188,'QA','QATAR ',NULL,'Y'),(189,'RE','REUNION ',NULL,'Y'),(190,'RO','ROMANIA ',NULL,'Y'),(191,'RS','SERBIA ',NULL,'Y'),(192,'RU','RUSSIAN FEDERATION ',NULL,'Y'),(193,'RW','RWANDA ',NULL,'Y'),(194,'SA','SAUDI ARABIA ',NULL,'Y'),(195,'SB','SOLOMON ISLANDS ',NULL,'Y'),(196,'SC','SEYCHELLES ',NULL,'Y'),(197,'SD','SUDAN ',NULL,'Y'),(198,'SE','SWEDEN ',NULL,'Y'),(199,'SG','SINGAPORE ',NULL,'Y'),(200,'SH','ST. HELENA ',NULL,'Y'),(201,'SI','SLOVENIA ',NULL,'Y'),(202,'SJ','SVALBARD & JAN MAYEN ISLANDS ',NULL,'Y'),(203,'SK','SLOVAK REPUBLIC ',NULL,'Y'),(204,'SL','SIERRA LEONE ',NULL,'Y'),(205,'SM','SAN MARINO ',NULL,'Y'),(206,'SN','SENEGAL ',NULL,'Y'),(207,'SO','SOMALIA ',NULL,'Y'),(208,'SR','SURINAME ',NULL,'Y'),(209,'ST','SAO TOME AND PRINCIPE ',NULL,'Y'),(210,'SU','USSR (FORMER) ',NULL,'Y'),(211,'SV','EL SALVADOR ',NULL,'Y'),(212,'SY','SYRIA ',NULL,'Y'),(213,'SZ','SWAZILAND ',NULL,'Y'),(214,'TC','TURKS AND CAICOS ISLANDS ',NULL,'Y'),(215,'TD','CHAD ',NULL,'Y'),(216,'TF','FRENCH SOUTHERN TERRITORIES ',NULL,'Y'),(217,'TG','TOGO ',NULL,'Y'),(218,'TH','THAILAND ',NULL,'Y'),(219,'TJ','TAJIKISTAN ',NULL,'Y'),(220,'TK','TOKELAU ',NULL,'Y'),(221,'TM','TURKMENISTAN ',NULL,'Y'),(222,'TN','TUNISIA ',NULL,'Y'),(223,'TO','TONGA ',NULL,'Y'),(224,'TP','EAST TIMOR ',NULL,'Y'),(225,'TR','TURKEY ',NULL,'Y'),(226,'TT','TRINIDAD AND TOBAGO ',NULL,'Y'),(227,'TV','TUVALU ',NULL,'Y'),(228,'TW','TAIWAN ',NULL,'Y'),(229,'TZ','TANZANIA ',NULL,'Y'),(230,'UA','UKRAINE ',NULL,'Y'),(231,'UG','UGANDA ',NULL,'Y'),(232,'UK','UNITED KINGDOM ',NULL,'Y'),(233,'UM','US MINOR OUTLYING ISLANDS ',NULL,'Y'),(234,'US','UNITED STATES ',NULL,'Y'),(235,'UY','URUGUAY ',NULL,'Y'),(236,'UZ','UZBEKISTAN ',NULL,'Y'),(237,'VA','VATICAN CITY STATE (HOLY SEE) ',NULL,'Y'),(238,'VC','SAINT VINCENT & THE GRENADINES ',NULL,'Y'),(239,'VE','VENEZUELA ',NULL,'Y'),(240,'VG','BRITISH VIRGIN ISLANDS ',NULL,'Y'),(241,'VI','VIRGIN ISLANDS (U.S.) ',NULL,'Y'),(242,'VN','VIET NAM ',NULL,'Y'),(243,'VU','VANUATU ',NULL,'Y'),(244,'WF','WALLIS AND FUTUNA ISLANDS ',NULL,'Y'),(245,'WS','SAMOA ',NULL,'Y'),(246,'YE','YEMEN ',NULL,'Y'),(247,'YT','MAYOTTE ',NULL,'Y'),(248,'YU','SERBIA AND MONTENEGRO (FORMER) ',NULL,'Y'),(249,'ZA','SOUTH AFRICA ',NULL,'Y'),(250,'ZM','ZAMBIA ',NULL,'Y'),(251,'ZR','(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ',NULL,'Y'),(252,'ZW','ZIMBABWE',NULL,'Y'); /*!40000 ALTER TABLE `nation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newstock` -- DROP TABLE IF EXISTS `newstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` decimal(10,2) NOT NULL, `date` varchar(50) NOT NULL, `item_id1` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` decimal(10,4) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT '1', `balance` varchar(30) NOT NULL, `stockfrom` varchar(50) NOT NULL, `stockto` varchar(50) NOT NULL, `item_id` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `discount` varchar(10) NOT NULL, `qty` decimal(10,2) NOT NULL, `tax` varchar(30) NOT NULL, `sellingprice` varchar(11) NOT NULL, `vat` varchar(50) NOT NULL, `taxable` varchar(50) NOT NULL, `vatrate` varchar(50) NOT NULL DEFAULT '16', `serial` varchar(30) NOT NULL, `itemstatus` varchar(30) NOT NULL DEFAULT 'received', `updatedby` int(11) NOT NULL, `updatedat` datetime NOT NULL, `uom` varchar(30) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `branchid` int(11) NOT NULL DEFAULT 1, `buyingpriceinclusive` decimal(10,2) DEFAULT NULL, `taxtype` varchar(20) NOT NULL DEFAULT 'Inclusive', `category` varchar(20) NOT NULL DEFAULT 'branch', `projectid` int(50) DEFAULT NULL, `batchno` varchar(50) NOT NULL, `enddate` varchar(30) NOT NULL, `frombefore` varchar(20) NOT NULL, `fromafter` varchar(20) NOT NULL, `fromremoved` varchar(20) NOT NULL, `taskCd` varchar(50) NOT NULL, `itemSeq` varchar(50) NOT NULL, `itemClsCd` varchar(50) DEFAULT NULL, `taxTyCd` varchar(50) DEFAULT NULL, `pkgUnitCd` varchar(50) DEFAULT NULL, `imptItemsttsCd` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice_number`,`type`,`item_id`,`invoice`,`branchid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newstock` -- LOCK TABLES `newstock` WRITE; /*!40000 ALTER TABLE `newstock` DISABLE KEYS */; INSERT INTO `newstock` VALUES (1,'MEDIUM POINT OF SALE','',10.00,'2025-04-16 12:21:46','0.00','13','newstock','1','','',15.0000,'','1','10','internal','1','5','','',0.00,'','3000000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2,'PREMIUM POINT OF SALE','',100.00,'2025-04-23 14:34:45','0.00','13','newstock','1','','',0.0000,'','Main','100','Internal','Main','6','','',0.00,'','6000000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3,'SOLAR CCTV CAMERAS','',10.00,'2025-05-28 12:42:48','0.00','13','newstock','1','','',360000.0000,'','Main','10','Internal','Main','12','','',0.00,'','560000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,10926.00,300.00,1,1,'active','yes',1,0.00),(2,10927.00,99999999.99,2.75,1,1,'active','no',1,0.00); /*!40000 ALTER TABLE `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif2` -- DROP TABLE IF EXISTS `nhif2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif2` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif2` -- LOCK TABLES `nhif2` WRITE; /*!40000 ALTER TABLE `nhif2` DISABLE KEYS */; INSERT INTO `nhif2` VALUES (1,0.00,5999.00,150.00,1,1,'active','employee',1,22.50),(2,6000.00,7999.00,300.00,1,1,'active','employee',1,45.00),(3,8000.00,11999.00,400.00,1,1,'active','employee',1,60.00),(4,12000.00,14999.00,500.00,1,1,'active','employee',1,75.00),(5,15000.00,19999.00,600.00,1,1,'active','employee',1,90.00),(6,20000.00,24999.00,750.00,1,1,'active','employee',1,112.50),(7,25000.00,29999.00,850.00,1,1,'active','employee',1,127.50),(8,30000.00,34999.00,900.00,1,1,'active','employee',1,135.00),(9,35000.00,39000.00,950.00,1,1,'active','employee',1,142.50),(10,40000.00,44999.00,1000.00,1,1,'active','employee',1,150.00),(11,45000.00,49000.00,1100.00,1,1,'active','employee',1,165.00),(12,50000.00,59999.00,1200.00,1,1,'active','employee',1,180.00),(13,60000.00,69999.00,1300.00,1,1,'active','employee',1,195.00),(14,70000.00,79999.00,1400.00,1,1,'active','employee',1,210.00),(15,80000.00,89999.00,1500.00,1,1,'active','employee',1,225.00),(16,90000.00,99999.00,1600.00,1,1,'active','employee',1,240.00),(17,100000.00,99999999.00,1700.00,1,1,'active','employee',1,255.00),(18,0.00,0.00,500.00,1,1,'active','employer',1,75.00); /*!40000 ALTER TABLE `nhif2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `noticelist` -- DROP TABLE IF EXISTS `noticelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `noticelist` ( `id` int(50) NOT NULL AUTO_INCREMENT, `noticeNo` varchar(50) NOT NULL, `title` text NOT NULL, `cont` text NOT NULL, `dtlUrl` text NOT NULL, `regrNm` varchar(50) NOT NULL, `regDt` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `noticelist` -- LOCK TABLES `noticelist` WRITE; /*!40000 ALTER TABLE `noticelist` DISABLE KEYS */; /*!40000 ALTER TABLE `noticelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'percentage', `flatrate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,7000.00,6.00,1,1,'active','employee',1,420.00,0.00,420.00,'percentage','no'),(2,7000.00,36000.00,6.00,1,1,'active','employee',1,0.00,1740.00,2160.00,'percentage','no'),(3,36000.00,50000000.00,6.00,1,1,'active','employee',1,0.00,0.00,0.00,'percentage','yes'); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Half day is off','2018-05-17 04:41:13am'),(3,'Morning is off ','2018-05-17 04:41:30am'),(4,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `openorders` -- DROP TABLE IF EXISTS `openorders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `openorders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text NOT NULL, `startdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `closedate` text NOT NULL, `receiver` text NOT NULL, `millage` varchar(30) NOT NULL, `fuel` varchar(50) NOT NULL, `trips` text NOT NULL, `createdate` varchar(30) NOT NULL, `nextfuel` varchar(20) NOT NULL, `previoufueldate` varchar(30) NOT NULL, `previousfuelused` varchar(20) NOT NULL, `adjusted` varchar(20) NOT NULL, `fuellimit` varchar(20) NOT NULL, `fuelrate` varchar(20) NOT NULL, `exactfuel` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `openorders` -- LOCK TABLES `openorders` WRITE; /*!40000 ALTER TABLE `openorders` DISABLE KEYS */; /*!40000 ALTER TABLE `openorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orderlist` -- LOCK TABLES `orderlist` WRITE; /*!40000 ALTER TABLE `orderlist` DISABLE KEYS */; INSERT INTO `orderlist` VALUES (1,'P.O','13','2025-04-16 12:22:46','131744795364','1','131744788818',1.00,1,1,'5',3000000.00),(2,'P.O','13','2025-04-23 14:35:17','131745408114','2','1311745407836',1.00,1,1,'6',1800000.00); /*!40000 ALTER TABLE `orderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `outgoingstock` -- DROP TABLE IF EXISTS `outgoingstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `outgoingstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` varchar(50) NOT NULL, `date` varchar(50) NOT NULL, `item_id` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'shop', `comments` text NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `outgoingstock` -- LOCK TABLES `outgoingstock` WRITE; /*!40000 ALTER TABLE `outgoingstock` DISABLE KEYS */; /*!40000 ALTER TABLE `outgoingstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `packagingcodes` -- DROP TABLE IF EXISTS `packagingcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `packagingcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `packagingcodes` -- LOCK TABLES `packagingcodes` WRITE; /*!40000 ALTER TABLE `packagingcodes` DISABLE KEYS */; INSERT INTO `packagingcodes` VALUES (1,'Ampoule','AM','Ampoule','Y','1'),(2,'Barrel','BA','Barrel','Y','2'),(3,'Bottlecrate','BC','Bottlecrate','Y','3'),(4,'Bundle','BE','Bundle','Y','4'),(5,'Balloon, non-protected','BF','Balloon, non-protected','Y','5'),(6,'Bag','BG','Bag','Y','6'),(7,'Bucket','BJ','Bucket','Y','7'),(8,'Basket','BK','Basket','Y','8'),(9,'Bale','BL','Bale','Y','9'),(10,'Bottle, protected cylindrical','BQ','Bottle, protected cylindrical','Y','10'),(11,'Bar','BR','Bar','Y','11'),(12,'Bottle, bulbous','BV','Bottle, bulbous','Y','12'),(13,'Bag','BZ','Bag','Y','13'),(14,'Can','CA','Can','Y','14'),(15,'Chest','CH','Chest','Y','15'),(16,'Coffin','CJ','Coffin','Y','16'),(17,'Coil','CL','Coil','Y','17'),(18,'Wooden Box, Wooden Case','CR','Wooden Box, Wooden Case','Y','18'),(19,'Cassette','CS','Cassette','Y','19'),(20,'Carton','CT','Carton','Y','20'),(21,'Container','CTN','Container','Y','21'),(22,'Cylinder','CY','Cylinder','Y','22'),(23,'Drum','DR','Drum','Y','23'),(24,'Extra Countable Item','GT','Extra Countable Item','Y','24'),(25,'Hand Baggage','HH','Hand Baggage','Y','25'),(26,'Ingots','IZ','Ingots','Y','26'),(27,'Jar','JR','Jar','Y','27'),(28,'Jug','JU','Jug','Y','28'),(29,'Jerry CAN Cylindrical','JY','Jerry CAN Cylindrical','Y','29'),(30,'Canester','KZ','Canester','Y','30'),(31,'Logs, in bundle/bunch/truss','LZ','Logs, in bundle/bunch/truss','Y','31'),(32,'Net','NT','Net','Y','32'),(33,'Non-Exterior Packaging Unit','OU','Non-Exterior Packaging Unit','Y','33'),(34,'Poddon','PD','Poddon','Y','34'),(35,'Plate','PG','Plate','Y','35'),(36,'Pipe','PI','Pipe','Y','36'),(37,'Pilot','PO','Pilot','Y','37'),(38,'Traypack','PU','Traypack','Y','38'),(39,'Reel','RL','Reel','Y','39'),(40,'Roll','RO','Roll','Y','40'),(41,'Rods, in bundle/bunch/truss','RZ','Rods, in bundle/bunch/truss','Y','41'),(42,'Skeletoncase','SK','Skeletoncase','Y','42'),(43,'Tank, cylindrical','TY','Tank, cylindrical','Y','43'),(44,'Bulk,gas(at 1031 mbar 15 oC)','VG','Bulk,gas(at 1031 mbar 15 oC)','Y','44'),(45,'Bulk,liquid(at normal temperature/pressure)','VL','Bulk,liquid(at normal temperature/pressure)','Y','45'),(46,'Bulk, solid, large particles(nodules)','VO','Bulk, solid, large particles(\"nodules\")','Y','46'),(47,'Bulk, gas (liquefied at abnormal temperature/pressure)','VQ','Bulk, gas(liquefied at abnormal temperature/pressure)','Y','47'),(48,'Bulk, solid, granular particles(grains)','VR','Bulk, solid, granular particles(\"grains\")','Y','48'),(49,'Extra Bulk Item','VT','Extra Bulk Item','Y','49'),(50,'Bulk, fine particles(powder)','VY','Bulk, fine particles(\"powder\")','Y','50'),(51,'Mills','ML','cigarette Mills','Y','51'),(52,'TAN','TN','1TAN REFER TO 20BAGS','Y','52'); /*!40000 ALTER TABLE `packagingcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `parceldelivery` -- DROP TABLE IF EXISTS `parceldelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `parceldelivery` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateposted` datetime NOT NULL, `customer` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` text NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', `type` varchar(50) DEFAULT NULL, `receiver` varchar(50) NOT NULL, `receiverphone` varchar(50) NOT NULL, `receiveraddress` text NOT NULL, `origin` text NOT NULL, `destination` text NOT NULL, `weight` varchar(50) NOT NULL, `receiveremail` varchar(50) DEFAULT NULL, `totalvalue` varchar(20) NOT NULL, `vat` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `receiveridno` varchar(20) NOT NULL, `riderdetails` text NOT NULL, `senderidno` varchar(50) NOT NULL, `senderphone` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `parceldelivery` -- LOCK TABLES `parceldelivery` WRITE; /*!40000 ALTER TABLE `parceldelivery` DISABLE KEYS */; /*!40000 ALTER TABLE `parceldelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), KEY `password_resets_email_index` (`email`), KEY `password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paye` -- DROP TABLE IF EXISTS `paye`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paye` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(15,2) NOT NULL, `amt` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `percentage` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paye` -- LOCK TABLES `paye` WRITE; /*!40000 ALTER TABLE `paye` DISABLE KEYS */; INSERT INTO `paye` VALUES (1,0.00,24000.00,24000.00,1,1,'active',10.00),(2,24001.00,32333.00,8333.00,1,1,'active',25.00),(3,32333.00,10000000000.00,32333.00,1,1,'active',30.00); /*!40000 ALTER TABLE `paye` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentcodes` -- DROP TABLE IF EXISTS `paymentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentcodes` -- LOCK TABLES `paymentcodes` WRITE; /*!40000 ALTER TABLE `paymentcodes` DISABLE KEYS */; INSERT INTO `paymentcodes` VALUES (1,'CASH','01','CASH','Y','1'),(2,'CREDIT','02','CREDIT','Y','2'),(3,'CASH/CREDIT','03','CASH/CREDIT','Y','3'),(4,'BANK CHECK','04','BANK CHECK PAYMENT','Y','4'),(5,'DEBIT&CREDIT CARD','05','PAYMENT USING CARD','Y','5'),(6,'MOBILE MONEY','06','ANY TRANSACTION USING MOBILE MONEY SYSTEM','Y','6'),(7,'OTHER','07','OTHER MEANS OF PAYMENT','Y','7'); /*!40000 ALTER TABLE `paymentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentmethodes` -- DROP TABLE IF EXISTS `paymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentmethodes` -- LOCK TABLES `paymentmethodes` WRITE; /*!40000 ALTER TABLE `paymentmethodes` DISABLE KEYS */; INSERT INTO `paymentmethodes` VALUES (1,'cash','Cash payment','active','2021-09-07 05:52:05','1','1','1050','',1,NULL),(2,'mpesa','mpesa','active','2021-09-22 10:35:37','1','1','1010','',1,NULL),(3,'card','card payment','active','2021-09-07 05:52:50','1','1','1030','',1,NULL),(4,'bank','Bank payment','active','2021-09-07 05:53:23','1','1','1030','',1,NULL),(5,'credit','account receivable ','active','2021-09-07 06:31:55','1','1','1100','',1,NULL),(6,'voucher','Directors account','active','2021-09-07 06:32:21','1','1','1040','',1,NULL),(7,'creditnote','Account payable','active','2021-09-07 06:34:11','1','1','2130','',1,NULL),(8,'points','Account redeemable','active','2021-09-07 06:36:16','1','1','2130','',1,NULL); /*!40000 ALTER TABLE `paymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` int(100) NOT NULL AUTO_INCREMENT, `paidto` varchar(100) NOT NULL, `paiby` varchar(100) NOT NULL, `paiddate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `approvedby` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `receiptno` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `idno` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentsection` -- DROP TABLE IF EXISTS `paymentsection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentsection` ( `id` int(40) NOT NULL AUTO_INCREMENT, `methodid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentsection` -- LOCK TABLES `paymentsection` WRITE; /*!40000 ALTER TABLE `paymentsection` DISABLE KEYS */; INSERT INTO `paymentsection` VALUES (8,'2','KCB Bank','KCB Bank','2016-04-20 10:39:59','','3','3'),(9,'2','Equity Bank','Equity Bank','2016-04-20 10:40:10','','3','3'),(10,'4','cash','CASH','2016-04-20 10:40:34','','3','3'),(11,'3','Lipa rent','','2016-04-20 10:40:48','','3','3'),(12,'1','Airtel Money','Airtel Money','2016-04-20 10:41:17','','3','3'),(13,'1','M-pesa','M-pesa','2016-04-20 10:41:32','','3','3'),(15,'6','Coparent','Coparent','2016-05-25 04:21:55','','3','3'),(16,'2','Unaitas','Unaitas','2017-12-16 06:51:45','','',''); /*!40000 ALTER TABLE `paymentsection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payroll` -- DROP TABLE IF EXISTS `payroll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payroll` ( `id` int(100) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `allowance` varchar(255) NOT NULL, `paytype` varchar(255) NOT NULL, `nohours` varchar(255) NOT NULL, `salary` varchar(255) NOT NULL, `nodays` varchar(255) NOT NULL, `nodaysyearly` varchar(255) NOT NULL, `annualsalary` varchar(255) NOT NULL, `monthlysalary` varchar(50) NOT NULL, `dailysalary` varchar(100) DEFAULT NULL, `comments` text NOT NULL, `vat` varchar(50) NOT NULL DEFAULT 'active', `payee` varchar(50) NOT NULL, `nssf` varchar(100) NOT NULL, `nihf` text NOT NULL, `employeeid` varchar(100) NOT NULL, `advance` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `other` varchar(50) NOT NULL, `month` varchar(50) NOT NULL, `year` varchar(50) NOT NULL, `loan` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`type`), KEY `last_name` (`designation`), KEY `email` (`paytype`), KEY `phppos_people_ibfk_1` (`dailysalary`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payroll` -- LOCK TABLES `payroll` WRITE; /*!40000 ALTER TABLE `payroll` DISABLE KEYS */; /*!40000 ALTER TABLE `payroll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `people` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) DEFAULT NULL, `town` varchar(20) DEFAULT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `people` -- LOCK TABLES `people` WRITE; /*!40000 ALTER TABLE `people` DISABLE KEYS */; INSERT INTO `people` VALUES (1,123.75,'Admin','Advanta','FAITH','254718667391','robisearch@gmail.com','098765432','254718667391','female','','','0','','155663771675825033','user','1','','','','3343455',-2229819.00,'1','2025-03-24','','1','2019-06-11','Contract',30000.00,'','2019-06-06','','','','2019-06-05','2019-06-06','KCB','2412423','Daily','1','2019-09-20','0222222',0.00,'','','Single','',500.00,1,'','1000','yes','admin','',0,0,0,'','2019-08-28',0,'',5.00,'','','','Yes',0.00,0,0.00,983215.20,'no',200.00,'','2024-12-20 12:14:12','','','','','','','','P06666xxx',1,'022','444',0,'','534032','2022-10-23 20:40:59','B0-22-7A-ED-77-F6','new','2023-02-04 09:37:04','Submited by ROBERT MANYALA, With Phone No: 254718667391 at 2023-02-04 09:37:04'),(2,NULL,'Default2','Default','Default2','254718667391','admin','Robisearch321','Default','','','','1 ','',NULL,'supplier','1','Default2','','','666663',5100.00,'1','2025-03-06 10:24:56','','1','','',0.00,'','','','','','','','','','Monthly','4','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',10.00,'','','','yes',2361.97,0,0.00,11.40,'no',300.00,'yes','2025-03-24 05:03:52','','','','','','','','',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(13,NULL,'CRISPUS','MURIUKI',NULL,'0790355472','chrismgee12@gmail.com','Cris2023','','male','','','','',NULL,'user','1',NULL,'','','33688842',0.00,'','2025-06-19','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','10000000000','no','admin','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1743080624','','0000-00-00 00:00:00','','new','',''),(14,NULL,'ELIZABETH','NAMUJOGO',NULL,'256784972962','namujogoeliza10@gmail.com','beth@2025','','female','','','','',NULL,'user','1',NULL,'','','CF920601063EFC',0.00,'','2025-03-27','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','100000000','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1743081463','','0000-00-00 00:00:00','','new','',''),(15,NULL,'NEHEMIAH','NTAAWU',NULL,'256704274379','anonymousnehemiahwhite@gmail.com','nehemiah2003%$@','','male','','','','',NULL,'user','1',NULL,'','','12765500059XC',0.00,'','2025-04-28','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','10000000000','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1743082031','','0000-00-00 00:00:00','','new','',''),(16,NULL,'Nail computers ','',NULL,'+256706429397','','','','male','Kampala ','2026-03-29','1','',NULL,'reseller','1','','','He said that he will let\'s know','',0.00,'15','2025-03-29 13:25:28','','1','2025-03-29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174324392815','','0000-00-00 00:00:00','','new','',''),(17,NULL,'Musuni computers ','',NULL,'+256751124728','','','','','Kampala ','2026-03-29','1','He accepted that he normally gets some customers who need such solutions so that he will always let us know',NULL,'reseller','1','','','','',0.00,'15','2025-03-29 13:30:25','','1','2025-03-29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174324422515','','0000-00-00 00:00:00','','new','',''),(18,NULL,'Ronnie ','',NULL,'+256700117124','','','','','','2026-04-02','1','Kampala road',NULL,'reseller','1','Ronnie computers ','','','',0.00,'15','2025-04-02 17:12:22','','1','2025-04-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174360314215','','0000-00-00 00:00:00','','new','',''),(19,NULL,'Hoza','',NULL,'+256706642529','','','','male','Kampala ','2026-04-02','1','He get for some clients who want digital marketing ',NULL,'reseller','1','Hoza YSJ computers ','','','',0.00,'15','2025-04-02 17:15:00','','1','2025-04-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174360330015','','0000-00-00 00:00:00','','new','',''),(20,NULL,'Tonny ','',NULL,'+256708393601','','','','','','2026-04-02','1','He will get for us because he normally have those clients ',NULL,'reseller','1','Tonny Kampala ','','','',0.00,'15','2025-04-02 17:16:38','','1','2025-04-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174360339815','','0000-00-00 00:00:00','','new','',''),(21,NULL,'MERCY','WAIRIMU',NULL,'254740107241','prudencemercy77@gmail.com','35832725@Mp','','male','','','','',NULL,'user','1',NULL,'','','35832725',0.00,'','2025-04-03','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1743658251','','0000-00-00 00:00:00','','new','',''),(22,NULL,'Alovine','',NULL,'+256702156585','','','','','Kampala ','2026-04-03','1','',NULL,'reseller','1','','','','',0.00,'15','2025-04-03 17:14:10','','1','2025-04-03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174368965015','','0000-00-00 00:00:00','','new','',''),(23,NULL,'Isma','',NULL,'+256753525821','','','','','Kampala ','2026-04-04','231','',NULL,'reseller','1','Isma computers ','','','',0.00,'15','2025-04-04 17:19:38','','1','2025-04-04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174377637815','','0000-00-00 00:00:00','','new','',''),(24,NULL,'IPK phones and cars','',NULL,'+25670062882','','','','male','','2026-04-04','231','',NULL,'reseller','1','','','','',0.00,'15','2025-04-04 17:21:21','','1','2025-04-04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174377648115','','0000-00-00 00:00:00','','new','',''),(25,NULL,'James ','',NULL,'+256754014398','','','','male','Kampala ','2026-04-07','231','',NULL,'reseller','1','James computers ','','','',0.00,'15','2025-04-07 17:30:06','','1','2025-04-07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174403620615','','0000-00-00 00:00:00','','new','',''),(26,NULL,'Katenda frank','',NULL,'+256759129090','','','','','Kampala ','2026-04-07','1','',NULL,'reseller','1','','','','',0.00,'15','2025-04-07 17:35:26','','1','2025-04-07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174403652615','','0000-00-00 00:00:00','','new','',''),(27,NULL,'Tomz collection ','',NULL,'+256706579803','','','','male','Kampala ','2026-04-10','1','',NULL,'reseller','1','','','','',0.00,'15','2025-04-10 18:01:48','','1','2025-04-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174429730815','','0000-00-00 00:00:00','','new','',''),(28,NULL,'Fashion ','',NULL,'+256750520781','','','','male','Kampala ','2026-04-10','231','',NULL,'reseller','1','','','','',0.00,'15','2025-04-10 18:04:21','','1','2025-04-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174429746115','','0000-00-00 00:00:00','','new','',''),(29,NULL,'Andrew','',NULL,'+256746966471','','','','male','','2026-04-15','231','',NULL,'reseller','1','','','He get some clients ','',0.00,'15','2025-04-15 16:52:36','','1','2025-04-15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174472515615','','0000-00-00 00:00:00','','new','',''),(30,NULL,'TECNOBIZ SYSTEMS LIMITED','','','256772420464','gbangirana@technobiz.co.ug','Cris2023','','','KAMPALA','2026-04-16','1 ','',NULL,'member','1','TECNOBIZ SYSTEMS LIMITED','','','chrismgee12@gmail.com',-975000.00,'13','2025-04-16 12:35:28','','1','2025-04-16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,90000.00,'no',0.00,'no','2025-04-16 12:27:40','','','','','','','','',1,NULL,NULL,0,'174479522613','','0000-00-00 00:00:00','','new','',''),(31,NULL,'DOROTHY MURUNGI','',NULL,'256743956530','','','','','KAMPALA','2026-03-05','1','',NULL,'member','1','THE INDULGE CAKE','','INDULGE CAKE','',-1200000.00,'13','2025-04-23 14:30:27','','1','2025-03-05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,18000.00,'no',0.00,'no','2025-03-05 14:36:47','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174540782713','','0000-00-00 00:00:00','','new','',''),(32,NULL,'Altyeb','',NULL,'+256784109652','','','','male','kamapala','2026-04-28','231','',NULL,'reseller','1','','','He said that he normally meets business owner so he will let me as soon as possible','',0.00,'15','2025-04-28 17:14:45','','1','2025-04-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174584968515','','0000-00-00 00:00:00','','new','',''),(33,NULL,'ALINDU ','',NULL,'+256702825747','','','','male','kamapala','2026-04-28','231','',NULL,'reseller','1','','','','',0.00,'15','2025-04-28 17:28:23','','1','2025-04-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174585050315','','0000-00-00 00:00:00','','new','',''),(34,NULL,'Parvin hair fashion','',NULL,'+256780996651','','','','female','Kampala','2026-04-29','231','',NULL,'reseller','1','','','','',0.00,'15','2025-04-29 16:35:50','','1','2025-04-29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,'174593375015','','0000-00-00 00:00:00','','new','',''),(35,NULL,'mackline','',NULL,'+256709503217','','','','female','kamapala','2026-04-30','231','',NULL,'reseller','1','','','she told me that she is waiting her boss to Him about the solutions that we make','',0.00,'15','2025-04-30 16:41:50','','1','2025-04-30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174602051015','','0000-00-00 00:00:00','','new','',''),(36,NULL,'Solomon','',NULL,'+25653072190','','','','male','','2026-04-30','231','',NULL,'reseller','1','','','He said that he normally meets business owner so he will let me as soon as possible','',0.00,'15','2025-04-30 16:45:18','','1','2025-04-30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174602071815','','0000-00-00 00:00:00','','new','',''),(37,NULL,' mubuya parents','',NULL,'+256774562639','','','','','','2026-05-05','1','',NULL,'reseller','1','','','','',0.00,'15','2025-05-05 17:07:30','','1','2025-05-05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174645405015','','0000-00-00 00:00:00','','new','',''),(38,NULL,'mumbya','',NULL,'+256706977554','','','','','','2026-05-05','1','',NULL,'reseller','1','256706977554+','','','',0.00,'15','2025-05-05 17:11:01','','1','2025-05-05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174645426115','','0000-00-00 00:00:00','','new','',''),(39,NULL,'john computers','',NULL,'+256782951721','','','','','','2026-05-06','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-06 16:42:29','','1','2025-05-06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,2,'174653894915','','0000-00-00 00:00:00','','new','',''),(40,NULL,'Mathew','',NULL,'+256772458964','','','','male','Kampala','2026-05-06','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-06 16:44:59','','1','2025-05-06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174653909915','','0000-00-00 00:00:00','','new','',''),(41,NULL,'mark','',NULL,'+256703221943','','','','','Kampala','2026-05-06','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-06 16:46:33','','1','2025-05-06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174653919315','','0000-00-00 00:00:00','','new','',''),(42,NULL,'limit','',NULL,'+256700450321','','','','male','','2026-05-08','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-08 17:03:15','','1','2025-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,2,'174671299515','','0000-00-00 00:00:00','','new','',''),(43,NULL,'computers sln','',NULL,'+256702621111','','','','male','','2026-05-08','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-08 17:05:18','','1','2025-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,2,'174671311815','','0000-00-00 00:00:00','','new','',''),(44,NULL,'COMPUTERS SOLUTION','',NULL,'+256755989809','','','','','Kampala','2026-05-08','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-08 17:08:15','','1','2025-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174671329515','','0000-00-00 00:00:00','','new','',''),(45,NULL,'ALIC','',NULL,'+256782677048','','','','male','Kampala','2026-05-08','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-08 17:11:45','','1','2025-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174671350515','','0000-00-00 00:00:00','','new','',''),(46,NULL,'ACCESSORIES AND COMPUTERS','',NULL,'+256704426817','','','','male','Kampala','2026-05-08','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-08 17:13:34','','1','2025-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174671361415','','0000-00-00 00:00:00','','new','',''),(47,NULL,'dreamy light','',NULL,'+256740627619','','','','male','','2026-05-09','1','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:47:45','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679846515','','0000-00-00 00:00:00','','new','',''),(48,NULL,'chrise','',NULL,'+256742284164','','','','male','','2026-05-09','1','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:48:31','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679851115','','0000-00-00 00:00:00','','new','',''),(49,NULL,'Real system','',NULL,'+256701495098','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:51:05','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679866515','','0000-00-00 00:00:00','','new','',''),(50,NULL,'computers sln','',NULL,'+256701591118','','','','male','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:52:30','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679875015','','0000-00-00 00:00:00','','new','',''),(51,NULL,'Rizal computers','',NULL,'+256704156782','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:53:32','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679881215','','0000-00-00 00:00:00','','new','',''),(52,NULL,'Electronics original','',NULL,'+256705121632','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:54:50','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679889015','','0000-00-00 00:00:00','','new','',''),(53,NULL,'it soultions uganda','',NULL,'+25605894554','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:55:53','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679895315','','0000-00-00 00:00:00','','new','',''),(54,NULL,'computer limited','',NULL,'+256706621104','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:56:49','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679900915','','0000-00-00 00:00:00','','new','',''),(55,NULL,'uganada computers','',NULL,'+256704187231','','','','male','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:57:43','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679906315','','0000-00-00 00:00:00','','new','',''),(56,NULL,'B online computers','',NULL,'+256703690614','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:58:51','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679913115','','0000-00-00 00:00:00','','new','',''),(57,NULL,'ug liumited computers','',NULL,'+256789331407','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 16:59:56','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679919615','','0000-00-00 00:00:00','','new','',''),(58,NULL,'Ug stores','',NULL,'+256789223306','','','','male','Kampala','2026-05-09','1','',NULL,'reseller','1','','','','',0.00,'15','2025-05-09 17:00:49','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679924915','','0000-00-00 00:00:00','','new','',''),(59,NULL,'ug kamapala acc','',NULL,'+256788063230','','','','','Kampala','2026-05-09','231','',NULL,'reseller','1','UG KAampala acc ','','','',0.00,'15','2025-05-09 17:02:23','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679934315','','0000-00-00 00:00:00','','new','',''),(60,NULL,'soft ware buliders','',NULL,'+2567870474593','','','','','','2026-05-09','1','',NULL,'','1','','','','',0.00,'15','2025-05-09 17:03:39','','1','2025-05-09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174679941915','','0000-00-00 00:00:00','','new','',''),(61,NULL,'Vianney','Byarugaba',NULL,'+256784477419','vianneybyarugaba3@gmail.com','mutabani','','male','','','','',NULL,'user','0',NULL,'','','',0.00,'','2025-06-13','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1747120054','','0000-00-00 00:00:00','','new','',''); /*!40000 ALTER TABLE `people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `peopleregistration` -- DROP TABLE IF EXISTS `peopleregistration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `peopleregistration` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) NOT NULL, `town` varchar(20) NOT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `peopleregistration` -- LOCK TABLES `peopleregistration` WRITE; /*!40000 ALTER TABLE `peopleregistration` DISABLE KEYS */; /*!40000 ALTER TABLE `peopleregistration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `periods` -- DROP TABLE IF EXISTS `periods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `periods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `periods` -- LOCK TABLES `periods` WRITE; /*!40000 ALTER TABLE `periods` DISABLE KEYS */; INSERT INTO `periods` VALUES (1,'Daily','Daily','','active','1','','1'),(2,'Weekly','Weekly','','active','1','','1'),(3,'Monthly','Monthly','','active','1','','1'),(4,'Quarterly','Quarterly','','active','1','','1'),(5,'Annually','Annually','','active','1','','1'),(6,'Fortnightly','Fortnightly','','active','1','','1'),(7,'Bi monthly','Bi monthly','','active','1','','1'); /*!40000 ALTER TABLE `periods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES ('accomodation',1),('accounting',1),('accounting',13),('accountingreports',1),('accountingreports',13),('assets',1),('assets',13),('bankdeposits',1),('bankdeposits',13),('banktransfer',1),('banktransfer',13),('biometricrecords',1),('biometricrecords',13),('branch',1),('branch',13),('callcenter',1),('callcenter',13),('callcenter',14),('callcenter',15),('callcenter',21),('cashiersales',1),('cashiersales',4),('cashiersales',12),('cashiersales',13),('chequemanagemant',1),('complain',1),('complain',13),('config',1),('config',13),('damagedproducts',1),('damagedproducts',13),('deals',1),('deals',13),('deals',14),('deals',15),('deals',21),('departments',1),('departments',13),('displayreport',1),('documents',1),('documents',13),('ecommerce',1),('events',1),('events',13),('events',14),('events',15),('grouping',1),('grouping',13),('humanresource',1),('humanresource',13),('humanresource',14),('humanresource',15),('humanresource',21),('humanresource',61),('income',1),('income',12),('income',13),('incomeexpenses',1),('incomeexpenses',13),('incomingstock',1),('incomingstock',13),('incomingstore',13),('journalentry',1),('journalentry',13),('labourrecords',1),('labourrecords',13),('leavemanagement',1),('leavemanagement',13),('lowproducts',1),('lowproducts',13),('lowstocklist',1),('lowstocklist',13),('loyalitycards',1),('members',1),('members',13),('password',1),('password',4),('password',13),('password',14),('password',15),('password',21),('password',61),('payroll',1),('payroll',13),('payrollsetup',1),('payrollsetup',13),('peoplecategory',1),('peoplecategory',13),('productlist',1),('productlist',13),('products',1),('products',13),('productscategory',1),('productscategory',13),('profile',1),('profile',13),('projectsmanagement',1),('projectsmanagement',13),('purchases',1),('purchases',13),('quotation',1),('quotation',13),('quotation',14),('quotation',15),('quotation',21),('quotation',61),('recorddelivery',1),('recorddelivery',4),('recorddelivery',12),('recorddelivery',13),('reports',1),('reports',13),('sales',1),('sales',4),('sales',12),('sales',13),('salesorder',1),('salesorder',13),('sendsms',1),('task',1),('task',13),('task',14),('task',15),('task',61),('taskscategory',1),('taskscategory',13),('taskscategory',15),('users',1),('users',13),('users',21),('viewreturnsales',1),('viewreturnsales',13),('wholesale',1),('wholesale',4),('wholesale',13); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissionsactions` -- DROP TABLE IF EXISTS `permissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=46810 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissionsactions` -- LOCK TABLES `permissionsactions` WRITE; /*!40000 ALTER TABLE `permissionsactions` DISABLE KEYS */; INSERT INTO `permissionsactions` VALUES (31735,'sales','4','suspend'),(31736,'sales','4','printreceipt'),(31737,'sales','4','add'),(31738,'sales','4','update'),(31739,'sales','4','cash'),(31740,'sales','4','moresales'),(31741,'sales','4','sale'),(31742,'sales','4','mpesa'),(31743,'sales','4','clearpayments'),(31744,'sales','4','updatepaymentmode'),(31745,'sales','4','card'),(31746,'sales','4','cheque'),(31747,'sales','4','credit'),(31748,'sales','4','dontprint'),(31749,'wholesale','4','sale'),(31750,'wholesale','4','add'),(31751,'wholesale','4','delete'),(31752,'wholesale','4','update'),(31753,'cashiersales','4','entermpesacode'),(31754,'cashiersales','4','editmpesa'),(31755,'cashiersales','4','cashiersales'),(31756,'cashiersales','4','editmpesadate'),(31757,'cashiersales','4','dontshowtotal'),(31758,'cashiersales','4','adddailycollection'),(31759,'cashiersales','4','viewtill'),(31760,'cashiersales','4','viewdailycollections'),(31761,'cashiersales','4','updatedailycollections'),(31762,'cashiersales','4','mpesapendingreport'),(31763,'cashiersales','4','viewallcounters'),(31764,'cashiersales','4','mpesaverifiedreport'),(31765,'cashiersales','4','viewcommission'),(31766,'cashiersales','4','dailysalesonly'),(31767,'cashiersales','4','viewmpesamessages'),(31768,'recorddelivery','4','add'),(31769,'recorddelivery','4','view'),(31770,'recorddelivery','4','update'),(31771,'recorddelivery','4','delete'),(31772,'recorddelivery','4','changestatus'),(31773,'recorddelivery','4','report'),(31774,'recorddelivery','4','Dispatched'),(31775,'recorddelivery','4','FailedDelivery'),(31776,'recorddelivery','4','ReturnedandReceived'),(31777,'recorddelivery','4','Delivered'),(31778,'recorddelivery','4','Claimraised'),(31779,'recorddelivery','4','ClaimOK'),(31780,'recorddelivery','4','ClaimDamaged'),(31781,'password','4','change'),(43345,'sales','12','add'),(43346,'sales','12','printreceipt'),(43347,'sales','12','suspend'),(43348,'sales','12','selectmessage'),(43349,'sales','12','update'),(43350,'sales','12','delete'),(43351,'sales','12','cash'),(43352,'sales','12','moresales'),(43353,'sales','12','sale'),(43354,'sales','12','discount'),(43355,'sales','12','select'),(43356,'sales','12','Logout'),(43357,'sales','12','mpesabalance'),(43358,'sales','12','reprint'),(43359,'sales','12','displaycustomers'),(43360,'sales','12','mpesa'),(43361,'sales','12','order'),(43362,'sales','12','printbill'),(43363,'sales','12','productdiscount'),(43364,'sales','12','closebill'),(43365,'sales','12','viewbuyingprice'),(43366,'sales','12','editsellingprice'),(43367,'sales','12','hold'),(43368,'sales','12','card'),(43369,'sales','12','updatepaymentmode'),(43370,'sales','12','clearpayments'),(43371,'sales','12','cheque'),(43372,'sales','12','creditnote'),(43373,'sales','12','voucher'),(43374,'sales','12','salesbeyondbprice'),(43375,'sales','12','points'),(43376,'sales','12','salebelowbprice'),(43377,'sales','12','credit'),(43378,'sales','12','selectroom'),(43379,'sales','12','dontprint'),(43380,'sales','12','accountlimit'),(43381,'sales','12','backdatesales'),(43382,'sales','12','recordcoins'),(43383,'sales','12','giveloyalityponts'),(43384,'sales','12','changetaxstatus'),(43385,'sales','12','leaseitems'),(43386,'sales','12','dontshowstock'),(43387,'sales','12','splitbill'),(43388,'sales','12','mergebill'),(43389,'sales','12','changeuomonsales'),(43390,'sales','12','selecttable'),(43391,'sales','12','printdelivery'),(43392,'sales','12','entermpesacode'),(43393,'sales','12','sendsms'),(43394,'sales','12','salesperson'),(43395,'sales','12','usekeyboard'),(43396,'sales','12','receiptno'),(43397,'sales','12','selectcurrency'),(43398,'sales','12','negativesales'),(43399,'sales','12','updateqtysales'),(43400,'sales','12','displaypreviousbalance'),(43401,'sales','12','restrictbillprintingtotwo'),(43402,'sales','12','claimmpesacode'),(43403,'sales','12','swapsales'),(43404,'cashiersales','12','entermpesacode'),(43405,'cashiersales','12','editmpesa'),(43406,'cashiersales','12','all'),(43407,'cashiersales','12','delete'),(43408,'cashiersales','12','cashiersales'),(43409,'cashiersales','12','editmpesadate'),(43410,'cashiersales','12','dontshowtotal'),(43411,'cashiersales','12','adddailycollection'),(43412,'cashiersales','12','viewtill'),(43413,'cashiersales','12','viewdailycollections'),(43414,'cashiersales','12','updatedailycollections'),(43415,'cashiersales','12','reversempesa'),(43416,'cashiersales','12','deletedailycollections'),(43417,'cashiersales','12','clearallsales'),(43418,'cashiersales','12','viewallcollections'),(43419,'cashiersales','12','mpesapendingreport'),(43420,'cashiersales','12','viewallcounters'),(43421,'cashiersales','12','mpesaverifiedreport'),(43422,'cashiersales','12','viewcommission'),(43423,'cashiersales','12','viewmpesamessages'),(43424,'cashiersales','12','dailysalesonly'),(43425,'cashiersales','12','changestatus'),(43426,'cashiersales','12','pendingisdefault'),(43427,'cashiersales','12','clearsalesisdefault'),(43428,'cashiersales','12','showsitemmovement'),(43429,'recorddelivery','12','add'),(43430,'recorddelivery','12','view'),(43431,'recorddelivery','12','changestatus'),(43432,'recorddelivery','12','Dispatched'),(43433,'recorddelivery','12','ReturnedandReceived'),(43434,'recorddelivery','12','Delivered'),(43435,'recorddelivery','12','Claimraised'),(43436,'recorddelivery','12','ClaimOK'),(43437,'recorddelivery','12','ClaimDamaged'),(43438,'income','12','View'),(43439,'income','12','add'),(43440,'income','12','detailedvatinvoice'),(43441,'income','12','displaybeforevat'),(43442,'income','12','receiveoverpayment'),(43443,'income','12','receivedublicatecodes'),(43444,'income','12','dontreceivepartialpayment'),(44843,'sales','1','printreceipt'),(44844,'sales','1','add'),(44845,'sales','1','suspend'),(44846,'sales','1','selectmessage'),(44847,'sales','1','update'),(44848,'sales','1','delete'),(44849,'sales','1','cash'),(44850,'sales','1','moresales'),(44851,'sales','1','sale'),(44852,'sales','1','mpesabalance'),(44853,'sales','1','select'),(44854,'sales','1','discount'),(44855,'sales','1','Logout'),(44856,'sales','1','reprint'),(44857,'sales','1','productdiscount'),(44858,'sales','1','closebill'),(44859,'sales','1','mpesa'),(44860,'sales','1','order'),(44861,'sales','1','printbill'),(44862,'sales','1','viewbuyingprice'),(44863,'sales','1','hold'),(44864,'sales','1','allowdiscountdropdown'),(44865,'sales','1','editsellingprice'),(44866,'sales','1','updatepaymentmode'),(44867,'sales','1','card'),(44868,'sales','1','clearpayments'),(44869,'sales','1','creditnote'),(44870,'sales','1','cheque'),(44871,'sales','1','points'),(44872,'sales','1','salesbeyondbprice'),(44873,'sales','1','voucher'),(44874,'sales','1','credit'),(44875,'sales','1','salebelowbprice'),(44876,'sales','1','selectroom'),(44877,'sales','1','dontprint'),(44878,'sales','1','backdatesales'),(44879,'sales','1','giveloyalityponts'),(44880,'sales','1','leaseitems'),(44881,'sales','1','changetaxstatus'),(44882,'sales','1','splitbill'),(44883,'sales','1','mergebill'),(44884,'sales','1','changeuomonsales'),(44885,'sales','1','selecttable'),(44886,'sales','1','printdelivery'),(44887,'sales','1','sendsms'),(44888,'sales','1','salesperson'),(44889,'sales','1','receiptno'),(44890,'sales','1','updateqtysales'),(44891,'sales','1','displaypreviousbalance'),(44892,'sales','1','restrictbillprintingtotwo'),(44893,'sales','1','claimmpesacode'),(44894,'sales','1','swapsales'),(44895,'wholesale','1','sale'),(44896,'wholesale','1','add'),(44897,'wholesale','1','delete'),(44898,'wholesale','1','update'),(44899,'cashiersales','1','entermpesacode'),(44900,'cashiersales','1','editmpesa'),(44901,'cashiersales','1','all'),(44902,'cashiersales','1','delete'),(44903,'cashiersales','1','cashiersales'),(44904,'cashiersales','1','editmpesadate'),(44905,'cashiersales','1','adddailycollection'),(44906,'cashiersales','1','viewtill'),(44907,'cashiersales','1','viewdailycollections'),(44908,'cashiersales','1','updatedailycollections'),(44909,'cashiersales','1','reversempesa'),(44910,'cashiersales','1','deletedailycollections'),(44911,'cashiersales','1','clearallsales'),(44912,'cashiersales','1','viewallcollections'),(44913,'cashiersales','1','mpesapendingreport'),(44914,'cashiersales','1','mpesaverifiedreport'),(44915,'cashiersales','1','viewcommission'),(44916,'cashiersales','1','changestatus'),(44917,'cashiersales','1','showsitemmovement'),(44918,'recorddelivery','1','add'),(44919,'recorddelivery','1','view'),(44920,'recorddelivery','1','update'),(44921,'recorddelivery','1','delete'),(44922,'recorddelivery','1','changestatus'),(44923,'recorddelivery','1','report'),(44924,'recorddelivery','1','Dispatched'),(44925,'recorddelivery','1','FailedDelivery'),(44926,'recorddelivery','1','ReturnedandReceived'),(44927,'recorddelivery','1','Delivered'),(44928,'recorddelivery','1','Claimraised'),(44929,'recorddelivery','1','ClaimOK'),(44930,'recorddelivery','1','ClaimDamaged'),(44931,'purchases','1','add'),(44932,'purchases','1','update'),(44933,'purchases','1','delete'),(44934,'purchases','1','updatebuyingprice'),(44935,'purchases','1','updatesellingprice'),(44936,'purchases','1','updateclosedinvoice'),(44937,'purchases','1','viewquotation'),(44938,'purchases','1','viewdirectpurchases'),(44939,'purchases','1','viewserials'),(44940,'purchases','1','viewpurchase'),(44941,'purchases','1','salesorder'),(44942,'purchases','1','budget'),(44943,'purchases','1','showdefaultserials'),(44944,'purchases','1','approve'),(44945,'purchases','1','addbatchno'),(44946,'purchases','1','addexpirydate'),(44947,'purchases','1','updateserial'),(44948,'salesorder','1','add'),(44949,'salesorder','1','view'),(44950,'salesorder','1','update'),(44951,'salesorder','1','viewall'),(44952,'viewreturnsales','1','add'),(44953,'viewreturnsales','1','update'),(44954,'viewreturnsales','1','delete'),(44955,'viewreturnsales','1','return'),(44956,'viewreturnsales','1','clear'),(44957,'viewreturnsales','1','moresales'),(44958,'viewreturnsales','1','returnclearedsales'),(44959,'income','1','View'),(44960,'income','1','add'),(44961,'income','1','detailedvatinvoice'),(44962,'income','1','receivedublicatecodes'),(44963,'incomeexpenses','1','add'),(44964,'incomeexpenses','1','closeexpense'),(44965,'incomeexpenses','1','update'),(44966,'incomeexpenses','1','updateclosedexpenses'),(44967,'incomeexpenses','1','viewbills'),(44968,'incomeexpenses','1','viewexpense'),(44969,'incomeexpenses','1','viewdebtors'),(44970,'incomeexpenses','1','viewcreditors'),(44971,'incomeexpenses','1','postrentalexpenses'),(44972,'incomeexpenses','1','uploadexpenses'),(44973,'accomodation','1','viewrooms'),(44974,'accomodation','1','dailysales'),(44975,'accomodation','1','addhouse'),(44976,'accomodation','1','viewhouse'),(44977,'accomodation','1','mpesa'),(44978,'accomodation','1','cash'),(44979,'accomodation','1','checkinroom'),(44980,'accomodation','1','credit'),(44981,'accomodation','1','cheque'),(44982,'accomodation','1','voucher'),(44983,'accomodation','1','points'),(44984,'accomodation','1','card'),(44985,'accomodation','1','checkoutroom'),(44986,'accomodation','1','cancel'),(44987,'accomodation','1','addroom'),(44988,'accomodation','1','cleanrooms'),(44989,'accomodation','1','addcharges'),(44990,'accomodation','1','givediscount'),(44991,'accomodation','1','updatecharges'),(44992,'accomodation','1','checkin'),(44993,'accomodation','1','updatehouse'),(44994,'accomodation','1','updateroom'),(44995,'accomodation','1','postexpense'),(44996,'accomodation','1','Post Bank Deposits'),(44997,'accomodation','1','managehotel'),(44998,'accomodation','1','assignrooms'),(44999,'accomodation','1','managerental'),(45000,'accomodation','1','housekeeping'),(45001,'accomodation','1','changepayment'),(45002,'accomodation','1','dailypayments'),(45003,'accomodation','1','customerregister'),(45004,'accomodation','1','advancebooking'),(45005,'accomodation','1','checkoutcustomerwithbalance'),(45006,'accomodation','1','viewreports'),(45007,'accomodation','1','managecustomer'),(45008,'accomodation','1','accommodationreceiptionist'),(45009,'accomodation','1','meterreading'),(45010,'accomodation','1','viewroomcleaned'),(45011,'accomodation','1','config'),(45012,'accomodation','1','clearsales'),(45013,'accomodation','1','dailycollections'),(45014,'accomodation','1','bulkcheckin'),(45015,'accomodation','1','bulkreservation'),(45016,'accomodation','1','bulkstatuschange'),(45017,'accomodation','1','plotexpenses'),(45018,'branch','1','add'),(45019,'branch','1','view'),(45020,'branch','1','update'),(45021,'branch','1','delete'),(45022,'members','1','add'),(45023,'members','1','update'),(45024,'members','1','deletepeople'),(45025,'members','1','opencloseshift'),(45026,'members','1','UpdateRenewal'),(45027,'users','1','add'),(45028,'users','1','update'),(45029,'users','1','delete'),(45030,'users','1','deleteallroles'),(45031,'productscategory','1','add'),(45032,'productscategory','1','update'),(45033,'productscategory','1','delete'),(45034,'productlist','1','bulk'),(45035,'productlist','1','move'),(45036,'productlist','1','more'),(45037,'productlist','1','updatestock'),(45038,'productlist','1','transfer'),(45039,'productlist','1','addstock'),(45040,'productlist','1','delete'),(45041,'productlist','1','view'),(45042,'productlist','1','update'),(45043,'productlist','1','add'),(45044,'productlist','1','stocktaking'),(45045,'productlist','1','openclosestock'),(45046,'productlist','1','editstocktaken'),(45047,'productlist','1','editopenclosestock'),(45048,'productlist','1','changeserialstatus'),(45049,'productlist','1','viewserials'),(45050,'productlist','1','bulkpriceupdate'),(45051,'productlist','1','negativestockadjustment'),(45052,'productlist','1','viewproduction'),(45053,'productlist','1','assignproduction'),(45054,'productlist','1','deleteproductionitem'),(45055,'productlist','1','updateproductionitem'),(45056,'products','1','add'),(45057,'products','1','update'),(45058,'products','1','delete'),(45059,'products','1','addstock'),(45060,'products','1','more'),(45061,'products','1','bulk'),(45062,'products','1','deleteorder'),(45063,'products','1','dispatch'),(45064,'products','1','removestock'),(45065,'products','1','price'),(45066,'products','1','removeallstock'),(45067,'products','1','bulkpriceupdate'),(45068,'products','1','negativestockadjustment'),(45069,'incomingstock','1','add'),(45070,'incomingstock','1','update'),(45071,'incomingstock','1','view'),(45072,'incomingstock','1','delete'),(45073,'incomingstore','1','add'),(45074,'incomingstore','1','delete'),(45075,'incomingstore','1','view'),(45076,'lowstocklist','1','add'),(45077,'lowstocklist','1','more'),(45078,'lowstocklist','1','view'),(45079,'lowproducts','1','add'),(45080,'lowproducts','1','update'),(45081,'damagedproducts','1','add'),(45082,'damagedproducts','1','update'),(45083,'damagedproducts','1','delete'),(45084,'projectsmanagement','1','view'),(45085,'projectsmanagement','1','add'),(45086,'projectsmanagement','1','update'),(45087,'projectsmanagement','1','delete'),(45088,'assets','1','add'),(45089,'assets','1','update'),(45090,'assets','1','delete'),(45091,'accounting','1','deletebank'),(45092,'accounting','1','deleteglaccount'),(45093,'accounting','1','view'),(45094,'bankdeposits','1','add'),(45095,'bankdeposits','1','update'),(45096,'bankdeposits','1','delete'),(45097,'banktransfer','1','add'),(45098,'journalentry','1','add'),(45099,'accountingreports','1','view'),(45100,'chequemanagemant','1','add'),(45101,'chequemanagemant','1','view'),(45102,'peoplecategory','1','add'),(45103,'peoplecategory','1','update'),(45104,'peoplecategory','1','delete'),(45105,'departments','1','add'),(45106,'payrollsetup','1','add'),(45107,'labourrecords','1','add'),(45108,'leavemanagement','1','add'),(45109,'biometricrecords','1','add'),(45110,'payroll','1','add'),(45111,'loyalitycards','1','add'),(45112,'loyalitycards','1','update'),(45113,'reports','1','view'),(45114,'reports','1','download'),(45115,'reports','1','update'),(45116,'reports','1','viewall'),(45117,'displayreport','1','view'),(45118,'grouping','1','add'),(45119,'grouping','1','update'),(45120,'grouping','1','delete'),(45121,'sendsms','1','add'),(45122,'sendsms','1','update'),(45123,'sendsms','1','delete'),(45124,'sendsms','1','transfersms'),(45125,'documents','1','add'),(45126,'documents','1','update'),(45127,'documents','1','delete'),(45128,'documents','1','viewalldocuments'),(45129,'humanresource','1','add'),(45130,'humanresource','1','update'),(45131,'humanresource','1','approve'),(45132,'humanresource','1','delete'),(45133,'humanresource','1','view'),(45134,'humanresource','1','allocate'),(45135,'humanresource','1','viewallpayroll'),(45136,'humanresource','1','leavesetup'),(45137,'humanresource','1','allleaves '),(45138,'humanresource','1','bioattendance'),(45139,'taskscategory','1','add'),(45140,'taskscategory','1','update'),(45141,'taskscategory','1','delete'),(45142,'task','1','add'),(45143,'task','1','viewall'),(45144,'task','1','update'),(45145,'task','1','postspecifictask'),(45146,'task','1','delete'),(45147,'task','1','postgeneraltask'),(45148,'task','1','viewothersspecifictask'),(45149,'task','1','viewothersgeneraltask'),(45150,'task','1','assigntask'),(45151,'task','1','posttaskforothers'),(45152,'task','1','overalclearingpendingtasks'),(45153,'callcenter','1','add'),(45154,'callcenter','1','upadate'),(45155,'callcenter','1','view'),(45156,'callcenter','1','download'),(45157,'callcenter','1','delete'),(45158,'deals','1','add'),(45159,'deals','1','update'),(45160,'deals','1','delete'),(45161,'deals','1','viewall'),(45162,'deals','1','addpossiblefeedback'),(45163,'deals','1','downloaddeals'),(45164,'deals','1','View others contact'),(45165,'deals','1','AddAgents'),(45166,'deals','1','transferdeals'),(45167,'complain','1','add'),(45168,'complain','1','view'),(45169,'complain','1','update'),(45170,'complain','1','allcompalin'),(45171,'complain','1','delete'),(45172,'events','1','add'),(45173,'events','1','update'),(45174,'events','1','delete'),(45175,'password','1','change'),(45176,'profile','1','update'),(45177,'ecommerce','1','add'),(45178,'ecommerce','1','update'),(45179,'ecommerce','1','delete'),(45180,'ecommerce','1','vieworders'),(45181,'ecommerce','1','setup'),(45182,'ecommerce','1','approveorders'),(45183,'quotation','1','add'),(45184,'quotation','1','update'),(45185,'quotation','1','delete'),(45186,'quotation','1','view'),(45187,'quotation','1','viewall'),(45188,'config','1','delete'),(45189,'config','1','add'),(45190,'config','1','update'),(45865,'humanresource','14','add'),(45866,'humanresource','14','update'),(45867,'humanresource','14','view'),(45868,'task','14','add'),(45869,'task','14','update'),(45870,'task','14','postspecifictask'),(45871,'task','14','postgeneraltask'),(45872,'callcenter','14','add'),(45873,'callcenter','14','view'),(45874,'deals','14','add'),(45875,'deals','14','update'),(45876,'deals','14','addpossiblefeedback'),(45877,'deals','14','View others contact'),(45878,'deals','14','AddAgents'),(45879,'events','14','add'),(45880,'password','14','change'),(45881,'quotation','14','add'),(45882,'quotation','14','update'),(45883,'quotation','14','view'),(45884,'humanresource','15','add'),(45885,'humanresource','15','view'),(45886,'taskscategory','15','add'),(45887,'task','15','add'),(45888,'task','15','postspecifictask'),(45889,'task','15','postgeneraltask'),(45890,'callcenter','15','add'),(45891,'callcenter','15','upadate'),(45892,'callcenter','15','view'),(45893,'deals','15','add'),(45894,'deals','15','update'),(45895,'deals','15','View others contact'),(45896,'deals','15','AddAgents'),(45897,'events','15','add'),(45898,'password','15','change'),(45899,'quotation','15','add'),(45900,'quotation','15','update'),(45901,'quotation','15','view'),(45902,'users','21','add'),(45903,'users','21','update'),(45904,'humanresource','21','add'),(45905,'humanresource','21','update'),(45906,'humanresource','21','approve'),(45907,'humanresource','21','view'),(45908,'humanresource','21','leavesetup'),(45909,'humanresource','21','allleaves '),(45910,'humanresource','21','bioattendance'),(45911,'callcenter','21','add'),(45912,'callcenter','21','upadate'),(45913,'callcenter','21','view'),(45914,'callcenter','21','download'),(45915,'deals','21','add'),(45916,'deals','21','update'),(45917,'deals','21','viewall'),(45918,'deals','21','addpossiblefeedback'),(45919,'deals','21','downloaddeals'),(45920,'deals','21','View others contact'),(45921,'deals','21','AddAgents'),(45922,'password','21','change'),(45923,'quotation','21','add'),(45924,'quotation','21','update'),(45925,'quotation','21','view'),(46523,'humanresource','61','add'),(46524,'humanresource','61','view'),(46525,'humanresource','61','allleaves '),(46526,'task','61','add'),(46527,'task','61','postspecifictask'),(46528,'task','61','postgeneraltask'),(46529,'task','61','assigntask'),(46530,'password','61','change'),(46531,'quotation','61','add'),(46532,'sales','13','printreceipt'),(46533,'sales','13','add'),(46534,'sales','13','suspend'),(46535,'sales','13','selectmessage'),(46536,'sales','13','update'),(46537,'sales','13','cash'),(46538,'sales','13','moresales'),(46539,'sales','13','sale'),(46540,'sales','13','mpesabalance'),(46541,'sales','13','select'),(46542,'sales','13','displaycustomers'),(46543,'sales','13','discount'),(46544,'sales','13','Logout'),(46545,'sales','13','reprint'),(46546,'sales','13','productdiscount'),(46547,'sales','13','closebill'),(46548,'sales','13','mpesa'),(46549,'sales','13','order'),(46550,'sales','13','printbill'),(46551,'sales','13','viewbuyingprice'),(46552,'sales','13','hold'),(46553,'sales','13','allowdiscountdropdown'),(46554,'sales','13','editsellingprice'),(46555,'sales','13','updatepaymentmode'),(46556,'sales','13','card'),(46557,'sales','13','clearpayments'),(46558,'sales','13','creditnote'),(46559,'sales','13','cheque'),(46560,'sales','13','points'),(46561,'sales','13','salesbeyondbprice'),(46562,'sales','13','voucher'),(46563,'sales','13','credit'),(46564,'sales','13','salebelowbprice'),(46565,'sales','13','selectroom'),(46566,'sales','13','dontprint'),(46567,'sales','13','accountlimit'),(46568,'sales','13','backdatesales'),(46569,'sales','13','recordcoins'),(46570,'sales','13','giveloyalityponts'),(46571,'sales','13','leaseitems'),(46572,'sales','13','changetaxstatus'),(46573,'sales','13','dontshowstock'),(46574,'sales','13','splitbill'),(46575,'sales','13','mergebill'),(46576,'sales','13','changeuomonsales'),(46577,'sales','13','selecttable'),(46578,'sales','13','printdelivery'),(46579,'sales','13','entermpesacode'),(46580,'sales','13','sendsms'),(46581,'sales','13','selectcurrency'),(46582,'sales','13','salesperson'),(46583,'sales','13','receiptno'),(46584,'sales','13','usekeyboard'),(46585,'sales','13','negativesales'),(46586,'sales','13','updateqtysales'),(46587,'sales','13','displaypreviousbalance'),(46588,'sales','13','restrictbillprintingtotwo'),(46589,'sales','13','claimmpesacode'),(46590,'sales','13','swapsales'),(46591,'wholesale','13','sale'),(46592,'wholesale','13','add'),(46593,'wholesale','13','update'),(46594,'wholesale','13','deactivateserialstatus'),(46595,'wholesale','13','sellusingserialonly'),(46596,'cashiersales','13','entermpesacode'),(46597,'cashiersales','13','editmpesa'),(46598,'cashiersales','13','all'),(46599,'cashiersales','13','cashiersales'),(46600,'cashiersales','13','editmpesadate'),(46601,'cashiersales','13','dontshowtotal'),(46602,'cashiersales','13','adddailycollection'),(46603,'cashiersales','13','viewtill'),(46604,'cashiersales','13','viewdailycollections'),(46605,'cashiersales','13','updatedailycollections'),(46606,'cashiersales','13','reversempesa'),(46607,'cashiersales','13','clearallsales'),(46608,'cashiersales','13','viewallcollections'),(46609,'cashiersales','13','mpesapendingreport'),(46610,'cashiersales','13','viewallcounters'),(46611,'cashiersales','13','mpesaverifiedreport'),(46612,'cashiersales','13','viewcommission'),(46613,'cashiersales','13','viewmpesamessages'),(46614,'cashiersales','13','dailysalesonly'),(46615,'cashiersales','13','changestatus'),(46616,'cashiersales','13','pendingisdefault'),(46617,'cashiersales','13','clearsalesisdefault'),(46618,'cashiersales','13','showsitemmovement'),(46619,'recorddelivery','13','add'),(46620,'recorddelivery','13','view'),(46621,'recorddelivery','13','update'),(46622,'recorddelivery','13','report'),(46623,'recorddelivery','13','Dispatched'),(46624,'recorddelivery','13','FailedDelivery'),(46625,'recorddelivery','13','ReturnedandReceived'),(46626,'recorddelivery','13','Delivered'),(46627,'recorddelivery','13','Claimraised'),(46628,'recorddelivery','13','ClaimOK'),(46629,'recorddelivery','13','ClaimDamaged'),(46630,'purchases','13','add'),(46631,'purchases','13','update'),(46632,'purchases','13','updatebuyingprice'),(46633,'purchases','13','updatesellingprice'),(46634,'purchases','13','updateclosedinvoice'),(46635,'purchases','13','viewquotation'),(46636,'purchases','13','viewdirectpurchases'),(46637,'purchases','13','viewserials'),(46638,'purchases','13','viewpurchase'),(46639,'purchases','13','salesorder'),(46640,'purchases','13','budget'),(46641,'purchases','13','showdefaultserials'),(46642,'purchases','13','viewallcounters'),(46643,'purchases','13','approve'),(46644,'purchases','13','addbatchno'),(46645,'purchases','13','addexpirydate'),(46646,'purchases','13','updateserial'),(46647,'salesorder','13','add'),(46648,'salesorder','13','view'),(46649,'salesorder','13','update'),(46650,'salesorder','13','viewall'),(46651,'viewreturnsales','13','add'),(46652,'viewreturnsales','13','update'),(46653,'viewreturnsales','13','return'),(46654,'viewreturnsales','13','clear'),(46655,'viewreturnsales','13','moresales'),(46656,'viewreturnsales','13','returnclearedsales'),(46657,'income','13','View'),(46658,'income','13','add'),(46659,'income','13','detailedvatinvoice'),(46660,'income','13','displaybeforevat'),(46661,'income','13','receiveoverpayment'),(46662,'income','13','receivedublicatecodes'),(46663,'incomeexpenses','13','add'),(46664,'incomeexpenses','13','closeexpense'),(46665,'incomeexpenses','13','update'),(46666,'incomeexpenses','13','updateclosedexpenses'),(46667,'incomeexpenses','13','wiewinvoices'),(46668,'incomeexpenses','13','viewbills'),(46669,'incomeexpenses','13','viewexpense'),(46670,'incomeexpenses','13','viewdebtors'),(46671,'incomeexpenses','13','viewcreditors'),(46672,'incomeexpenses','13','postrentalexpenses'),(46673,'incomeexpenses','13','uploadexpenses'),(46674,'branch','13','add'),(46675,'branch','13','view'),(46676,'branch','13','update'),(46677,'members','13','add'),(46678,'members','13','update'),(46679,'members','13','opencloseshift'),(46680,'members','13','UpdateRenewal'),(46681,'users','13','add'),(46682,'users','13','update'),(46683,'productscategory','13','add'),(46684,'productscategory','13','update'),(46685,'productlist','13','bulk'),(46686,'productlist','13','move'),(46687,'productlist','13','more'),(46688,'productlist','13','updatestock'),(46689,'productlist','13','transfer'),(46690,'productlist','13','addstock'),(46691,'productlist','13','view'),(46692,'productlist','13','update'),(46693,'productlist','13','add'),(46694,'productlist','13','stocktaking'),(46695,'productlist','13','openclosestock'),(46696,'productlist','13','editstocktaken'),(46697,'productlist','13','editopenclosestock'),(46698,'productlist','13','changeserialstatus'),(46699,'productlist','13','viewserials'),(46700,'productlist','13','viewproductsfromallbranches'),(46701,'productlist','13','bulkpriceupdate'),(46702,'productlist','13','negativestockadjustment'),(46703,'productlist','13','viewproduction'),(46704,'productlist','13','assignproduction'),(46705,'productlist','13','deleteproductionitem'),(46706,'productlist','13','updateproductionitem'),(46707,'productlist','13','dontshowstock'),(46708,'productlist','13','viewbprice'),(46709,'products','13','add'),(46710,'products','13','update'),(46711,'products','13','addstock'),(46712,'products','13','more'),(46713,'products','13','bulk'),(46714,'products','13','dispatch'),(46715,'products','13','removestock'),(46716,'products','13','price'),(46717,'products','13','removeallstock'),(46718,'products','13','bulkpriceupdate'),(46719,'products','13','dontshowstock'),(46720,'products','13','viewbprice'),(46721,'incomingstock','13','add'),(46722,'incomingstock','13','update'),(46723,'incomingstock','13','view'),(46724,'incomingstore','13','add'),(46725,'incomingstore','13','view'),(46726,'lowstocklist','13','add'),(46727,'lowstocklist','13','more'),(46728,'lowstocklist','13','view'),(46729,'lowproducts','13','add'),(46730,'lowproducts','13','update'),(46731,'damagedproducts','13','add'),(46732,'damagedproducts','13','update'),(46733,'projectsmanagement','13','view'),(46734,'projectsmanagement','13','add'),(46735,'projectsmanagement','13','update'),(46736,'assets','13','add'),(46737,'assets','13','update'),(46738,'accounting','13','view'),(46739,'bankdeposits','13','add'),(46740,'bankdeposits','13','update'),(46741,'banktransfer','13','add'),(46742,'journalentry','13','add'),(46743,'accountingreports','13','view'),(46744,'peoplecategory','13','add'),(46745,'peoplecategory','13','update'),(46746,'departments','13','add'),(46747,'payrollsetup','13','add'),(46748,'labourrecords','13','add'),(46749,'leavemanagement','13','add'),(46750,'biometricrecords','13','add'),(46751,'payroll','13','add'),(46752,'reports','13','view'),(46753,'reports','13','download'),(46754,'reports','13','update'),(46755,'reports','13','viewall'),(46756,'grouping','13','add'),(46757,'grouping','13','update'),(46758,'documents','13','add'),(46759,'documents','13','update'),(46760,'documents','13','viewalldocuments'),(46761,'humanresource','13','add'),(46762,'humanresource','13','update'),(46763,'humanresource','13','approve'),(46764,'humanresource','13','view'),(46765,'humanresource','13','allocate'),(46766,'humanresource','13','viewallpayroll'),(46767,'humanresource','13','leavesetup'),(46768,'humanresource','13','allleaves '),(46769,'humanresource','13','bioattendance'),(46770,'taskscategory','13','add'),(46771,'taskscategory','13','update'),(46772,'task','13','add'),(46773,'task','13','viewall'),(46774,'task','13','update'),(46775,'task','13','postspecifictask'),(46776,'task','13','postgeneraltask'),(46777,'task','13','viewothersspecifictask'),(46778,'task','13','viewothersgeneraltask'),(46779,'task','13','assigntask'),(46780,'task','13','posttaskforothers'),(46781,'task','13','postemployeenoteforothers'),(46782,'task','13','overalclearingpendingtasks'),(46783,'callcenter','13','add'),(46784,'callcenter','13','upadate'),(46785,'callcenter','13','view'),(46786,'callcenter','13','download'),(46787,'deals','13','add'),(46788,'deals','13','update'),(46789,'deals','13','viewall'),(46790,'deals','13','addpossiblefeedback'),(46791,'deals','13','downloaddeals'),(46792,'deals','13','View others contact'),(46793,'deals','13','AddAgents'),(46794,'deals','13','transferdeals'),(46795,'complain','13','add'),(46796,'complain','13','view'),(46797,'complain','13','update'),(46798,'complain','13','allcompalin'),(46799,'complain','13','delete'),(46800,'events','13','add'),(46801,'events','13','update'),(46802,'password','13','change'),(46803,'profile','13','update'),(46804,'quotation','13','add'),(46805,'quotation','13','update'),(46806,'quotation','13','view'),(46807,'quotation','13','viewall'),(46808,'config','13','add'),(46809,'config','13','update'); /*!40000 ALTER TABLE `permissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plot` -- DROP TABLE IF EXISTS `plot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plot` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `agentid` varchar(100) NOT NULL, `landlordid` varchar(100) NOT NULL, `totalhouse` varchar(100) NOT NULL, `country` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `commission` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', `tax` decimal(10,2) NOT NULL, `bank` text NOT NULL, `branch` text NOT NULL, `penalty` decimal(10,2) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(11) NOT NULL, `penaltytype` varchar(30) NOT NULL DEFAULT 'percentage', `areas` varchar(30) NOT NULL DEFAULT 'yes', `coparent` varchar(30) NOT NULL DEFAULT 'yes', `water` varchar(30) NOT NULL DEFAULT 'yes', `garbage` varchar(30) NOT NULL DEFAULT 'yes', `power` varchar(30) NOT NULL DEFAULT 'yes', `showpenalty` varchar(30) NOT NULL, `partial` varchar(30) NOT NULL DEFAULT '', `vat2` decimal(10,0) DEFAULT 0, `invoicedate` varchar(10) NOT NULL DEFAULT '01', `penaltydate` varchar(10) NOT NULL DEFAULT '10', `duedate` varchar(30) NOT NULL DEFAULT '10', `taxtype` varchar(30) NOT NULL DEFAULT 'Landlord', `invoicesms` text NOT NULL, `receiptsms` text NOT NULL, `utility` varchar(20) NOT NULL DEFAULT 'yes', `service` varchar(50) NOT NULL DEFAULT 'no', `servicedeposit` varchar(10) DEFAULT 'no', `lease` varchar(10) DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plot` -- LOCK TABLES `plot` WRITE; /*!40000 ALTER TABLE `plot` DISABLE KEYS */; /*!40000 ALTER TABLE `plot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plotcharges` -- DROP TABLE IF EXISTS `plotcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plotcharges` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `order` int(10) NOT NULL, `plotcharges` int(5) NOT NULL DEFAULT 1, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plotcharges` -- LOCK TABLES `plotcharges` WRITE; /*!40000 ALTER TABLE `plotcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `plotcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `post` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post` -- LOCK TABLES `post` WRITE; /*!40000 ALTER TABLE `post` DISABLE KEYS */; INSERT INTO `post` VALUES (1,'Manager','','2025-01-23 05:37:58am','0000-00-00 00:00:00',0),(2,'HOD','','2025-01-23 05:38:03am','0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postrecharge` -- DROP TABLE IF EXISTS `postrecharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `postrecharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) DEFAULT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `postrecharge` -- LOCK TABLES `postrecharge` WRITE; /*!40000 ALTER TABLE `postrecharge` DISABLE KEYS */; /*!40000 ALTER TABLE `postrecharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `printers` -- DROP TABLE IF EXISTS `printers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `printers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `categoryno` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `printers` -- LOCK TABLES `printers` WRITE; /*!40000 ALTER TABLE `printers` DISABLE KEYS */; /*!40000 ALTER TABLE `printers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategory` -- DROP TABLE IF EXISTS `productcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategory` -- LOCK TABLES `productcategory` WRITE; /*!40000 ALTER TABLE `productcategory` DISABLE KEYS */; INSERT INTO `productcategory` VALUES (1,'SOFTWARES',0,'2025-04-01 16:34:29','active','13','','1','','0','','Percentage',NULL),(2,'HARDWARES',0,'2025-04-10 13:11:55','active','13','','1','','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategorybox` -- DROP TABLE IF EXISTS `productcategorybox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategorybox` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'New', `imgid` varchar(50) DEFAULT NULL, `myheader` varchar(50) DEFAULT 'primary', `icon` varchar(50) NOT NULL DEFAULT 'home', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategorybox` -- LOCK TABLES `productcategorybox` WRITE; /*!40000 ALTER TABLE `productcategorybox` DISABLE KEYS */; /*!40000 ALTER TABLE `productcategorybox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productlist` -- DROP TABLE IF EXISTS `productlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(51) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` varchar(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branch` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `store` text NOT NULL, `code` varchar(100) NOT NULL, `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `iddd` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branch`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`description`,`code`,`hscode`), KEY `id_2` (`id`,`name`,`description`,`code`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productlist` -- LOCK TABLES `productlist` WRITE; /*!40000 ALTER TABLE `productlist` DISABLE KEYS */; INSERT INTO `productlist` VALUES (1,'BASIC POINT OF SALE','1','2','',16.00,'1500000','1450000','0','',NULL,NULL,'0',0,0,'701961743514475',0,0,0,100.00,'2025-04-01 16:37:23','13','1','1','0000-00-00','mainitem','Inclusive','BASIC POINT OF SALE','active','','1','pcs','Service','VATABLE','','','','','','','','','',0),(2,'HOSTING CAHRGES','1','2','',16.00,'0','300000','0','280000',NULL,NULL,'0',0,0,'7597271743514541',0,0,0,100.00,'2025-04-01 16:36:43','13','1','1','0000-00-00','mainitem','Inclusive','HOSTING CAHRGES','active','','2','pcs','Service','VATABLE','',NULL,'','','','','','','',0),(3,'CORE I5 4GB 500HDD COMPLETE ','2','2','',18.00,'500000','700000','0','',NULL,NULL,'0',0,0,'6160511744279927',0,0,0,100.00,'2025-04-10 13:14:07','13','1','1','0000-00-00','mainitem','Inclusive','CORE I5 4GB 500HDD COMPLETE ','active','','3','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(4,'THERMAL RECEIPT PRINTER','2','2','',18.00,'250000','350000','0','',NULL,NULL,'0',0,0,'1060301744280048',0,0,0,100.00,'2025-04-10 13:16:04','13','1','1','0000-00-00','mainitem','Inclusive','THERMAL RECEIPT PRINTER','active','','4','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(5,'MEDIUM POINT OF SALE','1','2','',18.00,'15','3000000','5','2800000',NULL,NULL,'0',0,0,'5326461744788954',0,0,0,9.00,'2025-04-16 10:37:02','13','1','1','0000-00-00','mainitem','Inclusive','MEDIUM POINT OF SALE','active','','5','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(6,'PREMIUM POINT OF SALE','2','2','',18.00,'0','6000000','0','',NULL,NULL,'0',0,0,'6434941745407987',0,0,0,-1.00,'2025-04-23 14:34:37','13','1','1','0000-00-00','mainitem','na','PREMIUM POINT OF SALE','active','','6','pcs','Service','VATABLE','','','','','','','','','',0),(7,'HAND HELD SCANNER','2','2','',18.00,'800000','150000','0','',NULL,NULL,'0',0,0,'212171745493703',0,0,0,10.00,'2025-04-24 14:23:16','13','1','1','0000-00-00','mainitem','Inclusive','HAND HELD SCANNER','active','','7','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(8,'BIOMETRICS TIME ATTENDANCE','1','2','',16.00,'0','2500000','0','',NULL,NULL,'0',0,0,'6963941745655054',0,0,0,0.00,'2025-04-26 11:12:05','13','1','1','0000-00-00','mainitem','Inclusive','BIOMETRICS TIME ATTENDANCE','active','','8','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(9,'ZKTECO K40 GADGET','2','2','',16.00,'500000','650000','0','',NULL,NULL,'0',30,0,'6887441746435585',0,0,0,10.00,'2025-05-05 12:01:27','13','1','1','0000-00-00','mainitem','Inclusive','ZKTECO K40 GADGET','active','','9','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(10,'IMPLEMENTATION COST','1','2','',0.00,'0','200000','0','',NULL,NULL,'0',0,0,'3491871746435772',0,0,0,0.00,'2025-05-05 12:03:32','13','1','1','0000-00-00','mainitem','Inclusive','IMPLEMENTATION COST','active','','10','pcs','Service','EXEMPTED','',NULL,'','','','','','','',0),(11,'WEBSITE DEVELOPMENT','1','2','',18.00,'0','NaN','0','',NULL,NULL,'0',0,0,'6999051747035715',0,0,0,0.00,'2025-05-12 10:43:20','13','1','1','0000-00-00','mainitem','na','WEBSITE DEVELOPMENT','active','','11','pcs','Service','VATABLE',NULL,NULL,'','','','','','','',0),(12,'SOLAR CCTV CAMERAS','2','2','',18.00,'360000','560000','0','',NULL,NULL,'0',0,0,'6999451748425280',0,0,0,0.00,'2025-05-28 12:42:39','13','1','1','0000-00-00','mainitem','Inclusive','SOLAR CCTV CAMERAS','active','','12','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(13,'NETWORKING','2','2','',16.00,'50000','100000','0','',NULL,NULL,'0',0,0,'6714471751294596',0,0,0,0.00,'2025-06-30 17:44:04','13','1','1','0000-00-00','mainitem','Inclusive','NETWORKING','active','','13','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`code`,`description`,`hscode`), KEY `id_2` (`id`,`name`,`code`,`description`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `products` -- LOCK TABLES `products` WRITE; /*!40000 ALTER TABLE `products` DISABLE KEYS */; INSERT INTO `products` VALUES (1,'','','','','','','','BASIC POINT OF SALE','1','2','1','',16.00,'1500000','1450000','0','',NULL,NULL,0,0,0,'701961743514475',0,0,0,0.00,'2025-04-01 16:37:23','13','1','','0000-00-00','mainitem','Inclusive','BASIC POINT OF SALE','active','pcs','Service','1110','4000','5500','VATABLE','',''),(2,'','','','','','','','HOSTING CAHRGES','1','2','2','',16.00,'0','300000','0','280000',NULL,NULL,0,0,0,'7597271743514541',0,0,0,0.00,'2025-04-01 16:36:43','13','1','','0000-00-00','mainitem','Inclusive','HOSTING CAHRGES','active','pcs','Service','1110','4000','5500','VATABLE','',NULL),(3,'','','','','','','','CORE I5 4GB 500HDD COMPLETE ','2','2','3','',18.00,'500000','700000','0','',NULL,NULL,0,0,0,'6160511744279927',0,0,0,0.00,'2025-04-10 13:14:07','13','1','','0000-00-00','mainitem','Inclusive','CORE I5 4GB 500HDD COMPLETE ','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(4,'','','','','','','','THERMAL RECEIPT PRINTER','2','2','4','',18.00,'250000','350000','0','',NULL,NULL,0,0,0,'1060301744280048',0,0,0,0.00,'2025-04-10 13:16:04','13','1','','0000-00-00','mainitem','Inclusive','THERMAL RECEIPT PRINTER','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(5,'','','','','','','','MEDIUM POINT OF SALE','1','2','5','',18.00,'15','3000000','5','2800000',NULL,NULL,0,0,0,'5326461744788954',0,0,0,0.00,'2025-04-16 10:37:02','13','1','','0000-00-00','mainitem','Inclusive','MEDIUM POINT OF SALE','active','pcs','Inventory','1110','4000','5500','VATABLE','3',NULL),(6,'','','','','','','','PREMIUM POINT OF SALE','2','2','6','',18.00,'0','6000000','0','',NULL,NULL,0,0,0,'6434941745407987',0,0,0,100.00,'2025-04-23 14:34:37','13','1','','0000-00-00','mainitem','na','PREMIUM POINT OF SALE','active','pcs','Service','1110','4000','5500','VATABLE','',''),(7,'','','','','','','','HAND HELD SCANNER','2','2','7','',18.00,'800000','150000','0','',NULL,NULL,0,0,0,'212171745493703',0,0,0,0.00,'2025-04-24 14:23:16','13','1','','0000-00-00','mainitem','na','HAND HELD SCANNER','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(8,'','','','','','','','BIOMETRICS TIME ATTENDANCE','1','2','8','',16.00,'0','2500000','0','',NULL,NULL,0,0,0,'6963941745655054',0,0,0,0.00,'2025-04-26 11:12:05','13','1','','0000-00-00','mainitem','na','BIOMETRICS TIME ATTENDANCE','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(9,'','','','','','','','ZKTECO K40 GADGET','2','2','9','',16.00,'500000','650000','0','',NULL,NULL,0,30,0,'6887441746435585',0,0,0,0.00,'2025-05-05 12:01:27','13','1','','0000-00-00','mainitem','na','ZKTECO K40 GADGET','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(10,'','','','','','','','IMPLEMENTATION COST','1','2','10','',0.00,'0','200000','0','',NULL,NULL,0,0,0,'3491871746435772',0,0,0,0.00,'2025-05-05 12:03:32','13','1','','0000-00-00','mainitem','na','IMPLEMENTATION COST','active','pcs','Service','1110','4000','5500','EXEMPTED','',NULL),(11,'','','','','','','','WEBSITE DEVELOPMENT','1','2','11','',18.00,'0','NaN','0','',NULL,NULL,0,0,0,'6999051747035715',0,0,0,0.00,'2025-05-12 10:43:20','13','1','','0000-00-00','mainitem','na','WEBSITE DEVELOPMENT','active','pcs','Service','1110','4000','5500','VATABLE','5',NULL),(12,'','','','','','','','SOLAR CCTV CAMERAS','2','2','12','',18.00,'360000','560000','0','',NULL,NULL,0,0,0,'6999451748425280',0,0,0,10.00,'2025-05-28 12:42:39','13','1','','0000-00-00','mainitem','na','SOLAR CCTV CAMERAS','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(13,'','','','','','','','NETWORKING','2','2','13','',16.00,'50000','100000','0','',NULL,NULL,0,0,0,'6714471751294596',0,0,0,0.00,'2025-06-30 17:44:04','13','1','','0000-00-00','mainitem','na','NETWORKING','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `category` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; INSERT INTO `projects` VALUES (1,'HOUSE KEEPING','','2025-02-06 19:14:46','active','1','','1','',0),(2,'KITCHEN','','2025-02-06 19:14:55','active','1','','1','',0); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudget` -- DROP TABLE IF EXISTS `projectsbudget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudget` -- LOCK TABLES `projectsbudget` WRITE; /*!40000 ALTER TABLE `projectsbudget` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudgettasks` -- DROP TABLE IF EXISTS `projectsbudgettasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudgettasks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudgettasks` -- LOCK TABLES `projectsbudgettasks` WRITE; /*!40000 ALTER TABLE `projectsbudgettasks` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudgettasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectstask` -- DROP TABLE IF EXISTS `projectstask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectstask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `taskid` text NOT NULL, `category` int(20) DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectstask` -- LOCK TABLES `projectstask` WRITE; /*!40000 ALTER TABLE `projectstask` DISABLE KEYS */; /*!40000 ALTER TABLE `projectstask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proposal` -- DROP TABLE IF EXISTS `proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `proposal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proposal` -- LOCK TABLES `proposal` WRITE; /*!40000 ALTER TABLE `proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `province` -- DROP TABLE IF EXISTS `province`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `province` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `province` -- LOCK TABLES `province` WRITE; /*!40000 ALTER TABLE `province` DISABLE KEYS */; INSERT INTO `province` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `province` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchasecodes` -- DROP TABLE IF EXISTS `purchasecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchasecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchasecodes` -- LOCK TABLES `purchasecodes` WRITE; /*!40000 ALTER TABLE `purchasecodes` DISABLE KEYS */; INSERT INTO `purchasecodes` VALUES (1,'Wait for Approval','01',NULL,'Y','1'),(2,'Approved','02',NULL,'Y','2'),(3,'Cancel Requested','03',NULL,'Y','3'),(4,'Canceled','04',NULL,'Y','4'),(5,'Refunded','05',NULL,'Y','5'),(6,'Transferred','06',NULL,'Y','6'); /*!40000 ALTER TABLE `purchasecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorder` -- DROP TABLE IF EXISTS `purchaseorder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorder` ( `id` int(11) NOT NULL AUTO_INCREMENT, `supplier` varchar(30) NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` datetime NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` datetime NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` datetime NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'p.o', `amount` decimal(10,2) NOT NULL, `companyid` varchar(30) NOT NULL, `balance` decimal(10,2) NOT NULL, `fromdate` datetime NOT NULL, `paiddate` datetime NOT NULL, `updateddate` date NOT NULL, `updatedid` varchar(30) NOT NULL, `pin` varchar(30) DEFAULT NULL, `vattype` varchar(10) NOT NULL, `vat` varchar(20) NOT NULL, `taxable` decimal(10,2) DEFAULT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text DEFAULT NULL, `entrydate` date NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) DEFAULT NULL, `branchto` varchar(30) DEFAULT NULL, `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) DEFAULT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, `paymentmethodes` varchar(20) NOT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) NOT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorder` -- LOCK TABLES `purchaseorder` WRITE; /*!40000 ALTER TABLE `purchaseorder` DISABLE KEYS */; INSERT INTO `purchaseorder` VALUES (1,'30','131744788818','2025-04-16 10:33:38','RO00010','GEORGE','13','2025-04-16 12:23:16','GEORGE','GEORGE','2025-05-16 10:00:33','quotation','','30 Days','','s.o',3000000.00,'1',0.00,'2025-04-16 10:33:38','0000-00-00 00:00:00','0000-00-00','',NULL,'','',NULL,'','','open','','0000-00-00',1,0,NULL,NULL,NULL,NULL,NULL,0,'Bank',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'31','1311745407836','2025-04-23 14:30:36','RO00011','','13','2025-04-23 14:35:11','','','2025-04-23 23:59:59','','Road','BANK','','s.o',1800000.00,'1',0.00,'2025-04-23 14:30:36','2025-04-23 23:59:59','0000-00-00','',NULL,'','',NULL,'18','','open','','0000-00-00',1,0,NULL,NULL,NULL,NULL,NULL,0,'Bank',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `unit` varchar(10) NOT NULL, `totalweight` varchar(10) NOT NULL, `serial` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; INSERT INTO `purchaseorderlist` VALUES (1,'131743514200','1','1','1500000','retail','1500000','0','2025-04-01 16:38:57','','BASIC SYSTEM','','1500000','QT','206896.55','','','13','pcs','1','2025-04-01 13:38:57','','1','new','1','new','','',NULL),(2,'131743514200','2','1','280000','retail','280000','0','2025-04-01 16:47:30','','','','0','QT','38620.69','','','13','pcs','1','2025-04-01 13:47:30','','1','new','1','new','','',NULL),(3,'131744279501','1','1','1500000','retail','1500000','0','2025-04-10 13:08:46','','1. Sales management/front office<BR>\r\n 2. Stock control/inventory management / reorder level<BR>\r\n3. Expenses and petty cash<BR>\r\n4. Sales report management<BR>\r\n5. Creditors and Debtors Management<BR>\r\n6. Users & employee management<BR>\r\n7. LPO/Invoicing/quotation management<BR>\r\n8. Purchases and supplier management<BR>','','1500000','QT','206896.55','','','13','pcs','1','2025-04-10 10:08:46','','1','new','1','new','','',NULL),(4,'131744279501','3','1','700000','retail','700000','0','2025-04-10 13:16:41','','','','500000','QT','106779.66101695','','','13','','1','2025-04-10 10:16:41','','2','new','1','new','','',NULL),(5,'131744279501','4','4','1400000','retail','350000','0','2025-06-30 17:42:37','','','','250000','QT','213559.32','','','13','pcs','1','2025-06-30 14:42:37','','2','new','1','new','','',NULL),(7,'131744788818','5','1','3000000','retail','3000000','0','2025-04-16 10:38:51','','','','15','QT','457627.11864407','','','13','','1','2025-04-16 07:38:51','','1','new','1','new','','',NULL),(8,'131745492014','1','4','8000000','retail','2000000','0','2025-04-24 14:19:18','','<BR>FOR 3 SUPERMARKETS AND STORE\r\n\r\n1.Sales management/Front office<br>\r\n2.Stock control/Inventory Management/reoder level<br>\r\n3.Expenses and petty cash management<br>\r\n4.Sales report management<br>\r\n5.Users Management<br.\r\n6.Purchases and supplier management<br.\r\n7.Selling points<br>\r\n8.First and slow moving reports<br>\r\n9.Expiry date Management<br>.\r\n10.Detailed and Comparative reporte<br>','','1500000','QT','1103448.28','','','13','pcs','1','2025-04-24 11:19:18','','1','new','1','new','','',NULL),(9,'131745492014','3','4','2800000','retail','700000','0','2025-04-24 14:20:25','','REFURBISHED 4TH GEN 4GB 500HDD WITH 17 INCH SCREEN','','500000','QT','427118.64','','','13','pcs','1','2025-04-24 11:20:25','','2','new','1','new','','',NULL),(10,'131745492014','4','4','1000000','retail','250000','0','2025-04-24 14:21:17','','','','250000','QT','152542.37','','','13','pcs','1','2025-04-24 11:21:17','','2','new','1','new','','',NULL),(11,'131745492014','7','4','600000','retail','150000','0','2025-04-24 14:25:09','','','','800000','QT','91525.42','','','13','pcs','1','2025-04-24 11:25:09','','2','new','1','new','','',NULL),(12,'131745654992','8','1','2500000','retail','2500000','0','2025-04-26 11:13:51','','','','0','QT','344827.5862069','','','13','','1','2025-04-26 08:13:51','','1','new','1','new','','',NULL),(13,'131746435503','8','1','2000000','retail','2000000','0','2025-05-07 10:30:04','','Maximum 1000 USERS','','0','QT','275862.07','','','13','pcs','1','2025-05-07 07:30:04','','1','new','1','new','','',NULL),(14,'131746435503','9','1','650000','retail','650000','0','2025-05-05 12:01:53','','','','500000','QT','89655.172413793','','','13','','1','2025-05-05 09:01:53','','2','new','1','new','','',NULL),(15,'131746435503','10','1','200000','retail','200000','0','2025-05-05 12:04:55','','LABOUR AND NETWORKING CHARGES','','0','QT','0','','','13','pcs','1','2025-05-05 09:04:55','','1','new','1','new','','',NULL),(16,'141746801967','8','1','2000000','retail','2000000','0','2025-05-10 09:41:33','','27 USERS','','0','QT','275862.07','','','14','pcs','1','2025-05-10 06:41:33','','1','new','1','new','','',NULL),(17,'141746801967','9','1','650000','retail','650000','0','2025-05-10 09:40:22','','','','500000','QT','89655.172413793','','','14','','1','2025-05-10 06:40:22','','2','new','1','new','','',NULL),(18,'141746801967','10','1','100000','retail','100000','0','2025-05-10 09:41:12','','','','0','QT','0','','','14','pcs','1','2025-05-10 06:41:12','','1','new','1','new','','',NULL),(19,'141747035186','11','1','1000000','retail','1000000','0','2025-05-12 10:44:44','','','','0','QT','152542.37','','','14','pcs','1','2025-05-12 07:44:44','','1','new','1','new','','',NULL),(20,'141747042722','3','1','800000','retail','800000','0','2025-05-12 12:43:58','','','','500000','QT','122033.90','','','14','pcs','1','2025-05-12 09:43:58','','2','new','1','new','','',NULL),(21,'141747821866','1','1','1450000','retail','1450000','0','2025-05-21 13:28:11','','','','1500000','QT','200000','','','14','','1','2025-05-21 10:28:11','','1','new','1','new','','',NULL),(22,'141747821866','3','1','700000','retail','700000','0','2025-05-21 13:30:01','','','','500000','QT','106779.66101695','','','14','','1','2025-05-21 10:30:01','','2','new','1','new','','',NULL),(23,'141747821866','4','1','350000','retail','350000','0','2025-05-21 13:40:11','','','','250000','QT','53389.830508475','','','14','','1','2025-05-21 10:40:11','','2','new','1','new','','',NULL),(24,'141747835682','1','1','1450000','retail','1450000','0','2025-05-21 16:58:16','','','','1500000','QT','200000','','','14','','1','2025-05-21 13:58:16','','1','new','1','new','','',NULL),(25,'141747835682','3','1','700000','retail','700000','0','2025-05-21 16:58:56','','','','500000','QT','106779.66101695','','','14','','1','2025-05-21 13:58:56','','2','new','1','new','','',NULL),(26,'141747835682','4','1','350000','retail','350000','0','2025-05-21 16:59:28','','','','250000','QT','53389.830508475','','','14','','1','2025-05-21 13:59:28','','2','new','1','new','','',NULL),(27,'141748238750','8','1','3000000','retail','3000000','0','2025-05-26 09:04:53','','','','0','QT','413793.10','','','14','pcs','1','2025-05-26 06:04:53','','1','new','1','new','','',NULL),(28,'141748238750','9','1','650000','retail','650000','0','2025-05-26 08:59:26','','','','500000','QT','89655.172413793','','','14','','1','2025-05-26 05:59:26','','2','new','1','new','','',NULL),(29,'141748238750','10','1','200000','retail','200000','0','2025-05-26 09:05:25','','','','0','QT','0','','','14','','1','2025-05-26 06:05:25','','1','new','1','new','','',NULL),(30,'141748239778','8','1','2500000','retail','2500000','0','2025-05-26 09:11:25','','','','0','QT','344827.5862069','','','14','','1','2025-05-26 06:11:25','','1','new','1','new','','',NULL),(31,'141748239778','9','1','650000','retail','650000','0','2025-05-26 09:11:41','','','','500000','QT','89655.172413793','','','14','','1','2025-05-26 06:11:41','','2','new','1','new','','',NULL),(32,'141748239778','10','1','200000','retail','200000','0','2025-05-26 09:11:55','','','','0','QT','0','','','14','','1','2025-05-26 06:11:55','','1','new','1','new','','',NULL),(33,'131748251678','8','5','12500000','retail','2500000','0','2025-05-26 12:31:42','','<BR>FOR TIME ATTENDANCE CHECK IN AND CHECK OUT<BR>\r\n5 BRANCHES<BR>\r\n120 STAFFS<BR>','','0','QT','1724137.93','','','13','pcs','1','2025-05-26 09:31:42','','1','new','1','new','','',NULL),(34,'131748251678','11','1','2500000','retail','2500000','0','2025-05-26 12:30:37','','','','0','QT','381355.93','','','13','pcs','1','2025-05-26 09:30:37','','1','new','1','new','','',NULL),(35,'141748424799','12','2','1120000','retail','560000','0','2025-05-28 12:43:05','','','','360000','QT','170847.45762712','','','14','','1','2025-05-28 09:43:05','','2','new','1','new','','',NULL),(36,'141748424799','10','1','200000','retail','200000','0','2025-05-28 12:43:32','','','','0','QT','0','','','14','','1','2025-05-28 09:43:32','','1','new','1','new','','',NULL),(37,'141748426927','1','1','1450000','retail','1450000','0','2025-05-28 13:11:06','','','','1500000','QT','200000','','','14','','1','2025-05-28 10:11:06','','1','new','1','new','','',NULL),(38,'141748426927','3','1','700000','retail','700000','0','2025-05-28 13:13:16','','','','500000','QT','106779.66101695','','','14','','1','2025-05-28 10:13:16','','2','new','1','new','','',NULL),(39,'141748426927','4','1','350000','retail','350000','0','2025-05-28 13:14:52','','','','250000','QT','53389.830508475','','','14','','1','2025-05-28 10:14:52','','2','new','1','new','','',NULL),(40,'141748426927','7','1','150000','retail','150000','0','2025-05-28 13:16:59','','','','800000','QT','22881.355932203','','','14','','1','2025-05-28 10:16:59','','2','new','1','new','','',NULL),(41,'141748426927','10','1','200000','retail','200000','0','2025-05-28 13:17:09','','','','0','QT','0','','','14','','1','2025-05-28 10:17:09','','1','new','1','new','','',NULL),(42,'131750063944','1','1','600000','retail','600000','0','2025-06-16 11:56:50','','1. Sales management/front office<BR>\r\n 2. Stock control/inventory management <BR>\r\n3. Expenses and petty cash<BR>\r\n4. Sales report management<BR>\r\n5. Creditors and Debtors Management<BR>\r\n6. Users & employee management<BR>\r\n7. LPO/Invoicing/quotation management<BR>\r\n8. Purchases and supplier management<BR>','','1500000','QT','82758.62','','','13','pcs','1','2025-06-16 08:56:50','','1','new','1','new','','',NULL),(43,'141750149022','3','1','700000','retail','700000','0','2025-06-17 11:31:23','','','','500000','QT','106779.66101695','','','14','','1','2025-06-17 08:31:23','','2','new','1','new','','',NULL),(44,'141750149022','4','1','350000','retail','350000','0','2025-06-17 11:31:31','','','','250000','QT','53389.830508475','','','14','','1','2025-06-17 08:31:31','','2','new','1','new','','',NULL),(45,'141750149022','7','1','150000','retail','150000','0','2025-06-17 11:31:56','','','','800000','QT','22881.355932203','','','14','','1','2025-06-17 08:31:56','','2','new','1','new','','',NULL),(46,'141750149193','3','1','700000','retail','700000','0','2025-06-17 11:34:07','','','','500000','QT','106779.66101695','','','14','','1','2025-06-17 08:34:07','','2','new','1','new','','',NULL),(47,'141750149193','4','1','350000','retail','350000','0','2025-06-17 11:34:40','','','','250000','QT','53389.830508475','','','14','','1','2025-06-17 08:34:40','','2','new','1','new','','',NULL),(49,'141750149193','7','1','150000','retail','150000','0','2025-06-17 11:38:30','','','','800000','QT','22881.355932203','','','14','','1','2025-06-17 08:38:30','','2','new','1','new','','',NULL),(50,'141750843578','1','1','1000000','retail','1000000','0','2025-06-25 12:28:30','','','','1500000','QT','137931.03','','','14','pcs','1','2025-06-25 09:28:30','','1','new','1','new','','',NULL),(51,'141750843578','3','1','700000','retail','700000','0','2025-06-25 12:28:45','','','','500000','QT','106779.66101695','','','14','','1','2025-06-25 09:28:45','','2','new','1','new','','',NULL),(52,'141750843578','4','1','350000','retail','350000','0','2025-06-25 12:29:02','','','','250000','QT','53389.830508475','','','14','','1','2025-06-25 09:29:02','','2','new','1','new','','',NULL),(53,'131751293362','6','1','2000000','retail','2000000','0','2025-06-30 17:29:40','','1. Sales management/front office<BR>\r\n 2. Stock control/inventory management / reorder level<BR>\r\n3. Expenses and petty cash<BR>\r\n4. Sales report management<BR>\r\n5. Creditors and Debtors Management<BR>\r\n6. Users & employee management<BR>\r\n7. LPO/Invoicing/quotation management<BR>\r\n8. Purchases and supplier management<BR>\r\n9.Kitched Order printing<BR>\r\n10.Server and 3 selling points','','0','QT','305084.75','','','13','pcs','1','2025-06-30 14:29:40','','2','new','1','new','','',NULL),(54,'131751293362','3','3','2100000','retail','700000','0','2025-06-30 17:44:53','','1 MACHINE FOR BAR & 2 RESTAURANT','','500000','QT','320338.98','','','13','pcs','1','2025-06-30 14:44:53','','2','new','1','new','','',NULL),(55,'131751293362','4','4','1400000','retail','350000','0','2025-06-30 17:43:00','','FOR 3 SELLING POINT AND 1 FOR BAR','','250000','QT','213559.32','','','13','pcs','1','2025-06-30 14:43:00','','2','new','1','new','','',NULL),(56,'131751293362','13','1','100000','retail','100000','0','2025-06-30 17:44:23','','','','50000','QT','13793.103448276','','','13','','1','2025-06-30 14:44:23','','2','new','1','new','','',NULL); /*!40000 ALTER TABLE `purchaseorderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quantitycodes` -- DROP TABLE IF EXISTS `quantitycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quantitycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `company_id` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quantitycodes` -- LOCK TABLES `quantitycodes` WRITE; /*!40000 ALTER TABLE `quantitycodes` DISABLE KEYS */; INSERT INTO `quantitycodes` VALUES (1,'Pair','4B','Pair','Y','1','1'),(2,'Cap','AV','Cap','Y','1','2'),(3,'Barrel','BA','Barrel','Y','1','3'),(4,'bundle','BE','bundle','Y','1','4'),(5,'bag','BG','bag','Y','1','5'),(6,'block','BL','block','Y','1','6'),(7,'BLL Barrel (petroleum) (158,987 dm3)','BLL','BLL Barrel (petroleum) (158,987 dm3)','Y','1','7'),(8,'box','BX','box','Y','1','8'),(9,'Can','CA','Can','Y','1','9'),(10,'Cell','CEL','Cell','Y','1','10'),(11,'centimetre','CMT','centimetre','Y','1','11'),(12,'CARAT','CR','CARAT','Y','1','12'),(13,'Drum','DR','Drum','Y','1','13'),(14,'Dozen','DZ','Dozen','Y','1','14'),(15,'Gallon','GLL','Gallon','Y','1','15'),(16,'Gram','GRM','Gram','Y','1','16'),(17,'Gross','GRO','Gross','Y','1','17'),(18,'Kilo-Gramme','KG','Kilo-Gramme','Y','1','18'),(19,'kilometre','KTM','kilometre','Y','1','19'),(20,'kilowatt','KWT','kilowatt','Y','1','20'),(21,'Litre','L','Litre','Y','1','21'),(22,'pound','LBR','pound','Y','1','22'),(23,'link','LK','link','Y','1','23'),(24,'Litre','LTR','Litre','Y','1','24'),(25,'Metre','M','Metre','Y','1','25'),(26,'Square Metre','M2','Square Metre','Y','1','26'),(27,'Cubic Metre','M3','Cubic Metre','Y','1','27'),(28,'milligram','MGM','milligram','Y','1','28'),(29,'metre','MTR','metre','Y','1','29'),(30,'megawatt hour (1000 kW.h)','MWT','megawatt hour (1000 kW.h)','Y','1','30'),(31,'Number','NO','Number','Y','1','31'),(32,'part per thousand','NX','part per thousand','Y','1','32'),(33,'packet','PA','packet','Y','1','33'),(34,'plate','PG','plate','Y','1','34'),(35,'pair','PR','pair','Y','1','35'),(36,'reel','RL','reel','Y','1','36'),(37,'roll','RO','roll','Y','1','37'),(38,'set','SET','set','Y','1','38'),(39,'sheet','ST','sheet','Y','1','39'),(40,'tonne (metric ton)','TNE','tonne (metric ton)','Y','1','40'),(41,'tube','TU','tube','Y','1','41'),(42,'Pieces/item [Number]','U','Pieces/item [Number]','Y','1','42'),(43,'yard','YRD','yard','Y','1','43'); /*!40000 ALTER TABLE `quantitycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quotation` -- DROP TABLE IF EXISTS `quotation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quotation` ( `id` int(30) NOT NULL AUTO_INCREMENT, `supplier` text NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) DEFAULT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL DEFAULT 'quotation', `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `displayvat` varchar(50) DEFAULT NULL, `approvedby` int(11) DEFAULT NULL, `updatedid` int(11) DEFAULT NULL, `updateddate` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; INSERT INTO `quotation` VALUES (1,'4','11736406765','2025-01-09 10:12:45','','','1','2025-01-09 10:13:14','Taller 1','Main','2025-01-09 10:12:45','requisition','1','NA','','Approved','300','1','1','No',1,NULL,1,1,'2025-01-17 16:34:42'),(2,'3','11737120888','2025-01-17 16:34:48','','ss','1','2025-01-17 16:34:56','ROBISEARCH LTD ROBISEARCH LTD','','2025-02-16 16:00:34','quotation','1','30 Days','','new','411120','1','1','No',1,'yes',0,NULL,NULL),(3,'6','11739428991','2025-02-13 09:43:11',NULL,'','1','2025-02-13 09:46:19','tom','1','2025-02-13 09:43:11','requisition','1','NA','','Approved','440','1','1','No',1,'',1,1,'2025-02-13 10:02:33'),(4,'2','11739429232','2025-02-13 09:47:12','','robisearchxxxxxxxxx','1','2025-02-13 09:47:34','Default Default','','2025-03-15 09:00:47','quotation','1','30 Days','','new','320','1','1','No',1,'yes',1,NULL,NULL),(5,'3','11739429259','2025-02-13 09:47:39',NULL,'ddxxxxxxxx','1','2025-02-21 12:13:17','ROBISEARCH LTD ROBISEARCH LTD','ccccccccc','2025-03-15 09:00:47','quotation','','30 Days','','new','0','1','4','No',1,'yes',0,NULL,NULL),(6,'','11739430334','2025-02-13 10:05:34','','','1','2025-02-13 10:05:48','','1','2025-02-13 10:05:34','requisition','Main','NA','','Approved','2100','1','1','No',1,NULL,1,1,'2025-02-13 10:06:12'),(7,'2','11740133076','2025-02-21 13:17:57',NULL,'ss','1','2025-03-13 13:38:05','Default Default','','2025-03-23 13:00:17','quotation','','30 Days','','new','395','1','1','Yes',1,'yes',1,NULL,NULL),(8,'','141743084101','2025-03-27 17:01:41','','','14','2025-03-27 17:02:52','','','2025-04-26 17:00:01','quotation','1','30 Days','','new','0','1','14','No',1,'yes',0,NULL,NULL),(9,'','151743084083','2025-03-27 17:01:24','','','15','2025-03-27 17:02:54','','','2025-04-26 17:00:01','quotation','1','30 Days','','new','0','1','15','No',1,'yes',0,NULL,NULL),(13,'','131743514200','2025-04-01 16:30:00',NULL,'','13','2025-04-01 16:47:34','256703657447','256703657447','2025-05-01 16:00:30','quotation','','30 Days','','new','1780000','1','13','No',1,'no',13,NULL,NULL),(14,'','131744279501','2025-04-10 13:05:02',NULL,'MR DESTINY','13','2025-04-10 13:17:05','MR DESTINY','MR DESTINY','2025-05-10 13:00:05','quotation','','30 Days','','new','3950000','1','13','No',1,'no',13,NULL,NULL),(15,'','131744788818','2025-04-16 10:33:38',NULL,'GEORGE','13','2025-04-16 10:39:10','GEORGE','GEORGE','2025-05-16 10:00:33','quotation','','30 Days','','new','3000000','1','13','No',1,'no',13,NULL,NULL),(16,'','131745492014','2025-04-24 13:53:34',NULL,'7 DAYS INTERNATIONAL','13','2025-04-24 14:25:27','7 DAYS INTERNATIONAL LTD','7 DAYS INTERNATIONAL LTD','2025-05-24 13:00:53','quotation','','30 Days','','new','12400000','1','13','No',1,'no',13,NULL,NULL),(17,'','131745654992','2025-04-26 11:09:52',NULL,'BIOMETRICS QUOTE','13','2025-04-26 11:16:14','CUSTOMER','','2025-05-26 11:00:09','quotation','','30 Days','','new','2500000','1','13','No',1,'no',13,NULL,NULL),(18,'','131746435503','2025-05-07 11:58:23',NULL,'AGAPE SECONDARY SCHOOL','13','2025-05-07 10:29:27','AGAPE SECONDARY SCHOOL','AGAPE SECONDARY SCHOOL','2025-06-04 11:00:58','quotation','','30 Days','','new','4350000','1','13','No',1,'no',13,NULL,NULL),(19,'school','141746801689','2025-05-09 17:41:31','','education station for people around the community','14','2025-05-09 17:45:16','','','2025-06-08 17:00:41','quotation','1','30 Days','','new','0','1','14','No',1,'yes',13,NULL,NULL),(20,'','141746801967','2025-05-09 17:46:07',NULL,'EDUCATION CENTER','14','2025-05-10 09:42:38','+256772526769','','2025-06-08 17:00:46','quotation','','30 Days','','new','2750000','1','14','No',1,'no',13,NULL,NULL),(21,'','151746859231','2025-05-10 09:40:31','','','15','2025-05-10 09:41:09','','1','2025-05-10 09:40:31','requisition','1','NA','','new','0','1','15','No',1,NULL,13,NULL,NULL),(22,'','141747035186','2025-05-12 10:33:06',NULL,'HADASSAH PRIMARY SCHOOL','14','2025-05-12 10:45:29','HADASSAH PRIMARY SCHOOL','','2025-06-11 10:00:33','quotation','','30 Days','','new','1000000','1','14','No',1,'no',13,NULL,NULL),(23,'MBARARA DISCOVERY INSTITUTE','141747042722','2025-05-12 12:38:42','','DESK TOP FULL SET','14','2025-05-12 12:41:32','','','2025-06-11 12:00:38','quotation','1','30 Days','','new','2300000','1','14','No',1,'no',13,NULL,NULL),(24,'','141747821866','2025-05-21 13:04:27',NULL,'BASIC POS QUOTATION','14','2025-05-21 13:21:39','+256786437001','','2025-06-20 13:00:04','quotation','','30 Days','','new','2500000','1','14','No',1,'no',13,NULL,NULL),(25,'OLIVMARK INVESTMENTS LTD','141747835682','2025-05-21 16:54:43','','OLIVMARK INVESTMENTS LTD','14','2025-05-21 16:57:27','','','2025-06-20 16:00:54','quotation','1','30 Days','','new','2500000','1','14','No',1,'no',13,NULL,NULL),(26,'+256702853375','141748238750','2025-05-26 08:52:30','','+256702853375','14','2025-05-26 08:53:42','','','2025-06-25 08:00:52','quotation','1','30 Days','','new','8350000','1','14','No',1,'no',0,NULL,NULL),(27,'+256702853375','141748239778','2025-05-26 09:09:38','','+256702853375','14','2025-05-26 09:11:09','','','2025-06-25 09:00:09','quotation','1','30 Days','','new','3350000','1','14','No',1,'yes',13,NULL,NULL),(28,'','131748251678','2025-05-26 12:27:58',NULL,'THE AMOUNT EXCLUDES TRANSPORT FEE TO TANZANIA AND ACCOMODATION CHARGES','13','2025-05-26 12:33:45','DR REM','DR REM','2025-06-25 12:00:27','quotation','','30 Days','','new','15000000','1','13','No',1,'no',13,NULL,NULL),(29,'+256750048774','141748424799','2025-05-28 12:33:19','','+256750048774','14','2025-05-28 12:39:01','','','2025-06-27 12:00:33','quotation','1','30 Days','','new','1320000','1','14','No',1,'no',13,NULL,NULL),(30,'+256705996450','141748426927','2025-05-28 13:08:47','','+256705996450','14','2025-05-28 13:10:51','','','2025-06-27 13:00:08','quotation','1','30 Days','','new','2850000','1','14','No',1,'no',13,NULL,NULL),(31,'','131750063944','2025-06-16 11:52:24',NULL,'MEDI','13','2025-06-16 11:57:18','MEDI','MEDI','2025-07-16 11:00:52','quotation','','30 Days','','new','600000','1','13','No',1,'no',13,NULL,NULL),(32,'+256782018737','141750149022','2025-06-17 11:30:22','','+256782018737','14','2025-06-17 11:31:06','','','2025-07-17 11:00:30','quotation','1','30 Days','','new','1200000','1','14','No',1,'yes',13,NULL,NULL),(33,'+256782018737','141750149193','2025-06-17 11:33:13','','','14','2025-06-17 11:33:59','','','2025-07-17 11:00:33','quotation','1','30 Days','','new','1200000','1','14','No',1,'no',13,NULL,NULL),(34,'GOOBI HARDWARE WORLD','141750843578','2025-06-25 12:26:18','','GOOBI HARDWARE WORLD','14','2025-06-25 12:27:39','','','2025-07-25 12:00:26','quotation','1','30 Days','','new','3500000','1','14','No',1,'no',13,NULL,NULL),(35,'','131751293362','2025-06-30 17:22:44',NULL,'CHILAX RESTAURANT AND BAR','13','2025-06-30 17:45:28','CHILAX RESTAURANT AND BAR','','2025-07-30 17:00:22','quotation','','30 Days','','new','5600000','1','13','No',1,'no',13,NULL,NULL); /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reasons` -- DROP TABLE IF EXISTS `reasons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `reasons` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `reasons` -- LOCK TABLES `reasons` WRITE; /*!40000 ALTER TABLE `reasons` DISABLE KEYS */; /*!40000 ALTER TABLE `reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `receipt` -- DROP TABLE IF EXISTS `receipt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `receipt` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `transactioncode` varchar(100) DEFAULT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `overpayment` varchar(40) NOT NULL, `balance` decimal(10,2) NOT NULL DEFAULT 0.00, `companyid` varchar(100) NOT NULL, `paidby` varchar(50) NOT NULL, `exactime` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `paid` decimal(10,2) NOT NULL, `branchid` int(2) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `receipt` -- LOCK TABLES `receipt` WRITE; /*!40000 ALTER TABLE `receipt` DISABLE KEYS */; /*!40000 ALTER TABLE `receipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recharge` -- DROP TABLE IF EXISTS `recharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `recharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) NOT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recharge` -- LOCK TABLES `recharge` WRITE; /*!40000 ALTER TABLE `recharge` DISABLE KEYS */; /*!40000 ALTER TABLE `recharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `refundreasoncodes` -- DROP TABLE IF EXISTS `refundreasoncodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `refundreasoncodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `refundreasoncodes` -- LOCK TABLES `refundreasoncodes` WRITE; /*!40000 ALTER TABLE `refundreasoncodes` DISABLE KEYS */; INSERT INTO `refundreasoncodes` VALUES (1,'Missing Quantity','01',NULL,'Y','1'),(2,'Missing Waiting','02',NULL,'Y','2'),(3,'Damaged','03',NULL,'Y','3'),(4,'Wasted','04',NULL,'Y','4'),(5,'Raw Material Shortage','05',NULL,'Y','5'),(6,'Refund','06',NULL,'Y','6'),(7,'Wrong Customer PIN','07',NULL,'Y','7'),(8,'Wrong Customer name','08',NULL,'Y','8'),(9,'Wrong Amount/price','09',NULL,'Y','9'),(10,'Wrong Quantity','10',NULL,'Y','10'),(11,'Wrong Item(s)','11',NULL,'Y','11'),(12,'Wrong tax type','12',NULL,'Y','12'),(13,'Other reason','13',NULL,'Y','13'); /*!40000 ALTER TABLE `refundreasoncodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `regions` -- DROP TABLE IF EXISTS `regions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `regions` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `regions` -- LOCK TABLES `regions` WRITE; /*!40000 ALTER TABLE `regions` DISABLE KEYS */; INSERT INTO `regions` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `regions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `renewals` -- DROP TABLE IF EXISTS `renewals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `renewals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `renewals` -- LOCK TABLES `renewals` WRITE; /*!40000 ALTER TABLE `renewals` DISABLE KEYS */; /*!40000 ALTER TABLE `renewals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rentalpaymentmethodes` -- DROP TABLE IF EXISTS `rentalpaymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rentalpaymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rentalpaymentmethodes` -- LOCK TABLES `rentalpaymentmethodes` WRITE; /*!40000 ALTER TABLE `rentalpaymentmethodes` DISABLE KEYS */; INSERT INTO `rentalpaymentmethodes` VALUES (1,'RENT','','active','2021-09-17 06:53:31','1','1','4161','',1,NULL,1),(2,'DEPOSIT','DEPOSIT','active','2021-09-17 06:53:51','1','1','4162','',1,NULL,2),(3,'WATER/POWER DEPOSIT','','active','2021-09-17 06:56:08','1','1','4163','',1,NULL,3),(4,'PENALTY','','active','2021-09-17 06:56:20','1','1','4164','',1,NULL,4),(5,'WATER','','active','2021-09-17 06:56:41','1','1','4165','',1,NULL,5),(6,'PARTIAL PAYMENT','','active','2021-09-17 06:57:00','1','1','4166','',1,NULL,6),(7,'GARBAGE','','active','2021-09-17 06:57:23','1','1','4167','',1,NULL,7),(8,'DAMAGES','','active','2021-09-17 06:57:35','1','1','4168','',1,NULL,8),(9,'AGREEMENT FORM','','active','2021-09-17 06:58:32','1','1','4169','',1,NULL,9),(10,'POWER','','active','2021-09-17 06:59:00','1','1','4171','',1,NULL,10),(11,'SEWAGE','SEWAGE','active','2021-09-17 06:59:30','1','1','4172','',1,NULL,11),(12,'BED ONLY','','active','2021-09-17 06:59:55','1','1','4173','',1,NULL,12),(13,'BED AND BREAKFAST','','active','2021-09-17 07:00:38','1','1','4174','',1,NULL,13),(14,'POWER','eee','active','2023-04-14 17:13:29','1','1','4167','',1,NULL,10),(15,'WATER','','active','2023-08-16 09:49:06','1','1','4165','',1,NULL,5),(16,'SERVICE CHARGE','','active','2023-09-01 11:11:46','1','1','4169','',1,NULL,19); /*!40000 ALTER TABLE `rentalpaymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `report` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `type` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `school` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `contact` varchar(60) NOT NULL, `place` varchar(60) NOT NULL, `occurancedate` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report` -- LOCK TABLES `report` WRITE; /*!40000 ALTER TABLE `report` DISABLE KEYS */; /*!40000 ALTER TABLE `report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisition` -- DROP TABLE IF EXISTS `requisition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisition` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `taskid` varchar(30) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `subtaskid` varchar(50) DEFAULT NULL, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisition` -- LOCK TABLES `requisition` WRITE; /*!40000 ALTER TABLE `requisition` DISABLE KEYS */; /*!40000 ALTER TABLE `requisition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisitionitems` -- DROP TABLE IF EXISTS `requisitionitems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisitionitems` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `usedamount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `subtaskid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `createdate` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(10) NOT NULL, `expamount` varchar(10) NOT NULL, `uom` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisitionitems` -- LOCK TABLES `requisitionitems` WRITE; /*!40000 ALTER TABLE `requisitionitems` DISABLE KEYS */; /*!40000 ALTER TABLE `requisitionitems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissions` -- DROP TABLE IF EXISTS `rolepermissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissions` -- LOCK TABLES `rolepermissions` WRITE; /*!40000 ALTER TABLE `rolepermissions` DISABLE KEYS */; INSERT INTO `rolepermissions` VALUES ('accomodation',1),('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('assets',1),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',2),('cashiersales',4),('cashiersales',8),('complain',1),('config',1),('damagedproducts',1),('deals',1),('displayreport',1),('documents',1),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('incomingstore',1),('journalentry',1),('labourrecords',1),('lowproducts',1),('lowstocklist',1),('members',1),('password',1),('password',2),('password',4),('password',8),('payroll',1),('peoplecategory',1),('productlist',1),('products',1),('productscategory',1),('profile',1),('profile',8),('projectsmanagement',1),('purchases',1),('recorddelivery',1),('recorddelivery',2),('reports',1),('sales',1),('sales',2),('sales',4),('sales',8),('sendsms',1),('task',1),('taskscategory',1),('users',1),('viewreturnsales',1),('viewreturnsales',4),('wholesale',1); /*!40000 ALTER TABLE `rolepermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissionsactions` -- DROP TABLE IF EXISTS `rolepermissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=572 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissionsactions` -- LOCK TABLES `rolepermissionsactions` WRITE; /*!40000 ALTER TABLE `rolepermissionsactions` DISABLE KEYS */; INSERT INTO `rolepermissionsactions` VALUES (1,'sales','4','add'),(2,'sales','4','suspend'),(3,'sales','4','printreceipt'),(4,'sales','4','update'),(5,'sales','4','cash'),(6,'sales','4','delete'),(7,'sales','4','moresales'),(8,'sales','4','sale'),(9,'sales','4','Logout'),(10,'sales','4','mpesabalance'),(11,'sales','4','discount'),(12,'sales','4','reprint'),(13,'sales','4','select'),(14,'sales','4','printbill'),(15,'sales','4','productdiscount'),(16,'sales','4','mpesa'),(17,'sales','4','order'),(18,'sales','4','closebill'),(19,'sales','4','viewbuyingprice'),(20,'sales','4','editsellingprice'),(21,'sales','4','updatepaymentmode'),(22,'sales','4','card'),(23,'sales','4','clearpayments'),(24,'sales','4','cheque'),(25,'sales','4','creditnote'),(26,'sales','4','voucher'),(27,'sales','4','salesbeyondbprice'),(28,'sales','4','points'),(29,'sales','4','credit'),(30,'sales','4','selectroom'),(31,'sales','4','dontprint'),(32,'sales','4','accountlimit'),(33,'sales','4','backdatesales'),(34,'sales','4','recordcoins'),(35,'sales','4','changetaxstatus'),(36,'sales','4','leaseitems'),(37,'sales','4','giveloyalityponts'),(38,'sales','4','dontshowstock'),(39,'sales','4','splitbill'),(40,'sales','4','changeuomonsales'),(41,'sales','4','selecttable'),(42,'sales','4','printdelivery'),(43,'sales','4','sendsms'),(44,'sales','4','selectcurrency'),(45,'sales','4','salesperson'),(46,'sales','4','usekeyboard'),(47,'sales','4','receiptno'),(48,'sales','4','negativesales'),(49,'cashiersales','4','entermpesacode'),(50,'cashiersales','4','editmpesa'),(51,'cashiersales','4','all'),(52,'cashiersales','4','delete'),(53,'cashiersales','4','cashiersales'),(54,'cashiersales','4','editmpesadate'),(55,'cashiersales','4','dontshowtotal'),(56,'cashiersales','4','adddailycollection'),(57,'cashiersales','4','viewtill'),(58,'cashiersales','4','viewdailycollections'),(59,'cashiersales','4','deletedailycollections'),(60,'cashiersales','4','updatedailycollections'),(61,'cashiersales','4','reversempesa'),(62,'cashiersales','4','clearallsales'),(63,'cashiersales','4','viewallcollections'),(64,'cashiersales','4','viewallcounters'),(65,'cashiersales','4','mpesapendingreport'),(66,'cashiersales','4','mpesaverifiedreport'),(67,'cashiersales','4','viewcommission'),(68,'cashiersales','4','viewmpesamessages'),(69,'cashiersales','4','dailysalesonly'),(70,'viewreturnsales','4','add'),(71,'viewreturnsales','4','update'),(72,'viewreturnsales','4','delete'),(73,'viewreturnsales','4','return'),(74,'viewreturnsales','4','clear'),(75,'viewreturnsales','4','moresales'),(76,'password','4','change'),(77,'sales','8','add'),(78,'sales','8','suspend'),(79,'sales','8','update'),(80,'sales','8','cash'),(81,'sales','8','moresales'),(82,'sales','8','sale'),(83,'sales','8','Logout'),(84,'sales','8','displaycustomers'),(85,'sales','8','select'),(86,'sales','8','printbill'),(87,'sales','8','productdiscount'),(88,'sales','8','mpesa'),(89,'sales','8','order'),(90,'sales','8','closebill'),(91,'sales','8','viewbuyingprice'),(92,'sales','8','editsellingprice'),(93,'sales','8','updatepaymentmode'),(94,'sales','8','card'),(95,'sales','8','clearpayments'),(96,'sales','8','cheque'),(97,'sales','8','creditnote'),(98,'sales','8','voucher'),(99,'sales','8','salesbeyondbprice'),(100,'sales','8','points'),(101,'sales','8','credit'),(102,'sales','8','selectroom'),(103,'sales','8','dontprint'),(104,'sales','8','backdatesales'),(105,'sales','8','recordcoins'),(106,'sales','8','changetaxstatus'),(107,'sales','8','giveloyalityponts'),(108,'sales','8','dontshowstock'),(109,'sales','8','splitbill'),(110,'sales','8','changeuomonsales'),(111,'sales','8','selecttable'),(112,'sales','8','printdelivery'),(113,'sales','8','sendsms'),(114,'sales','8','selectcurrency'),(115,'sales','8','salesperson'),(116,'sales','8','usekeyboard'),(117,'sales','8','receiptno'),(118,'cashiersales','8','entermpesacode'),(119,'cashiersales','8','editmpesa'),(120,'cashiersales','8','all'),(121,'cashiersales','8','cashiersales'),(122,'cashiersales','8','editmpesadate'),(123,'cashiersales','8','dontshowtotal'),(124,'cashiersales','8','viewtill'),(125,'cashiersales','8','viewdailycollections'),(126,'cashiersales','8','updatedailycollections'),(127,'cashiersales','8','viewallcounters'),(128,'cashiersales','8','viewcommission'),(129,'cashiersales','8','viewmpesamessages'),(130,'cashiersales','8','dailysalesonly'),(131,'password','8','change'),(132,'profile','8','update'),(133,'sales','1','add'),(134,'sales','1','suspend'),(135,'sales','1','selectmessage'),(136,'sales','1','printreceipt'),(137,'sales','1','update'),(138,'sales','1','cash'),(139,'sales','1','delete'),(140,'sales','1','moresales'),(141,'sales','1','sale'),(142,'sales','1','Logout'),(143,'sales','1','mpesabalance'),(144,'sales','1','displaycustomers'),(145,'sales','1','discount'),(146,'sales','1','reprint'),(147,'sales','1','select'),(148,'sales','1','printbill'),(149,'sales','1','productdiscount'),(150,'sales','1','mpesa'),(151,'sales','1','order'),(152,'sales','1','closebill'),(153,'sales','1','viewbuyingprice'),(154,'sales','1','editsellingprice'),(155,'sales','1','updatepaymentmode'),(156,'sales','1','card'),(157,'sales','1','clearpayments'),(158,'sales','1','cheque'),(159,'sales','1','creditnote'),(160,'sales','1','voucher'),(161,'sales','1','salesbeyondbprice'),(162,'sales','1','points'),(163,'sales','1','credit'),(164,'sales','1','selectroom'),(165,'sales','1','dontprint'),(166,'sales','1','accountlimit'),(167,'sales','1','backdatesales'),(168,'sales','1','recordcoins'),(169,'sales','1','changetaxstatus'),(170,'sales','1','leaseitems'),(171,'sales','1','giveloyalityponts'),(172,'sales','1','dontshowstock'),(173,'sales','1','splitbill'),(174,'sales','1','changeuomonsales'),(175,'sales','1','selecttable'),(176,'sales','1','printdelivery'),(177,'sales','1','sendsms'),(178,'sales','1','selectcurrency'),(179,'sales','1','salesperson'),(180,'sales','1','usekeyboard'),(181,'sales','1','receiptno'),(182,'sales','1','negativesales'),(183,'wholesale','1','sale'),(184,'wholesale','1','add'),(185,'wholesale','1','delete'),(186,'wholesale','1','update'),(187,'cashiersales','1','entermpesacode'),(188,'cashiersales','1','editmpesa'),(189,'cashiersales','1','all'),(190,'cashiersales','1','delete'),(191,'cashiersales','1','cashiersales'),(192,'cashiersales','1','editmpesadate'),(193,'cashiersales','1','dontshowtotal'),(194,'cashiersales','1','adddailycollection'),(195,'cashiersales','1','viewtill'),(196,'cashiersales','1','viewdailycollections'),(197,'cashiersales','1','deletedailycollections'),(198,'cashiersales','1','updatedailycollections'),(199,'cashiersales','1','reversempesa'),(200,'cashiersales','1','clearallsales'),(201,'cashiersales','1','viewallcollections'),(202,'cashiersales','1','viewallcounters'),(203,'cashiersales','1','mpesapendingreport'),(204,'cashiersales','1','mpesaverifiedreport'),(205,'cashiersales','1','viewcommission'),(206,'cashiersales','1','viewmpesamessages'),(207,'cashiersales','1','dailysalesonly'),(208,'recorddelivery','1','add'),(209,'recorddelivery','1','view'),(210,'recorddelivery','1','update'),(211,'recorddelivery','1','delete'),(212,'recorddelivery','1','changestatus'),(213,'recorddelivery','1','report'),(214,'recorddelivery','1','Dispatched'),(215,'recorddelivery','1','FailedDelivery'),(216,'recorddelivery','1','ReturnedandReceived'),(217,'recorddelivery','1','Delivered'),(218,'recorddelivery','1','Claimraised'),(219,'recorddelivery','1','ClaimOK'),(220,'recorddelivery','1','ClaimDamaged'),(221,'purchases','1','add'),(222,'purchases','1','update'),(223,'purchases','1','delete'),(224,'purchases','1','updatebuyingprice'),(225,'purchases','1','updatesellingprice'),(226,'purchases','1','updateclosedinvoice'),(227,'purchases','1','viewquotation'),(228,'purchases','1','viewserials'),(229,'purchases','1','viewdirectpurchases'),(230,'purchases','1','viewpurchase'),(231,'purchases','1','salesorder'),(232,'purchases','1','budget'),(233,'purchases','1','showdefaultserials'),(234,'purchases','1','viewallcounters'),(235,'purchases','1','approve'),(236,'purchases','1','addbatchno'),(237,'purchases','1','addexpirydate'),(238,'viewreturnsales','1','add'),(239,'viewreturnsales','1','update'),(240,'viewreturnsales','1','delete'),(241,'viewreturnsales','1','return'),(242,'viewreturnsales','1','clear'),(243,'viewreturnsales','1','moresales'),(244,'income','1','View'),(245,'income','1','add'),(246,'income','1','wiewinvoices'),(247,'income','1','detailedvatinvoice'),(248,'incomeexpenses','1','add'),(249,'incomeexpenses','1','closeexpense'),(250,'incomeexpenses','1','update'),(251,'incomeexpenses','1','updateclosedexpenses'),(252,'incomeexpenses','1','wiewinvoices'),(253,'incomeexpenses','1','viewbills'),(254,'incomeexpenses','1','viewexpense'),(255,'incomeexpenses','1','viewdebtors'),(256,'incomeexpenses','1','viewcreditors'),(257,'incomeexpenses','1','postrentalexpenses'),(258,'accomodation','1','viewrooms'),(259,'accomodation','1','addhouse'),(260,'accomodation','1','dailysales'),(261,'accomodation','1','viewhouse'),(262,'accomodation','1','voucher'),(263,'accomodation','1','mpesa'),(264,'accomodation','1','points'),(265,'accomodation','1','credit'),(266,'accomodation','1','card'),(267,'accomodation','1','cash'),(268,'accomodation','1','cheque'),(269,'accomodation','1','checkinroom'),(270,'accomodation','1','checkoutroom'),(271,'accomodation','1','addroom'),(272,'accomodation','1','cancel'),(273,'accomodation','1','checkin'),(274,'accomodation','1','addcharges'),(275,'accomodation','1','givediscount'),(276,'accomodation','1','cleanrooms'),(277,'accomodation','1','updatecharges'),(278,'accomodation','1','updateroom'),(279,'accomodation','1','postexpense'),(280,'accomodation','1','updatehouse'),(281,'accomodation','1','Post Bank Deposits'),(282,'accomodation','1','managehotel'),(283,'accomodation','1','assignrooms'),(284,'accomodation','1','managerental'),(285,'accomodation','1','changepayment'),(286,'accomodation','1','housekeeping'),(287,'accomodation','1','customerregister'),(288,'accomodation','1','dailypayments'),(289,'accomodation','1','advancebooking'),(290,'accomodation','1','checkoutcustomerwithbalance'),(291,'accomodation','1','managecustomer'),(292,'accomodation','1','viewreports'),(293,'accomodation','1','accomodationmanager'),(294,'accomodation','1','accommodationcleaner'),(295,'accomodation','1','accommodationreceiptionist'),(296,'accomodation','1','config'),(297,'accomodation','1','viewroomcleaned'),(298,'accomodation','1','clearsales'),(299,'accomodation','1','dailycollections'),(300,'branch','1','add'),(301,'branch','1','view'),(302,'branch','1','update'),(303,'branch','1','delete'),(304,'members','1','add'),(305,'members','1','update'),(306,'members','1','deletepeople'),(307,'members','1','opencloseshift'),(308,'users','1','add'),(309,'users','1','update'),(310,'users','1','delete'),(311,'users','1','deleteallroles'),(312,'productscategory','1','add'),(313,'productscategory','1','update'),(314,'productscategory','1','delete'),(315,'productlist','1','bulk'),(316,'productlist','1','updatestock'),(317,'productlist','1','move'),(318,'productlist','1','more'),(319,'productlist','1','transfer'),(320,'productlist','1','addstock'),(321,'productlist','1','delete'),(322,'productlist','1','view'),(323,'productlist','1','update'),(324,'productlist','1','add'),(325,'productlist','1','openclosestock'),(326,'productlist','1','stocktaking'),(327,'productlist','1','editstocktaken'),(328,'productlist','1','editopenclosestock'),(329,'productlist','1','changeserialstatus'),(330,'productlist','1','viewserials'),(331,'productlist','1','viewproductsfromallbranches'),(332,'productlist','1','bulkpriceupdate'),(333,'productlist','1','viewbprice'),(334,'products','1','add'),(335,'products','1','update'),(336,'products','1','delete'),(337,'products','1','addstock'),(338,'products','1','more'),(339,'products','1','bulk'),(340,'products','1','deleteorder'),(341,'products','1','dispatch'),(342,'products','1','removestock'),(343,'products','1','price'),(344,'products','1','removeallstock'),(345,'products','1','bulkpriceupdate'),(346,'products','1','viewbprice'),(347,'incomingstock','1','add'),(348,'incomingstock','1','update'),(349,'incomingstock','1','view'),(350,'incomingstock','1','delete'),(351,'incomingstore','1','add'),(352,'incomingstore','1','delete'),(353,'incomingstore','1','view'),(354,'lowstocklist','1','add'),(355,'lowstocklist','1','more'),(356,'lowstocklist','1','view'),(357,'lowproducts','1','add'),(358,'lowproducts','1','update'),(359,'damagedproducts','1','add'),(360,'damagedproducts','1','update'),(361,'damagedproducts','1','delete'),(362,'projectsmanagement','1','view'),(363,'projectsmanagement','1','add'),(364,'projectsmanagement','1','update'),(365,'projectsmanagement','1','delete'),(366,'assets','1','add'),(367,'assets','1','update'),(368,'assets','1','delete'),(369,'accounting','1','deletebank'),(370,'accounting','1','deleteglaccount'),(371,'accounting','1','view'),(372,'bankdeposits','1','add'),(373,'bankdeposits','1','update'),(374,'bankdeposits','1','delete'),(375,'banktransfer','1','add'),(376,'journalentry','1','add'),(377,'accountingreports','1','view'),(378,'peoplecategory','1','add'),(379,'peoplecategory','1','update'),(380,'peoplecategory','1','delete'),(381,'labourrecords','1','add'),(382,'payroll','1','add'),(383,'reports','1','view'),(384,'reports','1','download'),(385,'reports','1','delete'),(386,'reports','1','update'),(387,'reports','1','viewall'),(388,'displayreport','1','view'),(389,'grouping','1','add'),(390,'grouping','1','update'),(391,'grouping','1','delete'),(392,'sendsms','1','add'),(393,'sendsms','1','update'),(394,'sendsms','1','delete'),(395,'sendsms','1','transfersms'),(396,'documents','1','add'),(397,'documents','1','update'),(398,'documents','1','delete'),(399,'documents','1','viewalldocuments'),(400,'humanresource','1','add'),(401,'humanresource','1','approve'),(402,'humanresource','1','update'),(403,'humanresource','1','delete'),(404,'humanresource','1','view'),(405,'humanresource','1','allocate'),(406,'humanresource','1','viewallpayroll'),(407,'humanresource','1','leavesetup'),(408,'humanresource','1','allleaves '),(409,'humanresource','1','bioattendance'),(410,'taskscategory','1','add'),(411,'taskscategory','1','update'),(412,'taskscategory','1','delete'),(413,'task','1','add'),(414,'task','1','update'),(415,'task','1','viewall'),(416,'task','1','delete'),(417,'task','1','postspecifictask'),(418,'task','1','postgeneraltask'),(419,'task','1','viewothersspecifictask'),(420,'task','1','viewothersgeneraltask'),(421,'task','1','assigntask'),(422,'task','1','posttaskforothers'),(423,'callcenter','1','add'),(424,'callcenter','1','upadate'),(425,'callcenter','1','view'),(426,'callcenter','1','download'),(427,'callcenter','1','delete'),(428,'deals','1','add'),(429,'deals','1','update'),(430,'deals','1','delete'),(431,'deals','1','viewall'),(432,'complain','1','add'),(433,'complain','1','view'),(434,'complain','1','update'),(435,'complain','1','allcompalin'),(436,'complain','1','delete'),(437,'events','1','add'),(438,'events','1','update'),(439,'events','1','delete'),(440,'password','1','change'),(441,'profile','1','update'),(442,'ecommerce','1','add'),(443,'ecommerce','1','update'),(444,'ecommerce','1','delete'),(445,'ecommerce','1','vieworders'),(446,'ecommerce','1','setup'),(447,'ecommerce','1','approveorders'),(448,'config','1','delete'),(449,'config','1','add'),(450,'config','1','update'),(512,'incomeexpenses','5','add'),(513,'incomeexpenses','5','closeexpense'),(514,'incomeexpenses','5','update'),(515,'incomeexpenses','5','updateclosedexpenses'),(516,'incomeexpenses','5','wiewinvoices'),(517,'incomeexpenses','5','viewbills'),(518,'incomeexpenses','5','viewexpense'),(519,'incomeexpenses','5','viewdebtors'),(520,'incomeexpenses','5','viewcreditors'),(521,'incomeexpenses','5','postrentalexpenses'),(522,'accounting','5','deletebank'),(523,'accounting','5','deleteglaccount'),(524,'accounting','5','view'),(525,'bankdeposits','5','add'),(526,'bankdeposits','5','update'),(527,'bankdeposits','5','delete'),(528,'banktransfer','5','add'),(529,'accountingreports','5','view'),(530,'sales','2','add'),(531,'sales','2','suspend'),(532,'sales','2','printreceipt'),(533,'sales','2','update'),(534,'sales','2','cash'),(535,'sales','2','moresales'),(536,'sales','2','sale'),(537,'sales','2','mpesa'),(538,'sales','2','card'),(539,'sales','2','updatepaymentmode'),(540,'sales','2','clearpayments'),(541,'sales','2','cheque'),(542,'sales','2','dontprint'),(543,'cashiersales','2','entermpesacode'),(544,'cashiersales','2','editmpesa'),(545,'cashiersales','2','cashiersales'),(546,'cashiersales','2','editmpesadate'),(547,'cashiersales','2','dontshowtotal'),(548,'cashiersales','2','adddailycollection'),(549,'cashiersales','2','viewtill'),(550,'cashiersales','2','viewdailycollections'),(551,'cashiersales','2','updatedailycollections'),(552,'cashiersales','2','mpesapendingreport'),(553,'cashiersales','2','viewallcounters'),(554,'cashiersales','2','mpesaverifiedreport'),(555,'cashiersales','2','viewcommission'),(556,'cashiersales','2','dailysalesonly'),(557,'cashiersales','2','viewmpesamessages'),(558,'recorddelivery','2','add'),(559,'recorddelivery','2','view'),(560,'recorddelivery','2','update'),(561,'recorddelivery','2','delete'),(562,'recorddelivery','2','changestatus'),(563,'recorddelivery','2','report'),(564,'recorddelivery','2','Dispatched'),(565,'recorddelivery','2','FailedDelivery'),(566,'recorddelivery','2','ReturnedandReceived'),(567,'recorddelivery','2','Delivered'),(568,'recorddelivery','2','Claimraised'),(569,'recorddelivery','2','ClaimOK'),(570,'recorddelivery','2','ClaimDamaged'),(571,'password','2','change'); /*!40000 ALTER TABLE `rolepermissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` int(20) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'Cashier','Cashier','2024-05-11 13:27:57','active','1','','1',''),(2,'Waiter','Waiter','2024-05-21 15:44:26','active','1','','1',''); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roomid` (`roomid`,`plotno`,`chargeid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; INSERT INTO `roomcharges` VALUES (1,'2','1','30000','active','2024-12-18 15:49:00','','1','','1','13 '),(2,'1','1','30000','active','2024-12-18 15:49:00','','1','','1','13 '),(3,'2','1','2000','active','2024-12-18 15:49:13','','1','','1','17 '),(4,'1','1','2000','active','2024-12-18 15:49:13','','1','','1','17 '),(7,'2','1','0','active','2025-01-28 09:26:55','','1','','1','12 '),(8,'1','1','0','active','2025-01-28 09:26:55','','1','','1','12 '); /*!40000 ALTER TABLE `roomcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcollection` -- DROP TABLE IF EXISTS `roomcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcollection` -- LOCK TABLES `roomcollection` WRITE; /*!40000 ALTER TABLE `roomcollection` DISABLE KEYS */; INSERT INTO `roomcollection` VALUES (1,'2024-12-20 11:33:18','11734683577','1000','','1000','1','1',1050,'2024-12-20 11:33:48','payment','qweeqweqwew',1,1),(2,'2024-12-20 11:39:26','11734683942','2000','','6000','1','1',1010,'2024-12-20 11:39:49','payment','swedqwed',1,1),(3,'2024-12-20 12:14:12','11734683942','1111','','28889','1','1',1050,'2024-12-20 12:14:25','payment','',1,1); /*!40000 ALTER TABLE `roomcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomsales` -- DROP TABLE IF EXISTS `roomsales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomsales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `plotno` int(11) NOT NULL, `houseno` varchar(20) NOT NULL, `customerid` int(20) DEFAULT NULL, `dateposted` varchar(30) NOT NULL, `total` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(10) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'New', `description` text NOT NULL, `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `branch` int(11) NOT NULL, `invoice` varchar(50) NOT NULL, `transactioncode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; INSERT INTO `roomsales` VALUES (1,1,'101',1,'2024-12-23 11:43:41',1000.00,1,1,'New','8','',0,1,'11734942253','11734683942'),(2,1,'102',2,'2025-01-30 04:57:13',0.00,1,1,'merged','29','2025-01-30 04:59:12am',1,1,'11738202221','11738202139'),(3,1,'102',1,'2025-02-02 17:18:29',0.00,1,1,'merged','35','2025-02-02 05:31:26pm',1,1,'11738505845','11738406170'),(4,1,'101',3,'2025-02-03 11:15:16',220.00,1,1,'New','37','',0,1,'11738570511','11738509785'),(5,1,'102',3,'2025-02-03 11:15:42',220.00,1,1,'New','39','',0,1,'11738570524','11738568966'),(6,1,'101',3,'2025-02-05 17:01:35',880.00,1,1,'New','37','',0,1,'11738763990','11738509785'),(7,1,'102',2,'2025-02-21 13:07:08',550.00,1,1,'New','45','',0,1,'11740132403','11739180891'),(8,1,'102',2,'2025-02-27 19:43:14',220.00,1,1,'Cleared','45','2025-02-27 19:43:14',1,1,'11740653729','11739180891'),(9,1,'102',2,'2025-03-13 12:11:32',340.00,1,1,'New','45','',0,1,'11741857017','11739180891'); /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `nhif` int(20) DEFAULT NULL, `nssf` varchar(20) DEFAULT NULL, `paye` varchar(20) DEFAULT NULL, `advance` varchar(20) DEFAULT NULL, `otherdeductions` varchar(20) DEFAULT NULL, `currency` varchar(20) DEFAULT NULL, `transactiontypecode` varchar(20) DEFAULT NULL, `chargetype` varchar(20) DEFAULT NULL, `paymenttype` varchar(20) NOT NULL, `nhifrelief` decimal(10,2) NOT NULL, `houselevy` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salarycharges` -- LOCK TABLES `salarycharges` WRITE; /*!40000 ALTER TABLE `salarycharges` DISABLE KEYS */; INSERT INTO `salarycharges` VALUES (6,2,'House Allowance','2019-03-28 12:47:59','Active','1','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Painting','2024-02-26 12:44:38','Active','1','','1','Pay','Fixed','Fixed',1.00,500.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Branding ','2024-02-26 12:44:20','Active','1','','1','Pay','Variable','Variable',1.00,200.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'SHIF','2025-01-24 06:22:16','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'2.75'),(15,11,'Advances','2019-03-28 13:00:47','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'Loan payment','2019-03-28 13:03:14','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,14,'destruction','2019-03-28 13:04:59','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(19,15,'Loan','2019-06-11 13:31:04','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''),(20,26,'staff Uniforms','2023-05-15 08:38:23','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(21,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(22,25,'LOST/DAMAGED ITEM','2023-05-15 08:38:05','Active','1','','1','Deduction','Variable','Fixed',1.00,900.00,''),(23,18,'sales cut ','2020-12-15 19:06:21','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(24,19,'UNPAID LEAVE DAYS','2021-04-05 10:49:16','Active','1','','1','Deduction','Variable','Fixed',1.00,0.00,''),(25,20,'DEDUCTION','2021-04-05 10:49:55','Active','1','','1','Deduction','Fixed','Variable',1.00,0.00,''),(26,21,'Insurance cover ','2022-02-04 10:16:25','Active','1','','1','Deduction','Variable','Fixed',1.00,0.00,''),(27,22,'PERFORMANCE PAY CUT','2023-01-23 12:04:28','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(28,23,'SALES COMMISSION','2023-03-02 09:44:12','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''),(29,24,'staff uniform shirts','2023-04-03 16:29:31','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'1'),(30,2005,'House Levy','2023-09-02 08:12:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'1.5'); /*!40000 ALTER TABLE `salarycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales` -- DROP TABLE IF EXISTS `sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` text NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) DEFAULT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `change` varchar(20) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,2) DEFAULT NULL, `tocurrencyamount` decimal(10,2) NOT NULL, `currcptno` varchar(50) NOT NULL, `totrcptno` varchar(50) NOT NULL, `intrldata` text NOT NULL, `rcptsign` text NOT NULL, `sdcdatetime` varchar(50) NOT NULL, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales` -- LOCK TABLES `sales` WRITE; /*!40000 ALTER TABLE `sales` DISABLE KEYS */; INSERT INTO `sales` VALUES (1,'CASH','Invoice','0.00','2025-05-16 10:00:33','GEORGE','-2025000','13','2025-04-16 12:21:20','30','0','3000000.00','1','Retail',NULL,'','1','','','2025000','','','975000','printed','GEORGE','RO00010','1','','131744788818','No','13','2025-04-16 12:23:19','','','5','','',NULL,0.00,0.00,0,NULL,NULL,NULL,NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2,'119314305634,118950452464','Invoice','0.00','2025-04-23 23:59:59','','-600000','13','2025-04-23 14:35:14','31','0','1800000.00','1','Retail',NULL,'','1','','','600000','','1200000','','printed','','RO00011','1','','1311745407836','No','','','','','','','',NULL,0.00,0.00,0,NULL,NULL,NULL,NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''); /*!40000 ALTER TABLE `sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_holding` -- DROP TABLE IF EXISTS `sales_holding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_holding` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) DEFAULT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `change` varchar(20) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,2) DEFAULT NULL, `tocurrencyamount` decimal(10,2) NOT NULL, `currcptno` varchar(50) NOT NULL, `totrcptno` varchar(50) NOT NULL, `intrldata` text NOT NULL, `rcptsign` text NOT NULL, `sdcdatetime` varchar(50) NOT NULL, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) NOT NULL DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`userid`,`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_holding` -- LOCK TABLES `sales_holding` WRITE; /*!40000 ALTER TABLE `sales_holding` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_holding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order` -- DROP TABLE IF EXISTS `sales_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `taxcode` varchar(50) DEFAULT NULL, `myinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_order` -- LOCK TABLES `sales_order` WRITE; /*!40000 ALTER TABLE `sales_order` DISABLE KEYS */; INSERT INTO `sales_order` VALUES (1,'131744788818','5',1.00,'3000000','retail','0','2025-04-16 10:38:51','','','','','PO',0.00,'3000000','','','13','16','1','2025-04-16 09:23:08','','1','printed','1','new','','1','','13','yes','','0','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'','',NULL,'131744788819'),(2,'1311745407836','6',1.00,'1800000','','0','2025-04-23 14:34:56','','','','','PO',0.00,'1800000','','','13','16','1','2025-04-23 11:35:17','','2','printed','1','new','','1','','','yes','','0','','','EXEMPTED',0.00,'0','','','Inclusive','branch','','','',NULL,'','',NULL,NULL); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_ordercancelled` -- DROP TABLE IF EXISTS `sales_ordercancelled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_ordercancelled` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_ordercancelled` -- LOCK TABLES `sales_ordercancelled` WRITE; /*!40000 ALTER TABLE `sales_ordercancelled` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_ordercancelled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderholding` -- DROP TABLE IF EXISTS `sales_orderholding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderholding` ( `myinvoice` varchar(50) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderholding` -- LOCK TABLES `sales_orderholding` WRITE; /*!40000 ALTER TABLE `sales_orderholding` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderholding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderkitchen` -- DROP TABLE IF EXISTS `sales_orderkitchen`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderkitchen` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderkitchen` -- LOCK TABLES `sales_orderkitchen` WRITE; /*!40000 ALTER TABLE `sales_orderkitchen` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderkitchen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_reading` -- DROP TABLE IF EXISTS `sales_reading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_reading` ( `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `id` int(30) NOT NULL AUTO_INCREMENT, `status` varchar(30) NOT NULL DEFAULT 'new', `category` varchar(30) NOT NULL, `maincategory` varchar(10) NOT NULL, `start` varchar(100) NOT NULL, `close` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_reading` -- LOCK TABLES `sales_reading` WRITE; /*!40000 ALTER TABLE `sales_reading` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_reading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreading` -- DROP TABLE IF EXISTS `salesreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreading` -- LOCK TABLES `salesreading` WRITE; /*!40000 ALTER TABLE `salesreading` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreport` -- DROP TABLE IF EXISTS `salesreport`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreport` ( `id` int(50) NOT NULL, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `title` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `reportdate` varchar(50) NOT NULL, `recommendation` text NOT NULL, `controller` varchar(40) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreport` -- LOCK TABLES `salesreport` WRITE; /*!40000 ALTER TABLE `salesreport` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreport` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salestatuscodes` -- DROP TABLE IF EXISTS `salestatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salestatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salestatuscodes` -- LOCK TABLES `salestatuscodes` WRITE; /*!40000 ALTER TABLE `salestatuscodes` DISABLE KEYS */; INSERT INTO `salestatuscodes` VALUES (1,'01',NULL,'Y','Wait for Approval','1'),(2,'02',NULL,'Y','Approved','2'),(3,'03',NULL,'Y','Cancel Requested','3'),(4,'04',NULL,'Y','Canceled','4'),(5,'05',NULL,'Y','Refunded','5'),(6,'06',NULL,'Y','Transferred','6'); /*!40000 ALTER TABLE `salestatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serials` -- DROP TABLE IF EXISTS `serials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serials` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `otherserial` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `serial` (`serial`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serials` -- LOCK TABLES `serials` WRITE; /*!40000 ALTER TABLE `serials` DISABLE KEYS */; /*!40000 ALTER TABLE `serials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serialstocktaking` -- DROP TABLE IF EXISTS `serialstocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serialstocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `serial` varchar(50) NOT NULL, `sellingprice` varchar(20) NOT NULL, `buyingprice` varchar(20) NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serialstocktaking` -- LOCK TABLES `serialstocktaking` WRITE; /*!40000 ALTER TABLE `serialstocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `serialstocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `setting` ( `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms` -- DROP TABLE IF EXISTS `sms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms` ( `id` int(30) NOT NULL AUTO_INCREMENT, `contact` varchar(60) NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `smscount` int(11) NOT NULL, `messageId` int(11) NOT NULL, `response` text NOT NULL, `cost` int(11) NOT NULL, `bulkId` varchar(100) NOT NULL, `qty` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms` -- LOCK TABLES `sms` WRITE; /*!40000 ALTER TABLE `sms` DISABLE KEYS */; /*!40000 ALTER TABLE `sms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_in` -- DROP TABLE IF EXISTS `sms_in`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_in` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sms_text` varchar(1600) DEFAULT NULL, `sender_number` varchar(50) DEFAULT NULL, `sent_dt` datetime DEFAULT NULL, `code` varchar(15) NOT NULL, `amount` decimal(10,2) NOT NULL DEFAULT 0.00, `firstname` varchar(15) DEFAULT NULL, `lastname` varchar(15) DEFAULT NULL, `msisdn` varchar(50) DEFAULT '0', `used` int(5) NOT NULL DEFAULT 0, `exactime` datetime NOT NULL, `txn_time` varchar(50) DEFAULT NULL, `middlename` varchar(50) DEFAULT NULL, `account_number` varchar(50) DEFAULT NULL, `business_shortcode` varchar(50) DEFAULT NULL, `transactionType` varchar(30) DEFAULT NULL, `printed` int(5) NOT NULL DEFAULT 0, `OrgAccountBalance` decimal(10,2) NOT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms_in` -- LOCK TABLES `sms_in` WRITE; /*!40000 ALTER TABLE `sms_in` DISABLE KEYS */; INSERT INTO `sms_in` VALUES (1,NULL,'defdae5349d9d357c2772 ***** 83066d423fe45cd075ff05','2025-03-24 18:59:26','TCM9PEJR09',95000.00,'DAVID',NULL,'0',2,'2025-03-24 18:59:26','2025-03-24 18:59:26',NULL,'','398732','Customer Merchant Payment',0,95000.00,1),(2,NULL,'c7faf7e140eba2c37bca05aa377b362e7d35572e0ea9532d64','2025-03-24 19:15:54','TCM4PIOU5W',56000.00,'susan',NULL,'0',2,'2025-03-24 19:15:54','2025-03-24 19:15:54',NULL,'','398931','Customer Merchant Payment',0,56000.00,1),(3,NULL,'e8e5501037016c4dedb2dffb22bd9b7f44a1de6e2b8b16b66d','2025-03-22 19:33:35','TCM7PN9PXH',81000.00,'Dennis',NULL,'0',2,'2025-03-22 19:33:35','2025-03-22 19:33:35',NULL,'','398732','Customer Merchant Payment',0,176000.00,1),(4,NULL,'6d9c2e4e21cb97f0a7c5dbdc23024343e242c0cf495de78be8','2025-03-22 19:44:16','TCM5PQ2QL5',400.00,'Ruth',NULL,'0',2,'2025-03-22 19:44:16','2025-03-22 19:44:16',NULL,'','398732','Customer Merchant Payment',0,176400.00,1),(5,NULL,'a1ceaaccf633a07114054c7ab196dfd7c3d266d28c88b5c6e8','2025-03-22 20:58:17','TCM3Q6GO47',48920.00,'JULIET',NULL,'0',2,'2025-03-22 20:58:17','2025-03-22 20:58:17',NULL,'','398931','Customer Merchant Payment',0,104920.00,1),(6,NULL,'8535019f5dd5453df466c0d793a39d63556d709ccd640d798c','2025-03-22 21:50:40','TCM4QEWW7I',50000.00,'Teresa',NULL,'0',2,'2025-03-22 21:50:40','2025-03-22 21:50:40',NULL,'','398904','Customer Merchant Payment',0,50000.00,1),(7,NULL,'bfcfcb0be8f9e00c0355ff56b6162c405fae57596cbd63c55b','2025-03-23 11:39:02','TCN8RSZG2K',71000.00,'boniface',NULL,'0',2,'2025-03-23 11:39:02','2025-03-23 11:39:02',NULL,'','398931','Customer Merchant Payment',0,71000.00,1),(8,NULL,'52d8f6040687d7134c51f5bb7caffef8e28adc2828a1ee9848','2025-03-23 11:43:24','TCN0RTJ7EE',30000.00,'Fredrick',NULL,'0',2,'2025-03-23 11:43:24','2025-03-23 11:43:24',NULL,'','398931','Customer Merchant Payment',0,101000.00,1),(9,NULL,'84b6c5ae8c2bc5c92b4672 ***** 5218d83a667d8487cc0f1','2025-03-23 12:04:16','TCN5RW5J11',52000.00,'juliet',NULL,'0',2,'2025-03-23 12:04:16','2025-03-23 12:04:16',NULL,'','398931','Customer Merchant Payment',0,153000.00,1),(10,NULL,'e2898e8f8fa8bc2c3a60a51ef11750d9794232e1928c3127a0','2025-03-23 12:17:09','TCN8RXRFD8',52000.00,'charles',NULL,'0',2,'2025-03-23 12:17:09','2025-03-23 12:17:09',NULL,'','398732','Customer Merchant Payment',0,52000.00,1),(11,NULL,'c5ee6fbc01cec773bfd165f099a7f5183735533a973e1a4dcc','2025-03-23 12:20:02','TCN7RY4K8T',45000.00,'PAUL',NULL,'0',2,'2025-03-23 12:20:02','2025-03-23 12:20:02',NULL,'','398732','Customer Merchant Payment',0,97000.00,1),(12,NULL,'77a1dcc384efecfa3590ea1d7f77832cb153192bc4f027b738','2025-03-23 12:34:05','TCN2RZX66K',51500.00,'jedidah',NULL,'0',2,'2025-03-23 12:34:05','2025-03-23 12:34:05',NULL,'','398931','Customer Merchant Payment',0,204500.00,1),(13,NULL,'c7faf7e140eba2c37bca05aa377b362e7d35572e0ea9532d64','2025-03-23 13:52:16','TCN6SAGPVG',54000.00,'susan',NULL,'0',2,'2025-03-23 13:52:16','2025-03-23 13:52:16',NULL,'','398931','Customer Merchant Payment',0,258500.00,1),(14,NULL,'30761dfe23e90a5cd584a90c1596c910739cbcc0d43cf6a823','2025-03-23 13:56:01','TCN5SB0GP5',47000.00,'STEPHEN',NULL,'0',2,'2025-03-23 13:56:01','2025-03-23 13:56:01',NULL,'','398931','Customer Merchant Payment',0,305500.00,1),(15,NULL,'20e616496f80099dce58ca3038709afc862b183c7ddf3ebf1a','2025-03-23 14:46:17','TCN8SI8WT8',72000.00,'PRISCA',NULL,'0',2,'2025-03-23 14:46:17','2025-03-23 14:46:17',NULL,'','398931','Customer Merchant Payment',0,72000.00,1),(16,NULL,'da777734345e862544b32e85f8f737ded98ae3862966d3597d','2025-03-23 15:07:49','TCN3SLCHXH',25000.00,'Meshak',NULL,'0',2,'2025-03-23 15:07:49','2025-03-23 15:07:49',NULL,'','398931','Customer Merchant Payment',0,97000.00,1),(17,NULL,'1e44e7d7415 ***** 3461b6d262d8de0e27f4e7d5bb9014fe','2025-03-23 15:13:00','TCN5SM3HQJ',73000.00,'RUTH',NULL,'0',2,'2025-03-23 15:13:00','2025-03-23 15:13:00',NULL,'','398732','Customer Merchant Payment',0,73000.00,1),(18,NULL,'b94e03f9e2ce6fa33eec9fddace09aa14bb26f716f06c2f2b5','2025-03-23 16:18:27','TCN5SVPO3T',51000.00,'assiah',NULL,'0',2,'2025-03-23 16:18:27','2025-03-23 16:18:27',NULL,'','398931','Customer Merchant Payment',0,148000.00,1),(19,NULL,'6d9c2e4e21cb97f0a7c5dbdc23024343e242c0cf495de78be8','2025-03-23 16:44:40','TCN8SZNPFW',61000.00,'Ruth',NULL,'0',2,'2025-03-23 16:44:40','2025-03-23 16:44:40',NULL,'','398732','Customer Merchant Payment',0,134000.00,1),(20,NULL,'a1ceaaccf633a07114054c7ab196dfd7c3d266d28c88b5c6e8','2025-03-23 16:57:04','TCN8T1KOE0',54000.00,'JULIET',NULL,'0',2,'2025-03-23 16:57:04','2025-03-23 16:57:04',NULL,'','398931','Customer Merchant Payment',0,54000.00,1),(21,NULL,'3673 ***** 952e5c86fe4335cebeaa9960da2c7fdd638bd06','2025-03-23 16:59:42','TCN5T1ZQ59',53000.00,'DORCAS',NULL,'0',2,'2025-03-23 16:59:42','2025-03-23 16:59:42',NULL,'','398732','Customer Merchant Payment',0,53000.00,1),(22,NULL,'1813813e8803d6f9cb7f59c143798970c1662f2fc2d30e0e96','2025-03-23 17:35:28','TCN4T7RE20',71100.00,'teresa',NULL,'0',2,'2025-03-23 17:35:28','2025-03-23 17:35:28',NULL,'','398931','Customer Merchant Payment',0,125100.00,1),(23,NULL,'a3b35ca1c9978fa5a2c62d2df9606cb68274ac019c569d9079','2025-03-23 17:55:58','TCN9TB77SR',30000.00,'MILKAH',NULL,'0',2,'2025-03-23 17:55:58','2025-03-23 17:55:58',NULL,'','398931','Customer Merchant Payment',0,155100.00,1),(24,NULL,'81a51d75d6f2684a767a61ced139fb1152f7af5774b07780e0','2025-03-23 18:38:58','TCN8TJB0CC',79000.00,'ISAAC',NULL,'0',2,'2025-03-23 18:38:58','2025-03-23 18:38:58',NULL,'','398732','Customer Merchant Payment',0,132000.00,1),(25,NULL,'996a152d37c6b07392572174dc502772f5e7dd227e1daca32c','2025-03-23 18:44:33','TCN1TKFM3H',68000.00,'BRIAN',NULL,'0',2,'2025-03-23 18:44:33','2025-03-23 18:44:33',NULL,'','398732','Customer Merchant Payment',0,200000.00,1),(26,NULL,'3673 ***** 952e5c86fe4335cebeaa9960da2c7fdd638bd06','2025-03-23 18:44:44','TCN7TKGVR9',54000.00,'DORCAS',NULL,'0',2,'2025-03-23 18:44:44','2025-03-23 18:44:44',NULL,'','398732','Customer Merchant Payment',0,254000.00,1),(27,NULL,'be970f11324dcf34bf9a9bf879784460d29830e5fabe1ee4fd','2025-03-23 18:46:32','TCN8TKUGOY',52120.00,'john',NULL,'0',2,'2025-03-23 18:46:32','2025-03-23 18:46:32',NULL,'','398931','Customer Merchant Payment',0,207220.00,1),(28,NULL,'e7c4fc296c8802d8ff8928244ccadbc8788e70564a76491028','2025-03-23 19:00:11','TCN9TNSABX',46000.00,'Simon',NULL,'0',2,'2025-03-23 19:00:11','2025-03-23 19:00:11',NULL,'','398931','Customer Merchant Payment',0,253220.00,1),(29,NULL,'9b01fa3f4c661872666b71dd28af2150a56016a5adb59a3001','2025-03-23 19:20:22','TCN9TSHC35',31500.00,'Patrick',NULL,'0',2,'2025-03-23 19:20:22','2025-03-23 19:20:22',NULL,'','398931','Customer Merchant Payment',0,284720.00,1),(30,NULL,'9b01fa3f4c661872666b71dd28af2150a56016a5adb59a3001','2025-03-23 19:23:25','TCN8TT7D96',150.00,'Patrick',NULL,'0',2,'2025-03-23 19:23:25','2025-03-23 19:23:25',NULL,'','398931','Customer Merchant Payment',0,284870.00,1),(31,NULL,'92c3d9751 ***** 9716a92670e582eb5a87717e1cc08699e0','2025-03-23 20:50:40','TCN0UB87V8',32890.00,'FREDRICK',NULL,'0',2,'2025-03-23 20:50:40','2025-03-23 20:50:40',NULL,'','398931','Customer Merchant Payment',0,317760.00,1),(32,NULL,'d5084e6edb7a955f6f481b208b76ab4c3631 ***** 134ac35','2025-03-23 20:54:06','TCN5UBST57',40070.00,'hellen',NULL,'0',2,'2025-03-23 20:54:06','2025-03-23 20:54:06',NULL,'','398931','Customer Merchant Payment',0,357830.00,1),(33,NULL,'0d30f83ea84f34965ee86660221c8053efbf0a70f06a42b971','2025-03-23 21:20:53','TCN5UFU9U1',108.00,'JOSEPH',NULL,'0',2,'2025-03-23 21:20:53','2025-03-23 21:20:53',NULL,'','398732','Customer Merchant Payment',0,254108.00,1),(34,NULL,'6d9c2e4e21cb97f0a7c5dbdc23024343e242c0cf495de78be8','2025-03-23 22:18:45','TCN1UML3O1',40000.00,'Ruth',NULL,'0',2,'2025-03-23 22:18:45','2025-03-23 22:18:45',NULL,'','398732','Customer Merchant Payment',0,294108.00,1); /*!40000 ALTER TABLE `sms_in` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smsconfig` -- DROP TABLE IF EXISTS `smsconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smsconfig` ( `id` int(30) NOT NULL, `username` text NOT NULL, `apikey` text NOT NULL, `from` varchar(50) NOT NULL, `link` text NOT NULL, `businessname` text NOT NULL, `contact` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `contactperson` varchar(100) NOT NULL, `password` varchar(50) NOT NULL, `contact2` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `currencysymbol` varchar(100) NOT NULL, `tax1` varchar(100) NOT NULL, `tax1rate` varchar(100) NOT NULL, `tax2` varchar(100) NOT NULL, `tax2rate` varchar(100) NOT NULL, `website` varchar(100) NOT NULL, `returnpolicy` text NOT NULL, `logo` text NOT NULL, `paymenttypes` text NOT NULL, `country` varchar(50) NOT NULL, `totalsms` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `display1` varchar(5) NOT NULL, `display2` varchar(5) NOT NULL, `maindiscount` varchar(10) NOT NULL DEFAULT 'no', `receiptdescription` varchar(5) NOT NULL DEFAULT 'yes', `deadline` text NOT NULL, `tillno` text NOT NULL, `invoicedetails` text NOT NULL, `barcode` varchar(3) NOT NULL DEFAULT 'no', `deadlinedetails` text NOT NULL, `businesskey` text NOT NULL, `display` varchar(30) NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `starttime` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `view` text NOT NULL, `receipt` varchar(50) NOT NULL, `mode` varchar(30) NOT NULL, `feedback` text NOT NULL, `sendfeedback` varchar(10) NOT NULL, `dublicate` varchar(10) NOT NULL, `smscompany` varchar(30) NOT NULL DEFAULT 'Infobip', `newuser` varchar(30) NOT NULL, `newpassword` varchar(30) NOT NULL, `senderid` varchar(30) NOT NULL, `leftoverview` text NOT NULL, `rightoverview` text NOT NULL, `assetaccount` varchar(50) NOT NULL, `salesaccount` varchar(50) NOT NULL, `expenseaccount` varchar(50) NOT NULL, `starthappyhour` varchar(20) NOT NULL, `endhappyhourse` varchar(20) NOT NULL, `statushappyhour` varchar(20) NOT NULL, `salesmethod` varchar(20) NOT NULL, `plot` int(11) NOT NULL DEFAULT 10, `defautpage` varchar(255) NOT NULL DEFAULT 'user/home', `ecommerce` varchar(10) NOT NULL DEFAULT 'deactivate', `landingpage` varchar(40) NOT NULL DEFAULT 'products', `path` text NOT NULL, `shortcode` text NOT NULL, `confirmationurl` text NOT NULL, `validationurl` text NOT NULL, `responseType` text NOT NULL, `consumer_key` text NOT NULL, `consumer_secret` text NOT NULL, `signature` text DEFAULT NULL, `kitchen` varchar(30) NOT NULL DEFAULT 'no', `kitchenid` int(11) DEFAULT NULL, `receiptlogo` varchar(10) NOT NULL DEFAULT 'no', `bankcode` varchar(20) NOT NULL DEFAULT 'no', `menutype` varchar(50) NOT NULL DEFAULT 'Left', `hscode` varchar(20) NOT NULL DEFAULT 'YES', `smslogin` varchar(50) NOT NULL DEFAULT 'no', `servicecharge` varchar(20) NOT NULL DEFAULT '3', `displayservicecharge` varchar(20) NOT NULL DEFAULT 'no', `restricttill` varchar(20) DEFAULT 'no', `currency` varchar(20) NOT NULL DEFAULT 'no', `etims` varchar(20) NOT NULL DEFAULT 'no', `etimsonline` varchar(5) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smsconfig` -- LOCK TABLES `smsconfig` WRITE; /*!40000 ALTER TABLE `smsconfig` DISABLE KEYS */; INSERT INTO `smsconfig` VALUES (1,'76','c8d1ec0b9d21d199d6d7514ce002b85fd3022037d31141cecf5ea57902320994f885c92064cc2bee019f87df642212ac30505551','Robisearch','','<H3 style=\"margin:0px;color:blue\">ROBISEARCH UGANDA LIMITED</H3>\r\nMabiriizi Complex-Kampala.<br>\r\n0747048222, www.robisearch.com<BR>\r\nPAYMENT MODE-AIRTEL MONEY PHONE NO.0747048222\r\n\r\n\r\n\r\n','254718667391','Nairobi Ngara','support@robisearch.com','ROBISEARCHPOS','Pay within 30days <br>\r\n','Robisearch Admin','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','','UGX','VAT','18','levy','2','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2025-04-011743514928.png','1','231 ','','13','2025-06-16 11:59:22','no','no','no','no','SDzIKYaYtATpfo/EVFraDIMElgxm/eUKz0a0klDAj0P+A/5YZ5yTrQWev2ai8fPM1orwdAvt52eA7684zE6GEQ==','','<B> INVOICE TERMS</B></BR>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2.Initial deposit of 80% and balance of 20% in 30 days\r\n2. Good once sold are not returnable<br>\r\n','no','You have not paid your pending balance or you have not paid your annual maintenance fees. Kindly send the payment through our Playbill no:522522 and Acc No:1171211120 for you to continue enjoying our services.','tUFUorQ549ZLCUIWkKeuJ54X9KvRKy4KDTD3A2V046y78JidtLcnEuZUSd/T5KazYJRtNxu0iY/BBwRnqXJZguj6Sv4w2teeMzR/vm6Qaclf0v9xh7du671dmw/u/CW4','100','Current','Current','00:00','23:59','Retail','One Without Automatic Logout','Before Receipt','thank you for shopping with us. ','yes','yes','Advanta','ROBISEARCHLTD','Robisearch@2018','SMSCHAPCHAP','<b>About Robisearch Ltd</b><br>\r\nRobisearch Ltd is an ICT youth based company that begun in 2011 as a result of innovations that transform lives globally. We are innovator behind Biometric lands system and digital birth card system that could help fight terrorisms. We are a member of the Nairobi Chambers (KNCCI) organization and AGPO. We offer attachment /internships opportunity to 60 students on annual basis as a way of creating job opportunity to youths in Kenya. We have great experience in dealing with customers having handled over 500 customers’ country wide. Some of services are:<p class=\"text-center\">\r\n<h3>OUR SERVICES</h3>\r\nBelow are some of our services and solutions:<br>\r\n• Biometric system for schools and business : Price= From Ksh.50,000<br>\r\n• Bulk Sms services(Bulksms ChapChap) : Price= From Ksh.5,000<br>\r\n• Best Erp/Point of Sale/ Inventory Control Software : Price= From Ksh.50,000<br>\r\n• Property Management software that conforms to the Big 4 government agenda. : Price= From Ksh.100,000<br>\r\n\r\nNOTE: You can give discount upto 20% of the above selling price.\r\n</p>\r\n\r\n<p>\r\nOur Vision<br>\r\nTransforming the world through innovation<br>\r\nOur Mission<br>\r\nTo be the best ICT company offering innovate services globally.\r\nBiometric Systems rely mostly on information about a person to identify the person in such a way that specific data about unique biological traits are relied upon to work effectively.\r\nThe biometric School attendance system. This is an innovative system which is used by schools to track student movements. The system sends sms alert to the parents whenever students checks in and out of the schools. The system is also used as digital register to record students and staff attendances instead of manual signing of class register as well as managing payroll based on attendance. The system is also being used by business owners to get sms alert whenever employees checks in and out of the office. There are so many schools using this system and we recommend the same to any school and business. Some of them are JKUAT,Pumwani Hosiptal, Loreto Girls Kiambu,Mandera boys, Kwale boys, Kipsigis girls. Kericho TTC etc.\r\n<br>\r\n\r\n<br>Point of Sale(ROBIPOS) manages sales for any sales related businesses. This system helps business owners to track their daily sales and profit using their phones wherever they are. It has Lipa Na MPESA real time and sms alert. Sms is automatically sends to the computer whenever customer pays through any mobile payment. Also the customer gets automatic thank you message upon payment.\r\nThis system has been integrated with many modules that manages day to day transactions in our client’s business. The system has many functionalities but not limited to the following: Inventory tracking, sales management, customer management, products management, receipting, human resource, accounting module and can real-time Lipa na Mpesa module. \r\nThe sales management system can be used in diverse businesses like wholesales, boutiques, electrical and electronics, minimarts, supermarkets, cosmetic shops, jeweler shops and any retail businesses.\r\nOur POS system helps <br>\r\n? Improve our customer’s experience by serving them in a fast and convenient way<br>\r\n? Management of stock<br>\r\n? Presentable documents such as receipts, orders and reports are issued to customers of our clients.<br>\r\n? Storage and retrieval of documents is made easier<br>\r\n? Accuracy; scanning is more accurate than punching in numbers from a sticker or expecting the cashier to manually remember what each item costs.\r\n? Analysis ;<br>\r\n? POS let our clients manage inventory, flag items for reorder and analyze sales patterns.<br>\r\nBulksms ChapChap is a bulk sms software which can be used to send sms/reminders to customers. It’s the most feasible and essential strategy to target a mass audience as a marketing and communication tool. Whether launching a new product or would like a nationwide announcement, or whether you want to remind people of a certain meeting or deal, our bulk sms manages all the requirements from start to finish. The system can be used by anybody to manage their dairies since you can store all your appointments and activities then system will send you sms whenever that time reaches. \r\nOur bulk sms comes with advantages such as;<br>\r\n? Instant delivery of messages<br>\r\n? Flexible platform that can send over 10,000 sms once<br>\r\n? The systems comes with a reminder to notify one of any pending deals<br>\r\n? Sms can be stored, easily forwarded or tracked using delivery reports<br>\r\n? Lower cost and time to be delivered than a phone call.<br>\r\n? It is more reliable than emailing as the chances of the recipient reading the message is very high<br>\r\n? Limitless market potential<br>\r\nOur clients include;Bulk sms: JKUAT, Elimu TV, Uwezo Fund, Moi forces Academy<br>\r\nBiometric: JKUAT, Orero Boys, Kayole High school<br>\r\nPoint of sale: Luna Park, Victoria Falls, Garrison Teachers College, Ndumia Group<br>\r\nwww.robisearch.com<br>\r\nhttp://www.bulksmschapchap.com/<br>\r\n\r\n\r\n</p>\r\n<p>\r\nFeel free to contact us: <br>\r\n<a href=\"http://www.robisearch.com/\">www.robisearch.com</a> <br>\r\nEmail :info@robisearch.com<br>\r\nPhone: 0780655987<br>\r\nPhone: 0716413386<br>\r\nOur Offices are Nairobi-Nara and Juja town<br>\r\n Experiencing any problem? Send an email to <a href=\"mailto:info@robisearch.com\">info@robisearch.com</a> or <a href=\"mailto:robisearch@gmail.com\">robisearch@gmail.com</a> or follow us on <a href=\"https://www.facebook.com/Robiearch?fref=ts\">Facebook</a> or on <a href=\"https://twitter.com/robisearch\">Twitter.</a> . You can also view more on <a href=\"http://www.robisearch.com/\"> our website</a>\r\n\r\n</p></b>\r\n ','<B> Reseller/Agent Benefits</b>\r\n <br>\r\n1. Earn Commisiions <br>\r\n2. Get best offers <br>\r\n3. Get Incentives <br>\r\n \r\n <B> Reseller/Agent Categories</b>\r\n We pay according to your effort hence it is based on commission.<br>\r\n 1. You will get 10% of what you sell on Monthly basis if you make between 1-5 sales per month.<br>\r\n 2. You will get 20% of what you sell on Monthly basis if you make between 6-20 sales per month.<br>\r\n 3. You will get 30% of what you sell on Monthly basis if you make above 21 sales per month.<br>\r\n','1110','4000','5500','08:00','10:00','no','General',10,'user/viewtasks','deactivate','products','D:\\\\xampp\\\\htdocs\\\\ATT2000.mdb','5017639','http://erp.robisearch.com/getpayment','http://erp.robisearch.com/getpayment/verifypayment','763987b5a070372631fe9610e3a6c45ad96be9110f9390caa29b1db3983d0e8f','Ek12dMymcl3AtHSQIy4BAhUK5QLelZm2','mDIef2sGIDMqjcLv','From Robisearch LTD','no',0,'no','no','Both','no','no','3','no','no','no','no','yes'); /*!40000 ALTER TABLE `smsconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smslogin` -- DROP TABLE IF EXISTS `smslogin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smslogin` ( `id` int(10) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `code` varchar(20) NOT NULL, `phone` varchar(20) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `userid` int(10) NOT NULL, `fromtime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `totime` datetime NOT NULL, `duration` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smslogin` -- LOCK TABLES `smslogin` WRITE; /*!40000 ALTER TABLE `smslogin` DISABLE KEYS */; /*!40000 ALTER TABLE `smslogin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smstemplate` -- DROP TABLE IF EXISTS `smstemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smstemplate` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smstemplate` -- LOCK TABLES `smstemplate` WRITE; /*!40000 ALTER TABLE `smstemplate` DISABLE KEYS */; INSERT INTO `smstemplate` VALUES (1,'Closing Day1','Your daughter has been released for December holiday today.1','2020-04-25 09:20:01am','active','1','','1'),(2,'Opening Day','Your Daughter Has Just Arrived To School ','2019-02-23 10:17:16am','active','1','','1'),(3,'Closing Day','Your daughter has been released for December holiday today.','2018-10-24 05:51:21pm','active','1','','1'),(4,'MIDTERM','Parents/Guardians who came for Thanks Giving day will be allowed to leave with their daughters for half-term, others will leave on 17/02/19.','2023-08-31 06:03:22am','active','1','','1'),(5,'Opening Day','Almost all the students turned up from April Holiday recess','2019-04-30 04:30:08pm','active','1','','1'),(6,'visitor sms','Wow! Thank you for visiting Robisearch LTD table at Mombasa SK Show.For POS,Biometrics,Digital Visitor book and Marketing:0716413386/ robisearch.com\r\n','2023-09-09 04:59:01am','visitor','1','','1'),(7,'GATEPASS','Thank for visiting us ..click here to give us any suggestion/complains :https://bijouhotel.robisearch.com/box','2025-03-13 02:25:31pm','active','1','','1'); /*!40000 ALTER TABLE `smstemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbill` -- DROP TABLE IF EXISTS `splitbill`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbill` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `salesid` int(11) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `price` decimal(10,2) DEFAULT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `splitbill` -- LOCK TABLES `splitbill` WRITE; /*!40000 ALTER TABLE `splitbill` DISABLE KEYS */; /*!40000 ALTER TABLE `splitbill` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbillmaster` -- DROP TABLE IF EXISTS `splitbillmaster`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbillmaster` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `splitbillmaster` -- LOCK TABLES `splitbillmaster` WRITE; /*!40000 ALTER TABLE `splitbillmaster` DISABLE KEYS */; INSERT INTO `splitbillmaster` VALUES (1,'merge','1','2025-02-17 15:07:40','11739793924',1,1,0,'',NULL); /*!40000 ALTER TABLE `splitbillmaster` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `statement` -- DROP TABLE IF EXISTS `statement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `statement` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `invoice` varchar(50) NOT NULL, `crateddate` varchar(30) NOT NULL, `debit` decimal(10,2) NOT NULL, `credit` decimal(10,2) NOT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` varchar(10) NOT NULL, `description` text NOT NULL, `amount` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `vatable` varchar(30) NOT NULL, `vat` varchar(30) NOT NULL, `tax` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `statement` -- LOCK TABLES `statement` WRITE; /*!40000 ALTER TABLE `statement` DISABLE KEYS */; INSERT INTO `statement` VALUES (1,'5563','0','EXP-131743674973','2025-04-03 13:10:08',0.00,0.00,'','13','1','','AIRTIME FOR APRIL 2025','50000(1818KSH)','1','1','','N/A','0','0',''),(2,'1200','0','EXP-151745215505','2025-04-22 16:57:53',0.00,0.00,'','15','1','','Salary top up of 100000','100000','1','1','','N/A','0','0',''),(3,'5240','0','131745417135','2025-04-23 17:06:59',0.00,0.00,'','13','1','n/a','REFUND TO GEORGE FOR MICRONET COMPUTERS','975000','1','2','','N/A','0','0','EXEMPTED'),(4,'5930','0','131745417256','2025-04-23 17:08:18',0.00,0.00,'','13','1','n/a','MPESA CHARGES TO REFUND GEORGE POS MONEY','1500','1','2','','N/A','0','0','EXEMPTED'),(5,'5510','0','EXP-141745587031','2025-04-25 16:19:35',0.00,0.00,'','14','1','','For physical demo together with Vian (technician) at 13000 shs','13700','1','1','','N/A','0','0',''),(6,'5563','0','EXP-131747385360','2025-05-16 11:52:00',0.00,0.00,'','13','1','','MAY 2025 STAFF AIRTIME-800 MINUTES','30000','1','1','','N/A','0','0',''),(7,'5510','0','EXP-141747722336','2025-05-20 09:32:19',0.00,0.00,'','14','1','n/a','Transport for conducting a demo in Munyonyo','30000','1','1','','N/A','0','0',''),(8,'5920','0','EXP-611747992829','2025-05-23 12:35:28',0.00,0.00,'','61','1','','Point of Sale Demo to and fro','4000','1','1','','N/A','0','0',''),(9,'1200','0','EXP-611748249525','2025-05-26 11:56:12',0.00,0.00,'','61','1','','transport purposes.','84000','1','1','','N/A','0','0',''),(10,'5240','0','EXP-141748250234','2025-05-26 12:08:21',0.00,0.00,'','14','1','','Transport for conducting a demo in Munyonyo','22000','1','1','','N/A','0','0',''),(11,'1200','0','EXP-611748250417','2025-05-26 12:21:38',0.00,0.00,'','61','1','','transport advance in reference to the june payment.','100000','1','1','','N/A','0','0',''),(12,'5510','0','EXP-151748526171','2025-05-29 17:15:56',0.00,0.00,'','15','1','','','shs27,500','1','1','','N/A','0','0',''),(13,'5510','0','EXP-151748529692','2025-05-29 18:15:39',0.00,0.00,'','15','1','','Marketing Transport','27500','','1','','N/A','0','0',''),(14,'5210','0','EXP-151750828864','2025-06-25 08:37:09',0.00,0.00,'','15','1','','Marketing Transport','17000','1','1','','N/A','0','0',''),(15,'5720','0','EXP-151750829885','2025-06-25 08:41:27',0.00,0.00,'','15','1','','appreciation from director ','55000','1','1','','N/A','0','0',''),(16,'5720','0','EXP-141750832599','2025-06-25 09:24:37',0.00,0.00,'','14','1','','SHOPPING','27000','1','1','','N/A','0','0',''),(17,'5510','0','EXP-151751266900','2025-06-30 10:14:41',0.00,0.00,'','15','1','','Marketing Transport','30000','','1','','N/A','0','0',''),(18,'5510','0','EXP-151750874882','2025-06-30 16:37:35',0.00,0.00,'','15','1','n/a','transport to nssf & back','4000','1','1','','N/A','0','0',''); /*!40000 ALTER TABLE `statement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `status` -- DROP TABLE IF EXISTS `status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `status` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `status` -- LOCK TABLES `status` WRITE; /*!40000 ALTER TABLE `status` DISABLE KEYS */; INSERT INTO `status` VALUES (1,'New'),(2,'Waiting Approval'),(3,'Approved'),(4,'Rejected'),(5,'Pending'),(6,'Returned'); /*!40000 ALTER TABLE `status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stock` -- DROP TABLE IF EXISTS `stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `sold` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `price` decimal(10,2) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `branchid` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `unsold` varchar(50) NOT NULL, `returned` varchar(30) NOT NULL, `shift` varchar(5) DEFAULT '1', `bprice` varchar(20) NOT NULL, `profit` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stock` -- LOCK TABLES `stock` WRITE; /*!40000 ALTER TABLE `stock` DISABLE KEYS */; /*!40000 ALTER TABLE `stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktaking` -- DROP TABLE IF EXISTS `stocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branchid`,`startdate`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktaking` -- LOCK TABLES `stocktaking` WRITE; /*!40000 ALTER TABLE `stocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `stocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktakingstatus` -- DROP TABLE IF EXISTS `stocktakingstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktakingstatus` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, `startdate` date NOT NULL, `closedate` date NOT NULL, `updatedby` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `level` varchar(20) NOT NULL DEFAULT 'one', `type` varchar(20) NOT NULL DEFAULT 'branch', `branchid` int(5) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktakingstatus` -- LOCK TABLES `stocktakingstatus` WRITE; /*!40000 ALTER TABLE `stocktakingstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `stocktakingstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktypecodes` -- DROP TABLE IF EXISTS `stocktypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktypecodes` -- LOCK TABLES `stocktypecodes` WRITE; /*!40000 ALTER TABLE `stocktypecodes` DISABLE KEYS */; INSERT INTO `stocktypecodes` VALUES (1,'Import','01',NULL,'Y','1'),(2,'Purchase','02',NULL,'Y','2'),(3,'Return','03',NULL,'Y','3'),(4,'Stock Movement','04',NULL,'Y','4'),(5,'Processing','05',NULL,'Y','5'),(6,'Adjustment','06',NULL,'Y','6'),(7,'Sale','11',NULL,'Y','11'),(8,'Return','12',NULL,'Y','12'),(9,'Stock Movement','13',NULL,'Y','13'),(10,'Processing','14',NULL,'Y','14'),(11,'Discarding','15',NULL,'Y','15'),(12,'Adjustment','16',NULL,'Y','16'); /*!40000 ALTER TABLE `stocktypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `store` -- DROP TABLE IF EXISTS `store`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `store` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(1) NOT NULL DEFAULT 0, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` varchar(50) NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `store` -- LOCK TABLES `store` WRITE; /*!40000 ALTER TABLE `store` DISABLE KEYS */; /*!40000 ALTER TABLE `store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subcategory` -- DROP TABLE IF EXISTS `subcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `subcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `maincategory` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subcategory` -- LOCK TABLES `subcategory` WRITE; /*!40000 ALTER TABLE `subcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `suggestions` -- DROP TABLE IF EXISTS `suggestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `suggestions` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `suggestions` -- LOCK TABLES `suggestions` WRITE; /*!40000 ALTER TABLE `suggestions` DISABLE KEYS */; /*!40000 ALTER TABLE `suggestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `supervisor` -- DROP TABLE IF EXISTS `supervisor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `supervisor` ( `id` int(30) NOT NULL AUTO_INCREMENT, `title` varchar(30) NOT NULL, `department` varchar(50) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `description` text NOT NULL, `employeeno` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `userid` int(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL DEFAULT 1, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `supervisor` -- LOCK TABLES `supervisor` WRITE; /*!40000 ALTER TABLE `supervisor` DISABLE KEYS */; INSERT INTO `supervisor` VALUES (2,'1','2','2025-03-27','2025-08-30','',13,'2025-03-27 05:13:57pm',1,'active',1,1),(3,'2','2','2025-04-03','2026-11-24','',21,'2025-04-03 08:36:44am',13,'active',1,1); /*!40000 ALTER TABLE `supervisor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tables` -- DROP TABLE IF EXISTS `tables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tables` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tables` -- LOCK TABLES `tables` WRITE; /*!40000 ALTER TABLE `tables` DISABLE KEYS */; /*!40000 ALTER TABLE `tables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags` -- DROP TABLE IF EXISTS `tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `meta_keyword` text NOT NULL, `meta_description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags` -- LOCK TABLES `tags` WRITE; /*!40000 ALTER TABLE `tags` DISABLE KEYS */; /*!40000 ALTER TABLE `tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskdata` -- DROP TABLE IF EXISTS `taskdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskdata` ( `id` int(30) NOT NULL AUTO_INCREMENT, `description` text DEFAULT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) DEFAULT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Submitted', `companyid` varchar(100) NOT NULL, `challanges` text NOT NULL, `recommendation` text NOT NULL, `updatedby` int(11) NOT NULL, `comments` text NOT NULL, `updateddate` varchar(30) NOT NULL, `mykey` varchar(50) DEFAULT NULL, `exactdate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `achieved` varchar(30) NOT NULL, `updatedat` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskdata` -- LOCK TABLES `taskdata` WRITE; /*!40000 ALTER TABLE `taskdata` DISABLE KEYS */; INSERT INTO `taskdata` VALUES (1,'I VISITED 30 COMPUTER SHOPS','2025-05-29 10:57:27','1','13','Submitted','1','No challenge','',0,'','','79182451748505345','2025-05-29',0,'100',''); /*!40000 ALTER TABLE `taskdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasks` -- DROP TABLE IF EXISTS `tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `taskowner` varchar(100) NOT NULL, `subject` text NOT NULL, `fromdate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` text NOT NULL, `status` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `priority` text NOT NULL, `notification` varchar(100) NOT NULL DEFAULT 'yes', `repeated` varchar(100) NOT NULL DEFAULT 'no', `comments` text DEFAULT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `measurements` varchar(30) NOT NULL DEFAULT 'Pc', `target` varchar(30) NOT NULL, `achived` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; INSERT INTO `tasks` VALUES (1,'15','PHYSICAL VISITS','2025-05-29 10:55:45','2025-05-29 17:00:00','256704274379','Pending','13','High','79182451748505345','Yes','1.KINDLY VISIT 30 COMPUTER SHOPS','2025-05-29 10:56:37','13','2','1',1,'',0,'Pc','100.0','',''); /*!40000 ALTER TABLE `tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasktype` -- DROP TABLE IF EXISTS `tasktype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasktype` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `mode` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasktype` -- LOCK TABLES `tasktype` WRITE; /*!40000 ALTER TABLE `tasktype` DISABLE KEYS */; INSERT INTO `tasktype` VALUES (1,'CALLS','','2025-05-29 10:54:54','active','13','','1','no'),(2,'PHYSICAL MARKETING','','2025-05-29 10:55:08','active','13','','1','no'),(3,'IMAGES','','2025-05-29 10:55:18','active','13','','1','no'),(4,'GENERAL TASK','','2025-05-29 10:55:36','active','13','','1','no'); /*!40000 ALTER TABLE `tasktype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskupdates` -- DROP TABLE IF EXISTS `taskupdates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskupdates` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `nextstep` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `type` text NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskupdates` -- LOCK TABLES `taskupdates` WRITE; /*!40000 ALTER TABLE `taskupdates` DISABLE KEYS */; /*!40000 ALTER TABLE `taskupdates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taxcodes` -- DROP TABLE IF EXISTS `taxcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taxcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `company_id` varchar(50) NOT NULL, `name` varchar(70) NOT NULL, `tax_code` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, `rate` varchar(50) NOT NULL, `rate_code2` varchar(50) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taxcodes` -- LOCK TABLES `taxcodes` WRITE; /*!40000 ALTER TABLE `taxcodes` DISABLE KEYS */; INSERT INTO `taxcodes` VALUES (1,'1','A-Exempt','A','1','0','A-EX','A-Exempt'),(2,'1','B-VAT 16%','B','2','16','B-16%','B-VAT 16%'),(3,'1','C-Zero Rated','C','3','0','TAX C','C-Zero Rated'),(4,'1','E-VAT 8%','E','4','8','E-8%','E-VAT 8%'),(5,'1','D-Non VAT','D','5','0','TAX D','D-Non VAT'); /*!40000 ALTER TABLE `taxcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tillcollection` -- DROP TABLE IF EXISTS `tillcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tillcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dateposted` varchar(100) NOT NULL, `addedby` int(100) NOT NULL, `approvedby` int(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `description` text NOT NULL, `userid` int(20) NOT NULL, `companyid` int(20) NOT NULL, `branch` int(11) NOT NULL, `collecteddate` varchar(30) NOT NULL, `short` decimal(10,2) NOT NULL, `mode` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'Submitted', `remarks` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tillcollection` -- LOCK TABLES `tillcollection` WRITE; /*!40000 ALTER TABLE `tillcollection` DISABLE KEYS */; /*!40000 ALTER TABLE `tillcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tills` -- DROP TABLE IF EXISTS `tills`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tills` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tills` -- LOCK TABLES `tills` WRITE; /*!40000 ALTER TABLE `tills` DISABLE KEYS */; /*!40000 ALTER TABLE `tills` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timer` -- DROP TABLE IF EXISTS `timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `timer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) NOT NULL, `enddate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `hour` varchar(50) NOT NULL, `station` varchar(20) NOT NULL, `description` text NOT NULL, `product` varchar(50) NOT NULL, `unit` varchar(20) NOT NULL, `duration` varchar(50) DEFAULT NULL, `customer` varchar(50) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `timer` -- LOCK TABLES `timer` WRITE; /*!40000 ALTER TABLE `timer` DISABLE KEYS */; /*!40000 ALTER TABLE `timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `towns` -- DROP TABLE IF EXISTS `towns`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `towns` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `towns` -- LOCK TABLES `towns` WRITE; /*!40000 ALTER TABLE `towns` DISABLE KEYS */; INSERT INTO `towns` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `towns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `traffic` -- DROP TABLE IF EXISTS `traffic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `traffic` ( `id` int(11) NOT NULL AUTO_INCREMENT, `postedtime` varchar(30) NOT NULL, `link` text NOT NULL, `ip` varchar(50) NOT NULL, `description` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `traffic` -- LOCK TABLES `traffic` WRITE; /*!40000 ALTER TABLE `traffic` DISABLE KEYS */; INSERT INTO `traffic` VALUES (1,'2025-05-05 14:26:19pm','About Us','57.141.0.23',''),(2,'2025-05-06 01:19:08am','About Us','57.141.0.2',''); /*!40000 ALTER TABLE `traffic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transtypecodes` -- DROP TABLE IF EXISTS `transtypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `transtypecodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `transtypecodes` -- LOCK TABLES `transtypecodes` WRITE; /*!40000 ALTER TABLE `transtypecodes` DISABLE KEYS */; INSERT INTO `transtypecodes` VALUES (1,'Copy','C','Copy','Y','1'),(2,'Normal','N','Normal','Y','2'),(3,'Proforma','P','Proforma','Y','3'),(4,'Training','T','Training','Y','4'); /*!40000 ALTER TABLE `transtypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `types` -- DROP TABLE IF EXISTS `types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `types` -- LOCK TABLES `types` WRITE; /*!40000 ALTER TABLE `types` DISABLE KEYS */; /*!40000 ALTER TABLE `types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uom` -- DROP TABLE IF EXISTS `uom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uom` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uom` -- LOCK TABLES `uom` WRITE; /*!40000 ALTER TABLE `uom` DISABLE KEYS */; INSERT INTO `uom` VALUES (1,'Piece','pc','2020-06-22 06:18:43','active','1','','1','pcs'),(2,'No Units','No Units','2018-03-29 06:40:47am','active','1','','1','NOU'),(3,'Dozen','Dozen','2018-03-29 06:42:29am','active','1','','1','dz'),(4,'Bar','Bar','2018-03-29 06:43:15am','active','1','','1','BR'),(5,'Packets','Packets','2018-03-29 06:36:08am','active','1','','1','pcks'),(6,'Kilograms','Kilograms','2018-03-29 07:14:40am','active','1','','1','Kg'),(7,'Litre','Litre','2018-03-29 07:14:57am','active','1','','1','ltr'),(8,'Half ','hlf','2018-03-30 12:34:29pm','active','1','','1','hlf'),(9,'sheet','','2018-03-30 12:35:21pm','active','1','','1','sht'),(10,'Bale','','2018-03-30 12:40:40pm','active','1','','1','BL'),(11,'Box','','2018-03-30 12:40:58pm','active','1','','1','bx'),(12,'full','','2018-08-04 11:35:29am','active','1','','1','full'),(13,'refill','','2018-08-04 11:36:06am','active','1','','1','ref'),(14,'1/4','','2018-11-20 09:14:48','active','1','','1','16'),(15,'Feet','','2020-06-09 10:21:14','active','1','','1','ft'),(16,'PIPES','','2020-06-09 19:12:05','active','1','','1','PIPES'),(17,'Monthly','','2020-06-26 07:19:19','active','1','','1','Monthly'),(18,'Daily','','2020-06-26 07:19:31','active','1','','1','Daily'),(19,'Weekly','','2020-06-26 07:19:44','active','1','','1','Weekly'),(20,'Yearly','','2020-06-26 07:19:56','active','1','','1','Yearly'),(21,'Roll','Roll','2020-06-26 07:19:56','active','1','','1','roll'),(22,'Meters','Meters','2020-06-26 07:19:56','active','1','','1','mtr'); /*!40000 ALTER TABLE `uom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uomproducts` -- DROP TABLE IF EXISTS `uomproducts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uomproducts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uom` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `price` varchar(30) NOT NULL, `brice` varchar(30) NOT NULL, `unitprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `waterrates` -- DROP TABLE IF EXISTS `waterrates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `waterrates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `flatrate` varchar(50) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `waterrates` -- LOCK TABLES `waterrates` WRITE; /*!40000 ALTER TABLE `waterrates` DISABLE KEYS */; INSERT INTO `waterrates` VALUES (1,0.00,6.00,450.00,1,1,'active','residential',1,'yes'),(2,6.00,20.00,115.00,1,1,'active','residential',1,'no'),(3,20.00,50.00,150.00,1,1,'active','residential',1,'no'),(4,50.00,100.00,185.00,1,1,'active','residential',1,'no'),(5,100.00,300.00,230.00,1,1,'active','residential',1,'no'),(6,300.00,1000000.00,300.00,1,1,'active','residential',1,'no'),(11,0.00,6.00,450.00,1,1,'active','commercial',1,'yes'),(12,6.00,20.00,115.00,1,1,'active','commercial',1,'no'),(13,20.00,50.00,150.00,1,1,'active','commercial',1,'no'),(14,50.00,100.00,185.00,1,1,'active','commercial',1,'no'),(15,100.00,300.00,230.00,1,1,'active','commercial',1,'no'),(16,300.00,1000000.00,300.00,1,1,'active','commercial',1,'no'),(21,0.00,1000000.00,35.00,1,1,'active','standpipes',1,'no'),(31,0.00,600.00,90.00,1,1,'active','schools',1,'no'),(32,600.00,1200.00,115.00,1,1,'active','schools',1,'no'),(33,1200.00,1000000.00,130.00,1,1,'active','schools',1,'no'); /*!40000 ALTER TABLE `waterrates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `waterresidentialgovernment` -- DROP TABLE IF EXISTS `waterresidentialgovernment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `waterresidentialgovernment` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `waterresidentialgovernment` -- LOCK TABLES `waterresidentialgovernment` WRITE; /*!40000 ALTER TABLE `waterresidentialgovernment` DISABLE KEYS */; INSERT INTO `waterresidentialgovernment` VALUES (1,0.00,6.00,450.00,1,1,'active','residential',1),(2,7.00,20.00,115.00,1,1,'active','residential',1),(3,21.00,50.00,150.00,1,1,'active','residential',1),(4,51.00,100.00,185.00,1,1,'active','residential',1),(5,101.00,300.00,230.00,1,1,'active','residential',1),(6,301.00,1000000.00,300.00,1,1,'active','residential',1),(11,0.00,6.00,450.00,1,1,'active','commercial',1),(12,7.00,20.00,115.00,1,1,'active','commercial',1),(13,21.00,50.00,150.00,1,1,'active','commercial',1),(14,51.00,100.00,185.00,1,1,'active','commercial',1),(15,101.00,300.00,230.00,1,1,'active','commercial',1),(16,301.00,1000000.00,300.00,1,1,'active','commercial',1),(21,0.00,1000000.00,35.00,1,1,'active','standpipes',1),(31,0.00,600.00,90.00,1,1,'active','schools',1),(32,601.00,1200.00,115.00,1,1,'active','schools',1),(33,1201.00,1000000.00,130.00,1,1,'active','schools',1); /*!40000 ALTER TABLE `waterresidentialgovernment` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-30 18:12:41
.
Edit
..
Edit
information_schema.sql
Edit
mysql.sql
Edit
performance_schema.sql
Edit
robisear_017lounge.sql
Edit
robisear_15minutes.sql
Edit
robisear_1865pubcoltd.sql
Edit
robisear_64jos.sql
Edit
robisear_727barandrestaurant.sql
Edit
robisear_ELKTONS.sql
Edit
robisear_Kencityhealth.sql
Edit
robisear_a3autocare.sql
Edit
robisear_abbeyslacewig.sql
Edit
robisear_aberdare.sql
Edit
robisear_abic.sql
Edit
robisear_abnpharmaceuticals.sql
Edit
robisear_accommodation.sql
Edit
robisear_aceliquor.sql
Edit
robisear_adamssupermarket.sql
Edit
robisear_adcentcomputers.sql
Edit
robisear_adval.sql
Edit
robisear_africaexpress.sql
Edit
robisear_africanfabric.sql
Edit
robisear_afrisco.sql
Edit
robisear_afrovision.sql
Edit
robisear_agriassistltd.sql
Edit
robisear_ahel.sql
Edit
robisear_airworks.sql
Edit
robisear_ajanihouse.sql
Edit
robisear_akshar.sql
Edit
robisear_akshar2.sql
Edit
robisear_akshar3.sql
Edit
robisear_alaphamega.sql
Edit
robisear_alasfourcosmetics.sql
Edit
robisear_aldeon.sql
Edit
robisear_alibern.sql
Edit
robisear_alj.sql
Edit
robisear_aljpos.sql
Edit
robisear_allmeds.sql
Edit
robisear_alma.sql
Edit
robisear_amaniangani.sql
Edit
robisear_amat.sql
Edit
robisear_ambalu.sql
Edit
robisear_ambasagrill.sql
Edit
robisear_ambokililimited.sql
Edit
robisear_amsol.sql
Edit
robisear_amzkanzu.sql
Edit
robisear_anandamarga.sql
Edit
robisear_anchorlounge.sql
Edit
robisear_annexchefwest.sql
Edit
robisear_annexm2.sql
Edit
robisear_anujhardware.sql
Edit
robisear_apollostar.sql
Edit
robisear_approtechtech.sql
Edit
robisear_arkam.sql
Edit
robisear_aryelegant.sql
Edit
robisear_arziki.sql
Edit
robisear_asbedpharmaceuticalslimited.sql
Edit
robisear_asterhealth.sql
Edit
robisear_atlas.sql
Edit
robisear_automaxx.sql
Edit
robisear_automotivedoctor.sql
Edit
robisear_avichem.sql
Edit
robisear_baberian.sql
Edit
robisear_babygarden.sql
Edit
robisear_babygarden2.sql
Edit
robisear_babygarden3.sql
Edit
robisear_backazzlounge.sql
Edit
robisear_badi.sql
Edit
robisear_bantuliquor.sql
Edit
robisear_barakastores.sql
Edit
robisear_barbecuexpress.sql
Edit
robisear_barbecuexpress2.sql
Edit
robisear_bargalcollection.sql
Edit
robisear_basdeliveryservices.sql
Edit
robisear_basewines.sql
Edit
robisear_batasportsclub.sql
Edit
robisear_baylandcafe.sql
Edit
robisear_bbcfarm.sql
Edit
robisear_bboutique.sql
Edit
robisear_beautybyimani.sql
Edit
robisear_beautypoint.sql
Edit
robisear_beautypointcollege.sql
Edit
robisear_becap.sql
Edit
robisear_beco.sql
Edit
robisear_benan.sql
Edit
robisear_benan2.sql
Edit
robisear_benjakab.sql
Edit
robisear_bensare.sql
Edit
robisear_beshel.sql
Edit
robisear_bestbudget.sql
Edit
robisear_besterp.sql
Edit
robisear_betafoods.sql
Edit
robisear_beyahbix.sql
Edit
robisear_beyondsweetness.sql
Edit
robisear_bigbox.sql
Edit
robisear_bigtech.sql
Edit
robisear_bijou.sql
Edit
robisear_bijouhotel.sql
Edit
robisear_bikebrigades.sql
Edit
robisear_blackplatinum.sql
Edit
robisear_blixen.sql
Edit
robisear_bluechipaviation.sql
Edit
robisear_boba.sql
Edit
robisear_bodegajamhuri.sql
Edit
robisear_bodegasyokimau.sql
Edit
robisear_bodegathome.sql
Edit
robisear_bostonhousehold.sql
Edit
robisear_bostonhousehold2.sql
Edit
robisear_botanical.sql
Edit
robisear_boxlight.sql
Edit
robisear_bpackagng.sql
Edit
robisear_braeburnclub.sql
Edit
robisear_braeburnclub1.sql
Edit
robisear_brandgate.sql
Edit
robisear_brickmann.sql
Edit
robisear_bridgebarrel.sql
Edit
robisear_brighton.sql
Edit
robisear_brightonpms.sql
Edit
robisear_brimat.sql
Edit
robisear_brimatholdings.sql
Edit
robisear_brimatholdings1.sql
Edit
robisear_brimix.sql
Edit
robisear_brimix2.sql
Edit
robisear_brimix3.sql
Edit
robisear_brownbox.sql
Edit
robisear_bsikenya.sql
Edit
robisear_btl.sql
Edit
robisear_bulwark.sql
Edit
robisear_bumalogisticsk.sql
Edit
robisear_bumanestlimited.sql
Edit
robisear_buneei.sql
Edit
robisear_burgers.sql
Edit
robisear_burgosstreet.sql
Edit
robisear_buydirect.sql
Edit
robisear_bvblounge.sql
Edit
robisear_c7fashion.sql
Edit
robisear_caffebora.sql
Edit
robisear_cambridge.sql
Edit
robisear_camino.sql
Edit
robisear_campzodiakafrica.sql
Edit
robisear_canaan.sql
Edit
robisear_canvasartshopltd.sql
Edit
robisear_canvasshoes.sql
Edit
robisear_carlizpaints.sql
Edit
robisear_casadimoda.sql
Edit
robisear_ccb.sql
Edit
robisear_ceeboylounge.sql
Edit
robisear_cellpro.sql
Edit
robisear_cellpro1.sql
Edit
robisear_celticlounge.sql
Edit
robisear_centurion.sql
Edit
robisear_chanaanafeeds.sql
Edit
robisear_chanaanagrovet.sql
Edit
robisear_chanaanfeeds.sql
Edit
robisear_chazaqsteel.sql
Edit
robisear_chedusystems.sql
Edit
robisear_cheflink.sql
Edit
robisear_chegowagon.sql
Edit
robisear_chemaliquor.sql
Edit
robisear_cherotebistro.sql
Edit
robisear_chesmapauto.sql
Edit
robisear_chibekellimited.sql
Edit
robisear_chickencenter.sql
Edit
robisear_chipsfix.sql
Edit
robisear_chocolatecity.sql
Edit
robisear_chrisapartment.sql
Edit
robisear_chrivebeauty.sql
Edit
robisear_church.sql
Edit
robisear_citadel.sql
Edit
robisear_citamclaycity.sql
Edit
robisear_claritycounseling.sql
Edit
robisear_cliqour.sql
Edit
robisear_cliquor.sql
Edit
robisear_comfortride.sql
Edit
robisear_concepts.sql
Edit
robisear_conceptsmartdecor.sql
Edit
robisear_copticrestaurant.sql
Edit
robisear_copticrestaurantnigeria.sql
Edit
robisear_coseke.sql
Edit
robisear_countyhotels.sql
Edit
robisear_cpk.sql
Edit
robisear_craftnliquor.sql
Edit
robisear_crystalpearl.sql
Edit
robisear_crystalshea.sql
Edit
robisear_dadasiventures.sql
Edit
robisear_dadir.sql
Edit
robisear_dailycharges.sql
Edit
robisear_daisyflower.sql
Edit
robisear_dallad.sql
Edit
robisear_dallad2.sql
Edit
robisear_dallad3.sql
Edit
robisear_damaline.sql
Edit
robisear_danga.sql
Edit
robisear_danga1.sql
Edit
robisear_darirose.sql
Edit
robisear_davetis.sql
Edit
robisear_dawacom.sql
Edit
robisear_dawapay.sql
Edit
robisear_degrasi.sql
Edit
robisear_delaroza.sql
Edit
robisear_demerger.sql
Edit
robisear_dencity.sql
Edit
robisear_dencity1.sql
Edit
robisear_dencity2.sql
Edit
robisear_dencity3.sql
Edit
robisear_denfatechnologies.sql
Edit
robisear_denkar.sql
Edit
robisear_denohenterprises.sql
Edit
robisear_desleyholdings.sql
Edit
robisear_desmanjo.sql
Edit
robisear_destiny.sql
Edit
robisear_desun.sql
Edit
robisear_detoxhealthspa.sql
Edit
robisear_devach.sql
Edit
robisear_devach2.sql
Edit
robisear_devach3.sql
Edit
robisear_diasporadivas.sql
Edit
robisear_digicafess.sql
Edit
robisear_digitalsuggestionbox.sql
Edit
robisear_dimetrica.sql
Edit
robisear_distinctiongardens.sql
Edit
robisear_distinctiongardens1.sql
Edit
robisear_dlliquorstores.sql
Edit
robisear_dndkenya.sql
Edit
robisear_doladen.sql
Edit
robisear_dollarbakers.sql
Edit
robisear_doubleolounge.sql
Edit
robisear_downtowntavern.sql
Edit
robisear_drn.sql
Edit
robisear_duraroof.sql
Edit
robisear_duraxpaints.sql
Edit
robisear_duwanclassic.sql
Edit
robisear_easysmart.sql
Edit
robisear_ebakaltd.sql
Edit
robisear_ecovest.sql
Edit
robisear_education.sql
Edit
robisear_effectivehardware.sql
Edit
robisear_electratech.sql
Edit
robisear_electrika.sql
Edit
robisear_elightpaths.sql
Edit
robisear_elisapowersystems.sql
Edit
robisear_elishammah.sql
Edit
robisear_elishammah2.sql
Edit
robisear_elishammahgarissa.sql
Edit
robisear_elishammahmatu.sql
Edit
robisear_elishammahmotorbike.sql
Edit
robisear_elishammahtaita.sql
Edit
robisear_eluktomhealthcare.sql
Edit
robisear_empower.sql
Edit
robisear_enacoach.sql
Edit
robisear_enacoachltd.sql
Edit
robisear_enjoyessenceltd.sql
Edit
robisear_enterprise.sql
Edit
robisear_enziapartment.sql
Edit
robisear_epicraftstudios.sql
Edit
robisear_erpuganda.sql
Edit
robisear_essentials.sql
Edit
robisear_evana.sql
Edit
robisear_evehilaryson.sql
Edit
robisear_events.sql
Edit
robisear_everbeautycosmetic.sql
Edit
robisear_evertipstop.sql
Edit
robisear_exxochem.sql
Edit
robisear_fabricske.sql
Edit
robisear_fabys.sql
Edit
robisear_fairwayhotel.sql
Edit
robisear_faithbase.sql
Edit
robisear_fajviyafrica.sql
Edit
robisear_fallingmooninvestments.sql
Edit
robisear_famo.sql
Edit
robisear_farmerspice.sql
Edit
robisear_farmerssolution.sql
Edit
robisear_farmlineagencies.sql
Edit
robisear_feast.sql
Edit
robisear_feedandfodder.sql
Edit
robisear_felizplace.sql
Edit
robisear_fermar.sql
Edit
robisear_fifi.sql
Edit
robisear_fishlands.sql
Edit
robisear_fitpharma.sql
Edit
robisear_flamebites.sql
Edit
robisear_flitoz.sql
Edit
robisear_flitozwines.sql
Edit
robisear_foresightmotors.sql
Edit
robisear_formulatorsdepotltd.sql
Edit
robisear_fortyplace.sql
Edit
robisear_franciscanfamily.sql
Edit
robisear_freemark.sql
Edit
robisear_frepego.sql
Edit
robisear_fretap.sql
Edit
robisear_friendssupermarket.sql
Edit
robisear_friendssupermarket1.sql
Edit
robisear_friendssupermarketmaji.sql
Edit
robisear_gabrielrotich.sql
Edit
robisear_gambella.sql
Edit
robisear_gambella2.sql
Edit
robisear_gambella3.sql
Edit
robisear_gathee.sql
Edit
robisear_gecko.sql
Edit
robisear_gemini.sql
Edit
robisear_generations.sql
Edit
robisear_gesa.sql
Edit
robisear_gigstores.sql
Edit
robisear_gilgameshltd.sql
Edit
robisear_githungurifoods.sql
Edit
robisear_githungurinationaloil.sql
Edit
robisear_glasstechandinteriors.sql
Edit
robisear_glowskin.sql
Edit
robisear_goldenspill.sql
Edit
robisear_goldenstandardscafe.sql
Edit
robisear_goldenstandardscafe1.sql
Edit
robisear_goldrock.sql
Edit
robisear_goldrock1.sql
Edit
robisear_goodlife.sql
Edit
robisear_gosavannah.sql
Edit
robisear_goshen.sql
Edit
robisear_grandcrinumltd1.sql
Edit
robisear_grandcrinumltdwestlands.sql
Edit
robisear_grandpa.sql
Edit
robisear_greatplan.sql
Edit
robisear_greekliquor.sql
Edit
robisear_greensavannah.sql
Edit
robisear_hadaelectrical.sql
Edit
robisear_hadassah.sql
Edit
robisear_hagon.sql
Edit
robisear_hairmasters.sql
Edit
robisear_halfmanlounge.sql
Edit
robisear_harmony.sql
Edit
robisear_hawest.sql
Edit
robisear_hawest2.sql
Edit
robisear_hawest3.sql
Edit
robisear_healsandvibes.sql
Edit
robisear_heavenssquare.sql
Edit
robisear_heywoodenterprises.sql
Edit
robisear_heywoodenterprises1.sql
Edit
robisear_hideaway.sql
Edit
robisear_homeessentialschoko.sql
Edit
robisear_homegoods.sql
Edit
robisear_homeland.sql
Edit
robisear_hoodwines.sql
Edit
robisear_hopeuniforms.sql
Edit
robisear_hopewholesalers.sql
Edit
robisear_hotsandbarrel2.sql
Edit
robisear_huyasaminimart.sql
Edit
robisear_iandbent.sql
Edit
robisear_ibiza.sql
Edit
robisear_idealdishes.sql
Edit
robisear_idlhome.sql
Edit
robisear_infamous.sql
Edit
robisear_infill.sql
Edit
robisear_infinitylounge.sql
Edit
robisear_instantdelicacy.sql
Edit
robisear_instinctbar.sql
Edit
robisear_interglobal.sql
Edit
robisear_interlink.sql
Edit
robisear_internationalhc.sql
Edit
robisear_ishmar.sql
Edit
robisear_isoko.sql
Edit
robisear_italycor.sql
Edit
robisear_itecsystemsltd.sql
Edit
robisear_itushbusinesssolutions.sql
Edit
robisear_jacbee.sql
Edit
robisear_jadame.sql
Edit
robisear_jailo.sql
Edit
robisear_jaimari.sql
Edit
robisear_jalasfeedback.sql
Edit
robisear_jamagwartraders.sql
Edit
robisear_jambotech.sql
Edit
robisear_jamwa.sql
Edit
robisear_jamwa1.sql
Edit
robisear_javilla.sql
Edit
robisear_javilla2.sql
Edit
robisear_javilla3.sql
Edit
robisear_jaybright.sql
Edit
robisear_jbfries.sql
Edit
robisear_jbfriesnrb.sql
Edit
robisear_jebmic.sql
Edit
robisear_jengaleo.sql
Edit
robisear_jewelcomputers.sql
Edit
robisear_jijazetavern.sql
Edit
robisear_jimlandagency.sql
Edit
robisear_jimmon.sql
Edit
robisear_jobportal.sql
Edit
robisear_joek.sql
Edit
robisear_johfay.sql
Edit
robisear_johkim.sql
Edit
robisear_jolimillers.sql
Edit
robisear_josmatt.sql
Edit
robisear_joyevech.sql
Edit
robisear_jubileefarmers.sql
Edit
robisear_jue.sql
Edit
robisear_junkybins.sql
Edit
robisear_jymarks.sql
Edit
robisear_kabati.sql
Edit
robisear_kagango.sql
Edit
robisear_kahawaexpresso.sql
Edit
robisear_kairetu.sql
Edit
robisear_kalabash.sql
Edit
robisear_kamson.sql
Edit
robisear_kamuga2.sql
Edit
robisear_kamunga.sql
Edit
robisear_kaperikwekwe.sql
Edit
robisear_kapsam.sql
Edit
robisear_karangi.sql
Edit
robisear_karangi1.sql
Edit
robisear_kasavanna.sql
Edit
robisear_katado.sql
Edit
robisear_kathiani.sql
Edit
robisear_katikatilounge.sql
Edit
robisear_kayolefinest.sql
Edit
robisear_keekys.sql
Edit
robisear_kenanthogoto.sql
Edit
robisear_kentwood.sql
Edit
robisear_kenworks.sql
Edit
robisear_kenyatoner.sql
Edit
robisear_kerutender.sql
Edit
robisear_kevomotors.sql
Edit
robisear_kiamariverresort.sql
Edit
robisear_kicas.sql
Edit
robisear_kidamienterprises.sql
Edit
robisear_kiddyzojunior.sql
Edit
robisear_kijabesacco.sql
Edit
robisear_kijijimojito.sql
Edit
robisear_kikingihub.sql
Edit
robisear_kilantechnologies.sql
Edit
robisear_kilimanibreeze.sql
Edit
robisear_kinca57.sql
Edit
robisear_kingpin.sql
Edit
robisear_kiraimportexport.sql
Edit
robisear_kise.sql
Edit
robisear_kiufresh.sql
Edit
robisear_kjwines.sql
Edit
robisear_kjwinesbumala.sql
Edit
robisear_kliqourline.sql
Edit
robisear_kliqourline2.sql
Edit
robisear_kliqourline3.sql
Edit
robisear_kmamt.sql
Edit
robisear_kombiro.sql
Edit
robisear_komesha.sql
Edit
robisear_komesha2.sql
Edit
robisear_konamart.sql
Edit
robisear_kraftboba.sql
Edit
robisear_kttc.sql
Edit
robisear_kuivaliquorstores.sql
Edit
robisear_kyumbigarden.sql
Edit
robisear_laanpat.sql
Edit
robisear_laareshell.sql
Edit
robisear_lafattoria.sql
Edit
robisear_laibunimart.sql
Edit
robisear_laikipiaeco.sql
Edit
robisear_lakirashades.sql
Edit
robisear_lamatech.sql
Edit
robisear_lamatechkenyalimited.sql
Edit
robisear_lambada.sql
Edit
robisear_lambadas.sql
Edit
robisear_lanxafrica.sql
Edit
robisear_latenight.sql
Edit
robisear_latia.sql
Edit
robisear_laundryhub.sql
Edit
robisear_leave.sql
Edit
robisear_leboo.sql
Edit
robisear_legitimacyspares.sql
Edit
robisear_lerustique.sql
Edit
robisear_lesarra.sql
Edit
robisear_leviticus.sql
Edit
robisear_libanautospareslimited.sql
Edit
robisear_limah.sql
Edit
robisear_linaden.sql
Edit
robisear_linchubstore.sql
Edit
robisear_linknumedical.sql
Edit
robisear_linksgeliwa.sql
Edit
robisear_liquidmania.sql
Edit
robisear_liquorlibrary.sql
Edit
robisear_liquortap.sql
Edit
robisear_litudian.sql
Edit
robisear_liveinproperties.sql
Edit
robisear_livingwaterbcf.sql
Edit
robisear_longliqi.sql
Edit
robisear_longrich.sql
Edit
robisear_longrich1.sql
Edit
robisear_lotus.sql
Edit
robisear_louizesimbahotel.sql
Edit
robisear_louizesimbahotel1.sql
Edit
robisear_louizesimbalounge.sql
Edit
robisear_lti.sql
Edit
robisear_ltigroup.sql
Edit
robisear_lukeshotel.sql
Edit
robisear_lukimpharmaceuticals.sql
Edit
robisear_luminous.sql
Edit
robisear_lunjos.sql
Edit
robisear_luxebistro.sql
Edit
robisear_luxurysuites.sql
Edit
robisear_lydiacollection.sql
Edit
robisear_lyon.sql
Edit
robisear_mafads.sql
Edit
robisear_magman.sql
Edit
robisear_mailer.sql
Edit
robisear_mainerp.sql
Edit
robisear_mainerp1.sql
Edit
robisear_mainerpuganda.sql
Edit
robisear_makinze.sql
Edit
robisear_malibulounge.sql
Edit
robisear_malsonmotors.sql
Edit
robisear_maqaarow.sql
Edit
robisear_maqaarow2.sql
Edit
robisear_maqaarow3.sql
Edit
robisear_maraorganics.sql
Edit
robisear_margo.sql
Edit
robisear_marickholdings.sql
Edit
robisear_marksonic.sql
Edit
robisear_marsdiner.sql
Edit
robisear_marvel.sql
Edit
robisear_marvelfeeds.sql
Edit
robisear_masaicafe.sql
Edit
robisear_masid.sql
Edit
robisear_masterbakers.sql
Edit
robisear_matanaha.sql
Edit
robisear_mavunohub.sql
Edit
robisear_maxy.sql
Edit
robisear_maxy1.sql
Edit
robisear_mbotebeers.sql
Edit
robisear_melagrovet.sql
Edit
robisear_memphisresort.sql
Edit
robisear_metalogistics.sql
Edit
robisear_metropolsecurity.sql
Edit
robisear_mfangano.sql
Edit
robisear_mijimiji.sql
Edit
robisear_mijimiji2.sql
Edit
robisear_mijimiji3.sql
Edit
robisear_milans.sql
Edit
robisear_mingleslounge.sql
Edit
robisear_mirage.sql
Edit
robisear_miuguconclave.sql
Edit
robisear_mizpha.sql
Edit
robisear_mkulimahodariagrovet.sql
Edit
robisear_mkuru.sql
Edit
robisear_mliquor.sql
Edit
robisear_mobicare.sql
Edit
robisear_mochabistro.sql
Edit
robisear_modernfurniture.sql
Edit
robisear_moistureplus.sql
Edit
robisear_mollys.sql
Edit
robisear_mollys1.sql
Edit
robisear_mombasacomputers.sql
Edit
robisear_mommieschoice.sql
Edit
robisear_moodkitchens.sql
Edit
robisear_moonstargeneralagencies.sql
Edit
robisear_moselyminisupermarket.sql
Edit
robisear_msczoneltd.sql
Edit
robisear_mtaanichemist.sql
Edit
robisear_mugisof.sql
Edit
robisear_mugisoft.sql
Edit
robisear_muhsintailor.sql
Edit
robisear_mukielect.sql
Edit
robisear_mukscreation.sql
Edit
robisear_mumbuni.sql
Edit
robisear_mumsgarden.sql
Edit
robisear_muncheezbstr.sql
Edit
robisear_mursons.sql
Edit
robisear_mustafa.sql
Edit
robisear_muturis.sql
Edit
robisear_muyia.sql
Edit
robisear_mwaketa.sql
Edit
robisear_mybulksms.sql
Edit
robisear_mydallas.sql
Edit
robisear_myerp.sql
Edit
robisear_mypos.sql
Edit
robisear_nafuu.sql
Edit
robisear_nairobiclearing.sql
Edit
robisear_nanarestaurants.sql
Edit
robisear_napuuventures.robisearch.com.sql
Edit
robisear_napuuventures.sql
Edit
robisear_natives.sql
Edit
robisear_natives2.sql
Edit
robisear_natives3.sql
Edit
robisear_naturalchill.sql
Edit
robisear_naturalglam.sql
Edit
robisear_ndumia.sql
Edit
robisear_nebacholdings.sql
Edit
robisear_neighbourhoodnook.sql
Edit
robisear_nemwa.sql
Edit
robisear_neokenya.sql
Edit
robisear_netbyteapps.sql
Edit
robisear_new.sql
Edit
robisear_newlamuhaven.sql
Edit
robisear_newpickandpay.sql
Edit
robisear_newrobi.sql
Edit
robisear_nextlevelhardware.sql
Edit
robisear_ngatha.sql
Edit
robisear_nia.sql
Edit
robisear_nithibakers.sql
Edit
robisear_njd.sql
Edit
robisear_njorobeer.sql
Edit
robisear_njoshi.sql
Edit
robisear_nomadcycle.sql
Edit
robisear_noorelectronics.sql
Edit
robisear_nordicparts.sql
Edit
robisear_nordicparts2.sql
Edit
robisear_nordicparts3.sql
Edit
robisear_nordlys.sql
Edit
robisear_norkun.sql
Edit
robisear_nunos.sql
Edit
robisear_nuria.sql
Edit
robisear_nyamiraheights.sql
Edit
robisear_nyamiraheightsspa.sql
Edit
robisear_nysishotel.sql
Edit
robisear_nzimuh.sql
Edit
robisear_nzumbipms.sql
Edit
robisear_oasis.sql
Edit
robisear_oasispremiumfloor.sql
Edit
robisear_obicarautospares.sql
Edit
robisear_obsha.sql
Edit
robisear_obuntu.sql
Edit
robisear_olivehotels.sql
Edit
robisear_omeron.sql
Edit
robisear_onestop.sql
Edit
robisear_online1shop.sql
Edit
robisear_online2shop.sql
Edit
robisear_onlinecompanylimited.sql
Edit
robisear_onlinemobile.sql
Edit
robisear_onlinemobileeastleigh.sql
Edit
robisear_optispeed.sql
Edit
robisear_orangeriver.sql
Edit
robisear_orchards.sql
Edit
robisear_orchardscomm.sql
Edit
robisear_orchardscommltd.sql
Edit
robisear_organella.sql
Edit
robisear_osonayarns.sql
Edit
robisear_osupukoresort.sql
Edit
robisear_otadvocates.sql
Edit
robisear_ouad.sql
Edit
robisear_outsprings.sql
Edit
robisear_outsprings2.sql
Edit
robisear_paintdepo.sql
Edit
robisear_pamojagardens.sql
Edit
robisear_pareetalectrical.sql
Edit
robisear_pareetalectricals.sql
Edit
robisear_parisi.sql
Edit
robisear_parisi2.sql
Edit
robisear_parisi3.sql
Edit
robisear_paritahardware.sql
Edit
robisear_paritahardware2.sql
Edit
robisear_paritahardware3.sql
Edit
robisear_parkside.sql
Edit
robisear_parkside1.sql
Edit
robisear_parminihardware.sql
Edit
robisear_pastoralvet.sql
Edit
robisear_patanyumba.sql
Edit
robisear_patrica.sql
Edit
robisear_pauwil.sql
Edit
robisear_peacemeats.sql
Edit
robisear_pecyuniforms.sql
Edit
robisear_pelicanmetal.sql
Edit
robisear_pendo.sql
Edit
robisear_pendo1.sql
Edit
robisear_pensortium.sql
Edit
robisear_perfectpackaging.sql
Edit
robisear_petrooilkenyaltd.sql
Edit
robisear_pharmaallied.sql
Edit
robisear_phasedesign.sql
Edit
robisear_philbackers.sql
Edit
robisear_phoeniciahotel.sql
Edit
robisear_pilanobookshop.sql
Edit
robisear_pillcare.sql
Edit
robisear_piratesbeachmeatcenter.sql
Edit
robisear_piratesbeachpark.sql
Edit
robisear_pizarrarestaurant.sql
Edit
robisear_pjay.sql
Edit
robisear_placidoinvestment.sql
Edit
robisear_planet.sql
Edit
robisear_platinum.sql
Edit
robisear_platinum2.sql
Edit
robisear_pmcsupermarket.sql
Edit
robisear_poj.sql
Edit
robisear_polished.sql
Edit
robisear_politics.sql
Edit
robisear_popote.sql
Edit
robisear_porche.sql
Edit
robisear_porkysbarbecue.sql
Edit
robisear_pos.sql
Edit
robisear_poshplace.sql
Edit
robisear_powermart.sql
Edit
robisear_pramukh.sql
Edit
robisear_pramukhinvestment.sql
Edit
robisear_premier.sql
Edit
robisear_premierbeauty.sql
Edit
robisear_prestonhardware.sql
Edit
robisear_primevoy.sql
Edit
robisear_promze.sql
Edit
robisear_pronala.sql
Edit
robisear_propertwelveliquor.sql
Edit
robisear_protouch.sql
Edit
robisear_provenance.sql
Edit
robisear_pvtech.sql
Edit
robisear_qcc.sql
Edit
robisear_qiues.sql
Edit
robisear_quench.sql
Edit
robisear_quepasa.sql
Edit
robisear_quepasa1.sql
Edit
robisear_quillslounge.sql
Edit
robisear_quiver.sql
Edit
robisear_rafiki.sql
Edit
robisear_rafikitriple4.sql
Edit
robisear_raphymart.sql
Edit
robisear_rawhew.sql
Edit
robisear_rawhew1.sql
Edit
robisear_redbrickdairyandfood.sql
Edit
robisear_redc.sql
Edit
robisear_redemtar.sql
Edit
robisear_renbridge.sql
Edit
robisear_resellers.sql
Edit
robisear_restopark.sql
Edit
robisear_revaplaceresort.sql
Edit
robisear_riaraminimart.sql
Edit
robisear_ricamosupplies.sql
Edit
robisear_richblend.sql
Edit
robisear_richman.sql
Edit
robisear_richman2.sql
Edit
robisear_richman3.sql
Edit
robisear_rievshop.sql
Edit
robisear_rimatholdings1.sql
Edit
robisear_rira.sql
Edit
robisear_rivermart.sql
Edit
robisear_rivervale.sql
Edit
robisear_riziki.sql
Edit
robisear_robbiefarm.sql
Edit
robisear_robierp.sql
Edit
robisear_robihotel.sql
Edit
robisear_robimalimali.sql
Edit
robisear_robipms.sql
Edit
robisear_robiposhotel.sql
Edit
robisear_robisear_elishammah.sql
Edit
robisear_robisearch.sql
Edit
robisear_robisearchuganda.sql
Edit
robisear_rodi.sql
Edit
robisear_rohima.sql
Edit
robisear_rohima2.sql
Edit
robisear_rohosingo.sql
Edit
robisear_rokeen.sql
Edit
robisear_ronleb.sql
Edit
robisear_ronleb1.sql
Edit
robisear_ronlebtech.sql
Edit
robisear_rooftopbistro.sql
Edit
robisear_root.sql
Edit
robisear_rootscosmestics.sql
Edit
robisear_rootzcosmetics.sql
Edit
robisear_rootzcosmetics2.sql
Edit
robisear_rootzcosmetics3.sql
Edit
robisear_rophinefieldschools.sql
Edit
robisear_rosetex.sql
Edit
robisear_rositainvestment.sql
Edit
robisear_royal.sql
Edit
robisear_royalelectronics.sql
Edit
robisear_royalhardware.sql
Edit
robisear_royalmeals.sql
Edit
robisear_rubicon.sql
Edit
robisear_sabby.sql
Edit
robisear_sabizpizza.sql
Edit
robisear_sacco.sql
Edit
robisear_safetymax.sql
Edit
robisear_sahishapes.sql
Edit
robisear_sales.sql
Edit
robisear_samareeb.sql
Edit
robisear_samoo.sql
Edit
robisear_samtechgroup.sql
Edit
robisear_sanch.sql
Edit
robisear_sarmerk.sql
Edit
robisear_saroz.sql
Edit
robisear_saruk.sql
Edit
robisear_saruk1.sql
Edit
robisear_saruk2.sql
Edit
robisear_sasabone.sql
Edit
robisear_sausen.sql
Edit
robisear_savannah.sql
Edit
robisear_savour.sql
Edit
robisear_saxandviolins.sql
Edit
robisear_sayariagriscience.sql
Edit
robisear_sayaricrafts.sql
Edit
robisear_sbhotel.sql
Edit
robisear_scentskenyaltd.sql
Edit
robisear_schoolmall.sql
Edit
robisear_scodra.sql
Edit
robisear_seasonlogistics.sql
Edit
robisear_seasons.sql
Edit
robisear_selcafe.sql
Edit
robisear_selella.sql
Edit
robisear_serenityforthotel.sql
Edit
robisear_shack.sql
Edit
robisear_shafan.sql
Edit
robisear_shakaz.sql
Edit
robisear_shakesspeare.sql
Edit
robisear_sharjah.sql
Edit
robisear_sherattonbeachvillagio.sql
Edit
robisear_sherattonregency.sql
Edit
robisear_sherattonregencymombasa.sql
Edit
robisear_sherryliquorbar.sql
Edit
robisear_shopearl.sql
Edit
robisear_shopearl2.sql
Edit
robisear_shopwise.sql
Edit
robisear_shotsandbarrel.sql
Edit
robisear_shotsandbarrel1.sql
Edit
robisear_shotsandbarrel2.sql
Edit
robisear_shreeji.sql
Edit
robisear_shreejimerultd.sql
Edit
robisear_shujaa.sql
Edit
robisear_shujaawangu.sql
Edit
robisear_shukri.sql
Edit
robisear_sierracaves.sql
Edit
robisear_silver.sql
Edit
robisear_silverline.sql
Edit
robisear_silverviewhardware.sql
Edit
robisear_sipamaquaticsltd.sql
Edit
robisear_siwamu.sql
Edit
robisear_skysailmabati.sql
Edit
robisear_skyveltd.sql
Edit
robisear_snl.sql
Edit
robisear_snowdessertea.sql
Edit
robisear_sokima.sql
Edit
robisear_sokofreshpoint.sql
Edit
robisear_sokojumla.sql
Edit
robisear_somcityhealth.sql
Edit
robisear_spiceland.sql
Edit
robisear_spicelands.sql
Edit
robisear_spikessanford.sql
Edit
robisear_spotpartystop.sql
Edit
robisear_springs.sql
Edit
robisear_starfox.sql
Edit
robisear_starsngarters.sql
Edit
robisear_stedan.sql
Edit
robisear_sterling.sql
Edit
robisear_stfrancisofassisi.sql
Edit
robisear_stjohn.sql
Edit
robisear_stopajali.sql
Edit
robisear_straitsolar.sql
Edit
robisear_sts.sql
Edit
robisear_stylesandfinishesltd.sql
Edit
robisear_sugarspicebeauty.sql
Edit
robisear_suki.sql
Edit
robisear_sukimart.sql
Edit
robisear_sultanmabi.sql
Edit
robisear_summeroasis.sql
Edit
robisear_summeroasis1.sql
Edit
robisear_summersprings.sql
Edit
robisear_summersprings2.sql
Edit
robisear_sunati.sql
Edit
robisear_sunbreeze.sql
Edit
robisear_sunshine.sql
Edit
robisear_sunshinemobilespares.sql
Edit
robisear_sunuk.sql
Edit
robisear_superb.sql
Edit
robisear_superiorhardware.sql
Edit
robisear_supermarket.sql
Edit
robisear_superp.sql
Edit
robisear_supreme.sql
Edit
robisear_suraj.sql
Edit
robisear_sweeftfleet.sql
Edit
robisear_swisderm.sql
Edit
robisear_swissgrade.sql
Edit
robisear_syano.sql
Edit
robisear_syanotanau.sql
Edit
robisear_symphonylounge.sql
Edit
robisear_synergydealsltd.sql
Edit
robisear_tabarukfoods.sql
Edit
robisear_tamasha.sql
Edit
robisear_tanzaken.sql
Edit
robisear_tawas.sql
Edit
robisear_tayariluxury.sql
Edit
robisear_tazamatt.sql
Edit
robisear_techsquire.sql
Edit
robisear_techsquires.sql
Edit
robisear_techwizardcctvltd.sql
Edit
robisear_tekidi.sql
Edit
robisear_tembuzicultural.sql
Edit
robisear_temic.sql
Edit
robisear_tessara.sql
Edit
robisear_tessymso.sql
Edit
robisear_test.sql
Edit
robisear_test2.sql
Edit
robisear_texas.sql
Edit
robisear_tgm.sql
Edit
robisear_thalloventures.sql
Edit
robisear_thecilantrokitchens.sql
Edit
robisear_thediner.sql
Edit
robisear_theheadquartersportbar.sql
Edit
robisear_theheadquartersportbar2.sql
Edit
robisear_thehubfoodcourt.sql
Edit
robisear_theindulge.sql
Edit
robisear_thejunctionlounge.sql
Edit
robisear_thelab.sql
Edit
robisear_themorningperkcafe.sql
Edit
robisear_theoffice.sql
Edit
robisear_thirsty.sql
Edit
robisear_timboni.sql
Edit
robisear_timiza.sql
Edit
robisear_timizamachakos.sql
Edit
robisear_timushamba.sql
Edit
robisear_tir.sql
Edit
robisear_toasts.sql
Edit
robisear_tolaenergies.sql
Edit
robisear_toplevel.sql
Edit
robisear_toplinesurgicals.sql
Edit
robisear_topmark.sql
Edit
robisear_toshadawa.sql
Edit
robisear_toshenterprises.sql
Edit
robisear_transfordchemist.sql
Edit
robisear_travellamembers.sql
Edit
robisear_trax.sql
Edit
robisear_tripeakbrands.sql
Edit
robisear_triplec.sql
Edit
robisear_tripointpizzeria.sql
Edit
robisear_trivetachemist.sql
Edit
robisear_trivetandundoripos.sql
Edit
robisear_tronlink.sql
Edit
robisear_trueblueliqour.sql
Edit
robisear_truvalue.sql
Edit
robisear_truvalues.sql
Edit
robisear_tsukimino.sql
Edit
robisear_tucasa.sql
Edit
robisear_tucasa1.sql
Edit
robisear_tulimepamojaagrovet.sql
Edit
robisear_tundaville.sql
Edit
robisear_tunubeverage.sql
Edit
robisear_turpean.sql
Edit
robisear_tuutis.sql
Edit
robisear_twiga.sql
Edit
robisear_twinstepsltd.sql
Edit
robisear_typsy.sql
Edit
robisear_ujminimart.sql
Edit
robisear_ulalo.sql
Edit
robisear_uncurbedbeauty.sql
Edit
robisear_undertheswahilitree.sql
Edit
robisear_union.sql
Edit
robisear_upriseminisupa.sql
Edit
robisear_upsaleskeltd.sql
Edit
robisear_uptown.sql
Edit
robisear_uptown2.sql
Edit
robisear_uptownkibali.sql
Edit
robisear_urwani.sql
Edit
robisear_utange.sql
Edit
robisear_vaitamutheisupplies.sql
Edit
robisear_veewmart.sql
Edit
robisear_vezmartexpress.sql
Edit
robisear_viewersparkhotel.sql
Edit
robisear_viewjoint.sql
Edit
robisear_vnd.sql
Edit
robisear_walenisirestaurant.sql
Edit
robisear_walenisirestaurantmain.sql
Edit
robisear_wama.sql
Edit
robisear_wamotech.sql
Edit
robisear_wamweaholdings.sql
Edit
robisear_waqf.sql
Edit
robisear_wasafiarcade.sql
Edit
robisear_watergaspoint.sql
Edit
robisear_waterkiosk.sql
Edit
robisear_waterworld.sql
Edit
robisear_weaverbird.sql
Edit
robisear_westerncosmetics.sql
Edit
robisear_westlightlounge.sql
Edit
robisear_westlitelounge.sql
Edit
robisear_westmill.sql
Edit
robisear_weststands.sql
Edit
robisear_whitehouse.sql
Edit
robisear_whitekitchen.sql
Edit
robisear_wifimatt.sql
Edit
robisear_winter.sql
Edit
robisear_wiresmore.sql
Edit
robisear_wistantechnology.sql
Edit
robisear_wm.sql
Edit
robisear_woodlandgardens.sql
Edit
robisear_woodstock.sql
Edit
robisear_woodstock1.sql
Edit
robisear_wrappedfoods.sql
Edit
robisear_write.sql
Edit
robisear_xtranet.sql
Edit
robisear_ycs.sql
Edit
robisear_zakacapital.sql
Edit
robisear_zgt.sql
Edit
robisear_zishaan.sql
Edit
robisear_zmf.sql
Edit
robisear_zurikarttraders.sql
Edit
sys.sql
Edit